
*{
text-decoration: none !important;
outline: none !important;
}

/************VARIABLE CSS***********/
/************VARIABLE CSS***********/
:root {
  --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #fcb814;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
  --main-bg-color: #ffffff; 
  --main-text-color:#353535; 
  --main-font-size: 16px; 
  --main-font-weight: 400; 
  --main-line-height: 25px; 
  --font-titel:'Playfair Display', serif;
  --font-paragraph:'Mulish', sans-serif;
 --themecolor:#E79F31;
  --preloder-color:#00aeff;
  --preloder-animeshan-color:#fff;
  --humbarger-color:#00aeff;
  --dark-color:#313946;
  --light-color:#ffffff;
  --heading-color:#111111 ;
  --color-green:#1fbf54;
--primary-color:#E79F31;
--color-white:#ffffff;
     scroll-behavior: smooth;
    scroll-padding-top: 4rem;
    --color-black:#000;
    --main-line-heigh:26px;
}

.color-white-global{
  background-color: var(--light-color) !important;
  color: var(--heading-color) !important;
}





/************VARIABLE CSS***********/
/************VARIABLE CSS***********/

body {
  font-family: var(--font-paragraph);
    font-weight:var(--main-font-weight);
  font-size:var(--main-font-size);
  color:var(--main-text-color);
  line-height:var(--main-line-heigh);
  background: var(--main-bg-color);
  letter-spacing: 0.4px;
  margin:0px;
  padding: 0px;
  font-weight: normal;
  font-style: normal;
  font-family: "Mulish", sans-serif;

  
}
p:empty{
  display: none !important;
}
img {
    width: auto;
    max-width: 100%;
    height: auto;
    border: 0;
}
ul,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
    list-style-type: none;
}
ol, ul {
    margin-top: 0;
    margin-bottom: 0;
}
a, a:hover, a:focus{
  text-decoration: none;
}
ol {
    list-style: decimal inside;
}

.h1, .h2, .h3, h1, h2, h3,h4 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: var( --font-titel) !important;
}

p {
    margin: 0;
    padding: 0;
    color: #2e2e2e;
    font-size: 15px;
    line-height: 26px;
    font-family: var(--font-paragraph);
}
b,
strong {
    font-weight: 800;
}
blockquote {
    margin: 0;
    padding: 0;
    border: none;
}
a,
a:hover,
a:visited {
    color: #000;
}
::selection {
  background: #000;
    color: #fff;
}
::-moz-selection {
    background: #000;
    color: #fff;
}
a:focus,p:focus,div:focus,input:focus,textarea:focus,submit:focus,button:focus{
  outline:none;
  
}



/**************theme sacting*******/
.swich0{
  display: none !important;
}
.swich1{
  display: block;
}

/*****************
Typography
*****************/
.h1 {
    margin: 0px !important;
    padding: 0px !important;
    font-weight: 800 !important;
    font-size: 30px !important;
    color: #0d141e !important;
    text-transform: uppercase;
    line-height: 35px;
    font-family: var(--font-titel) !important;
}

.h2 {
    margin: 0px !important;
    padding: 0px !important;
    font-weight: 700 !important;
    font-size: 30px !important;
    color: #0d141e !important;
    text-transform: uppercase;
    line-height: 35px;
    font-family: var(--font-titel) !important;
    letter-spacing: -0.5px;
}

.h3 {
     margin: 0px !important;
    padding: 0px !important;
    font-weight: 700 !important;
    font-size: 30px !important;
    color: #0d141e !important;
    text-transform: uppercase;
    line-height: 35px;
    font-family: var(--font-family) !important;
    letter-spacing: -0.5px;

}
.h4 {
    margin: 0px !important;
    padding: 0px !important;
    font-weight: 600 !important;
    font-size: 18px !important;
    color: #0d141e !important;
    text-transform: capitalize;
    line-height:27px;
    font-family: var(--font-titel) !important;
}
.h5 {
    margin: 0px !important;
    padding: 0px !important;
    font-weight: 600 !important;
    font-size: 18px !important;
    color: #0d141e !important;
    text-transform: capitalize;
    line-height:27px;
    font-family: var(--font-titel) !important;
}

.font-size p,.font-size a {
    font-size: 13px !important;
    font-weight: 500;
 
}

.font-size2 p {
    font-size: 18px;
    font-weight: 300;
    color: #6a6a6a;

    font-family: var(--font-paragraph);
}
.font-bold {
    font-weight: 800;
  
}
.font-semibold {
    font-weight: 700;
}
.font-mediumbold {
    font-weight: 600;
}
.font-medium {
    font-weight: 500;
}
.font-normal {
    font-weight: 400;
}
.font-italic {
    font-style: italic;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.text-capitalize {
    text-transform: capitalize !important;
}
.text-justify {
    text-align: justify;
}
.text-left {
    text-align: left !important;
}
.text-center {
    text-align: center !important;
}
.text-right {
    text-align: right !important;
}
.color-white{
  color: #fff !important;
}
.color-white p,
.color-white h1,
.color-white h2,
.color-white h3,
.color-white h4,
.color-white h5,
.color-white h6,
.color-white ul li,
.color-white ul li a{
  color: #fff !important;
}
p {
    font-size: 17px;
    color: #444444;
    line-height: 26px;
    letter-spacing: 0;
}

.letter-spacin-0{
  letter-spacing: 0px;
}
.letter-spacin-1{
  letter-spacing: 1px;
}
.letter-spacin--1{
  letter-spacing: -1px;
}

.image-shadow img{
  box-shadow: 0px 0px 30px #ccc;
}

.relativ-class{
  position: relative;
}

/*****************
Typography
*****************/
/***************
VISUL CLASS
*************/
.overflow-visible{
  overflow: visible !important;
}
.overflow-hidden{
  overflow: hidden !important;
}
.box-shadow { box-shadow:0px 0px 40px rgba(2, 2, 2, 0.18);
}

.no-shadow{
  box-shadow: none !important;
}

/***************
VISUL CLASS
*************/


/***************
page scrool
**************/
.scrollup {
    right: -45px;
    position: fixed;
    border-radius: 0px;
     bottom: 0px;
    width: 45px;
    height: 45px;
    z-index: 9999;
   text-align: center;
   line-height: 45px;
   color: #fff;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
     background-color: rgba(12, 1, 1, 0.7);
}
.scrollup.actives {
    bottom: 0px;
    right: 0px;
}
.scrollup:hover {
background-color: rgba(12, 1, 1, 0.7);
}

/***************
page scrool
***************/



.section {
    width: 100%;
overflow: hidden;
}

/*+++++++++++++++++NAV MENU+++++++++++++++++++*/

.nav{
}
#pull{display:none;}
.nav > ul{
 
font-family: var(--font-paragraph);
  
    

}

.nav > ul > li::after{
 content: " ";
    width: 8px;
    height: 8px;
    background-color:transparent;
    border-radius: 100px;
    position: absolute;
    top: 12px;
    left: -8px;
}

.nav > ul > li:last-child:after{
  content: "";

}

.nav > ul > li{position:relative;display:inline-block;vertical-align:top;width:auto;height:auto;
  margin:0px 40px 0px 0px;}
.nav > ul > li:last-child,
.nav > ul > li:only-child{margin:0px 0px 0px 0px}
.nav > ul > li::before {
  position: absolute;
  bottom: -7px;
  left: 27%;
  z-index: 0;
  content: " ";
  width: 40%;
  height: 3px;
  background:transparent;
  border-radius:0px; 
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
 
}
.nav > ul > li:hover:before,
.nav > ul > li.current-menu-item:before,
.nav > ul > li.current-menu-parent:before,
.nav > ul > li.current-menu-ancestor:before{transform:scaleX(1);-webkit-transform:scaleX(1);}
.nav > ul > li > a {
  font-family: "Montserrat", sans-serif;
  position: relative;
  z-index: 1;
  display: block;
  width: auto;
  height: auto;
    padding: 5px 6px 5px 7px;

    font-weight:500;
    font-size: 16px;
color:#575F29; 
  line-height: 22px;
  cursor: pointer;
 letter-spacing: 0.02em;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.nav > ul > li > a i{ font-size: 16px;}
.nav > ul > li:hover > a,
.nav > ul > li.current-menu-item > a,
.nav > ul > li.current-menu-parent > a,
.nav > ul > li.current-menu-ancestor > a{ color:#A34900; }
.nav > ul > li > ul{position:absolute;top:100%;
  left:0;z-index:9999;width:240px;height:auto;padding:3px 0px 0px 0px;
  background:none;text-align:left;opacity:0;visibility:hidden;transition:all 0.3s ease-in-out;-webkit-transition:all 0.3s ease-in-out;}
.nav > ul > li:last-child > ul,
.nav > ul > li:nth-last-child(2) > ul{left:auto;right:0;}
.nav > ul > li:hover > ul{top:100%;opacity:1;visibility:visible;}
.nav > ul > li > ul > li,
.nav > ul > li > ul > li > ul > li{position:relative;width:100%;height:auto;float:left;}
.nav > ul > li > ul > li > a,
.nav > ul > li > ul > li > ul > li > a{display:block;width:auto;height:auto;padding:2px 15px 1px 15px;
  background:#A34900;

  border-top:1px #C25F10 solid;
  text-transform:uppercase;
  font-weight:500;font-size:14px;
  color:#fff;line-height:18px;cursor:pointer;
  transition:all 0.3s ease-in-out;-webkit-transition:all 0.3s ease-in-out;}
.nav > ul > li:hover > ul > li > a,
.nav > ul > li:hover > ul > li > ul > li > a{padding:9px 15px 10px 15px;}
.nav > ul > li > ul > li:hover > a,
.nav > ul > li > ul > li.current-menu-item > a,
.nav > ul > li > ul > li.current-menu-parent > a,
.nav > ul > li > ul > li > ul > li:hover > a,
.nav > ul > li > ul > li > ul > li.current-menu-item > a,
.nav > ul > li > ul > li > ul > li.current-menu-parent > a{background:#C25F10;}
.nav > ul > li > ul > li > ul{position:absolute;top:10%;left:100%;z-index:9999;width:240px;height:auto;background:none;text-align:left;opacity:0;visibility:hidden;transition:all 0.3s ease-in-out;-webkit-transition:all 0.3s ease-in-out;}
.nav > ul > li:last-child > ul > li > ul,
.nav > ul > li:nth-last-child(2) > ul > li > ul{left:auto;right:100%;}
.nav > ul > li > ul > li:hover > ul{top:0;opacity:1;visibility:visible;}

.nav > ul .menu-item-has-children{
    position: relative;
}
.nav > ul .menu-item-has-children > a::after {
    content: "\f107"; 
    font-family: "FontAwesome";
  margin-left: 12px;
    font-size: 18px;
    color: #4E4E4E;
}


/*+++++++++++++++++NAV MENU+++++++++++++++++++*/


/****************
START HEADER PART
****************/

 .sticky{
   padding:0px 0px;
    position: fixed !important;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 999 !important;
 background-color:#fff !important;
}
  

.header{
  width: 100%;
  position: absolute;
  z-index: 10;
  left: 0px;
  top:0px;
  
    transition: all 0.3s;
}
.head-top-part{
  width: 100%;
  padding: 15px 0px;
}

.menubars{
  background: #e1eaf4;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  padding: 25px 0px;
}
.menubars2{
width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 15px 0px 15px 0px;

}
.container {
    max-width: 1170px;
}
.sticky .menubars2{
  
}

.logo {
    position: relative;
    max-width:265px;
   
}

 

/****************
END HEADER PART
****************/

/***************MPBILE MENU***********/




.box{
    width: 270px;
    height: 100vh;
    background-color: #f6f2e7;
    position: fixed;
    text-align: left;
    z-index: 1;
    opacity: 0;
    left: -500px;
    pointer-events: none;
    transition: 0.4s;
    z-index: 999999;
    top:0;
    padding: 10px;
}
.active_box{
    opacity: 1;
    left: 0px;
    pointer-events: fill;
}
.menu_icon_box{
    z-index: 2;
    width: fit-content;
    height: auto;
    background-color: #fff;
    margin: 0;
    position: relative;
    border-radius: 0;
    cursor: pointer;
    display: none;
    margin-left: 10px;
        height: 44px;
}
.line1 , .line2 , .line3{
    width: 28px;
    height: 2px;
    margin: 10px 8px;
    background-color: #000;
    border-radius: 50px;
    transition: 0.2s;
}
.activem .line1{
      transform: translate(0px , 10px)rotate(44deg);
}
.activem .line2{
    opacity: 0;
}
.activem .line3{
    transform: translate(0px , -15px)rotate(-45deg);
}

.box  {
   
}
.nav-hed{
    width: 100%;
    text-align: center;
    margin-top: 10px;

}
.nav-hed .logo{
     display: inline-block;
    padding: 0;
 margin-top: 0;
    width: auto;
    height: auto;
}
.mobile-menu {
margin-top: 20px;
}
.mobile-menu  li{
width: 100%;
display: inline-block;
}
.mobile-menu  li a{
border-bottom: 1px solid #e3ded0;
    padding: 15px 0;
    color: #744525;
    width: 100%;
    display: inline-block;
}

.header-info-mob  li{
width: 100%;

display: inline-block;
}
.header-info-mob  li a{
  border-bottom: 1px solid #db3e62;
    padding: 15px 10px;
    color: #fff;
    width: 100%;
display: inline-block;
}


.mobile-menu li {
    position: relative;
    cursor: pointer;
}

.mobile-menu li .sub-menu {
    display: none;
    padding-left: 0;
    background: #292929;
    list-style: none;

}

.mobile-menu li.menu-item-has-children > a::after {
content: "\f107";
    font-family: "FontAwesome";
    margin-left: 12px;
    font-size: 18px;
    color: #4E4E4E;
    transition: transform 0.3s;
    color: #fff;
    position: absolute;
    right: 18px;
    top: 15px;
}

.mobile-menu li.open > a::after {
    transform: rotate(180deg);
}



/***************MPBILE MENU***********/
/***************************
BANNE
***************************/





.pic{
  position: relative;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;

}

.pic > img{
  width: 100%;
}
.pic > .holder{
  position: absolute;
  left: 0px;
  top:0px;
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-position: center !important;

       object-fit: cover;
    -o-object-position: center;
    object-position: center;
    transition: -webkit-transform 20s ease-out;
    transition: transform 20s ease-out;
    transition: transform 20s ease-out,-webkit-transform 20s ease-out;
    -webkit-transition: -webkit-transform 20s ease-out;
}
.pic:hover > .holder {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
}

.position-absolute{
    position: absolute;
}
.position-relative{
    position: relative;
}

/***************header***********/
.top-head{
    background-color: #F6F2E7;
    padding:10px 0px;
}
.header-left {
    width: auto;
    margin: 0;
    max-width: 410px;
   
}

.header-right {
    width: auto;
    margin: 0;
    max-width: 410px;
   
}
.header-center{
     max-width: 300px;
}
.nav{
    margin: 0;
}
.btn-group-cstom{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
gap: 18px;
align-items: center;
border-bottom: 1px solid rgba(163, 163, 163, 0.17);
padding-bottom: 17px;
margin-bottom: 17px;
}
.header-right .btn-group-cstom{
    justify-content: flex-end;
}
.header-left .btn-group-cstom{
    justify-content: flex-start;
}

a.btn-top{
    background: #E79F31;
    border-radius: 5px;
    display: inline-block;
    height: auto;
    width: auto;
    padding: 11px 12px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;

}



.btn-group-cstom strong{

font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 20px;
/* identical to box height */
letter-spacing: 0.1em;
text-transform: uppercase;

color: #575F29;


}
.socil-header{
    display: flex;
    gap: 5px;
}
.socil-header li a{
width: 33px;
    height: 33px;
    background: #6C3F1A;
    border-radius: 100px;
    display: inline-block;
    text-align: center;
    line-height: 33px;
    color: #fff;
}


.tooltip-custom {
  position: relative;
  display: inline-block;
  color: #333;
}

.tooltip-custom .tooltip-text {
  visibility: hidden;
  width: auto;
  background: #fff;
  color: #000;
  text-align: center;
  padding: 2px 8px;
  border-radius: 6px;
  font-size: 13px;
  white-space: nowrap;
box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
  position: absolute;
  z-index: 1;
  bottom: 120%; /* icon er upore show korbe */
  left: 50%;
  transform: translateX(-50%);

  opacity: 0;
  transition: opacity 0.3s;

  
}

.tooltip-custom .tooltip-text::after {
  content: "";
  position: absolute;
  top: 100%; /* arrow niche */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

.tooltip-custom:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}


.item-menu-right {
    /* align-items: flex-end; */
    display: flex
;
    width: 100%;
    margin: 0;
    justify-content: flex-end;
}


.home-banner{
    padding: 190px 0px;
    background-size: cover !important;
    height: 100vh;
      display: flex;
    align-items: center;   /* vertical center */
    justify-content: center; /* horizontal center */
    text-align: center;   /* text center */
 }
 .banner-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center;
}
.banner-content h1{

font-style: normal;
font-weight: 400;
font-size: 78px;
line-height: 112px;
/* identical to box height, or 138% */
text-align: center;
text-transform: capitalize;

color: #FFFFFF;
margin-bottom: 18px;

}
.banner-content p{


font-family: 'Playfair Display';
font-style: normal;
font-weight: 400;
font-size: 37px;
line-height: 59px;
/* or 159% */
text-align: center;
text-transform: capitalize;

color: #FFFFFF;
width: 100%;
display: inline-block;
margin-bottom: 40px;
}
a.bannr-btn{
    background: #E79F31;
    border-radius: 5px;
    display: inline-block;
    height: auto;
    width: auto;
    padding: 14px 18px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
}

/***********home services**************/

.section-padding{
    padding: 80px 0px;
}

.swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background-color: var(--color-white);
  opacity: 1;
  transition: var(--primary-transition);
  margin: 0 8px !important;
}

.swiper-pagination-bullet-active {
  background-color: var(--primary-color);
}

.bannerSliderOuter .swiper-pagination {
  bottom: 50px;
}

.service-we-offer-wrapper .section-heading {
  max-width: 100%;
  margin: 0 auto 50px;
}

.service-slider-outer {
  margin: 0 -400px;
}

.service-slider-outer .swiper-slide {
  transition: all 200ms linear;
  transform: scale(0.9);
  transform-origin: center 30%;
}

.service-slider-outer .swiper-slide-active {
  transform: scale(1);
}

.service-slider-outer .service-slide-card {
  position: relative;
  overflow: hidden;
}

.service-slider-outer .service-slide-card figure {
  height: 620px;
  min-height: 620px;
  position: relative;
  overflow: hidden;
}

.service-slide-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.service-slider-outer .service-slide-card .data::before {
     content: "";
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
    background-image: url(../images/watermark-sm.png);
    background-repeat: no-repeat;
    width: 170px;
    height: 92px;
}

.service-slider-outer .service-slide-card .data::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  background-image: url(../images/service-arrow.svg);
  background-repeat: no-repeat;
  width: 64px;
  height: 64px;
}

.service-slider-outer .service-slide-card .data {
  border-radius: 10px;
  background: #F6F2E7;
  
  padding: 30px 40px;
  margin: 0 30px;
  position: relative;
  overflow: hidden;
  margin-top: -80px;
  transform: translateY(40px);
  opacity: 0;
  visibility: visible;
  transition: all 0.4s ease-in-out;
}

.service-slider-outer .swiper-slide.swiper-slide-active .service-slide-card .data {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.service-slider-outer .swiper-slide.swiper-slide-active .service-slide-card:hover .data {
  transform: translateY(-25px);
}

.service-slide-card .data .dataHolder {
  max-width: 420px;
  margin-left: 189px;
}

.service-slider-outer .service-slide-card .data h3 {
  color: #3A3A3A;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 10px;
}

.service-slider-outer .service-slide-card .data p {
  color: #3A3A3A;
}

.service-slider-outer .service-slide-card img {
  transition: all 0.8s ease-in-out;
}

.service-slider-outer .swiper-slide.swiper-slide-active .service-slide-card:hover img {
  transform: scale(1.08) translateY(-10px);
}

.service-slider-outer .service-slide-card:hover .data {
  transform: translateY(-25px);
}

.service-slider-outer .swiper-pagination {
  position: static;
  margin-top: 40px;
}

.service-slider-outer .swiper-pagination .swiper-pagination-bullet {
  background-color: #e4e4e4;
}

.service-slider-outer .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #B78F1C;
}

.section-heading h2{

font-style: normal;
font-weight: 400;
font-size: 64px;
line-height: 82px;
margin-bottom:20px;
text-align: center;
text-transform: capitalize;

color: #6C401F;


}
.section-heading p{

}

/***********why cchose*******/
.service-chose-wrapper{
    background-color: #F6F2E7;
      background-image: url(../images/logo-alemnt.png);
      background-repeat: no-repeat;
      background-position: center top 9px;

}

.service-chose-wrapper .section-heading{
    max-width: 850px;

    margin: 0 auto 50px;
}
.service-chose-wrapper .section-heading strong{

font-style: normal;
font-weight: 700;
font-size: 19px;
line-height: 24px;
/* identical to box height, or 126% */
text-align: center;
letter-spacing: 0.11em;
text-transform: uppercase;

color: #464646;


}

.image-thumblepage{
    position: relative;
}
.image-thumblepage .branding{
    position: absolute;
      left: 7px;
    top: 6px;
    z-index: 2;
}

.image-thumblepage2{
    position: relative;
}
.image-thumblepage2 .branding{
    position: absolute;
      right: 7px;
    top: 6px;
}

.whyUsBox {
    padding-left: 70px;
    position: relative;
    max-width: 525px;
    margin-bottom: 20px;
}

.whyUsBox::before {
    content: "";
    position: absolute;
    top: 30%;
    transform: translateY(-50%);
    left: 0;
    background-image: url(../images/check.svg);
    background-repeat: no-repeat;
    width: 46px;
    height: 46px;
}

.whyUsBox h3 {
  color: #373737;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 5px;
}

/**************cta+++++++++++++++++++*/


.transformDesignWrapper {
  background-color: #6C401F;
  position: relative;
  overflow: hidden;
}

.transformDesignWrapper::before {
    content: "";
    position: absolute;
    top: 0;
    right: -43px;
    background-image: url(../images/bg.png);
    width: 54%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.5;
}

.transformDesignWrapper .container {
  position: relative;
  z-index: 2;
}

.transformDesignWrapper .section-heading h2 {
  color: #fff;
  font-size: 49px;
  line-height: 60px;
  text-align: left;
    margin-bottom: 40px;
}

.transformDesignWrapper .section-heading p {
  color: #fff;
  font-size: 23px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 50px;
}

.transformDesignWrapper .btnGroup {
  display: flex;
  gap: 0 60px;
  align-items: center;
  position: relative;
  max-width: 550px;
}

.transformDesignWrapper .btnGroup::before {
  content: "OR";
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  font-size: 16px;
  color: #fff;
}

.transformDesignWrapper .btnGroup .clUsBtn {
  position: relative;
  padding-left: 70px;
}

.transformDesignWrapper .btnGroup .clUsBtn::before {
content: "\f095";
    font-family: "FontAwesome";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 7px;
    width: 57px;
    height: 57px;
    background-color: #fff;
    font-size: 24px;
    color: #2D2D2D;
    border-radius: 50%;
    display: flex
;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


.transformDesignWrapper .btnGroup .clUsBtn span {
  color: #fff;

  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
  display: block;
}

.transformDesignWrapper .btnGroup .clUsBtn {
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
}

a.btn-border{
           background: #ffffff00;
        border: 2px solid #fff;
    border-radius: 5px;
    display: inline-block;
    height: auto;
    width: auto;
    padding: 11px 20px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
}
a.btn-border:hover{
    background: #fff;
        border: 2px solid #fff; 
         color: #000;
}

/***************icon sec***********/
.weHandleWrapperBox img {
    width: 64px;
}
.weHandleWrapper .section-heading {
  margin-bottom: 70px;
}

.weHandleWrapperBox {
  max-width: 350px;
  margin: 0 auto;
}

.weHandleWrapperBox h3 {
  color: #343332;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.4;
  text-transform: capitalize;
  margin: 15px 0;
}

.weHandleWrapper [class*="col-"]:not(:last-child) {
    border-right: 1px solid #e7e7e7;
}
/**************projetc**********/

.ourProjectWrapper {
    overflow: hidden;
    background: #F9F9F9;
}

.ourProjectWrapper .section-heading {
    max-width: 960px;
    margin: 0 auto 60px;
}


.ourProjectWrapper .section-heading p {
    color: #313131;
}

.projectSliderOuter {
    margin: 0 -200px;
}

.projectCard {
    position: relative;
    overflow: hidden;
}

.projectCard figure {
    height: 545px;
    margin-bottom: 0;
}

.projectCard figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}


.projectCard::before {
   content: "";
    position: absolute;
    bottom: 10px;
    right: 15px;
    background-image: url(../images/watermark-sm.png);
    width: 105px;
    height: 62px;
    background-repeat: no-repeat;
    transform-origin: right;
    background-size: contain;

    filter: contrast(0) brightness(653%);
}

.projectCard .data {
      padding: 15px;
  width: 100%;
    position: absolute;
    z-index: 100;
    bottom: 0px;
}


.projectCard .data h3 {
    font-size: 23px;
    font-weight: 400;
    color: #FFFFFF;
   
    margin-bottom: 8px;
    transition: all 0.4s ease-in;
}



.projectCard .data p {
    color: #fff;
    font-size: 16px;
}

.projectCard .data p i {
    font-size: 20px;
    color: #D5D5D5;
}

.projectSliderNav .swiper-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 90px;
}

.projectSliderNav .swiper-nav .swiper-button-next,
.projectSliderNav .swiper-nav .swiper-button-prev {
    position: static;
    width: 40px;
    height: 40px;
    border: 1px solid #1C1C1C;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    transition: var(--primary-transition);
}

.projectSliderNav .swiper-nav .swiper-button-next::after,
.projectSliderNav .swiper-nav .swiper-button-prev::after {
    color: #1C1C1C;
    font-size: 16px;
    font-weight: 600;
    transition: var(--primary-transition);
}

.projectSliderNav .swiper-nav .swiper-button-next:hover,
.projectSliderNav .swiper-nav .swiper-button-prev:hover {
    border-color: #E79F31;
    background-color: #E79F31;
}

.projectSliderNav .swiper-nav .swiper-button-next:hover::after,
.projectSliderNav .swiper-nav .swiper-button-prev:hover::after {
    color: #fff;
}

.projectSliderNav .swiper-pagination {
    position: static;
    width: auto;
    margin: 0 25px;
}

.projectSliderNav .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background-color: #ccc;
    opacity: 1;

}

.projectSliderNav .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #B78F1C;
}

.projectActionBtn {
    margin-top: 35px;
}

/*****************project end*************/

/******************how it work*********/


.howWeWorkWrapper {
  background:#F7F4EA;
}

.howWeWorkWrapper .section-heading {
  max-width: 560px;
  margin: 0 auto 50px;
}



.howWeWorkWrapper .row {
  position: relative;
}

.howWeWorkWrapper [class*="col-"] {
  counter-increment: step-counter;
  position: relative;
  padding-top: 95px;
}

.howWeWorkWrapper [class*="col-"]::before {
  content: "0" counter(step-counter);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  color: #E79F31;
  font-size: 23px;
  font-weight: 600;
  line-height: 1;
  z-index: 1;
  border: 1px solid #E79F31;
  transition: all 0.4s ease-in-out;
  transition: var(--primary-transition);
}

.howWeWorkWrapper [class*="col-"]:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 30px;
  left: calc(50% + 27px);
  border-bottom: 1px dashed #d0c1a1;
  width: 82%;
  margin: 0 auto;
  transition: var(--primary-transition);
}

.howWeWorkWrapper [class*="col-"]:hover::before {
  background-color: #E79F31;
  border-color: #E79F31;
  color: #fff;
}

.howWeWorkBox {
  position: relative;
  box-shadow: 0px 4px 55px 0px #f0e8d966;
  background-color: #fff;
  border-radius: 8px;
  padding: 25px 15px;
  min-height: 270px;
  align-items: center;
  height: 100%;
}

.howWeWorkBox::after {
  content: "";
  position: absolute;
  top: -17px;
  left: 50%;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 18px 20px 0 20px;
  border-color: #ffffff transparent transparent transparent;
  transform: translateX(-50%) rotate(180deg);
}

.howWeWorkBox h3 {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.4;
  margin: 10px 0;
}
.howWeWorkWrapper .container{
    max-width: 1280px;
}

/********************testmimonila*************/


.testimonialWrapper .section-heading {
  margin-bottom: 70px;
}

.testimonialWrapper .row {

}



.testimonial-slider-outer {
 
}

.testimonialReviewCard .reviewText p {
  color: #5a5a5a;
  font-size: 23px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 30px;
}

.testimonialReviewCard .reviewText p::before {
  content: "";
  background-image: url(../images/quote-icon.svg);
  background-repeat: no-repeat;
  width: 29px;
  height: 26px;
  display: inline-block;
  position: relative;
  top: -2px;
  margin-right: 10px;
}

.testimonialReviewCard .reviewText p::after {
  content: "";
  background-image: url(../images/quote-icon.svg);
  background-repeat: no-repeat;
  width: 29px;
  height: 26px;
  display: inline-block;
  position: relative;
  top: 12px;
  left: 10px;
  margin-right: 10px;
  transform: rotate(180deg);
}

.testimonialReviewCard .autharInfo {
  display: flex;
  gap: 0 15px;
  align-items: center;
}

.autharThumb {
  width: clamp(78px, 78px, 78px);
  height: 78px;
}

.autharThumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 100%;
  position: relative;
  overflow: hidden;
  -o-object-position: center;
  object-position: center;
}

.autharBio .dataTop {
  display: flex;
  gap: 0 8px;
  align-items: center;
  margin-bottom: 10px;
}

.autharBio .dataTop .autharName p {
  color: #232323;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.3;
}

.autharBio .dataTop .autharName span {
  display: block;
  color: #232323;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}

.reviewPlatform {
  display: flex;
  align-items: center;
  margin: 45px -20px 0;
}

.reviewPlatform a {
  padding: 0 20px;
  border-right: 1px solid rgba(39, 39, 39, 0.15);
}

.reviewPlatform a:last-child {
  border-right: 0;
}

.testSliderNav {
    position: absolute;
    top: 8%;
    width: 100%;
    z-index: 9999;
}

.testimonial-slider-outer .swiper-pagination {
  position: static;
  text-align: left;
  margin-top: 40px;
}

.testimonial-slider-outer .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 5px !important;
}

.testimonial-slider-outer .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  background-color: #e4e4e4;
}

.testimonial-slider-outer .testimonialReviewCard{
    max-width: 984px;
    margin: auto;
    text-align: center;
    display: flex
;
    flex-wrap: wrap;
    justify-content: center;
}
.testimonial-slider-outer .testimonialReviewCard .reviewText{
    width: 100%;
}
.testSliderNav .swiper-nav{
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.testSliderNav .swiper-nav .swiper-button-next, 
.testSliderNav .swiper-nav .swiper-button-prev {
    position: static;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border: 1px solid #1C1C1C;
    border-radius: 100%;
    display: flex
;
    align-items: center;
    justify-content: center;
    margin: 0;
    transition: var(--primary-transition);
}
.testSliderNav .swiper-nav .swiper-button-next::after, 
.testSliderNav .swiper-nav .swiper-button-prev::after {
    color: #1C1C1C;
    font-size: 16px;
    font-weight: 600;
    transition: var(--primary-transition);
}

.revews-total{
max-width: 736px;
    height: auto;
    margin: auto;
    background: #FFFFFF;
    border: 1px solid #DEDEDE;
    border-radius: 15px;
    padding: 12px 20px 0px 20px;
    justify-content: center;
    display: flex
;
    flex-wrap: wrap;
    margin-top: 50px;

}
.revews-total .social-links{
    display: flex;
gap: 18px;
    justify-content: space-between;
}
.revews-total strong{
font-family: 'Mulish',sans-serif;
font-style: normal;
font-weight: 700;
font-size: 22px;
line-height: 40px;
/* identical to box height, or 182% */
text-align: center;
text-transform: uppercase;
background-color: #fff;
color: #3C3C3C;
position: relative;
    bottom: -20px;
    padding: 0px 15px;

}
.revews-total strong span{
    color: #B78F1C;
}

/***************form**************/
.getInTouchWrapper{
    background-color: #F9F9F9;
    padding: 80px 0px;
}
.getInTouchWrapper > .container{
max-width: 900px;
margin-bottom: 60px;
}

.getInTouchWrapper .bg-image-section {
    padding: 60px 0;
    min-height: 730px;
    background-attachment: fixed;
}

.getInTouchWrapper .bg-image-section::before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: rgba(32, 32, 32, 0.52);
    pointer-events: none;
}

.getInTouchWrapper .bg-image-section .section-heading {
    max-width: 850px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.getInTouchWrapper .bg-image-section .section-heading * {
    color: var(--color-white);
}

.newContactFormOuter {
    background-color: var(--color-white);
    padding: 60px;
    border-radius: 32px;


    /* shadow-light1 */
    box-shadow: 0px 17px 119px 0px rgba(0, 0, 0, 0.07);
   
    margin-bottom: 0;
    position: relative;
}

.newContactFormOuter .formTop .formRow {
    display: flex;
    align-items: center;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #E7E7E7;
    gap: 0 50px;
    flex-wrap: wrap;
}

.newContactFormOuter .formTop .formRow::last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.newContactFormOuter .formTop .fieldTitle p {
    max-width: 100%;
    margin-bottom: 15px;
    color: #343332;
    font-family: var(--font-titel);
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5;
    text-transform: capitalize;
}


.formSelectionFieldOuter {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    row-gap: 1rem;
    flex-grow: 1;
}

.formSelectionField {
    width: 100%;
}

.formSelectionField .customRadioCheck {
   cursor: pointer;
    position: relative;
    display: flex
;
    /* align-items: center; */
    /* justify-content: center; */
    /* flex-direction: column; */
    /* text-align: center; */
    min-height: 55px;
    /* padding-block: .84375rem; */
    padding-inline: 1rem;
    width: 100%;
    border-radius: 1rem;
    margin-bottom: 0;
    /* height: 100%; */
    background-color: #F5F5F5;
}

.formSelectionField .wpcf7-list-item {
    display: inline-block;
    margin: 0.8em 0 0 1.4em;
    text-align: left;
} 
.formSelectionField .customRadioCheck input[type="checkbox"],
.formSelectionField .customRadioCheck input[type="radio"] {
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: absolute;
    inset: 0;
}


.formSelectionField .customRadioCheck:has(input[type=checkbox]:checked),
.formSelectionField .customRadioCheck:has(input[type=radio]:checked) {
    background-color: var(--primary-color);
}

.formSelectionField .customRadioCheck input[type="radio"]+span:after {
   content: "\f00c";
    font-family: "Line Awesome Free";
    color: var(--color-black);
    font-size: 17px;
    font-weight: 900;
    position: absolute;
    top: 15px;
    left: 4px;
    transform: translate(-50%, 0);
    background-color: var(--color-white);
    border-radius: 100%;
    display: flex
;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    pointer-events: none;
    transition: var(--primary-transition);
}

.formSelectionField .customRadioCheck:has(input[type=checkbox]:checked) span, 
.formSelectionField .customRadioCheck:has(input[type=radio]:checked) span{
    color: #fff;
}
.formSelectionField .wpcf7-list-item-label {
    font-size: 15px;
}
.select-field > p > span{
    width: 100%;
        display: inline-block;
}
.select-field > p > span .bootstrap-select {
    width: 100%;
    vertical-align: middle;
}

.formSelectionField .customRadioCheck input[type="radio"]:checked+span:after {
    background-color: var(--color-white);
    color: var(--primary-color);
}

.formSelectionField .customRadioCheck em {
    font-style: normal;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #383838;
    transition: all 0.1s ease-in-out;
    margin-top: 40px;
}

.formSelectionField .customRadioCheck input[type="radio"]:checked+span+em {
    color: var(--color-white);
}

.newContactFormOuter .form-control {
    border-radius: 13px;
    border: 1px solid #E8E8E8;
    background: #FDFDFD;
    color: #757575;
}

.newContactFormOuter textarea.form-control {
    border-radius: 13px;
}
.submit-field .icon p{
    position: absolute;
    top: 25px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    z-index: 11;
    color: #fff;
    font-size: 30px;
  
}

.fieldTitleHolder {
    margin-bottom: 30px;
}

.fieldTitleHolder p {
    color: #343332;
    font-family: var(--font-titel);
    font-size: 27px;
    font-weight: 400;
    line-height: 1.4;
    text-transform: capitalize;
    margin-bottom: 8px;
}

.fieldTitleHolder span {
    display: block;
    color: #525050;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
      font-family: var(--font-paragraph);
}

.newContactFormOuter .submit-field {
    margin: 0 0 18px;
    height: 62px;
    overflow: visible;
}
.input-field {
    position: relative;
    margin-bottom: 18px;
}
 .newContactFormOuter .submit-field .btn {
height: 100%;
    font-size: 19px;
    font-weight: 700;
    border-radius: 13px;
    background-color: #E79F31;
    border: 1px solid #E79F31;
    width: 100%;
    padding: 15px;
}

.modernInnovationPic {
    position: relative;
}

.modernInnovationPic .modernInnovationBadge {
    position: absolute;
    bottom: 50px;
    right: -50px;
    width: 187px;
    height: 145px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color);
    border: 5px solid var(--color-white);
    text-align: center;
}

.modernInnovationPic .modernInnovationBadge p {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 500;
    color: var(--color-white);
    max-width: 160px;
    margin: 0 auto;
}

.modernInnovationPic .modernInnovationBadge p strong {
    font-size: 40px;
    display: block;
    font-weight: 700;
}

.modernInnovationWrapper .section-heading {
    max-width: 559px;
    margin-left: auto;
}

.modernInnovationWrapper .section-heading .highlightText p {
    font-size: 22px;
    font-weight: 500;
    color: #383838;
    margin-bottom: 10px;
}
.modernInnovationWrapper .section-heading .descpText p{
        font-size: 16px;
    line-height: 1.68;
    font-weight: 400;
    margin-bottom: 25px;
    color: #3F3F3F;
}
.input-field textarea.form-control {
    height: 125px;
    resize: none;
    padding-top: 20px;
}
.input-field .form-control:focus {
  border-color: var(--themecolor);
    box-shadow: 0 0 20px rgb(0 0 0 / 3%);
}

.fieldTitle {
    width: 100%;
}

.getInToucFormWrapper .container{
    max-width: 1286px;
}

.newContactFormOuter .form-control {
    border-radius: 13px;
    border: 1px solid #e8e8e8;
    background: #fdfdfd;
    color: #757575;
}
.input-field .form-control {
    height: 62px;
    font-size: 16px;
    color: #323b44;
    font-weight: 400 !important;
 
    padding: 0 15px;
    border-radius: 15px;
    transition: all 0.4s 
ease-in-out;
}

.input-field .select-field .bootstrap-select>.dropdown-toggle {
    font-family: var(--body-font);
    height: 62px;
    line-height: 60px;
    width: 100%;
    border-radius: 15px;
    padding: 0 15px;
    border: 1px solid #e8e8e8 !important;
    background-color: #fdfdfd !important;
    color: #757575 !important;
    font-weight: 400;
    text-transform: capitalize;
    box-shadow: none !important;
}
.input-field .select-field .dropdown-item:hover, .input-field .select-field .dropdown-item:focus, .input-field .select-field .dropdown-item.active {

    text-decoration: none;
    background-color: var(--themecolor);
    color: #fff;
}

/*****************footer***********/
.footer-main{
    background-color: #F6F2E7;
}
.footer-main .container{
    max-width: 1286px;
}
.footer-main .footer{
    padding: 80px 0px;
}
.footer-heading{
font-family:var(--font-titel);
font-style: normal;
font-weight: 400;
font-size: 24px;
line-height: 25px;
color: #393939;
margin-bottom: 30px;

}

.footer-contact-list{

}
.footer-contact-list ul li{
font-size: 17px;
line-height: 24px;
padding-left: 26px;
position: relative;
color: #474747;
margin-bottom: 18px;
}

.footer-contact-list ul li span{
    position: absolute;
    left: 0px;
    top: 0px;
    color: #E79F31;
}
.footer-contact-list ul li a{
    color: #474747;
}
.footer-menu li{

}
.footer-menu li a{
    font-size: 17px;
    line-height: 40px;
color: #474747;
}
.logo-footer{
    display: block;
    max-width: 230px;
    margin:0 auto 10px auto;
}
.lic-number{
    display: inline-block;
    width: 100%;
    text-align: center;

font-style: normal;
font-weight: 400;
font-size: 17px;
line-height: 25px;
/* or 147% */
text-align: center;

color: #474747;


}

.text-copy{
    padding: 15px;
    border-top:1px solid #E2E2E2 ;
    text-align: center;
    font-size: 14px;
    color: #2C2C2C;
}
.text-copy strong{
    color: #6C3F1A;
}

/*****************footer end************/

/**************inner page banner**********/

.banner-inner{
    padding: 200px 0px;
}
.bannercontent-title h1{

font-style: normal;
font-weight: 400;
font-size: 81px;
line-height: 120px;
/* identical to box height, or 148% */
text-align: center;
text-transform: capitalize;

color: #FFFFFF;



}

.section-heading-inner h2{
font-style: normal;
    font-weight: 400;
    font-size: 52px;
    line-height: 62px;
    margin-bottom: 20px;
    /* text-align: center; */
    text-transform: capitalize;
    color: #6C401F;
}
.section-heading-inner  p{
    margin-bottom: 20px;
  letter-spacing: -0.2px;
}

.about-section{
     background-color: #ffffff;
      background-image: url(../images/lg.png);
      background-repeat: no-repeat;
     background-position: left 169px top 60px;
}
.about-section2{
    background-color: #F7F4EA;
    padding: 84px 0px;
}



.team-holder {
background: #fff;
    border-radius: 0;
    padding: 0;
    margin-bottom: 30px;
    box-shadow: 0 4px 16px rgb(0 0 0 / 2%);
    transition: transform 0.3s;
    width: 100%;
    display: inline-block;
    cursor: pointer;
}
.team-holder:hover {
  transform: translateY(-5px);
}
.team-pic img {
  
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.about-section3{
    background-color: #F8F8F8;
    padding: 70px 0px;
}
.about-section3 .container .section-heading{
    max-width: 700px;
    margin:0px auto 50px  auto;
}
.team-holder .data{
    padding: 25px 5px;
}
.team-holder .data h4{

font-style: normal;
font-weight: 400;
font-size: 25px;
line-height: 28px;
/* or 112% */
text-align: center;
text-transform: capitalize;
display: inline-block;
width: 100%;
margin-bottom: 10px;
color: #343332;


}
.team-holder .data span{
   
font-style: normal;
font-weight: 400;
font-size: 17px;
line-height: 26px;
/* identical to box height, or 153% */
text-align: center;

color: #676767;


}

.custom-modal-width {
  max-width: 1172px;
  width: 100%;
}
.custom-modal-width .modal-content{
    border-radius: 0px !important;
    position: relative;
    padding: 17px;
}
.custom-modal-width .modal-content .btn-close {
position: absolute;
    right: 0px;
    top: 0px;
    z-index: 999;
    background-color: #6C3F1A;
    width: 40px;
    height: 40px;
    border-radius: 0px !important;
    color: #fff;
    opacity: 9;
    font-size: 24px;
    background-image: none !important;
}
.data-pop{

}
.data-pop h4{
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 28px;
    text-align: left;
    text-transform: capitalize;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    color: #343332;
}
.data-pop span{
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    text-align: left;
    color: #676767;
    margin-bottom: 15px;
        display: inline-block;
}
.data-pop p{
    margin-bottom: 18px;
}
.team-pic img{
    filter: grayscale(100%);
    transition: all 0.3s;

}
.team-holder:hover .team-pic img{
    filter: grayscale(0%);
}

/*******************servies page *************/

.image-full-left,
.image-full-right {
  position: relative;
}

.image-full-left img,
.image-full-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}





.image-full-left img,
.image-full-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.color-dark{
    background-color: #F7F4EA;
}
.color-light{
    background-color: #F8F8F8;
}
.image-thumblepage3{
    margin-bottom: 0px;
}

.padin-right-customs{
padding-right: 40px;
padding-left: 40px;
}
.padin-left-customs{
padding-left: 40px;
}
.list-services-target-area{
    margin-bottom: 50px;
}

.list-services-target-area ul{
    display: flex
;
    justify-content: center;
    flex-wrap: wrap;
    gap: 44px;
}
.list-services-target-area ul li a{
 
font-style: normal;
font-weight: 500;
font-size: 15px;
line-height: 40px;
/* identical to box height, or 267% */
text-align: center;
text-transform: uppercase;

color: #474747;


}

.services-menu .active a{
    background-color: #E79F31;
    color: #fff;
    padding: 10px;
    border-radius: 6px;
}




.resul-list {cursor:pointer; transition:0.3s;}




/* Image fade effect */
.step-image {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  transition: opacity 0.6s ease-in-out, visibility 0.6s ease-in-out;
}
.step-image.active {
  opacity: 1;
  visibility: visible;
  position: relative;
}

/* Number smooth color change */
.resul-list {
  cursor: pointer;
  transition: background 0.4s ease, color 0.4s ease;
}
.resul-number {
  transition: background 0.4s ease, color 0.4s ease;
  flex:0 0 70px;
  max-width: 70px;
  height: 70px;
  background-color: #fff;
    border-radius:50%;
        text-align: center;
    line-height: 70px;
    font-size: 30px;
    font-family: var(--font-paragraph);
}
.resul-list.active .resul-number {
  background: #E79F31;
  color: #fff;
  border-radius: 50%;
}

.section-inner2{
    background-color: #6C3F1A;
}

.section-inner2 .section-heading{
    max-width: 840px;
    margin: 0 auto 60px auto;
}
.section-inner2 .section-heading h2{
color: var(--white);
}
.section-inner2 .section-heading p{
color: var(--white);
}

.resul-holder{
    position:relative;
}

.resul-holder:after{
 content: "";
    position: absolute;
    width: 1px;
    height: 90%;
    border: 1px dashed #89572e;
    left: 34px;
    top: 20px;
    z-index: 0;
}

.resul-list{
display: flex;
align-items: center;
flex-wrap: wrap;
gap:18px ;
margin-bottom: 30px;
position: relative;
z-index: 5;
}

.rusalt-data {
    flex: 0 0 80%;
    
}
.rusalt-data h3{
 color: var(--white);
 font-size: 30px;
 line-height: 35px;
 margin-bottom: 15px;
}
.rusalt-data p{
 color: var(--white);
 font-size: 17px;
 line-height: 26px;
     letter-spacing: -0.2px;
}

.section-inner3{
    background-color: #F7F4EA;
}

.section-inner3 .section-heading{
    margin-bottom: 60px;
}
.mediaSwiper img,
.mediaSwiper video{
border-radius: 10px;
}


/***********contact page*********/
.map-wrap {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 620px;
    border-radius: 0;
    overflow: hidden;
}
#map {
    width: 100%;
    height: 100%;
   
}
#map .leaflet-tile-pane{
 filter: grayscale(100%);
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 13px;
    font-weight: normal;
    display: block;
    position: absolute;
    bottom: -24px;
}

/*****************project**********/

.section-heading h1{
    font-style: normal;
    font-weight: 400;
    font-size: 64px;
    line-height: 82px;
    margin-bottom: 20px;
    text-align: center;
    text-transform: capitalize;
    color: #6C401F;
}
.section-heading .project-location{
font-size: 17px;
    color: #454545;
    margin-top: 10px;
    display: flex
;
    justify-content: center;
    gap: 5px;

}
.section-heading .project-location i{
    color: #B78F1C;
    font-size: 20px;
}
.single-project-page .section-heading{
    margin-bottom: 40px;
}

.sidebar-form{
background-color: #F6F2E7;
width: 100%;
display: inline-block;
padding: 24px;
margin-bottom: 40px;
}
.sidebar-form .form-title{
text-align: center;
margin-bottom: 20px;
}
.sidebar-form .form-title strong{


font-family: 'Playfair Display';
font-style: normal;
font-weight: 400;
font-size: 28px;
line-height: 40px;
/* or 143% */
text-align: center;
text-transform: capitalize;

color: #6C401F;
margin-bottom: 10px;

}
.sidebar-form .form-title p{
 
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 24px;
/* or 150% */
text-align: center;
text-transform: capitalize;

color: #454545;


}
.sidebar-form .form-fild input[type="text"],
.sidebar-form .form-fild input[type="email"],
.sidebar-form .form-fild input[type="tel"],
.sidebar-form .form-fild textarea,
.sidebar-form .form-fild select {
    width: 100%;           /* Full width */
    padding: 10px 15px;    /* Padding */
    border: 1px solid #E8E8E8; /* Default border */
    border-radius: 5px;    /* Rounded corners */
    font-size: 15px;       /* Font size */
    transition: all 0.3s ease; /* Smooth transition */
    outline: none;         /* Remove default outline */
    background-color: #FDFDFD;
}


.sidebar-form .form-fild textarea{
    height: 112px;
}

.sidebar-form .form-fild input[type="text"]:focus,
.sidebar-form .form-fild input[type="email"]:focus,
.sidebar-form .form-fild input[type="tel"]:focus,
.sidebar-form .form-fild textarea:focus,
.sidebar-form .form-fild select:focus {
    border-color: #E79F31;   /* Highlight border */
   
}

.sidebar-form .form-fild input[type="submit"]{
    background: #E79F31;
    border-radius: 5px;
    display: inline-block;
    height: auto;
    width: 100%;
    padding: 11px 12px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    border: none;
}
.form-fild .wpcf7-spinner{
    position: absolute !important;
}

.form-fild{
    margin-bottom: 12px;
}
.text-form{
    margin-bottom: 10px;
}

.form-fild .wpcf7-list-item {
    display: inline-block;
    margin: 0 0 5px 0px;
}

.featured-project{

}
.featured-project h3{
        font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 20px;
    text-align: left;
    text-transform: capitalize;
    color: #6C401F;
}

.project-main-thumble{
    position: relative;
}
.project-main-thumble .project-image{
overflow: hidden;
position: relative;
height: 460px;
width: 100%;
}
.project-main-thumble .project-image:after{
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
  background: linear-gradient(178deg, rgb(0 0 0 / 0%), rgb(0 0 0 / 28%));
}
.project-main-thumble .project-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.project-main-thumble .project-image .dtat-proeject{
position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding: 15px;
    z-index: 2;
}

.project-main-thumble .project-image .dtat-proeject h4{
font-weight: 400;
color: #fff;
margin-bottom: 10px;
width: 100%;
display: inline-block;
font-size: 23px;
    letter-spacing: 0;
}
.project-main-thumble .project-image .dtat-proeject p{
   color: #fff; 
}


.projectSliderNav-flex .swiper-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    
}

.projectSliderNav-flex .swiper-nav .swiper-button-next,
.projectSliderNav-flex .swiper-nav .swiper-button-prev {
 
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    background-color: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    transition: var(--primary-transition);
}

.projectSliderNav-flex .swiper-nav .swiper-button-next::after,
.projectSliderNav-flex .swiper-nav .swiper-button-prev::after {
    color: #1C1C1C;
    font-size: 16px;
    font-weight: 600;
    transition: var(--primary-transition);
}

.projectSliderNav-flex .swiper-nav .swiper-button-next:hover,
.projectSliderNav-flex .swiper-nav .swiper-button-prev:hover {
    border-color: #E79F31;
    background-color: #E79F31;
}

.projectSliderNav-flex .swiper-nav .swiper-button-next:hover::after,
.projectSliderNav-flex .swiper-nav .swiper-button-prev:hover::after {
    color: #fff;
}

.projectSliderNav-flex .swiper-pagination {
    position: static;
    width: auto;
    margin: 0 25px;
}

.projectSliderNav-flex .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background-color: #ccc;
    opacity: 1;

}

.projectSliderNav-flex .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #B78F1C;
}

.thumble-slider img{
    height: 144px;
    object-fit: cover;
}

.project-content{
    padding-bottom: 35px;
    border-bottom: 1px solid #D9D9D9;
}

.testimonialReviewCard .single-text p{
font-size: 19px;
    line-height: 31px;
}
.autharBios {
    display: flex
;
    /* justify-content: flex-end; */
    align-items: flex-end;
    gap: 14px;
}
.autharBios .dataTop{
display: flex
;
    gap: 0 8px;
    align-items: center;
    margin-bottom: 0;
}
.card-border{
      padding-top: 35px;
       padding-bottom: 35px;
    border-bottom: 1px solid #D9D9D9;
}

.full-project-page{
   
    width: 100% !important;
    max-width: 100% !important;
}

.single-project-page-related{
    background-color: #F9F9F9;
}

/*****************project list page*************/
#project-filters {
       margin-bottom: 50px;
    text-align: center;
}
#project-filters .filter-btn {
    margin: 0 5px;
    padding: 8px 16px;
    border: none;
    background: #fff;
    cursor: pointer;
    transition: 0.3s;
    color: #474747;
    font-size: 15px;

text-transform: uppercase;
border-radius: 5px;


}
#project-filters .filter-btn.active {
    background: #E79F31;
    color: #fff;
}
.project-item {
    transition: opacity 0.4s ease;
}



.project-item {
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  text-align: center;
}

.before-after-wrapper {
  display: flex;
  gap: 10px;
}

.before-after-wrapper .before-img,
.before-after-wrapper .after-img {
  flex: 1;
  position: relative;
}

.before-after-wrapper img {
  width: 100%;
  border-radius: 0px;
}

.before-after-wrapper .tag {
position: absolute;
    top: 8px;
    left: 8px;
    background: #ffffff;
    color: #303030;
    font-size: 15px;
    padding: 2px 6px;
    border-radius: 4px;
}

.project-item .project-info{
border-bottom: 1px solid #313131;
padding: 15px 5px;
}
.project-item .project-info h3{
font-size: 27px;
    margin-bottom: 10px;
}
.project-item .project-info span{
 margin-bottom: 10px;
}


/******************testimonal page************/

.video-wrapper {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
  border-radius: 12px;
}
.video-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-element {
  width: 100%;
  height: 100%;
}
.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0,0,0,0.6);
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  font-size: 24px;
  cursor: pointer;
  z-index: 10;
}

.video-wrapper {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
  border-radius: 12px;
}

.video-thumb,
.video-element {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #FBEECF;
  color: #6C3F1A;
  border: none;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  font-size: 24px;
  cursor: pointer;
  z-index: 10;
  display: none; /* hidden by default */
}

/* Hover effect: show play button */
.video-wrapper:hover .play-btn {
  display: block;
}

/* Hide button after click */
.play-btn.hide {
  display: none !important;
}
