/* -----------------------------------------------------------------------------------

    Template Name: Poco - Agency Bootstrap 4 HTML5 Template
    Template URI: zakirsoft.com
    Description: Agency - Agency Bootstrap 4 HTML5 Template
    Author: Templatecookie
    Author URI: https://templatecookie.com
    Version: 1.0

--------------------------------------------------------------------------------------

    CSS INDEX
    ===================

    01. Theme default CSS	
    02. Header CSS	
    03. Banner CSS	
    04. Brand CSS	
    05. About CSS	
    06. Skill CSS	
    07. Services CSS	
    08. Pricing CSS		
    09. Call To Action CSS	
    10. Testimonial CSS		
    11. Newsletter	
    12. Contact CSS	
    13. Testimonial CSS	
    14. Client CSS	
    15. Team CSS	
    16. Breadcrumb CSS	
    17. Footer CSS

----------------------------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Hind:wght@400;500&family=Teko:wght@400;500;600;700&display=swap");
@font-face {
  font-family: 'Gilroy-Bold';
  src: url("../fonts/gilroy/Gilroy-Bold.woff");
  /* IE9 Compat Modes */
  src: url("../fonts/gilroy/Gilroy-Bold.woff2") format("woff2"), url("../fonts/gilroy/Gilroy-Bold.woff") format("woff");
}

@font-face {
  font-family: 'Gilroy-Heavy';
  src: url("../fonts/gilroy/Gilroy-Heavy.woff");
  /* IE9 Compat Modes */
  src: url("../fonts/gilroy/Gilroy-Heavy.woff2") format("woff2"), url("../fonts/gilroy/Gilroy-Heavy.woff") format("woff");
}

@font-face {
  font-family: 'Gilroy-Light';
  src: url("../fonts/gilroy/Gilroy-Light.woff");
  /* IE9 Compat Modes */
  src: url("../fonts/gilroy/Gilroy-Light.woff2") format("woff2"), url("../fonts/gilroy/Gilroy-Light.woff") format("woff");
}

@font-face {
  font-family: 'Gilroy-Medium';
  src: url("../fonts/gilroy/Gilroy-Medium.woff");
  /* IE9 Compat Modes */
  src: url("../fonts/gilroy/Gilroy-Medium.woff2") format("woff2"), url("../fonts/gilroy/Gilroy-Medium.woff") format("woff");
}

@font-face {
  font-family: 'Gilroy-Regular';
  src: url("../fonts/gilroy/Gilroy-Regular.woff");
  /* IE9 Compat Modes */
  src: url("../fonts/gilroy/Gilroy-Regular.woff2") format("woff2"), url("../fonts/gilroy/Gilroy-Regular.woff") format("woff");
}

/* 1. Theme default css */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  line-height: 27px;
  font-family: "Gilroy-Regular";
  overflow-x: hidden;
}

.custom-container {
  max-width: 1860px;
}

.custom-container01 {
  max-width: 1690px;
}

.custom-container02 {
  max-width: 1570px;
}

.homepage04 {
  background-color: #191c26;
}

*:focus {
  color: inherit;
  outline: inherit;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  text-decoration: none;
}

a,
button {
  color: inherit;
  outline: none;
  border: none;
}

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
  border: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000560;
  margin: 0px;
  font-family: "Gilroy-Bold";
}

h1 {
  font-size: 80px;
  line-height: 99px;
}

h2 {
  font-size: 48px;
  line-height: 59px;
}

h3 {
  font-size: 32px;
  line-height: 42px;
}

h4 {
  font-size: 26px;
  line-height: 49px;
}

h5 {
  font-size: 24px;
  line-height: 30px;
}

h6 {
  font-size: 22px;
  line-height: 28px;
}

ul {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

a {
  display: inline-block;
}

p {
  font-size: 16px;
  font-family: "Gilroy-Medium";
  color: #65729e;
  margin: 0px;
  line-height: 27px;
}

*::-moz-selection {
  background: #f18694;
  color: #ffffff;
  text-shadow: none;
}

::-moz-selection {
  background: #f18694;
  color: #ffffff;
  text-shadow: none;
}

::selection {
  background: #f18694;
  color: #ffffff;
  text-shadow: none;
}

/*--
    - Input Placeholder
-----------------------------------------*/

*::-webkit-input-placeholder {
  color: #65729e;
  font-size: 18px;
  font-family: "Gilroy-Medium";
  opacity: 1;
}

*:-ms-input-placeholder {
  color: #65729e;
  font-size: 18px;
  font-family: "Gilroy-Medium";
  opacity: 1;
}

*::-ms-input-placeholder {
  color: #65729e;
  font-size: 18px;
  font-family: "Gilroy-Medium";
  opacity: 1;
}

*::placeholder {
  color: #65729e;
  font-size: 18px;
  font-family: "Gilroy-Medium";
  opacity: 1;
}

/*--
    - Common Classes
-----------------------------------------*/
.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.t-bg-orange {
  color: white;
  background-color: #ed880a;
}

.t-bg-orange:hover {
  color: white;
}

.shadow {
  -webkit-box-shadow: 0 50px 100px rgba(0, 0, 0, 0.11) !important;
          box-shadow: 0 50px 100px rgba(0, 0, 0, 0.11) !important;
}

.shadow-sm {
  -webkit-box-shadow: 0px 6px 30px 0px rgba(51, 98, 255, 0.07) !important;
          box-shadow: 0px 6px 30px 0px rgba(51, 98, 255, 0.07) !important;
}

/*--
	- Button Style 
-----------------------------------------*/
.primary__button {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border: 1px solid transparent;
  padding: 20px 40px;
  font-size: 16px;
  line-height: 21px;
  border-radius: 50px;
  font-family: "Gilroy-Bold";
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 574px) {
  .primary__button {
    padding: 15px 20px !important;
  }
}

.primary__button-bgPrimary {
  color: #fff;
  background-color: #ff465e;
}

.primary__button-bgPrimary:hover {
  color: #fff;
  background-color: #ff465e;
  -webkit-box-shadow: 0px 6px 15px rgba(255, 70, 94, 0.36);
          box-shadow: 0px 6px 15px rgba(255, 70, 94, 0.36);
}

.primary__button-bgOutline {
  color: #ff465e;
  background: transparent;
}

.primary__button-bgOutline:hover {
  color: #ff465e;
}

.primary__button-outline {
  color: #ff465e;
  background: transparent;
  border: 1.5px solid #ff465e;
}

.primary__button-outline:hover {
  color: white;
  background-color: #ff465e;
}

.primary__button-bgBlack {
  color: white;
  background-color: #000560;
}

.primary__button-bgBlack:hover {
  color: white;
  border-color: #000560;
}

.primary__button-Black {
  color: #000560;
  background-color: white;
}

.primary__button-Black:hover {
  color: #000560;
}

.primary__button-bgWhite {
  color: #ff465e;
  background-color: white;
}

.primary__button-bgWhite:hover {
  color: #ff465e;
}

.section-title {
  margin-bottom: 60px;
}

.section-title h2 {
  font-size: 60px;
  line-height: 118px;
  font-family: "Teko", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
}

.section-title h2 span {
  color: #ff465e;
}

.top-left-border {
  border-top-left-radius: 0;
}

.border-color {
  border: 1px solid #29303e;
}

.text-white {
  color: #fff;
}

.small-feature {
  background-color: white;
  border-radius: 10px;
  padding: 26px;
  width: 188px;
  height: 168px;
}

.small-feature-percentage {
  margin-bottom: 20px;
}

.small-feature-percentage .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 33px;
  width: 33px;
  background-color: #00ada6;
  border-radius: 50%;
}

.small-feature-percentage h3 {
  margin-left: 10px;
}

.small-feature-text p {
  font-size: 18px;
  max-width: 150px;
  text-align: center;
}

/*----------------------------------------*/
/*  RESPONSIVE CSS START 
/*----------------------------------------*/
/* large devices 992 - 1169*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* common area start */
  h1 {
    font-size: 42px;
    line-height: 55px;
  }
  h2 {
    font-size: 34px;
    line-height: 46px;
  }
  h4 {
    font-size: 22px;
  }
  .primary__button {
    font-size: 16px;
    padding: 15px 35px;
  }
}

/* Medium devices 768 - 991 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* common area start */
  h1 {
    font-size: 42px;
    line-height: 50px;
  }
  h2 {
    font-size: 38px;
    line-height: 48px;
  }
  h3 {
    font-size: 28px;
    line-height: 1;
  }
  h4 {
    font-size: 22px;
    line-height: 32px;
  }
  h5 {
    font-size: 18px;
  }
  .primary__button {
    font-size: 16px;
    padding: 18px 40px;
  }
}

/* Small devices 575 - 767 */
@media only screen and (min-width: 575px) and (max-width: 767px) {
  /* common area start */
  h1 {
    font-size: 32px;
    line-height: 1.2;
  }
  h2 {
    font-size: 26px;
    line-height: 1.2;
  }
  h3 {
    font-size: 20px;
    line-height: 1.2;
  }
  h4 {
    font-size: 16px;
    line-height: 1.2;
  }
  h5 {
    font-size: 14px;
  }
}

/*----------------------------------------*/
/*  HOMPAGE 01
/*----------------------------------------*/
.header-area {
  padding: 25px 0px;
  position: relative;
}

.header-area .main-menu {
  padding-left: 155px;
}

.header-area .main-menu li {
  padding-right: 45px;
  position: relative;
}

.header-area .main-menu li:last-child {
  padding-right: 0;
}

.header-area .main-menu li a {
  color: #65729e;
  font-size: 18px;
  padding: 15px 0;
  line-height: 42px;
  position: relative;
  font-family: "Gilroy-Medium";
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-area .main-menu li a:hover {
  color: #ff465e;
}

.header-area .main-menu li a.active {
  color: #ff465e;
}

.header-area .main-menu li a.active::before {
  content: '';
  position: absolute;
  width: 26px;
  height: 5px;
  background-color: #ff465e;
  top: -26px;
  left: 0;
}

.header-area .main-menu li .sub-menu {
  position: absolute;
  left: 0;
  background: #222222;
  width: 200px;
  top: 120%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  background: white;
  border-radius: 5px;
  border-top: 5px solid #ff465e;
  z-index: 999;
}

.header-area .main-menu li .sub-menu li {
  display: block;
  margin-right: 0;
}

.header-area .main-menu li .sub-menu li a {
  padding: 0px 20px;
  color: #65729e;
  font-size: 18px;
  line-height: 42px;
  font-family: "Gilroy-Medium";
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-area .main-menu li .sub-menu li a:hover {
  color: #ff465e;
}

.header-area .main-menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.header-area .right-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-area .right-content .search-bar {
  cursor: pointer;
  border: 1px solid #ffdee4;
  width: 64px;
  height: 64px;
  line-height: 64px;
  border-radius: 50%;
  text-align: center;
  margin-right: 32px;
}

.header-area .right-content .contact-number .primary__button {
  font-size: 20px;
}

.header-area .right-content .contact-number .bg__white {
  background-color: #fff;
  color: #000560;
}

.header-area .menu-icon {
  font-size: 25px;
}

/*----------------------------------------*/
/*  HOMPAGE 02
/*----------------------------------------*/
.header-area02 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: absolute;
  width: 100%;
  z-index: 999;
}

.header-area02 .main-menu {
  padding-left: 135px;
}

.header-area02 .main-menu li {
  padding-right: 50px;
}

.header-area02 .main-menu li a {
  color: #aebef5;
}

.header-area02 .right-content .search-bar {
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin-right: 25px;
}

.header-area02 .hamburger-menu span {
  background-color: #fff;
}

/*----------------------------------------*/
/*  HOMPAGE 03
/*----------------------------------------*/
.header-area03 {
  margin: 0;
  position: absolute;
  width: 100%;
  z-index: 999;
}

.header-area03 .main-menu li a {
  color: #d6d6d6;
}

.header-area03 .main-menu li a:hover {
  color: #000560;
}

.header-area03 .main-menu li a.active {
  color: white;
}

.header-area03 .main-menu li a.active::before {
  background-color: white;
}

.header-area03 .main-menu li .sub-menu {
  border-color: #1f99f4;
}

.header-area03 .main-menu li .sub-menu li a:hover {
  color: #000560;
}

.header-area03 .right-content .search-bar {
  border: 0;
  background-color: rgba(255, 255, 255, 0.34);
}

.header-area03 .hamburger-menu span {
  background-color: #fff;
}

.header-area03 aside .sidebar-menu {
  background-color: #f1f9ff;
}

.header-area03 aside .sidebar-menu .main-menu li a {
  color: #000560;
}

.header-area03 aside .sidebar-menu .main-menu li a.active {
  color: #007bff;
}

/*----------------------------------------*/
/*  HOMPAGE 04
/*----------------------------------------*/
.header-area04 {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 9999;
}

.header-area04 .main-menu {
  padding-left: 105px;
}

.header-area04 .main-menu li a {
  font-family: "Teko", sans-serif;
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
  color: #B9C1DC;
}

.header-area04 .main-menu li a.active::before {
  top: -21px;
}

.header-area04 .main-menu li .sub-menu li a {
  font-size: 16px;
}

.header-area04 .contact-number {
  margin-left: 20px;
}

.header-area04 .contact-number .primary__button {
  border: 2px solid #3c5b6b;
  font-family: "Teko", sans-serif;
  font-size: 20px;
  font-weight: 500;
  padding: 18px 35px;
}

.header-area04 .right-content .social-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-area04 .right-content .social-icon a {
  border: 2px solid #3c5b6b;
  color: #fff;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 22px;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

.header-area04 .right-content .social-icon a:hover {
  color: #fff;
}

.header-area04.sticky .hamburger-menu span {
  background-color: #3c5b6b;
}

.header-area04 .hamburger-menu span {
  background-color: #fff;
}

.header-area.header-area04.sticky {
  background-color: #000;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.header-area.header-area04.sticky .logo a {
  color: white;
}

.header-area {
  -webkit-transition: padding 0.3s ease-in-out;
  transition: padding 0.3s ease-in-out;
}

.header-area .main-menu li a::before {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header-area.sticky {
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0 1px 10px 0px #dadada;
          box-shadow: 0 1px 10px 0px #dadada;
  background-color: white;
  z-index: 9999;
  padding: 15px 0px;
}

.header-area.sticky .main-menu li a.active::before {
  top: -21px;
}

.header-area02 {
  -webkit-transition: padding 0.3s ease-in-out;
  transition: padding 0.3s ease-in-out;
}

.header-area02 .main-menu li a::before {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header-area02.sticky {
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
  background-color: #29303e;
}

.header-area03 {
  -webkit-transition: padding 0.3s ease-in-out;
  transition: padding 0.3s ease-in-out;
}

.header-area03 .main-menu li a::before {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header-area03.sticky {
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
  background-color: #1f99f4;
}

aside {
  width: 100%;
  visibility: hidden;
  overflow: hidden;
}

aside.active {
  visibility: visible;
}

aside.active .sidebar-menu {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

aside .main-menu li a::before {
  display: none;
}

aside .main-menu li a:hover {
  color: #ff465e;
}

aside .asidesearch-bar {
  position: relative;
  margin-top: 15px;
}

aside .asidesearch-bar input {
  width: 100%;
  height: 50px;
  border: 0;
  border: 1px solid #dadada;
  padding: 0px 15px;
}

aside .asidesearch-bar img {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

aside .overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  background-color: rgba(0, 0, 0, 0.439);
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

aside .sidebar-menu {
  width: 350px;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 15;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  overflow-y: auto;
}

.sidebar-menu {
  background-color: #f1f9ff;
  padding: 20px 15px 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sidebar-menu .logo {
  margin-bottom: 20px;
}

.sidebar-menu ul.main-menu {
  padding: 0;
  margin-top: 15px;
}

.sidebar-menu ul.main-menu li {
  padding-right: 0;
}

.sidebar-menu ul.main-menu li a {
  width: 100%;
}

.sidebar-menu ul.main-menu li a.active::before {
  top: 0;
}

.sidebar-menu .contacprimary__button {
  margin-top: 15px;
}

aside,
.hamburger-menu {
  display: none;
}

.hamburger-menu,
.close-sidebar {
  position: relative;
  width: 25px;
  height: 20px;
  margin: 15px;
  cursor: pointer;
  margin-left: auto;
}

.hamburger-menu span,
.close-sidebar span {
  opacity: 1;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 10px;
  color: black;
  background-color: #000560;
  position: absolute;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.hamburger-menu span:nth-child(1),
.close-sidebar span:nth-child(1) {
  top: 0;
}

.hamburger-menu span:nth-child(2) {
  top: 9px;
}

.hamburger-menu span:nth-child(3),
.close-sidebar span:nth-child(2) {
  top: 18px;
}

.hamburger-menu.open span:nth-child(1),
.close-sidebar span:nth-child(1) {
  -webkit-transform: translateY(9px) rotate(135deg);
          transform: translateY(9px) rotate(135deg);
}

.hamburger-menu.open span:nth-child(2) {
  opacity: 0;
  -webkit-transform: translateX(160px);
          transform: translateX(160px);
}

.hamburger-menu.open span:nth-child(3),
.close-sidebar span:nth-child(2) {
  -webkit-transform: translateY(-9px) rotate(-135deg);
          transform: translateY(-9px) rotate(-135deg);
}

@media (max-width: 1200px) {
  aside,
  .hamburger-menu {
    display: block;
  }
  .menu-area .main-menu,
  .menu-area .right-content {
    display: none !important;
  }
}

@media (min-width: 320px) and (max-width: 574px) {
  aside .asidesearch-bar {
    margin-right: 30px;
  }
  .close-sidebar {
    margin-right: 35px;
  }
}

/*----------------------------------------*/
/*  SEarch Box CSS
/*----------------------------------------*/
.search-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: white;
  z-index: 99 !important;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.search-box .search-close {
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 28px;
  color: #65729e;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.search-box .search-close:hover {
  color: #ff465e;
}

.search-box.search-open {
  visibility: visible;
  opacity: 1;
}

.search-form {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50%;
}

.search-form input {
  width: 100%;
  height: 80px;
  line-height: 60px;
  font-size: 14px;
  color: #65729e;
  padding: 0 15px;
  padding-right: 55px;
  background-color: rgba(255, 70, 94, 0.05);
  border: 3px solid #dddddd;
  position: relative;
}

.search-form::-webkit-input-placeholder {
  color: #65729e;
  font-size: 14px;
}

.search-form:-ms-input-placeholder {
  color: #65729e;
  font-size: 14px;
}

.search-form::-ms-input-placeholder {
  color: #65729e;
  font-size: 14px;
}

.search-form::placeholder {
  color: #65729e;
  font-size: 14px;
}

.search-form button {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  line-height: 56px;
  border-radius: 50%;
  background: transparent;
}

/* -------------------------------------- */
/* -------------------------------------- */
/*----------------------------------------*/
/*  HOME PAGE 01
/*----------------------------------------*/
.bannerArea {
  position: relative;
  margin: 0 45px;
  padding: 75px 40px 110px 40px;
  border-radius: 24px;
  background-color: rgba(255, 70, 94, 0.05);
}

.bannerArea__wrapper {
  margin-top: 90px;
}

.bannerArea__brief {
  width: 90%;
  color: #65729e;
  font-size: 21px;
  line-height: 36px;
  font-family: "Gilroy-Medium";
  padding: 25px 0px;
  display: inline-block;
}

.bannerArea__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 8px;
  margin-bottom: 90px;
}

.bannerArea__buttons .primary__button {
  font-size: 20px;
}

.bannerArea__buttons .overlay-playbutton {
  margin-left: 30px;
}

.bannerArea__buttons .overlay-playbutton .popup-video {
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  color: #000560;
  background: white;
  border-radius: 50%;
  font-size: 14px;
  line-height: 98px;
  display: inline-block;
  width: 65px;
  height: 65px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}

.bannerArea__buttons .overlay-playbutton .popup-video::after {
  z-index: -1;
  position: absolute;
  content: '';
  border-radius: 50%;
  background-color: white;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  -webkit-animation: pulse-border 1500ms ease-out infinite;
          animation: pulse-border 1500ms ease-out infinite;
}

.bannerArea__buttons .overlay-playbutton .popup-video i {
  font-size: 18px;
  color: #000560;
}

.bannerArea__buttons .overlay-playbutton .popup-video:hover {
  border-color: white;
}

.bannerArea__image {
  position: absolute;
  bottom: -395px;
  right: 0px;
}

.bannerArea .mask-group img {
  position: absolute;
}

.bannerArea .mask-group .mask1 {
  bottom: 0;
  left: 0;
  z-index: -99;
}

.bannerArea .mask-group .mask2 {
  top: 0;
  right: 0;
  z-index: -99;
}

.bannerArea .mask-group .mask3 {
  bottom: -40px;
  left: 30%;
  z-index: -99;
}

.bannerArea .mask-group .mask4 {
  top: 130px;
  left: 35px;
  z-index: -99;
}

.bannerArea.breadcrumb-area {
  position: relative;
  padding-left: 0px;
  padding-right: 0px;
}

.bannerArea.breadcrumb-area .bannerArea__wrapper {
  margin-top: 15px;
  padding-left: 65px;
}

.bannerArea.breadcrumb-area .bannerArea__wrapper p {
  margin-top: 20px;
  max-width: 80%;
}

.bannerArea.breadcrumb-area .banner-image {
  position: absolute;
  bottom: -310px;
  right: 210px;
  padding: 0;
  margin: 0;
}

.bannerArea.breadcrumb-area .breadcrumb-wrapper {
  position: absolute;
  bottom: -220px;
  left: 45px;
}

.bannerArea.banner__About .banner-image {
  bottom: -175px !important;
}

.bannerArea__downArrow {
  position: absolute;
  bottom: -110px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  width: 250px;
  height: 150px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50% 50% 48% 52% / 64% 64% 36% 36%;
}

.bannerArea__downArrow img {
  cursor: pointer;
  width: 25px;
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
}

/*----------------------------------------*/
/*  HOME PAGE 02
/*----------------------------------------*/
.bannerArea02 {
  background-color: #29303e;
  position: relative;
  border-bottom-left-radius: 166px;
  padding-top: 130px;
  padding-bottom: 0px;
  z-index: 99;
}

.bannerArea02__image {
  margin-left: 100px;
}

.bannerArea02__wrapper {
  padding-top: 140px;
}

.bannerArea02__wrapper .bannerArea02__title {
  margin-bottom: 35px;
}

.bannerArea02__wrapper .bannerArea02__title h1 {
  line-height: 96px;
}

.bannerArea02__wrapper p {
  font-size: 24px;
  font-family: "Gilroy-Medium";
  line-height: 40px;
  max-width: 80%;
}

.bannerArea02__wrapper .banner-button {
  margin-top: 30px;
}

.bannerArea02 .mask-group-home02 img {
  position: absolute;
  z-index: -9;
}

.bannerArea02 .mask-group-home02 .mask-home01 {
  top: 0;
  left: 0;
}

.bannerArea02 .mask-group-home02 .mask-home02 {
  bottom: 0;
  left: 0;
}

.bannerArea02 .small-feature {
  width: 207px;
  height: 188px;
}

.bannerArea02 .small-feature-percentage h3 {
  letter-spacing: 4px;
}

.bannerArea02 .small-feature01 {
  position: absolute;
  top: 23.5%;
  right: 27.3%;
}

.bannerArea02 .small-feature01 .image {
  background-color: #fd6f00;
}

.bannerArea02 .small-feature02 {
  position: absolute;
  top: 41.6%;
  right: 39.8%;
}

/*----------------------------------------*/
/*  HOME PAGE 03
/*----------------------------------------*/
.bannerArea03 {
  background-color: #1f99f4;
  margin: 0;
  border-radius: 0;
  position: relative;
  z-index: 10;
  padding-bottom: 85px;
}

.bannerArea03 .bannerArea03__wrapper {
  margin-top: 120px;
}

.bannerArea03 .bannerArea03__wrapper p {
  margin: 30px 0px;
}

.bannerArea03__image {
  padding-top: 112px;
  position: relative;
  bottom: 0px;
}

.bannerArea03__image .react-01,
.bannerArea03__image .react-02 {
  position: absolute;
  z-index: -1;
}

.bannerArea03__image .react-01 {
  bottom: -45px;
  right: -20px;
}

.bannerArea03__image .react-02 {
  top: 150px;
  left: -55px;
}

.bannerArea03__image .banner01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  border-radius: 8px;
  width: 370px;
  height: 536px;
  -o-object-fit: cover;
     object-fit: cover;
}

.bannerArea03__image .banner02 {
  position: absolute;
  bottom: 22px;
  left: 70px;
  border-radius: 8px;
  width: 134px;
  height: 134px;
  background-color: #ffff;
  opacity: 0.6;
}

.bannerArea03__image .banner03 {
  position: absolute;
  bottom: 88px;
  right: -8px;
  border-radius: 8px;
  width: 213px;
  height: 267px;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #ffff;
  opacity: 0.7;
}

.bannerArea03__image .banner04 {
  position: absolute;
  top: 145px;
  right: 71px;
  border-radius: 8px;
  width: 134px;
  height: 133px;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #ffff;
  opacity: 0.5;
}

.bannerArea03__image .banner05 {
  position: absolute;
  top: 200px;
  left: -10px;
  border-radius: 8px;
  width: 214px;
  height: 267px;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #ffff;
  opacity: 0.7;
}

.bannerArea03 .banner-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bannerArea03 .banner-button .primary__button {
  padding: 20px 55px;
}

.bannerArea03 .banner-button .overlay-playbutton {
  margin-left: 30px;
}

.bannerArea03 .banner-button .overlay-playbutton .popup-video {
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  color: #000560;
  background: rgba(255, 255, 255, 0.418);
  border-radius: 50%;
  border: 1px solid #fff;
  font-size: 14px;
  line-height: 98px;
  display: inline-block;
  width: 65px;
  height: 65px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}

.bannerArea03 .banner-button .overlay-playbutton .popup-video::after {
  z-index: -1;
  position: absolute;
  content: '';
  border-radius: 50%;
  background-color: white;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  -webkit-animation: pulse-border 1500ms ease-out infinite;
          animation: pulse-border 1500ms ease-out infinite;
}

.bannerArea03 .banner-button .overlay-playbutton .popup-video i {
  font-size: 18px;
  color: #fff;
}

.bannerArea03 .banner-button .overlay-playbutton .popup-video:hover {
  border-color: white;
}

.bannerArea03 .banner-brand-title {
  margin-bottom: 40px;
  margin-top: 60px;
}

.bannerArea03 .banner-brand-title h3 {
  font-size: 30px;
  line-height: 42px;
  position: relative;
  color: white;
}

.bannerArea03 .banner-brand-title h3::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 176px;
  width: 148px;
  height: 1px;
  background-color: #ffffff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.bannerArea03 .mask-group img {
  position: absolute;
  z-index: -9;
}

.bannerArea03 .mask-group .bannermask01 {
  top: 0;
  left: 0;
}

.bannerArea03 .mask-group .bannermask02 {
  bottom: 0;
  right: 0;
}

/*----------------------------------------*/
/*  HOME PAGE 04
/*----------------------------------------*/
.bannerArea04 {
  background-color: #191c26;
  margin: 0;
  border-radius: 0;
  z-index: 9;
  padding-top: 190px;
  padding-bottom: 50px;
  overflow: hidden;
  position: relative;
}

.bannerArea04__wrapper {
  margin-top: -195px;
}

.bannerArea04__wrapper p {
  font-size: 26px;
  font-family: "Hind", sans-serif;
  line-height: 42px;
  font-weight: 500;
  color: #9dadb7;
  margin: 0;
}

.bannerArea04__wrapper .banner-button {
  margin-top: 30px;
}

.bannerArea04__wrapper .banner-button .primary__button {
  border-radius: 0;
  font-family: "Teko", sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.bannerArea04__wrapper .banner-button .play-icon {
  width: 65px;
  height: 65px;
  padding: 30px;
  display: inline-block;
  border-radius: 50%;
}

.bannerArea04__title {
  text-transform: uppercase;
  font-family: "Teko", sans-serif;
  font-size: 135px;
  line-height: 135px;
  font-weight: 600;
  color: white;
  margin-top: 45px;
}

.bannerArea04__title span {
  text-transform: uppercase;
  font-family: "Teko", sans-serif;
  font-size: 32px;
  line-height: 48px;
  font-weight: 600;
  color: #ff465e;
  display: block;
  margin-bottom: 35px;
}

.bannerArea04__image {
  padding-bottom: 75px;
}

.bannerArea04 .mask-page-04 img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

/*----------------------------------------*/
/*  RESPONSIVE CSS START 
/*----------------------------------------*/
@media (min-width: 1201px) and (max-width: 1850px) {
  .bannerArea {
    padding: 60px 0px;
  }
  .bannerArea__image {
    position: static;
  }
  .bannerArea__image img {
    max-width: 100%;
  }
  .bannerArea__title {
    font-size: 68px;
    line-height: 82px;
  }
  .bannerArea02__wrapper {
    padding-top: 30px;
  }
  .bannerArea02__title {
    line-height: 92px;
    margin-bottom: 30px !important;
  }
  .bannerArea02__image {
    margin-left: 0px;
  }
  .bannerArea02__image img {
    max-width: 100%;
  }
  .bannerArea02 .banner-button {
    margin-top: 15px;
  }
  .bannerArea02 .small-feature.small-feature02 {
    right: 43.8%;
    top: 38%;
  }
  .bannerArea03 {
    position: relative;
    z-index: 1;
  }
  .bannerArea03__image .banner01 {
    margin-right: 225px;
  }
  .bannerArea03__image .banner02 {
    left: -55px;
    bottom: 15px;
  }
  .bannerArea03__image .banner03 {
    bottom: -80px;
  }
  .bannerArea03__image .banner04 {
    right: 55px;
    top: 300px;
  }
  .bannerArea03__image .banner05 {
    top: 250px;
    height: 214px;
    left: -95px;
    z-index: -1;
  }
  .bannerArea03__image .react-01 {
    bottom: -105px;
    right: 210px;
    z-index: 1;
  }
  .bannerArea03__image .react-02 {
    top: 230px;
    left: -150px;
    z-index: -1;
  }
}

@media (max-width: 1200px) {
  .bannerArea .bannerArea__title {
    font-size: 52px;
    line-height: 66px;
  }
  .bannerArea {
    padding-bottom: 60px;
  }
  .bannerArea__image {
    position: relative;
    bottom: 0;
    padding-bottom: 0px;
  }
  .bannerArea__image img {
    max-width: 100%;
    height: auto;
  }
  .bannerArea__wrapper {
    margin-top: 30px;
  }
  .bannerArea .banner-button {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .bannerArea.breadcrumb-area {
    padding-top: 160px;
    padding-bottom: 60px;
  }
  .bannerArea.breadcrumb-area .bannerArea__wrapper {
    text-align: left;
  }
  .bannerArea.breadcrumb-area .banner-image {
    bottom: -260px;
    right: 0px;
  }
  .bannerArea.breadcrumb-area .breadcrumb-wrapper {
    bottom: -35px;
  }
  .bannerArea.breadcrumb-area .breadcrumb-wrapper .breadcrumb {
    margin-bottom: -50px;
  }
  .bannerArea.contactBanner .banner-image, .bannerArea.projectBanner .banner-image, .bannerArea.blogBanner .banner-image {
    bottom: -215px;
  }
  .bannerArea02_wrapper {
    padding-top: 0px;
  }
  .bannerArea02_wrapper p {
    font-size: 18px;
    line-height: 28px;
  }
  .bannerArea02_wrapper .banner-button {
    margin-top: 15px;
  }
  .bannerArea02__title {
    font-size: 48px;
    line-height: 52px;
  }
  .bannerArea02 .small-feature {
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 150px;
    height: 120px;
  }
  .bannerArea02 .small-feature .small-feature-percentage {
    margin-bottom: 0px;
  }
  .bannerArea02 .small-feature .small-feature-percentage h3 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 5px;
  }
  .bannerArea02 .small-feature-text p {
    font-size: 16px;
    line-height: 18px;
  }
  .bannerArea02 .small-feature.small-feature02 {
    right: 41%;
  }
  .bannerArea02 .small-feature02 {
    top: 35%;
    right: 42%;
  }
  .bannerArea02 .bannerArea02__title {
    margin-bottom: 15px !important;
  }
  .bannerArea02 .bannerArea02__title h1 {
    font-size: 54px;
    line-height: 68px !important;
  }
  .bannerArea02__image {
    margin-left: 0px;
    margin-top: 50px;
  }
  .bannerArea02__image img {
    max-width: 100%;
  }
  .bannerArea02 .mask-group-home02 .mask-home02 {
    bottom: -45px;
  }
  .bannerArea04__title span {
    margin-bottom: 0px;
  }
  .bannerArea03 {
    padding-left: 0px;
    padding-right: 0px;
    margin: 0px !important;
  }
  .bannerArea03 .bannerArea__wrapper {
    text-align: left;
  }
  .bannerArea03 .banner-button {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .bannerArea03 .banner-image .banner05 {
    left: -40px;
  }
  .bannerArea03 .banner-image .banner02 {
    left: 40px;
  }
  .bannerArea03 .banner-image .banner01 {
    margin-right: 0px;
  }
  .bannerArea03 .banner-image .banner03,
  .bannerArea03 .banner-image .banner04 {
    display: none;
  }
  .bannerArea03__title {
    font-size: 58px;
    line-height: 72px;
  }
  .bannerArea03__image .banner02,
  .bannerArea03__image .banner03,
  .bannerArea03__image .banner04,
  .bannerArea03__image .banner05 {
    display: none;
  }
  .bannerArea03__image .banner01 {
    margin: auto;
  }
  .bannerArea03__image .react-01 {
    right: 15px;
    bottom: -80px;
    z-index: -1;
  }
  .bannerArea03__image .react-02 {
    top: 70px;
    left: 60px;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .bannerArea02 {
    padding: 60px 0px;
    padding-bottom: 0px;
  }
  .bannerArea02__image {
    margin-left: 0px;
    margin-top: 75px;
  }
  .bannerArea02__image img {
    max-width: 100%;
  }
  .bannerArea02 .small-feature.small-feature02 {
    right: 45%;
    top: 40%;
  }
  .bannerArea04__title {
    font-size: 92px;
    line-height: 106px;
  }
  .bannerArea03__image .react-01 {
    right: -25px;
  }
  .bannerArea03__image .react-02 {
    left: 15px;
  }
}

@media (max-width: 1023px) {
  .bannerArea04__wrapper p {
    font-size: 18px;
    line-height: 28px;
  }
}

@media (min-width: 992px) and (max-width: 1023px) {
  .bannerArea02__wrapper {
    padding-top: 30px;
  }
  .bannerArea02__wrapper p {
    font-size: 18px;
    line-height: 28px;
  }
  .bannerArea02 .small-feature.small-feature02 {
    right: 45%;
  }
  .bannerArea04__title {
    font-size: 68px;
    line-height: 82px;
  }
  .bannerArea04__title span {
    margin-bottom: 0px;
  }
  .bannerArea03__image .react-01 {
    right: 30px;
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
  .bannerArea03__image .react-02 {
    top: 70px;
    left: -1px;
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
}

@media (max-width: 991px) {
  .bannerArea {
    padding-top: 60px;
  }
  .bannerArea__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .bannerArea__wrapper {
    margin-top: 15px;
  }
  .bannerArea__brief {
    padding-top: 0px;
  }
  .bannerArea__buttons {
    margin-bottom: 60px;
  }
  .bannerArea02 {
    padding-bottom: 90px;
  }
  .bannerArea02__wrapper {
    padding-top: 0px;
    margin-top: 30px;
  }
  .bannerArea02__image {
    margin-top: 0px;
  }
  .bannerArea02 .small-feature01 {
    top: 250px;
    left: 30px;
  }
  .bannerArea02 .small-feature02 {
    top: 390px;
    left: 30px;
  }
  .bannerArea02 .small-feature {
    display: none;
  }
  .bannerArea04 {
    padding-top: 130px;
    padding-bottom: 100px;
  }
  .bannerArea04__wrapper {
    margin-top: 0px;
    font-size: 18px;
    line-height: 28px;
  }
  .bannerArea04__title {
    font-size: 68px;
    line-height: 82px;
    margin-top: 0px;
  }
  .bannerArea04__title span {
    margin-bottom: 0px;
  }
  .bannerArea04__image {
    padding-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .bannerArea03__wrapper {
    margin-top: 0px !important;
  }
  .bannerArea03__image {
    padding: 60px 0px;
  }
  .bannerArea03__image .banner02,
  .bannerArea03__image .banner04 {
    display: block;
    opacity: 1;
  }
  .bannerArea03__image .banner02 {
    left: 35px;
    bottom: 95px;
  }
  .bannerArea03__image .banner04 {
    right: 35px;
    top: 100px;
  }
  .bannerArea03__image .react-01 {
    right: 100px;
    bottom: -20px;
  }
  .bannerArea03__image .react-02 {
    top: 16px;
    left: 145px;
  }
}

@media (max-width: 767px) {
  .bannerArea {
    margin: 0px;
  }
  .bannerArea__brief {
    width: 100%;
  }
  .bannerArea__downArrow {
    display: none;
  }
  .bannerArea03__wrapper {
    margin-top: 30px !important;
  }
  .bannerArea03__image {
    padding-top: 30px;
  }
  .bannerArea03__image .react-01,
  .bannerArea03__image .react-02 {
    display: none;
  }
  .bannerArea03 .banner-brand__slider .slick-slide img {
    margin: auto;
  }
}

@media (min-width: 575px) and (max-width: 767px) {
  .bannerArea02 .small-feature01 {
    top: 150px;
  }
  .bannerArea02 .small-feature02 {
    top: 290px;
  }
  .bannerArea03__image .react-01 {
    right: 5px;
  }
  .bannerArea03__image .react-02 {
    left: 50px;
  }
}

@media (min-width: 320px) and (max-width: 574px) {
  .bannerArea {
    padding-top: 90px;
  }
  .bannerArea {
    margin: 0px;
    padding: 100px 0px;
  }
  .bannerArea__brief {
    font-size: 16px;
    line-height: 30px;
    padding-top: 0px;
  }
  .bannerArea__buttons {
    margin-bottom: 0px;
  }
  .bannerArea .mask-group .mask4 {
    top: 65px;
    left: 20px;
  }
  .bannerArea02__wrapper p {
    font-size: 18px;
    line-height: 28px;
    max-width: 100%;
  }
  .bannerArea02__wrapper .banner-button .primary__button {
    padding: 20px 15px;
  }
  .bannerArea02 .small-feature {
    display: none;
  }
  .bannerArea02 .mask-group-home02 .mask-home02 {
    bottom: 0px;
  }
  .bannerArea04 {
    padding-bottom: 60px;
  }
  .bannerArea04__title span {
    font-size: 22px;
    line-height: 22px;
  }
  .bannerArea04__title h1 {
    font-size: 36px;
    line-height: 50px;
  }
  .bannerArea04__wrapper p {
    font-size: 18px;
    line-height: 28px;
  }
  .bannerArea03__wrapper {
    margin-top: 30px !important;
  }
  .bannerArea03__wrapper p {
    margin: 15px 0px !important;
  }
  .bannerArea03__image {
    padding-top: 0px !important;
  }
  .bannerArea03__image .banner01 {
    max-width: 100%;
    height: auto;
  }
  .bannerArea03__image .react-01,
  .bannerArea03__image .react-02 {
    display: none;
  }
  .bannerArea03 .banner-brand-title h3::before {
    width: 30px;
  }
}

/*----------------------------------------*/
/*  HOME PAGE 01
/*----------------------------------------*/
.brand-area {
  padding-top: 100px;
}

.brand-area .small-section h3 {
  font-size: 30px;
  line-height: 42px;
  font-family: "Gilroy-Bold";
  margin-bottom: 35px;
}

.brand-area .brand-slider-active .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.brand-area .brand-slider-active .single-brand img {
  margin: auto;
  width: 160px;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.brand-area .brand-slider-active .single-brand img:hover {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

/*----------------------------------------*/
/*  HOME PAGE 02
/*----------------------------------------*/
.brands {
  margin-top: -50px;
  z-index: 99;
  position: relative;
}

.brands-area {
  padding: 60px 0px;
  border-radius: 10px;
  background-color: #fff;
}

.brands-area .brand-slider-item .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.brands-area .brand-slider-item div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0px 15px;
}

.brands-area .brand-slider-item div img {
  width: 120px;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  cursor: pointer;
}

.brands-area .brand-slider-item div img:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

/*----------------------------------------*/
/*  RESPONSIVE CSS START 
/*----------------------------------------*/
@media (max-width: 991px) {
  .brand-area {
    padding-bottom: 0px !important;
  }
}

@media (min-width: 320px) and (max-width: 574px) {
  .brands-area .brand-slider-item div img {
    margin: auto;
  }
}

/* Small devices 575 - 767 */
@media only screen and (min-width: 575px) and (max-width: 767px) {
  /* common area start */
  .brand-area {
    padding-top: 70px;
  }
  .brand-area .small-section {
    margin-bottom: 20px;
  }
}

/* Small devices 420 - 574 */
@media only screen and (min-width: 420px) and (max-width: 574px) {
  /* common area start */
}

/* extra Small devices 420 */
@media (max-width: 420px) {
  /* common area start */
}

/* Map Section */
.map-area {
  padding-top: 160px;
  padding-bottom: 60px;
}

.map-area #map {
  height: 500px;
}

/*----------------------------------------*/
/*  RESPONSIVE CSS START 
/*----------------------------------------*/
@media (max-width: 991px) {
  .map-area {
    padding: 90px 0px;
  }
}

@media (max-width: 767px) {
  .map-area {
    padding: 60px 0px;
  }
}

/*----------------------------------------*/
/* HOMEPAGE 01
/*----------------------------------------*/
.about-info {
  position: relative;
  padding-top: 145px;
  padding-bottom: 125px;
}

.about-info-image {
  margin-left: -190px;
}

.about-info-text h2 {
  font-family: "Gilroy-Bold";
  max-width: 530px;
  line-height: 64px;
  margin-bottom: 15px;
}

.about-info-text p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 35px;
  font-family: "Gilroy-Medium";
  color: #65729e;
}

.about-info-project {
  padding-top: 35px;
  border-top: 1px solid #b4c1e9;
}

.about-info-project .project-rating h3 {
  font-size: 34px;
  line-height: 42px;
  font-family: "Gilroy-Bold";
}

.about-info-project .project-rating-star {
  margin-top: 2px;
}

.about-info-project .project-rating-star i {
  color: #ff8b17;
}

.about-info-project .project-information h3 {
  margin-top: 2px;
  font-size: 34px;
  margin-bottom: 8px !important;
}

.about-info-project .project-information p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Gilroy-Medium";
}

.about-info .mask-group .mask1 {
  position: absolute;
  right: 0px;
  bottom: 135px;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: -1;
}

/*----------------------------------------*/
/* HOMEPAGE 02
/*----------------------------------------*/
.aboutus02 {
  padding: 65px 0px 165px 0px;
  position: relative;
}

.aboutus02-wrapper {
  max-width: 93%;
}

.aboutus02-wrapper-title {
  margin-bottom: 20px;
}

.aboutus02-wrapper-title h2 {
  line-height: 64px;
  display: inline-block;
  margin-bottom: 15px;
}

.aboutus02-wrapper-title p {
  font-size: 18px;
  font-family: "Gilroy-Medium";
  line-height: 30px;
  display: inline-block;
}

.aboutus02-wrapper-list {
  margin-bottom: 35px;
}

.aboutus02-wrapper-list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  font-family: "Gilroy-Medium";
  line-height: 30px;
  margin-bottom: 18px;
}

.aboutus02-wrapper-list ul li img {
  border: 1px solid #ff465e;
  border-radius: 50%;
  padding: 6px 4px;
  margin-right: 10px;
}

.aboutus02-image {
  position: relative;
  margin-left: 30px;
}

.aboutus02-image img {
  width: 516px;
  height: 686px;
  border-radius: 101px;
  border-top-left-radius: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.aboutus02-image::after {
  content: '';
  position: absolute;
  bottom: 30px;
  border: 5px solid #ffffff;
  right: 30px;
  width: 516px;
  height: 693px;
  border-radius: 101px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
}

.aboutus02-image::before {
  content: '';
  position: absolute;
  top: 63px;
  border: 5px solid #ff465e;
  right: -100px;
  width: 455px;
  height: 654px;
  border-radius: 101px;
  z-index: -99;
}

.aboutus02 .small-feature {
  position: absolute;
  bottom: 285px;
  right: 38.5%;
}

.aboutus-introduction02 {
  position: relative;
}

.aboutus-introduction02 .aboutus-introduction02-image {
  position: relative;
}

.aboutus-introduction02 .aboutus-introduction02-image img {
  width: 516px;
  height: 686px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 101px;
  border-top-right-radius: 0;
}

.aboutus-introduction02 .aboutus-introduction02-image::after {
  content: '';
  position: absolute;
  bottom: 30px;
  border: 5px solid #ffffff;
  left: 30px;
  width: 516px;
  height: 693px;
  border-radius: 101px;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
}

.aboutus-introduction02 .aboutus-introduction02-image::before {
  left: -30px;
  content: '';
  position: absolute;
  top: 68px;
  border: 5px solid #ff465e;
  width: 455px;
  height: 654px;
  border-radius: 101px;
  z-index: -99;
}

.aboutus-introduction02 .introduction-feature {
  position: absolute;
  bottom: 22%;
  left: 39.5%;
}

.aboutus-introduction02 .aboutus02-wrapper {
  max-width: 94%;
  margin-left: 10px;
  margin-left: 125px;
}

/*----------------------------------------*/
/*  HOMEPAGE 03
/*----------------------------------------*/
.about-info04 {
  padding-top: 115px;
  padding-bottom: 27px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.about-info04 .about-info-image {
  margin-left: -257px;
}

.about-info04 .about-info-text h2 {
  color: white;
  text-transform: uppercase;
  font-size: 60px;
  font-family: "Teko", sans-serif;
  line-height: 118px;
  font-weight: 600;
  margin-bottom: 5px;
}

.about-info04 .about-info-text h2 span {
  color: #ff465e;
}

.about-info04 .about-info-text p {
  font-family: "Hind", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 27px;
  position: relative;
  z-index: 9;
  color: #9DADB7;
}

.about-info04 .about-info-text .about-info-project {
  padding-top: 0px;
  border-top: 0;
}

.about-info04 .about-info-text .about-info-project .project-information {
  margin-top: 20px;
}

.about-info04 .about-info-text .about-info-project .project-information h3 {
  font-size: 60px;
  line-height: 34px;
  font-weight: 600;
  font-family: "Teko", sans-serif;
  color: #ff465e;
  margin: 0;
}

.about-info04 .about-info-text .about-info-project .project-information p {
  font-family: "Hind", sans-serif;
  font-size: 20px;
  line-height: 34px;
  color: #9dadb7;
}

.about-info04 .right-vcetor img {
  position: absolute;
  top: 31%;
  right: 5%;
}

/*----------------------------------------*/
/*  HOMEPAGE 04
/*----------------------------------------*/
.homepage-03.about-introduction {
  padding-bottom: 230px;
}

.homepage-03 .sub-section-heading {
  margin-top: 75px;
}

.homepage-03 .sub-section-heading p {
  font-size: 18px;
  font-family: "Gilroy-Medium";
}

.homepage-03 .work-process {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.homepage-03 .work-process-item {
  width: 50%;
}

.homepage-03 .work-process-item i {
  color: #ed880a;
  width: 25px;
  font-size: 18px;
}

.homepage-03 .about-intro-left {
  position: relative;
}

.homepage-03 .about-intro-left .image {
  position: relative;
  margin-left: 25px;
}

.homepage-03 .about-intro-left .image .about01 {
  border-top-right-radius: 75px;
  width: 490px;
  height: 550px;
  -o-object-fit: cover;
     object-fit: cover;
}

.homepage-03 .about-intro-left .image .about02 {
  position: absolute;
  bottom: -25%;
  left: 65%;
  background-color: #fff;
  border: 13px solid #ffff;
  border-top-left-radius: 85px;
  width: 395px;
  height: 495px;
  -o-object-fit: cover;
     object-fit: cover;
}

.homepage-03 .about-intro-left .award {
  position: absolute;
  bottom: -75px;
  left: 215px;
  width: 185px;
  height: 185px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #ffffff;
}

.homepage-03 .about-intro-left .award-icon i {
  font-size: 55px;
  color: #ed880a;
}

.homepage-03 .about-intro-left .award h6 {
  font-size: 18px;
  margin-top: 5px;
}

/*----------------------------------------*/
/*  Our-Teams
/*----------------------------------------*/
.our-teams {
  padding-bottom: 160px;
}

.our-teams .our-teams-member .member-info .name h5 {
  font-size: 18px;
}

.our-teams .section-title h2 {
  font-size: 48px;
  line-height: 64px;
  color: #000560;
  font-family: "Gilroy-Bold";
  text-transform: capitalize;
}

/*----------------------------------------*/
/*  RESPONSIVE CSS START 
/*----------------------------------------*/
/* Common max-Sizes */
@media (min-width: 1201px) and (max-width: 1850px) {
  .about-info04 .right-vcetor img {
    right: 0%;
  }
  .about-info04 .about-info-image {
    margin-left: 0px;
  }
  .about-info04 .about-info-image img {
    max-width: 100%;
  }
}

@media (max-width: 1200px) {
  .about-info-image {
    margin-left: 0px;
  }
  .about-info .mask-group .mask1 {
    bottom: 0px;
  }
  .aboutus02 {
    padding-bottom: 90px;
  }
  .aboutus02 .small-feature {
    bottom: 30.1%;
    right: 30.5%;
  }
  .aboutus02-wrapper-title h2 {
    line-height: 48px;
    margin-bottom: 0px;
  }
  .aboutus02-image::before {
    right: -10px;
    top: 30px;
  }
  .aboutus02-image::after {
    bottom: 0;
    right: -4px;
  }
  .aboutus-introduction02 .aboutus-introduction02-image {
    margin-left: 0px;
  }
  .aboutus-introduction02 .aboutus-introduction02-image img {
    width: 516px;
    height: 686px;
    border-radius: 101px;
    border-top-left-radius: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .aboutus-introduction02 .introduction-feature {
    left: 33.5%;
  }
  .about-info04 .about-info-image {
    margin-left: 0px;
  }
  .about-info04 .about-info-image img {
    max-width: 100%;
  }
  .about-info04 .right-vcetor img {
    display: none;
  }
  .homepage-03.about-introduction .about-intro-left .image {
    margin-left: 0px;
  }
  .homepage-03.about-introduction .about-intro-left .image img {
    max-width: 100%;
  }
  .homepage-03.about-introduction .about-intro-left .image .about02 {
    display: none;
  }
  .homepage-03.about-introduction .about-intro-left .award {
    bottom: 65px;
    left: -90px;
  }
}

@media (max-width: 1024px) {
  .aboutus-introduction02 .aboutus02-wrapper-title h2 {
    line-height: 52px;
    margin-bottom: 0px;
  }
  .aboutus-introduction02 .small-feature {
    bottom: 25%;
    left: 42%;
  }
  .homepage-03.about-introduction {
    padding-bottom: 120px;
  }
  .homepage-03.about-introduction .about-intro-left .award {
    bottom: -80px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .about-info04 .right-vcetor img {
    top: 25%;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .aboutus-introduction02 .aboutus02-wrapper {
    max-width: 100%;
    margin-left: 110px;
  }
  .aboutus-introduction02 .aboutus-introduction02-image::before {
    top: -2px;
    left: 20px;
  }
  .aboutus-introduction02 .aboutus-introduction02-image::after {
    left: 0px;
    bottom: 0px;
    z-index: -999;
  }
  .aboutus-introduction02 .aboutus-introduction02-image img {
    max-width: 100%;
    height: auto;
  }
}

@media (min-width: 992px) and (max-width: 1023px) {
  .aboutus02 .small-feature {
    bottom: 26.1%;
    right: 40%;
  }
  .about-info {
    padding-bottom: 30px;
  }
}

@media (max-width: 991px) {
  .about-info {
    padding-bottom: 0px !important;
  }
  .about-info04 {
    padding-bottom: 0px !important;
  }
  .about-info04 .about-info-image {
    margin-bottom: 0px !important;
  }
  .about-info04 .about-info-text h2 {
    line-height: 76px;
    padding-bottom: 0px !important;
  }
  .about-info04 .about-info-text p {
    margin-bottom: 15px;
  }
  .aboutus-introduction02 .aboutus02-wrapper {
    max-width: 100%;
    margin-left: 0px;
  }
  .aboutus-introduction02 .aboutus-introduction02-image::before, .aboutus-introduction02 .aboutus-introduction02-image::after {
    display: none;
  }
  .aboutus02-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .aboutus02-image::before, .aboutus02-image::after {
    display: none;
  }
  .aboutus02 .small-feature {
    display: none;
    bottom: 62%;
    right: 10%;
    z-index: 9;
  }
  .aboutus02-wrapper-title h2 {
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .about-info04 .right-vcetor img {
    top: 60%;
  }
  .about-skill-image img {
    margin-bottom: 30px;
  }
  .homepage-03.about-introduction .about-intro-left .image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .homepage-03.about-introduction .about-intro-left .award {
    bottom: 65px;
    left: 10px;
  }
}

@media (max-width: 767px) {
  .about-info {
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .about-info-text h2 {
    font-size: 32px;
    line-height: 42px;
  }
  .aboutus02 .small-feature {
    right: 5%;
  }
  .aboutus02-image::before {
    right: 30px;
  }
  .aboutus02-image::after {
    right: -1px;
  }
  .aboutus-introduction02 .aboutus-introduction02-image::before {
    top: 32px !important;
    left: 0px;
    z-index: 1;
  }
  .aboutus-introduction02 .aboutus-introduction02-image::after {
    left: -5px !important;
    bottom: -2px !important;
    border-radius: 101px !important;
    width: 523px;
  }
  .aboutus-introduction02 .small-feature {
    left: 70%;
  }
  .about-skill-wrapper {
    max-width: 100% !important;
    margin-top: 0px !important;
  }
  .about-skill-title h2 {
    line-height: 42px;
  }
  .about-skill-pogressbar {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .our-teams-member {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 350px;
    margin: auto;
  }
  .our-teams .all-member .member-info {
    max-width: 100%;
  }
}

@media (min-width: 575px) and (max-width: 767px) {
  .about-info .mask-group .mask1 {
    bottom: -115px;
  }
}

@media (max-width: 575px) {
  .about-info-text {
    margin-top: 30px;
  }
  .about-info .mask-group .mask1 {
    bottom: -105px;
  }
  .aboutus02 .small-feature {
    right: 65%;
    bottom: 46%;
  }
  .aboutus02-wrapper-title h2 {
    font-size: 26px;
    line-height: 36px !important;
  }
  .aboutus02-wrapper-title p {
    font-size: 18px;
    line-height: 28px;
  }
  .aboutus02-image {
    margin-left: 0px;
  }
  .aboutus02-image::after, .aboutus02-image::before {
    display: none;
  }
  .aboutus-introduction02 .aboutus02-wrapper {
    margin-left: 0px;
  }
  .aboutus-introduction02-image {
    margin-left: 0px !important;
  }
  .aboutus-introduction02-image::before, .aboutus-introduction02-image::after {
    display: none;
  }
  .aboutus-introduction02 .small-feature {
    left: 2%;
  }
  .about-info04 .about-info-text .about-info-project .project-information {
    z-index: 9;
  }
  .homepage-03 .sub-section-heading h2 {
    font-size: 38px;
    line-height: 48px;
  }
  .homepage-03.about-introduction .about-intro-left .award {
    width: 125px;
    height: 125px;
    bottom: 0px;
    left: inherit;
    right: -5px !important;
  }
  .homepage-03 .work-process {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .homepage-03 .work-process-item i {
    font-size: 32px;
    margin-right: 15px;
  }
  .our-teams-member {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 320px) and (max-width: 574px) {
  .about-info-text h2 {
    font-size: 24px;
    line-height: 36px;
  }
  .about-info-project {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .about-info .mask-group {
    display: none;
  }
  .about-info .mask-group .mask1 {
    bottom: -100px;
  }
  .aboutus-introduction02 .aboutus-introduction02-image img {
    max-width: 100%;
    height: auto;
  }
  .aboutus-introduction02 .small-feature {
    bottom: 60.5%;
    left: 0px;
    width: 100%;
    height: 150px;
  }
  .aboutus-introduction02 .small-feature-text p {
    max-width: 100%;
    text-align: center;
  }
  .aboutus-introduction02 .aboutus02-wrapper {
    margin-top: 0px;
  }
  .aboutus-introduction02 .aboutus02-wrapper-list ul li {
    margin-bottom: 12px;
  }
  .about-info04 .about-info-text h2 {
    font-size: 38px;
    line-height: 52px;
  }
  .about-info04 .about-info-text .about-info-project {
    margin-top: 45px;
  }
  .about-info04 .about-info-text .about-info-project .project-information {
    margin: 0px;
    margin-bottom: 15px;
  }
}

@media (min-width: 320px) and (max-width: 419px) {
  .our-teams .all-member .col-lg-4 {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .our-teams .all-member .social-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .about-skill-pogressbar .round-wrapper {
    margin-right: 0px !important;
  }
  .homepage-03 .sub-section-heading h2 {
    font-size: 32px;
    line-height: 42px;
  }
  .homepage-03.about-introduction .about-intro-left .award {
    top: inherit;
    bottom: -45px;
  }
  .homepage-03.about-introduction .about-intro-left .award-icon i {
    font-size: 32px;
  }
}

/* large devices 992 - 1199*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* common area start */
  .about-info-project .project-rating h3,
  .about-info-project .project-information h3 {
    font-size: 30px;
  }
  .about-info-text h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 15px;
  }
  .about-info-image {
    margin-left: 0;
  }
}

/* Medium devices 768 - 991 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-info .about-info-image {
    margin-left: 0px;
    margin-bottom: 50px;
  }
  .about-info .about-info-text h2 {
    min-width: 100%;
    padding-bottom: 20px;
  }
  .about-info .about-info-project {
    padding-top: 20px;
  }
  .about-info .about-info-project .project-rating h3,
  .about-info .about-info-project .project-information h3 {
    font-size: 28px;
  }
  .about-info .mask-group .mask1 {
    bottom: -25px;
  }
  .aboutus-introduction02-image::before {
    z-index: 1 !important;
    left: 65px !important;
    top: 0px !important;
    height: 690px !important;
  }
  .aboutus-introduction02-image::after {
    border-radius: 101px !important;
    left: 30px !important;
    bottom: -2px !important;
  }
  .aboutus-introduction02 .small-feature {
    left: 69%;
  }
}

/* Small devices 575 - 767 */
@media only screen and (min-width: 575px) and (max-width: 767px) {
  /* common area start */
  .about-info .about-info-image {
    margin-left: 0;
    margin-bottom: 30px;
  }
}

/* Small devices 420 - 574 */
@media only screen and (min-width: 420px) and (max-width: 574px) {
  .aboutus02-image::before {
    right: 2px;
  }
  .aboutus02 .small-feature {
    right: 52%;
    bottom: 48%;
  }
}

/*----------------------------------------*/
/*  HOMEPAGE 03
/*----------------------------------------*/
#circleBar {
  padding: 50px 0px 55px 0px;
  text-align: center;
}

#circleBar .section-title {
  margin-bottom: 35px;
}

#circleBar .section-title h2 {
  text-transform: uppercase;
  color: white;
  font-family: "Teko", sans-serif;
  font-weight: 600;
  font-size: 60px;
  line-height: 118px;
}

#circleBar .section-title span {
  color: #ff465e;
}

#circleBar .round {
  min-height: 255px;
  position: relative;
}

#circleBar .round canvas {
  width: 182px;
  height: 182px;
}

#circleBar .round .round-text {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 40px;
  line-height: 45px;
  color: #fff;
  font-weight: 600 !important;
  font-family: 'Teko', sans-serif;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  margin-top: -30px;
}

#circleBar .round .round-text P {
  color: #fff;
  font-size: 18px;
  font-family: "Hind", sans-serif;
  line-height: 27px;
  font-weight: 500;
}

.circleProgress {
  background-color: red;
}

@media (max-width: 767px) {
  #circleBar {
    padding-bottom: 0px;
  }
  #circleBar .section-title h2 {
    font-size: 58px;
    line-height: 68px;
  }
}

/*----------------------------------------*/
/*  HOMEPAGE 01
/*----------------------------------------*/
.special-services {
  position: relative;
  padding-bottom: 75px;
}

.special-services.our-services {
  padding-top: 40px;
  padding-bottom: 130px;
}

.special-services .section-title h2 {
  font-size: 48px;
  line-height: 64px;
  color: #000560;
  font-family: "Gilroy-Bold";
  text-transform: capitalize;
}

.special-services-image {
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 25px;
  margin-bottom: 25px;
  text-align: center;
}

.special-services-image-bg-one {
  background: rgba(117, 91, 255, 0.15);
}

.special-services-image-bg-two {
  background: rgba(255, 70, 94, 0.16);
}

.special-services-image-bg-three {
  background: rgba(255, 70, 94, 0.16);
}

.special-services-image-bg-four {
  background: rgba(68, 213, 145, 0.16);
}

.special-services-image-bg-five {
  background: rgba(247, 134, 255, 0.16);
}

.special-services-image-bg-six {
  background: rgba(46, 137, 255, 0.16);
}

.special-services-text h5 {
  font-family: "Gilroy-Bold";
  margin-bottom: 12px;
  line-height: 32px;
}

.special-services-text p {
  max-width: 278px;
  font-family: "Gilroy-Medium";
}

.special-services .services__mask .mask_01 {
  position: absolute;
  top: 250px;
  left: 210px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/*----------------------------------------*/
/*  HOMEPAGE 02 
/*----------------------------------------*/
.valuable-services {
  background-color: #fff6f7;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-top-right-radius: 166px;
}

.valuable-services-item-icon {
  height: 50px;
  width: 50px;
  border-radius: 19px;
  margin-bottom: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
}

.valuable-services-item-bg-one {
  background-color: #7752be;
  -webkit-box-shadow: 0px 4px 10px 0px #7752be;
  box-shadow: 0px 4px 10px 0px rgba(119, 82, 190, 0.84);
}

.valuable-services-item-bg-two {
  background-color: #fab005;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(250, 176, 5, 0.84);
  box-shadow: 0px 4px 10px 0px rgba(250, 176, 5, 0.84);
}

.valuable-services-item-bg-three {
  background-color: #f03e3d;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(240, 62, 61, 0.84);
  box-shadow: 0px 4px 10px 0px rgba(240, 62, 61, 0.84);
}

.valuable-services-item-bg-four {
  background-color: #4dadf7;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(77, 173, 247, 0.84);
  box-shadow: 0px 4px 10px 0px rgba(77, 173, 247, 0.84);
}

.valuable-services-item-bg-five {
  background-color: #63be52;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(99, 190, 82, 0.84);
  box-shadow: 0px 4px 10px 0px rgba(99, 190, 82, 0.84);
}

.valuable-services-item-bg-six {
  background-color: #2953ff;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(41, 83, 255, 0.84);
  box-shadow: 0px 4px 10px 0px rgba(41, 83, 255, 0.84);
}

.valuable-services-item-bg-seven {
  background-color: #de3df0;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(222, 61, 240, 0.84);
  box-shadow: 0px 4px 10px 0px rgba(222, 61, 240, 0.84);
}

.valuable-services-item-bg-eight {
  background-color: #4df7eb;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(77, 247, 235, 0.84);
  box-shadow: 0px 4px 10px 0px rgba(77, 247, 235, 0.84);
}

.valuable-services-item-text h6 {
  margin-bottom: 20px;
}

.valuable-services-item-text p {
  font-family: "Gilroy-Medium";
  max-width: 220px;
}

/*----------------------------------------*/
/*  HOMEPAGE 03 
/*----------------------------------------*/
.homepage-03.services03 {
  padding-top: 130px;
}

.homepage-03.services03 .section-heading h2 {
  margin-bottom: 130px;
}

.homepage-03 .provide-services-item {
  position: relative;
  padding: 25px 20px;
  margin-bottom: 125px;
  background-color: #ffffff;
}

.homepage-03 .provide-services-item-image {
  border: 1px solid rgba(237, 136, 10, 0.4);
  position: absolute;
  top: -65px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 0px auto 40px auto;
  width: 152px;
  height: 152px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ffffff;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

.homepage-03 .provide-services-item-text {
  padding-top: 115px;
}

.homepage-03 .provide-services-item-text h5 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 20px;
  text-align: center;
}

.homepage-03 .provide-services-item-text p {
  margin-bottom: 30px;
  text-align: center;
}

.homepage-03 .provide-services-item-text .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.homepage-03 .provide-services-item-text .icon a {
  background-color: #ffffff;
  height: 50px;
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  border: 1px solid #ed880a;
}

.homepage-03 .provide-services-item-text .icon a i {
  color: #ed880a;
}

.homepage-03 .provide-services-item:hover .provide-services-item-image {
  background-color: #ed880a;
}

.homepage-03 .provide-services-item:hover .provide-services-item-image svg path {
  fill: #ffffff;
}

.homepage-03 .provide-services-item:hover .provide-services-item-text .icon a {
  background-color: #ed880a;
}

.homepage-03 .provide-services-item:hover .provide-services-item-text .icon a i {
  color: #ffffff;
}

/*----------------------------------------*/
/*  RESPONSIVE CSS START 
/*----------------------------------------*/
@media (max-width: 991px) {
  .homepage-03 .provide-services-item {
    min-height: 415px;
  }
  .valuable-services {
    margin-bottom: 0px;
  }
}

@media (max-width: 767px) {
  .special-services {
    padding: 120px 0px;
    padding-bottom: 60px;
  }
  .special-services .section-title {
    margin-bottom: 60px;
  }
  .special-services-image {
    margin-bottom: 15px !important;
  }
  .special-services-text h5 {
    font-size: 28px;
  }
  .special-services-item {
    margin-bottom: 30px;
  }
  .special-services.our-services {
    padding-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .valuable-services {
    border-top-right-radius: 0px;
    margin-bottom: 0px;
  }
  .valuable-services-item-text p {
    max-width: 100%;
  }
  .special-services {
    padding: 120px 0px;
    padding-bottom: 60px;
  }
  .special-services-image {
    margin: auto;
  }
  .special-services-text {
    text-align: center;
  }
  .special-services-text p {
    max-width: 95%;
    margin: auto;
  }
  .special-services .section-title h2 {
    font-size: 48px;
  }
}

@media (min-width: 320px) and (max-width: 574px) {
  .special-services .section-title h2 {
    font-size: 28px;
    line-height: 42px;
  }
  .special-services-text h5 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0px;
  }
  .homepage-03.services03 {
    padding-top: 60px;
  }
  .homepage-03 .provide-services-item {
    padding: 25px 15px;
    min-height: 350px;
  }
  .homepage-03 .provide-services-item-text {
    padding-top: 60px;
  }
  .homepage-03 .provide-services-item-text h5 {
    font-size: 18px;
    margin: 15px 0px;
  }
  .homepage-03 .provide-services-item-text p {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 15px;
  }
  .valuable-services-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .valuable-services-item-icon {
    margin-bottom: 15px;
  }
  .valuable-services-item-text h6 {
    margin-bottom: 15px;
  }
}

@media (min-width: 320px) and (max-width: 419px) {
  .valuable-services-heading h2 {
    font-size: 38px;
    line-height: 48px;
  }
}

/* large devices 992 - 1199*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .special-services {
    padding-bottom: 45px;
  }
}

/* Medium devices 768 - 991 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .special-services .special-services-text h5 {
    margin-bottom: 5px;
  }
  .special-services .special-services-text p {
    min-width: 100%;
  }
}

.services-introduction {
  padding: 100px 0;
}

.services-introduction-item-image {
  background: rgba(255, 70, 94, 0.16);
  height: 85px;
  width: 85px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  margin-bottom: 25px;
}

.services-introduction-item p {
  max-width: 142px;
  color: #000560;
  font-family: "Gilroy-Bold";
  line-height: 22px;
  margin: auto;
  text-align: center;
}

.services-introduction-text {
  margin-left: -15px;
}

.services-introduction-text .section-heading h2 {
  font-size: 48px;
  line-height: 64px;
  max-width: 592px;
  margin-bottom: 20px;
}

.services-introduction-text .section-heading p {
  max-width: 578px;
  font-family: "Gilroy-Medium";
  font-size: 18px;
}

.services-introduction-text a {
  margin-top: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-top: 35px;
}

/*----------------------------------------*/
/*  HOMEPAGE 04 
/*----------------------------------------*/
.homepage-03.service-introduction {
  padding-bottom: 155px;
}

.homepage-03.service-introduction .section-heading {
  margin-bottom: 85px;
}

.homepage-03.service-introduction .services-introduction-item-text {
  text-align: center;
}

.homepage-03.service-introduction .services-introduction-item-image {
  width: 135px;
  height: 135px;
}

.homepage-03 .section-heading {
  margin-bottom: 55px;
}

.homepage-03 .section-heading h2 {
  line-height: 64px;
  margin-bottom: 15px;
}

.homepage-03 .section-heading p {
  font-size: 18px;
  line-height: 34px;
  font-family: "Gilroy-Medium";
  max-width: 75%;
  margin: auto;
}

.homepage-03 .services-introduction-item-text h5 {
  margin-bottom: 25px;
}

.homepage-03 .services-introduction-item-text p {
  line-height: 30px;
  max-width: 100%;
  font-family: "Gilroy-Medium";
  color: #65729e;
}

.homepage-03.about-introduction {
  padding-top: 100px;
}

.homepage-03.about-introduction .sub-section-heading h2 {
  font-size: 48px;
  line-height: 64px;
}

.homepage-03.about-introduction .work-process-item {
  margin-bottom: 35px;
}

/*----------------------------------------*/
/*  RESPONSIVE CSS START 
/*----------------------------------------*/
/* Common Devices-Sizes */
@media (max-width: 1024px) {
  .services-introduction {
    padding-bottom: 60px;
  }
  .homepage-03 {
    overflow: hidden;
    z-index: 1;
  }
  .homepage-03 .services-introduction-item-text h5 {
    margin-bottom: 0px;
  }
  .homepage-03.service-introduction {
    padding-bottom: 60px;
  }
}

@media (max-width: 991px) {
  .services-introduction {
    padding-bottom: 0px !important;
  }
  .services-introduction .section-heading h2 {
    font-size: 38px;
    line-height: 48px;
    margin-bottom: 15px;
  }
  .services-introduction .section-heading p {
    margin-top: 0px;
  }
  .services-introduction-item {
    float: left;
  }
  .services-introduction-item.mb-55 {
    margin-bottom: 30px;
  }
  .services-introduction-text a {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .services-introduction {
    padding-top: 60px;
  }
  .services-introduction-item-image {
    margin-bottom: 15px;
  }
  .homepage-03 .section-heading h2 {
    font-size: 38px;
    line-height: 48px;
  }
  .homepage-03 .section-heading p {
    max-width: 100%;
  }
  .homepage-03 .services-introduction-item {
    margin-bottom: 30px;
  }
  .homepage-03.about-introduction {
    padding-bottom: 90px;
  }
}

@media (max-width: 575px) {
  .services-introduction-text {
    margin-left: 0px;
  }
  .services-introduction .section-heading h2 {
    font-size: 26px;
    line-height: 36px;
  }
  .homepage-03.about-introduction .about-intro-left .award {
    right: 50% !important;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}

@media (min-width: 320px) and (max-width: 574px) {
  .homepage-03 .section-heading h2 {
    font-size: 32px;
    line-height: 38px;
  }
  .homepage-03.about-introduction {
    padding-top: 60px;
  }
  .homepage-03.about-introduction .sub-section-heading h2 {
    font-size: 28px;
    line-height: 38px;
  }
  .homepage-03.about-introduction .work-process-item {
    margin-bottom: 15px;
  }
  .homepage-03.about-introduction .work-process-item h5 {
    font-size: 18px;
    line-height: 28px;
  }
  .homepage-03.about-introduction .about-intro-left .award {
    width: 135px;
    height: 135px;
  }
  .services-introduction-item {
    float: none;
  }
}

/*----------------------------------------*/
/*  HOMEPAGE 01
/*----------------------------------------*/
.price-area {
  position: relative;
  overflow: hidden;
  padding-top: 130px;
  padding-bottom: 135px;
}

.price-area .section-title h2 {
  font-size: 48px;
  line-height: 64px;
  color: #000560;
  font-family: "Gilroy-Bold";
  text-transform: capitalize;
}

.price-area .section-title p {
  max-width: 75%;
  margin: auto;
}

.price-area .price-box {
  border: 2px solid #dddddd;
  padding: 50px 0;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.price-area .price-box:hover .primary__button {
  background-color: #ff465e;
}

.price-area .price-box .price-body {
  padding-bottom: 25px;
}

.price-area .price-box .price-body ul li {
  margin-bottom: 8px;
}

.price-area .price-box .price-body ul li span {
  line-height: 30px;
  color: #65729e;
  font-family: "Gilroy-Medium";
}

.price-area .price-box .price-title {
  margin-bottom: 42px;
}

.price-area .price-box .price-title h4 {
  margin-bottom: 5px;
}

.price-area .price-box .price-link {
  margin-top: auto;
}

.price-area .price-box .price-link h3 {
  margin-bottom: 15px;
}

.price-area .price-box .price-link h4 {
  font-size: 25px;
  line-height: 49px;
  font-family: "Gilroy-Medium";
  margin-bottom: 13px;
}

.price-area .price-box .price-link h4 span {
  font-size: 32px;
  line-height: 49px;
  font-family: "Gilroy-Bold";
}

.price-area .price-box .price-link .primary__button {
  color: #ff465e;
  background: transparent;
  border: 2px solid;
}

.price-area .price-box .price-link .primary__button-bgPrimary:hover {
  color: white;
  background: #ff465e;
}

.price-area .price-box:hover {
  border-color: #ff465e;
}

.price-area .price-box:hover .primary__button-bgPrimary {
  color: white;
  background: #ff465e;
  border-color: #ff465e;
}

.price-area .mask-group3 img {
  position: absolute;
  z-index: -99;
}

.price-area .mask-group3 .mask9 {
  top: -20px;
  left: 7%;
}

.price-area .mask-group3 .mask6 {
  top: 14%;
  right: 4%;
}

.price-area .mask-group3 .mask7 {
  top: -45px;
  left: 650px;
  z-index: -1;
}

.price-area .mask-group3 .mask8 {
  bottom: 12%;
  left: 2%;
}

/*----------------------------------------*/
/*  Price Plane 2
/*----------------------------------------*/
.priceArea {
  position: relative;
  padding: 130px 0px;
}

.priceArea .section-title h2 {
  font-size: 48px;
  line-height: 64px;
  color: #000560;
  font-family: "Gilroy-Bold";
  text-transform: capitalize;
}

.priceArea .section-title p {
  max-width: 55%;
  margin: auto;
}

.priceArea__contentBox {
  position: relative;
  background-color: #fff;
  border-color: #c9ccd4;
  padding: 40px;
}

.priceArea__contentBox button {
  background-color: transparent;
  outline: 0;
  border: 0;
  text-align: left;
  width: 0px;
}

.priceArea__contentBox button .primary__button {
  cursor: pointer;
}

.priceArea__contentBox button .primary__button.priceArea__Btninactive {
  background-color: transparent;
  color: #ff465e;
}

.priceArea__contentBox button .primary__button.priceArea__Btninactive:hover {
  background-color: #ff465e;
  color: #fff;
}

.priceArea__planTitle {
  font-size: 20px;
  line-height: 32px;
  font-family: "Gilroy-Medium";
  color: #ff465e;
  margin-bottom: 15px;
}

.priceArea__price {
  font-size: 42px;
  line-height: 48px;
  font-family: "Gilroy-Bold";
  color: #000560;
}

.priceArea__price span {
  font-size: 28px;
  font-family: "Gilroy-Medium";
}

.priceArea__planeFeatures {
  border: 1px solid #ff465e;
  border-left: 0px;
  border-right: 0px;
  padding: 30px 0px;
  margin: 30px 0px;
  margin-top: 25px;
}

.priceArea__planeFeatures li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

.priceArea__planeFeatures li span {
  margin-right: 15px;
}

.priceArea__planeFeatures li span i {
  color: #ff465e;
}

.priceArea__planeFeatures li p {
  font-size: 18px;
  line-height: 30px;
  font-family: "Gilroy-Medium";
  color: #65729e;
}

.priceArea__moneyBack {
  font-size: 16px;
  line-height: 30px;
  font-family: "Gilroy-Medium";
  color: #65729e;
  margin-top: 12px;
}

.priceArea .shape .mask-bottom,
.priceArea .shape .mask-top,
.priceArea .shape .mask-right {
  position: absolute;
  pointer-events: none;
  z-index: 1;
}

.priceArea .shape .mask-top {
  top: -45px;
  left: 100px;
}

.priceArea .shape .mask-right {
  top: 130px;
  right: 65px;
}

.priceArea .shape .mask-bottom {
  left: 200px;
  bottom: -35px;
}

.priceArea__Btninactive {
  color: #ff465e;
  border: 2px solid #ff465e;
  background-color: transparent;
  width: 165px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.priceArea .primary__button-bgPrimary {
  width: 165px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.priceArea.priceArea-2 {
  background-color: #fff;
  margin-bottom: 60px;
}

/* Common max-Sizes */
@media (max-width: 1199px) {
  .brands-area {
    padding: 35px 0px;
  }
  .price-area .mask-group3 .mask8 {
    left: -55px;
  }
  .priceArea {
    margin: 0px !important;
  }
  .priceArea__contentBox {
    margin-bottom: 30px;
  }
}

@media (max-width: 1023px) {
  .priceArea {
    margin: 0px !important;
    padding-bottom: 90px;
  }
}

@media (max-width: 991px) {
  .price-area .section-title h2 {
    margin-bottom: 0px;
  }
  .price-area .mask-group3 .mask6 {
    top: 135px;
    right: 15px;
  }
  .price-area .mask-group3 .mask9 {
    left: -105px;
  }
  .priceArea .section-title p {
    max-width: 100%;
  }
  .priceArea__contentBox {
    max-width: 450px;
    margin: auto;
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .priceArea .shape .mask-right {
    top: 70px;
  }
}

@media (max-width: 767px) {
  .price-area .col-lg-4 {
    margin-bottom: 15px;
  }
  .priceArea__contentBox {
    margin-bottom: 30px;
  }
}

@media (min-width: 575px) and (max-width: 767px) {
  .price-area .mask-group3 .mask8 {
    left: 0px;
  }
  .price-area .mask-group3 .mask9 {
    top: -125px;
  }
  .priceArea .shape .mask-right {
    top: 45px;
  }
  .priceArea .shape .mask-top {
    left: 0px;
  }
}

@media (max-width: 575px) {
  .price-area .mask-group3 .mask8 {
    bottom: 0%;
  }
  .price-area .mask-group3 .mask6 {
    top: 2%;
  }
  .price-area .section-title h2 {
    font-size: 38px;
    line-height: 48px;
  }
  .price-area .section-title P {
    max-width: 100%;
  }
  .price-area .align-items-stretch .mb-30 {
    margin-bottom: 30px;
  }
  .price-area .price-box {
    max-width: 350px;
    margin: auto;
  }
  .price-title {
    margin-bottom: 15px !important;
  }
  .price-body ul {
    margin-bottom: 15px;
  }
  .priceArea .section-title h2 {
    font-size: 32px;
    line-height: 46px;
    font-family: "Gilroy-Bold";
  }
}

@media (min-width: 320px) and (max-width: 574px) {
  .priceArea {
    padding: 90px 0px;
  }
  .priceArea__contentBox {
    padding: 25px;
    max-width: 100%;
  }
  .priceArea .shape .mask-top {
    left: 0px;
  }
  .priceArea .shape .mask-right {
    right: 0px;
    top: -15px;
  }
  .price-area {
    padding-bottom: 0px;
  }
  .price-area .section-title h2 {
    font-size: 28px;
    line-height: 42px;
  }
  .price-area .mask-group3 .mask8 {
    display: none;
  }
  .price-area .mask-group3 .mask9 {
    left: -120px;
    top: -130px;
  }
  .priceArea-2 {
    margin-bottom: 30px !important;
  }
}

/* large devices 992 - 1199*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* common area start */
  .price-area .price-box .price-body {
    margin-bottom: 15px;
  }
  .price-area .price-box .price-body ul li {
    margin-bottom: 5px;
  }
  .price-area .price-box .price-title {
    margin-bottom: 15px;
  }
  .price-area {
    padding-bottom: 95px;
  }
}

/* Medium devices 768 - 991 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .price-area .price-box {
    padding: 40px 0;
  }
  .price-area .price-box .price-title {
    margin-bottom: 20px;
  }
  .price-area .price-box .price-body ul li {
    margin-bottom: 8px;
  }
}

/*----------------------------------------*/
/*  HOME PAGE 01
/*----------------------------------------*/
.callto-action {
  background-color: rgba(255, 70, 94, 0.05);
  margin: 0 45px;
  padding: 0px;
  padding-top: 60px;
  border-radius: 24px;
  position: relative;
  z-index: 1;
}

.callto-action-mask img {
  position: absolute;
}

.callto-action-mask .first-mask {
  top: -50px;
  left: 56px;
  z-index: -1;
}

.callto-action-mask .second-mask {
  bottom: -65px;
  right: 50%;
  left: 39.5%;
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
  z-index: -1;
}

.callto-action-text {
  margin-top: -50px;
}

.callto-action-text h2 {
  font-size: 48px;
  line-height: 64px;
  font-family: "Gilroy-Bold";
  max-width: 620px;
}

.callto-action-text p {
  font-size: 18px;
  line-height: 30px;
  max-width: 95%;
  font-family: "Gilroy-Medium";
  margin: 20px 0px;
}

.callto-action-text .primary__button {
  margin-top: 30px;
}

.callto-action-image img {
  margin-left: 25px;
}

/*----------------------------------------*/
/*  HOME PAGE 02
/*----------------------------------------*/
.call-action-two {
  padding-top: 250px;
  padding-bottom: 390px;
  background-color: #fff6f7;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-top-left-radius: 166px;
  position: relative;
}

.call-action-two-content h2 {
  margin-top: 20px;
}

.call-action-two-content p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 20px;
  margin-top: -5px;
}

.call-action-two_group {
  position: absolute;
  pointer-events: none;
}

.call-action-two_group::after {
  position: absolute;
}

.call-action-two_group.call-action_group-1 {
  top: 240px;
  left: 365px;
}

.call-action-two_group.call-action_group-1 span.comments {
  left: 60px;
}

.call-action-two_group.call-action_group-1 span.comments::before {
  left: 30px;
}

.call-action-two_group.call-action_group-1 span.comments::after {
  left: 20px;
}

.call-action-two_group.call-action_group-2 {
  top: 172px;
  right: 472px;
}

.call-action-two_group.call-action_group-3 {
  top: 525px;
  right: 362px;
}

.call-action-two_group.call-action_group-4 {
  top: 650px;
  right: 700px;
}

.call-action-two_group.call-action_group-5 {
  top: 555px;
  right: 1153px;
}

.call-action-two_group span.comments {
  position: absolute;
  top: -30px;
  max-width: 275px;
  width: 275px;
  text-align: center;
  background-color: #fff;
  color: #000560;
  font-size: 16px;
  line-height: 21px;
  padding: 10px 0px;
  border-radius: 25px;
  border-bottom-left-radius: 0px;
}

.call-action-two_group span.comments::before {
  content: '';
  position: absolute;
  top: 30px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #fff;
}

.call-action-two_group span.comments::after {
  content: '';
  position: absolute;
  top: 50px;
  right: 0px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #fff;
}

.call-action-two_group.call-action_group-2 span.comments, .call-action-two_group.call-action_group-3 span.comments, .call-action-two_group.call-action_group-4 span.comments, .call-action-two_group.call-action_group-5 span.comments {
  left: -240px;
  border-radius: 25px;
  border-bottom-right-radius: 0px;
}

.call-action-two_group.call-action_group-2 span.comments::before, .call-action-two_group.call-action_group-3 span.comments::before, .call-action-two_group.call-action_group-4 span.comments::before, .call-action-two_group.call-action_group-5 span.comments::before {
  right: 35px;
}

.call-action-two_group.call-action_group-2 span.comments::after, .call-action-two_group.call-action_group-3 span.comments::after, .call-action-two_group.call-action_group-4 span.comments::after, .call-action-two_group.call-action_group-5 span.comments::after {
  right: 15px;
}

/*----------------------------------------*/
/*  HOME PAGE 04
/*----------------------------------------*/
.homepage-03.call-to-action03 {
  padding: 165px 0px;
}

.homepage-03 .call-action-text .sub-section-heading {
  margin-top: -25px;
}

.homepage-03 .call-action-text .sub-section-heading h2 {
  margin-bottom: 20px;
}

.homepage-03 .call-action-text .sub-section-heading h6 {
  letter-spacing: 2px;
  word-spacing: 5px;
  color: #fff;
  font-size: 14px;
  font-family: "Gilroy-Regular";
  margin-bottom: 10px;
}

.homepage-03 .call-action-text .sub-section-heading p {
  font-size: 18px;
  line-height: 30px;
  font-family: "Gilroy-Medium";
}

.homepage-03 .call-action-text .t-bg-orange {
  padding: 20px 55px;
  margin-top: 25px;
}

.homepage-03 .call-action-video {
  z-index: 1;
  position: relative;
}

.homepage-03 .call-action-video img {
  position: relative;
}

.homepage-03 .call-action-video .image-overlay {
  position: relative;
}

.homepage-03 .call-action-video .image-overlay::before {
  content: '';
  position: absolute;
  background: rgba(0, 5, 96, 0.459);
  border-radius: 4px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.homepage-03 .call-action-video .play-video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  z-index: 2;
}

.homepage-03 .call-action-video .play-video a {
  width: 120px;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ed880a;
  border-radius: 50%;
}

.homepage-03 .call-action-video .play-video a i {
  color: #ffffff;
  font-size: 22px;
}

.homepage-03 .call-action-video .pattern img {
  position: absolute;
}

.homepage-03 .call-action-video .pattern .pattern-one {
  top: -12%;
  left: -8%;
  z-index: -1;
}

.homepage-03 .call-action-video .pattern .pattern-two {
  bottom: -10%;
  right: -8%;
  z-index: -1;
}

/*----------------------------------------*/
/*  TEAM MEMBER PAGE
/*----------------------------------------*/
.callto-action-modifi {
  background-color: inherit;
  border-radius: 0;
  margin: 0;
  padding: 190px 0px 120px 0px;
}

.callto-action-modifi .mask-group .mask01 {
  position: absolute;
  bottom: 20%;
  left: 3%;
  z-index: -1;
}

.callto-action-modifi .callto-action-image {
  margin-top: -55px;
}

.callto-action-modifi .callto-action-image img {
  margin-left: 30px;
  margin-bottom: 35px;
}

.callto-action-modifi .callto-action-text {
  margin-top: 35px;
}

.callto-action-modifi .callto-action-text h2 {
  margin-bottom: 20px;
}

.callto-action-modifi .mask-group .mask01 {
  bottom: 15%;
  left: 3.9%;
}

.callto-action-modifi.callto-action-project-d {
  padding-top: 130px;
  padding-bottom: 95px;
}

.callto-action-modifi.callto-action-project-d .callto-action-text {
  margin-top: 95px;
}

@media (min-width: 1340px) {
  .callto-action-image {
    margin-right: -170px;
  }
}

/*----------------------------------------*/
/*  RESPONSIVE CSS START 
/*----------------------------------------*/
/*common max-Sizes */
@media (max-width: 1200px) {
  .callto-action {
    padding-top: 90px;
  }
  .callto-action-image img {
    max-width: 100%;
    height: auto;
  }
  .callto-action-text h2 {
    font-size: 42px;
    line-height: 52px;
  }
  .callto-action-text p {
    margin-top: 0px;
  }
  .callto-action .primary__button {
    margin-top: 0px;
  }
  .call-action-two_group.call-action_group-1 {
    top: 180px;
    left: 120px;
  }
  .call-action-two_group.call-action_group-2 {
    top: 235px;
    right: 120px;
  }
  .call-action-two_group.call-action_group-3 {
    top: 595px;
    right: 220px;
  }
  .call-action-two_group.call-action_group-4 {
    top: 715px;
    right: 600px;
  }
  .call-action-two_group.call-action_group-5 {
    top: 510px;
    right: 810px;
  }
  .callto-action-modifi .callto-action-image img {
    margin-left: 0px;
  }
  .callto-action-modifi .mask-group .mask01 {
    display: none;
  }
  .homepage-03 .call-action-video .pattern .pattern-two {
    right: 0px;
  }
  .callto-action {
    margin: 0px;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .callto-action-modifi .mask-group .mask01 {
    bottom: 28%;
  }
}

@media (min-width: 992px) and (max-width: 1023px) {
  .callto-action-modifi {
    padding: 90px 25px !important;
  }
  .callto-action-modifi .callto-action-text .primary__button {
    margin-top: 15px;
  }
  .callto-action-modifi .mask-group .mask01 {
    bottom: 32%;
  }
}

@media (max-width: 991px) {
  .callto-action-modifi {
    padding-bottom: 90px;
  }
  .callto-action-modifi .callto-action-image {
    margin-bottom: 30px;
  }
  .callto-action-modifi .callto-action-image img {
    margin-bottom: 0px;
  }
  .callto-action-image {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .callto-action-text {
    margin-top: 0px;
    padding-top: 0px;
  }
  .callto-action-text h2 {
    margin-bottom: 0px;
  }
  .callto-action-mask {
    display: none;
  }
  .callto-action-modifi.callto-action-project-d .callto-action-text {
    margin-top: 30px;
  }
  .call-action-two_group.call-action_group-3 {
    right: 75px;
  }
  .call-action-two_group.call-action_group-5 {
    right: 625px;
  }
  .call-action-two__comments-group {
    display: none;
  }
  .homepage-03.call-to-action03 {
    padding-bottom: 120px;
  }
  .homepage-03 .call-action-video {
    margin-bottom: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .homepage-03 .call-action-video .image-overlay {
    max-width: 570px;
  }
  .homepage-03 .call-action-video .pattern .pattern-one {
    top: -5%;
  }
  .homepage-03 .call-action-video .pattern .pattern-two {
    right: 35px;
  }
}

@media (max-width: 767px) {
  .callto-action {
    margin: 0px;
  }
  .callto-action-modifi {
    padding-bottom: 60px;
  }
  .callto-action-modifi .callto-action-text {
    margin-top: 0px;
  }
  .callto-action-modifi .callto-action-text h2 {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 0px;
  }
  .callto-action-modifi .callto-action-text p {
    max-width: 100%;
  }
  .call-action-two {
    padding: 90px 0px;
  }
  .call-action-two-content h2 {
    margin-top: 0px;
    margin-bottom: 15px;
  }
  .call-action-two-content p {
    margin-top: 0px;
    width: 100% !important;
  }
  .call-action-two-content a.primary__button {
    margin-top: 0px;
  }
  .call-action-two_group {
    display: none;
  }
  .homepage-03.call-to-action03 {
    padding-bottom: 90px;
  }
  .homepage-03 .call-action-text .sub-section-heading p {
    margin-bottom: 30px;
  }
  .homepage-03 .call-action-video .pattern .pattern-one {
    left: 0px;
  }
}

@media (max-width: 575px) {
  .call-action-two {
    border-top-left-radius: 0px;
  }
}

@media (min-width: 320px) and (max-width: 574px) {
  .callto-action {
    padding-left: 0px;
  }
  .callto-action-text {
    padding-bottom: 30px;
  }
  .callto-action-text h2 {
    font-size: 22px;
    line-height: 32px;
  }
  .callto-action-text p {
    font-size: 16px;
    line-height: 26px;
    max-width: 100%;
  }
  .call-action-two-content h2 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 0px;
  }
  .call-action-two-content p {
    font-size: 14px;
    line-height: 26px;
  }
  .homepage-03.call-to-action03 {
    padding-top: 120px;
  }
  .homepage-03 .call-action-video .play-video a {
    width: 60px;
    height: 60px;
  }
  .homepage-03 .call-action-text .sub-section-heading {
    margin-top: 0px;
  }
  .homepage-03 .call-action-text .sub-section-heading h2 {
    font-size: 22px;
    line-height: 36px;
  }
  .homepage-03 .call-action-text .sub-section-heading p {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .homepage-03 .call-action-text .sub-section-heading h6 {
    margin-bottom: 0px;
  }
  .homepage-03 .call-action-text .sub-section-heading h2 {
    margin-bottom: 0px;
  }
  .callto-action-modifi {
    padding: 60px 0px;
  }
  .callto-action-modifi .callto-action-text h2 {
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 0px;
  }
  .callto-action-modifi .callto-action-text p {
    font-size: 14px;
    line-height: 24px;
  }
  .callto-action-modifi.callto-action-project-d {
    padding-bottom: 90px;
  }
  .callto-action-modifi.callto-action-project-d .callto-action-text {
    margin-top: 0px;
  }
}

@media (min-width: 320px) and (max-width: 419px) {
  .callto-action-text .primary__button {
    margin-top: 0px;
  }
}

/* large devices 992 - 1199*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .call-action-two_group.call-action_group-5 {
    right: 655px;
  }
}

/* Medium devices 768 - 991 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .callto-action .callto-action-text h2 {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .callto-action .callto-action-text p {
    max-width: 100%;
  }
  .call-action-two_group.call-action_group-1 {
    top: 85px;
    left: 70px;
  }
  .call-action-two_group.call-action_group-2 {
    top: 170px;
    right: 35px;
  }
  .call-action-two_group.call-action_group-3 {
    top: 545px;
  }
  .call-action-two_group.call-action_group-4 {
    top: 755px;
    right: 300px;
  }
  .call-action-two_group.call-action_group-5 {
    top: 580px;
    right: 410px;
  }
}

/* Small devices 575 - 767 */
@media only screen and (min-width: 575px) and (max-width: 767px) {
  .call-action-two_group.call-action_group-2 {
    right: 15px;
  }
  .call-action-two_group.call-action_group-3 {
    right: 200px;
  }
  .call-action-two_group.call-action_group-4 {
    right: 30px;
  }
}

/* Small devices 420 - 574 */
@media only screen and (min-width: 420px) and (max-width: 574px) {
  .call-action-two_group.call-action_group-2, .call-action-two_group.call-action_group-4 {
    display: none;
  }
  .call-action-two_group.call-action_group-3 {
    top: 765px;
    right: 60px;
  }
  .call-action-two_group.call-action_group-4 {
    right: 20px;
  }
  .callto-action-modifi .callto-action-text h2 {
    font-size: 38px;
    line-height: 52px;
  }
}

/* extra Small devices 420 */
@media (max-width: 420px) {
  .call-action-two_group.call-action_group-2, .call-action-two_group.call-action_group-4 {
    display: none;
  }
}

/*----------------------------------------*/
/*  HOMEPAGE 01
/*----------------------------------------*/
.testimonial-area {
  padding: 130px 0px;
  background-color: rgba(255, 70, 94, 0.05);
  margin: 0 45px;
  border-radius: 24px;
  position: relative;
  margin-bottom: 110px;
}

.testimonial-area .section-title {
  margin-bottom: 35px;
}

.testimonial-area .section-title h2 {
  font-size: 48px;
  line-height: 64px;
  color: #000560;
  font-family: "Gilroy-Bold";
  text-transform: capitalize;
}

.testimonial-area .section-title p {
  font-size: 18px;
  line-height: 30px;
  color: #65729e;
}

.testimonial-area .w-65 {
  max-width: 65%;
  margin: auto;
  margin-bottom: 60px;
}

.testimonial-area .testimonial-slider {
  margin: 0px -15px;
  margin-bottom: 40px;
}

.testimonial-area .testimonial-slider .slick-current.testimonial-item {
  border-color: #ff465e;
}

.testimonial-area .testimonial-slider .testimonial-item {
  margin-right: 15px;
  margin-left: 15px;
  padding: 20px;
  border: 2px solid #dddddd;
  border-radius: 5px;
  background-color: #ffff;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.testimonial-area .testimonial-slider .testimonial-item .client-name span {
  color: #65729e;
  font-size: 16px;
  line-height: 30px;
  font-family: "Gilroy-Medium";
}

.testimonial-area .testimonial-slider .testimonial-item .rating {
  color: #ff8b17;
  font-family: "Gilroy-Medium";
}

.testimonial-area .testimonial-slider .testimonial-item p {
  font-family: "Gilroy-Medium";
}

.testimonial-area .slider-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.testimonial-area .slider-arrows .prev-arrow,
.testimonial-area .slider-arrows .next-arrow {
  background-color: #ff465e;
  border: 1px solid transparent;
  width: 56px;
  height: 56px;
  cursor: pointer;
  border-radius: 30px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.testimonial-area .slider-arrows .prev-arrow:hover,
.testimonial-area .slider-arrows .next-arrow:hover {
  background: #fff5f7;
  border: 1px solid #ff465e;
}

.testimonial-area .slider-arrows .prev-arrow:hover svg path,
.testimonial-area .slider-arrows .next-arrow:hover svg path {
  fill: #ff465e;
}

.testimonial-area .slider-arrows .next-arrow {
  margin-right: 0px;
}

.testimonial-area .mask-group2 img {
  position: absolute;
  z-index: -99;
}

.testimonial-area .mask-group2 .mask1 {
  bottom: 0;
  left: 0;
}

.testimonial-area .mask-group2 .mask2 {
  top: 0;
  right: 0;
}

.testimonial-area .mask-group2 .mask5 {
  bottom: -10%;
  left: 38.5%;
}

.testimonial-area .mask-group2 .mask6 {
  top: 9.5%;
  left: 4.5%;
}

.testimonial-area .mask-group2 .mask7 {
  bottom: -7%;
  right: 3%;
}

.testimonial-area.trust-us {
  padding-bottom: 130px;
}

.testimonial-area.trust-us .section-title P {
  display: inline-block;
  margin-bottom: 15px;
}

.testimonial-area.trust-us .mask-group2 .mask6 {
  top: 50px;
  left: 100px;
}

/*----------------------------------------*/
/*  HOMEPAGE 02
/*----------------------------------------*/
.testimonial02 {
  position: relative;
  background-color: inherit;
  margin: 0;
  border-radius: 0;
  padding-top: 140px;
  overflow: hidden;
}

.testimonial02 .section-title {
  margin-bottom: 50px;
}

.testimonial02 .section-title h2 {
  font-size: 48px;
  line-height: 64px;
  font-family: "Gilroy-Bold";
  color: #000560;
  text-transform: capitalize;
}

.testimonial02 .testimonial-item {
  padding: 40px !important;
  border-radius: 42px !important;
}

.testimonial02 .testimonial-item p {
  font-size: 18px;
  line-height: 30px;
  font-family: "Gilroy-Medium";
}

.testimonial02 .testimonial-item .client-name {
  margin-left: 15px !important;
}

.testimonial02 .testimonial-slider .slick-arrow {
  top: -132px;
}

.testimonial02 .project-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.testimonial02 .project-info h4 {
  padding-left: 50px;
  position: relative;
  margin-right: 100px;
}

.testimonial02 .project-info h4 span {
  color: #65729e;
  font-family: "Gilroy-Medium";
  padding-left: 8px;
}

.testimonial02 .project-info h4::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -20px;
  width: 47px;
  height: 6px;
  background-color: #ff465e !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.testimonial02 .testimonial-wrapper .slider-arrows {
  position: absolute;
  right: 370px;
  top: 185px;
}

.testimonial02 .testimonial-wrapper .slick-slider .slick-current {
  border-bottom-right-radius: 0px !important;
}

/*----------------------------------------*/
/*  HOMEPAGE 03
/*----------------------------------------*/
.testimonial03 {
  background-color: inherit;
  margin: 0;
  border-radius: 0;
}

.testimonial03 .testimonial-slider {
  margin: 0px -15px;
  margin-bottom: 20px;
}

.testimonial03 .testimonial-slider .slick-current.testimonial-item {
  border-color: #ed880a;
}

.testimonial03 .slider-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.testimonial03 .slider-arrows .prev-arrow,
.testimonial03 .slider-arrows .next-arrow {
  background-color: #ed880a;
}

.testimonial03 .slider-arrows .prev-arrow:hover,
.testimonial03 .slider-arrows .next-arrow:hover {
  background: rgba(237, 136, 10, 0.13);
  border: 1px solid #ed880a;
}

.testimonial03 .slider-arrows .prev-arrow:hover svg path,
.testimonial03 .slider-arrows .next-arrow:hover svg path {
  fill: #ed880a;
}

.testimonial03 .project-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.testimonial03 .project-info h4::before {
  background-color: #ed880a !important;
}

/*----------------------------------------*/
/*  HOMEPAGE 04
/*----------------------------------------*/
.testimonial04 {
  padding-top: 140px;
  padding-bottom: 100px;
  background-color: inherit;
  margin: 0px;
  border-radius: 0px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.testimonial04 .section-title h2 {
  font-size: 60px;
  line-height: 70px;
  font-family: "Teko", sans-serif;
  font-weight: 600;
  color: white;
  text-transform: uppercase;
}

.testimonial04 .section-title h2 span {
  color: #ff465e;
}

.testimonial04 .testimoial-icon {
  width: 185px;
  height: 185px;
  background-color: #2c2f3b;
  border: 10px solid #141824;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  position: relative;
}

.testimonial04 .testimonial-wrappers {
  background-color: #2c2f3b;
  border: 0;
  text-align: center;
  padding: 120px 23px 45px 23px;
  margin-top: -100px;
}

.testimonial04 .testimonial-wrappers .tesmonial-text h2 {
  font-size: 35px;
  font-family: "Teko", sans-serif;
  font-weight: 600;
  line-height: 48px;
  color: white;
  margin-bottom: 10px;
}

.testimonial04 .testimonial-wrappers .tesmonial-text p {
  font-family: "Hind", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 27px;
  color: #9dadb7;
}

.testimonial04 .testimonial-wrappers .testimonial-icon {
  width: 65px;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 3px solid #3b4a51;
  margin: 0 auto;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  margin-top: 20px;
}

.testimonial04 .testimonial-wrappers:hover .testimonial-icon {
  background-color: #ff465e;
}

.testimonial04 .testimonial-slider .slick-arrow {
  background-color: #111523;
  top: -132px;
  width: 57px;
  height: 57px;
  border-radius: 0;
  border: 3px solid #3b4a51;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.testimonial04 .testimonial-slider .slick-arrow:hover {
  background-color: #ff465e;
}

.testimonial04 .testimonial-active {
  position: relative;
}

.testimonial04 .testimonial-active .slick-arrow {
  width: 57px;
  height: 57px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 3px solid #3b4a51;
  position: absolute;
  top: -170px;
  right: 90px;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.testimonial04 .testimonial-active .slick-arrow.nextArrow {
  right: 10px;
}

.testimonial04 .testimonial-active .slick-arrow i {
  color: #fff;
}

.testimonial04 .testimonial-active .slick-arrow:hover {
  background-color: #ff465e;
  border-color: transparent;
}

/*----------------------------------------*/
/*  RESPONSIVE CSS START 
/*----------------------------------------*/
/* common device-sizes */
@media (min-width: 1201px) and (max-width: 1850px) {
  .testimonial02 .testimonial-wrapper .slider-arrows {
    right: 150px;
  }
}

@media (max-width: 1200px) {
  .testimonial-area .section-title h2 {
    margin-bottom: 0px;
  }
  .testimonial-area.testimonial03 .testimonial-wrapper .slider-arrows {
    right: 15px;
  }
  .testimonial-area.testimonial03 .project-info h4 {
    padding-left: 75px;
  }
  .testimonial-area.testimonial03 .project-info h4::before {
    left: 0px;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .testimonial-area .slider-arrows {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .testimonial02 .testimonial-wrapper .slider-arrows {
    position: absolute;
    right: 15px;
    top: 135px;
  }
  .testimonial04 .section-title h2 {
    line-height: 74px;
  }
  .testimonial-area.testimonial03 .testimonial-wrapper .slider-arrows {
    top: 95px;
  }
}

@media (max-width: 1023px) {
  .testimonial02 .section-title h2 {
    line-height: 62px;
    margin-bottom: 0px;
  }
}

@media (min-width: 992px) and (max-width: 1023px) {
  .testimonial-area .slider-arrows {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .testimonial-area.testimonial03 .testimonial-wrapper .slider-arrows {
    top: 145px;
  }
}

@media (max-width: 991px) {
  .testimonial-area .section-title p {
    max-width: 100%;
    margin-top: 15px;
    margin-bottom: 30px;
  }
  .testimonial-area .slider-arrows {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .testimonial02 .testimonial-wrapper .slider-arrows {
    top: auto;
    bottom: 95px;
    right: 40px;
  }
  .testimonial02 .project-info {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .testimonial02 .project-info h4 {
    padding-left: 0px;
    margin-right: 0px;
    margin-left: 65px;
  }
  .testimonial02 .project-info h4::before {
    left: -55px;
  }
  .testimonial-area.testimonial03 .project-info h4 {
    margin-left: 0px;
  }
  .testimonial-area.testimonial03 .testimonial-wrapper .slider-arrows {
    right: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .testimonial-area.trust-us .mask-group2 .mask6 {
    top: 20px;
    left: 20px;
  }
  .testimonial02 .section-title h2 {
    line-height: 58px;
  }
}

@media (max-width: 767px) {
  .testimonial-area.trust-us {
    padding-top: 120px;
    padding-bottom: 80px;
  }
  .testimonial-area .mask-group2 .mask6 {
    left: -25px;
  }
  .testimonial04 {
    padding-bottom: 90px !important;
  }
  .testimonial04 .section-title h2 {
    font-size: 58px;
    line-height: 68px;
    text-align: center;
  }
  .testimonial04 .testimonial-wrappers {
    padding: 125px 15px 45px 15px;
  }
  .testimonial04 .testimonial-wrappers .tesmonial-text h2 {
    margin-bottom: 0px;
  }
  .testimonial04 .testimonial-active .slick-arrow {
    top: auto;
    bottom: -90px;
    right: 53%;
    z-index: 1;
  }
  .testimonial04 .testimonial-active .slick-arrow.nextArrow {
    right: 37%;
  }
}

@media (min-width: 575px) and (max-width: 767px) {
  .testimonial-area.trust-us .mask-group2 .mask6 {
    top: 30px;
    left: 15px;
  }
  .testimonial02 .testimonial-wrapper .slider-arrows {
    bottom: 60px;
    right: 110px;
  }
  .testimonial-area.testimonial03 .project-info h4 {
    margin-bottom: 0px;
  }
  .testimonial-area.testimonial03 .testimonial-wrapper .slider-arrows {
    bottom: 60px;
  }
}

@media (max-width: 575px) {
  .testimonial-area {
    padding-top: 140px;
  }
  .testimonial-area .section-title h2 {
    font-size: 38px;
    line-height: 48px;
  }
  .testimonial-area .mask-group2 .mask6 {
    top: 32px;
  }
  .testimonial02 {
    margin-top: 0px !important;
    padding: 60px 0px;
  }
  .testimonial02 .project-info {
    margin-left: 0px;
  }
  .testimonial02 .project-info h4 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 15px;
  }
  .testimonial04 .section-title h2 {
    font-size: 42px !important;
    line-height: 52px;
  }
}

@media (min-width: 320px) and (max-width: 574px) {
  .testimonial-area {
    margin-top: 0px !important;
    padding-bottom: 80px;
  }
  .testimonial-area .slider-arrows {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .testimonial-area .testimonial-wrapper .slider-arrows {
    right: 0px;
  }
  .testimonial-area .section-title h2 {
    font-size: 28px;
    line-height: 38px;
  }
  .testimonial-area.trust-us .section-title p {
    font-size: 14px;
    line-height: 22px;
  }
  .testimonial-area.trust-us .mask-group2 .mask6 {
    display: none;
  }
  .testimonial-area .testimonial-slider .testimonial-item p {
    font-size: 14px;
    line-height: 22px;
  }
  .testimonial-area .testimonial-wrapper .slider-arrows {
    bottom: 30px;
  }
  .testimonial-area .slider-arrows .prev-arrow,
  .testimonial-area .slider-arrows .next-arrow {
    width: 45px;
    height: 45px;
    border-radius: 50%;
  }
  .testimonial-area .project-info h4 {
    margin-left: 25px;
  }
  .testimonial-area .project-info h4::before {
    left: -20px;
    width: 15px;
    height: 5px;
  }
  .testimonial-area .mask-group2 {
    display: none;
  }
  .testimonial-area .mask-group2 .mask6 {
    left: 0px;
  }
  .testimonial02.testimonial-area {
    margin-top: 0px !important;
  }
  .testimonial04 .testimonial-active .slick-arrow.nextArrow {
    right: 30%;
  }
  .testimonial-area.testimonial03 .project-info h4 {
    padding-left: 25px;
  }
  .testimonial-area.testimonial03 .testimonial-wrapper .slider-arrows {
    bottom: 40px;
  }
}

@media (min-width: 320px) and (max-width: 419px) {
  .testimonial02 .section-title h2 {
    font-size: 28px;
    line-height: 38px;
  }
  .testimonial02 .testimonial-slider .testimonial-item {
    padding: 20px !important;
  }
  .testimonial02 .slider-arrows .prev-arrow,
  .testimonial02 .slider-arrows .next-arrow {
    width: 38px;
    height: 38px;
  }
  .testimonial02 .slider-arrows .prev-arrow svg,
  .testimonial02 .slider-arrows .next-arrow svg {
    width: 18px;
  }
  .testimonial04 {
    padding-top: 115px !important;
  }
  .testimonial04 .section-title h2 {
    font-size: 32px !important;
  }
}

/* large devices 992 - 1199*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-area {
    padding: 100px 0px 180px 0px !important;
    margin: 0px 25px !important;
  }
  .testimonial-area .testimonial-slider .slick-arrow.prev-arrow {
    right: 125px !important;
  }
  .testimonial-area .testimonial-slider .slick-arrow {
    right: 45px !important;
  }
}

/* Medium devices 768 - 991 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-area {
    margin: 0px;
  }
  .testimonial-area .mask-group2 .mask5 {
    display: none !important;
  }
}

/* Small devices 575 - 767 */
@media only screen and (min-width: 575px) and (max-width: 767px) {
  .testimonial-area {
    margin: 0px !important;
    margin-top: 50px !important;
    border-radius: 0px !important;
  }
  .testimonial-area .testimonial-slider .slick-arrow.prev-arrow {
    right: 52% !important;
    width: 45px;
    height: 45px;
    bottom: -75px;
  }
  .testimonial-area .testimonial-slider .slick-arrow {
    right: 40% !important;
    width: 45px;
    height: 45px;
    bottom: -75px;
  }
  .testimonial-area .section-title {
    margin-bottom: 30px !important;
    max-width: 100%;
  }
  .testimonial-area .mask-group2 .mask5 {
    display: none !important;
  }
  .testimonial-area .client-name h6 {
    font-size: 18px !important;
    line-height: 26px !important;
  }
  .testimonial-area .client-name span {
    font-size: 13px !important;
    line-height: 22px !important;
  }
  .testimonial-area .rating {
    font-size: 14px !important;
  }
}

/* Small devices 420 - 574 */
@media only screen and (min-width: 420px) and (max-width: 574px) {
  .testimonial-area {
    padding: 50px 0px 120px 0px;
    margin: 0px !important;
    margin-top: 50px !important;
    border-radius: 0px !important;
  }
  .testimonial-area .mask-group2 .mask6 {
    top: 20px;
    left: 0px;
  }
  .testimonial-area .testimonial-slider .slick-arrow.prev-arrow {
    right: 55% !important;
    width: 45px;
    height: 45px;
    bottom: -75px;
  }
  .testimonial-area .testimonial-slider .slick-arrow {
    right: 40% !important;
    width: 45px;
    height: 45px;
    bottom: -75px;
  }
  .testimonial-area .section-title {
    margin-bottom: 30px !important;
    max-width: 100%;
  }
  .testimonial-area .section-title h2 {
    font-size: 25px;
    margin-bottom: 5px !important;
  }
  .testimonial-area .section-title p {
    text-align: left !important;
  }
  .testimonial-area .mask-group2 .mask5 {
    display: none !important;
  }
  .testimonial-area .client-name h6 {
    font-size: 18px !important;
    line-height: 26px !important;
  }
  .testimonial-area .client-name span {
    font-size: 13px !important;
    line-height: 22px !important;
  }
  .testimonial-area .rating {
    font-size: 14px !important;
  }
  .testimonial02 .section-title h2 {
    font-size: 26px !important;
    line-height: 36px;
  }
  .testimonial02 .slider-arrows {
    top: 85px !important;
    right: 15px !important;
  }
  .testimonial02 .slider-arrows .slick-arrow {
    width: 48px;
    height: 48px;
  }
  .testimonial02 .slider-arrows .slick-arrow.next-arrow {
    margin-left: 0px;
  }
  .testimonial02 .project-info h4 {
    font-size: 18px;
    line-height: 28px;
    margin-right: 20px;
    padding-left: 10px;
  }
  .testimonial02 .project-info h4::before {
    width: 30px;
    left: -30px;
  }
}

/* extra Small devices 420 */
@media (max-width: 420px) {
  .testimonial-area {
    margin: 0px !important;
    border-radius: 0px !important;
  }
  .testimonial-area .testimonial-slider .slick-arrow.prev-arrow {
    right: 55% !important;
    width: 45px;
    height: 45px;
    bottom: -75px;
  }
  .testimonial-area .testimonial-slider .slick-arrow {
    right: 35% !important;
    width: 45px;
    height: 45px;
    bottom: -75px;
  }
  .testimonial-area .section-title {
    margin-bottom: 30px !important;
    max-width: 100%;
  }
  .testimonial-area .mask-group2 .mask5 {
    display: none !important;
  }
  .testimonial-area .client-name h6 {
    font-size: 18px !important;
    line-height: 26px !important;
  }
  .testimonial-area .client-name span {
    font-size: 13px !important;
    line-height: 22px !important;
  }
  .testimonial-area .rating {
    font-size: 14px !important;
  }
}

/* large devices 992 - 1169*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* common area start */
  .testimonial-area .slider-arrows {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .testimonial-area {
    padding: 85px 0px 95px 0px !important;
  }
}

/*----------------------------------------*/
/*  HOMEPAGE 03
/*----------------------------------------*/
.client-review {
  position: relative;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 145px;
}

.client-review .banner-image {
  margin-top: -24px;
}

.client-review .section-title {
  margin: 0;
  margin-bottom: 30px;
  margin-top: -70px;
}

.client-review .section-title h2 {
  text-transform: uppercase;
  color: white;
  font-size: 60px;
  font-family: "Teko", sans-serif;
  font-weight: 600;
  line-height: 1;
}

.client-review .section-title h2 span {
  color: #ff465e;
}

.client-review .review-active .single-testimonial p {
  font-family: "Hind", sans-serif;
  font-weight: 500;
  font-size: 22px;
  color: #9DADB7;
  line-height: 34px;
}

.client-review .review-active .single-testimonial .client-name {
  position: relative;
  padding-left: 15px;
  margin-top: 40px;
}

.client-review .review-active .single-testimonial .client-name h3 {
  text-transform: uppercase;
  color: white;
  font-size: 26px;
  font-family: "Teko", sans-serif;
  font-weight: 600;
  line-height: 1;
}

.client-review .review-active .single-testimonial .client-name p {
  font-family: "Hind", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #9dadb7;
  line-height: 27px;
}

.client-review .review-active .single-testimonial .client-name::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 60px;
  background-color: #ff465e;
}

.client-review .review-active .slick-arrow {
  position: absolute;
  left: -217px;
  bottom: -155px;
  background-color: #fff;
  color: #ff465e;
  border: 1px solid transparent;
  width: 157px;
  height: 79px;
  cursor: pointer;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Teko", sans-serif;
  font-size: 26px;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.client-review .review-active .slick-arrow:hover {
  background-color: #ff465e;
  color: #fff;
}

.client-review .review-active .slick-arrow.nextArrow {
  left: -60px;
  background-color: #fff;
  color: #ff465e;
}

.client-review .review-active .slick-arrow.nextArrow::before {
  content: '\f061';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  right: 30px;
  font-size: 20px;
  top: 48%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.client-review .review-active .slick-arrow.nextArrow:hover {
  background-color: #ff465e;
  color: #fff;
}

.client-review .review-active .slick-arrow.prevArrow::before {
  content: '\f060';
  font-family: 'Font Awesome 5 Free';
  font-size: 20px;
  font-weight: 900;
  position: absolute;
  left: 30px;
  top: 47%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.client-review__quotes {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: absolute;
  right: 20%;
  bottom: 15%;
}

@media (max-width: 1200px) {
  .client-review .banner-image img {
    max-width: 100%;
  }
  .client-review .single-testimonial .client-name {
    margin: 15px 0px !important;
  }
}

@media (max-width: 1199px) {
  .client-review {
    padding: 60px 0px;
    padding-bottom: 110px;
  }
  .client-review .review-active .slick-arrow {
    bottom: -78px;
  }
  .client-review__quotes {
    right: 0px;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .client-review {
    padding: 160px 0px;
    padding-bottom: 30px;
  }
  .client-review .review-active .slick-arrow {
    bottom: -93px;
  }
  .client-review .section-title {
    margin-bottom: 0px;
  }
  .client-review .single-testimonial .client-name {
    margin: 15px 0px !important;
  }
}

@media (min-width: 992px) and (max-width: 1023px) {
  .client-review {
    padding: 110px 0px;
    padding-bottom: 60px;
  }
  .client-review .section-title {
    margin-top: 0px;
  }
}

@media (max-width: 991px) {
  .client-review .section-title {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .client-review .pl-45 {
    padding-left: 0px;
  }
  .client-review .review-active .slick-arrow {
    left: 0px;
    bottom: -90px;
    height: 60px;
  }
  .client-review .review-active .slick-arrow.nextArrow {
    left: 175px;
  }
  .client-review .banner-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .client-review .review-active .single-testimonial p {
    font-size: 18px;
  }
  .client-review__quotes {
    bottom: 5%;
  }
}

@media (max-width: 767px) {
  .client-review {
    padding: 120px 0px;
    padding-bottom: 120px;
  }
  .client-review .row .col-sm-12.pl-45 {
    padding-left: 15px;
  }
  .client-review .banner-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .client-review .section-title {
    margin-top: 0px;
  }
  .client-review .section-title h2 {
    margin: 30px 0px;
    margin-bottom: 15px;
  }
  .client-review .review-active .slick-arrow {
    left: 0px;
    bottom: -130px;
  }
  .client-review .review-active .slick-arrow.nextArrow {
    left: 175px;
  }
}

@media (max-width: 575px) {
  .client-review {
    padding-bottom: 60px;
  }
  .client-review .section-title h2 {
    font-size: 48px;
  }
  .client-review .review-active .single-testimonial p {
    font-size: 18px;
    line-height: 28px;
  }
  .client-review .review-active .slick-arrow {
    bottom: -80px;
  }
  .client-review .banner-image {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (min-width: 320px) and (max-width: 574px) {
  .client-review {
    padding: 90px 0px;
  }
  .client-review .review-active .single-testimonial p {
    font-size: 18px;
    line-height: 24px;
  }
  .client-review .review-active .slick-arrow {
    width: 120px;
    height: 50px;
    font-size: 18px;
    line-height: 18px;
    bottom: -85px;
  }
  .client-review .review-active .slick-arrow.prevArrow::before {
    left: 15px;
  }
  .client-review .review-active .slick-arrow.nextArrow {
    left: 135px;
  }
  .client-review .review-active .slick-arrow.nextArrow::before {
    left: 85px;
  }
}

@media (min-width: 320px) and (max-width: 419px) {
  .client-review .section-title h2 {
    font-size: 38px;
  }
  .client-review .review-active .single-testimonial {
    font-size: 18px;
  }
}

/*----------------------------------------*/
/*  HOMEPAGE 01
/*----------------------------------------*/
.newsletter-area {
  padding-top: 45px;
  padding-bottom: 145px;
}

.newsletter-area-text h2 {
  margin-bottom: 12px;
  font-family: "Gilroy-Bold";
  display: inline-block;
  padding-right: 75px;
  line-height: 64px;
}

.newsletter-area-text p {
  font-family: "Gilroy-Medium";
  font-size: 26px;
}

.newsletter-area-form {
  margin-left: 35px;
}

.newsletter-area-form form .input-group {
  margin-bottom: 22px;
}

.newsletter-area-form form .input-group input {
  height: 65px;
  line-height: 30px;
  padding: 20px 0px 20px 30px;
  border-radius: 35px;
  background-color: rgba(255, 70, 94, 0.05);
  border: 1px solid #dddddd;
}

.newsletter-area-form form .input-group input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.newsletter-area-form form .primary__button i {
  margin-left: 8px;
}

/*Responsive */
/*Common Device-Sizes */
@media (max-width: 1200px) {
  .newsletter-area-text h2 {
    padding-right: 0px;
    line-height: 48px;
  }
}

@media (max-width: 991px) {
  .newsletter-area-form {
    margin-left: 0px;
  }
}

@media (max-width: 767px) {
  .newsletter-area {
    padding: 75px 0px;
    padding-bottom: 30px;
  }
  .newsletter-area-text {
    text-align: center;
  }
  .newsletter-area-text h2 {
    font-size: 28px;
    line-height: 36px !important;
  }
  .newsletter-area-text p {
    font-size: 18px;
    line-height: 28px;
  }
  .newsletter-area-form {
    margin: 25px 0px;
  }
}

@media (max-width: 575px) {
  .newsletter-area-text h2 {
    padding-right: 0px;
    text-align: center;
  }
  .newsletter-area-text p {
    text-align: center;
  }
  .newsletter-area-form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 320px) and (max-width: 574px) {
  .newsletter-area-form form .input-group input {
    height: 50px;
  }
  .newsletter-area-form form .primary__button {
    padding: 15px 30px;
  }
}

/* large devices 992 - 1169*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .newsletter-area {
    padding: 95px 0;
  }
  .newsletter-area .newsletter-area-text p {
    font-size: 22px;
  }
  .newsletter-area-form form .input-group input {
    height: 60px;
  }
}

/* Medium devices 768 - 991 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* common area start */
  .newsletter-area .newsletter-area-text {
    margin-bottom: 50px;
  }
  .newsletter-area .newsletter-area-text p {
    font-size: 22px;
  }
}

.beloved-client {
  position: relative;
  padding-top: 130px;
  background-color: #1f99f4;
}

.beloved-client .sub-section-heading {
  margin-top: -135px;
}

.beloved-client .sub-section-heading h2 {
  font-size: 48px;
  line-height: 64px;
  margin-bottom: 15px;
}

.beloved-client .sub-section-heading p {
  font-size: 18px;
  line-height: 30px;
  font-family: "Gilroy-Medium";
  margin-bottom: 60px;
}

.beloved-client .client-info {
  margin-bottom: 50px;
}

.beloved-client .client-info-item h2 {
  font-size: 65px;
  line-height: 38px;
  color: #fff;
  margin-bottom: 18px;
}

.beloved-client .client-info-item p {
  color: #fff;
  font-size: 20px;
  font-family: "Gilroy-Medium";
}

.beloved-client .client-image {
  max-width: 535px;
}

.beloved-client .client-image-logo img {
  opacity: 0.5;
}

.beloved-client__Shapes01 {
  position: absolute;
  top: -75px;
  right: 0px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.beloved-client__Shapes02 {
  position: absolute;
  left: 15px;
  bottom: 175px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@media (max-width: 1200px) {
  .beloved-client__Shapes02 {
    bottom: -50px;
  }
  .beloved-client .client-info-item h2 {
    font-size: 48px;
    line-height: 58px;
    margin-bottom: 0px;
  }
  .beloved-client .client-image-logo img {
    margin: auto;
  }
}

@media (max-width: 991px) {
  .beloved-client .sub-section-heading {
    margin-top: 0px;
    text-align: center;
  }
  .beloved-client .client-image {
    max-width: 100%;
  }
  .beloved-client .image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  .beloved-client__Shapes01, .beloved-client__Shapes02 {
    display: none;
  }
}

@media (max-width: 575px) {
  .beloved-client .client-info-item {
    margin-bottom: 50px;
  }
}

@media (min-width: 320px) and (max-width: 574px) {
  .beloved-client {
    padding-top: 60px;
  }
  .beloved-client .sub-section-heading h2 {
    font-size: 32px;
    line-height: 42px;
  }
  .beloved-client .sub-section-heading p {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 30px;
  }
  .beloved-client .client-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    margin-bottom: 0px;
  }
  .beloved-client .client-info-item p {
    font-size: 18px;
  }
}

/*----------------------------------------*/
/*  Team Member Page (Inner Page)
/*----------------------------------------*/
.our-teams {
  padding: 130px 0px;
}

.our-teams-member {
  margin-bottom: 75px;
}

.our-teams-member:hover .member-info {
  background-color: #ff465e;
}

.our-teams-member:hover .member-info .name h5 {
  color: #ffffff;
}

.our-teams-member:hover .member-info .name p {
  color: #ffffff;
}

.our-teams-member:hover .member-info .social-links a {
  color: #ffffff;
}

.our-teams-member .image {
  position: relative;
}

.our-teams-member .image img {
  border-radius: 8px;
}

.our-teams-member .member-info {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
  border-radius: 6px;
  margin: 0px 30px 0px 30px;
  padding: 20px;
  background-color: #ffffff;
}

.our-teams-member .member-info .name h5 {
  margin-bottom: 3px;
}

.our-teams-member .member-info .name p {
  font-family: "Gilroy-Medium";
}

.our-teams-member .member-info .social-links a {
  color: #65729e;
  font-size: 16px;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

.our-teams-member .member-info .social-links a:hover {
  color: #333333;
}

.teams-modifi {
  background-color: #fff5f7;
  margin: 0 45px;
  padding-top: 130px;
  padding-bottom: 75px;
  border-radius: 24px;
  position: relative;
  z-index: -5;
}

.teams-modifi .mask-group img {
  position: absolute;
  z-index: -3;
}

.teams-modifi .mask-group .mask01 {
  top: -3%;
  right: 5%;
}

.teams-modifi .mask-group .mask02 {
  top: -4%;
  left: 4%;
}

/*----------------------------------------*/
/*  HOMEPAGE 03
/*----------------------------------------*/
.our-team {
  background-color: #fffaf5;
  padding: 130px 0px;
}

.our-team .section-heading {
  margin-bottom: 60px;
}

.our-team-member-info {
  padding-top: 20px;
  padding-bottom: 30px;
}

.our-team-member-info .top-information p {
  margin-top: 5px;
  font-size: 18px;
  font-family: "Gilroy-Medium";
}

.our-team-member-info .bottom-information {
  max-width: 222px;
  margin: auto;
  margin-top: 15px;
}

.our-team-member-info .bottom-information li {
  margin-right: 15px !important;
}

.our-team-member-info .bottom-information a {
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
  color: #65729e;
  font-size: 18px;
}

.our-team-member-info .bottom-information a:hover {
  color: #ed880a;
}

/*----------------------------------------*/
/*  RESPONSIVE CSS START 
/*----------------------------------------*/
/* common devices - Sizes */
@media (max-width: 1200px) {
  .our-teams {
    padding: 90px 0px;
  }
  .our-teams-member {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 991px) {
  .our-team-member {
    margin-bottom: 40px;
  }
  .our-teams {
    padding: 60px 0px;
    margin: 0px;
  }
  .our-teams .section-title {
    margin: 30px 0px;
  }
}

@media (max-width: 767px) {
  .our-teams.teams-modifi {
    margin: 0;
  }
  .our-teams .section-title h2 {
    font-size: 42px;
    line-height: 56px;
  }
  .our-teams .mask-group .mask01 {
    top: -45px;
  }
  .our-teams .mask-group .mask02 {
    top: -2px;
  }
  .our-teams-member {
    margin-bottom: -35px;
  }
  .our-teams .all-member .member-info {
    position: relative;
    max-width: 100%;
    margin: 0;
    bottom: 65px;
  }
  .our-team .section-heading h2 {
    font-size: 38px;
    line-height: 48px;
  }
  .our-team-member {
    max-width: 350px;
    margin: auto;
    margin-bottom: 40px;
  }
}

@media (max-width: 575px) {
  .teams-modifi {
    margin: 0px;
    border-radius: 0px;
  }
  .our-teams .section-title {
    margin-bottom: 15px;
  }
  .our-teams .all-member {
    margin-top: 0px;
  }
  .our-teams .all-member .member-info {
    width: 265px;
  }
}

@media (min-width: 320px) and (max-width: 574px) {
  .our-teams {
    padding: 60px 0px;
    padding-bottom: 0px;
  }
  .our-teams.teams-modifi {
    padding-bottom: 60px;
  }
  .our-teams .section-title {
    margin-top: 0px;
    margin-bottom: 30px;
  }
  .our-teams .section-title h2 {
    font-size: 32px;
    line-height: 46px;
  }
  .our-teams .all-member .member-info {
    bottom: 50px;
  }
  .our-team {
    padding: 60px 0px;
  }
  .our-team .section-heading {
    margin-bottom: 30px;
  }
  .our-team .section-heading h2 {
    font-size: 28px;
    line-height: 38px;
  }
  .our-team .top-information h3 {
    font-size: 26px;
    line-height: 38px;
  }
  .our-team .top-information p {
    font-size: 16px;
    line-height: 26px;
  }
  .mask-group .mask02 {
    display: none;
  }
  .teams-modifi .mask-group .mask01 {
    top: -70px;
  }
}

@media (min-width: 320px) and (max-width: 419px) {
  .our-teams-member .member-info {
    position: relative;
  }
}

/* large devices 992 - 1199*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .our-teams {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .our-teams .all-member {
    margin-top: 20px !important;
  }
  .our-teams .all-member .member-info .name h5 {
    font-size: 20px !important;
  }
  .our-teams .all-member .member-info .name p {
    font-size: 14px !important;
  }
}

/* Medium devices 768 - 991 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .our-teams .all-member {
    margin-top: 20px !important;
  }
  .our-teams .all-member .member-info .name h5 {
    font-size: 18px !important;
  }
  .our-teams .all-member .member-info .name p {
    font-size: 14px !important;
  }
  .our-teams .all-member .md-positioning {
    top: 67% !important;
    margin-bottom: 77px !important;
  }
}

/* Small devices 575 - 767 */
@media only screen and (min-width: 575px) and (max-width: 767px) {
  .our-teams .our-teams-member .image {
    text-align: center !important;
  }
  .our-teams .all-member {
    margin-top: 25px !important;
  }
  .our-teams .all-member .member-info .name h5 {
    font-size: 18px !important;
  }
  .our-teams .all-member .member-info .name p {
    font-size: 14px !important;
  }
}

.breadcrumArea {
  margin-bottom: 130px;
}

.breadcrumArea .breadcrum-banner {
  position: relative;
  border-radius: 24px !important;
}

.breadcrumArea .breadcrum-banner::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  background-color: rgba(255, 70, 95, 0.1);
}

.breadcrumArea .banner-image {
  padding-top: 35px;
  padding-left: 75px;
}

.breadcrumArea .bannerArea__wrapper {
  margin-top: 0px;
  padding-left: 30px;
}

.breadcrumArea .bannerArea__wrapper h1 {
  margin-top: -70px;
  line-height: 145px;
}

.breadcrumArea .bannerArea__wrapper p {
  font-size: 22px;
  line-height: 36px;
  font-family: "Gilroy-Medium";
  max-width: 75%;
}

.breadcrumArea .breadcrumb-wrapper {
  position: absolute;
  bottom: -28px;
  left: 45px;
}

.breadcrumArea .breadcrumb-wrapper .breadcrumb {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 22px;
  border-radius: 13px 13px 0 0;
  background-color: white;
  margin: 0;
}

.breadcrumArea .breadcrumb-wrapper .breadcrumb .breadcrumb-item {
  font-size: 20px;
  line-height: 36px;
  color: #000560;
  font-family: "Gilroy-Bold";
}

.breadcrumArea .breadcrumb-wrapper .breadcrumb .breadcrumb-item a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.breadcrumArea .breadcrumb-wrapper .breadcrumb .breadcrumb-item a:hover {
  color: #ff465e;
}

.breadcrumArea .breadcrumb-wrapper .breadcrumb .breadcrumb-item::before {
  font-size: 20px;
  line-height: 36px;
  color: #000560;
  font-family: "Gilroy-Bold";
}

.breadcrumArea .breadcrumb-wrapper .breadcrumb .breadcrumb-item + .active {
  color: #ff465e !important;
}

.breadcrumArea .breadcrumbmask .mask1 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

/*----------------------------------------*/
/*  RESPONSIVE CSS START 
/*----------------------------------------*/
@media (max-width: 1200px) {
  .breadcrumArea .bannerArea__wrapper {
    margin-top: 0px;
  }
  .breadcrumArea .bannerArea__wrapper .bannerArea__title h1 {
    font-size: 58px;
    line-height: 72px;
  }
  .breadcrumArea .bannerArea__wrapper p {
    max-width: 100%;
  }
}

@media (max-width: 1023px) {
  .breadcrumArea .bannerArea__wrapper {
    padding-top: 0px;
  }
  .breadcrumArea .bannerArea__wrapper .bannerArea__title h1 {
    font-size: 48px;
    line-height: 62px;
  }
  .breadcrumArea .bannerArea__wrapper p {
    font-size: 18px;
    line-height: 32px;
  }
}

@media (max-width: 991px) {
  .breadcrumArea {
    margin-bottom: 0px !important;
  }
  .breadcrumArea .bannerArea__wrapper {
    margin-bottom: 60px;
  }
  .breadcrumArea .bannerArea__wrapper h1 {
    margin-top: 0px !important;
  }
  .breadcrumArea .bannerArea__wrapper p {
    width: 50%;
  }
  .breadcrumArea .banner-image {
    padding-bottom: 0px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .breadcrumArea .bannerArea__wrapper p {
    max-width: 95%;
  }
}

@media (max-width: 767px) {
  .breadcrumArea .bannerArea__wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
  }
  .breadcrumArea .bannerArea__wrapper p {
    width: 100% !important;
  }
  .breadcrumArea .banner-image {
    padding: 0px;
  }
  .breadcrumArea .banner-image img {
    height: 250px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

@media (max-width: 574px) {
  .breadcrumArea {
    padding-top: 30px;
  }
  .breadcrumArea .bannerArea__wrapper {
    padding-top: 0px;
    margin-top: 0px;
  }
  .breadcrumArea .bannerArea__wrapper .bannerArea__title h1 {
    font-size: 32px;
    line-height: 42px;
  }
  .breadcrumArea .breadcrumb-wrapper {
    margin-top: 0px;
    bottom: -20px;
    left: 0px;
  }
  .breadcrumArea .breadcrumb-wrapper .breadcrumb {
    border-top-left-radius: 0px;
  }
}

@media (min-width: 320px) and (max-width: 574px) {
  .breadcrumArea .bannerArea__wrapper {
    padding-left: 0px;
  }
  .breadcrumArea .bannerArea__wrapper p {
    font-size: 18px;
    line-height: 28px;
  }
  .breadcrumArea .banner-image {
    padding-bottom: 15px;
  }
}

/* large devices 992 - 1169*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .breadcrumArea {
    margin: 0px 25px 100px 25px;
  }
  .breadcrumArea .breadcrumb {
    padding: 10px 20px !important;
  }
  .breadcrumArea .breadcrumb-item {
    font-size: 18px !important;
    line-height: 26px !important;
  }
}

/* Medium devices 768 - 991 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumArea {
    margin: 0px 20px 70px 20px;
    padding-bottom: 50px;
  }
  .breadcrumArea .bannerArea__wrapper .bannerArea__title {
    margin-top: 20px;
  }
  .breadcrumArea .bannerArea__wrapper .bannerArea__title h1 {
    font-size: 40px;
    line-height: 48px;
  }
  .breadcrumArea .breadcrumb-wrapper {
    bottom: -30px !important;
    left: 40px !important;
  }
  .breadcrumArea .breadcrumb-wrapper .breadcrumb {
    padding: 10px 20px !important;
  }
  .breadcrumArea .breadcrumb-wrapper .breadcrumb-item {
    font-size: 18px !important;
    line-height: 26px !important;
  }
  .breadcrumArea .banner-image {
    padding-top: 30px;
    padding-left: 0;
    text-align: center;
  }
}

/* Small devices 575 - 767 */
@media only screen and (min-width: 575px) and (max-width: 767px) {
  .breadcrumArea {
    margin: 0px 0px 60px 0px;
    padding-bottom: 50px;
    border-radius: 0px;
  }
  .breadcrumArea .breadcrumbmask {
    display: none;
  }
  .breadcrumArea .bannerArea__wrapper .bannerArea__title {
    margin-top: 15px;
  }
  .breadcrumArea .bannerArea__wrapper .bannerArea__title h1 {
    font-size: 32px;
    line-height: 40px;
  }
  .breadcrumArea .breadcrumb-wrapper {
    bottom: -25px;
    left: 30px;
  }
  .breadcrumArea .breadcrumb-wrapper .breadcrumb {
    padding: 10px 15px !important;
  }
  .breadcrumArea .breadcrumb-wrapper .breadcrumb-item {
    font-size: 16px !important;
    line-height: 24px !important;
  }
  .breadcrumArea .banner-image {
    padding-top: 20px;
    padding-left: 0;
    text-align: center;
  }
}

/* Small devices 420 - 574 */
@media only screen and (min-width: 420px) and (max-width: 574px) {
  .breadcrumArea {
    margin: 0px 0px 60px 0px;
    padding-bottom: 50px;
    border-radius: 0px;
  }
  .breadcrumArea .breadcrumbmask {
    display: none;
  }
  .breadcrumArea .bannerArea__wrapper {
    padding-left: 0;
  }
  .breadcrumArea .banner-image {
    padding-top: 20px;
    padding-left: 0;
    text-align: center;
  }
}

/* extra Small devices 420 */
@media (max-width: 420px) {
  .breadcrumArea {
    margin: 0px 0px 60px 0px;
    padding-bottom: 50px;
    border-radius: 0px;
  }
  .breadcrumArea .breadcrumbmask {
    display: none;
  }
  .breadcrumArea .banner-image {
    padding-top: 20px;
    padding-left: 0;
    text-align: center;
  }
}

/*----------------------------------------*/
/*  RESPONSIVE CSS END 
/*----------------------------------------*/
.projectSlider {
  padding: 20px 0px;
  padding-bottom: 300px;
  background-color: #191c26;
}

.projectSlider .swiper-wrapper .swiper-slide.projectSlider__slide {
  margin-top: -50px;
}

.projectSlider .section-title h2 {
  text-transform: uppercase;
  color: white;
  font-family: 'Teko', sans-serif;
  font-weight: 600;
  font-size: 60px;
  line-height: 118px;
}

.projectSlider .section-title span {
  color: #ff465e;
}

.projectSlider__leftContent {
  margin-top: 20px;
}

.projectSlider__subTitle {
  font-size: 16px;
  line-height: 26px;
  font-family: "Hind", sans-serif;
  color: #9dadb7;
  text-transform: capitalize;
}

.projectSlider__ContentTitle {
  font-size: 36px;
  color: #fff;
  text-transform: uppercase;
  font-family: "Teko", sans-serif;
}

.projectSlider__textContents {
  line-height: 26px;
  font-family: "Hind", sans-serif;
  color: #9dadb7;
}

.projectSlider__buttons .primary__button {
  font-size: 20px;
  line-height: 30px;
  padding: 15px 40px;
  border-radius: 0px;
  font-family: "Teko", sans-serif;
  text-transform: uppercase;
  margin-top: 25px;
}

.projectSlider__container.swiper-container {
  width: 885px;
  height: 440px;
}

.projectSlider__pagination.swiper-pagination-progressbar {
  width: 550px;
  height: 15px;
  border-radius: 25px;
  top: auto;
  bottom: 15px !important;
  left: 115px !important;
  background-color: rgba(112, 112, 112, 0.534);
}

.projectSlider__pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #ff465e;
  border-radius: 25px;
}

.projectSlider .swiper-button-next::after,
.projectSlider .swiper-button-prev::after {
  display: none;
}

.projectSlider__next, .projectSlider__prev {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #3b4a51;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  top: auto;
  bottom: 0px;
}

.projectSlider__next i, .projectSlider__prev i {
  font-size: 25px;
  color: #fff;
}

.projectSlider__next:hover, .projectSlider__prev:hover {
  background-color: #ff465e;
  border-color: transparent;
}

.projectSlider__prev {
  left: 0px;
}

.projectSlider__next {
  right: 110px;
}

.projectSlider__slide {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  margin: 0px;
}

.projectSlider__slide.swiper-slide-active {
  opacity: 1 !important;
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
}

.projectSlider__slide.swiper-slide-active img {
  border: 6px solid #fff;
}

.projectSlider__slide.swiper-slide {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  opacity: 0.6;
}

@media (max-width: 1200px) {
  .projectSlider {
    padding-bottom: 120px;
  }
  .projectSlider__container.swiper-container {
    width: 100%;
  }
  .projectSlider__pagination.swiper-pagination-progressbar {
    width: 75%;
    left: 75px !important;
    bottom: 45px !important;
  }
  .projectSlider__next, .projectSlider__prev {
    bottom: 30px;
  }
  .projectSlider__next {
    right: 25px;
  }
  .projectSlider__prev {
    left: 5px;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .projectSlider__pagination.swiper-pagination-progressbar {
    width: 65%;
  }
  .projectSlider__next {
    right: 35px;
  }
}

@media (min-width: 992px) and (max-width: 1023px) {
  .projectSlider__pagination.swiper-pagination-progressbar {
    width: 60%;
  }
  .projectSlider__next {
    right: 60px;
  }
}

@media (max-width: 991px) {
  .projectSlider .section-title {
    margin-bottom: 0px;
  }
  .projectSlider__leftContent {
    margin-top: 0px;
  }
  .projectSlider__ProgressBar {
    margin-left: 85px;
  }
  .projectSlider__SlideItem.slick-slide.slick-current {
    margin-left: 0px !important;
  }
  .projectSlider__prevArrow {
    left: -15px;
  }
  .projectSlider__nextArrow {
    left: 625px;
  }
}

@media (max-width: 767px) {
  .projectSlider {
    padding-top: 60px;
  }
  .projectSlider .section-title {
    margin-bottom: -65px;
  }
  .projectSlider__container.swiper-container {
    height: 385px;
  }
  .projectSlider__pagination.swiper-pagination-progressbar {
    height: 10px;
  }
}

@media (min-width: 575px) and (max-width: 767px) {
  .projectSlider__leftContent {
    margin-top: 30px;
  }
  .projectSlider__pagination.swiper-pagination-progressbar {
    width: 65%;
    bottom: 15px !important;
  }
  .projectSlider__prev, .projectSlider__next {
    bottom: 0px;
  }
  .projectSlider__next {
    right: 40px;
  }
}

@media (min-width: 320px) and (max-width: 574px) {
  .projectSlider .section-title {
    margin-bottom: 30px;
  }
  .projectSlider .section-title h2 {
    font-size: 32px;
    line-height: 42px;
  }
  .projectSlider__leftContent {
    margin-top: -130px;
  }
  .projectSlider__pagination.swiper-pagination-progressbar {
    width: 45%;
  }
  .projectSlider__ContentTitle {
    font-size: 28px;
    line-height: 38px;
  }
  .projectSlider__pagination.swiper-pagination-progressbar {
    height: 10px;
  }
  .projectSlider__pagination.swiper-pagination-progressbar {
    bottom: auto;
    top: 205px;
  }
  .projectSlider .swiper-slide {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .projectSlider__next, .projectSlider__prev {
    bottom: auto;
    top: 205px;
  }
}

/*----------------------------------------*/
/*  HOMEPAGE 01
/*----------------------------------------*/
.footer-area {
  background-color: rgba(255, 70, 94, 0.05);
  margin: 0 45px;
  padding: 130px 0px 85px 0px;
  border-radius: 24px;
  position: relative;
}

.footer-area-shape img {
  position: absolute;
}

.footer-area-shape .ft-shape-01 {
  top: -50px;
  left: 20px;
  z-index: -1;
}

.footer-area-shape .ft-shape-02 {
  top: -30px;
  right: 80px;
  z-index: -1;
}

.footer-area-shape .ft-shape-03 {
  bottom: -30px;
  right: 80px;
  z-index: -1;
}

.footer-area-about h4 {
  font-size: 26px;
  line-height: 35px;
  margin-top: 10px;
  margin-bottom: 15px;
}

.footer-area-about p {
  max-width: 305px;
  margin-top: 0px;
  margin-bottom: 18px;
  font-family: "Gilroy-Medium";
  line-height: 30px;
}

.footer-area-links a {
  border: 1px solid #ff465e;
  color: #ff465e;
  border-radius: 50%;
  height: 47px;
  width: 47px;
  line-height: 47px;
  text-align: center;
  margin-right: 14px;
  display: inline-block;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
  background-color: #ffffff;
}

.footer-area-links a:hover {
  color: #ffffff;
  background-color: #ff465e;
}

.footer-area-lists h4 {
  margin-bottom: 5px;
}

.footer-area-lists ul li a {
  font-size: 16px;
  line-height: 36px;
  margin-bottom: 0px;
  display: inline-block;
  font-family: "Gilroy-Medium";
  color: #65729e;
}

.copyright {
  padding: 33px;
}

.copyright-area-text p {
  color: #000560;
  font-family: "Gilroy-Bold";
}

.copyright-area-top a {
  color: #000560;
  font-size: 16px;
  font-family: "Gilroy-Bold";
}

.copyright-area-top a i {
  margin-left: 3px;
}

.copyright-area-logo a {
  display: inline-block;
  height: 41px;
  width: auto;
}

.copyright-area-logo a img {
  height: 100%;
  width: auto;
}

/*----------------------------------------*/
/*  HOMEPAGE 02
/*----------------------------------------*/
.dark-footer {
  padding-top: 110px;
  background-color: #29303e;
  border-top-right-radius: 166px;
}

.dark-footer .footer-area {
  background-color: transparent;
  margin: 0px;
  padding: 0px;
  border-radius: 0px;
}

.dark-footer .footer-area-about {
  margin-bottom: 0px;
}

.dark-footer .footer-area-about p {
  margin-top: 25px;
  color: #c6c6c6;
}

.dark-footer .footer-area-lists h4 {
  color: #ffffff;
}

.dark-footer .footer-area-lists ul li a {
  color: #c6c6c6;
}

.dark-footer .footer-area-links a {
  background-color: transparent;
}

.dark-footer .footer-area-links a:hover {
  background-color: #ff465e;
  color: #ffffff;
}

.dark-footer .copyright-area-text p {
  color: #ffffff;
}

.dark-footer .copyright-area-top a {
  color: #ffffff;
}

/*----------------------------------------*/
/*  HOMEPAGE 03
/*----------------------------------------*/
.footer03 {
  background-color: #1f99f4;
}

.footer03 .footer-area {
  background-color: inherit;
  padding: 0;
  padding-top: 130px;
}

.footer03 .footer-area-about a {
  margin-bottom: 20px;
}

.footer03 .footer-area-links a {
  border: 0;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.24);
}

.footer03 .footer-area-links a:hover {
  color: #fff;
  background-color: #ed880a;
}

.footer03 .footer-area-lists h4 {
  margin-bottom: 5px;
  color: #ffffff;
}

.footer03 .footer-area-lists ul li a {
  color: white;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

.footer03 .footer-area-lists ul li a:hover {
  color: #ed880a;
}

/*----------------------------------------*/
/*  HOMEPAGE 04
/*----------------------------------------*/
.footer04 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 120px;
}

.footer04 .footer-area {
  padding: 0;
  background-color: inherit;
}

.footer04 .footer-area-about .logo {
  margin-bottom: 25px;
}

.footer04 .footer-area-about p {
  font-size: 16px;
  color: #9dadb7;
  font-weight: 500;
  font-family: "Hind", sans-serif;
  line-height: 30px;
  margin-bottom: 20px;
}

.footer04 .footer-area-lists h4 {
  color: white;
  font-size: 26px;
  line-height: 39px;
  font-family: "Teko", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.footer04 .footer-area-lists li {
  margin: 0;
}

.footer04 .footer-area-lists li a {
  color: #9dadb7;
  font-family: "Hind", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 36px;
}

.footer04 .footer-area-links a {
  background-color: #29303e;
}

.footer04 .footer-area-links a:hover {
  background-color: #ff465e;
}

.footer04 .copyright {
  padding: 20px;
}

.footer04 .copyright-area-text p {
  color: #9dadb7;
  font-family: "Hind", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 27px;
}

.footer04 .copyright-area-list ul li {
  color: #9dadb7;
  font-family: "Hind", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 27px;
  margin-right: 35px;
}

.footer04 .copyright-area-list ul li:last-child {
  margin-right: 0;
}

/*----------------------------------------*/
/*  RESPONSIVE CSS START 
/*----------------------------------------*/
/* Common Devices-Sizes */
@media (min-width: 1200px) {
  .mr-lg-65 {
    margin-right: 65px;
  }
}

@media (max-width: 1200px) {
  .footer-area {
    padding-top: 120px;
    padding-bottom: 30px;
  }
  .footer-area-about p {
    max-width: 100%;
  }
  .footer-area-shape .ft-shape-03 {
    bottom: 0px;
  }
  .footer04 {
    padding-top: 60px;
  }
  .footer03 .footer-area {
    padding-top: 90px;
  }
  .footer03 .copyright {
    padding: 20px 15px;
  }
}

@media (max-width: 991px) {
  .footer03 .footer-area {
    padding-bottom: 0px !important;
  }
  .footer03 .footer-area-about {
    margin-bottom: 0px;
  }
  .footer03 .footer-area-about p {
    margin-top: 0px;
  }
  .footer-area {
    margin: 0px;
    padding-bottom: 0px !important;
  }
  .dark-footer {
    padding-bottom: 0px !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .footer-area .footer-area-about h4,
  .footer-area .footer-area-lists h4 {
    font-size: 22px;
  }
  .footer-area .footer-area-about p,
  .footer-area .footer-area-lists ul li a {
    font-size: 14px;
  }
  .footer-area .footer-area-lists ul li a {
    margin-bottom: 0px;
  }
  .footer-area .footer-area-links a {
    height: 40px;
    width: 40px;
    line-height: 40px;
  }
  .copyright-area-text p {
    font-size: 14px;
  }
  .copyright-area-top a {
    font-size: 14px;
  }
  .copyright-area-logo a img {
    width: 65% !important;
  }
}

@media (max-width: 767px) {
  .dark-footer .footer-area-lists {
    margin-bottom: 15px;
  }
  .dark-footer .footer-area-about {
    margin-bottom: 0px;
  }
  .dark-footer .footer-area-about p {
    max-width: 100% !important;
  }
  .footer04 .footer-area-about .logo {
    margin-bottom: 15px;
  }
  .footer04 .footer-area-about.mb-30 {
    margin-bottom: 0px;
  }
  .footer04 .copyright .col-sm-12 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer04 .copyright-area-text p {
    font-size: 14px;
    line-height: 28px;
  }
  .footer04 .copyright-area-list ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer04 .copyright-area-list ul li {
    font-size: 14px;
    margin-right: 15px;
  }
  .footer03 .footer-area-lists {
    margin-bottom: 15px;
  }
  .footer-area {
    padding-bottom: 30px !important;
  }
}

@media (max-width: 575px) {
  .dark-footer {
    padding-top: 15px;
    border-top-right-radius: 0px;
  }
  .dark-footer .footer-area-about {
    margin-top: 15px;
  }
  .dark-footer .footer-area-lists {
    margin-bottom: 15px;
  }
  .copyright-area-logo a img {
    display: none;
  }
  .copyright {
    padding: 32px 0px;
  }
}

@media (min-width: 320px) and (max-width: 574px) {
  .footer-area {
    border-radius: 0px;
    padding-top: 90px;
  }
  .footer-area-about p {
    font-size: 14px;
    line-height: 24px;
  }
  .footer-area-lists {
    margin-bottom: 0px;
  }
  .footer-area-shape {
    display: none;
  }
  .footer-area-shape .ft-shape-01 {
    left: 0px;
  }
  .footer-area-shape .ft-shape-02 {
    right: 0px;
  }
  .footer-area-shape .ft-shape-03 {
    right: 15px;
  }
  .footer04 .footer-area {
    padding-top: 0px;
  }
  .footer04 .footer-area-lists {
    margin-bottom: 15px;
  }
  .footer04 .footer-area-lists ul li a {
    line-height: 26px;
  }
  .copyright .justify-content-between {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer03 .footer-area {
    padding-top: 60px;
  }
  .footer03 .copyright-area-text p {
    font-size: 12px;
  }
}

/* large devices 992 - 1199*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-area {
    margin: 0px;
  }
}

/* Small devices 575 - 767 */
@media only screen and (min-width: 575px) and (max-width: 767px) {
  .footer-area .footer-area-about h4,
  .footer-area .footer-area-lists h4 {
    font-size: 22px;
  }
  .footer-area .footer-area-about p,
  .footer-area .footer-area-lists ul li a {
    font-size: 16px;
    line-height: 26px;
  }
  .footer-area .footer-area-lists ul li a {
    margin-bottom: 5px;
  }
  .copyright {
    text-align: center !important;
  }
  .copyright-area-text p {
    font-size: 13px;
    line-height: 21px;
  }
  .copyright-area-top a {
    font-size: 13px;
  }
}

/* Small devices 420 - 574 */
@media only screen and (min-width: 420px) and (max-width: 574px) {
  .footer-area {
    padding: 50px 0px 20px 0px !important;
    margin: 0 0px !important;
    border-radius: 0px !important;
  }
  .footer-area .footer-area-shape {
    display: none !important;
  }
  .footer-area .footer-area-about h4,
  .footer-area .footer-area-lists h4 {
    font-size: 22px;
  }
  .footer-area .footer-area-about p,
  .footer-area .footer-area-lists ul li a {
    font-size: 14px;
  }
  .footer-area .footer-area-lists ul li a {
    margin-bottom: 5px;
  }
  .footer-area .footer-area-links a {
    height: 35px;
    width: 35px;
    line-height: 35px;
  }
  .copyright {
    text-align: center !important;
  }
  .copyright-area-text p {
    font-size: 14px;
    line-height: 22px;
  }
  .copyright-area-top a {
    font-size: 14px;
  }
  .copyright-area-logo a img {
    width: 65% !important;
  }
}

/* extra Small devices 420 */
@media (max-width: 420px) {
  .footer-area .footer-area-about h4,
  .footer-area .footer-area-lists h4 {
    font-size: 22px;
  }
  .footer-area .footer-area-lists ul li a {
    margin-bottom: 5px;
  }
  .copyright {
    text-align: center !important;
  }
  .copyright-area-text p {
    font-size: 14px;
    line-height: 22px;
  }
  .copyright-area-top a {
    font-size: 14px;
  }
  .copyright-area-logo a img {
    width: 65% !important;
  }
}

.about-solution {
  background-color: #fff5f7;
  padding: 130px 0;
  margin: 0 45px;
  border-radius: 24px;
  position: relative;
}

.about-solution .section-title {
  margin-bottom: 40px;
}

.about-solution .section-title h2 {
  font-size: 48px;
  line-height: 64px;
  color: #000560;
  font-family: "Gilroy-Bold";
  text-transform: capitalize;
}

.about-solution .solution-wrapper .solution-title h4 {
  margin-bottom: 10px;
}

.about-solution .solution-wrapper .solution-title h4 span {
  color: #ff465e;
}

.about-solution .solution-wrapper .solution-title.center {
  text-align: center;
  margin: auto;
  max-width: 30%;
}

.about-solution .solution-wrapper .solution-title.left {
  text-align: right;
  max-width: 92%;
}

.about-solution .solution-wrapper .solution-title.right p {
  max-width: 92%;
}

.about-solution .mask-group img {
  position: absolute;
}

.about-solution .mask-group .mask1 {
  top: -5%;
  left: 5%;
}

.about-solution .mask-group .mask2 {
  top: -4%;
  right: 10%;
}

.about-solution .mask-group .mask3 {
  bottom: -40px;
  left: 10%;
}

.about-skill-wrapper {
  max-width: 90%;
  margin-top: 145px;
}

.about-skill-wrapper .about-skill-title {
  margin-bottom: 50px;
}

.about-skill-wrapper .about-skill-title h2 {
  margin-bottom: 30px;
}

.about-skill-wrapper .about-skill-title p {
  font-family: "Gilroy-Medium";
  font-size: 18px;
  line-height: 20px;
  line-height: 30px;
}

.about-skill-wrapper .about-skill-pogressbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-skill-wrapper .about-skill-pogressbar .round-wrapper {
  margin-right: 120px;
  text-align: center;
}

.about-skill-wrapper .about-skill-pogressbar .round-wrapper .round {
  position: relative;
}

.about-skill-wrapper .about-skill-pogressbar .round-wrapper .round .round-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.about-skill-wrapper .about-skill-pogressbar .round-wrapper .round .round-text strong {
  color: #000560;
  font-family: "Gilroy-Bold";
  font-size: 45px;
  line-height: 55px;
}

.about-skill-wrapper .about-skill-pogressbar .round-wrapper .skill-text {
  margin-top: 20px;
}

.about-skill-wrapper .about-skill-pogressbar .round-wrapper .skill-text p {
  padding-top: 10px;
}

.about-us {
  padding-top: 50px;
  padding-bottom: 145px;
}

.about-us-image {
  position: relative;
}

.about-us-image .image {
  margin-top: 5px;
  margin-left: -205px;
}

.about-us-image .small-feature {
  position: absolute;
  height: 120px;
  width: 120px;
  padding: 10px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about-us-image .small-feature.sm-feauter-bottom {
  -webkit-box-shadow: 0px 6px 30px #5746ff73;
          box-shadow: 0px 6px 30px #5746ff73;
}

.about-us-image .small-feature.sm-feauter-left {
  -webkit-box-shadow: 0px 6px 15px #4dadf77a;
          box-shadow: 0px 6px 15px #4dadf77a;
}

.about-us-image .small-feature.sm-feauter-top {
  -webkit-box-shadow: 0px 6px 15px #fab00594;
          box-shadow: 0px 6px 15px #fab00594;
}

.about-us-image .small-feature-item h3 {
  color: #ffffff;
  font-size: 34px;
}

.about-us-image .small-feature-item .ratings {
  color: #ffffff;
  font-size: 12px;
}

.about-us-image .small-feature-item p {
  font-size: 16px;
  color: #ffffff;
  font-family: "Gilroy-Medium";
}

.about-us-image .sm-feauter-top {
  top: -85px;
  left: 75px;
}

.about-us-image .sm-feauter-left {
  top: 225px;
  left: -240px;
}

.about-us-image .sm-feauter-bottom {
  bottom: -65px;
  left: 210px;
}

.about-us.our-services .about-us-text {
  margin-top: -50px;
}

.about-us-text {
  margin-top: -20px;
  margin-left: -20px;
}

.about-us-text .sub-heading {
  margin-bottom: 45px;
}

.about-us-text .sub-heading h2 {
  margin-bottom: 30px;
}

.about-us-text .sub-heading p {
  font-size: 18px;
  font-family: "Gilroy-Medium";
}

.about-us-text .feature {
  margin-bottom: 20px;
}

.about-us-text .feature .icon {
  height: 30px;
  width: 30px;
  border-radius: 9px;
  margin-top: 5px;
  padding: 15px;
}

.about-us-text .feature .icon i {
  color: #ffffff;
}

.about-us-text .feature .text h6 {
  font-size: 18px;
}

.about-us-text .feature .text p {
  font-family: "Gilroy-Medium";
}

.about-us-text .c-wrapper {
  display: inline-block;
}

.about-us-text .alart {
  position: relative;
  background-color: #fff5f7;
  max-width: 490px;
  padding: 15px 50px 15px 25px;
  border-radius: 6px;
}

.about-us-text .alart::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  background-color: #ff465e;
  width: 7px;
  height: 100%;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.about-us-text .alart-icon {
  margin-right: 20px;
}

.about-us-text .alart-icon i {
  color: #65729e;
  font-size: 50px;
}

.about-us-text .alart-text p {
  color: #000560;
  font-size: 18px;
  line-height: 26px;
  font-family: "Gilroy-Medium";
  margin-right: 20px;
}

.about-us-text .alart-boldtext {
  margin-left: 0px;
}

.about-us-text .alart-boldtext h2 {
  color: #ff465e;
  font-size: 55px;
}

/*----------------------------------------*/
/*  RESPONSIVE CSS START 
/*----------------------------------------*/
/*common devices- sizes */
@media (max-width: 1200px) {
  .about-us.our-services {
    padding-bottom: 60px;
  }
  .about-us-image img {
    max-width: 100%;
  }
  .about-us-image .image {
    margin-left: 0px;
  }
  .about-us-image .sm-feauter-left {
    left: 0px;
  }
  .about-us-image .sm-feauter-top {
    top: -95px;
    left: 215px;
  }
  .about-us-image .sm-feauter-bottom {
    left: 330px;
  }
  .about-us-text {
    margin-left: 0px;
  }
  .about-us-text .sub-heading p {
    max-width: 100%;
  }
  .about-us-text .feature {
    margin-bottom: 30px;
  }
  .about-skill {
    padding: 90px 0px;
  }
  .about-skill-wrapper {
    margin-top: -30px;
  }
  .about-skill-image img {
    max-width: 100%;
  }
  .about-skill-pogressbar .round-wrapper {
    margin-right: 30px;
  }
  .about-skill-pogressbar .round-wrapper .round canvas {
    width: 130px !important;
    height: 130px !important;
  }
  .about-skill-pogressbar .round-wrapper .round-text strong {
    font-size: 32px !important;
    line-height: 32px !important;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .about-us {
    padding-bottom: 90px;
  }
  .about-us-image .sm-feauter-top {
    left: 175px;
  }
  .about-us-image .sm-feauter-left {
    top: 155px;
    left: -30px;
  }
  .about-us-image .sm-feauter-bottom {
    left: 270px;
  }
}

@media (min-width: 992px) and (max-width: 1023px) {
  .about-us-image .sm-feauter-left {
    top: 155px;
  }
  .about-us-image .sm-feauter-top {
    left: 165px;
  }
  .about-us-image .sm-feauter-bottom {
    left: 250px;
  }
}

@media (max-width: 991px) {
  .about-us {
    padding: 90px 0px;
  }
  .about-us-text {
    margin-top: 60px;
  }
  .about-us-text .sub-heading {
    margin-bottom: 30px;
  }
  .about-us-text .sub-heading h2 {
    margin-bottom: 0px;
  }
  .about-us-text .c-wrapper {
    margin-top: 0px;
  }
  .about-us-text .feature {
    margin-bottom: 15px;
  }
  .about-us.our-services {
    margin: 0px !important;
  }
  .about-us.our-services .about-us-text {
    margin-top: 0px;
  }
  .about-us.our-services .about-us-text .sub-heading h2 {
    max-width: 100%;
  }
  .about-us.our-services .about-us-image .image {
    margin-bottom: 30px;
  }
  .about-us-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .about-us-image .sm-feauter-top {
    left: 280px;
  }
  .about-us-image .sm-feauter-bottom {
    left: 405px;
  }
  .about-solution {
    padding-bottom: 90px;
  }
  .about-solution .solution-wrapper {
    margin-bottom: 30px;
  }
  .about-solution .solution-wrapper .solution-title.center {
    display: inline-block;
    max-width: 95%;
    margin-bottom: 30px;
  }
  .about-solution .section-title {
    margin-bottom: 60px;
  }
  .about-solution .section-title h2 {
    font-size: 38px;
    line-height: 52px;
  }
  .about-solution .mask-group .mask1 {
    top: -30px;
    left: 35px;
  }
  .about-solution .mask-group .mask2 {
    top: -30px;
    right: 35px;
  }
  .about-skill-image img {
    margin-bottom: 30px;
  }
  .about-skill-wrapper .about-skill-pogressbar {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .about-skill-wrapper .about-skill-pogressbar .round-wrapper {
    margin: 0px;
  }
  .about-skill-wrapper .about-skill-pogressbar .round-wrapper .skill-text {
    margin-top: 0px;
  }
  .about-skill-wrapper .about-skill-pogressbar .round-wrapper .skill-text p {
    padding-top: 0px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .about-skill-wrapper {
    max-width: 100%;
  }
  .about-skill-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 767px) {
  .about-skill {
    padding: 120px 0px;
  }
  .about-skill-image {
    display: none;
  }
  .about-us.our-services {
    padding: 60px 0px;
    padding-bottom: 90px;
  }
  .about-us-text {
    margin-top: 30px;
  }
  .about-solution .mask-group .mask1,
  .about-solution .mask-group .mask2 {
    display: none;
  }
  .about-us-image .image {
    margin-bottom: 20px;
  }
}

@media (min-width: 575px) and (max-width: 767px) {
  .about-skill-wrapper .about-skill-pogressbar .round-wrapper {
    margin: 30px 0px;
  }
  .about-us-image .sm-feauter-top {
    left: 220px;
  }
  .about-us-image .sm-feauter-bottom {
    left: 335px;
    bottom: -50px;
  }
}

@media (max-width: 575px) {
  .about-us-text .feature .icon {
    border-radius: 0px;
    padding: 15px;
  }
  .about-us-image .image {
    margin-top: 0px;
  }
  .about-solution {
    margin: 0px;
    border-radius: 0px;
  }
  .about-solution .mask-group .mask1,
  .about-solution .mask-group .mask2 {
    width: 20%;
  }
  .about-solution .solution-wrapper .solution-title h4 {
    font-size: 24px;
    line-height: 36px;
  }
}

@media (min-width: 320px) and (max-width: 574px) {
  .about-skill {
    padding: 60px 0px;
  }
  .about-skill-pogressbar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about-skill-pogressbar .round-wrapper {
    margin: 15px 0px !important;
  }
  .about-skill-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: -15px;
  }
  .about-skill-image img {
    margin-bottom: 15px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .about-skill-title h2 {
    font-size: 22px;
    line-height: 36px;
  }
  .about-skill-wrapper .about-skill-title {
    margin-bottom: 0px;
  }
  .about-skill-wrapper .about-skill-title h2 {
    margin-bottom: 15px;
  }
  .about-skill-wrapper .about-skill-title p {
    font-size: 14px;
    line-height: 26px;
  }
  .about-us {
    padding-top: 0px;
  }
  .about-us.our-services .about-us-text .sub-heading h2 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 0px;
  }
  .about-us.our-services .about-us-text .primary__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .about-us-image .sm-feauter-bottom,
  .about-us-image .sm-feauter-left,
  .about-us-image .sm-feauter-top {
    display: none;
  }
  .about-us-text {
    margin-top: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .about-us-text .sub-heading {
    margin-bottom: 15px;
  }
  .about-us-text .sub-heading h2 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 0px;
  }
  .about-us-text .sub-heading p {
    font-size: 14px;
    line-height: 22px;
  }
  .about-us-text .alart-icon {
    margin-right: 0px;
  }
  .about-us-text .alart-text p {
    margin-right: 0px;
    margin: 15px 0px;
  }
  .about-us .alart-boldtext {
    margin-left: 0px;
  }
  .about-solution {
    padding: 60px 0px;
    padding-top: 90px;
  }
  .about-solution .section-title {
    margin-bottom: 30px;
  }
  .about-solution .section-title h2 {
    font-size: 28px;
    line-height: 38px;
  }
  .about-solution .solution-wrapper {
    margin-bottom: 0px;
  }
  .about-solution .solution-wrapper .solution-title.center {
    margin-bottom: 15px;
  }
  .about-solution .solution-wrapper .solution-title.center p {
    font-size: 14px;
    line-height: 22px;
  }
  .aboutus02-wrapper-list ul li {
    font-size: 16px;
  }
}

@media (min-width: 320px) and (max-width: 419px) {
  .about-us-text .alart {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px 50px;
  }
  .about-us-text .alart-icon {
    margin-bottom: 10px;
  }
  .about-us-text .alart-text p {
    text-align: center;
  }
  .about-us-image .sm-feauter-bottom {
    right: 0px;
  }
  .about-us-image .sm-feauter-left {
    top: 140px;
  }
}

.our-services {
  padding: 130px 0px;
  padding-bottom: 100px;
}

.our-services .about-us-text {
  margin-top: 10px;
}

.our-services .about-us-text .sub-heading {
  margin-bottom: 15px;
}

.our-services .about-us-text .sub-heading h2 {
  max-width: 375px;
  margin-bottom: 20px;
  font-family: "Gilroy-Bold";
}

.our-services .about-us-text .feature .text h6 {
  margin-bottom: 3px;
}

.our-services .about-us-text .primary__button {
  padding: 17px 35px;
  margin-top: 20px;
}

.our-services .shape img {
  position: absolute;
}

.our-services .shape .top {
  top: -6%;
  left: 5%;
}

.our-services .shape .right {
  top: -7%;
  right: 5%;
}

.our-services .shape .bottom {
  bottom: -7%;
  left: 32%;
}

.our-services .special-services-image-bg-three {
  background-color: rgba(241, 146, 10, 0.16);
}

.our-services .top-right {
  top: -6%;
  right: 5%;
}

.our-services .first-mask {
  bottom: 5%;
  left: -2%;
}

.our-services .mask-bottom {
  bottom: -3%;
  left: 8%;
}

.our-services .mask-top {
  top: -4%;
  left: 5%;
}

.our-services .mask-right {
  top: 10%;
  right: 5%;
}

.our-work-process {
  position: relative;
  padding: 155px 0px;
}

.our-work-process .section-title h2 {
  font-size: 48px;
  line-height: 64px;
  color: #000560;
  font-family: "Gilroy-Bold";
  text-transform: capitalize;
}

.our-work-process .process-item {
  position: relative;
}

.our-work-process .process-item::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
}

.our-work-process .process-item .around-dotted {
  width: 100px;
  height: 100px;
  margin: 0px auto 22px auto;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.our-work-process .process-item .around-dotted .image {
  border-radius: 25px;
  padding: 15px;
}

.our-work-process .process-item .dashed01 {
  border: 1.5px dashed rgba(115, 83, 255, 0.5);
  position: relative;
}

.our-work-process .process-item .dashed01::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 100%;
  border: none;
  border-top: 1.5px dashed rgba(115, 83, 255, 0.5);
  height: 0;
  width: 155%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.our-work-process .process-item .dashed01::after {
  position: absolute;
  color: rgba(41, 198, 255, 0.5);
  top: 50%;
  left: 250%;
  content: '\f054';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.our-work-process .process-item .dashed02 {
  border: 1.5px dashed rgba(41, 198, 255, 0.5);
  position: relative;
  background-color: white;
}

.our-work-process .process-item .dashed02::before {
  content: '';
  position: absolute;
  top: 50%;
  border: none;
  border-top: 1.5px dashed rgba(41, 198, 255, 0.5);
  height: 0;
  width: 410%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}

.our-work-process .process-item .dashed02::after {
  color: rgba(99, 190, 82, 0.5);
  position: absolute;
  top: 50%;
  left: 250%;
  content: '\f054';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.our-work-process .process-item .dashed03 {
  border: 1.5px dashed rgba(99, 190, 82, 0.5);
  position: relative;
}

.our-work-process .process-item .dashed03::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 100%;
  border: none;
  border-top: 1.5px dashed rgba(99, 190, 82, 0.5);
  height: 0;
  width: 155%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.our-work-process .process-text {
  max-width: 290px;
  margin: 0 auto;
}

.our-work-process .process-text h3 {
  margin-bottom: 20px;
  text-align: center;
}

.our-work-process .process-text p {
  text-align: center;
  margin-top: -10px;
}

.our-work-process .shape img {
  position: absolute;
}

.our-work-process .shape .round-shape {
  top: 25%;
  left: 10%;
}

.design-services {
  padding-bottom: 130px;
}

.design-services-image {
  margin-bottom: 55px;
}

.design-services-text h2 {
  font-size: 40px;
  margin-bottom: 30px;
}

.design-services-text p {
  font-size: 18px;
  font-family: "Gilroy-Medium";
  margin-bottom: 25px;
}

.design-services-text p:nth-child(3) {
  margin-bottom: 45px;
}

.design-services-text .t-outile-btn {
  border: 2px solid #ff465e;
  color: #ff465e;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

.design-services-text .t-outile-btn:hover {
  background-color: #ff465e;
  color: #ffffff;
}

.design-services__btn-wrapper .primary__button {
  margin-right: 30px;
}

.design-services__btn-wrapper .primary__button:hover {
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
}

/*----------------------------------------*/
/*  RESPONSIVE CSS START 
/*----------------------------------------*/
/* common devices-sizes */
@media (max-width: 1200px) {
  .our-services .offset-lg-1 {
    margin-left: 0px;
  }
  .our-services .about-us-text .feature .icon {
    padding: 10px;
  }
  .our-services .shape .right {
    top: -65px;
  }
  .our-services .shape .top {
    top: -45px;
  }
  .our-work-process {
    padding: 120px 0px;
  }
}

@media (max-width: 991px) {
  .our-work-process .process-text {
    max-width: 100%;
  }
  .design-services {
    padding-bottom: 90px;
  }
  .design-services-image {
    margin-bottom: 30px;
  }
  .design-services-text h2 {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 15px;
  }
  .design-services-text p:nth-child(3) {
    margin-bottom: 30px;
  }
  .design-services__btn-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .our-services .shape .bottom {
    bottom: -45px;
  }
  .our-services .top-right {
    top: -125px;
  }
}

@media (max-width: 767px) {
  .design-services-image .col-lg-5 .row .col-lg-12 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 575px) {
  .our-services {
    border-radius: 0px !important;
    margin: 0px !important;
    margin-bottom: 65px !important;
  }
  .our-services .shape .bottom {
    bottom: -35px;
  }
  .our-services .about-us-text {
    margin-top: 35px;
  }
  .our-services .about-us-text .sub-heading h2 {
    margin-bottom: 30px;
    font-size: 38px;
    line-height: 48px;
  }
  .our-work-process .section-title h2 {
    font-size: 32px;
    line-height: 46px;
  }
}

@media (min-width: 320px) and (max-width: 574px) {
  .our-work-process {
    padding: 90px 0px;
  }
  .our-work-process .section-title {
    margin-bottom: 30px;
  }
  .our-work-process .process-text h3 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 15px;
  }
  .our-services .shape img {
    display: none;
  }
  .design-services {
    padding: 60px 0px;
    padding-top: 0px;
  }
  .design-services__btn-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .design-services__btn-wrapper .primary__button {
    margin-bottom: 15px !important;
    margin-right: 0px;
  }
  .design-services-text h2 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 0px;
  }
}

@media (min-width: 320px) and (max-width: 419px) {
  .our-services .about-us-text .sub-heading h2 {
    font-size: 32px;
    line-height: 48px;
  }
  .our-services .mask-top {
    top: -60px;
  }
  .our-services .mask-right {
    top: -40px;
  }
}

.profession-area {
  padding: 175px 0px;
  padding-top: 0px;
}

.profession-area .profession-img {
  position: relative;
  margin-left: -48px;
}

.profession-area .profession-img .small-feature {
  position: absolute;
  bottom: -10%;
  left: -125px;
}

.profession-area .profession-wrapper {
  margin-left: 30px;
}

.profession-area .profession-wrapper .profession-tittle {
  margin-bottom: 30px;
}

.profession-area .profession-wrapper .profession-tittle h2 {
  margin-bottom: 30px;
}

.profession-area .profession-wrapper .profession-tittle p {
  font-size: 18px;
}

/*----------------------------------------*/
/*  RESPONSIVE CSS START
/*----------------------------------------*/
/*Common Devices - Sizes */
@media (max-width: 1200px) {
  .profession-area {
    padding: 90px 0px;
    padding-top: 0px;
  }
  .profession-area .profession-img .small-feature {
    left: 0px;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .profession-area .profession-img .small-feature {
    bottom: -35%;
  }
}

@media (max-width: 991px) {
  .profession-area .profession-wrapper,
  .profession-area .profession-img {
    margin-left: 0px !important;
  }
  .profession-area .profession-wrapper .small-feature,
  .profession-area .profession-img .small-feature {
    bottom: 0px;
  }
  .profession-area .profession-wrapper .profession-tittle h2 {
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .profession-area .profession-wrapper {
    margin-top: -30px;
  }
  .profession-area .profession-img img {
    height: 250px;
  }
  .profession-area .profession-img .small-feature {
    left: auto;
    right: 15px;
    bottom: 40px;
  }
}

@media (max-width: 575px) {
  .profession-area .profession-img {
    margin-bottom: 45px;
  }
  .profession-area .profession-img .small-feature {
    position: static;
    width: 180px;
    height: 130px;
    padding: 25px;
    margin: 30px auto;
  }
  .profession-area .profession-img .small-feature .small-feature-percentage {
    margin-bottom: 10px !important;
  }
  .profession-area .profession-img .small-feature .small-feature-percentage h3 {
    font-size: 22px;
    line-height: 32px;
  }
  .profession-area .profession-img .small-feature .small-feature-text p {
    font-size: 16px;
    line-height: 22px;
  }
  .profession-area .profession-wrapper .profession-tittle h2 {
    font-size: 38px;
    line-height: 48px;
  }
}

@media (min-width: 320px) and (max-width: 574px) {
  .profession-area {
    padding-bottom: 60px;
  }
  .profession-area .profession-wrapper .profession-tittle h2 {
    font-size: 28px;
    line-height: 42px;
    margin-bottom: 15px;
  }
  .profession-area .profession-wrapper .profession-tittle p {
    font-size: 14px;
    line-height: 26px;
  }
  .profession-area .profession-img {
    margin-bottom: 15px;
  }
  .profession-area .profession-wrapper {
    margin-top: -55px;
  }
  .profession-area .profession-img .small-feature {
    position: relative;
    margin-bottom: 0px;
    left: 0px !important;
    bottom: 65px;
  }
}

.project {
  padding-top: 140px;
}

.project__container {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 60px;
}

.project-wrapper {
  margin-bottom: 70px;
}

.project-wrapper-image {
  margin-left: -30px;
  margin-bottom: -10px;
}

.project-wrapper-image img {
  max-width: 100%;
}

.project-wrapper-title h3 {
  font-size: 30px;
  line-height: 40px;
}

.project-wrapper-title span {
  font-size: 16px;
  font-family: "Gilroy-Medium";
  line-height: 30px;
  color: #ff465e;
  padding: 5px 0;
  display: block;
}

.project-wrapper-title p {
  font-size: 18px;
  line-height: 30px;
  margin-top: 5px;
}

.project-wrapper-button {
  margin-top: 20px;
}

.project .load-more-button {
  text-align: center;
  margin-top: 10px;
}

.project .load-more-button .primary__button {
  font-size: 18px;
}

.project-details-content .our-work-process {
  margin-top: 125px;
  padding-bottom: 150px;
  z-index: 5;
}

.project-detail {
  padding-top: 160px;
}

.project-detail .overview-image img {
  border-radius: 5px;
}

.project-detail .project-overview-wrapper {
  background-color: white;
  position: relative;
  margin: 0 100px;
  margin-top: -58px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.07);
}

.project-detail .project-overview-wrapper .overview-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 45px;
}

.project-detail .project-overview-wrapper .overview-detail p {
  font-size: 18px;
  line-height: 30px;
  font-family: "Gilroy-Medium";
}

.project-detail .project-overview-wrapper .overview-detail h6 {
  font-size: 18px;
  line-height: 30px;
  font-family: "Gilroy-Bold";
}

.project-detail .project-detail-content {
  margin-top: 58px;
}

.project-detail .project-detail-content h2 {
  font-size: 40px;
  line-height: 49px;
  margin-bottom: 15px;
}

.project-detail .project-detail-content p {
  font-size: 18px;
  line-height: 30px;
}

.project-detail .project-next-prev-button {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.project-detail .project-next-prev-button .btn-modifi {
  font-size: 18px;
  border: 1px solid #ff465e;
  color: #ff465e;
  padding: 15px 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.project-detail .project-next-prev-button .btn-modifi:hover {
  background: #ff465e;
  color: white;
}

.project-detail .project-next-prev-button .icon01 {
  padding-right: 5px;
}

.project-detail .project-next-prev-button .icon02 {
  padding-left: 5px;
}

.project-work-process {
  background: #fff5f7;
  margin: 0 45px;
  border-radius: 24px;
  position: relative;
  z-index: -5;
}

.project-work-process.project-detail {
  padding-top: 125px;
}

.project-work-process .process-item .dashed02 {
  background-color: #fff5f7;
}

.project-work-process .shape {
  pointer-events: none;
}

.project-work-process .shape img {
  position: absolute;
}

.project-work-process .shape .round-shape01 {
  top: -7%;
  right: 3%;
}

.project-work-process .shape .round-shape02 {
  top: -10%;
  left: 3.5%;
}

/*----------------------------------------*/
/*  RESPONSIVE CSS START 
/*----------------------------------------*/
@media (max-width: 1200px) {
  .project {
    padding-top: 120px;
  }
  .project-wrapper {
    margin-bottom: 30px;
  }
  .project-wrapper-title h3 {
    margin-bottom: 0px;
  }
  .project-wrapper-title span {
    line-height: 24px;
  }
  .project .load-more-button {
    margin-top: 60px;
  }
  .project-detail .project-detail-content h2 {
    font-size: 38px;
    line-height: 46px;
    margin-bottom: 15px;
  }
  .project-detail .project-next-prev-button {
    margin-top: 60px;
  }
  .project-detail .project-detail-content p {
    font-size: 16px;
    line-height: 26px;
  }
}

@media (max-width: 1023px) {
  .project-detail {
    padding-top: 90px;
  }
  .project-detail .project-detail-content {
    margin-top: 30px;
  }
  .project-work-process.project-detail {
    margin: 0px;
    margin-top: 90px;
  }
}

@media (min-width: 992px) and (max-width: 1024px) {
  .project-wrapper-image {
    margin-left: -25px;
  }
}

@media (max-width: 991px) {
  .our-work-process .process-item .dashed01::before, .our-work-process .process-item .dashed01::after,
  .our-work-process .process-item .dashed02::before,
  .our-work-process .process-item .dashed02::after,
  .our-work-process .process-item .dashed03::before,
  .our-work-process .process-item .dashed03::after {
    display: none;
  }
  .our-work-process .shape .round-shape01 {
    top: -5%;
  }
  .our-work-process .shape .round-shape02 {
    top: -6%;
  }
  .project-detail .project-overview-wrapper {
    margin-top: 40px;
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
  }
  .project-detail .project-overview-wrapper .overview-detail {
    display: list-item;
    text-align: center;
  }
  .project-detail .project-overview-wrapper .overview-detail .detail-tittle {
    margin-bottom: 15px;
  }
  .project-detail .overview-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .project-detail .overview-image img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}

@media (max-width: 767px) {
  .project {
    padding-top: 60px;
  }
  .project-wrapper-title h3 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 0px;
  }
  .project-wrapper-title span {
    line-height: 26px;
  }
  .project-wrapper-title p {
    font-size: 14px;
    line-height: 28px;
  }
  .project-wrapper-button {
    margin-top: 15px;
  }
  .project-wrapper-button .primary__button {
    padding: 15px 30px;
  }
  .project-detail .project-overview-wrapper {
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media (max-width: 575px) {
  .project-work-process {
    margin: 0;
    border-radius: 0px;
  }
}

@media (min-width: 320px) and (max-width: 574px) {
  .project .load-more-button .primary__button {
    padding: 15px 30px;
  }
  .project-detail {
    padding-top: 60px;
  }
  .project-detail .project-detail-content h2 {
    font-size: 24px;
    line-height: 38px;
    margin-bottom: 0px;
  }
  .project-detail .project-overview-wrapper {
    margin-top: 0px;
  }
  .our-work-process .section-title h2 {
    font-size: 26px;
    line-height: 36px;
  }
  .our-work-process.project-detail {
    padding: 60px 0px;
    padding-bottom: 90px;
    margin-top: 60px;
  }
  .our-work-process .shape {
    display: none;
  }
}

@media (min-width: 320px) and (max-width: 419px) {
  .project-wrapper-image {
    margin-left: -15px;
  }
  .project-wrapper-title h3 {
    margin-top: 15px;
    font-size: 28px;
    line-height: 28px;
  }
  .project-detail .project-overview-wrapper .overview-detail {
    padding: 30px 20px;
  }
}

/* Medium devices 768 - 991 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* common area start */
  .project-wrapper-image {
    margin-left: -15px;
  }
  .project-work-process .shape .round-shape01 {
    top: -5%;
  }
  .project-work-process .shape .round-shape02 {
    top: -6%;
  }
}

/* Small devices 420 - 574 */
@media only screen and (min-width: 420px) and (max-width: 574px) {
  /* common area start */
  .project-wrapper-image {
    margin-left: -20px;
  }
}

.conatact-area {
  padding-top: 60px;
  padding-bottom: 50px;
  margin-bottom: 80px;
}

.conatact-area .section-title {
  margin-bottom: 35px;
}

.conatact-area .section-title h2 {
  font-size: 48px;
  line-height: 64px;
  color: #000560;
  text-transform: capitalize;
  font-family: "Gilroy-Bold";
}

.conatact-area__container {
  background: #fcf8f8;
  padding-top: 55px;
  padding-bottom: 60px;
}

.conatact-area .contact-form {
  padding: 0 15px;
  text-align: center;
}

.conatact-area .contact-form .form-row .form-control {
  font-size: 18px;
  font-family: "Gilroy-Medium";
  line-height: 30px;
  color: #65729e;
  height: 80px;
  border: 1px solid #dddddd;
  background: white;
  padding: 0 50px;
  position: relative;
  width: 545px;
}

.conatact-area .contact-form .form-row .form-control:focus {
  color: inherit;
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
}

.conatact-area .contact-form .form-row .icon {
  position: absolute;
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 18px;
  color: #65729e;
}

.conatact-area .contact-form .form-message textarea {
  color: #65729e !important;
  width: 100%;
  border: 1px solid #dddddd;
  background: white;
  padding: 30px 50px;
  position: relative;
}

.conatact-area .contact-form .form-message textarea::before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f007';
}

.conatact-area .contact-form .primary__button {
  padding: 20px 52px;
}

.conatact-area__formRow {
  margin-bottom: 20px;
}

.form-message {
  position: relative;
}

.form-message .icon {
  position: absolute;
  top: 30px;
  left: 25px;
}

/*----------------------------------------*/
/*  Homepage -03 Contact-form
/*----------------------------------------*/
.contactArea {
  padding: 90px 0px;
}

.contactArea__location {
  margin-left: 150px;
}

.contactArea__location iframe {
  position: relative;
  width: 650px;
  height: 350px;
  margin-top: 170px;
}

.contactArea__title.section-title h2 {
  line-height: 72px;
}

.contactArea__brief {
  font-size: 16px;
  line-height: 27px;
  color: #9dadb7;
  margin-bottom: 40px;
}

.contactArea form .form-group input,
.contactArea form .form-group textarea {
  width: 410px;
  padding: 25px;
  border-radius: 0;
}

.contactArea form .form-group input {
  height: 60px;
}

.contactArea form .form-group input::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 27px;
  color: #9dadb7;
  font-family: "Hind", sans-serif;
}

.contactArea form .form-group input:-ms-input-placeholder {
  font-size: 16px;
  line-height: 27px;
  color: #9dadb7;
  font-family: "Hind", sans-serif;
}

.contactArea form .form-group input::-ms-input-placeholder {
  font-size: 16px;
  line-height: 27px;
  color: #9dadb7;
  font-family: "Hind", sans-serif;
}

.contactArea form .form-group input::placeholder {
  font-size: 16px;
  line-height: 27px;
  color: #9dadb7;
  font-family: "Hind", sans-serif;
}

.contactArea form .form-group textarea {
  min-height: 170px;
  resize: none;
}

.contactArea form .form-group textarea::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 27px;
  color: #9dadb7;
  font-family: "Hind", sans-serif;
}

.contactArea form .form-group textarea:-ms-input-placeholder {
  font-size: 16px;
  line-height: 27px;
  color: #9dadb7;
  font-family: "Hind", sans-serif;
}

.contactArea form .form-group textarea::-ms-input-placeholder {
  font-size: 16px;
  line-height: 27px;
  color: #9dadb7;
  font-family: "Hind", sans-serif;
}

.contactArea form .form-group textarea::placeholder {
  font-size: 16px;
  line-height: 27px;
  color: #9dadb7;
  font-family: "Hind", sans-serif;
}

.contactArea__button {
  font-size: 20px;
  line-height: 30px;
  padding: 15px 50px;
  text-transform: uppercase;
  font-family: "Teko", sans-serif;
  border-radius: 0;
}

.contactArea__info {
  text-align: left;
  margin-top: 60px;
}

.contactArea__info span {
  font-size: 35px;
  line-height: 53px;
  font-family: "Teko", sans-serif;
  color: #fff;
  margin-right: 90px;
}

/*----------------------------------------*/
/*  RESPONSIVE CSS START 
/*----------------------------------------*/
/*Common Devices - Sizes */
@media (max-width: 1200px) {
  .contactArea {
    padding-top: 0px;
  }
  .contactArea__location {
    margin-left: 60px;
  }
  .conatact-area .contact-form .form-row .form-control {
    width: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .contactArea {
    padding-top: 60px;
  }
  .contactArea__location {
    margin-left: 130px;
  }
  .contactArea__location iframe {
    width: 500px;
  }
  .contactArea__info span {
    margin-right: 50px;
  }
}

@media (max-width: 991px) {
  .contactArea__brief {
    width: 65%;
  }
  .contactArea__location {
    margin-left: 0px;
  }
  .contactArea__location iframe {
    margin-top: 60px;
  }
  .contactArea form .form-group input,
  .contactArea form .form-group textarea {
    width: 100%;
  }
  .contactArea__info {
    margin-left: 0px;
    margin-top: 30px;
  }
  .conatact-area {
    padding-top: 0px;
    margin-bottom: 30px;
  }
  .conatact-area__container {
    padding-top: 30px;
  }
  .conatact-area .contact-form {
    padding: 0px;
  }
}

@media (max-width: 767px) {
  .contactArea {
    padding-top: 60px;
  }
  .contactArea__location iframe {
    width: 100%;
  }
  .contactArea__info {
    margin-top: 30px;
  }
  .conatact-area .section-title {
    margin-bottom: 15px;
  }
  .conatact-area .section-title h2 {
    font-size: 38px;
    line-height: 52px;
  }
  .conatact-area .contact-form .form-row {
    margin-bottom: 0px;
  }
  .conatact-area .contact-form .form-row .icon {
    top: 40%;
  }
  .conatact-area .contact-form .form-row input {
    margin-bottom: 15px;
  }
  .conatact-area .contact-form .form-row .form-control {
    height: 55px;
  }
}

@media (max-width: 575px) {
  .contactArea {
    padding-bottom: 20px;
  }
  .contactArea__location iframe {
    width: 100%;
  }
  .contactArea__brief {
    width: 100%;
  }
  .contactArea__info {
    margin-top: 20px;
  }
  .contactArea__info span {
    margin-right: 15px;
  }
  .conatact-area .contact-form {
    padding: 0px;
  }
}

@media (min-width: 320px) and (max-width: 574px) {
  .contactArea__info span {
    font-size: 24px;
    line-height: 34px;
    margin-right: 15px;
  }
  .conatact-area {
    margin-bottom: 30px;
  }
  .conatact-area .section-title h2 {
    font-size: 32px;
    line-height: 46px;
  }
  .conatact-area .contact-form .form-row .form-control {
    padding: 0px 35px;
  }
  .conatact-area .contact-form .form-row .icon {
    left: 15px;
  }
  .conatact-area .contact-form .form-message textarea {
    padding: 15px 35px;
  }
  .conatact-area .contact-form .form-message .icon {
    top: 15px;
    left: 15px;
  }
}

.blog-area {
  padding-top: 165px;
  padding-bottom: 130px;
}

.blog-area .article-item {
  margin-bottom: 55px;
}

.blog-area .article-item h3 {
  margin-bottom: 25px;
  font-size: 36px;
}

.blog-area .article-item .article-info {
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-area .article-item .article-info .article-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.blog-area .article-item .article-info .article-time .date {
  margin-right: 40px;
}

.blog-area .article-item .article-info .author {
  margin-right: 40px;
}

.blog-area .article-item .article-info .author img {
  width: 32px;
  height: 32px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.blog-area .article-item .article-info .author a {
  font-size: 16px;
  margin-left: 8px;
  color: #000560;
  font-family: "Gilroy-Bold";
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

.blog-area .article-item .article-info .author a:hover {
  color: #ff465e;
}

.blog-area .article-item .article-info .date span {
  font-size: 16px;
  font-family: "Gilroy-Medium";
  color: #65729e;
}

.blog-area .article-item .article-info .date .icon {
  font-size: 16px;
}

.blog-area .article-item .article-info .date .icon i {
  margin-right: 8px;
  color: #ff465e;
}

.blog-area .article-item .article-info .comments span a {
  font-size: 16px;
  font-family: "Gilroy-Medium";
  color: #65729e;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

.blog-area .article-item .article-info .comments span a:hover {
  color: #ff465e;
}

.blog-area .article-item .article-info .comments .icon {
  font-size: 16px;
}

.blog-area .article-item .article-info .comments .icon i {
  margin-right: 8px;
  color: #ff465e;
}

.blog-area .article-item .article-thumb {
  margin-bottom: 30px;
}

.blog-area .article-item .article-thumb img {
  border-radius: 8px;
}

.blog-area .article-item p.article-text {
  margin-bottom: 30px;
  font-size: 18px;
}

.blog-area .blog-quotes {
  background-color: #fff5f7;
  position: relative;
  z-index: 1;
}

.blog-area .blog-quotes::after {
  position: absolute;
  content: '\f10e';
  bottom: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: rgba(255, 210, 219, 0.5);
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 150px;
  z-index: -1;
}

.blog-area .blog-quotes h3 {
  text-align: center;
  max-width: 625px;
  font-size: 36px;
  color: #ff465e;
}

.blog-area .overlay-thumb-image {
  position: relative;
}

.blog-area .overlay-thumb-image::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  background: rgba(0, 5, 96, 0.4);
  border-radius: 4px;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.blog-area .overlay-thumb .overlay-playbutton {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.blog-area .overlay-thumb .overlay-playbutton .popup-video {
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  color: red;
  background: white;
  border-radius: 50%;
  font-size: 14px;
  line-height: 98px;
  display: inline-block;
  width: 98px;
  height: 98px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}

.blog-area .overlay-thumb .overlay-playbutton .popup-video::after {
  z-index: -1;
  position: absolute;
  content: '';
  border-radius: 50%;
  background-color: white;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  -webkit-animation: pulse-border 1500ms ease-out infinite;
          animation: pulse-border 1500ms ease-out infinite;
}

.blog-area .overlay-thumb .overlay-playbutton .popup-video i {
  font-size: 18px;
  color: #ff465e;
}

.blog-area .overlay-thumb .overlay-playbutton .popup-video:hover {
  border-color: white;
}

.blog-area .pagination-area {
  border-top: 2px solid rgba(221, 221, 221, 0.5);
}

.blog-area .pagination-area nav .pagination li a {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 20px;
  background-color: #fff5f7;
  font-size: 24px;
  color: #000560;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
  font-family: "Gilroy-Bold";
}

.blog-area .pagination-area nav .pagination li a.active {
  background-color: #ff465e;
  color: #ffffff;
}

.blog-area .pagination-area nav .pagination li a.active:hover {
  background-color: #ff465e;
}

.blog-area .pagination-area nav .pagination li a:hover {
  background-color: #ff465e;
  color: #ffffff;
}

.blog-area .pagination-area nav .pagination li a:hover i {
  color: #ffffff;
}

.blog-area .pagination-area nav .pagination li a i {
  color: #ff465e;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

.blog-area .aside .search {
  padding: 20px;
  border: 1px solid #dee3ff;
  border-radius: 8px;
}

.blog-area .aside .search form input {
  border-radius: 0px;
  border: none;
  border-bottom: 1px solid #dddddd;
  padding-left: 0;
}

.blog-area .aside .search form input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.blog-area .aside .search form ::-webkit-input-placeholder {
  color: #65729e;
  font-size: 16px;
  font-family: "Gilroy-Medium";
}

.blog-area .aside .search form :-ms-input-placeholder {
  color: #65729e;
  font-size: 16px;
  font-family: "Gilroy-Medium";
}

.blog-area .aside .search form ::-ms-input-placeholder {
  color: #65729e;
  font-size: 16px;
  font-family: "Gilroy-Medium";
}

.blog-area .aside .search form ::placeholder {
  color: #65729e;
  font-size: 16px;
  font-family: "Gilroy-Medium";
}

.blog-area .aside .search .input-text {
  float: right;
  margin-top: -33px;
}

.blog-area .aside .search .input-text h6 {
  font-size: 16px;
  color: #ff465e;
}

.blog-area .aside .recent-post {
  padding: 20px;
  border: 1px solid #dee3ff;
  border-radius: 8px;
}

.blog-area .aside .recent-post .aside-item-heading {
  margin-bottom: 25px;
}

.blog-area .aside .recent-post-item {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 15px;
  margin-bottom: 25px;
}

.blog-area .aside .recent-post-item .image {
  margin-top: 5px;
}

.blog-area .aside .recent-post-item .image img {
  width: 65px;
}

.blog-area .aside .recent-post-text {
  margin-left: 15px;
}

.blog-area .aside .recent-post-text a {
  font-size: 16px;
  line-height: 24px;
  color: #000560;
  font-family: "Gilroy-Bold";
}

.blog-area .aside .recent-post-text .post-text-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.blog-area .aside .recent-post-text .post-text-bottom span {
  color: #65729e;
  font-size: 14px;
}

.blog-area .aside .recent-post-text .post-text-bottom span a {
  color: #ff465e;
  margin-right: 4px;
}

.blog-area .aside .blog-catagories {
  padding: 20px;
  border: 1px solid #dee3ff;
  border-radius: 8px;
}

.blog-area .aside .blog-catagories .aside-item-heading {
  margin-bottom: 20px;
}

.blog-area .aside .blog-catagories-item ul .active {
  color: #ff465e;
}

.blog-area .aside .blog-catagories-item ul li {
  color: #65729e;
  font-size: 16px;
  font-family: "Gilroy-Medium";
  margin-bottom: 5px;
}

.blog-area .aside .blog-catagories-item ul li a {
  color: #65729e;
  font-size: 16px;
  font-family: "Gilroy-Medium";
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

.blog-area .aside .blog-catagories-item ul li a:hover {
  color: #ff465e;
}

.blog-area .aside .archive-posts {
  padding: 20px;
  border: 1px solid #dee3ff;
  border-radius: 8px;
}

.blog-area .aside .archive-posts .aside-item-heading {
  margin-bottom: 20px;
}

.blog-area .aside .archive-posts-item ul li {
  margin-bottom: 8px;
}

.blog-area .aside .archive-posts-item ul li a {
  font-size: 16px;
  font-family: "Gilroy-Medium";
  color: #65729e;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

.blog-area .aside .archive-posts-item ul li a:hover {
  color: #ff465e;
}

.blog-area .aside .archive-posts-item ul li a i {
  margin-right: 8px;
  color: #ff465e;
}

.blog-area .aside .blog-gallery {
  padding: 20px;
  border: 1px solid #dee3ff;
  border-radius: 8px;
}

.blog-area .aside .blog-gallery .aside-item-heading {
  margin-bottom: 22px;
}

.blog-area .aside .blog-gallery-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.blog-area .aside .blog-gallery-item a {
  margin-bottom: 10px;
}

.blog-area .aside .blog-gallery-item a img {
  height: 100px;
  width: 100px;
  border-radius: 5px;
}

.blog-area .aside .blog-meta {
  padding: 20px;
  border: 1px solid #dee3ff;
  border-radius: 8px;
}

.blog-area .aside .blog-meta .aside-item-heading {
  margin-bottom: 23px;
}

.blog-area .aside .blog-meta-item ul li {
  margin-bottom: 10px;
}

.blog-area .aside .blog-meta-item ul li a {
  color: #65729e;
  font-size: 16px;
  font-family: "Gilroy-Medium";
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

.blog-area .aside .blog-meta-item ul li a:hover {
  color: #ff465e;
}

.blog-area .aside .aside-item-heading {
  position: relative;
  margin-bottom: 15px;
  border-bottom: 1px solid #dddddd;
}

.blog-area .aside .aside-item-heading::after {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 0;
  background-color: #ff465e;
  width: 35px;
  height: 3px;
}

.blog-area .aside .aside-item-heading h6 {
  font-size: 20px;
  margin-bottom: 10px;
}

.blog-details .article-item h3 {
  font-size: 40px;
  margin-bottom: 20px;
}

.blog-details .article-item .article-info .author i {
  color: #ff465e;
}

.blog-details .article-item .article-info .author span {
  margin-left: 5px;
  color: #65729e;
  font-family: "Gilroy-Medium" !important;
}

.blog-details .article-item .article-info .author span a {
  font-family: "Gilroy-Medium" !important;
  font-size: 16px !important;
  color: #ff465e !important;
  margin-left: 0 !important;
}

.blog-details .article-item p.article-text {
  font-size: 16px !important;
  margin-bottom: 20px;
}

.blog-details .article-item p.article-summary {
  margin-bottom: 25px;
}

.blog-details .article-item .article-tags {
  padding-bottom: 20px;
  border-bottom: 2px solid rgba(221, 221, 221, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.blog-details .article-item .article-tags-left .related-tags {
  font-size: 16px;
  font-family: "Gilroy-Bold";
  color: #000560;
}

.blog-details .article-item .article-tags-left a {
  font-size: 14px;
  font-family: "Gilroy-Medium";
  color: #65729e;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

.blog-details .article-item .article-tags-left a:hover {
  color: #ff465e;
}

.blog-details .article-item .article-tags-left .active {
  margin-left: 3px;
  color: #ff465e;
}

.blog-details .article-item .article-tags-right .share-article {
  color: #000560;
  font-size: 16px;
  font-family: "Gilroy-Bold";
  margin-right: 10px;
}

.blog-details .article-item .article-tags-right .active {
  color: #ff465e;
}

.blog-details .article-item .article-tags-right a {
  font-size: 14px;
  color: #cacaca;
  margin-right: 10px;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

.blog-details .article-item .article-tags-right a:hover {
  color: #ff465e;
}

.blog-details .article-item .author-details {
  background-color: #fff5f7;
  padding: 30px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 40px;
}

.blog-details .article-item .author-details-image {
  margin-right: 30px;
}

.blog-details .article-item .author-details-image img {
  width: 100px;
  height: 100px;
  max-width: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  border: 1px solid #bbbbbb;
}

.blog-details .article-item .author-details-info h6 {
  font-size: 20px;
}

.blog-details .article-item .author-details-info span {
  color: #65729e;
  font-size: 16px;
  font-family: "Gilroy-Medium";
}

.blog-details .article-item .comments-section h3 {
  font-size: 26px;
}

.blog-details .article-item .comments-section-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.blog-details .article-item .comments-section-area .image {
  margin-right: 30px;
}

.blog-details .article-item .comments-section-area .image img {
  height: 75px;
  width: 75px;
  max-width: 75px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog-details .article-item .comments-section-area-comment .commenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 10px;
}

.blog-details .article-item .comments-section-area-comment .commenter .commenter-info h6 {
  font-size: 16px;
}

.blog-details .article-item .comments-section-area-comment .commenter .commenter-info span {
  font-size: 16px;
  color: #65729e;
  font-family: "Gilroy-Medium";
}

.blog-details .article-item .comments-section-area-comment .commenter .replay a {
  font-size: 16px;
  font-family: "Gilroy-Medium";
  color: #ff465e;
}

.blog-details .article-item .comments-section-area-comment .commenter .replay a i {
  margin-right: 10px;
}

.blog-details .article-item .comments-section-area.comments-section-areaReply {
  margin-left: 105px;
}

.blog-details .article-item .write-comment-area h3 {
  font-size: 26px;
}

.blog-details .article-item .write-comment-area form input {
  background-color: #f9f9ff;
  border: 1px solid #dddddd;
}

.blog-details .article-item .write-comment-area form input:focus::-webkit-input-placeholder {
  color: #ff465e;
}

.blog-details .article-item .write-comment-area form input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #ff465e;
}

.blog-details .article-item .write-comment-area form textarea {
  background-color: #f9f9ff;
  border: 1px solid #dddddd;
  resize: none;
}

.blog-details .article-item .write-comment-area form textarea:focus::-webkit-input-placeholder {
  color: #ff465e;
}

.blog-details .article-item .write-comment-area form textarea:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #ff465e;
}

.blog-details .article-item .write-comment-area form button {
  padding: 20px 50px;
}

.blog-details .article-item .write-comment-area form ::-webkit-input-placeholder {
  color: #69798d;
  font-size: 16px;
  font-family: "Gilroy-Medium";
}

.blog-details .article-item .write-comment-area form :-ms-input-placeholder {
  color: #69798d;
  font-size: 16px;
  font-family: "Gilroy-Medium";
}

.blog-details .article-item .write-comment-area form ::-ms-input-placeholder {
  color: #69798d;
  font-size: 16px;
  font-family: "Gilroy-Medium";
}

.blog-details .article-item .write-comment-area form ::placeholder {
  color: #69798d;
  font-size: 16px;
  font-family: "Gilroy-Medium";
}

.blog-details-quotes {
  padding: 30px;
  padding-bottom: 50px;
  background-color: #ff465e;
  border-radius: 10px;
  position: relative;
}

.blog-details-quotes::after {
  position: absolute;
  content: '\f10e';
  bottom: 18%;
  left: 67%;
  -webkit-transform: rotate(180deg) scale(-1, 1);
          transform: rotate(180deg) scale(-1, 1);
  color: #ff465e;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 30px;
  -webkit-text-stroke: 2px #ffffff;
}

.blog-details-quotes p {
  text-align: center;
  color: #ffffff;
  font-family: "Gilroy-Medium";
  font-size: 18px;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

/*----------------------------------------*/
/*  RESPONSIVE CSS START 
/*----------------------------------------*/
@media (max-width: 1200px) {
  .blog-area {
    padding: 90px 0px;
  }
}

@media (max-width: 991px) {
  .blog-area .article-item h3 {
    line-height: 46px;
  }
  .blog-area .article-item .article-thumb {
    max-width: 535px;
  }
  .blog-area .article-item .article-thumb img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .blog-area .article-item p.article-text {
    margin-bottom: 30px;
  }
  .blog-area .blog-quotes h3 {
    line-height: 52px;
  }
  .aside.sticky {
    position: static !important;
  }
}

@media (max-width: 767px) {
  .article-time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .article-time .date {
    margin-right: 15px;
  }
  .blog-area .blog-quotes {
    padding: 30px 10px;
  }
}

@media (min-width: 575px) and (max-width: 767px) {
  .blog-area .article-item .article-info {
    max-width: 100%;
  }
}

@media (max-width: 575px) {
  .blog-area .blog-quotes h3 {
    font-size: 26px;
    line-height: 36px;
  }
  .blog-area .overlay-thumb .overlay-playbutton .popup-video {
    width: 45px;
    height: 45px;
  }
  .blog-area .article-item h3 {
    font-size: 28px;
    line-height: 38px;
  }
  .blog-details .article-item .author-details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .blog-details .article-item .author-details-image {
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .blog-details .article-item .author-details-info {
    text-align: center;
  }
  .blog-details .article-item .comments-section-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0px;
  }
  .blog-details .article-item .comments-section-area.comments-section-areaReply {
    margin-left: 50px;
  }
}

@media (min-width: 320px) and (max-width: 574px) {
  .blog-area {
    padding: 60px 0px;
  }
  .blog-area .article-item h3 {
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 15px;
  }
  .blog-area .article-item .article-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .blog-area .article-item .article-info > div {
    margin-bottom: 8px;
  }
  .blog-area .article-item .article-info > div:last-child {
    margin-bottom: 0px;
  }
  .blog-area .article-item .article-thumb {
    margin-bottom: 15px;
  }
  .blog-area .article-item p.article-text {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 15px;
  }
  .blog-area .blog-quotes {
    margin: 15px 0px;
  }
  .blog-quotes h3 {
    font-size: 20px !important;
    line-height: 32px !important;
  }
  .blog-details-quotes {
    padding: 30px 15px;
    position: relative;
    z-index: 1;
  }
  .blog-details-quotes p {
    font-size: 14px;
    line-height: 24px;
  }
  .blog-details-quotes::after {
    opacity: 0.6;
    bottom: 25px;
    left: auto;
    right: 5px;
  }
  .pagination {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .blog-area .pagination-area nav .pagination li a {
    width: 45px;
    height: 45px;
  }
}

/* large devices 992 - 1199*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-details .article-item h3 {
    font-size: 36px;
  }
  .blog-details-quotes::after {
    bottom: 12%;
  }
}

/* Medium devices 768 - 991 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-area .aside .blog-meta,
  .blog-area .aside .blog-gallery,
  .blog-area .aside .archive-posts,
  .blog-area .aside .blog-catagories,
  .blog-area .aside .recent-post,
  .blog-area .aside .search {
    max-width: 100% !important;
  }
}

/* Small devices 575 - 767 */
@media only screen and (min-width: 575px) and (max-width: 767px) {
  .blog-details {
    padding-bottom: 70px;
  }
  .blog-details .article-item h3 {
    font-size: 30px;
  }
  .blog-details-quotes::after {
    bottom: 10%;
    left: 90%;
  }
  .blog-details .article-item .author-details {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .blog-details .article-item .author-details-image {
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .blog-details .article-item .author-details-info h6 {
    text-align: right;
  }
  .blog-details .article-item .author-details-info span {
    text-align: right;
    display: inherit;
  }
  .pl-sm-0 {
    padding-left: 0 !important;
  }
  .blog-details .article-item .write-comment-area form input {
    padding: 25px 0px;
    padding-left: 20px;
  }
  .blog-details .article-item .write-comment-area form textarea {
    padding-bottom: 100px;
    margin-bottom: 30px;
  }
  .blog-area .aside .blog-meta,
  .blog-area .aside .blog-gallery,
  .blog-area .aside .archive-posts,
  .blog-area .aside .blog-catagories,
  .blog-area .aside .recent-post,
  .blog-area .aside .search {
    max-width: 100% !important;
  }
}

/* Small devices 420 - 574 */
@media only screen and (min-width: 420px) and (max-width: 574px) {
  .blog-area .aside .blog-meta,
  .blog-area .aside .blog-gallery,
  .blog-area .aside .archive-posts,
  .blog-area .aside .blog-catagories,
  .blog-area .aside .recent-post,
  .blog-area .aside .search {
    max-width: 100% !important;
  }
  .blog-details .article-item .author-details {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .blog-details .article-item .author-details-image {
    margin-bottom: 15px;
  }
}

/* extra Small devices 420 */
@media (max-width: 420px) {
  /* common area start */
  .blog-area .pagination-area nav .pagination {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .blog-area .pagination-area nav .pagination li a {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .bannerArea .bannerArea__title,
  .about-info-text h2,
  .special-services .section-title h2,
  .callto-action-text h2,
  .price-area .section-title h2,
  .testimonial-area .section-title h2,
  .newsletter-area-text h2,
  .bannerArea02__title,
  .services-introduction .section-heading h2,
  .aboutus02-wrapper-title h2,
  .valuable-services-heading h2,
  .aboutus-introduction02 .aboutus02-wrapper-title h2,
  .call-action-two-content h2,
  .section-title h2,
  .bannerArea04__title,
  .about-info04 .about-info-text h2,
  #circleBar .section-title h2,
  .projectSlider .section-title h2,
  .projectSlider__ContentTitle,
  .client-review .section-title h2,
  .contactArea__title.section-title h2,
  .bannerArea03__title,
  .homepage-03 .section-heading h2,
  .homepage-03.about-introduction .sub-section-heading h2,
  .beloved-client .sub-section-heading h2,
  .our-team .section-heading h2,
  .homepage-03 .call-action-text .sub-section-heading h2,
  .breadcrumArea .bannerArea__wrapper .bannerArea__title h1,
  .our-work-process .section-title h2,
  .about-us.our-services .about-us-text .sub-heading h2,
  .priceArea .section-title h2,
  .design-services-text h2,
  .about-us-text .sub-heading h2,
  .about-solution .section-title h2,
  .our-teams .section-title h2,
  .about-skill-wrapper .about-skill-title h2,
  .project-detail .project-detail-content h2,
  .blog-area .article-item h3,
  .blog-area .blog-quotes h3,
  .conatact-area .section-title h2 {
    font-size: 48px;
    line-height: 58px;
  }
  .bannerArea__brief,
  .about-info-text p,
  .about-info-project .project-rating p,
  .special-services .special-services-text p,
  .callto-action .callto-action-text p,
  .price-area .section-title p,
  .testimonial-area .w-65,
  .testimonial-area .testimonial-slider .testimonial-item p,
  .newsletter-area .newsletter-area-text p,
  .footer-area .footer-area-lists ul li a,
  .footer-area .footer-area-about p,
  .copyright-area-text p,
  .bannerArea02__wrapper p,
  .services-introduction .section-heading p,
  .aboutus02-wrapper-title p,
  .valuable-services-item-text p,
  .call-action-two_group span.comments,
  .bannerArea04__wrapper p,
  .about-info04 .about-info-text p,
  .testimonial04 .testimonial-wrappers .tesmonial-text p,
  .projectSlider__textContents,
  .client-review .review-active .single-testimonial p,
  .contactArea__brief,
  .footer04 .copyright-area-list ul li,
  .bannerArea03 .bannerArea03__wrapper p,
  .homepage-03 .section-heading p,
  .homepage-03 .services-introduction-item-text p,
  .homepage-03 .sub-section-heading p,
  .beloved-client .sub-section-heading p,
  .homepage-03 .provide-services-item-text p,
  .homepage-03 .call-action-text .sub-section-heading p,
  .breadcrumArea .bannerArea__wrapper p,
  .our-work-process .process-text p,
  .about-us-text .sub-heading p,
  .about-us-text .feature .text p,
  .priceArea .section-title p,
  .design-services-text p,
  .testimonial-area.trust-us .section-title p,
  .about-skill-wrapper .about-skill-title p,
  .profession-area .profession-wrapper .profession-tittle p,
  .project-wrapper-title p,
  .project-detail .project-detail-content p,
  p,
  .blog-area .article-item p.article-text {
    font-size: 16px;
    line-height: 26px;
  }
  .bannerArea__image img,
  .about-info .about-info-image img,
  .callto-action-image img,
  .bannerArea02__image img,
  .aboutus02-image img,
  .aboutus-introduction02 .aboutus-introduction02-image img,
  .bannerArea04__image img,
  .client-review .banner-image img,
  .bannerArea03__image .banner01,
  .homepage-03.about-introduction .about-intro-left .image img,
  .beloved-client .image img,
  .breadcrumArea .banner-image img,
  .about-us-image img,
  .about-skill-image img,
  .profession-area .profession-img img,
  .project-detail .overview-image img {
    height: 450px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .bannerArea,
  .brand-area,
  .about-info,
  .special-services,
  .callto-action,
  .price-area,
  .testimonial-area,
  .newsletter-area,
  .footer-area,
  .services-introduction,
  .aboutus02,
  .valuable-services,
  .call-action-two,
  .dark-footer,
  #circleBar,
  .projectSlider,
  .client-review,
  .contactArea,
  .homepage-03.service-introduction,
  .homepage-03.about-introduction,
  .footer03 .footer-area,
  .homepage-03.call-to-action03,
  .our-work-process,
  .about-us.our-services,
  .special-services.our-services,
  .priceArea,
  .about-us,
  .about-solution,
  .our-teams,
  .about-skill,
  .profession-area,
  .project,
  .blog-area,
  .map-area,
  .conatact-area {
    padding: 90px 0px;
  }
  /* Section padding */
  /*Section Title */
  /* Brief Text */
  /*Images*/
  .bannerArea02__image,
  .about-info .about-info-image,
  .bannerArea02__image,
  .callto-action-image,
  .bannerArea04__image,
  .client-review .banner-image,
  .bannerArea03__image .banner01,
  .beloved-client .image,
  .breadcrumArea .banner-image,
  .about-us.our-services .about-us-image .image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 767px) {
  .bannerArea .bannerArea__title,
  .about-info-text h2,
  .special-services .section-title h2,
  .callto-action-text h2,
  .price-area .section-title h2,
  .testimonial-area .section-title h2,
  .newsletter-area-text h2,
  .bannerArea02__title,
  .services-introduction .section-heading h2,
  .aboutus02-wrapper-title h2,
  .valuable-services-heading h2,
  .aboutus-introduction02 .aboutus02-wrapper-title h2,
  .call-action-two-content h2,
  .section-title h2,
  .bannerArea04__title,
  .about-info04 .about-info-text h2,
  #circleBar .section-title h2,
  .projectSlider .section-title h2,
  .projectSlider__ContentTitle,
  .client-review .section-title h2,
  .contactArea__title.section-title h2,
  .bannerArea03__title,
  .homepage-03 .section-heading h2,
  .homepage-03.about-introduction .sub-section-heading h2,
  .beloved-client .sub-section-heading h2,
  .our-team .section-heading h2,
  .homepage-03 .call-action-text .sub-section-heading h2,
  .breadcrumArea .bannerArea__wrapper .bannerArea__title h1,
  .our-work-process .section-title h2,
  .about-us.our-services .about-us-text .sub-heading h2,
  .priceArea .section-title h2,
  .design-services-text h2,
  .about-us-text .sub-heading h2,
  .about-solution .section-title h2,
  .our-teams .section-title h2,
  .about-skill-wrapper .about-skill-title h2,
  .project-detail .project-detail-content h2,
  .blog-area .article-item h3,
  .blog-area .blog-quotes h3,
  .conatact-area .section-title h2 {
    font-size: 36px;
    line-height: 46px;
  }
  .bannerArea__image img,
  .about-info .about-info-image img,
  .callto-action-image img,
  .bannerArea02__image img,
  .aboutus02-image img,
  .aboutus-introduction02 .aboutus-introduction02-image img,
  .bannerArea04__image img,
  .client-review .banner-image img,
  .bannerArea03__image .banner01,
  .homepage-03.about-introduction .about-intro-left .image img,
  .beloved-client .image img,
  .breadcrumArea .banner-image img,
  .about-us-image img,
  .about-skill-image img,
  .profession-area .profession-img img,
  .project-detail .overview-image img {
    height: 290px;
  }
  
  .brand-area,
  .about-info,
  .special-services,
  .callto-action,
  .price-area,
  .testimonial-area,
  .newsletter-area,
  .footer-area,
  .services-introduction,
  .aboutus02,
  .valuable-services,
  .call-action-two,
  .dark-footer,
  #circleBar,
  .projectSlider,
  .client-review,
  .contactArea,
  .homepage-03.service-introduction,
  .homepage-03.about-introduction,
  .footer03 .footer-area,
  .homepage-03.call-to-action03,
  .our-work-process,
  .about-us.our-services,
  .special-services.our-services,
  .priceArea,
  .about-us,
  .about-solution,
  .our-teams,
  .about-skill,
  .profession-area,
  .project,
  .blog-area,
  .map-area,
  .conatact-area {
    padding: 60px 0px;
  }
  /* Section padding */
  /*Section Title */
  /* Images*/
}

@media (min-width: 320px) and (max-width: 574px) {
  .bannerArea .bannerArea__title,
  .about-info-text h2,
  .special-services .section-title h2,
  .callto-action-text h2,
  .price-area .section-title h2,
  .testimonial-area .section-title h2,
  .newsletter-area-text h2,
  .bannerArea02__title,
  .services-introduction .section-heading h2,
  .aboutus02-wrapper-title h2,
  .valuable-services-heading h2,
  .aboutus-introduction02 .aboutus02-wrapper-title h2,
  .call-action-two-content h2,
  .section-title h2,
  .bannerArea04__title,
  .about-info04 .about-info-text h2,
  #circleBar .section-title h2,
  .projectSlider .section-title h2,
  .projectSlider__ContentTitle,
  .client-review .section-title h2,
  .contactArea__title.section-title h2,
  .bannerArea03__title,
  .homepage-03 .section-heading h2,
  .homepage-03.about-introduction .sub-section-heading h2,
  .beloved-client .sub-section-heading h2,
  .our-team .section-heading h2,
  .homepage-03 .call-action-text .sub-section-heading h2,
  .breadcrumArea .bannerArea__wrapper .bannerArea__title h1,
  .our-work-process .section-title h2,
  .about-us.our-services .about-us-text .sub-heading h2,
  .priceArea .section-title h2,
  .design-services-text h2,
  .about-us-text .sub-heading h2,
  .about-solution .section-title h2,
  .our-teams .section-title h2,
  .about-skill-wrapper .about-skill-title h2,
  .project-detail .project-detail-content h2,
  .blog-area .article-item h3,
  .blog-area .blog-quotes h3,
  .conatact-area .section-title h2 {
    font-size: 26px;
    line-height: 36px;
  }
  .bannerArea__brief,
  .about-info-text p,
  .about-info-project .project-rating p,
  .special-services .special-services-text p,
  .callto-action .callto-action-text p,
  .price-area .section-title p,
  .testimonial-area .w-65,
  .testimonial-area .testimonial-slider .testimonial-item p,
  .newsletter-area .newsletter-area-text p,
  .footer-area .footer-area-lists ul li a,
  .footer-area .footer-area-about p,
  .copyright-area-text p,
  .bannerArea02__wrapper p,
  .services-introduction .section-heading p,
  .aboutus02-wrapper-title p,
  .valuable-services-item-text p,
  .call-action-two_group span.comments,
  .bannerArea04__wrapper p,
  .about-info04 .about-info-text p,
  .testimonial04 .testimonial-wrappers .tesmonial-text p,
  .projectSlider__textContents,
  .client-review .review-active .single-testimonial p,
  .contactArea__brief,
  .footer04 .copyright-area-list ul li,
  .bannerArea03 .bannerArea03__wrapper p,
  .homepage-03 .section-heading p,
  .homepage-03 .services-introduction-item-text p,
  .homepage-03 .sub-section-heading p,
  .beloved-client .sub-section-heading p,
  .homepage-03 .provide-services-item-text p,
  .homepage-03 .call-action-text .sub-section-heading p,
  .breadcrumArea .bannerArea__wrapper p,
  .our-work-process .process-text p,
  .about-us-text .sub-heading p,
  .about-us-text .feature .text p,
  .priceArea .section-title p,
  .design-services-text p,
  .testimonial-area.trust-us .section-title p,
  .about-skill-wrapper .about-skill-title p,
  .profession-area .profession-wrapper .profession-tittle p,
  .project-wrapper-title p,
  .project-detail .project-detail-content p,
  p,
  .blog-area .article-item p.article-text {
    font-size: 14px;
    line-height: 26px;
  }
  .bannerArea__image img,
  .about-info .about-info-image img,
  .callto-action-image img,
  .bannerArea02__image img,
  .aboutus02-image img,
  .aboutus-introduction02 .aboutus-introduction02-image img,
  .bannerArea04__image img,
  .client-review .banner-image img,
  .bannerArea03__image .banner01,
  .homepage-03.about-introduction .about-intro-left .image img,
  .beloved-client .image img,
  .breadcrumArea .banner-image img,
  .about-us-image img,
  .about-skill-image img,
  .profession-area .profession-img img,
  .project-detail .overview-image img {
    height: auto;
  }
  /* remove custom height */
  /*Brief Text */
  /*Images*/
}
/*# sourceMappingURL=style.css.map */

.templatecookie-btn {
  position: fixed !important;
  bottom: 20px !important;
  right: 20px !important;
  z-index: 10000000000000000 !important;
}
.templatecookie-btn .purchase-btn {
  box-shadow: 0px 0px 3px 0px white !important;
  background-color: #171717 !important;
  color: white !important;
  width: max-content !important;
  display: flex !important;
  font-weight: 600 !important;
  align-items: center !important;
  padding: 0px 20px !important;
  height: 50px !important;
  border-radius: 30px !important;
  font-size: 16px !important;
  font-weight: bold !important;
  cursor: pointer !important;
  animation-name: wave-animation !important;
  animation-duration: 2.5s !important;
  animation-iteration-count: infinite !important;
  transform-origin: 70% 70% !important;
}
.templatecookie-btn .purchase-btn span svg {
  margin-left: 8px;
  display: block;
  width: 20px;
  height: 18px;
}
.templatecookie-btn .purchase-btn span svg path {
  stroke: white;
}
.templatecookie-btn .purchase-btn:hover {
  animation-name: unset !important;
}
@keyframes wave-animation {
  0% {
    transform: rotate(0deg);
 }
  10% {
    transform: rotate(14deg);
 }
  20% {
    transform: rotate(-8deg);
 }
  30% {
    transform: rotate(14deg);
 }
  40% {
    transform: rotate(-4deg);
 }
  50% {
    transform: rotate(10deg);
 }
  60% {
    transform: rotate(0deg);
 }
  100% {
    transform: rotate(0deg);
 }
}
