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

 Theme Name: Davinci Technical Works
 Description: Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
 Author: Kapil Prajapati
-----------------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
  /*font-family: "Outfit", sans-serif;*/
  @import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
  /*font-family: "DM Sans", sans-serif;*/


:root {
  --primary-background:linear-gradient(to right, #0c65c6, #2cb484);
  --banner-background: linear-gradient(to right, #0c65c6 -17%, #2cb484 33%);
  --banner-button:#004d9f;
  --section-background: linear-gradient(to right, rgba(12, 101, 198, 0.2), rgba(44, 180, 132, 0.2));
  --secondry-background:#2d2d2d;
  --heading-color:#2cb484;
  --white-background:#fff;
  --black-background:#000;
  --primary-color:#1a4845;
  --black-color:#000;
  --white-color:#fff;
  --font-weight-100:100;
  --font-weight-200:200;
  --font-weight-300:300;
  --font-weight-400:400;
  --font-weight-500:500;
  --font-weight-600:600;
  --font-weight-700:700;
  --font-weight-800:800;
  --font-10:10px;
  --font-11:11px;
  --font-12:12px;
  --font-13:13px;
  --font-14:14px;
  --font-15:15px;
  --font-16:16px;
  --font-17:17px;
  --font-18:18px;
  --font-19:19px;
  --font-20:20px;
  --font-21:21px;
  --font-22:22px;
  --font-23:23px;
  --font-24:24px;
  --font-25:25px;
  --font-26:26px;
  --font-27:27px;
  --font-28:28px;
  --font-29:29px;
  --font-30:30px;
  --font-31:31px;
  --font-32:32px;
  --font-33:33px;
  --font-34:34px;
  --font-35:35px;
  --font-36:36px;
  --font-37:37px;
  --font-38:38px;
  --font-39:39px;
  --font-40:40px;
  --font-41:41px;
  --font-42:42px;
  --font-43:43px;
  --font-44:44px;
  --font-45:45px;
  --font-46:46px;
  --font-47:47px;
  --font-48:48px;
  --font-49:49px;
  --font-50:50px;
  --font-60:60px;
  --font-70:70px;
  --font-80:80px;
  --font-90:90px;
  --font-100:100px;
  --justify-center:center;
  --justify-spabe:space-between;
  --align-center:center;
  --primary-display:block;
  --secondary-display:flex;
  --display-inline:inline-block;
  --text-uppercase:uppercase;
  --text-capital:capitalize;
  --primary-font-family: "Manrope", sans-serif;
}
body{font-family: var(--primary-font-family);}
p{   font-family: "DM Sans", sans-serif;}
h1{   font-family: "Outfit", sans-serif;}
h2{   font-family: "Outfit", sans-serif;}
h3{   font-family: "Outfit", sans-serif;}
h4{   font-family: "Outfit", sans-serif;margin-bottom: 0; }
h5{   font-family: "Outfit", sans-serif;}
h6{   font-family: "Outfit", sans-serif;}
a{   font-family: "DM Sans", sans-serif;}
li{   font-family: "DM Sans", sans-serif;}
div{   font-family: "DM Sans", sans-serif;}
input{   font-family: "DM Sans", sans-serif;}
span{   font-family: "DM Sans", sans-serif;}
label{   font-family: "DM Sans", sans-serif;}
button{   font-family: "DM Sans", sans-serif;}
html {
  scroll-behavior: smooth;
}

ul{margin-bottom: 0px;}
/*=======================header ccss start============================*/
/* sticky menu css */
.is-sticky{position: fixed!important;top: 0;left: 0;width: 100%;z-index: 999;box-shadow: 0 2px 15px rgba(0,0,0,.1); background-color: #fff;}
.is-sticky{animation: smoothScroll 1s forwards; }
@keyframes smoothScroll {
    0% {transform: translateY(-150px); } 
    100% {transform: translateY(0px); }
}
/*.is-sticky .navbar{background-color: #203b2c!important; padding: 6px;}*/
/*.is-sticky .navbar-nav li a{color: #fff;}
.is-sticky .navbar-brand img{filter: brightness(0) invert(1);}
*/
.header__top {padding: 13px 0px 11px; border: none; background-color: #000; }
.header__top-welcome-text {margin-left: 75px; }
.header__top-welcome-text p {color: #fff; font-size: 14px; }
.header__top .last_no_bullet {position: relative; }
.header__top-menu {gap: 48px; list-style: none; }
.header__top .last_no_bullet::after {background-size: contain; background-repeat: no-repeat; background-position: right center; clip-path: polygon(6% 0, 94% 0, 100% 100%, 0 100%); z-index: 1; top: -14px; left: 50%; background: #F7F2EC; content: ""; width: 1230px; position: absolute; -webkit-transform: translate(-50%, 0px); transform: translate(-50%, 0px); height: calc(100% + 26px); }
.header__top-menu li {position: relative; z-index: 4; }
.header__top-menu li::before {content: ""; right: -21px; width: 1.5px; height: 21px; rotate: 30deg; position: absolute; top: calc(50% - 1px); -webkit-transform: translateY(-50%); transform: translateY(-50%); background-color: rgba(8, 10, 11, 0.1); }
.header__top-menu li a {font-style: normal; font-weight: 400; font-size: 14px; gap: 7px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; line-height: 20px; color: #080A0B; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; gap: 10px; text-decoration: none; }
.header__top-socail {list-style: none; display: -webkit-box; display: -ms-flexbox; display: flex; gap: 20px; margin-right: 75px; }
.header__top-socail li a {color: #fff; font-size: 16px; font-weight: 400; text-decoration: none; }
.header__top-menu li:last-child::before{display: none;}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1400px) and (max-width: 1600px) {
.header__top-menu {padding: 0px 100px; gap: 30px;}
.header__top-menu li::before{right: -10px;}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1400px) and (max-width: 1600px) {
.header__top .last_no_bullet::after {width: 100%; }
}
.navbar-brand{width: 8%;}
.navbar-brand img{width: 100%;}
.navbar-nav li a{font-family: "Outfit", sans-serif; color: #000!important; font-size: 15px;}
.navbar-nav li{margin-right: 20px;}
.navbar-nav li:last-child{margin-right: 0px;}
.nav-right a{background-color: #906E50; color: #fff; font-size: 15px; padding: 9px 18px; display: inline-block; text-decoration: none;}
.nav-right a:hover{background-color: #000;}
.nav-right a i{margin-left: 5px; font-size: 12px;}

/*========================header css end===========================*/


/*============================================Home main banner css start=======================================*/

.home-slider-inner{width: 100%;background-repeat: no-repeat; background-size: cover;     padding: 0px 0px 0px 0px;}
#home-slider .owl-dots button{border: 1px solid #212754!important; background-color: #212754!important; width: 10px; height: 10px; border-radius: 50px; margin-right: 10px; margin-bottom: 9px;}
#home-slider .owl-dots button.active{background-color: #212754!important; height: 40px;}
#home-slider .owl-dots{justify-content: center; display: none; margin-top: 30px; margin-bottom: 30px; position: absolute; display: grid; top: 100px; right: -48px;}
#home-slider .owl-dots button:focus{outline: none; box-shadow: none;}
#home-slider{position: relative;}

/*#home-slider .owl-nav .owl-prev {position: absolute; left: 15px; top: 43%; opacity: 0; -webkit-transition: all 0.4s ease-out; transition: all 0.4s ease-out; background: rgb(255 255 255 / 50%) !important; width: 60px; cursor: pointer; height: 60px; position: absolute; display: block; z-index: 1000; border-radius: 50px;  border: 1px solid #ccc;}
#home-slider .owl-nav .owl-prev span {font-size: 1.6875rem; color: #fff; }
#home-slider .owl-nav .owl-prev:focus {outline: 0; }
#home-slider .owl-nav .owl-prev:hover {background: #000 !important; color: #fff;}
#home-slider .owl-nav .owl-next {position: absolute; right: 15px; top: 43%; opacity: 0; -webkit-transition: all 0.4s ease-out; transition: all 0.4s ease-out; background: rgb(255 255 255 / 50%) !important; width: 60px; cursor: pointer; height: 60px; position: absolute; display: block; z-index: 1000; border-radius: 50px;  border: 1px solid #ccc;}
#home-slider .owl-nav .owl-next span {font-size: 1.6875rem; color: #fff; }
#home-slider .owl-nav .owl-next:focus {outline: 0; }
#home-slider .owl-nav .owl-next:hover {background: #000 !important; color: #fff;}
#home-slider:hover .owl-prev {left: 15px; opacity: 1; }
#home-slider:hover .owl-next {right: 15px; opacity: 1; }*/
 #home-slider .item{height: 490px;}
 #home-slider .item img{height: 100%; object-fit: cover; width: 100%; object-position: right;}
 #home-slider .item .cover {padding: 75px 0; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background: linear-gradient(89.8deg, #010101 0.15%, rgba(1, 1, 1, 0.3) 99.81%); display: flex; align-items: center; }
 #home-slider .item .cover .header-content {position: relative;padding: 0px;width: 54%;}
 #home-slider .item .cover .header-content .line {content: ""; display: inline-block; width: 100%; height: 100%; left: 0; top: 0; position: absolute; border: 9px solid #fff; -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%); clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%); }
 #home-slider .item .cover .header-content h2 {font-weight: 300; font-size: 35px; color: #fff; }
 #home-slider .item .cover .header-content h1 {
        font-size: 64px;
        margin: 0px 0 20px;
        word-spacing: 3px;
        color: #fff;
        text-align: left;
        font-weight: 700;
        line-height: 84px;
 }
#home-slider .item .cover .header-content h2 {font-size: 19px; margin: 0px 0 11px; word-spacing: 3px; text-align: left; font-weight: 600; color: #fff; border-left: 5px solid #368b3a; padding-left: 14px; }
#home-slider .item .cover .header-content h2 span{color: #41b1b3; text-decoration: underline;}
#home-slider .item .cover .header-content h5 {font-size: 20px; font-weight: 600; margin: 0px 0 20px; word-spacing: 3px; color: #41b1b3; text-align: left;}
/*header .item .cover .header-content h2 {color: #ff0200; padding: 0px 20px; font-size: 61px;}*/
 #home-slider .item .cover .header-content p{color: #fff;font-size: 15px;text-align: left;width: 100%;font-weight: 400;margin-top: 9px;}
 #home-slider .item .cover .header-content h3 {font-size: 43px;font-weight: 800;color: #fff;line-height: 59px;}
 #home-slider .owl-item.active h1 {-webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; animation-name: fadeInDown; animation-delay: 0.3s; }
 #home-slider .owl-item.active p {-webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; animation-name: fadeInLeft; animation-delay: 0.3s; }
 #home-slider .owl-item.active .banner_button {-webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; animation-name: fadeInDown; animation-delay: 0.3s; }
 #home-slider .owl-item.active h2 {-webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; animation-name: fadeInDown; animation-delay: 0.3s; }
 #home-slider .owl-item.active h3 {-webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; animation-name: fadeInUp; animation-delay: 0.3s; }
 #home-slider .owl-item.active .line {-webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; animation-name: fadeInLeft; animation-delay: 0.3s; }
 #home-slider .item .cover .header-content .banner-read-more{color: #ffffff; font-size: 15px; line-height: 15px; font-weight: 500; font-style: normal; text-decoration: none; background-color: #368b3a; border-color: #368b3a; border-style: solid; border-width: 1px 1px 1px 1px; border-radius: 50px; padding: 9px 21px; display: inline-block; font-size: 15px;margin-top: 11px;}
 #home-slider .owl-item.active .banner-read-more{-webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; animation-name: fadeInUp; animation-delay: 0.3s; }

.banner-2__content {position: relative; z-index: 9; /* max-width: 712px; */ }
.banner-2__shape {position: absolute; left: -25px; top: -26px; height: 408px; }

#home-slider .owl-item.active .banner-2__content-subtitle {opacity: 1; -webkit-transform: translatey(0px); transform: translatey(0px); -webkit-transition: all 2000ms ease; transition: all 2000ms ease; }
.banner-2__content-subtitle {color: #fff; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-weight: var(--rr-fw-regular); margin-bottom: 16px; gap: 8px; opacity: 0; -webkit-transform: translateY(-150px); transform: translateY(-150px); font-size: 24px; font-weight: 400; }
.banner-2__btn-box a{background-color: #906E50; color: #fff; font-size: 15px; padding: 9px 18px; display: inline-block; text-decoration: none;}
.banner-2__btn-box a:hover{background-color: #fff; color: #000;}
.banner-2__btn-box a i{margin-left: 5px; font-size: 12px;}
.banner-2__btn-box{position: relative; z-index: 99; margin-top: 23px; }
 #home-slider .owl-nav{position: absolute; top: 32%; z-index: 99; right: 40px; transform: unset; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: column; gap: 100px; display: flex; justify-content: flex-end !important; justify-content: flex-start !important;}
 #home-slider .owl-nav .owl-prev{color: #fff; font-weight: 600; font-size: 18px; rotate: 90deg; display: flex; align-items: center; justify-content: center; }
 #home-slider .owl-nav .owl-next{color: #fff; font-weight: 600; font-size: 18px; rotate: 90deg; display: flex; align-items: center; justify-content: center; }
 #home-slider .owl-nav:before{content: ""; position: absolute; width: 2px; height: 60px; background-color: #906E50; left: 50%; top: 50%; transform: translate(-50%, -50%); }

/*============================================Home main banner css end=======================================*/

/*============================================Home about css start=======================================*/
.home-abt-image img{width: 100%;}
.home-about-wrapp{padding: 50px 0px;}
.about-company__content {padding-left: 25px; }
 .section__title-wrapper {position: relative; z-index: 55; }
.mb-50 {margin-bottom: 50px; }
.section__subtitle {display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-align: center; text-transform: capitalize; font-style: normal; font-weight: 400; font-size: 18px; line-height: 40px; color: #906E50; }
 .about-company__wrapper {display: -webkit-box; display: -ms-flexbox; display: flex; gap: 60px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 60px; }
.about-company__box .circle {display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: relative; border-radius: 500px; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 90px; height: 90px; }
.about-company__box .logo {width: 50px; height: 50px; border-radius: 500px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; background-color: #906E50; }
 .about-company__box .logo img {max-width: 36px; height: 30px; }
.about-company__box .circle-text {width: 100%; height: 100%; font-size: 14px; position: absolute; color: #080A0B; -webkit-animation: textRotation 8s linear infinite; animation: textRotation 8s linear infinite; }

@-webkit-keyframes textRotation {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes textRotation {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.about-company__box .circle-text span {left: 50%; top: -21%; color: #080A0B; font-size: 8px; position: absolute; -webkit-transform-origin: 0 64px; transform-origin: 0 64px; font-weight: 700; text-transform: uppercase; }
 .about-company__wrapper ul li:not(:last-child) {margin-bottom: 10px; }
.about-company__wrapper ul li {display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; gap: 10px; color: #080A0B; font-size: 15px; }
.about-company__wrapper ul{padding-left: 0px;}
.about-company__content h2{font-size: 34px; color: #000; margin-bottom: 14px; line-height: 44px; font-weight: 600; }
.about-company__content p{font-size: 15px; color: #767676;}
.rr-btn{background-color: #906E50; color: #fff; font-size: 15px; padding: 9px 18px; display: inline-block; text-decoration: none;}
.rr-btn:hover{background-color: #000; color: #fff;}
.rr-btn i{margin-left: 5px; font-size: 12px;}
.home-abt-con-main{display: flex; align-items: center; height: 100%;}
/*============================================Home about css end=======================================*/

/*============================================Home services css start=======================================*/
.home-services-wrapp{padding: 30px 0px 40px;background-color: #F8F4F1;}
.home-serv-head{text-align: center;margin-bottom: 20px;}
.home-serv-head h5{display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-align: center; text-transform: capitalize; font-style: normal; font-weight: 400; font-size: 18px; line-height: 40px; color: #906E50;    margin-bottom: 0;}
.home-serv-head h2{font-size: 34px; color: #000; margin-bottom: 14px; line-height: 44px; font-weight: 600;}
/* CARD */
.service-card{position:relative; height:400px; border-radius:20px; overflow:hidden; }
/* IMAGE */
.service-card img{width:100%; height:100%; object-fit:cover; }
/* OVERLAY */
.service-card::after{content:''; position:absolute; inset:0; background: linear-gradient(to top, rgb(0 0 0 / 93%), transparent); transition:0.4s ease; }
/* CONTENT */
.content{position:absolute; bottom: 3px; left:25px; right:25px; color:#fff; z-index:2; transition:0.4s ease; }
 .content h3{font-size:26px; margin-bottom:8px; }
 .content p{font-size:14px; opacity:0.9; }
/* VIEW MORE */
.view-more{display:inline-block; margin-top: 0px; color:#fff; text-decoration:underline; opacity:0; transform:translateY(10px); transition:0.4s ease; text-decoration: none; }
/* ========================= */
/* CENTER ACTIVE CARD */
/* ========================= */
.owl-item.active.center .service-card{transform:translateY(-30px) scale(1.05); }
.owl-item.active.center .service-card::after{background:linear-gradient(to top,rgba(198,150,94,0.9),transparent); }
.owl-item.active.center .view-more{opacity:1; transform:translateY(0); }
/* ========================= */
/* HOVER EFFECT ON SIDE CARDS */
/* ========================= */
/*.owl-item .service-card:hover .content{
  bottom:40px; 
}*/
/* Default content position */
.content{transform: translateY(0); }
/* Hover lift (side cards) */
.owl-item:not(.center) .service-card:hover .content{transform: translateY(-15px); }
/* Center active content lift */
.owl-item.active.center .content{transform: translateY(-15px); }
.owl-item .service-card:hover .view-more{opacity:1; transform:translateY(0); }
/* DIM NON ACTIVE */
.owl-item:not(.center) .service-card{filter:grayscale(40%); transition:0.4s; }
.owl-item:not(.center) .service-card:hover{filter:grayscale(0); }
.services-slider .owl-stage-outer{overflow: visible; padding-top: 62px;   /* space for lifted card */ }
/* Default hidden */
.view-more{opacity:0; transform:translateY(10px); }
/* Center active shows */
.owl-item.active.center .view-more{opacity:1; transform:translateY(0); }
/* Hover on side cards */
.owl-item:not(.center) .service-card:hover .view-more{opacity:1; transform:translateY(0); }
.owl-item.active.center .service-card{transform: translateY(-39px) scale(1.05); }
@media (max-width:768px){
  .owl-item.active.center .service-card{
    transform:none;
  }
}

.services-slider .owl-nav .owl-prev {position: absolute;left: -60px;top: 50%;opacity: 1;-webkit-transition: all 0.4s ease-out;transition: all 0.4s ease-out;background: unset;width: 40px;cursor: pointer;height: 40px;position: absolute;display: block;z-index: 1000;border-radius: 50px;border: 1px solid #ccc;color: #000!important;font-size: 20px !important;border: 1px solid #000!important;}
.services-slider .owl-nav .owl-prev span {font-size: 1.6875rem; color: #fff; }
.services-slider .owl-nav .owl-prev:focus {outline: 0; }
.services-slider .owl-nav .owl-prev:hover {background: #000 !important; color: #fff!important;}
.services-slider .owl-nav .owl-next {position: absolute;right: -60px;top: 50%;opacity: 1;-webkit-transition: all 0.4s ease-out;transition: all 0.4s ease-out;background: unset;width: 40px;cursor: pointer;height: 40px;position: absolute;display: block;z-index: 1000;border-radius: 50px;border: 1px solid #000!important;color: #000!important;font-size: 20px !important;}
.services-slider .owl-nav .owl-next span {font-size: 1.6875rem; color: #fff!important; }
.services-slider .owl-nav .owl-next:focus {outline: 0; }
.services-slider .owl-nav .owl-next:hover {background: #000 !important; color: #fff!important;}
.services-slider:hover .owl-prev {left: -60px;opacity: 1;}
.services-slider:hover .owl-next {right: -60px; opacity: 1; }
/*============================================Home services css end=======================================*/

/*============================================Home work process css start=======================================*/

.work-process-wrapp{padding: 30px 0px;}
.work-process-wrapp .home-serv-head {text-align: center; margin-bottom: 48px; }
.working-process__wrapper {gap: 20px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.working-process__item {-webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-align: center; position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; margin-bottom: 30px; width: 22%; }
 .working-process__item::before {content: ""; top: 0; right: 21px; width: 140px; height: 100%; position: absolute; -webkit-transform: translate(80%, 25%); transform: translate(81%, 25%); background-repeat: no-repeat; background-image: url(../images/shape.svg); }
 .working-process__icon {width: 150px; height: 150px; display: -webkit-box; display: -ms-flexbox; display: flex; margin-bottom: 30px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: relative; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; border-radius: 500px; border: 1px dashed rgba(8, 10, 11, 0.3); -webkit-filter: drop-shadow(0px 0px 60px rgba(21, 24, 27, 0.1)); filter: drop-shadow(0px 0px 60px rgba(21, 24, 27, 0.1)); }
.working-process__icon .number {font-size: 16px; font-weight: 800; display: -webkit-box; display: -ms-flexbox; display: flex; position: absolute; top: 0; left: 0; width: 40px; height: 40px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; border-radius: 500px; background: #F4F1EE; border: 1px dashed rgba(8, 10, 11, 0.3); }
 .working-process__text {max-width: 300px; }
.working-process__text h6 {margin-bottom: 10px; font-size: 21px; font-weight: 600; }
.working-process__text p{font-size: 15px; color: #767676;}
.working-process__item:last-child:before{display: none;}

/*============================================Home work process css end=======================================*/


/*============================================Home why choose css start=======================================*/
.why-choose-us-2 {background-color: #F8F4F1; overflow: hidden; position: relative; }
.why-choose-us-2__media img {top: 0; left: 0; bottom: 0; height: 100%; -o-object-fit: cover; object-fit: cover; position: absolute; width: calc(50% - 20px); background-size: cover; }
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .why-choose-us-2__media img {position: static; width: 100%; height: 400px; }
}
.why-choose-us-2__content {padding-top: 50px; padding-bottom: 50px; }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .why-choose-us-2__content {padding-top: 80px; padding-bottom: 80px; }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .why-choose-us-2__content {padding-top: 70px; padding-bottom: 70px; }
}
.why-choose-us-2__item {display: -webkit-box; display: -ms-flexbox; display: flex; gap: 30px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
@media (max-width: 575px) {
  .why-choose-us-2__item {-webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: self-start; -ms-flex-align: self-start; align-items: self-start; }
}
.why-choose-us-2__item:not(:last-child) {margin-bottom: 30px; }
.why-choose-us-2__icon {width: 80px; height: 80px; min-width: 80px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; border-radius: 500px; background-color: #906E50; }
.why-choose-us-2__icon i {color: #fff; font-size: 40px; font-weight: 600; }
 .clip-a-z {z-index: 10; -webkit-transition: -webkit-transform 0.5s ease-in-out; transition: -webkit-transform 0.5s ease-in-out; transition: transform 0.5s ease-in-out; transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out; -webkit-animation: clip-a-z 1s; animation: clip-a-z 1s; -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86); animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86); }

@-webkit-keyframes clip-a-z {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes clip-a-z {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
 .why-choose-us-2__content .section__title{font-size: 34px; color: #000; margin-bottom: 14px; line-height: 44px; font-weight: 600; }
.why-choose-us-2__text h6{font-size: 19px; font-weight: 600; color: #000;}
.why-choose-us-2__text p{color: #767676; font-size: 15px;}


/*============================================Home why choose css end=======================================*/

/*============================================Home recent projects css start=======================================*/

.recent-projects-wrapp{padding: 50px 0px; background-color: #fff!important;}

/* CARD */
.features-product .service-card{border-radius: 0px; height: auto;}
.features-product .service-card .feat-pro-image{position:relative; height:400px; border-radius:0px; overflow:hidden; }
/* IMAGE */
.features-product .service-card .feat-pro-image img{width:100%; height:100%; object-fit:cover; }
/* OVERLAY */
.features-product .service-card .feat-pro-image::after{content:''; position:absolute; inset:0; background: unset; transition:0.4s ease; }
.features-product .service-card::after{content:''; position:absolute; inset:0; background: unset; transition:0.4s ease; display: none;}
/* CONTENT */
.features-product .content{position:unset; bottom: 3px; left:25px; right:25px; color:#000; z-index:2; transition:0.4s ease; }
.features-product .content h3{    font-size: 21px; margin-bottom: 8px; font-weight: 600; color: #000; margin-top: 10px; }
 .features-product .content p{font-size:14px; opacity:0.9; }
/* VIEW MORE */
.features-product .view-more{display:inline-block; margin-top: 0px; color:#626060; text-decoration:underline; opacity:0; transform:unset; transition:0.4s ease; text-decoration: none; font-size: 15px;}
/* ========================= */
/* CENTER ACTIVE CARD */
/* ========================= */
.features-product .owl-item.active.center .service-card{transform:translateY(-30px) scale(1.05); }
.features-product .owl-item.active.center .service-card .feat-pro-image::after{    background-color: rgba(8, 10, 11, 0.8);}

.features-product .owl-item.active.center .service-card::after{background: rgba(8, 10, 11, 0.8); }
.features-product .owl-item.active.center .view-more{opacity:1; transform:translateY(0); }
/* ========================= */
/* HOVER EFFECT ON SIDE CARDS */
/* ========================= */
/*.owl-item .service-card:hover .content{
  bottom:40px; 
}*/
/* Default content position */
.features-product .content{transform: translateY(0); }
/* Hover lift (side cards) */
.features-product .owl-item:not(.center) .service-card:hover .content{transform: unset; }
/* Center active content lift */
.features-product .owl-item.active.center .content{transform:unset; }
.features-product .owl-item .service-card:hover .view-more{opacity:1; transform:translateY(0); }
/* DIM NON ACTIVE */
.features-product .owl-item:not(.center) .service-card{filter:unset; transition:0.4s; }
.features-product .owl-item:not(.center) .service-card:hover{filter:grayscale(0); }
.features-product .owl-stage-outer{overflow: visible; padding-bottom: 90px;   /* space for lifted card */ }
/* Default hidden */
.features-product .view-more{opacity:1; }
/* Center active shows */
.features-product .owl-item.active.center .view-more{opacity:1;  color: #000;}
/* Hover on side cards */
.features-product .owl-item:not(.center) .service-card:hover .view-more{opacity:1;  }
.features-product .owl-item.active.center .service-card{transform: translateY(60px) scale(1.05); }
@media (max-width:768px){
  .features-product .owl-item.active.center .service-card{
    transform:none;
  }
}
.features-product .owl-nav .owl-prev {position: absolute;right: 112px;top: -19%;opacity: 1;-webkit-transition: all 0.4s ease-out;transition: all 0.4s ease-out;background: unset;width: 40px;cursor: pointer;height: 40px;position: absolute;display: block;z-index: 1000;border-radius: 50px;border: 1px solid #ccc;color: #000!important;font-size: 20px !important;border: 1px solid #000!important;}
.features-product .owl-nav .owl-prev span {font-size: 1.6875rem; color: #fff; }
.features-product .owl-nav .owl-prev:focus {outline: 0; }
.features-product .owl-nav .owl-prev:hover {background: #000 !important; color: #fff!important;}
.features-product .owl-nav .owl-next {position: absolute;right: 57px;top: -19%;opacity: 1;-webkit-transition: all 0.4s ease-out;transition: all 0.4s ease-out;background: unset;width: 40px;cursor: pointer;height: 40px;position: absolute;display: block;z-index: 1000;border-radius: 50px;border: 1px solid #000!important;color: #000!important;font-size: 20px !important;}
.features-product .owl-nav .owl-next span {font-size: 1.6875rem; color: #fff!important; }
.features-product .owl-nav .owl-next:focus {outline: 0; }
.features-product .owl-nav .owl-next:hover {background: #000 !important; color: #fff!important;}
/*.features-product:hover .owl-prev {left: -60px;opacity: 1;}
.features-product:hover .owl-next {right: -60px; opacity: 1; }*/
.recent-projects-wrapp .home-serv-head{margin-bottom: 52px; text-align: left;width: 50%;}

/*============================================Home recent projects css end=======================================*/

/*============================================Home testimonial css start=======================================*/

.home-testimonial-wrapp{background-color: #F8F4F1; padding: 46px 0px;}
.home-testimonial-wrapp .home-serv-head{text-align: left;}
.home-testimonial-wrapp .home-serv-head p{font-size: 15px; color: #767676; margin: 21px 0px 29px;}
.clients-testimonial__content-wrapper {display: flex; -webkit-box-align: center; align-items: center; gap: 14px; }
.clients-testimonial__text span {display: block; font-size: 14px; color: #767676; }
.clients-testimonial__text a {font-size: 20px; font-weight: 600; color: #906E50; text-decoration: none; }
.clients-testimonial__icon {width: 50px; height: 50px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-left: auto; margin-right: auto; text-align: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; border-radius: 500px; background-color: #906E50; margin-bottom: 26px; position: relative; }
 .clients-testimonial__icon:after, .clients-testimonial__icon:before {z-index: -1; width: 150px; content: ""; top: 50%; height: 1px; position: absolute; background: rgba(8, 10, 11, 0.1); -webkit-transform: translate(-50%, 0); transform: translate(-50%, 0); -webkit-transition: all 1s ease; transition: all 1s ease; -webkit-transition-delay: 1s; transition-delay: 1s; }
 .clients-testimonial__icon:before {left: -92px; }
.clients-testimonial__icon:after {right: -232px; }
.clients-testimonial__author {margin-top: 25px; }
.clients-testimonial__author h6 {font-size: 18px; line-height: 20px; font-weight: 600; }
.clients-testimonial__author h6 a{text-decoration: none; color: #000;}
.clients-testimonial__author span {display: block; font-size: 14px; color: #767676; }
.clients-testimonial__item p{color: #767676; font-size: 15px;}
.clients-testimonial__author-media {margin-top: 20px; margin-left: auto; margin-right: auto; overflow: hidden; border-radius: 500px; width: 80px; height: 80px; }
.clients-testimonial__author-media img {width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }
.testimonial-slider:after {background: rgba(8, 10, 11, 0.1); content: ""; z-index: -1; bottom: 40px; left: 0; position: absolute; width: 100%; height: 1px; }
 .testimonial-slider:before {background: #f8f4f1;; content: ""; z-index: 0; bottom: 0; left: -1px; position: absolute; width: calc(100% + 2px); height: 40px; }
 .testimonial-slider {border: 1px solid rgba(8, 10, 11, 0.1); text-align: center; position: relative; padding: 40px; border-bottom: none; padding-bottom: 0; }
.testimonial-cont-main{display: flex; align-items: center; height: 100%;}
 .testimonial-slider .owl-nav .owl-prev {position: absolute;left: 222px;bottom: 6%;opacity: 1;-webkit-transition: all 0.4s ease-out;transition: all 0.4s ease-out;background: #906e50!important;width: 40px;cursor: pointer;height: 40px;position: absolute;display: block;z-index: 1000;border-radius: 50px;border: 1px solid #ccc;color: #fff!important;font-size: 20px !important;border: unset!important;}
 .testimonial-slider .owl-nav .owl-prev span {font-size: 1.6875rem; color: #fff; }
 .testimonial-slider .owl-nav .owl-prev:focus {outline: 0; }
 .testimonial-slider .owl-nav .owl-prev:hover {background: #000 !important; color: #fff!important;}
 .testimonial-slider .owl-nav .owl-next {position: absolute;right: 222px;bottom: 6%;opacity: 1;-webkit-transition: all 0.4s ease-out;transition: all 0.4s ease-out;background: #906e50!important;width: 40px;cursor: pointer;height: 40px;position: absolute;display: block;z-index: 1000;border-radius: 50px;border: un!important;color: #fff!important;font-size: 20px !important;}
 .testimonial-slider .owl-nav .owl-next span {font-size: 1.6875rem; color: #fff!important; }
 .testimonial-slider .owl-nav .owl-next:focus {outline: 0; }
 .testimonial-slider .owl-nav .owl-next:hover {background: #000 !important; color: #fff!important;}
/*============================================Home testimonial css end=======================================*/

/*============================================Home blog css start=======================================*/
.home-blog-wrapper{padding: 50px 0px;}
.home-blog-wrapper .home-serv-head{ text-align: left;}
.blog-all-btn a{background-color: #906E50; color: #fff; font-size: 15px; padding: 9px 18px; display: inline-block; text-decoration: none;}
.blog-all-btn a:hover{background-color: #000;}
.blog-all-btn a i{margin-left: 5px; font-size: 12px;}
.blog-all-btn{display: flex; justify-content: flex-end; align-items: center; height: 100%;}
.blog-2__item {margin-bottom: 30px; }
.blog-2__media {overflow: hidden; position: relative; border-radius: 0; }
.clip-a-z {z-index: 10; -webkit-transition: -webkit-transform 0.5s ease-in-out; transition: -webkit-transform 0.5s ease-in-out; transition: transform 0.5s ease-in-out; transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out; -webkit-animation: clip-a-z 1s; animation: clip-a-z 1s; -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86); animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86); }
.blog-2__media img {width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }
.blog-2-meta {background-color: #906E50; font-size: 14px; color: #fff; padding: 0px 13px; position: absolute; top: 30px; left: 30px; display: inline-block; font-weight: 500; text-decoration: none; }
.blog-2-meta:hover{background-color: #000; color: #fff;}
.blog-2__meta-list {gap: 31px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; list-style: none; padding: 15px 0; border-bottom: 1px solid rgba(8, 10, 11, 0.1); }
.blog-2__meta-list li {gap: 10px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-size: 15px; color: #767676; }
.blog-2__meta-list li a{ font-size: 15px; color: #767676; text-decoration: none;}
 .blog-2__title {padding-top: 15px; }
.blog-2__title a{text-decoration: none; font-size: 20px; font-weight: 700; color: #000; line-height: 29px; }
 .blog-2__meta-list a {font-weight: 400; font-size: 14px; gap: 10px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

/*============================================Home blog css end=======================================*/

/*============================================footer css start=======================================*/
 .footer-2-bg {background-color: #2F2F2F; }
.footer-2__main-wrapper {padding-top: 36px; padding-bottom: 50px; position: relative; overflow: hidden; }
.footer-2__left-shape {position: absolute; bottom: -102px; left: -94px; }
.footer-2__right-shape {position: absolute; right: 0; bottom: -102px; }
 .mb-minus-50 {margin-bottom: -50px; }
.footer-2__widget {margin-bottom: 40px; position: relative; z-index: 9; }
.mb-15 {margin-bottom: 15px; }
.mb-30 {margin-bottom: 30px; }
.footer-2__content p {font-style: normal; font-size: 15px; font-weight: 400; line-height: 28px; color: rgba(255, 255, 255, 0.7); }
.footer-2__widget-subscribe {height: 60px; overflow: hidden; position: relative; border-radius: 0px; background: rgba(255, 255, 255, 0.1); }
.footer-2__widget-subscribe input {border: none; padding-right: 180px; color: rgba(255, 255, 255, 0.7); background: transparent; height: 100%; padding: 10px; width: 56%; }
.footer-2__widget-subscribe .rr-btn {padding: 13.5px 24px; position: absolute; right: 5px; top: 5px; border-radius: 0; background-color: #906E50; border: none; }
.footer-2__widget-subscribe input:focus{border: none; outline: none;}
.rr-btn .btn-wrap {z-index: 1; float: left; overflow: hidden; position: relative; display: inline-block; border: none; }
.rr-btn:after {display: block; clear: both; content: ""; }
.footer-2__widget {margin-bottom: 40px; position: relative; z-index: 9; }
.footer-2__widget.footer-2__widget-item-2 {padding-left: 83px; margin-right: -5px; }
.footer-2__widget-title h6 {margin-bottom: 20px; position: relative; z-index: 10; font-style: normal; text-transform: capitalize; color: #fff; font-weight: 700; font-size: 20px; line-height: 30px; }
.footer-2__company ul {list-style: none; display: -ms-grid; display: grid; padding: 0; }
.footer-2__company ul li {color: rgba(255, 255, 255, 0.7); font-style: normal; font-weight: 400; font-size: 17px; line-height: 34px; margin-bottom: 2px; }
 .footer-2__company ul li a {color: rgba(255, 255, 255, 0.7); font-style: normal; font-weight: 400; font-size: 15px; line-height: 34px; }
 .footer-2__widget.footer-2__widget-item-3 {padding-left: 88px; }
.footer-2__widget.footer-2__widget-item-2 {padding-left: 83px; margin-right: -5px; }
.footer-2__resources {list-style: none; display: -ms-grid; display: grid; padding: 0; }
 .footer-2__gallery {display: -ms-grid; display: grid; grid-gap: 10px; -ms-grid-columns: 1fr 10px 1fr; grid-template-columns: 1fr 1fr; margin-top: -11px; }
.footer-2__gallery a {display: block; position: relative; z-index: 1; }
.footer-2__gallery a img {width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }
.footer-2__gallery a i {font-size: 24px; color: #fff; position: absolute; top: 50px; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); opacity: 0; }
.footer-2__gallery a:hover i {opacity: 1; z-index: 5; }
.footer-2__gallery a:after {width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; position: absolute; top: 0; z-index: 2; left: 0; opacity: 0; content: ""; background: #906E50; }
 .footer-2__gallery a:hover:after {opacity: 0.7; }
.footer-2__bottom {padding: 14px 0; background-color: #080A0B; }
.footer-2__bottom-wrapper {display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.footer-2__copyright p {font-size: 15px; font-weight: 400; line-height: 26px; font-style: normal; color: rgba(255, 255, 255, 0.7); }
.footer-2__copyright p a {color:#fff; opacity: 100%; font-weight: 700; }
.footer-2__social {display: -ms-flexbox; display: -webkit-box; display: flex; gap: 10px; margin-left: -50px; }
.footer-2__social a {color: #fff; font-style: normal; font-weight: 400; font-size: 14px; width: 42px; height: 42px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; background: rgba(255, 255, 255, 0.1); }
 .footer-2__copyright-menu ul {display: -ms-flexbox; display: -webkit-box; display: flex; gap: 20px; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: end; }
.footer-2__copyright-menu ul li {list-style: none; position: relative; }
.footer-2__copyright-menu ul li::before {content: ""; right: -10px; width: 1px; height: 14px; position: absolute; top: calc(50% + 0.5px); -webkit-transform: translateY(-50%); transform: translateY(-50%); background-color: rgba(255, 255, 255, 0.7); }
.footer-2__copyright-menu ul li a {color: rgba(255, 255, 255, 0.7); font-style: normal; font-weight: 400; font-size: 15px; line-height: 26px; }
 .footer-2__resources li {color: rgba(255, 255, 255, 0.7); font-style: normal; font-weight: 400; font-size: 15px; line-height: 34px; margin-bottom: 2px; }
 .footer-2__resources li a {color: rgba(255, 255, 255, 0.7); font-style: normal; font-weight: 400; font-size: 15px; line-height: 34px; }
a{text-decoration: none;}
.footer-2__logo{width: 27%;}
/*============================================footer css end=======================================*/

/*============================================inner banner css start=======================================*/
 .breadcrumb__area {position: relative; margin: 0; }
.breadcrumb-space {padding: 60px 0 60px; }
.breadcrumb__area.overly:before {position: absolute; width: 100%; height: 100%; left: 0px; top: 0px; content: ""; background: linear-gradient(95.68deg, rgb(0 0 0 / 30%) 28.66%, rgb(0 0 0 / 30%) 75.01%); mix-blend-mode: color-burn; z-index: 4; }
.breadcrumb__background {z-index: 0; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: center; background-size: cover; }
.breadcrumb__content {position: relative; z-index: 9; }
.breadcrumb__title {font-style: normal; font-weight: 700; position: relative; font-size: 47px; line-height: 63px; color: #fff; text-align: center; }
.breadcrumb__menu {position: relative; z-index: 3; }
.breadcrumb__menu ul {display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flexbox; display: inline-flex; gap: 34px; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; list-style: none; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding-left: 0; }
.breadcrumb__menu ul li {font-style: normal; font-weight: 600; font-size: 15px; line-height: 26px; position: relative; color: #fff; }
 .breadcrumb__menu ul li:after {position: absolute; -webkit-transform: translate(0, 30%); transform: translate(0, 30%); margin-left: 14px; content: "\f105"; font-family: "Font Awesome 6 Free"; font-style: normal; font-weight: 900; font-size: 16px; line-height: 16px; }
 .breadcrumb__area.overly:after {position: absolute; width: 100%; height: 100%; left: 0px; top: 0px; content: ""; right: 0; background: linear-gradient(97.08deg, rgb(0 0 0 / 30%) 1.96%, rgb(0 0 0 / 30%) 62.12%); mix-blend-mode: hard-light; z-index: 3; }
.breadcrumb__menu ul li:last-child:after{display: none;}
.breadcrumb__menu ul li a{color: #fff; text-decoration: none;}
/*============================================inner banner css end=======================================*/

/*============================================about page css start=======================================*/

.meet-our-team-wrapp{background-color: #F8F4F1; padding: 24px 0px;}
.meet-our-team-wrapp .home-serv-head {text-align: center; margin-bottom: 34px; }
.our-team__item {position: relative; overflow: hidden; margin-bottom: 30px; }
.our-team__item-media {position: relative; overflow: hidden; }
.our-team__item-media::before {position: absolute; content: ""; width: 100%; height: 100%; top: 0; left: 0; z-index: 2; background: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 10, 11, 0.1)), to(#080A0B)); background: linear-gradient(180deg, rgba(8, 10, 11, 0.1) 0%, #080A0B 100%); transition: all 0.3s 0s ease-out; }
.our-team__item:hover .our-team__item-media::before {opacity: 0; visibility: hidden; transition: all 0.3s 0s ease-out; }
.our-team__item-media img {filter: gray; -webkit-filter: grayscale(1); max-width: 100%; width: 100%; transition: all 0.3s 0s ease-out; }
.our-team__item:hover .our-team__item-media img {-webkit-transform: scale(1.1); transform: scale(1.1); -webkit-filter: grayscale(0); transition: all 0.3s 0s ease-out; }
.our-team__item-media::after {content: ""; top: 0; left: 0; width: 100%; height: 0; opacity: 0.8; position: absolute; background: #080A0B; opacity: 0; transition: all 0.3s 0s ease-out; }
.our-team__item:hover .our-team__item-media::after {opacity: 0.8; height: 100%; transition: all 0.3s 0s ease-out; }
.our-team__item__text {position: absolute; left: 16px; bottom: 19px; z-index: 10; -webkit-transform: translate(0, 0px); transform: translate(0, 0px); transition: all 0.3s 0s ease-out; }
.our-team__item:hover .our-team__item__text {-webkit-transform: translate(0, -68px); transform: translate(0, -68px); transition: all 0.3s 0s ease-out; }
.our-team__item__text h6 {font-weight: 700; color: #fff; font-size: 23px; }
.our-team__item__text h6 a{text-decoration: none; color: #fff;}
 .our-team__item__text span {color: #fff; }
 .our-team__item__socail {display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; gap: 12px; position: absolute; bottom: 21px; left: 15px; z-index: 4; visibility: hidden; opacity: 0; -webkit-transform: translate(0, 100px); transform: translate(0, 100px); transition: all 0.3s 0s ease-out; }
.our-team__item:hover .our-team__item__socail {opacity: 1; visibility: visible; z-index: 11; -webkit-transform: translate(0, 0px); transform: translate(0, 0px); transition: all 0.3s 0s ease-out; }
.our-team__item__socail a {width: 35px; height: 35px; border-radius: 500px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; color: var(--rr-common-white); text-align: center; background-color: rgba(255, 255, 255, 0.1); border: 1px solid rgba(255, 255, 255, 0.7); }
.our-team__item__socail a:hover {background-color: #B98E76; border-color: transparent; }


/*============================================about page css end=======================================*/

.our-featured-service__item {margin-bottom: 30px; background: #fff; -webkit-box-shadow: 0px 1px 3px rgba(8, 10, 11, 0.1); box-shadow: 0px 1px 3px rgba(8, 10, 11, 0.1); }
 .our-featured-service__media {overflow: hidden; }
.our-featured-service__media img {width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover;    transition: all 0.3s 0s ease-out; }
.our-featured-service__item:hover .our-featured-service__media img {-webkit-transform: scale(1.1); transform: scale(1.1);     transition: all 0.3s 0s ease-out;}
.our-featured-service__content {display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 21px 20px; gap: 10px; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.our-featured-service__item:hover .our-featured-service__text h6 {color: #906E50; }
.our-featured-service__icon {width: 50px; height: 50px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; background-color: #F8F4F1;     transition: all 0.3s 0s ease-out;}
 .our-featured-service__item:hover .our-featured-service__icon {background-color: #906E50;     transition: all 0.3s 0s ease-out;}
  .our-featured-service__item:hover .our-featured-service__icon i{color: #fff;}
 .our-featured-service__text span{font-size: 17px; color: #767676; margin-bottom: 2px; display: block;}
 .our-featured-service__text h6{color: #906E50; font-size: 26px; font-weight: 700; margin-bottom: 0;}
 .our-featured-service__text a{text-decoration: none; color: #906E50;}
 .service-middle-wrapp{padding: 50px 0px;}

 /*============================================services detail page css start=======================================*/

.page-service-single{padding: 50px 0; }
.service-sidebar{position: sticky; top: 30px; margin-right: 20px; }
 .service-featured-image{margin-bottom: 30px; }
 .service-featured-image figure{display: block; border-radius: 0px; overflow: hidden; }
 .service-featured-image img{border-radius: 0px; width: 100%; aspect-ratio: 0; object-fit: cover; }
 .service-entry{margin-bottom: 40px; }
 .service-entry h2{font-size: 32px; font-weight: 800; margin-bottom: 20px; }
 .service-entry h2 span{font-weight: 700; }
 .service-entry p{margin-bottom: 20px; }
 .service-entry p:last-child{margin-bottom: 0; }
 .service-entry ul{padding: 0; margin-bottom: 40px; list-style: none; display: flex; gap: 20px 30px; flex-wrap: wrap; }
 .service-entry ul li{position: relative; width: calc(33.33% - 20px); color: #222222; text-transform: capitalize; padding-left: 40px; }
 .service-entry ul li::before{content: ''; position: absolute; width: 24px; height: 24px; top: 50%; transform: translateY(-50%); left: 0; background: url(../images/icon-check.svg) no-repeat center left; background-size: cover; }
 .service-entry-box{display: flex; gap: 80px 30px; flex-wrap: wrap; margin: 40px 0; }
.service-entry-item{position: relative; width: calc(50% - 15px); }
.service-entry-item::before{content: ''; position: absolute; bottom: 0; left: 0; right: 0; background-color: #EBEBEB; height: 1px; width: 100%; transform: translateY(40px); }
 .service-entry-item:nth-last-child(-n + 2)::before{display: none; }
 .service-entry-item .icon-box{margin-bottom: 30px; }
 .service-entry-item .icon-box img{max-width: 50px; }
 .service-entry-item-content h3{font-size: 20px; font-weight: 600; text-transform: capitalize; margin-bottom: 20px; }
 .service-entry-item-content p{margin-bottom: 0; }
.service-entry-images{display: flex; gap: 30px; flex-wrap: wrap; }
 .service-entry-img{width: calc(50% - 15px); }
 .service-entry-img figure{display: block; border-radius: 40px; overflow: hidden; }
 .service-entry-img img{width: 100%; aspect-ratio: 1 / 0.96; object-fit: cover; border-radius: 40px; }
 .sidebar__widget.has--service {padding: 0; border: 0; margin-bottom: 40px; }
.sidebar__widget:not(:last-child) {margin-bottom: 30px; }
.sidebar__widget {padding: 30px; border: 1px solid rgba(8, 10, 11, 0.1); }
.sidebar__widget.has--service .sidebar__widget-service {gap: 20px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
 .sidebar__widget.has--service .sidebar__widget-service a {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; background-color: #F5F5F5; padding: 13px 20px; font-weight: 500; transition: all 0.3s 0s ease-out; color: #000; font-size: 18px; }
 .sidebar__widget.has--service .sidebar__widget-service a:hover {color: #fff; background-color: #906E50; transition: all 0.3s 0s ease-out; }
 .sidebar__widget.has--service .sidebar__widget-service a i {width: 20px; height: 20px; display: -webkit-box; display: -ms-flexbox; display: flex; font-weight: 14; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; border-radius: 500px; color: #fff; font-weight: 400; background-color: #906E50; font-weight: 600; transition: all 0.3s 0s ease-out; }
 .sidebar__widget.has--service .sidebar__widget-service a:hover i {background-color: #fff; color: #906E50; font-weight: 600; transition: all 0.3s 0s ease-out; }
 .sidebar__widget.widget__contact {background-color: #080A0B; padding: 0; border: 0; margin-bottom: 40px; }
 .sidebar__widget.widget__contact .sidebar__widget-contact__thumb {overflow: hidden; position: relative; }
.sidebar__widget.widget__contact .sidebar__widget-contact__thumb::before {content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; }
.sidebar__widget.widget__contact .sidebar__widget-contact__thumb img {width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; opacity: 0.2; }
.sidebar__widget.widget__contact .sidebar__widget-contact__content {position: absolute; width: 100%; z-index: 999; text-align: center; bottom: 40px; left: 0; padding: 0 10px; }
.sidebar__widget.widget__contact .sidebar__widget-contact__content a {color: #fff; font-size: 24px; line-height: 34px; font-weight: 700; margin-bottom: 10px; }
.sidebar__widget.widget__contact .sidebar__widget-contact__icon {width: 60px; height: 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; border-radius: 500px; background-color: #906E50; text-align: center; margin-left: auto; margin-right: auto; margin-bottom: 15px; }
 .sidebar__widget.widget__contact .sidebar__widget-contact__content span {display: block; color: #fff; margin-bottom: 10px; }
 .sidebar__widget.widget__contact .sidebar__widget-contact__content p {color: rgba(255, 255, 255, 0.9); max-width: 264px; margin-left: auto; margin-right: auto; margin-bottom: 0px; }

/*============================================services detail page css end=======================================*/

/*============================================project listing page css start=======================================*/
.project-div{background-color: #fff; box-shadow: 0px 0px 10px #ccc; margin-bottom: 30px;}
.project-image-div{}
.project-image-div img{width: 100%;}
.project-con-div{    padding: 20px;}
.project-con-div h3{font-size: 22px; font-weight: 700; margin-bottom: 13px; }
.project-con-div ul{list-style-type: none; padding-left: 0px;}
 .project-con-div ul li{margin-bottom: 8px; display: flex; justify-content: space-between; align-items: center; font-size: 15px; border-bottom: 1px solid #ccc; padding-bottom: 8px;}
.project-con-div ul li:last-child{border: none;}
.project-con-div ul li span{font-weight: 600;}
.project-con-div a{background-color: #906E50; color: #fff; font-size: 15px; padding: 9px 18px; display: inline-block; text-decoration: none; width: 100%; text-align: center;}
.project-con-div a:hover{background-color: #000;}
.project-con-div a i{margin-left: 5px; font-size: 12px;}

/*============================================project listing page css end=======================================*/

/*============================================project detail page css end=======================================*/

.section-space__top {padding: 50px 0px; }
.protfolio-details__media {margin-bottom: 30px; position: relative; }
.protfolio-details__content img {width: auto; overflow: hidden; max-width: 100%; }
.protfolio-details__info {padding: 35px 40px; padding-right: 82px; background-color: #F8F8F8; display: inline-block; position: absolute; bottom: 40px; right: 0; }
.protfolio-details__info-date {gap: 10px; display: -webkit-box; display: -ms-flexbox; display: flex; margin-bottom: 30px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.protfolio-details__info-date i {font-size: 12px; color: #906E50; }
.protfolio-details__info-list__item {gap: 8px; display: -webkit-box; display: -ms-flexbox; display: flex; font-weight: 600; -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-transform: uppercase; color: #000; }
 .protfolio-details__info-list__item span {font-weight: 400; color: #767676; text-transform: capitalize; }
 .protfolio-details__info-list__item:not(:last-child) {margin-bottom: 30px; }
.ml-35 {margin-left: 35px; }
.ml-20 {margin-left: 20px; }
.protfolio-details__media-group {display: -webkit-box; display: -ms-flexbox; display: flex; /*  -ms-flex-wrap: wrap; flex-wrap: wrap;*/ gap: 30px; margin-bottom: 40px; }
.protfolio-details__content img {width: auto; overflow: hidden; max-width: 100%; }
.protfolio-details__content ul {list-style: none; }
.mb-30 {margin-bottom: 30px; }
.protfolio-details__content ul li {gap: 20px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-size: 15px; font-weight: 500; color: #000; }
 .protfolio-details__content p {font-size: 15px; color: #767676; margin-bottom: 30px; line-height: 26px; }

.protfolio-details__content h4{font-size: 24px; margin-bottom: 10px; font-weight: 700; color: #000;}


/*============================================project detail page css end=======================================*/

/*============================================gallery page css start=======================================*/
.gallery-page-wrapp{padding: 50px 0px;}
.protfolio__item {position: relative; margin-bottom: 30px; }
.protfolio__item::before {content: ""; top: 0; left: 0; width: 100%; height: 0; position: absolute; background-color: rgba(8, 10, 11, 0.7); transition: all 0.3s 0s ease-out; }
.protfolio__item:hover::before {height: 100%; }
.protfolio__item-media {width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }
.protfolio__item-icon {top: 50%; left: 50%; z-index: 0; opacity: 0; position: absolute; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.protfolio__item:hover .protfolio__item-icon {z-index: 1; opacity: 1; }

/*============================================gallery page css end=======================================*/

/*============================================contact page css end=======================================*/

.contact-us.section-space {padding-top: 50px; padding-bottom: 50px; }
.contact-us__info-item {padding: 19px 22px; border: 1px solid rgba(8, 10, 11, 0.1); text-align: center; margin-bottom: 30px; }
.contact-us__text {display: -webkit-box; display: -ms-flexbox; display: flex; margin-top: 30px; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
.contact-us__text h6 {margin-bottom: 10px; text-transform: capitalize; font-weight: 700; font-size: 16px; }
.contact-us__text  a{font-size: 15px; color: #767676;}
.contact__from h4{font-weight: 700;  font-size: 25px; margin-bottom: 15px;}
.contact__from p {max-width: 489px; font-size: 15px; color: #767676;margin-bottom:30px; }
 .contact__form-input {margin-bottom: 18px; }
.contact__form-input input, .contact__form-input textarea {height: 50px; font-size: 14px; line-height: 24px; padding-left: 20px; color: #000; background-color: #F8F8F8; border: unset; width: 100%; }
.contact__form-input input:focus, .contact__form-input textarea:focus{box-shadow: unset; outline: none; border:none;}
.contact__form-input textarea {height: 180px; }
.contact-form-btn{border: unset;}
.map-secion{height: 100%;}
.map-secion iframe{width: 100%; height: 100%;}

/*============================================contact page css end=======================================*/


.all-links-inner ul{padding-left: 0px; margin-left: 0px; list-style-type: none; margin-top: 0px;}
.all-links-inner ul li a{color: #000;text-decoration: none;border: 2px solid #906E50;text-align: center;display: block;padding: 10px;font-size: 21px;}
.all-links-inner ul li{margin-bottom: 10px;}

.mecella-heading{margin-bottom: 80px;}
.mecella-heading h3{color: #000;text-align: center;font-size: 32px;text-transform: uppercase;position: relative;}
.mecella-heading h3 span{font-weight: 900; color:#906E50;}
.mecella-heading h3:after{content: '';position: absolute;bottom: -20px;left: 0;right: 0;width: 100px;background-color: #906E50;height: 5px;margin: 0 auto;}
.welcome-mecella{background-color: #ccc;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;}
.welcome-mecella img{width: 60%;}
.all-links-wrapper{padding-top: 30px; padding-bottom: 50px;}





/* sarkar css start    */
custom-service ul {
    display: block !important;
    list-style-type: disc !important;
    margin-left: 20px !important;
}

.custom-service ul li {
    width: 100% !important;
    padding: 0px !important;
}


/* sarkar css end      */


.service-entry0.custom-service p{font-size: 15px;}
.service-entry0.custom-service h2{font-size: 22px; font-weight: 600; margin-bottom: 14px;}
.service-entry0.custom-service h3{font-size: 22px; font-weight: 600; margin-bottom: 14px;}
.service-entry0.custom-service ul{padding-left: 15px;}
.service-entry0.custom-service ul li{margin-bottom: 10px; font-size: 14px;}
.our-featured-service__text h6{font-size: 20px;}