@import url('https://unpkg.com/boxicons@2.1.2/css/boxicons.min.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css');
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url("https://cdnjs.cloudflare.com/ajax/libs/material-design-iconic-font/2.2.0/css/material-design-iconic-font.min.css");


*{
  padding: 0;
  margin: 0;
  list-style-type: none;
  text-decoration: none;
  outline: none;
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
 font-family: 'Jost', sans-serif;
}
h1, h2, h3, h4, h5, h6{font-family: 'Anton', sans-serif; margin: 0;padding: 0;}

p{font-family: 'Jost', sans-serif; font-size: 16px;font-weight: 400;padding: 0; margin-bottom:10px;line-height: 26px;color: #000;}
img {
  max-width: 100%;
  border: none;
}
figure{margin: 0;}
a {
  text-decoration: none;
  outline: none !important;
  -webkit-transition: all 0.3s ease;                  
  -moz-transition: all 0.3s ease;                 
  -o-transition: all 0.3s ease;   
  -ms-transition: all 0.3s ease;          
  transition: all 0.3s ease;
}
button{outline: none;}
button:focus{
  box-shadow: none;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
.btn {
  border-radius: 30px;
  padding: 10px 25px;
  font-size: 18px;
  border: 1px solid;
  font-weight: 500;
}
.btn-primary{
  background-color: #CD8627;
  border-color: #CD8627;
  color: #ffffff;
}
.btn-primary:hover, .btn-primary:focus{
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.main-area{position: relative;overflow: hidden;}
/*---------footer area css start---------------*/
.footer-start{ background-color:#582F58; }
.footer-start-top{ padding-bottom:90px; position:relative; z-index:1; }
.footer-start-top:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 50px;
    background-color: #fff;
    left: 0;
    top: 0;
    z-index: -1;
}
.footer-start-top:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 454px;
    background-image: url(../images/janat-footerafterimg.png);
    background-position: top;
    background-size: cover;
    left: 0;
    top: 49px;
    z-index: -1;
    background-repeat: no-repeat;
}
.footerlogo {
    max-width: 155px;
    margin-bottom: 45px;
    margin: auto;
    margin-bottom: 60px;
}
.footerlogo img{ width:100%;}
.footer-wizget h4{color: #CD8627;font-weight: 500; font-family: 'Jost', sans-serif;
font-style: normal;
font-weight: 500;
font-size: 20px; margin-bottom: 24px; text-transform: capitalize;}


.footer-wizget ul{ padding:0px; margin:0px;}
.footer-wizget ul li a{font-weight: 400;
font-size: 16px;
line-height: 37px; color: #fff;}
.footer-wizget ul li a:hover {color:#CD8627;}
.footer-wizget p{ font-size:20px; font-weight:500; color:#fff;font-family: 'Jost', sans-serif; margin-bottom:22px; }
.footer-wizget p strong{color: #928052;}


.ft-social {
    margin: 30px 0px 0px;
    position: relative;
    z-index: 9;
}
.ft-social ul {margin-bottom: 0;position: relative;z-index: 1;}
.ft-social ul li{display: inline-block;padding: 0px 3px;}
.ft-social ul li a{width: 33px;height: 33px;color: #fff;font-size: 20px;line-height: 35px;border:1px solid #fff; text-align: center; border-radius: 50%;display: block;padding: 0px;transition: all ease-in-out 0.5s;-moz-transition: all ease-in-out 0.5s;-webkit-transition: all ease-in-out 0.5s;-o-transition: all ease-in-out 0.5s;-ms-transition: all ease-in-out 0.5s;-khtml-transition: all ease-in-out 0.5s;}
.ft-social ul li i{font-size: 20px;line-height: 31px;transition: all ease-in-out 0.5s;-moz-transition: all ease-in-out 0.5s;-webkit-transition: all ease-in-out 0.5s;-o-transition: all ease-in-out 0.5s;-ms-transition: all ease-in-out 0.5s;-khtml-transition: all ease-in-out 0.5s;}
.ft-social ul li a:hover{background-color: #cd8627;border: 1px solid #cd8627; color:#fff;transition: all ease-in-out 0.5s;-moz-transition: all ease-in-out 0.5s;-webkit-transition: all ease-in-out 0.5s;-o-transition: all ease-in-out 0.5s;-ms-transition: all ease-in-out 0.5s;-khtml-transition: all ease-in-out 0.5s;}

.footer-start-bottom{ background-color:#928052; padding:16px 0; }
.footer-start-bottom p{ margin-bottom:0; font-size:16px; color:#fff; line-height:24px; }
.footer-start-bottom p a{ color:#fff; }
/*footer area css stop*/

/*-- banner area start --*/
.banner-area{
  height: 710px;
}
.banner{
  height: 710px;
  position: relative;
  overflow: hidden;
}
.banner img{
  width: 100%;
  object-fit: cover;
  position: relative;
  z-index: 0;
}
.banner .banner-contain-area{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.banner-contain-area .banner-body {
  width: 100%;
  max-width: 687px;
  position: relative;
  padding-top: 125px;
  padding-left: 13px;
}
.banner-contain-area .banner-body .tag-line {
  text-transform: uppercase;
  color: rgb(255 255 255 / 4%);
  font-weight: 400;
  font-size: 145px;
  font-family: 'Anton', sans-serif;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}
.banner-contain-area .banner-body h1, .banner-contain-area .banner-body h2, .banner-contain-area .banner-body h3{
  font-size: 48px;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0 0 8px;
  -webkit-transition: all 0.3s ease;                  
  -moz-transition: all 0.3s ease;                 
  -o-transition: all 0.3s ease;   
  -ms-transition: all 0.3s ease;          
  transition: all 0.3s ease;
}
.banner-contain-area .banner-body h1 strong, .banner-contain-area .banner-body h2 strong, .banner-contain-area .banner-body h3 strong{
  font-weight: 400;
  color: #CD8627;
}
.banner-contain-area .banner-body p {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  width: 100%;
  max-width: 500px;
  margin: 0 0 20px;
  -webkit-transition: all 0.3s ease;                  
  -moz-transition: all 0.3s ease;                 
  -o-transition: all 0.3s ease;   
  -ms-transition: all 0.3s ease;          
  transition: all 0.3s ease;
}
.banner-contain-area .banner-body h4 {
  color: #928052;
  font-size: 40px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: 'Jost', sans-serif;
  position: relative;
  z-index: 1;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s ease;                  
  -moz-transition: all 0.3s ease;                 
  -o-transition: all 0.3s ease;   
  -ms-transition: all 0.3s ease;          
  transition: all 0.3s ease;
}
.banner-carousel .owl-item.active .banner-contain-area .banner-body h1, .banner-carousel .owl-item.active .banner-contain-area .banner-body h2, .banner-carousel .owl-item.active .banner-contain-area .banner-body h3{
  -webkit-animation: fadeInDown 0.8s ease-in both;
  -moz-animation: fadeInDown 1s ease-in both;
  -o-animation: fadeInDown 1s ease-in both;
  -ms-animation: fadeInDown 1s ease-in both;
  animation: fadeInDown 1s ease-in both;
}
.banner-carousel .owl-item.active .banner-contain-area .banner-body h4{
  -webkit-animation: fadeInDown 0.8s ease-in both;
  -moz-animation: fadeInDown 0.8s ease-in both;
  -o-animation: fadeInDown 0.8s ease-in both;
  -ms-animation: fadeInDown 0.8s ease-in both;
  animation: fadeInDown 0.8s ease-in both;
}
.banner-carousel .owl-item.active .banner-contain-area .banner-body p{
  -webkit-animation: fadeInDown 1.2s ease-in both;
  -moz-animation: fadeInDown 1.2s ease-in both;
  -o-animation: fadeInDown 1.2s ease-in both;
  -ms-animation: fadeInDown 1.2s ease-in both;
  animation: fadeInDown 1.2s ease-in both;
}
.banner-carousel .owl-item.active .banner-contain-area .banner-body .btn{
  -webkit-animation: fadeInDown 1.5s ease-in both;
  -moz-animation: fadeInDown 1.5s ease-in both;
  -o-animation: fadeInDown 1.5s ease-in both;
  -ms-animation: fadeInDown 1.5s ease-in both;
  animation: fadeInDown 1.5s ease-in both;
}
.banner-carousel {
  position: relative;
}
.banner-carousel .owl-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 40px 0;
}
.banner-carousel .owl-dots .owl-dot span{
  display: none;
}
.banner-carousel .owl-dots .owl-dot{
  padding: 0;
  margin: 0;
  margin-right: 5px;
  width: 12px;
  height: 12px;
  border: 1px solid #9E9E9E;
  background-color: #9E9E9E;
  border-radius: 50%;
}
.banner-carousel .owl-dots .owl-dot:last-child{
  margin-right: 0;
}
.banner-carousel .owl-dots .owl-dot.active{
  width: 25px;
  border-radius: 30px;
  border-color: #CD8627;
  background-color: #CD8627;
}
@keyframes fadeInDown {
  0% {
     opacity: 0;
     transform: translateY(-20px);
  }
  100% {
     opacity: 1;
     transform: translateY(0);
  }
}
/*-- banner area stop --*/
/*-- header area start --*/
.header-area {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 91;
  padding: 10px 0;
}
.header-area .logo {
  width: 100%;
  max-width: 130px;
  height: 130px;
  border-radius: 50%;
  background: rgb(40,21,37);
  background: -moz-linear-gradient(90deg, rgba(40,21,37,1) 0%, rgba(40,21,37,0) 100%);
  background: -webkit-linear-gradient(90deg, rgba(40,21,37,1) 0%, rgba(40,21,37,0) 100%);
  background: linear-gradient(90deg, rgba(40,21,37,1) 0%, rgba(40,21,37,0) 100%);
  margin: 0;
}
.header-area .logo img {
  width: 100%;
  max-width: 85%;
  object-fit: contain;
}
.header-area .header-right{
  padding: 30px 0;
}
.header-area .search-box{

}
.header-area .search-box .btn-search {
  width: 40px;
  height: 40px;
  background-color: #928052;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #928052;
}
.header-area .search-box .btn-search:hover {
  background-color: #160c14;
  border-color: #160c14;
}
.header-area .navigation {
  width: auto;
  height: auto;
  background-color: transparent;
  margin-right: 25px;
}
.header-area .navigation .nav-menu{
  margin: 0;
}
.header-area .navigation .nav-menu > li {
  float: none;
  padding: 10px 0;
  margin-right: 60px;
}
.header-area .navigation .nav-menu > li:last-child{
  margin-right: 0;
}
.header-area .navigation .nav-menu > li > a{
  height: auto;
  padding: 0 0;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
}
.header-area .navigation .nav-menu > li:hover a span{
  color: #CD8627;
}
.header-area .navigation .nav-menu > li:hover a, .header-area .navigation .nav-menu > li.active a{
  color: #CD8627;
}
.header-area .navigation .nav-menu > li > a span {
  margin-left: 8px;
  color: #ffffff;
  font-size: 10px;
  position: relative;
  bottom: 2px;
}
.header-area .navigation .nav-menu > li > a .submenu-indicator{
  display: none;
}
.header-area .navigation .nav-menu > li .nav-dropdown{
  border-top: 0;
}
.header-area .navigation .nav-menu > li .nav-dropdown > li > a {
  color: #160c15;
  font-size: 16px;
  white-space: break-spaces;
}
.header-area .navigation .nav-menu > li .nav-dropdown > li > a:hover{
  background-color: #CD8627;
  color: #ffffff;
}
/*-- header area stop --*/
/*-- about area start --*/
.about-area{
  padding: 80px 0;
}
.about-body{
  width: 100%;
  max-width: 1096px;
  margin: 0 auto;
}
.about-body .about-imgbox img{
  width: 100%;
  object-fit: cover;
}
.heading-title{ margin-bottom:30px; }
.heading-title h3{
  font-weight: 400;
  font-size: 36px;
  line-height: 146%;
  color: #000000;
  text-transform: uppercase;
}
.heading-title h4 {
    font-weight: 500;
    color: #CD8627;
    font-family: 'Jost', sans-serif;
    font-size: 22px;
    line-height: 146%;
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 0 63px;
}
.heading-title h4:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #CD8627;
    top: 50%;
    z-index: -1;
}
.heading-title h4 span{ background-color:#fff; padding:0 15px; }
.about-contain.heading-title{
  padding-left: 40px;
}
.about-contain.heading-title h4{
  padding: 0;
  margin: 0 0 10px;
}
.about-contain.heading-title h4 span{
  padding-left: 0;
}
.about-contain.heading-title h4:after {
  left: auto;
  right: -40%;
}
.about-contain.heading-title p{}
/*-- about area stop --*/
/*-- number area start --*/
.number-area{
  padding: 60px 0;
  background-color: #E8DCBD;
}
.number-area .number-box{
  min-height: 121px;
  position: relative;
}
.number-area .number-box::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
  height: 121px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(../images/index/line-shape.png);
}
.number-area .number-box::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 121px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(../images/index/line-shape.png);
  transform: rotate(180deg);
}
.number-area .number-box p{
  color: #CD8627;
  font-size: 22px;
  font-weight: 500;
}
.number-area .number-box h4{
  color: #2C1326;
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 5px;
}
.number-area .number-main-box {
  padding: 0 25px;
}
/*-- number area stop --*/
/*-- service area start --*/
.service-contain {
  padding-left: 40px;
}
.service-area{
  padding: 80px 0;
}
.service-imgbox{

}
.service-imgbox img{
  width: 100%;
  object-fit: cover;
}
.service-contain h3{
  color: #582F58;
  font-size: 26px;
  font-weight: 500;
  margin: 0 0 20px;
  font-family: 'Jost', sans-serif;
}
.service-contain p{
  color: #575757;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 15px;
}
.service-contain .btn{
  padding: 0;
  border-radius: 0;
  text-decoration: none;
  border: 0;
}
.service-contain .btn-link{
  background-color: transparent;
  color: #CD8627;
}
.service-contain .btn i{
  margin-left: 8px;
}
.service-contain .btn-link:hover{
  color: #582F58;
}
.minBox:nth-of-type(2n) .imgBox{
  order: 2;
}
.minBox:nth-of-type(2n) .containBox{
  order: 1;
}
.minBox:nth-of-type(2n) .containBox .service-contain{
  padding-left: 0;
  padding-right: 40px;
}
/*-- service area stop --*/
/*-- choose us area start --*/
.chooseus-area{
  padding: 80px 0;
}
/*-- choose us area stop --*/
/*------- inner banner start ------*/
.inner_banner_area {
  height: 340px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  padding: 90px 0;
}
.inner_banner_area h1 {
  color: #fff;
  font-size: 48px;
  font-weight: 500;
  padding: 0;
  margin: 0 0 10px;
}
.breadcrumb{
padding: 0;
margin: 0;
background-color: transparent;
border-radius: 0;
}
.breadcrumb .breadcrumb-item a {
  font-size: 17px;
  font-weight: 400;
  color: #ffffff;
}
.breadcrumb .breadcrumb-item a:hover{
  color: #ffffff;
  text-decoration: underline;
}
.breadcrumb .breadcrumb-item.active{
  color: #ffffff;
}
.breadcrumb-item + .breadcrumb-item::before{
color: var(--headingColorThree);
}
/*------- inner banner stop ------*/


/*Whychooseus-area css start*/


.Whychooseus-area{
  background: linear-gradient(94.36deg, #5A305A 2.65%, rgba(205, 134, 39, 0.8) 100%);
}
.Whychooseus-inner{
  max-width: 900px;
  margin: auto;
}
.heading-two{}
.heading-two h2{
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 146%;
  text-transform: uppercase;
  color: #FFFFFF;
}
.heading-two h4{
  ont-weight: 500;
font-size: 22px;
line-height: 146%;
color: #CD8627;
font-family: 'Jost', sans-serif;
position: relative;
margin-bottom: 30px;
}
.heading-two h4:after{
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 63px;
  border-bottom: 3px solid #CD8627;
}
.Whychooseus-thumble{ margin-top:50px; }
.Whychooseus-right {
    padding-left: 20px;
}
.Whychooseus-singlebox{ margin-bottom:30px; }
.Whychooseus-singlebox:last-child{ margin-bottom:0; }
.Whychooseus-singlebox h4 {
  font-weight: 500;
font-size: 26px;
line-height: 146%;
color: #EDCB9D;
font-family: 'Jost', sans-serif;
margin-bottom: 10px;

}
.Whychooseus-singlebox h4 strong {
    color: #fff;
    -webkit-text-fill-color: #ffffff00;
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: white;
    font-family: 'Anton', sans-serif;
    font-size: 50px;
    line-height: 146%;
    letter-spacing: 0.13em;
    display: block;
    position: relative;
}
.Whychooseus-singlebox h4 strong:after {
    content: "";
    display: inline-block;
    width: 50px;
    height: 1px;
    background-color: #fff;
    vertical-align: middle;
    margin-left: 22px;
}
.Whychooseus-singlebox p{
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #FFFFFF;
}


/* Our Works css start*/

.OurWorks-box{
  background: #FFFFFF;
box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.25);
padding: 10px;
}
.OurWorks-box.big{ height: 478px; margin-top:20px; }
.OurWorks-box.small {
    height: 230px;
    margin-top: 20px;
    margin-left: 30px;
}


/*---------------------ourclient-area css start-----------------------*/

.ourclient-area{
  background: #E8DCBD;
 
}

.ourclientbox {
    padding-left: 90px;
}
.ourclientbox .heading-title h4{ color:#CD8627; }
.ourclientbox .heading-title h4 span{ background-color:#E8DCBD; }
.ourclientbox .client-img{  display:flex;  position:relative; z-index:1; }
.ourclientbox .client-img img{ max-width:272px; min-width:272px; height:403px; object-fit:cover; }
.ourclientbox .client-img:after {
    content: "";
    position: absolute;
    left: -88px;
    top: -77px;
    background-image: url(../images/Ellipse.png);
    width: 204px;
    height: 215px;
}
.ourclientbox .client-body {
    padding-left: 72px;
    padding-bottom: 50px;
}
.ourclientbox .client-body .ptagbox {
    position: relative;
    padding-top: 80px;
}
.ourclientbox .client-body .ptagbox:after {
    content: "";
    position: absolute;
    top: 0;
    background-image: url(../images/quote.png);
    width: 88px;
    height: 60px;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.ourclientbox .client-body .ptagbox p{
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #555148;
}

.ourclient_carousel .owl-nav {
    display: flex;
    padding-left: 429px;
    position: absolute;
    left: 0;
    bottom: 10px;
}
.ourclient_carousel .owl-stage-outer {
    padding-top: 78px;
}
.ourclient_carousel .owl-nav .owl-prev{ position: relative;width: 34px;height: 34px; 
box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15); background-color: #ffffff!important;    border-radius: 30px; outline: none;display: flex;align-items: center;justify-content: center;}
.ourclient_carousel .owl-nav .owl-next {position: relative;width: 34px;height: 34px; background-color: #FFFFFF!important;
box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);    border-radius: 30px;outline: none;display: flex;align-items: center;justify-content: center;}
.ourclient_carousel .owl-nav .owl-prev:hover, .ourclient_carousel .owl-nav .owl-next:hover {background-color: #582F58!important;}
.ourclient_carousel .owl-nav .owl-prev:after {content: '\f177';font-family: FontAwesome;position: absolute;margin: auto;    font-size: 16px;color: #CD8627;}
.ourclient_carousel .owl-nav .owl-next:after{content: '\f178';font-family: FontAwesome;position: absolute;margin: auto;font-size: 16px;color: #CD8627;}
.ourclient_carousel .owl-nav .owl-prev:hover:after, .ourclient_carousel .owl-nav .owl-next:hover:after{color: #0184D3;}
.ourclient_carousel .owl-nav .owl-prev{margin-right: 15px;}
.ourclient_carousel .owl-nav .owl-prev:hover:after, .ourclient_carousel .owl-nav .owl-next:hover:after {color: #ffffff!important;}


/*---------OurModel area css start---------------*/

.p-90{ padding:90px 0; }

.heading-title{ margin-bottom:30px; }
.heading-title h3{
  font-weight: 400;
  font-size: 36px;
  line-height: 146%;
  color: #000000;
  text-transform: uppercase;
}
.heading-title h4 {
    font-weight: 500;
    color: #CD8627;
    font-family: 'Jost', sans-serif;
    font-size: 22px;
    line-height: 146%;
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 0 63px;
}
.heading-title h4:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #CD8627;
    top: 50%;
    z-index: -1;
}
.heading-title h4 span{ background-color:#fff; padding:0 15px; }


.OurModel_innerarea{ max-width:85%; margin:auto; }
.OurModelbox{ position:relative; overflow:hidden; display:flex; width:100%; height:380px; }
.OurModelbox img{ width:100%; object-fit:cover; height:100%; }
.OurModelbox a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9;
}
.OurModelbox h4 {
    position: absolute;
    bottom: 0;
    width: 100%;
    right: 0%;
    transform: translateX(-0%);
    box-sizing: border-box;
    padding: 30px 10px;
    text-align: center;
    color: #fff;
    z-index: 2;
     font-weight: 500;
    font-family: 'Jost', sans-serif;
    font-size: 20px;
    transition: all 0.5s ease;

}
.OurModelbox:after{ content:""; position:absolute; left:0; bottom:0; width:100%; height:101px; background: linear-gradient(180deg, rgba(65, 65, 65, 0) -4.95%, #000000 100%); }
.OurModelbox .overlay {
    color: #000;
    width: 100%;
    height: 100%;
    background: linear-gradient(360deg, rgba(87, 48, 83, 0.8) 0%, rgba(205, 134, 39, 0.8) 100%);
    opacity: 0;
    transition: all 0.5s ease;
    position: absolute;
    top: 0;
    bottom: 0;
    box-sizing: border-box;
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 9;
}
.OurModelbox .overlay .d-block {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    padding: 24px;
}

.OurModelbox .overlay span{
    font-weight: 500;
    font-family: 'Jost', sans-serif;
    font-size: 20px;
    line-height: 146%;
    color: #fff;
    transform: translateX(-50%);
}

.OurModelbox .overlay p{
  font-family: 'Jost', sans-serif;
   font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #D9D4C7;
}
.OurModelbox:hover h4{opacity: 0;    animation: slide 0.4s; }
.OurModelbox .overlay:hover{
  opacity: 1;
}
.OurModelbox .arrow{ max-width:34px; width:100%; margin:auto; }

.OurModelbox .overlay:hover .d-block{
  animation: slide 0.4s;
}
.owl-carousel.OurModel-carousel .owl-stage-outer {
   
    padding-top: 60px;
}
.owl-carousel.OurModel-carousel  .owl-item.center .OurModelbox{
  -webkit-transform: translate3d(0,-50px,0);
  transform: translate3d(0,-50px,0);
}
.owl-carousel.OurModel-carousel  .owl-item.center .OurModelbox .overlay{opacity: 1;  transition: all 0.5s ease;}
.owl-carousel.OurModel-carousel  .owl-item.center .OurModelbox .overlay:hover .d-block{ animation: inherit;  transition: all 0.5s ease;}
.owl-carousel.OurModel-carousel  .owl-item.center .OurModelbox h4{ opacity:0;  transition: all 0.5s ease; }
@keyframes slide{
  0%   {transform:translateX(-10%);}
  100% {transform:translateX(-50%);}
}
.btn-warning-custom {
  font-family: 'Jost', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  color: #ffffff;
  padding: 15px 26px;
  background: #CD8627;
  border-radius: 40px;
  border: 1px solid #CD8627;
  margin-top: 15px;
  display: inline-block;
}
.btn-warning-custom:hover{
  background: #582F58;
  border-color: #582F58;
  color: #fff;
}
/*-- inner contact area start --*/
.inner-contact-area{
  padding: 80px 0;
}
.contact-address-area .address-box {
  padding: 25px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  margin-bottom: 40px;
}
.contact-address-area .address-box h3 {
  text-transform: uppercase;
  color: #12010f;
  font-size: 30px;
  margin: 0 0 15px;
}
.contact-address-area .address-box h5 {
  color: #12010f;
  font-size: 20px;
  font-family: 'Jost', sans-serif;
  margin: 0 0 8px;
  font-weight: 600;
}
.contact-address-area .address-box p {
  color: #343434;
  font-size: 18px;
  font-weight: 400;
}
.contact-form-area .map-box{

}
.contact-FormBox{
  background: linear-gradient(94.36deg, #5A305A 2.65%, rgba(205, 134, 39, 0.8) 100%);
  padding: 40px;
}
.contact-FormBox h3 {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 35px;
  margin: 0 0 20px;
  letter-spacing: 1px;
}
.contact-FormBox .form-group{
  margin-bottom: 15px;
}
.contact-FormBox .form-control {
  border-radius: 0;
  height: 50px;
  border: 1px solid #ffffff;
  background-color: rgb(255 255 255 / 80%);
}
.contact-FormBox .form-control:focus{
  box-shadow: none;
  background-color: #ffffff;
}
.contact-FormBox textarea.form-control{
  height: 110px;
  resize: none;
}
.contact-FormBox .btn-warning-custom{
  border-radius: 0;
}
.map-box iframe{
  width: 100%;
  height: 100%;
}
.nav-dropdown {
  min-width: 260px;
  max-width: 290px;
}
.nav-dropdown > li > a {
  padding: 14px 27px;
}

#search-box {
  visibility: hidden;
  position: absolute;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999999999;
}
#search-box .container {
  display: table;
  width: 100%;
  height: 100%;
}
#search-box .container .close {
  position: absolute;
  right: 32px;
  top: 32px;
  width: 32px;
  height: 32px;
  opacity: 0.3;
}
#search-box .container .close:hover {
  opacity: 1;
}
#search-box .container .close::before, #search-box .container .close::after {
position: absolute;
left: 15px;
content: ' ';
height: 26px;
width: 2px;
background-color: #000;
}
#search-box .form {
display: flex;
}
#search-box .container .close:before {
  transform: rotate(45deg);
}
#search-box .container .close:after {
  transform: rotate(-45deg);
}
#search-box .container .search-main {
  display: table-cell;
  vertical-align: middle;
}
#search-box .container .search-main .search-inner {
  width: 80%;
  margin: 0 auto;
}
#search-box .container .search-main form {
  position: relative;
}
#search-box .container .search-main input {
background: #ffffff;
border: none;
box-shadow: none;
padding: 0 15px;
font-size: 15px;
height: 60px;
border: 1px solid #CD8627;
display: block;
color: black;
margin-bottom: 0;
width: 100%;
border-radius: 30px 0 0 30px;
}
#search-box .container .search-main input:focus {
  outline: none;
}
#search-box .container .search-main button {
border: 0;
left: auto;
outline: none;
padding: 0;
position: relative;
right: 0;
top: 0;
bottom: 0;
background: transparent;
font-size: 20px;
padding: 8px 18px;
background-color: #CD8627;
color: #fff;
width: 60px;
border-radius: 0px 30px 30px 0;
}
#search-box .container .search-main button:hover{
background-color: #000000;	
}
#search-box .container .search-main .search-info {
  display: block;
  color: white;
  text-align: right;
  float: right;
  margin-top: 4px;
}
#search-box.-open {
background: #fffffff2;
visibility: visible;
animation: fadein 0.8s;
}
#search-box.-open .container .search-main input {
 
}
@keyframes fadein {
  from {
      opacity: 0;
 }
  to {
      opacity: 1;
 }
}
/*-- inner contact area stop --*/
/*-- photo gallery area start --*/
.inner-gallery-area{
  padding: 80px 0;
}
.gallery-box {
  padding: 15px;
  box-shadow: 0 0 12px rgb(175 175 175 / 50%);
  background-color: #ffffff;
  margin: 0 0 24px;
}
.gallery-box .gallery-img {
  height: 360px;
  overflow: hidden;
  position: relative;
  margin-bottom: 15px;
}
.gallery-box .gallery-img img {
  width: 100%;
  object-fit: cover;
  position: relative;
  z-index: 0;
  -webkit-transition: all 0.3s ease;                  
  -moz-transition: all 0.3s ease;                 
  -o-transition: all 0.3s ease;   
  -ms-transition: all 0.3s ease;          
  transition: all 0.3s ease;
}
.gallery-box .gallery-img:hover img{
  transform: scale(1.1);
}
.gallery-box .gallery-img .gallery-popup {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(360deg, rgb(87 48 83 / 50%) 0%, rgb(205 134 39 / 50%) 100%);
  -webkit-transition: all 0.3s ease;                  
  -moz-transition: all 0.3s ease;                 
  -o-transition: all 0.3s ease;   
  -ms-transition: all 0.3s ease;          
  transition: all 0.3s ease;
  opacity: 0;
}
.gallery-box .gallery-img:hover .gallery-popup{
  opacity: 1;
}
.gallery-box .gallery-img .gallery-popup .icon {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background-color: #281525;
  color: #ffffff;
  font-size: 25px;
}
.gallery-box h4 {
  color: #281525;
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
}
.inner-video-gallery .gallery-box .gallery-img {
  height: 215px;
}
.inner-video-gallery .gallery-box .gallery-img iframe{
  width: 100%;
  height: 100%;
}
/*-- photo gallery area stop --*/
/*-- inner about area start --*/
.inner-about-area{
  padding: 80px 0;
}
.inner-about-body {
  padding: 35px;
  background-color: #ffffff;
  box-shadow: 0 0 10px rgb(0 0 0 / 5%);
}
.inner-about-body h2{
  color: #000000;
}
.inner-about-body .heading-title h4 {
  padding: 0;
  margin-bottom: 12px;
}
.inner-about-body .heading-title h4 span {
  padding-left: 0;
}
.inner-about-body .heading-title h4:after {
  left: 50%;
}
.inner-about-body .inner-about-box{
  margin-bottom: 25px;
}
.inner-about-body .inner-about-box h4 {
  color: #000000;
  font-size: 25px;
  margin: 0 0 15px;
}
.inner-about-body .inner-about-box:last-child{
  margin: 0;
}
/*-- inner about area stop --*/
/*-- testimonial area start --*/
.testimonial-body{
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
}
.testimonial-media{
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  padding: 20px;
  margin-bottom: 24px;
}
.testimonial-media .media-img{
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 50%;
}
.testimonial-media .media-img img{
  width: 100%;
  object-fit: cover;
}
.testimonial-media .media-body {
  margin-left: 20px;
  position: relative;
  padding-top: 45px;
}
.testimonial-media .media-body p {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 20px;
}
.testimonial-media .media-body::before{
  content: '\f10d';
  position: absolute;
  top: 0;
  left: 0;
  font-family: FontAwesome;
  font-size: 30px;
}
.testimonial-media .media-body .tag h5 {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}
.testimonial-media .media-body .tag span{
  color: #000000;
  font-size: 16px;
  font-weight: 500;
}
/*-- testimonial area stop --*/
.header-area .navigation ul.nav-menu .sub-menu-toggle{display: none;}
.pmobail{ display:none;}
