html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
table {
  border-collapse: collapse;
}

caption {
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}
/*fonts*/

html,body{
    scroll-behavior: smooth;
}
#wrapper{
  min-width: 100%;
  min-height: 100%;
}
.container{
  width: 1470px;
  margin: 0 auto;
  padding: 0 15px;
}
body{
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-size: 15px;
  line-height: 22px;
  color: #000;
  font-weight: 300;
  overflow-x: hidden;
  max-width: 100vw;
}
ul{
  list-style: none;
}
a{
  text-decoration: none;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
a:focus,
a:hover{
  outline: none;
}
a:hover{
  color: #246155;
}
img{
  display: block;
  max-width: 100%;
}
h1,h2,h3,h4,h5,h6{
  font-family: "Playfair Display", serif;
  font-weight: normal;
}
h1{
  font-size: 40px;
  line-height: 1.2;
}
h2{
  font-size: 40px;
  line-height: 1.2;
}
h3{
  font-size: 30px;
  line-height: 1.2;
}
h4{
  font-size: 20px;
  line-height: 1.2;
}
h5{
  font-size: 18px;
  line-height: 1.2;
}
h6{
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
}

.btn {
  font-family: "Playfair Display", serif;
  font-size: 16px;
  background: #fff;
  color: #333;
  cursor: pointer;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  display: inline-block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 30px;
  line-height: 64px;
  text-align: center;
  border-radius: 0;
  font-weight: 500;
  min-width: 240px;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  border:1px solid #ccc;
}
.btn:hover{
  border-color: #246155;
}
.btn_purple:hover{
  background: #F2522D;
}
/*menu toggle*/
.menu_toggle {
  position: relative;
  display:  inline-block;
  width: 30px;
  height: 30px;
  margin: 0 0 0 20px;
  display: none;
}
.menu_toggle span {
  margin: 0 auto;
  position: relative;
  top: 15px;
}
.menu_toggle span:before, .menu_toggle span:after {
  position: absolute;
  content: '';
}
.menu_toggle span, .menu_toggle span:before, .menu_toggle span:after {
  width: 100%;
  height: 2px;
  background-color: #3a8476;
  display: block;
}
.menu_toggle span:before {
  margin-top: 10px;
}
.menu_toggle span:after {
  margin-top: -10px;
}
/* --- btn --- */
.menu_toggle span {
  -webkit-transition-duration: 0s; -o-transition-duration: 0s; transition-duration: 0s;
  -webkit-transition-delay: 0.2s; -o-transition-delay: 0.2s; transition-delay: 0.2s;
}
.menu_toggle.active span {
  background-color: rgba(0,0,0,0.0);
  -webkit-transition-delay: 0.2s; -o-transition-delay: 0.2s; transition-delay: 0.2s;
}


.menu_toggle span:before {
  -webkit-transition-property: margin, -webkit-transform; transition-property: margin, -webkit-transform; -o-transition-property: margin, transform; transition-property: margin, transform; transition-property: margin, transform, -webkit-transform;
  -webkit-transition-duration: 0.2s; -o-transition-duration: 0.2s; transition-duration: 0.2s;
  -webkit-transition-delay: 0.2s, 0s; -o-transition-delay: 0.2s, 0s; transition-delay: 0.2s, 0s;
}
.menu_toggle.active span:before {
  margin-top: 0;
  -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg);
  -webkit-transition-delay: 0s, 0.2s; -o-transition-delay: 0s, 0.2s; transition-delay: 0s, 0.2s;
}
.menu_toggle span:after {
  -webkit-transition-property: margin, -webkit-transform; transition-property: margin, -webkit-transform; -o-transition-property: margin, transform; transition-property: margin, transform; transition-property: margin, transform, -webkit-transform;
  -webkit-transition-duration: 0.2s; -o-transition-duration: 0.2s; transition-duration: 0.2s;
  -webkit-transition-delay: 0.2s, 0s; -o-transition-delay: 0.2s, 0s; transition-delay: 0.2s, 0s;
}
.menu_toggle.active span:after {
  margin-top: 0;
  -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg);
  -webkit-transition-delay: 0s, 0.2s; -o-transition-delay: 0s, 0.2s; transition-delay: 0s, 0.2s;
}
.slick-prev, .slick-next {
  width: 64px;
  height: 64px;
  background: #fff;
  left: 0;
  top: 50%;
  background:#fff url(../images/right-arrow.png) no-repeat center !important;
  z-index: 1;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
.slick-next {
  left: auto;
  right: 0;
  background:#fff url(../images/left-arrow.png) no-repeat center !important;
}
.slick-arrow.slick-disabled {
    opacity: 0.4;
}
.slick-prev:before, .slick-next:before{
  display: none;
}

.form_group {
  margin-bottom: 20px;
  position: relative;
}
.form_control {
  width: 100%;
  display: block;
  border:none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  height: 42px;
  padding: 0;
  font-family: "Playfair Display", serif;
  font-size: 15px;
  line-height: 42px;
  font-weight: 400;
  color: #000;
  background: #fff;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
.form_control:focus{
  outline: none;
}
.input_group .form_control:focus,
.form_control:focus{
  outline: none;
  border-color: #56af9e;
  background: none;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: transparent;
}
::-moz-placeholder { /* Firefox 19+ */
  color: transparent;
}
:-ms-input-placeholder { /* IE 10+ */
  color: transparent;
}
:-moz-placeholder { /* Firefox 18- */
  color: transparent;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type=number]{
    -moz-appearance: textfield;
}
.form_control.error{
  border-color: red !important;
  color: red;
}
label.error {
  position: absolute;
  bottom: -20px;
  font-size: 10px;
  line-height: 20px;
  color: red;
}
/*.form_control.error::-webkit-input-placeholder{
  color: red;
}
.form_control.error::-moz-placeholder{
  color: red;
}
.form_control.error:-ms-input-placeholder{
  color: red;
}
.form_control.error::-ms-input-placeholder{
  color: red;
}
.form_control.error::placeholder{
  color: red;
}*/
textarea.form_control{
  resize: none;
}
.sm {
  margin: 20px 0 0;
}
.sm ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.sm a{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 38px;
          flex: 0 0 38px;
  width: 38px;
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border:1px solid #fff;
  border-radius: 50%;
}
.sm a:hover{
  background: #fff;
}
.sm a svg{
  width: 15px;
  height: 15px;
  fill: #fff;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
.sm a svg path{
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
.sm a:hover svg path{
  fill: #56af9e;
}
.banner2 .banner_cnt h1{
  font-size: 50px;
}
.baner_cnt{
  max-width: 50%;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 10px;
  color: #fff;
  padding: 30px;
}
.baner_cnt h1{
  font-family: "Poppins", sans-serif;
  font-size: 60px;
  line-height: 73px;
  font-weight: 100;
  margin-bottom: 15px;
}
.baner_cnt h1 b{
  font-weight: 400;
  display: block;
}
.baner_cnt p{
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  margin-bottom: 15px;
}
.form_control:focus::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: transparent;
}
.form_control:focus::-moz-placeholder { /* Firefox 19+ */
  color: transparent;
}
.form_control:focus:-ms-input-placeholder { /* IE 10+ */
  color: transparent;
}
.form_control:focus:-moz-placeholder { /* Firefox 18- */
  color: transparent;
}
.banner_slider .slick-dots{
  bottom: 30px;
}
.slick-dots li button{
  background: #000;
}

.slick-dots li.slick-active button{
    background: #56af9e;
}
.gallery_title{
  font-size: 26px;
  font-weight: 600;
}
.galelry_wrapper{
  padding: 50px 0;
}
.f-button{
  background:#56af9e;
}
.f-button:hover{
  background:#000 !important;
}
.fancybox__caption{
  font-size: 18px;
}
.stn_img{
  display: none;
}
.stn_img img{
  width: 100%;
}

header {
  position: fixed;
  top: 30px;
  z-index: 999;
  width: 100%;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 9;
  background: #fff;
}
header.sticky {
  position: fixed;
  top: 0;
  background: #fff;
  -webkit-box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
}
.header_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
nav ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
nav ul li{
  margin: 0 20px;
}
nav a{
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #8b8b76;
  text-transform: capitalize;
  line-height: 89px;
  display: block;
  padding: 0 15px;
  position: relative;
}
nav a:after{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
  background: #56af9e;
  opacity: 0.5;
  margin: auto;
  width: 0px;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
nav li a.active:after,
nav li:hover > a:after{
  width: 100%;
}
a.active{
  color: #246155;
  font-weight: 700;
}
.logo{
  max-width: 125px;
}
header .dropdown_menu{
  position: absolute;
  background: #fff;
  display: block;
  width: 250px;
  visibility: hidden;
  opacity: 0;
  top: 100%;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
header .dropdown_menu li{
  margin: 0;
}
header .dropdown:hover .dropdown_menu{
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  visibility: visible;
  opacity: 1;
}
header .dropdown_menu li + li{
  border-top: 1px solid #ccc;
}
header .dropdown_menu li a{
  line-height: 42px;
}
.banner{
  position: relative;
}
.banner_cnt{
  width: 100%;
  height: 896px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
}
.banner_img{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bc_in{
  max-width: 533px;
  background: #56af9e;
  color: #fff;
  padding: 50px;
}
.home_about{
  padding: 100px 0;
}
.ha_in{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ha_cnt{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
.ha_cnt h3{
  margin-bottom: 30px;
}
.ha_cnt p{
  font-family: "Playfair Display", serif;
  font-size: 14px;
  margin-bottom: 30px;
}
.link{
  font-family: "Playfair Display", serif;
  font-size: 14px;
  color: #3a8476;
  position: relative;
}
.link:after{
  content: '';
  width: 43px;
  height: 3px;
  background: #3a8476;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
.link:hover:after{
  width: 25px;
}
.hai_blk{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  max-width: 50%;
}
.hi_img{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
  max-width: 300px;
  height: 484px;
  background: #3a8476;
}
.hi_img img{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hi_img + .hi_img{
  margin-top: 120px;
}
.st_cnt{
  height: 640px;
  display: none;
  visibility: hidden;
  opacity: 0;
  position: relative;
}
.st_cnt:after{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
}
.st_cnt:first-child{
  visibility: visible;
  opacity: 1;
}
.st_cnt{
  visibility: hidden;
  opacity: 0;
}
.st_cnt.current{
  visibility: visible;
  opacity: 1;
}
.st_cnt img{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background: #ccc;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
.st_cnt:first-child{
  display: block;
}
.st_nav ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.st_nav ul li{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  height: 640px;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  overflow: hidden;
}
.st_nav ul li a{
  display: block;
}
.st_nav ul li *{
  color: #fff;
}
.st_nav ul li + li{
  border-left: 1px solid #fff;
}
.st_nav{
  position: relative;
  z-index: 1;
}
.services_imgs{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.services_tabs{
  position: relative;
  overflow: hidden;
}
.stn_cnt h4{
  margin-bottom: 15px;
  line-height:1.5;
  height: 60px;
  overflow: hidden;
  margin-bottom: 30px;
}
.stn_cnt{
  position: relative;
/*  top: calc(100% - 40px);*/
  top: 144px;
  padding-top: 20px;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
.stn_cnt:before{
  content: '';
  left: 0;
  width: 43px;
  height: 3px;
  background: #3a8476;
  position: absolute;
  top: 0;
}
.stn_hover p{
  margin-bottom: 20px;
  height: 66px;
  overflow: hidden;
}
.st_nav ul li:hover .stn_cnt{
  top: 0;
}
.st_cnt img{
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  -webkit-transform:scale(1.1,1.1);
      -ms-transform:scale(1.1,1.1);
          transform:scale(1.1,1.1);
}
.st_cnt.current img{
  -webkit-animation: zoomeffect 1s;
          animation: zoomeffect 1s;
}
@-webkit-keyframes zoomeffect{
  0%{
    background-position:center;
    -webkit-transform:scale(1,1);
            transform:scale(1,1);
  }
  100%{
    background-position:center;
    -webkit-transform:scale(1.05,1.05);
            transform:scale(1.05,1.05);
  }
}
@keyframes zoomeffect{
  0%{
    background-position:center;
    -webkit-transform:scale(1,1);
            transform:scale(1,1);
  }
  100%{
    background-position:center;
    -webkit-transform:scale(1.05,1.05);
            transform:scale(1.05,1.05);
  }
}
.projects{
  padding: 70px 0 0;
}
.sec_title{
  font-family: "Playfair Display", serif;
  font-size: 16px;
  display: block;
}
.projects h3{
  margin-bottom: 30px;
}
.projects_slider{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px
}
.projects_card{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 3 - 20px);
          flex: 0 0 calc(100% / 3 - 20px);
  max-width: calc(100% / 3 - 20px);
  color: #000;
  position: relative;
  display: block;
}
.project_img{
  height: 288px;
  overflow: hidden;
  background: #ccc;
  margin-bottom: 10px;
}
.project_img img{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
.projects_card span{
  font-family: "Playfair Display", serif;
  font-size: 16px;
}
.projects_card:hover .project_img img{
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.gallery_blk{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.gallery_wrapper{
  position: relative;
}
.gallery_link{
  position: absolute;
  right: 0;
  top: -50px;
}
.gallery_link:hover{
  color: #000;
}
.gallery_img{
  display: block;
  height: 248px;
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(20% - 2px);
          flex: 0 0 calc(20% - 2px);
  max-width: calc(20% - 2px);
}
.w_30{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(30% - 1px);
          flex: 0 0 calc(30% - 1px);
  max-width: calc(30% - 1px);
}
.w_50{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 1px);
          flex: 0 0 calc(50% - 1px);
  max-width: calc(50% - 1px);
}
.gallery_blk{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2px;
}
.gallery_img img{
  width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery_img{
  position: relative;
}
.gallery_img:after{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  bottom: 0;
  background: #56af9e;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s all ease-in-out;
}
.gallery_img:hover:after{
  visibility: visible;
  opacity: 0.5;
}
.pg_blk{
  padding: 0 0 100px;
}
footer{
  background: #000 url(../images/footer_bg.jpg) no-repeat center / cover;
  padding: 40px 0;
  color: #fff;
}
.footer_logo{
  max-width: 175px;
  display: block;
  margin-bottom: 15px;
}
footer a{
  color: #fff !important;
}
footer a:hover{
  color: #246155 !important;
}
.footer_in{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ft_lft{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 463px;
          flex: 0 0 463px;
  max-width: 463px;
}
.ft_rht{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
  max-width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
footer nav{
  margin: 0 30px;
}
footer nav a{
  padding: 0;
  line-height: 1;
  font-weight: normal;
}
footer nav a:after{
  display: none !important;
}
footer *{
  font-family: "Playfair Display", serif;
  font-size: 14px;
}
footer .dropdown_menu{
  display: block;
  padding: 0;
  margin: 0;
}
footer .dropdown_menu li{
  margin: 0;
}
footer .dropdown_menu li{
  margin-top: 20px;
}
.ft_lft p{
  font-family: "Playfair Display", serif;
  margin-bottom: 30px;
}
.ft_imgs{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.fti{
  -webkit-box-flex: 0;
      -ms-flex: 0  0 38%;
          flex: 0  0 38%;
  max-width: 38%;
  height: 104px;
}
.fti:last-child{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}
.fti img{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

nav a:hover{
  color: #246155 !important;
}
.banner2 {
  height: 700px;
  overflow: hidden;
}
.banner2 .bc_in {
  max-width: 100%;
  background: none;
  color: #fff;
  padding: 0;
  text-align: center;
}
.banner2 .banner_cnt{
  background: rgba(0, 0, 0, 0.3);
  height: 100% !important;
}
.serices_blk.sec_head{
  max-width: 30%;
  margin-bottom: 40px;
}

.serices_blk.sec_head{
  max-width: 30%;
  margin-bottom: 40px;
}
.serices_blk .sec_head{
  margin-bottom: 30px;
  max-width: 40%;
}
.sec_head h3{
  margin-bottom: 15px;
}
.sec_head p{
  font-family: "Playfair Display", serif;
}
.whychoose_us{
  padding: 70px 0;
}
.wcu_in{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.wcu_cnt,
.our_approach{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
}
.wcu_in h3{
  margin-bottom: 15px;
}
.wcu_in p{
  margin-bottom: 30px;
  font-family: "Playfair Display", serif;
}
.wcu_cnt li {
  padding: 10px 0;
  border-top: 1px solid #ccc;
  font-family: "Playfair Display", serif;
}
.wcu_cnt li:first-child{
  padding-top: 0;
  border: none;
}
.wcu_cnt li:last-child{
  padding-bottom: 0;
}
.dropdown:hover .dropdown_arrow svg{
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.dropdown_arrow svg{
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
.dropdown_arrow svg{
  width: 20px;
  height: 12px;
}
.copy_right{
  margin-top: 15px;
}
.wcu_in:after{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 1px;
  height: 100%;
  background: #ccc;
}
.serices_blk2{
  padding: 70px 0;
}
.serices_blk2 .projects_card{
  padding: 20px 20px 50px;
  border: 1px solid #ccc;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 4 - 22px);
          flex: 0 0 calc(100% / 4 - 22px);
  max-width: calc(100% / 4 - 23px);
  position: relative;
}
.serices_blk2 .projects_card .project_img{
  height: 142px;
}
.project_cnt h4{
  margin-bottom: 10px;
}
.project_cnt a{
  color: #246155;
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
}
.project_cnt a:hover{
  color: #000;
}
.serices_blk2 + .whychoose_us{
  border-top: 1px solid #ccc;
  padding-bottom: 120px;
}
.projects_blk{
  padding: 70px 0;
}
.projects_blk .sec_head{
  max-width: 40%;
  margin-bottom: 40px;
}
.pg_in{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}
.pf_card{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 3 - 20px);
          flex: 0 0 calc(100% / 3 - 20px);
  max-width: calc(100% / 3 - 20px);
  position: relative;
  height:450px;
  margin: 10px;
  overflow: hidden;
  display: none;
}
.pf_card:first-child{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(40% - 20px);
          flex: 0 0 calc(40% - 20px);
  max-width: calc(40% - 20px);
}
.pf_card:nth-child(2){
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(60% - 20px);
          flex: 0 0 calc(60% - 20px);
  max-width: calc(60% - 20px);
}
.pf_cnt{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.6);
  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;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
.pf_cnt .btn{
  background: #fff;
  border-radius: 4px;
  color: #000;
  border:1px solid #ccc !important;
}
.pf_cnt .btn:hover{
  background: #246155;
  border-color: #246155 !important;
  color: #fff;
}
.pf_card img{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
.pf_card:hover img{
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.pf_card:hover .pf_cnt{
  visibility: visible;
  opacity: 1;
}
.pf_nav{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.pf_nav a{
  color: #000;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pf_nav a:hover{
  color: #246155;
}
.project_detail{
  padding: 100px 0;
}
.pd_in{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pd_lft{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 270px;
          flex: 0 0 270px;
  max-width: 270px;
}
.pd_rht{
  max-width: 970px;
}
.project_imgs{
  margin: 0 !important;
}
.project_imgs .project_img{
  height: 620px;
  overflow: hidden;
}
.projects_slider2 .projects_card{
  margin: 0 15px;
}
.projects_slider2{
  gap: 0;
  margin: 0 -15px;
}
.projects_slider2 .project_img{
  height: 220px;
  overflow: hidden;
}
.projects_slider2 .project_cnt h4,
.projects_slider2 .project_cnt p{
  font-size: 15px;
  line-height: 22px;
  margin: 0;
}
.projects_slider2 .slick-arrow{
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
  bottom: -40px;
  top: auto;
  width: 50px;
  height: 20px;
}
.slick-dots,
.projects_slider2 .slick-dots{
  display: none !important;
}
.pd_lft h2{
  margin-bottom: 20px;
}
.pd_lft h4{
  margin-bottom: 10px;
}
.pd_lft p{
  font-size: 16px;
  line-height: 26px;
}
.pd_item{
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.pd_item:last-child{
  border: none;
}
.pd_item ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.page_gallery{
  padding: 70px 0;
}
.page_gallery h3{
  margin-bottom: 30px;
}
.banner_slider .slick-dots{
  display: block !important;
}
.page_contact {
  padding: 70px 0;
}
.pc_in{
  display: flex;
  justify-content: space-between;
  border:1px solid #ccc;
}
.pc_lft,.pc_rht{
  width: 100%;
  padding: 20px;
}
.pc_in + .pc_in{
  margin-top: 30px;
}
.map{
  height: 557px;
}
.map iframe{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pc_lft h3{
  margin-bottom: 5px;
}
.pc_lft h4{
  margin-bottom: 20px;
}
.pc_lft h5{
  font-size: 15px;
  font-weight: 500;
}
.pc_lft p{
  font-size: 14px;
}
.pc_lft a{
  color: #4c4c4c;
}
.pc_lft a:hover{
  color: #56af9e;
}
.pd_item {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.pc_rht img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#enquiry_form{
  margin-top: 30px;
}
#form_Submit{
  background: #000;
  color: #fff;
  border:none;
  min-width: 160px;
  display: block;
  margin-left: auto;
}
#form_Submit:hover{
  background: #56af9e;
}
.gallery_wrapper + .gallery_wrapper{
  margin-top: 30px;
}
.slick-dots li button:before{
  display: none !important;
}
.testmonials_sider{
  border: 1px solid #ccc;
  padding: 30px;
}
.ts_item{
  display: flex !important;
  justify-content: space-between;
}
.ts_img{
  flex: 0 0 453px;
  max-width: 453px;
  height: 270px;
  overflow: hidden; 
  background: #ccc;
}
.ts_img img{
  width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.ts_cnt{
  width: 100%;
  padding: 50px 40px 0 30px;
}
.testmonials{
  position: relative;
  max-width: 90%;
  margin: 70px auto 0;
}
.testmonials h3{
  position: absolute;
  left: 513px;
  top: 30px;
  height: 36px;
  overflow: hidden;
}
.ts_cnt p{
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 20px;
}