/* ------------------------------------------------------------------------------

  Template Name: Archiko. 
  Description: Archiko. - Architecture HTML Template
  Author: Murren
  Author URI: http://themeforest.net/user/paul_tf
  Version: 1.0
  
  1.  Global

      1.1 General
      1.2 Typography
      1.3 Fields
      1.4 Buttons
      1.5 Icons
      1.6 Loader
      1.7 Content styles

  2.  Header 

      2.1 Navbar
      2.2 Nav Desctop
      2.3 Nav Mobile
      2.4 Navbar Affix
      

  3.  Main

      3.1 Slider

  4.  Portfolio

      5.1 Magnific popup
      5.2 Portfolio Details
      
  5.  Team
  6.  Clients
  7.  News
  8.  Banner
  9.  Footer
  10.  Modal
  11. Responsive styles

      11.1 Min width: 768px
      11.2 Min width 992px
      11.3 Min width 1200px 

    
    
/*-------------------------------------------------------------------------------
 1. Global
-------------------------------------------------------------------------------*/



/* 1.1 General */



@import url('bootstrap.min.css');
@import url('font-awesome.min.css');
@import url('ionicons.min.css');
@import url('linearicons.css');
@import url('magnific-popup.css');
@import url('owl.carousel.css');
@import url('owl.transitions.css');
@import url('settings.css');
@import url('layers.css');
@import url('navigation.css');


html{
  font-size: 80%;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body{
  font-family: 'Cabin', sans-serif;
  font-size: 1em;
  line-height: 1.875;
  color: #9a9a9a;

  overflow-x:hidden;
  position: relative;
 
}
.logo-img{
  height:100px
}
p{
  text-align: justify;
}
::-webkit-scrollbar{
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #313131;
}


::selection{
  background-color:#6534ff;
  color:#fff;
}

-webkit-::selection{
    background-color:#6534ff;
    color:#fff;
}

::-moz-selection{
    background-color:#6534ff;
    color:#fff;
}



/* 1.2 Typography */



h1,
.h1{ 
  font-weight: 700;
  font-size: 4.3em;
  line-height: 1.2;
  color: #fff;
  margin:0;
}

h1 i,
.h1 i{
  display: inline-block;
}

h2,
.h2{ 
  font-weight: 700;
  font-size: 2.5em;
  color: #fff;
  margin:0.5em 0;
}

h3,
.h3{
  font-size: 1.875em;
  line-height: 1.5;
  font-weight: 700;
  color: #fff;
}

h4,
.h4{
  font-size: 1.25em;
  line-height: 1.35;
  font-weight: 700;
  color: #fff;
  /*letter-spacing: 0.2em;*/
  /*text-transform: uppercase;*/
  margin:1.3em 0;
}
.section-title h4 {
    position: relative;
    color: #000;
    font-size: 2.5em;
    font-weight: 700;
}
h5,
.h5{
  font-size: 0.875em;
  line-height: 1.35;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin:1.4em 0;
}

h6,
.h6{
  font-size: 0.75em;
  line-height: 1.35;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin:1.4em 0;
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a{
  color:inherit;
}

h1 a:hover,
.h1 a:hover,
h2 a:hover,
.h2 a:hover,
h3 a:hover,
.h3 a:hover,
h4 a:hover,
.h4 a:hover{
  text-decoration: none;
}

p{
  margin-bottom: 2em;
  color: #121212;
}

ul{
  list-style: none;
  padding-left: 0;
}

a {
  color:#fff;
  -webkit-transition: color .3s ease-out;
       -o-transition: color .3s ease-out;
          transition: color .3s ease-out;
}

a:hover,
a:focus {
  color:#fff;
}

a{
    text-decoration:none;
}
a:focus{
  text-decoration: none;
}

.fixed-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
   background-color: rgba(250, 250, 250, 1);
   box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
/* 1.3 Fields */



input[type='text'],
input[type='address'],
input[type='url'],
input[type='password'],
input[type='email'],
input[type="search"],
input[type="tel"],
textarea{
  display: inline-block;
  width:100%;
  font-size: 1.125em;
  border-radius: 0.75em;
  color: #fff;
  background-color:transparent;
  border:0;
  border-bottom: 1px solid rgba(255,255,255,0.17);
  border-radius: 0;
  padding:0em 0 0.3em 0;
  height:2.5em;
  -webkit-box-shadow:none;
          box-shadow:none;
      -webkit-appearance: none;
  -webkit-transition: all .15s;
       -o-transition: all .15s;
          transition: all .15s;
}

textarea{
  resize:none;
  -webkit-transition: all .3s;
       -o-transition: all .3s;
          transition: all .3s;
}

input[type='text']:focus,
input[type='address']:focus,
input[type='url']:focus,
input[type='password']:focus,
input[type='email']:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
textarea:focus{
  border-color: #fff;
  border-right-width: 0;
  outline: 0;
}

textarea:focus{
  height:7em;
}

input::-moz-placeholder {
  color: #8a8a8a;
  opacity: 1;
}

input:-ms-input-placeholder {
  color: #a7a7a7;
}

input::-webkit-input-placeholder {
  color: #a7a7a7;
}

textarea::-moz-placeholder{
  color: #a7a7a7;
  opacity: 1;
}

textarea:-ms-input-placeholder {
  color: #a7a7a7;
}

textarea::-webkit-input-placeholder {
  color: #a7a7a7;
}


input.input-round{
  border-radius: 30px;
  background-color: #fff;
  padding:0.3em 1.5em 0.2em 1.5em;
  height: 3.2em;
  border:1px solid transparent;
}

input.input-round:focus{
  border-color: #6534ff;
}

textarea.input-round{
  height: 7.9em;
  padding-top:1.1em;
  resize:none;
}

.input-group-btn{
  font-size:inherit;
}

.input-group-btn .btn{
  height: 3.9em;
}

.input-group .btn{
  position: relative;
  width:3.75em;
  height:3.9em;
  border-radius: 0 30px 30px 0;
  padding: 0;
  -webkit-box-shadow:none;
  box-shadow:none;
}

.input-group .btn .arrow-right{
  top:50%;
  left: 0;
  margin: 0 0 0 1.1em;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.input-group .btn .arrow-right:before{
  width: 1.28125em;
  height: 0.75em;
  opacity: 1;
  margin:0;
}

.form-group{
  margin-bottom: 1.5em;
}

.mc-label .fa{
  font-size: 1.2em;
  margin-right: 0.2em;
  color:#5e31e9;
}

input.error{
  border-color: #fff;
}

.mc-label,
label.error{
  font-size: 0.8em;
  font-weight: 400;
  margin: 0.5em 0 0 0;
  font-style: italic;
  color: #fff;
}


.wobble-error{
  -webkit-animation: hvr-wobble-horizontal 1s ease-in-out 0s 1 normal;
           animation: hvr-wobble-horizontal 1s ease-in-out 0s 1 normal;
}



/* 1.4 Buttons */



.btn{
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color:#fff;
  letter-spacing: 0.28em;
  font-size: 0.93em;
  position: relative;
  display: inline-block;
  border:0;
  border-radius: 30px;
  padding: 1.2em 2.6em 1.2em;
  height: 3.8em;
  font-size: 0.9375em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow:0 10px 20px rgba(101,52,255,0.3);
  background-color:#6534ff;
  -webkit-transition: all .3s ease-out!important;
          transition: all .3s ease-out!important;
}

.btn:hover,
.btn:focus{
  background-color:#7549ff;
  color: #fff;
  -webkit-box-shadow:none;
  box-shadow: none;
  outline: none!important;
}


.btn-dark{
  background-color:#292929;
  box-shadow:0 10px 20px rgba(0,0,0,0.2);
}

.btn-dark:hover,
.btn-dark:focus{
  background-color:#161616;
}



/* 1.5 Icons */



i.icon{
  line-height: inherit;
  width:auto;
  height:auto;
}

.icon{
  display: inline-block;
  font-size: 3.5em;
}



/* 1.6 Loader */



.loader{
  position: fixed;
  overflow: hidden;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #1f1f1f;
  color:#4b4b4b;
  text-align: center;
}

.spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #444444;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}



/* 1.7 Content styles */


.row-base{
  margin-top: -3em;
}

.col-base{
  margin-top: 3em;
}
section{
  padding: 50px 0;
}
.section{
  position: relative;

}

.section-sm{
  position: relative;
  padding-top:4em;
  padding-bottom: 4em;
}

.section-title{
  position: relative;
  margin-top: 0;
}

.section-title-2{
  margin:0 0 1.3em 0;
}

.section-title-3{
  margin:0 0 0.75em 0;
}

.lead{
  font-size: 1.375em;
}

.lead-2{
  font-size:1.43em;
}

.lead-hr{
  display: inline-block;
  width: 48px;
  height: 4px;
  background-color: #6534ff;
  margin:2.2em 0;
}

.section-lead{
  font-size: 1.25em;
  margin:0;
}

.section-content{
  margin-top: 6.8em;
}

.section-content-2{
  margin-top: 4.2em;
}



/* 1.7 Helpers */



.text-primary{
  color:#6534ff;
}

.text-white{
  color:#fff;
}

.text-dark{
  color:#030203;
}

.text-muted{
  color: #9a9a9a;
}

.text-gray{
  color: #4b4b4b;
}

.bg-dark{
  background-color:#222222;
  color:#9a9a9a;
}

.bg-black{
  background-color: #1c1c1c;
}

.bg-brown{
  background-color: #c5a47e;
}

.bg-light{
  background-color: #f7f7f7;
}

.bg-violet{
  background-color: #a515cc;
}

.bg-dark-blue{
  background-color: #6534ff;
}

.bg-yellow{
  background-color: #fede5c;
}

.bg-primary{
  background-color: #6534ff;
}

.pt-0{
  padding-top: 0;
}

.pb-0{
  padding-bottom:0;
}

.pb-base{
  padding-bottom: 7.1em;
}

.pt-base{
  padding-top: 7.1em;
}



/*-------------------------------------------------------------------------------
  2. Header
-------------------------------------------------------------------------------*/



/* 2.1 Navbar */



.navbar{ 
  position: absolute;
  z-index: 2;
  left:0;
  top:0;
  width:100%;
  padding: 1.3em 15px 1.1em;
  border-radius: 0;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.brand{
  font-family: 'Montserrat', sans-serif;
  font-size:1.875em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}

.brand:hover,
.brand:focus{
  color: #fff;
  text-decoration: none;
}

.navbar .brand{
  float: left;
  margin-left: 15px;
}

.navbar-responsive{
  padding-top: 3em;
  border-bottom: 0;
}

.navbar-responsive .navbar-toggle{
  display: block;
  margin-right: 0;
}


.navbar-responsive .brand{
  margin-left: 0;
}




.navbar .social-list{
  text-align:center;
}

.social-list{
  margin-top: 0;
  margin-bottom: 0;
}

.social-list li{
  display: inline-block;
  margin:0  1.1em;
}

.social-list li:first-child{
  margin-left:0;
}

.social-list li:last-child{
  margin-right:0;
}

.social-list li a{
  font-size: 1em;
  color:#fff;
}

.social-list li a:hover{
  text-decoration: none;
  color:#4b907d;
}



/* 2.2 Nav Desctop */


/*-------------------------------------------------------------------------------
  3. Main
-------------------------------------------------------------------------------*/



.main{
  position: relative;
  overflow: hidden;
  min-height: 420px;
  color: #fff;
  background-color: #222222;
}

.main h1{
  color: #fff;
}

.mouse-helper{
  z-index: 1;
  text-align: center;
}

.mouse-helper .ion-mouse{
  background:url(../img/mouse.png);
  background-size:cover;
  width: 0.6635em;
  height: 0.9695em;
  margin-top: 0.7em;
}

.mouse-helper .ion-mouse:before{
  display: none;
}

.mouse-helper span{
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 0.4em;
}

.mouse-helper{
  color: #fff;
  position: absolute;
  left:50%;
  bottom:3em;
  font-size: 0.7em;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}



/* 3.1 Slider */



.rev_slider{
  color: #fff;
  min-height: 320px;
}

.rev_slider .btn{
  -webkit-transition: background-color .3s ease-out!important;
          transition: background-color .3s ease-out!important;
}

.tp-caption{
  padding: 87px 20px;
  text-align: center;
  top: 0px;
}

.slider-title{
  font-weight: 700;
}

.slider-text{
  text-align: center;
}

.arrow-left,
.arrow-right{
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.arrow-left{
  left: 3em;
}

.arrow-right{
  right:  3em;
}

.arrow-left:before,
.arrow-right:before{
  content:'';
  display: inline-block;
  vertical-align: middle;
  background-color: transparent;
  font-size: 1em;
  line-height: 1;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #fff;
}

.arrow-left:before,
.arrow-right:before{
  content:'';
  display: inline-block;
  vertical-align: middle;
  width:2.5625em;
  height: 1.5em;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.arrow-left:before{
  background: url(../img/img-icon/prev.png) 0 0 no-repeat;
  background-size: cover;
  margin-right: 0.82em;
}

.arrow-right:before{
  background: url(../img/img-icon/next.png) 0 0 no-repeat;
  background-size: cover;
  margin-left: 0.72em;
}

.text-parallax-content{
  overflow: hidden;
  color: #000;
  mix-blend-mode:lighten;
  -ms-mix-blend-mode:lighten;
}

.tp-shape-mask{
  -webkit-transform: none!important;
  -ms-transform: none!important;
  -o-transform: none!important;
  transform: none!important;
}

.object-meta{
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.4em!important;
  text-transform: uppercase;
}

.object-meta i{
  font-size: 1.5em;
  vertical-align: middle;
  color:#fff;

}

.object-meta i.text-white{
  color: #fff;
}


/* header */
#mainNavigation a {
  font-family: 'Cabin', sans-serif;
  font-size:14px;
  text-transform:uppercase;
  letter-spacing:2px;
  /* text-shadow:1px 1px 2px rgba(0,0,0,0.4); */
  color: #000;
}
#mainNavigation
.dropdown-menu {
  background:#03727d
}
a.dropdown-toggle {
  color:#000 !important
}
a.dropdown-item:hover {
  color:#03727d !important
}
.nav-item a{
  color:#dfdfdf;
}
.nav-item a:hover {
  color:#fff
}
.nav-item{
  min-width:12vw;
}
#mainNavigation {
  position:fixed;
  top:0;
  left:0;
  width:100%;
  z-index:123;
  /*padding:10px 0;*/
  background-color: rgba(250, 250, 250, 0.7);

}
#mainNavigation .active{
  color: #00555a !important;
  font-weight: bold;
}
#navbarNavDropdown.collapsing .navbar-nav,
#navbarNavDropdown.show .navbar-nav{
  background:#037582;
  padding:12px;
}
#mainNavigation .dropdown-item{
   color:#fff;
}


@keyframes mainnav {
  0% {
    height: 0px;
    background-color: #fa8207;
  }
  100% {
    height: 100px;
    background-color: transparent;
  }
}

#mainNavigation ul li ul.dropdown li {
  margin: 5px 0;
}
#mainNavigation ul li ul li:first-child {
  animation-name: navanime;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
  animation-delay: 0s;
  animation-timing-function: linear;
}
#mainNavigation ul li ul li:nth-child(2) {
  animation-name: navanime;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
  animation-delay: 0.1s;
  animation-timing-function: linear;
}
#mainNavigation ul li ul li:nth-child(3) {
  animation-name: navanime;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
  animation-delay: 0.2s;
  animation-timing-function: linear;
}
#mainNavigation ul li ul li:nth-child(4) {
  animation-name: navanime;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
  animation-delay: 0.3s;
  animation-timing-function: linear;
}
#mainNavigation ul li ul li:nth-child(5) {
  animation-name: navanime;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
  animation-delay: 0.4s;
  animation-timing-function: linear;
}


/* Navanim animation */

@keyframes navanime {
  0% {
    transform: rotateY(180deg);
  }
}
#mainNavigation ul li a {
  transition: all 0.2s linear;
  position: relative;
  z-index: 1;
}



/* ------------------------------------------------------------------------------- */
/*  8. Banner
/* ------------------------------------------------------------------------------- */


.section{
  padding: 50px 0;
}
.section-banner{
  margin-bottom: 14em;
}

.promo{
  text-align: center;
  padding-top:0;
}

.promo-title{
  font-size:1.875em;
  line-height: 1.4;
  margin:0 0 1.3em;
  color:#fff;
}

.promo-title.text-gray{
  color:#4b4b4b;
}

.banner{
  position: relative;
  text-align:center;
  background:url(../img/bg/promo.jpg) 50% 0 no-repeat;
  background-size: cover;
}

.banner-in-section{
  margin-top:4em;
  margin-bottom: -20em;
}

.banner:before{
  content:'';
  position: absolute;
  width:100%;
  height: 100%;
  left:0;
  top:0;
  opacity: 0.9;
}

.banner-blue:before{
  background-color: #59d5f0;
}

.banner-dark-blue:before{
  background-color: #6534ff;
}

.banner-title{
  font-size:2.815em;
  color:#fff;
  margin-bottom: 1em;
}

.banner-content{
  position: relative;
  padding:7em 5em;
}

/* section title */
/*.section-title{*/
/*  position: relative;*/
/*  width: 350px;*/
/*  margin: 0 auto;*/
/*  color: #000;*/

/*}*/
.section-title {
    position: relative;
    width: fit-content;
    margin: 0 auto;
    color: #000;
}
.section-title:before{
  width: 50px;
  height: 2px;
  background-color: #4b907d;
  position: absolute;
  content: "";
  left: -60px;
  top: 12px;

  animation-name: animate-width-2;
  -webkit-animation-name: animate-width-2;
   animation-duration: 1.5s; 
   animation-delay: 1s; 
   animation-iteration-count: infinite;
   animation-direction: alternate;
}
/*.section-title:after{*/
/*  width: 50px;*/
/*  height: 2px;*/
/*  background-color: #4b907d;*/
/*  position: absolute;*/
/*  content: "";*/
/*  left: 304px;*/
/*  top: 12px;*/

/*  animation-name: animate-width-2;*/
/*  -webkit-animation-name: animate-width-2;*/
/*   animation-duration: 1.5s; */
/*   animation-delay: 1s; */
/*   animation-iteration-count: infinite;*/
/*   animation-direction: alternate-reverse;*/
/*}*/
.section-title:after {
    width: 50px;
    height: 2px;
    background-color: #4b907d;
    position: absolute;
    content: "";
    right: -59px;
    top: 12px;
    animation-name: animate-width-2;
    -webkit-animation-name: animate-width-2;
    animation-duration: 1.5s;
    animation-delay: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate-reverse;
}
.section-title h2{
  position: relative;
  color:#000;
}
.section-title h4:before{
  width: 30px;
  height: 2px;
  background-color: #4b907d;
  position: absolute;
  content: "";
  right: -40px;
  top: 22px;

  animation-name: animate-width;
  -webkit-animation-name: animate-width;
   animation-duration: 1.5s; 
   animation-delay: 1s; 
   animation-iteration-count: infinite;
   animation-direction: alternate;
}
.section-title h4:after{
  width: 30px;
  height: 2px;
  background-color: #4b907d;
  position: absolute;
  content: "";
  left: -40px;
  top: 22px;

    animation-name: animate-width;
   -webkit-animation-name: animate-width;
    animation-duration: 1.5s; 
    animation-delay: 1s; 
    animation-iteration-count: infinite;
    animation-direction: alternate-reverse;
}
@keyframes animate-width {
  from { width: 0px; }
  to { width:35px; }
}
@keyframes animate-width-2 {
  from { width: 0px; }
  to { width:55px; }
}

/* about page */
.about-content{
  background-image: url(../img/about-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.about-img{
  position: relative;

}
.about-img .client-count{
  position: absolute;
  top: 51%;
  left: 65%;
  z-index: 3;
padding: 50px;
  background-color: #03727d;
  color: #fff;
  border-radius: 50%;
  padding: 37px 19.5px;
  text-align: center;

}.about-content .client-count:after{
  position: absolute;
    content: "";
    width: 290px;
    height: 290px;
    border-radius: 50%;
    left: -55px;
    top: -55px;
    border: 20px solid hsla(0, 0%, 100%, .5)
}
.about-img .client-count h6{
  margin: 0;
  font-size: 12px;
}
.about-img .client-count h2{
  font-size: 50px;
  font-weight: bold;
  display: block;
  margin: 0;
}
.about-img img{
  border-radius: 15px;
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.about-img img:before {
  position: absolute;
  top: 0;
  left: -85%;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, .3));
  transform: skewX(-25deg);
}
.about-why .icon-round span{
  animation: rotation 10s infinite linear;
  border-radius: 50%;
  border: 1.5px solid #4b907d;
  position: relative;
  display: block;
  height: 100%;
}
.about-why .icon-round span:before{
  position: absolute;
    height: 8px;
    width: 8px;
    content: "";
    border-radius: 50%;
    background: #4b907d;
    left: 3px;
    bottom: 17px;
}
.about-why .icon-round span:after{
  position: absolute;
    height: 8px;
    width: 8px;
    content: "";
    border-radius: 50%;
    background: #4b907d;
    right: 3px;
    top: 17px;
}
.about-why .icons-box{
  height: 100px;
  width: 100px;
  border-radius: 100%;
  background-color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 2px solid #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  margin: 0 auto;
}
.about-why .icon-round{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@keyframes rotation{
  0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(359deg);
}
}
.about-why p{
  font-weight: bold;
}
/* services */
.services{
    background-image: url("../img/service-bg.jpg");

    min-height: 500px;
  
    background-attachment: fixed;
  
    background-position: center;
  
    background-repeat: no-repeat;
  
    background-size: cover;
    position: relative;
}
.services:after{
position: absolute;
content: "";
height: 100%;
width: 100%;
left: 0;
top: 0;
background-color: rgba(0, 0, 0, 0.7);
z-index: 2;
}
.services .section-title h2{
  color: #fff;
}
.services .service-content{
  position: relative;
  z-index: 3;
}
.services .section-title:after{
  left: 346px;
  top: 35px;
}
.services .section-title :before{
  left: 353px;
  top: 22px;
}
.services .section-title:before{
  top: 35px;
}
.service-box{
  border: 1px solid #fff;
  position: relative;
  transition: 2s all ease-in;
}
.service-box-content{
  padding: 30px 20px;
}
.ser-bg{
position: absolute;
top: 0;
left: 0;
opacity: 0;
transition: 0.5s all ease-in;
transform: scale(1);
}
.service-box p{
  display: none;
  transition: 0.5s all ease-in;
}
.service-box:hover .ser-bg{
  opacity: 1;
  transition: 0.5s all ease-in;
  
}
.service-box:hover p{
  display: block;
  transition: 0.5s all ease-in;
}
.services .icon-img{
  filter: brightness(0) invert(1);
  margin: 0 auto;
  display: flex;
}
.services h5{
  text-align: center;
  font-weight: bold;
  position: relative;
  z-index: 3;
  color: #fff;
}
.service-box:hover  h5{
  color: #fff;
  transition: 0.5s all ease-in;
}
.service-box:hover .icon-img{
  filter:none;
  transition: 0.5s all ease-in;
  animation: bounce 2s ease ;
}
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-30px);}
	60% {transform: translateY(-10px);}
}
.service-box a{
  position: absolute;
  color: #fff;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 87%;
  left: 35%;
  background-color: #4b907d;
  font-family: FontAwesome;
  content: "\f061"; /* FontAwesome content for the icon */
  font-size: 24px;
  text-decoration: none;

}
.service-box:hover .service-box:after{
  color: #fff;
  border: 1px solid #fff;
  transition: 0.5s all ease;
  
}

/* steps */

 :root {
	 --font-size: 0.8em;
	 --bg1: #f5f8f7;
	 --blue: #3498db;
	 --green: #2ecc71;
	 --purple: #9b59b6;
	 --gold: #f1c40f;
	 --red: #e74c3c;
	 --orange: #e67e22;
	 --shadow1: 0 2px 4px #000 26, 0 3px 6px #000 1f;
	 --shadow2: 0 2px 6px #000 44, 0 4px 7px #000 22;
}

 ul.infoGraphic {
	 font-size: var(--font-size);
	 display: flex;
	 flex-wrap: wrap;
	 justify-content: center;
}
 ul.infoGraphic li {
	 position: relative;
	 width: 100%;
	 max-width: 25em;

	 border-radius: 0.5em;
	 padding: 0.5em;
	 z-index: 1;
	 transition: all 0.2s;
	 cursor: pointer;
}
 ul.infoGraphic li .numberWrap {
	 position: absolute;
}
 ul.infoGraphic li .number {
	 font-family: "maven pro", sans-serif;
	 font-size: 13em;
	 font-weight: 900;
	 width: 0.9em;
	 text-align: center;
   color: #03727d;
   /* opacity: 0.5; */
}

 ul.infoGraphic li .coverWrap {
	 transform: rotate(130deg);
	 position: absolute;
	 width: 18em;
	 height: 15em;
	 left: -2em;
	 top: 3em;
}
 ul.infoGraphic li .coverWrap .numberCover {
	 position: absolute;
	 background: var(--bg1);
	 width: 18em;
	 height: 6em;
	 border-radius: 50% 50% 0 0;
	 border-bottom: 3px solid #f5f8f7;
	 transition: all 0.4s;
}
 ul.infoGraphic li .coverWrap .numberCover::before {
	 position: absolute;
	 content: "";
	 bottom: 5px;
	 left: 4em;
	 right: 4em;
	 top: 5em;
	 box-shadow: 0 0 30px 17px #486685 77;
	 border-radius: 100px / 10px;
	 z-index: -1;
}
 ul.infoGraphic li .coverWrap .numberCover::after {
	 position: absolute;
	 bottom: 0;
	 content: "";
	 left: -10%;
	 width: 120%;
	 height: 150%;
	 background: radial-gradient(at bottom, #48668533, transparent, transparent);
	 z-index: 1;
}
 ul.infoGraphic li .content {
	 margin: 8em 3em 1em 7em;
	 position: relative;
}
 ul.infoGraphic li .content h4 {
	 font-size: 1.7em;
	 font-weight: 500;
	 text-align: center;
	 margin-bottom: 10px;

   color: #03727d;
}
 ul.infoGraphic li .content p {
	 line-height: 1.5em;
}
 ul.infoGraphic li:hover .coverWrap .numberCover {
	 border-radius: 100%;
}
 .icon {
	 position: relative;
	 font-size: 2rem;
	 text-align: center;
	 /* top: -1.3em; */
	 left: 50%;
	 transform: translatex(-50%);
}
 .icon:before {
	 color: #666;
	 font-family: FontAwesome;
	 font-style: normal;
	 font-weight: normal;
	 text-decoration: inherit;
}




 .controls {
	 position: fixed;
	 z-index: 2;
	 bottom: 0;
	 display: flex;
	 flex-wrap: wrap;
	 align-items: center;
	 justify-content: center;
	 background: #d7d7d7 a1;
	 padding: 0.5rem 2em;
	 border-top-right-radius: 1rem;
	 border-top-left-radius: 1rem;
	 border: 1px solid #000 4d;
}
 .sliderBox {
	 text-align: center;
}
 .sliderBox .range-value {
	 font-weight: 500;
	 font-size: 22px;
}
ul.infoGraphic li:hover{

  transition: all 0.5s ease;
 }
 ul.infoGraphic li{
  transition: all 0.5s ease;
 }
 ul.infoGraphic li img{
  transition: all 0.5s ease;
 }
 ul.infoGraphic li:hover img{
  animation: hithere 1s ease infinite;
  transition: all 0.5s ease;
 }
 @keyframes hithere {
  30% { transform: scale(1.2); }
  40%, 60% { transform: rotate(-20deg) scale(1.2); }
  50% { transform: rotate(20deg) scale(1.2); }
  70% { transform: rotate(0deg) scale(1.2); }
  100% { transform: scale(1); }
}

/* projects */

.category{
  min-height:650px;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../img/home-project1.jpg") center center;
  background-attachment: fixed;
  cursor: pointer;
  background-position: center; 
  background-repeat: no-repeat; 
  background-size: cover;
  position: relative;
}
.inverse{
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../img/home-project2.jpg") center center;
  transition: all 1s ease;
}
.inverse2{
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../img/home-project3.jpg") center center;
  transition: all 1s ease;
}
.inverse3{
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../img/home-project4.jpg") center center;
  transition: all 1s ease;
}
.inverse4{
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../img/home-project5.jpg") center center;
  transition: all 1s ease;
}
.inverse5{
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../img/home-project6.jpg") center center;
  transition: all 1s ease;
}
.inverse6{
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../img/home-project7.jpg") center center;
  transition: all 1s ease;
}
.category .cat-box{
  border-right: 1px solid #fff;
  height: 100%;
  position: relative;
  padding: 0 !important;
}
.category .cat-row{
  height: 650px;
  position: relative;
 
}
.category .cat-content{
  transition: all 1s ease-in-out;
height: 100%;
 
 padding: 10px 30px;
 cursor: pointer;
 width: 100%;

}


.cat-box p{
  display: none;
}
.cat-box h2{
  font-size: 100px;
    /* -webkit-text-stroke-color: #FFFFFF80; */
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #fff;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    left: 29%;
    transition: all 1s ease-in-out;
}
.cat-box h4{
  color: #fff;
  font-size: 23px;
  font-weight: bold;
}

.cat-content1{
  transition: 1s ease-in-out;
}
.cat-box:hover .cat-content{
  background-color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  transition: all 1s ease-in-out;
  height: 100%;
  bottom: 0;
  
}
.cat-box:hover h2{
  transition: all 1s ease-in-out;
  bottom: 10%;
}

 .cat-box:hover p{
  display: inline;
  color: #fff;
  transition: all 1s ease;

} 
.cat-content a{
  display: block;
  width: 100%;
  transition: all 1s ease-in-out;
}
.cat-content a:hover{
  transition: all 1s ease-in-out;
  transform: translateY(-5px);
}
.cat-box1:hover ~ .category{
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../images/category1.jpg") center center;
  transition: all 1s ease;
}
/* for mobile */
.part{
  display: none;
 }
 .part .part-box1{
   background-image: url(../img/home-project2.jpg);
   background-attachment: fixed;
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
   height: 200px;
   
   
 }
 .part .part-box2{
   background-image: url(../img/home-project3.jpg);
   background-attachment: fixed;
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
   height: 200px;
   
   
 }
 .part .part-box3{
   background-image: url(../img/home-project4.jpg);
   background-attachment: fixed;
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
   height: 200px;
   
   
 }
 .part .part-box4{
   background-image: url(../img/home-project5.jpg);
   background-attachment: fixed;
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
   height: 200px;
   
   
 }
 .part .part-box5{
   background-image: url(../img/home-project6.jpg);
   background-attachment: fixed;
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
   height: 200px;
   
   
 }
 .part .part-box6{
  background-image: url(../img/home-project7.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
  
  
}
 .part h2{
   font-size: 100px;
     /* -webkit-text-stroke-color: #FFFFFF80; */
     -webkit-text-fill-color: transparent;
     -webkit-text-stroke: 1px #fff;
     font-weight: bold;
     text-align: center;
 }
 .part h4{
   font-size: 100px;
     /* -webkit-text-stroke-color: #FFFFFF80; */
     -webkit-text-fill-color: transparent;
     -webkit-text-stroke: 1px #fff;
     font-weight: bold;
     text-align: center;
 }
 .part h6{
   color: #fff;
   font-size: 23px;
   font-weight: bold;
   text-align: center;
 }

 /* why choose us */
 .why-us-box{
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  display: flex;
  align-items: center;
  transition: all 0.5s ease-in;
  padding:4px 8px;
 }
 .why-icon{
 background-color: #cfe1e3;
 border-radius: 10px;
 padding: 10px;
 transition: all 0.5s ease-in;
 }
 .why-us-box h4{
  color: #000;
  font-size: 16px;
 }
.why-us-box:hover{
  transition: all 0.5s ease-in;
  margin-bottom: 20px;
}
.why-us-box:hover  .why-icon{
  background-color: #4b907d;
  transition: all 0.5s ease-in;
} 
.why-us-box:hover img{
  transition: all 0.5s ease-in;
  filter: brightness(0) invert(1);
}
.why-us-box img{
  transition: all 0.5s ease-in;
}

/*==========================================================================
Team
========================================================================== */
.team__area-left {
  position: relative;
}

.team__area-left-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: -40px;
  top: -90px;
  bottom: -140px;
  width: 140%;
  z-index: -1;
}

.team__area-left.swiper-pagination {
  position: static;
  text-align: left;
}

.team__area-right {
  position: relative;
}

.team__area-right-slide-item-image img {
  max-width: 380px;
   /*-webkit-filter: grayscale(100%);*/
   /*       filter: grayscale(100%); */
          margin: 0 auto;
          display: flex;
}

.team__area-right-slide-item-content {
    border-radius:5px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background: #fff;
  padding: 10px;
  position: absolute;
  display: inline-block;
  bottom: -30px;
  left: 20%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.6s ease-out 0s;
  transition: all 0.6s ease-out 0s;
  z-index: 3;
}

.team__area-right-shape-1 {
  max-width: 250px;
  position: absolute;
  left: 13px;
  top: 2px;
}

.team__area-right-shape-2 {
  max-width: 600px;
  position: absolute;
  right: 0;
  bottom: -15px;
 
}
.team__area-right-slide-item-image{
  background: url(../img/team/shape/team-s2.png);
  background-size: contain;
    background-repeat: no-repeat;
}
.team__area-right-shape-3 {
  max-width: 470px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;


}
.team__area-right-shape-1{
  -webkit-animation: mover 1.5s infinite  alternate;
  animation: mover 1.5s infinite  alternate;
}
@-webkit-keyframes mover {
  0% { transform: translateY(10px); }
  100% { transform: translateY(0px); }
}
.team__area-item-image {
  position: relative;
  overflow: hidden;
}

.team__area-item-image::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 40%;
  height: 100%;
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
  background: rgba(255, 255, 255, 0.246);
}

.team__area-item-image img {
  /*-webkit-filter: grayscale(100%);*/
  /*        filter: grayscale(100%);*/
}

.team__area-item-image-social {
  position: absolute;
  right: 35px;
  bottom: 40px;
  z-index: 9;
}

.team__area-item-image-social a {
  background: #03727d;
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  text-align: center;
  border-radius: 3px;
}

.team__area-item-image-social a i {
  color: #fff;
  font-size: 18px;
}

.team__area-item-image-social a i::before {
  top: 0;
}

.team__area-item-image-social-icon {
  position: absolute;
  bottom: 55px;
  top: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  right: -15px;
}

.team__area-item-image-social-icon ul li a {
  background: none;
}

.team__area-item-image-social-icon ul li a i {
  font-size: 18px;
}

.team__area-item-image-social-icon ul li a i::before {
  background: #fff;
  color: #03727d;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
}

.team__area-item-image-social:hover .team__area-item-image-social-icon {
  opacity: 1;
  visibility: visible;
  right: -5px;
}

.team__area-item-content {
  background: #fff;
  padding: 30px;
  margin: 0 20px;
  margin-top: -65px;
  position: relative;
  border-radius: 3px;
  -webkit-box-shadow: 0 30px 70px rgba(0, 0, 0, 0.04);
          box-shadow: 0 30px 70px rgba(0, 0, 0, 0.04);
}

.team__area-item:hover .team__area-item-image::before {
  -webkit-animation: animation 0.95s;
          animation: animation 0.95s;
}

.team__area-item:hover .team__area-item-image img {
  /*-webkit-filter: grayscale(0);*/
  /*        filter: grayscale(0);*/
}

.team__area-right-slide-item.swiper-slide.swiper-slide-active .team__area-right-slide-item-content {
  bottom: 26px;
}

.swiper-pagination-bullet {
  background: #03727d;
  opacity: 1;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.swiper-pagination-bullet-active {
  background: #0A0A0B;
}

@media (max-width: 1199px) {
  .team__area-right-shape-3 {
    max-width: 400px;
  }
  .team__area-right-slide-item.swiper-slide.swiper-slide-active .team__area-right-slide-item-content {
    bottom: 100px;
  }
}

@media (max-width: 991px) {
  .team__area-left {
    text-align: center;
  }
  .team__area-left-bg {
    width: 100%;
  }
  .team__area-left.swiper-pagination {
    text-align: center;
  }
  .team__area-right-shape-3 {
    max-width: 500px;
  }
  .team__area-right-slide-item.swiper-slide.swiper-slide-active .team__area-right-slide-item-content {
    bottom: 30px;
  }
    .team__area-right-slide-item-content h4 {
    font-size: 12px !important;
    line-height: 28px;
  }
     .team__area-right-slide-item-content h4 {
    font-size: 11px !important;
    line-height: 28px;
  }
}

@media (max-width: 575px) {
  .team__area-left-bg {
    width: 100%;
  }
  .team__area-right {
    position: relative;
  }
  .team__area-right-slide-item-image img {
   height:390px;
   width:auto;
    /*-webkit-filter: grayscale(100%);*/
    /*        filter: grayscale(100%);*/
  }
  .team__area-right-slide-item-content {
    background: #fff;
    padding: 30px 40px;
    position: absolute;
    display: inline-block;
    bottom: -30px;
    left:52%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: all 0.6s ease-out 0s;
    transition: all 0.6s ease-out 0s;
    z-index: 3;
  }
  .team__area-right-shape-1 {
    max-width: 250px;
    position: absolute;
    left: 80px;
    top: 80px;
  }
  .team__area-right-shape-2 {
    max-width: 600px;
    position: absolute;
    right: 0;
    bottom: -15px;
  }
  .team__area-right-shape-3 {
    max-width: 470px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
  }
  .team__area-right-slide-item.swiper-slide.swiper-slide-active .team__area-right-slide-item-content {
    bottom: 30px;
  }
}

@media (max-width: 490px) {
  .team__area-right {
    position: relative;
  }
  .team__area-right-slide-item-image img {
      height:390px;
   width:auto;
  }
  .team__area-right-slide-item-content {
    padding: 20px 15px;
    width: 90%;
  }
  .team__area-right-slide-item-content h4 {
    font-size: 12px;
    line-height: 28px;
  }
  .team__area-right-shape-1 {
    max-width: 170px;
    left: 40px;
  }
  .team__area-right-shape-2 {
    max-width: 360px;
    right: 40px;
    z-index: -1;
  }
  .team__area-right-shape-3 {
    max-width: 315px;
  }
  .team__area-right-slide-item.swiper-slide.swiper-slide-active .team__area-right-slide-item-content {
    bottom: 30px;
  }
}

@media (max-width: 390px) {
  .team__area-right {
    position: relative;
  }
  .team__area-right-slide-item-image img {
   height:390px;
   width:auto;
  }
  .team__area-right-slide-item-content {
    padding: 10px 3px;
    width: 90%;
  }
  .team__area-right-slide-item-content h4 {
    font-size: 12px;
    line-height: 28px;
  }
  .team__area-right-shape-1 {
    max-width: 170px;
    left: 40px;
  }
  .team__area-right-shape-2 {
    max-width: 360px;
    right: 40px;
    z-index: -1;
  }
  .team__area-right-shape-3 {
    max-width: 315px;
  }
  .team__area-right-slide-item.swiper-slide.swiper-slide-active .team__area-right-slide-item-content {
    bottom: 30px;
  }
}
.team__area .section-title h2:before{
left: 192px;
}
.team__area .section-title:after {
  left: 192px;
}
.team__area h4{
  color: #000;
  font-size: 16px;
}
.team__area p{
    font-size:14px;
}
  /* ------------------------------------------------------------------------------- */
/*  9. Footer
/* ------------------------------------------------------------------------------- */



.footer{
  background: url(../img/footer-bg.png);
  background-size: cover;
  color: #fff;
  overflow: hidden;
  padding-top:4em;
}

.footer-2,
.footer-2 .brand,
.footer-2 .nav-bottom li a,
.footer-2 .col-contacts a{
  color: #4b4b4b;
}

.footer-2 .footer-bottom{
  background-color: #f2f2f2;
}

.footer-2 .social-list a{
  color:#4b4b4b;
}

.footer .brand-info .brand{
  display: inline-block;
  font-size: 2em;
  margin-bottom: 20px;
}

.footer p{
  margin-bottom: 0;
}

.footer .social-list{
  float:left;
}

.footer .social-list li a{
  font-size: 1.2em;
}

.nav-bottom{
  font-family: 'Montserrat', sans-serif;
  font-size:0.8125em;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.nav-bottom li{
  margin-bottom: 0.4em;
}
.nav-bottom li a{
  color: #fff;
}

.nav-bottom li a:hover{
  color:#4b907d;
  text-decoration:none;
}

.col-contacts{
  color: #fff;

  letter-spacing: 0.08em;
}

.col-contacts a{
  display: inline-block;
  color: #fff;
  margin-bottom:0.7em;
  
}

.col-contacts a:hover{
  color:#4b907d;
  text-decoration: none;
}

.subscribe-title{
  font-size: 1.25em;
  line-height: 1.2;
  margin-bottom: 1.1em;
}

.phone{
  letter-spacing: 0.08em;
}

.subscribe-form{
  max-width: 300px;
}

.footer-bottom{
  font-family: 'Montserrat', sans-serif;
  color:#525252;
  font-weight: 400;

  padding: 1.7em 0;

  font-size:0.75em;
}


.footer ul li a:hover{
  transition: all 0.5s ease;
  transform: translateY(-5px);
}
.footer ul li a{
  transition: all 0.5s ease;
  display: flex;
    align-items: center;
}
.footer p{
  color: #fff;
}
.footer .row-base{
  border-bottom:  1px solid #f5f8f7;
}
.copyrights p{
  font-size: 14px;

}



/* ------------------------------------------------------------------------------- */
/*  11. Responsive styles
/* ------------------------------------------------------------------------------- */



/* 11.1 Min width 768px */



@media (min-width: 768px){

  html{
    font-size: 90%;
  }

  .container-fluid{
    /* padding:0 2em; */
  }



  /* Portfolio */



  .isotope .isotope-item{
    width: 50%;
  }

  .isotope .isotope-item.w66{
    width: 100%;
  }

  .isotope .isotope-item.w100{
    width: 100%;
  }

}




/* 11.2 Min width 992px */



@media (min-width: 992px){

  html{
    font-size: 100%;
  }

  .container-fluid{
    /* padding:0 4em; */
  }

  .text-left-md{
    text-align: left;
  }

  .text-right-md{
    text-align:right;
  }



  /* Navbar */



  .navbar{
    padding-bottom: 0;
    padding-left: 4.7em;
    padding-right: 4.7em;
  }

  .navbar-responsive{
    padding-bottom: 1em;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar .social-list{
    float: right;

  }

  .navbar .brand{
    margin-left: 0;
  }


  /* Portfolio */



  .isotope .isotope-item{
    width: 33.33333333%;
  }

  .isotope .isotope-item.w66{
    width:66.66666%;
  }

  .isotope .isotope-item.w50,
  .isotope-2 .isotope-item,
  .isotope-3 .isotope-item{
    width: 50%;
  }

  .isotope-space .isotope-item:nth-child(2){
    padding-top:10em;
  }

}


/* 11.3 Min width 1200px */




@media (min-width: 1200px){

  .container-fluid{
    /* padding:0 6em; */
  }

  /* Portfolio */



  .isotope-2 .isotope-item{
    width:  33.33333333%;
  }

}


.inner-content{
  margin-top: 100px;
}
.inner-header{
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.inner-header .fixed-menu{
  position:fixed;
}

/* service inner */


/* projects */

/*--------------------------------------------------------------
# Project Page
--------------------------------------------------------------*/
.projects-page {
  position: relative;
  display: block;
  padding:50px 0 50px;
}

.projects-page--carousel {
  padding-bottom: 120px;
}

/*--------------------------------------------------------------
# Project Details
--------------------------------------------------------------*/
.project-details {
  position: relative;
  display: block;
  padding: 120px 0 0;
}

.project-details__img-box {
  position: relative;
  display: block;
}

.project-details__img {
  position: relative;
  display: block;
}

.project-details__img img {
  width: 100%;
}

.project-details__details-box {
  position: relative;
  display: block;
  margin-left: 60px;
  margin-right: 60px;
  margin-top: -70px;
}

.project-details__details-box:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background-color:  #00555a;
  content: "";
  z-index: 1;
}

.project-details__details {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--ambed-white, #ffffff);
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 46px 60px 44px;
  border-top-right-radius: 48px;
  border-bottom-left-radius: 48px;
  border-bottom-right-radius: 48px;
}

.project-details__details li {
  position: relative;
  display: block;
}

.project-details__details li:before {
  position: absolute;
  top: 4px;
  bottom: 4px;
  right: -33px;
  content: "";
  width: 1px;
  background-color: var(--ambed-bdr-color, #e2ddda);
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
}

.project-details__details li:last-child:before {
  display: none;
}

.project-details__details-content {
  position: relative;
  display: block;
}

.project-details__details-title {
  line-height: 26px;
  font-size: 16px;
  color: #00555a;
}

.project-details__details-name {
  font-weight: 500;
  color:  #00555a;
  line-height: 30px;
  font-size: 16px;
}

.project-details__details-name a {
  color:  #00555a;
}

.project-details__details-share {
  font-weight: 500;
  color:  #00555a;
}

.project-details__social {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
}

.project-details__social a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  color:  #00555a;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.project-details__social a:hover {
  color:  #00555a;
}

.project-details__social a+a {
  margin-left: 25px;
}

.project-details__room-wallpapers {
  position: relative;
  display: block;
  margin-top: 30px;
  margin-bottom: 42px;
}

.project-details__room-wallpapers-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 18px;
}

.project-details__room-wallpapers-text {
  font-size: 18px;
  line-height: 34px;
}

.project-details__challenge {
  position: relative;
  display: block;
}

.project-details__challenge-title {
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 20px;
}

.project-details__challenge-text {
  font-size: 18px;
  line-height: 34px;
}

.project-details__challenge-progress {
  position: relative;
  display: block;
  margin-top: 49px;
  margin-bottom: 25px;
}

.project-details__progress-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.project-details__progress-single {
  position: relative;
  text-align: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  width: 100%;
  margin-bottom: 32px;
}

.project-details__progress-box {
  position: relative;
  display: block;
  height: 144px;
  width: 144px;
  margin: 0 auto;
  z-index: 1;
}

.project-details__progress-box:before {
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: #f9f9f9;
  border-radius: 50%;
  z-index: -1;
}

.project-details__progress-box:after {
  position: absolute;
  top: 6px;
  bottom: 6px;
  left: 6px;
  right: 6px;
  content: "";
  border-radius: 50%;
  border:  #00555a;
}

.project-details__progress-box canvas {
  position: relative;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.project-details__progress-box span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  color:  #00555a;
  letter-spacing: 0.04em;
}

.project-details__progress-content h3 {
  margin: 0;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #00555a;
  margin-top: 11px;
  letter-spacing: 0.04em;
}

.project-details__progress-single-last {
  border: 0;
  padding: 0;
  margin: 0;
}

.project-details__points-box {
  position: relative;
  display: block;
}

.project-details__points-img {
  position: relative;
  display: block;
}

.project-details__points-img img {
  width: 100%;
}

.project-details__points-content-box {
  position: relative;
  display: block;
  margin-top: 13px;
  margin-left: 30px;
}

.project-details__points {
  position: relative;
  display: block;
}

.project-details__points li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.project-details__points li+li {
  margin-top: 8px;
}

.project-details__points li .icon {
  position: relative;
  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;
  height: 16px;
  width: 16px;
  font-size: 9px;
  color: #00555a;
  border: 1px solid  #00555a;
  border-radius: 50%;
}

.project-details__points li .icon span {
  position: relative;
  left: 1px;
}

.project-details__points li .text {
  margin-left: 15px;
}

.project-details__points li .text p {
  font-size: 18px;
  font-weight: 500;
  color:  #00555a;
}

.project-details__result {
  position: relative;
  display: block;
  margin-top: 52px;
}

.project-details__result-title {
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 20px;
}

.project-details__result-text {
  font-size: 18px;
  line-height: 34px;
}

.projectc-details__pagination-box {
  position: relative;
  display: block;
  margin-top: 109px;
}

.projectc-details__pagination-single {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f2eeeb;
  padding: 50px 50px 50px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  margin-bottom: 30px;
}

.projectc-details__pagination-icon {
  position: relative;
  display: block;
}

.projectc-details__pagination-icon a {
  font-size: 15px;
  color: #00555a;
  position: relative;
  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;
  height: 55px;
  width: 55px;
  background-color: var(--ambed-white, #ffffff);
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.projectc-details__pagination-icon a:hover {
  background-color:  #00555a;
  color:  #ffffff;
}

.projectc-details__pagination-content {
  margin-left: 30px;
  top: -5px;
  position: relative;
}

.projectc-details__pagination-content span {
  font-size: 14px;
}

.projectc-details__pagination-content p {
  font-size: 20px;
  color: var(--ambed-black, #3c3531);
  font-weight: 700;
  line-height: 22px;
}

.projectc-details__pagination-single-two {
  text-align: right;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.projectc-details__pagination-single-two .projectc-details__pagination-content {
  margin-left: 0;
  margin-right: 30px;
}


/*--------------------------------------------------------------
# Project Three
--------------------------------------------------------------*/
.project-three {
  position: relative;
  display: block;
  padding: 120px 0 90px;
}

.project-three__top {
  position: relative;
  display: block;
  margin-bottom: 70px;
}

.project-three__top-left {
  position: relative;
  display: block;
}

.project-three__top-left .section-title {
  margin-bottom: 0;
}

.project-three__top-left .section-title__line {
  left: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.project-three__top-right {
  position: relative;
  display: block;
  margin-left: 70px;
}

.project-three__top-text {
  margin-top: 18px;
}

.project-three__bottom {
  position: relative;
  display: block;
}

.project-three__container {
  position: relative;
  display: block;
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.project-three__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.project-three__img-box {
  position: relative;
  display: block;
  z-index: 1;
}

.project-three__img-box:before {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 0;
  left: 60px;
  background-color: #00555a;
  content: "";
  width: 2px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 2;
}

.project-three__single:hover .project-three__img-box::before {
  height: 100%;
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
}

.project-three__img-box:after {
  position: absolute;
  left: 0;
  bottom: 58px;
  background-color:  #00555a;
  content: "";
  height: 2px;
  width: 0;
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
  z-index: 2;
}

.project-three__single:hover .project-three__img-box:after {
  width: 50%;
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
}

.project-three__img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;

}
.project-three__img img{
  height: 500px;
  width: auto !important;
}
.project-three__img:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: rgba( 250, 250, 250, 0.6);
  -webkit-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
  transform: perspective(400px) rotateX(90deg) scaleY(0.5);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-property: all;
  transition-property: all;
  z-index: 1;
}

.project-three__single:hover .project-three__img:before {
  -webkit-transform: perspective(400px) rotateX(0deg) scaleY(1);
  transform: perspective(400px) rotateX(0deg) scaleY(1);
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: .7s;
  transition-duration: .7s;
  -webkit-transition-property: all;
  transition-property: all;
}

.project-three__img img {
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.project-three__single:hover .project-three__img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.project-three__arrow {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
  z-index: 2;
}

.project-three__single:hover .project-three__arrow {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
}

.project-three__arrow a {
  height: 60px;
  width: 60px;
  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;
  font-size: 13px;
  color: #ffffff;
}

.project-three__content {
  position: absolute;
  bottom: 50px;
  right: 40px;
  text-align: right;
  opacity: 0;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
  z-index: 2;
}

.project-three__single:hover .project-three__content {
  opacity: 1;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition-delay: 700ms;
  transition-delay: 700ms;
}

.project-three__title {
  font-size: 24px;
  font-weight: 900;
  line-height: 38px;
}

.project-three__title a {
  color: #000;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-size:18px;
      padding-left: 89px;
}

.project-three__title a:hover {
  color:  #00555a;
}

.project-three__sub-title {
  color:  #000;
  font-weight: 500;
      padding-left: 86px;
      text-align:right;

}

.inner-title h2{
  color: #000;
  text-align: center;
}
.modal {
  z-index: 9999 !important;
}
.modal-backdrop {
  /* z-index: 9999 !important; */
}

/* services */

/* contact us page */
.right_conatct_social_icon{
  background: linear-gradient(to top right, #00555a -5%, #00555a 100%);
}
.contact_us{
 background-color: #f1f1f1;

}

.contact_inner{
 background-color: #fff;
 position: relative;
 box-shadow: 20px 22px 44px #cccc;
 border-radius: 25px;
}
.contact_field{
 padding: 60px 340px 90px 100px;
}
.right_conatct_social_icon{
 height: 100%;
}

.contact_field h3{
color: #000;
 font-size: 40px;
 letter-spacing: 1px;
 font-weight: 600;
 margin-bottom: 10px
}
.contact_field p{
 color: #000;
 font-size: 13px;
 font-weight: 400;
 letter-spacing: 1px;
 margin-bottom: 35px;
}
.contact_field .form-control{
 border-radius: 0px;
 border: none;
 border-bottom: 1px solid #ccc;
}
.contact_field .form-control:focus{
 box-shadow: none;
 outline: none;
 border-bottom: 2px solid #00555a;
}
.contact_field .form-control::placeholder{
 font-size: 13px;
 letter-spacing: 1px;
}

.contact_info_sec {
 position: absolute;
 background-color: #2d2d2d;
 right: 1px;
 top: 18%;
 /* height: 340px; */
 width: 340px;
 padding: 40px;
 border-radius: 25px 0 0 25px;
}
.contact_info_sec h4{
 letter-spacing: 1px;
 padding-bottom: 15px;
}

.info_single{
 margin: 30px 0px;
}
.info_single i{
 margin-right: 15px;
}
.info_single span{
 font-size: 14px;
 letter-spacing: 1px;
}

button.contact_form_submit {
 background: linear-gradient(to top right, #00555a -5%, #00555a 100%);
 border: none;
 color: #fff;
 padding: 10px 15px;
 width: 100%;
 margin-top: 25px;
 border-radius: 35px;
 cursor: pointer;
 font-size: 14px;
 letter-spacing: 2px;
}
.socil_item_inner li{
 list-style: none;
}
.socil_item_inner li a{
 color: #fff;
 margin: 0px 15px;
 font-size: 14px;
}
.socil_item_inner{
 padding-bottom: 10px;
}

.map_sec{
 padding: 50px 0px;
}
.map_inner h4, .map_inner p{
 color: #000;
 text-align: center
}
.map_inner p{
 font-size: 13px;
}
.map_bind{
margin-top: 50px;
 border-radius: 30px;
 overflow: hidden;
}
textarea{
  padding-left: 0 !important;
}
/* service */

.service-two{
	position:relative;
	/* padding:110px 0px 110px; */
}

.service-two_pattern-1{
	position:absolute;
	left:0px;
	bottom:100px;
	width:347px;
	height:464px;
	background-repeat:no-repeat;
}

.service-two_pattern-2{
	position:absolute;
	right:0px;
	bottom:100px;
	width:347px;
	height:464px;
	background-repeat:no-repeat;
}

.service-block_two{
	position:relative;
	margin-bottom:30px;
}

.service-block_two-inner{
	position:relative;
}

.service-block_two-image{
	position:relative;
}

.service-block_two-image img{
	position:relative;
	width:100%;
	display:block;
}

.service-block_two-overlay{
	position:absolute;
	left:0px;
	right:0px;
	bottom:0px;
	text-align:center;
	transform-origin: bottom center;
    -webkit-transform-origin: bottom center;
	padding-bottom:20px;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.service-block_two-inner:hover .service-block_two-overlay{
	opacity: 0;
    -webkit-transform: scaleY(0);
    -khtml-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
}

.service-block_two-overlay:before{
	position:absolute;
	content:'';
	left:0px;
	top:30px;
	right:0px;
	bottom:0px;
	opacity:0.90;
	background:#03727d;
    background: linear-gradient(to top right, #03727d 0%, #03727d 100%);
	clip-path: polygon(0 30%, 100% 0, 100% 100%, 0% 100%);
}

.service-block_two-icon{
	position:relative;
	width:75px;
	height:75px;
	margin:0 auto;
	line-height:68px;
	border-radius:50px;
	border:2px solid #03727d;
	background-color:#fff;
	margin-bottom:15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-block_two-icon img{
  height: 45px;
  width: auto;
}
.service-block_two-title{
	position:relative;
	font-weight:700;
	font-size:15px;
	color:#fff;
}

.service-block_two-title a{
	position:relative;
	color:#fff;
  text-decoration: none;
  font-size: 15px;
}

.service-block_two-inner:hover .service-block_two-overlay-two{
	-webkit-transform: scaleY(1);
    -khtml-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    -webkit-transition-delay: .12s;
    -moz-transition-delay: .12s;
    transition-delay: .12s;
}

.service-block_two-overlay-two{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	text-align:center;
	padding:0px 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	
	-webkit-transform: scaleY(0);
    -khtml-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    opacity: 0;
    transform-origin: bottom center;
    -webkit-transform-origin: bottom center;
	
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.service-block_two-overlay-two:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	opacity:0.90;
	background: #00555a;
    background: linear-gradient(to top right, #03727d 0%, #03727d 100%);
}

.service-block_two-text{
	position:relative;
	line-height:26px;
	font-size:16px;
	color:#fff;
	margin-top:15px;
}

.service-block_two-more{
	position:relative;
	padding:10px 20px;
	font-weight:700;
	display:inline-block;
	font-size:14px;
	color:#fff;
	text-transform:capitalize;
	margin-top:20px;
	background-color:#037582;

}

.service-block_two-more:hover{
	color:#037582;
	background-color:#fff;
}

.service-two_button-box{
	position:relative;
}

/* single project */
.project-details {
  position: relative;
  display: block;
  padding: 120px 0 0;
}

.project-details__img-box {
  position: relative;
  display: block;
}

.project-details__img {
  position: relative;
  display: block;
}

.project-details__img img {
  width: 100%;
}

.project-details__details-box {
  position: relative;
  display: block;
  margin-left: 60px;
  margin-right: 60px;
  margin-top: -70px;
}

.project-details__details-box:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: var(--ambed-base, #a47c68);
  content: "";
  z-index: 1;
}
.project-single{
  width: 53%;
  margin: 0 auto;

}
.prjct{
      background: url(../img/project-bg.png) 0 0 no-repeat;
  background-size: contain;
}
.inner-content .section-title:after{
    display:none;
}
.inner-content .section-title:before{
    display:none;
}
.inner-content .section-title h2:before{
    display:none;
}
.inner-content .section-title h2:after{
    display:none;
}
.contact_us{
    margin-top:160px;
}
.about-inner{
    margin-top:160px;
}
.team-slider {
  display: block;
  /* Ensure it's not hidden */
}
.foot-log{
    height:89px;
        filter: brightness(0) invert(1);
}
/*captcha*/
button.owl-prev{
        background: #00555A !important;
        padding: 8px 15px !important;
    border-radius: 10px !important;
}
button.owl-prev span{
    font-size:33px;
}
button.owl-next{
        background: #00555A !important;
        padding: 8px 15px !important;
    border-radius: 10px !important;
}
button.owl-next span{
    font-size:33px;
}
 .owl-theme .owl-dots .owl-dot{
        display:none !important;
    }
    canvas {
      max-width: 100%;
    }
    .cpatcha-refresh{
        height:20px;
        width:20px;
        background-color:#00555A;
            display: flex;
    align-items: center;
    justify-content: center;
    box-shadow:none;
}
     .cpatcha-refresh:hover{
          background-color:#00555A;
          
     }
     @media (min-width: 576px) {
    .modal-dialog {
        max-width: 1000px;
        margin: 1.75rem auto;
    }
}
@media(min-width: 768px) {
    .team__area h4 {
    color: #000;
    font-size: 12px !important;
}

}
.dropdown:hover .dropdown-menu {
  display: block !important;
}
/***
=============================================
Testimonial Two
=============================================
***/
.testi .swiper-slide{
    background-color:#fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin:50px 0;
       padding: 61px 45px 50px;
}
.client-info {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 26px;
}.client-info .img-box {
    position: relative;
    display: block;
    width: 80px;
    height: 80px;
}.img-box .icon {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 18px;
    right: -70px;
    width: 40px;
    height: 40px;
    background: #00555a;
    border: 5px solid #ffffff;
    border-radius: 50%;
    margin: 0 auto;
    z-index: 2;
}
.img-box .icon i{
    font-size:15px;
    color:#fff;
}
.client-info .img-box .inner {
    position: relative;
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
}
.client-info .img-box img {
    width: 100%;
}
.client-info .text-box {
    position: relative;
    display: block;
    margin-left: 35px;
    flex: 1;
}
.client-info .text-box h3 {
    color: #000;
    font-size: 23px;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 2px;
}
.client-info .text-box p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    margin-bottom:0;
}
.quote-icon {
    position: absolute;
    top: -26px;
    left: 45px;
    z-index: 2;
}
.quote-icon i{
  font-size:50px;
  color: #00555a;
}
 .rating-box {
    position: absolute;
    top: -10px;
    right: 0px;
    display: block;
    background: #00555a;
    padding: 6px 30px 6px;
    border-radius: 10px;
    border-top-right-radius: 0px;
    z-index: 5;
}
.rating-box ul {
    overflow: hidden;
    margin-bottom:0;
}
.rating-box ul li {
    position: relative;
    display: inline-block;
    margin-right: 0px;
    line-height: 0;
}.rating-box ul li span {
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-size: 13px;
    line-height: 13px;
}

.blogs-section {

    position: relative;
    z-index: 1;
    margin:200px 0;
}

.blogs-section:before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    z-index: -1;
    width: 35%;
    height: 100%;
    background: url(../images/resource/serv-dtls-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: center;
}

.row.blogs-pr {

}

.blogs-section .single-blog-box {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.blogs-section .single-blog-box:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 68px;
    width: 100%;
    height: 1px;
    background: rgba(6,36,98,0.1);
}

.blogs-section .blog-content {
    padding: 35px 35px 18px;
    transition: .5s;
    background: #fff;
    border-radius: 5px;
    border: 1px solid rgba(6,36,98,0.1);
    border-top: 0;
}

.blogs-section .meta-blog a {
    font-size: 14px;
    padding: 7px 22px;
    background:  #00555a;
    color: #fff;
    display: inline-block;
    border-radius: 5px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.blogs-section .meta-blog a:before {
    border-radius: 5px;
    background: #fff;
}
.blogs-section .meta-blog a:hover{
    color:#00555a;
}

.blogs-section .meta-blog a:after {
    position: inherit;
}

.blogs-section h2.blog-title a {
    font-size: 28px;
    font-weight: 700;
    color:#000;
}
.single-blog-dtls-box .meta-blog{
    left:250px;
}

.style-two.blogs-section h2.blog-title a {
    font-size: 22px;
    font-weight: 700;
}

p.blog-desc {
    padding: 15px 0 38px;
}

ul.blog-author li {
    list-style: none;
    display: inline-block;
    margin-right: 37px;
    font-weight: 500;
    font-family: 'Inter';
    color: #062462;
}

ul.blog-author li i {
    color: #da242b;
    margin-right: 7px;
}

ul.blog-author li span {
    position: relative;
    z-index: 1;
}

ul.blog-author li span:before {
    position: absolute;
    content: "";
    right: -20px;
    top: 3px;
    width: 1px;
    height: 12px;
    background-color: rgba(7,72,131,0.5019607843137255);
}


/*blog Post
================*/

.blogs-section .widget-sidebar-box {
    padding: 13px 30px 30px;
}

.upp.widget-sidebar-box {
    padding: 13px 30px 15px;
}

.blogs-section h4.sidebar-title.upp {
    padding: 0 0 24px;
    margin-bottom: 30px;
    border-bottom: 2px solid rgba(6,36,97,0.10196078431372549);
}

.widget-recent-post {
    border-bottom: 1px solid #E8E8E8;
    padding: 0 0 20px;
    margin-bottom: 20px;
}

.widget-recent-post.upper {
    border-bottom: 0;
    margin-bottom: 0;
    padding: 0;
}

.rpost-thumb {
    margin-right: 20px;
}

.rpost-content h4 a {
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    color: #062461;
    display: inline-block;
    transition: .5s;
    font-family: 'Inter';
}


/* Blog tag
==================*/

.tag-item ul li {
    display: inline-block;
    list-style: none;
}

li.item1 {
    padding: 15px 0 0 !important;
}

.tag-item a {
    background: #f6f6f6;
    padding: 6px 20px;
    display: inline-block;
    margin: 0px 6px 15px 0;
    border: 0;
    font-weight: 400;
    color: #062461;
    transition: .5s;
    border-radius: 30px;
    position: relative;
    z-index: 1;
}

.tag-item a:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #da242b;
    border-radius: 5px 30px 30px 30px;
    z-index: -1;
    transform: scale(0);
    transition: .5s;
}

.tag-item a:hover:before {
   transform: scale(1); 
}

.tag-item a:hover {
   color: #fff; 
}

/*Blog Details
=================================*/

.single-blog-dtls-box ul.blog-author {
    padding: 8px 0 0;
}

.single-blog-dtls-box .blog-thumb:hover:before {
    width: 100%;
    left: 0;
    visibility: visible;
}

.single-blog-dtls-box .meta-blog a:hover:before {
    transform: scale(1);
}

.blogs-section .single-blog-dtls-box .blog-content {
    padding: 35px 35px 25px;
}

p.blog-desc2 {
    padding: 15px 0 0px;
}

/*Blog Quote
=================*/

.blog-quote {
    background: #f6f6f6;
    padding: 25px 35px 15px;
    border-left: 4px solid #da242b;
    border-radius: 2px;
    margin: 25px 0 45px;
}

img.qte-icon {
    float: left;
    margin-right: 20px;
}

.blog-quote p {
    font-size: 18px;
    font-weight: 500;
    font-style: italic;
    color: #062462;
}

.blog-dtls-thumb {
    padding: 20px 0 15px;
}

/*Product List*/

ul.product-list {
    padding: 5px 0 0;
}

ul.product-list li {
    display: block;
    list-style: none;
    color: #062462;
    padding: 0 0 8px;
}

ul.product-list li i {
    color: #da242b;
    font-size: 22px;
    position: relative;
    top: 5px;
    margin-right: 6px;
}

/*Blog Social Share
=======================*/

.blogs-social-share {
    background: #f6f6f6;
    padding: 20px 20px 25px 30px;
    margin: 35px 0 40px;
}

span.social-text {
    font-size: 17px;
    font-weight: 500;
    font-family: 'Inter';
    color: #000;
}

ul.social-share {
    float: right;
}

ul.social-share li {
    display: inline-block;
    list-style: none;
}

ul.social-share li a {
    height: 32px;
    width: 32px;
    line-height: 32px;
    background: #fff;
    text-align: center;
    display: inline-block;
    border-radius: 3px;
    font-size: 14px;
    color: #000;
    margin-right: 7px;
    position: relative;
    z-index: 1;
}

ul.social-share li a:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #00555a;
    border-radius: 3px;
    z-index: -1;
    transform: scale(0);
    transition: .5s;
}

ul.social-share li a:hover:before {
    transform: scale(1);
}

ul.social-share li a:hover {
    color: #fff;
}

/*Post Comment
=================*/

.blog-post-comment {
    border: 1px solid rgba(6,36,98,0.1);
    padding: 34px 30px 26px;
    border-radius: 5px;
}

h3.blog-comment-title {
    font-size: 26px;
    font-weight: 700;
    padding: 0 0 34px;
}

.blog-post-comment .post-comment {
    border-bottom: 1px solid rgba(6,36,98,0.1);
    margin-bottom: 30px;
    padding: 0 0 11px;
}

.blog-post-comment .post-comment2 {
    margin-left: 88px;
}

.blog-post-comment h4.post-title {
    font-size: 16px;
    font-weight: 600;
}

.blog-post-comment h4.post-title span {
    font-size: 14px;
    color: #da242b;
    font-weight: 400;
    font-family: 'Inter';
    padding-left: 25px;
}

.blog-post-comment .post-title span:before {
    position: absolute;
    content: "";
    left: 5px;
    top: 9px;
    height: 1px;
    width: 10px;
    background: #da242b;
}

.blog-post-comment span.rights-reply {
    float: right;
    font-weight: 500;
    color: #062462;
    position: relative;
    top: -60px;
    cursor: pointer;
    left: -32px;
}
.blog-section{
    margin:200px 0;
}
.blog-section h4{
    color:#00555a;
    margin-top:37px;
}
.blog-btn{
    color:#fff;
}
/*Contact Form
======================*/

.contact-form-box3 {
    padding: 33px 30px 50px;
    border: 1px solid rgba(6,36,98,0.1);
    margin: 30px 0 0;
    border-radius: 5px;
}

.contact-form-box3 .form-box input {
    background-color: #f6f6f6;
    border: 0;
}

.contact-form-box3 .form-box textarea {
    background-color: #f6f6f6;
    border: 0;
}
.meta-blog a {
    font-size: 14px;
    padding: 7px 22px 7px 48px;
    background: #00555a;
    color: #fff;
    font-weight: 300;
    display: inline-block;
    border-radius: 5px 30px 30px 30px;
    position: relative;
    z-index: 1;
}
.meta-blog {
    position: absolute;
    bottom: -20px;
    left: 30px;
}
.blog-thumb{
    position:relative;
}

.meta-blog a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    border-radius: 5px 30px 30px 30px;
    z-index: -1;
    transform: scale(0);
    transition: .5s;
}

.meta-blog a:after {
    position: absolute;
    content: "";
    left: 20px;
    top: 22px;
    background: #fff;
    width: 20px;
    height: 1px;
}

.blog-btn a {
    font-size: 15px;
    color: #141840;
    font-weight: 500;
    padding: 22px 0 0;
    display: inline-block;
    transition: .5s;
}

.blog-btn a i {
    font-size: 18px;
    position: relative;
    top: 2px;
    left: 5px;
    transition: .5s;
}

.single-blog-box:hover .meta-blog a:before {
    transform: scale(1);
}
.single-blog-box:hover .blog-thumb:before {
    width: 100%;
    left: 0;
    visibility: visible;
}

.single-blog-box:hover .blog-btn a {
    color: #00555a;
}

.single-blog-box:hover .blog-btn a i {
    left: 14px;
}
.single-blog-box:hover .meta-blog a{
    color:#00555a;
}
.single-blog-box{
    margin-top:50px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.single-blog-box h4 {
    font-size: 18px;
    font-weight: 500;
    padding: 0 10px;
    line-height: 30px;
    display: inline-block;
    text-align:center;
}
.single-blog-dtls-box img{
    display:flex;
    margin:0 auto;
}
.blog-foot{
    height:64px;
    width:64px;
}
.ser-btn{
    color:#fff;
    position:relative;
    top:30px;
}
.one-service{
    margin-top:200px;
    margin-bottom:100px;
}
.one-service h4{
    color:#000;
    text-align:center;
    border-bottom:2px dashed #00555a;
    padding-bottom:10px;
}
.one-service .ser-icon{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: -40px;
    right: 40px;
    width: 100px;
    height: 100px;
    border-radius: 5px;
    background-color: #00555a;
    
}
.one-service .ser-icon img{
filter: invert(1) brightness(4);
}

header.navbar.navbar-responsive {
    z-index: 9999;
}

/*services */

.inner-main-bnr1 {
    background-size: cover !important;
    background-position: center !important;
    height: 100vh;
    position: relative;
}
.ib-main-title1 {
    display: flex
;
    align-items: center;
    justify-content: start;
    height: 100vh;
    padding-top: 70px;
    position: relative;
    z-index: 9;
}
.page-title {
    color: #fff;
    font-size: 38px;
    width: 60%;
    margin: 0 auto 5px;
}
.ib-main-title1 p {
    width: 70%;
    color: white;
    margin: 0px 20% 0px;
    font-size: 16px;
}
.common_paragraph p {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    /* color: #C5C4C4; */
    color: #f9f9f9;
}
button.nav_contact.ctn-place {
    margin: 0px 20% 0px;
    margin-top: 20px;
}
.nav_contact {
    background: #00555A;
    text-decoration: none;
    color: #fff !important;
    font-size: 16px;
    padding: 8px 15px;
    border-radius: 10px;
    margin-left: 40px;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    font-weight: 400;
}
.inner-main-bnr1::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #00000087;
    top: 0;
    left: 0;
}



.bg-shade {
    padding-bottom: 80px;
    background: url(https://webuildllp.com/source/Files/services/Mask%20group.png);
    background-repeat: no-repeat;
    background-position: right;
}
.common_bottom_padding {
    padding-bottom: 80px;
}

.common_top_padding {
    padding-top: 80px;
}
.bg-first{
    background:#1c1c1c;
}
.bg-second{
    background-color:#1E1E1EF7;
}
#solution_details .leftcont img {
    width: 100%;
    max-height: 450px;
    object-fit: cover;
}
.rightcont.box, .box-design {
    box-shadow: 0px 0 30px rgb(0 0 0 / 44%);
    padding: 30px;
    background: #005559;
    border-bottom: 3px solid #585858;
    border-radius: 8px;
}
.common_title1 {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 10px;
    text-transform: capitalize;
}
#expertise {
    background: #1c1c1c;
    text-align: center;
    padding: 50px 0px;
}
section.bg-100 {
    background: #fafafa;
    margin-top: 0px;
    padding-top: 30px;
}
.bg-holder {
    position: absolute;
    width: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    will-change: transform, opacity, filter;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-repeat: no-repeat;
    z-index: 0;
}
.dark_box {
    background: rgb(37 37 37) !important;
}
hr.short {
    width: 4.20873rem;
}
hr {
    background-color: #fffdfd;
    border-radius: .094rem;
    margin-left: auto;
    margin-right: auto;
}
hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: 1px solid;
    opacity: .25;
}
section.icon-25 {
    background: #252525;
    padding: 50px 0px;
}
.icon-25 img {
    max-height: 450px;
    object-fit: cover;
    width: 100%;
}
.overflow-hidden svg {
    width: 25px;
}
.rightcont.box, .box-design {
    box-shadow: 0px 0 30px rgb(0 0 0 / 44%);
    padding: 30px;
    background: #005559;
    border-bottom: 3px solid #585858;
    border-radius: 8px;
}
.overflow-hidden p {
    margin-bottom: 0px;
    margin-top: 0px !important;
}

.inner-main-bnr {
    height: 331px;
    background-image: url('https://webuildllp.com/resources/images/abtanner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    background-attachment: fixed;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ib-main-title {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 70px;
    position: relative;
    z-index: 9;
}
.font-27 {
    font-size: 27px;
}
.page-title {
    color: #fff;
    font-size: 38px;
    width: 60%;
    margin: 0 auto 5px;
}
.inner-main-bnr::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #00000091;
    top: 0;
    left: 0;
}

/*accordian*/

.we-offer-are #accordionExample {
  background: transparent;
  box-shadow: none;
}
.we-offer-are .accordion-item {
    background: transparent;
    color: #fff;
    text-align: left;
    margin-bottom: 10px;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #ececec70;
    padding-bottom: 10px;
}
.we-offer-are  .accordion-item:first-of-type .accordion-button {
  background: transparent;
  color: #fff;
}
.we-offer-are .accordion-item  .accordion-button {
    box-shadow: none;
}
.we-offer-are  .accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}
.we-offer-are  .accordion-button::after {
  filter: brightness(0) invert(1);
}
.we-offer-are .accordion-button {
    background: transparent;
    color: #fff;
    font-size: 20px;
}
.solution_ser ul {
    padding: 0;
    text-align: left !important;
}
.solution_ser ul li {
    margin-bottom: 8px !important;
}
.solution_ser .accordion-button:focus {
    border-color: transparent !important;
    outline: 0;
    box-shadow: none !important;
}

/*accordian end*/

.accordion-item p {
    margin-bottom: 0px;
    color: white;
}
a.nav_contact.ctn-place {
    display: inline-block;
    width: auto;
    margin: 20px 20% 0px;
}


/*.servicebx {*/
/*    background: #00555a;*/
/*    padding: 20px;*/
/*    margin-bottom: 25px;*/
/*    text-align: left;*/
/*    min-height: 330px;*/
/*}*/

.servicebx {
    background: #00555a;
    padding: 20px;
    margin-bottom: 25px;
    text-align: left;
    min-height: 330px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: justify;
}
.sicon {
    background: #fff;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    /*margin-bottom: 20px;*/
    display: flex;
    align-items: center;
    justify-content: center;
}
.sicon img {
    width: 40px;
}
.fs-25{
    font-size:25px;
}
.servicebx h4 {
    font-size: 15px;
}
.servicebx p {
    margin-bottom: 0px;
    color: #fff;
    text-align:center;
}
.servicebx.inherit {
    min-height: inherit !important;
}
@media(min-width:1000px){
    .mt-150{
        margin-top:150px;
    }
}
section.icon-25.common_paragraph .servicebx {
    min-height: 50px !important;
}

@media(max-width:576px){
    section.why-us {
    display: none;
}
}
.know-title h1 {
    color: #474747;
    font-size: 2rem;
    margin-bottom: 15px;
    margin-top: 15px;
}
.client-count h4 {
    margin: 10px;
}
/*--------------------------------------------------------------
# Consultation Section
--------------------------------------------------------------*/

:root {
    --background-color: #ffffff;
    --default-color: #444d4d;
    --heading-color: #003a36;
    --accent-color: #053845;
    --surface-color: #ffffff;
    --contrast-color: #ffffff;
}
.consultation {
  padding-top: 1px;
  padding-bottom: 60px;
}

.consultation .cta-wrapper {
  background-color: var(--surface-color);
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
}

.consultation .cta-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(to right, var(--accent-color), color-mix(in srgb, var(--accent-color), #fff 30%));
}

@media (max-width: 992px) {
  .consultation .cta-wrapper {
    padding: 40px;
  }
}

@media (max-width: 576px) {
  .consultation .cta-wrapper {
    padding: 30px 20px;
  }
}

.consultation .cta-content {
  padding-right: 30px;
}

@media (max-width: 992px) {
  .consultation .cta-content {
    padding-right: 0;
    margin-bottom: 40px;
  }
}

.consultation .cta-content h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: var(--heading-color);
}

@media (max-width: 768px) {
  .consultation .cta-content h2 {
    font-size: 2rem;
  }
}

.consultation .cta-content p {
  font-size: 1.1rem;
  margin-bottom: 2rem;
  color: var(--default-color);
}

.consultation .cta-content .cta-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.consultation .cta-content .cta-stats .stat-item .number {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--accent-color);
  display: block;
  line-height: 1.2;
}

@media (max-width: 768px) {
  .consultation .cta-content .cta-stats .stat-item .number {
    font-size: 2rem;
  }
}

.consultation .cta-content .cta-stats .stat-item .text {
  font-size: 0.9rem;
  color: var(--default-color);
}

.consultation .cta-form {
  background-color: color-mix(in srgb, var(--surface-color), #000 3%);
  border-radius: 10px;
  padding: 30px;
}

.consultation .cta-form h3 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--heading-color);
}

@media (max-width: 768px) {
  .consultation .cta-form h3 {
    font-size: 1.5rem;
  }
}

.consultation .cta-form p {
  font-size: 1rem;
  margin-bottom: 25px;
  color: var(--default-color);
}

.consultation .cta-form .form-control {
  height: 50px;
  padding: 10px 15px;
  border-radius: 5px;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 80%);
  background-color: var(--surface-color);
  color: var(--default-color);
  font-size: 14px;
}

.consultation .cta-form .form-control:focus {
  border-color: var(--accent-color);
  box-shadow: none;
}

.consultation .cta-form .form-control::placeholder {
  color: color-mix(in srgb, var(--default-color), transparent 70%);
}

.consultation .cta-form select.form-control {
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 15px;
}

.consultation .cta-form button[type=submit] {
  background-color: var(--accent-color);
  border: none;
  color: var(--contrast-color);
  padding: 12px 30px;
  font-weight: 600;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
}

.consultation .cta-form button[type=submit]:hover {
  background-color: color-mix(in srgb, var(--accent-color), #000 10%);
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.cta-form h4 {
    color: #21424b;
}
textarea#message {
    padding-left: 15px !important;
    min-height: 100px !important;
}
.section-title h3 {
    font-size: 2.4em;
}
.cat-box h4 {
    font-size: 100px !important;
    /* -webkit-text-stroke-color: #FFFFFF80; */
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #fff;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    left: 29%;
    transition: all 1s ease-in-out;
    margin: 0px;
}
.cat-box:hover h4 {
    transition: all 1s ease-in-out;
    bottom: 10%;
}

/*--------------------------------------------*/
.fix_icons {
    position: fixed;
    right: 10px;
    top: 50%;
    z-index: 999;
}
.fix_icons .fico {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    animation: pulse-animation 2s infinite;
    font-size: 25px;
    background-color: #00555A;
    margin-bottom: 10px;
}
.fix_icons .whts {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    animation: pulse-animation 2s infinite;
    font-size: 25px;
    background-color: #00bd49;
    margin-bottom: 10px;
    
}




/* commet form */
.comment-form {
    margin-top: 56px;
}
.comment-title h3 {
    font-size: 28px;
    color: #171717;
    font-weight: 700;
    /*font-family: "Yantramanav";*/
    margin-bottom: 27px;
}

#comment-msg-box {
    width: 100%;
    transition: .5s;
    height: 200px;
    background-color: #ffffff;
    border: 1px solid rgba(23,23,23,0.1);
    padding: 21px 25px;
}

#comment-msg-box::placeholder {
    font-size: 15px;
    color: #575f66;
    font-weight: 300;
    font-family: "Archivo";
}

input.comment-box {
    height: 60px;
    background-color: #ffffff;
    border: 1px solid rgba(23,23,23,0.1);
    width: 100%;
    margin-bottom: 20px;
    padding: 25px;
}

input.comment-box::placeholder {
    font-size: 15px;
    color: #575f66;
    font-weight: 300;
    font-family: "Archivo";
}

.comment-box:focus, #comment-msg-box:focus {
    border-color: #00555A;
    outline: 0;
    box-shadow: 0 0 6px rgb(0, 85, 90, 0.6);
}

/*form button*/
.comment-form .submit-comment {
    background: #00555A;
    border: 1px solid #00555A;
    padding: 14px 39px;
    margin-left: 15px;
    transition: .5s;
    font-size: 17px;
    color: #ffffff;
    font-weight: 500;
    /*font-family: "Yantramanav";*/
    margin-top: 10px;
    width: 25%;
}

.comment-form .submit-comment:hover {
    background: #fff;
    color: #00555A;
}
.blog-footer{
    height:64px;
    width:auto;
}
.blog-a{
line-height:20px !important;    
}

.blog-recent a{
    color:#000;
}
.blog__widget {
    background: #F6F6F6;
    padding: 35px 40px 40px;
    margin-bottom: 30px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.blog__widget-title {
    margin-bottom: 0;
    font-size: 24px;
    margin-bottom: 20px;
    color: #414141;
}
.blog__rc-post-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}
.blog__rc-post-item .thumb {
    width: 85px;
    flex: 0 0 auto;
}
.blog__rc-post-item .content .date {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
;
    align-items: center;
    line-height: 1;
    font-size: 14px;
    gap: 8px;
    margin-bottom: 10px;
}
.blog__rc-post-item .content .date i {
    font-size: 16px;
}
.blog__rc-post-item .content .title {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
}
.blog__rc-post-item a{
    color:#00555A;
    text-decoration:none;
        transition:0.5s all ease;
    
}
.blog__rc-post-item a:hover{
    transition:0.5s all ease;
    transform:translateY(-5px);
}
.blog__widget ul li {
    display:inline-block;

      margin-right:10px;
 
}
.blog__widget ul li a{
          height:50px;
      width:50px;
         line-height: 50px;
    text-align: center;

      color:#fff;
      border-radius:50%;
      display:block;
}
.blog__widget ul li a{
    color:#fff;
}
.blog__widget ul li:nth-child(1) a{
       background:#52ba63;
  
}
.blog__widget ul li:nth-child(2) a{
       background:#4271b8;
  
}
.blog__widget ul li:nth-child(3) a{
        background: rgb(30, 48, 80);
  
}
.blog__widget ul li:nth-child(4) a{
       background:#000;
  
}
.blog__widget ul{
    padding:0;
}





/* contact */
#contact {
  padding-top: 160px;
  position: relative;
}
#contact .container{
  position: relative;
  z-index: 9;
}
.contact_left ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.contact_left ul li {
  display: flex;
  margin-bottom: 20px;
}
.contact_icon {
  margin-right: 20px;
  font-size: 20px;
  min-width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #00555A;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.contact_details a {
  text-decoration: none;
  color: #ffffff;
  font-size: 18px;
  width: 340px;
  display: flex;
  font-weight: 400;
}
.contact_submit {
  background: #00555A;
  border: 0;
  color: #fff;
  padding: 8px 15px;
  border-radius: 10px;
}
.contact_left h2 {
  margin-bottom: 30px;
  color: #fff;
}
.input_wrap {
  border: 1px solid #00000024;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 20px;
}
.input_wrap label {
  margin-bottom: 10px;
  text-transform: capitalize;
  font-size: 14px;
}
.contact_input {
  width: 100%;
  outline: none;
  box-shadow: none;
  border: 0;
}
.contact_input::placeholder{
  font-size: 14px;
  color: #00000077;
}
#contact::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url(../images/header.jpg);
  top: 0;
  left: 0;
  opacity: .1;
}
.contact_form {
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 6%);
  padding: 40px;
  background: #fff;
}
.contact_details p {
  margin: 0;
  color: #ffffff;
  font-size: 18px;
}
.input_wrap input[type='text'] {
    color: #555555;
    font-size: 15px;
    font-weight: 600;
}
.blog-details {
    margin-top: 60px;
}
.blog-content h4{
    color: #4a4a4a;
    margin-bottom:0px;
    font-size:16px;
}
.blog-content h4 i{
    margin-right:5px;
}

.blog-single-items ul{
    list-style: disc;
    margin-left:20px;
    color: black;
}
section.privacy h1 {
    font-size: 45px;
}
section.privacy h2 {
    font-size: 35px;
}
section.privacy h3 {
    font-size: 30px;
}
section.privacy h4 {
        font-size: 32px !important;
    margin: 15px 10px !important;
}

section.youtubeSection {
    /* min-height: 650px; */
    background: linear-gradient(rgb(0 0 0 / 90%), rgba(0, 0, 0, 0.4)), url(../img/home-project1.jpg) center center;
    background-attachment: fixed;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}