@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css');
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Geist:wght@100..900&display=swap');
*{
  padding: 0;
  margin: 0;
  list-style-type: none;
  text-decoration: none;
  outline: none;
  box-sizing: border-box;
}




body {
  margin: 0;
  padding: 0;
font-family: "Geist", sans-serif;
}
h1, h2, h3, h4, h5, h6{font-family: "Anton", sans-serif;}
p{font-family: "Geist", sans-serif; font-size: 17px;font-weight: 400;padding: 0; margin-bottom:10px;line-height: 24px;color: #000000;}
ul, li{padding: 0;margin: 0;list-style-type: none;}
img {
  max-width: 100%;
  border: none;
}
a {
  text-decoration: none;
  outline: none !important;
}
.p-70{padding: 70px 0;}
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 {
  transition: 0.5s;
  padding: 10px 22px;
  font-size: 15px;
  font-weight: 400;
 
}

.btn:hover{border-color: #ea002a;
  background-color: #ea002a;
  color: #ffffff;}


.btn-primary{
  border-color: #1A1B1E;
  background-color: #1A1B1E;
  color: #ffffff;
}
.btn-primary:hover, .btn-primary:focus{
  box-shadow: none;
  border-color: #D6AB80;
  background-color: #D6AB80;
  color: #ffffff;
}
.btn-white{
  border-color: #ffffff;
  background-color: #ffffff;
  color: #000000;
}
.btn-white:hover, .btn-white:focus{
  box-shadow: none;
  border-color: #D6AB80;
  background-color: #D6AB80;
  color: #ffffff;
}
.btn-view {
  border: 1px solid #D9AF7F;
  color: #ffffff;
  position: relative;
  padding: 15px 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 17px;
  font-weight: 500;
  transition: 0.5s;
  z-index: 1;
}
.btn-view:hover{
  background-color: #D9AF7F;
}
.btn-view::after {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  width: 100%;
  height: 100%;
  border: 1px solid #D9AF7F;
  z-index: -1;
  transition: 0.5s;
}
.btn-view:hover::after{
  opacity: 0;
}
.headertext{ margin-bottom: 35px;}
.headertext h6{margin-bottom: 25px; text-transform: uppercase;letter-spacing: 1px; position: relative;padding-left: 10px;display: inline-block;}
.headertext h6::after{ position: absolute; content: ""; width: 8px; height: 8px; background: #ec1c24;
  left: 0px; top: 8px;}
.headertext h4{color: #000; font-size: 48px; font-weight: 500;}
.headertext h3{ position: relative; font-size: 75px; color: #000; font-weight: 500; line-height: 80px;
  margin-bottom: 10px; text-transform: uppercase;}

/*menu CSS
--------------------------------------------------------------------------------------------------*/
.header-right .btn1{background: #EC1C24; border-radius: 50px; text-transform: uppercase;transition: all .3s ease-in-out;}
.header-right .btn1:hover{ background: #000; color: #fff; transition: all .3s ease-in-out;}

.menu ul{margin:0;padding:0;font-size:0;}
.menu ul li{display:inline-block;padding:0;list-style-type:none;position:relative;vertical-align:middle;}
.menu ul li.active{
  position: relative;
}
.menu ul li.active::before {
  content: '';
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  max-width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(../images/menu-active-shape.svg);
}
.menu ul li span{
    position: absolute;
    top: 14px;
    right: 0;
    display: none;
}
.menu ul li span::after {
    content: '\f107';
    color: #000000;
    font-family: FontAwesome;
    font-size: 10px;
}
.menu ul li:hover span::after{
  color: #f7c624;
}
.headarea.innerheader .menu ul li a{ color: #000; }
.menu ul li a {
  color: #000;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  display: block;
  padding: 4px 0px;
  margin: 0 25px;
  position: relative;
  
}
.menu ul li.active a {
  color: #ec1c24;
}
.menu ul li a:hover {
  color: #ec1c24;
}
.menu ul li.active a::after{width: 100%;}
.menu ul li a span {
    display: inline-block;
    vertical-align: 0px;
    margin-left: 6px;
    font-size: 10px;
}
.menu ul li a .arrow-icon {
  display: inline-block;
  font-size: 10px;
  margin-left: 5px;
}
.menu ul li:hover ul li a:hover {
  color: #fff;
  background-color: #D6AB80;
}
.menu ul li ul {
    width: 240px;
    position: absolute;
    top: calc(100% + 30px);
    left: 0;
    z-index: 2;
    background-color: #ffffff;
    text-align: left;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 4px 15px rgb(0 0 0 / 3%);
}
.menu ul ul li:first-child:before{display:none;}
.menu ul ul li:after{display:none;}
.menu ul li:last-child ul{width:220px;position:absolute;top:100%;left:auto;right:0;z-index:2;background-color:#ffffff;box-shadow:0px 5px 14px rgb(0 0 0 / 2%);text-align:left;}
.menu ul li ul li a {
    font-size: 14px;
    text-transform: none;
    padding: 12px 15px;
    color: #000;
    line-height: 20px;
    font-weight: 500;
    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;
    display: block;
    margin: 0;
    border-radius: 0;
}
.menu ul li ul li ul{top:10px;left:149px;}
.menu ul li ul li span{right:7px;top:12px;}
.menu ul li a:hover.menu ul li ul{display:block;}
.menu ul li ul li{display:block;padding:0;border-bottom:solid 1px rgb(255 255 255 / 7%);border-right:none;}
.menu ul li ul li:last-child{border:none;}
.menuButton{width:40px;height:35px;padding:5px;float:right;display:none;}
.menuButton span {
	width: 100%;
	height: 2px;
	background: #000;
	margin-bottom: 6px;
	float: left;
	transition: all 0.3s ease-in-out 0s;
}
.menuButton span:last-child{margin-bottom:0;}
@media (min-width:991.98px){.menu ul{display:block!important;}
 .menu ul li:hover > ul{opacity:1;top:100%;visibility:visible;}
}
@media (max-width:991.98px){.menuButton{display:block;margin-left:15px;cursor:pointer;}
 .menu ul li span{background:url(../images/menu_arrow.png) center center no-repeat;cursor:pointer;width:15px;height:15px;position:absolute;right:15px;top:20px;z-index:99;}
 .menu ul li:hover span{background:url(../images/menu_arrow_hover.png) center center no-repeat;}
 .arrow_change span:nth-child(2){display:none;}
 .arrow_change span:first-child{position:relative;top:9px;transform:rotate(-45deg);-moz-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);}
 .arrow_change span:last-child{position:relative;top:1px;transform:rotate(45deg);-moz-transform:rotate(45deg);-webkit-transform:rotate(45deg);}
 .menuBar{padding:15px 0;}
 .menu{padding:5px 0;}
 .menu ul{display:none;background-color:#fff;position:absolute;top:100%;left:0;width:100%;z-index:99;}
 .menu ul li a{color:#071731;display:block;width:100%;font-size:14px;}
 .menu ul li ul{display:none;background-color:#e1e1e1;position:relative;top:5px;left:0;width:100%;z-index:1;padding:0;visibility: initial;opacity: 1;}
 .menu ul li:last-child ul{display:none;background-color:#e1e1e1;position:relative;top:5px;left:0;width:100%;z-index:1;}
 .menu ul li{display:block;padding:10px 15px 10px 15px;border-top:1px solid #cccccc54;text-align:left;position:relative;}
 .menu ul li span{position:absolute;right:30px;z-index:99;cursor:pointer;top:12px;text-align:center;}
 .menu ul li ul li ul{top:0;left:0;}
 .menu ul li ul li a{font-size: 12px;text-transform: none; background-color: #e1e1e1; padding: 8px 12px;color: #000;}
}
/*-- menu stop --*/
/*-- header area start --*/
.header-area {position: absolute;top: 15px;left: 0;width: 100%;z-index: 91;}
.header-body{border-radius: 50px; background: #fff; padding: 6px 20px;}
.header-body .logo{width: 100%;max-width: 55px;margin-right: 19px;}
.header-body .logo img{width: 100%;object-fit: cover;}

.header-right .loginbox .btn{
  font-size: 17px;
  padding: 9px 28px;
  border: 1px solid #890101;
  border-radius: 25px;
  text-align: center;
  color: #fff;
  display: inline-block;
  background: #870000;
  transition: 0.5s;
}
.header-right .loginbox .btn:last-child{
  margin-right: 0;
}
.header-right .btn-cart {
  margin-right: 10px;
  border: 1px solid #363635;
  background-color: #363635;
  width: 100%;
  min-width: 45px;
  max-width: 45px;
  height: 45px;
  border-radius: 100%;
  cursor: pointer;
  padding: 11px;
  transition: 0.5s;
  position: relative;
}
.header-right .btn-cart img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header-right .btn-cart .cart-number-count {
  position: absolute;
  top: -12px;
  right: -6px;
  background-color: #363635;
  width: 25px;
  height: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid #fff;
  color: #fff;
  border-radius: 50%;
  font-size: 10px;
}
.header-right .btn-cart:hover{
  border-color: #D6AB80;
  background-color: #D6AB80;
}


.btn1 {
  display: inline-block;
  border-radius: 25px;
  background-color: #EC1C24;
  font-size: 17px;
  text-transform: capitalize;
  padding: 10px 25px;
  transition: all .5s ease-in-out;
  
  gap: 10px;border: none;
  color: #fff;
  font-weight: 500;
  text-align: center;

  transition: 0.6s;
}
/*-- header area stop --*/

@media screen and (min-width: 360px) {.header-area.fix { position: fixed; width: 100%;left: 0;top: 0;background-color: #fff !important;border: none;z-index: 999;-webkit-animation-duration: 1s;animation-duration: 1s;-webkit-animation-fill-mode: both;
  animation-fill-mode: both;-webkit-animation-name: fadeInDown; animation-name: fadeInDown; box-shadow: 1px 1px 7px rgba(165, 165, 165, 0.31);padding: 0; }
.header-area.fix .header-body .logo {
  width: 100%;
  max-width: 55px;
}


}


/*-- banner area start --*/
.banner-area{background: #1A8038; background: linear-gradient(96deg, rgba(26, 128, 56, 1) 50%, rgba(10, 52, 22, 1) 100%); padding: 100px 0px 60px; border-radius: 0px 0px 25px 25px; position: relative;}
.banner-area::after{ position: absolute; content: ""; background: url(https://adwebxpert.com/work/ldcm/wp-content/uploads/2025/09/bannershap.png);width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;}
.bannertext h6{ font-size: 18px;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.bannerarea{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;min-height: 600px;}
.bannertext{padding-top: 100px;position: relative;width: 70%;
  margin: 0 auto;}
.bannerimg{width: 150px;
  height: 170px;
  margin-top: -55px;
  margin-left: -195px;}
.bannerimg img{width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;}
.bannerimg1{width: 160px;
  height: 115px;
  margin-top: -40px;
  position: absolute;
  top: 75px;
  right: 85px;}
.bannerimg1 img, .bannerimg2 img, .bannerimg3 img{width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;}


.bannertext h4{font-size: 120px;
  color: #fff;
  font-weight: 500;
  line-height: 106px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 60px;
  margin-top: -35px;}
.bannertext h4 span{background: #0262B3;padding: 6px;border-radius: 7px;}
.bannertext p{color: #fff;
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 25px;
  width: 35%;
  margin-top: 10px;
  position: relative;}
  .bannertextin{border-top: 1px solid #fff; position: relative;}
  .bannertext p::after{ position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: #f00;
  left: -18px;
  top: 7px;}
.bannerimg2{width: 150px;
  height: 170px;
  margin: -100px auto 17px;}
  .bannerimg3{width: 150px;
  height: 170px;
  position: absolute;
  top: 0px;
  right: -190px;}
.bannertextio{border-top: 0px dashed #fff !important;}
.bannertextio h3{color: #F4EF4A;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 3px;}
.bannertextio h5{font-size: 15px;
  color: #fff;
  font-weight: 300;
  font-family: "Geist", sans-serif;}


  


/*-- banner area stop --*/



.aboutimg10img{height: 500px;
  position: relative;}
.aboutimg10img img{width: 100%; height: 100%; object-fit: cover; border-radius: 100px 100px 0px 100px;}
 .contactusin{position: absolute;
  bottom: 0px;
  right: 0px;
  background: #ea002a;
  border-radius: 50px 50px 0px 50px;
  padding: 45px 25px;
  text-align: left;
  color: #fff;} 
.contintext{margin-bottom: 10px;
  border-bottom: 1px solid #b50e2c;
  padding-bottom: 10px;}
.contintext h4{font-size: 35px;
  margin-bottom: 0px;
  line-height: 37px;}
.contintext h6{font-size: 14px;}
.aboutarea .headertext{padding-left: 40px;margin-bottom: 0px;}
.btnarea{ margin-top: 30px;}
 .btnarea .btn1{ display: inline-block;} 


.eventsin{height: 450px;
  border-radius: 15px;
  padding: 40px 30px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: relative;}
.eventsin::after{ position: absolute; content: "";background: #1A8038;
background: linear-gradient(269deg, rgba(26, 128, 56, 0.21) 38%, rgba(10, 52, 22, 0.98) 100%);;width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  border-radius: 15px;}

  .eventext{width: 75%;position: relative;
  z-index: 9;}
.eventsin h4{font-size: 40px;
  color: #F4EF4A;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 39px;}

.eventsin p{color: #fff;
  margin-bottom: 45px;}
  
.eventsin h5{color: #fff;
  font-size: 22px;
  text-transform: uppercase;
  line-height: 35px;
  margin-bottom: 20px;}
.eventsin h5 span{color: #f4ef4a;}
.marquee-logos__container marquee{font-size: 80px;
  font-weight: bold;
  text-transform: uppercase;}





  
/*----------------service css start----------------*/
.aboutimg img{width: 95%;height: 100%;object-fit: cover;}
.about-area .btnarea span{color: #0262B3;}
.about-area{ position: relative;}
.about-area::after{ position: absolute; content: ""; background: url(../images/aboutbg.png);bottom: -78px;
  left: 0px;background-repeat: no-repeat;background-size: 100%;width: 1132px;height: 675px;z-index: -1;}


.service-box{border: 1px solid #ddd;padding: 5px;border-radius: 5px;box-shadow: 0px 0px 15px 0px #ddd;}
.serviceicon{ position: relative;}
.serviceimgin{height: 300px;width: 100%;transition: 0.5s; overflow: hidden;}
.serviceimgin img{width: 100%;height: 100%;object-fit: cover;border-radius: 6px;transition: 0.5s;}
.bookbtnour{position: absolute;bottom: 0px;right: 0px;background: #fff;padding: 15px 25px;border-radius: 15px 0px 0px;}
.bookbtnin{padding: 10px 16px;border: 1px solid #911618;border-radius: 25px;text-align: center;display: block;color: #000;font-size: 14px;transition: 0.5s;}
.bookbtnin:hover{color: #fff;transition: 0.5s;
  border-color: #911618;
  background-color: #911618;
}

.servicetext{ padding: 15px;}
.servicetext h4{font-size: 28px;margin-bottom: 10px;}
.servicetext p{ font-size: 17px;}
.service-carousel .owl-stage-outer{ padding: 15px 0px 25px;}
.service-carousel .owl-dot.active span, .service-carousel .owl-dot:hover span {background: #870002 !important;}
.service-box:hover img{transform: scale(1.1);transition: 0.5s;}
/*----------------service css stop----------------*/


/*-- Why Choose us area start --*/


.productareabg{background: #F4EF4A4F;padding-bottom: 200px;}
.productareabg .headertext h3{background: #FCFAC7;}

.productareain{border: 0px solid #ddd;
  background: #24b14d;
  border-radius: 10px;}
.productimg10img{height: 270px;
  position: relative;
  }
.productimg10img img{ width: 100%; height: 100%; object-fit: cover;border-radius: 10px;}

.producttext{ padding: 25px 30px;}
.productareain h4{font-size: 40px; text-transform: uppercase;margin-bottom: 10px;
  color: #fff;}
.productareain h5{font-size: 28px;
  color: #07230F;
  border-bottom: 2px dotted #fff;
  padding-bottom: 15px;
  margin-bottom: 15px;}
.productareain p{ color: #fff;}
.productareain ul{ padding: 0px; margin: 0px;}
.productareain ul li{ display: inline-block;color: #07230F; margin-right: 5px;}
.productareain ul li a{color: #07230F; font-size: 20px;}


.product-slider .owl-nav {width: auto; box-sizing: border-box; position: absolute; bottom: -115px; text-align: center;  margin-top: 0;
  right: 0; z-index: 1;}
.product-slider .owl-nav .owl-prev span, .product-slider .owl-nav .owl-next span{ font-size: 0px; }
.product-slider .owl-nav .owl-prev, .product-slider .owl-nav .owl-next {display: inline-block;
width: 50px;height: 50px;box-sizing: border-box;border-radius: 50%;position: relative;outline: none;-webkit-transition: 0.5s;
-moz-transition: 0.5s;-o-transition: 0.5s;transition: 0.5s;background: #EC1C2466!important;
box-shadow: none;}
.product-slider .owl-nav .owl-prev:hover, .product-slider .owl-nav .owl-next:hover {
background: #EC1C24 !important;box-shadow: none;}
.product-slider .owl-nav .owl-prev:after {content: "\f060";position: absolute;font-family: "FontAwesome";
top: 5px;left: 0;right: 0;margin: auto;font-size: 25px;color: #fff;-webkit-transition: 0.5s;-moz-transition: 0.5s;
-o-transition: 0.5s;transition: 0.5s;}
.product-slider .owl-nav .owl-next:after {content: '\f061';font-family: "FontAwesome";position: absolute;
top: 5px;left: 0;right: 0;margin: auto;font-size: 25px;color: #fff;-webkit-transition: 0.5s;-moz-transition: 0.5s;
-o-transition: 0.5s;transition: 0.5s;}
.product-slider .owl-nav .owl-next:hover:after{color:#fff;}
.product-slider .owl-nav .owl-prev:hover:after{color:#fff;} 
.product-slider .owl-nav .owl-prev{margin-right:10px;left:-10px;position:relative;}
.product-slider .owl-nav .owl-next{margin-right:0px;right:0px;position:relative;}




/*-- Why Choose us area stop --*/

/*-- Product Categories area start --*/
.foods-area .headertext{margin: 0px auto 45px;width: 100%;max-width: 700px;}
.cbd-box {position: relative;transition: 0.5s;  overflow: hidden;}
.cbd-box .icon:hover{border: 1px solid #CC070A;transition: 0.5s;}
.cbd-box .icon{height: 400px; border-radius: 10px; overflow: hidden;transition: 0.5s;}
.cbd-box .icon img{width: 100%; height: 100%; object-fit:cover}
.cbd-box h5{position: absolute;bottom: 30px;font-size: 65px;color: #fff;left: 24px;}
.cbd-box h4 {color: #000;font-size: 25px;font-weight: 700; line-height: 30px; margin-top: 20px; position: relative; z-index: 1;
  text-align: left; transition: 0.5s;}
.cbdateat{position: absolute;top: 31px;width: 85%; background: #0262B3; height: 73%; margin: 0 auto; left: 0px; right: 0px;
  text-align: center; padding: 55px 35px; border-radius: 10px; opacity: 0;}
.cbdateat h6{font-size: 65px;color: #ffffff4d;}
.cbdateat p{ color: #fff;}
.cbdateat .btnarea{border: 1px solid #FFF;}
.cbdateat .btnarea .btn-primary{background: #FFF;color: #567f9f;}
.cbdateat .btnarea span{color: #fff;}
.cbd-carousel .owl-item.active.center .cbd-box h5{ opacity: 0;}
.cbd-carousel .owl-item.active.center .cbdateat{ opacity: 1;}
.cbd-carousel .owl-dots{padding-top: 10px;}
.cbd-carousel .owl-dots .owl-dot span{display: none;}
.cbd-carousel .owl-dots .owl-dot{width: 10px;margin: 0px 3px;height: 10px;border-radius: 10px;border: 1px solid transparent;
position: relative;transition: 0.5s;background-color: #D9D9D9;}
.cbd-carousel .owl-dots .owl-dot:hover::after, .cbd-carousel .owl-dots .owl-dot.active{background-color: #0262B3;}
/*-- Product Categories area stop --*/

/*-- customer feedback area start --*/
.aboutin14{height: 500px;}
.aboutin14 img{height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 15px;}
.aboutsetion10125{background: #07230F;
  padding: 157px 0px 50px;
  margin-top: -100px;}
.aboutsetion10125 h6, .aboutsetion10125 h3{color: #fff;}
  
.headerright{width: 45%;}
.headerright p{ color: #fff;}


/*-- customer feedback area stop --*/

.aboutimg1010{height: 550px;
  position: relative;}
.aboutimg1010 img{width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  z-index: 99;
  position: absolute;}
.aboutimg1010::after{ position: absolute;
  content: "";
  width: 450px;
  height: 500px;
  background: #1D8E3E;
  left: -25px;
  top: -25px;
  border-radius: 20px;}
  .aboutsetion .headertext{padding-left: 60px;}
.aboutsetion .btn1 { margin-top: 35px;
  display: inline-block;
  background: #EC1C24;
  border-radius: 25px;
}
.gallerimg{height: 400px;}
.gallerimg img{width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;}

.countbox h5{font-size: 22px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  border-bottom: 2px solid #fff;
  line-height: 40px;}
.countbox h4{font-size: 80px;
  color: #F4EF4A;
  line-height: 80px;}

  


.faqareain120{background: #F4EF4A; padding: 100px 0px;}
.faqareain120 .headertext{ width: 72%; margin: 0 auto;}
.faqareain120 ul{ padding:0px; margin:0px}
.faqareain120 ul li{list-style: outside;}
.faqareain120 p{margin: 30px 0px;}
.faqareain120 .btn1{display: inline-block;
  background: #EC1C24; border-radius: 25px;}
  .faqareain h6{ display: block;}
.faqareain h3{ background: #fff;
  padding-right: 30px;
  display: inline-block;}
.faqareain .headertext{ position: relative;overflow: hidden;}
.faqareain .headertext::after{ position: absolute;
  content: "";
  width: 100%;
  background: #000;
  height: 1px;
  bottom: 42px;
  z-index: -1;}


/*-- footer area start --*/

.footer_btm {background: #07230F;border-radius: 30px 30px 0px 0px;}
.footer-logo{width: 250px;margin: 0 auto 50px;}
.footer-logo img { width: 100%; }
.footer_btm h4{font-size: 40px; color: #F4EF4A; text-transform: uppercase;margin-bottom: 30px;}
.footer_btm ul li{ margin-bottom: 9px;}
.footer_btm ul li a{font-size: 16px;color: #fff;font-weight: 600;}
.footer_btm h5{width: 100%; text-align: center; padding: 15px 0px; border-top: 1px solid #153c20;
  margin-top: 25px; font-family: "Geist", sans-serif; color: #fff; font-weight: 300;font-size: 12px;}
.footer-social { display: flex; justify-content: center; margin-top: 25px; }
.footer-social li{ display: inline-block; color: #fff; margin-bottom: 0px !important; margin-right: 20px;
  text-transform: uppercase;font-weight: 600;}
.footer-social li a { width: 100%;display: inline-flex; align-items: center; justify-content: center; font-size: 16px; color: #fff; transition: 0.5s; text-decoration: none;}
.footer-social li a:hover { background-color: #009ee3; color: #fff; border: 1px solid #009ee3; }
.footer_btmcard h4 { color: #fff; font-size: 25px; font-weight: 500; margin: 0 0 20px; }
.footer_btmcard ul { padding: 0; margin: 0; list-style: none; }
.footer_btmcard ul li { width: 100%; }
.footer_btmcard ul li a { width: 100%; position: relative; display: block; font-size: 16px; color: #fff; font-weight: 400; text-decoration: none; padding-bottom: 12px; transition: 0.6s; }
.footer_btmcard ul li a:hover { color: #fff; position: relative; }
.footer_btmcard ul li a::before { content: ""; position: absolute; left: 0px; top: 11px; width: 15px; height: 2px; background-color: #fff; transition: 0.6s; margin-left: -18px; opacity: 0; }
.footer_btmcard ul li a:hover::before { opacity: 1; }
.specialget h4{font-size: 60px; color: #fff;font-weight: 500; margin: 0px;}
.contareain{align-items: center; border-bottom: 2px dashed #ffffff78; margin-bottom: 13px;padding-bottom: 20px;width: 55%;}
.contactin{width: 30px; height: 30px; background: #fff; align-items: center; display: flex; justify-content: center;
  margin-right: 13px; border-radius: 5px;color: #07230f;}
.contareain h6{ margin-bottom: 0px;color: #fff;font-size: 15px;}
.contareain h6 a{color: #fff;font-size: 15px;}
.contareain:nth-child(4){border-bottom: 0px dashed #ffffff78;}
/*-- footer area stop --*/





/*-- contactus area start --*/

.contactus .container{ position: relative;}
.contactleft{margin-top: 30px; padding: 35px 30px; box-shadow: 0px 0px 10px 0px #dddddda3; border-radius: 10px;}
.explorearea h3{font-size: 48px;color: #000;margin-bottom: 60px;}
.explorearea h4{font-size: 35px; color: #000; margin-bottom: 10px;}
.explorearea h6, .explorearea h5{ color: #000;}
.Getintouch{background: #0E471F; padding: 30px 25px; border-radius: 10px; position: relative; overflow: hidden;}
.Getintoucharea{ position: relative; border-radius: 20px; box-shadow: 0px 0px 10px 0px #ddd;
  overflow: hidden;}
.form-control::placeholder {color: #000;opacity: 1;}

.Getintouch .form-control{border: none; border: 1px solid #fff; padding: 10px; height: 50px; border-radius: 7px;
  margin-bottom: 15px; background: #fff;}
.Getintouch textarea {height: 170px !important; resize: none;}
.btnarea .btn-primary{border: 1px;background: #5CC170;border-radius: 3px;}
.btnarea{border: 1px solid #5CC170;padding: 5px 15px 5px 5px; border-radius: 5px;display: inline-block;}
.btnarea span{margin-left: 10px;}
.Getintouch .form-group{ margin-bottom: 15px;}
.maparea{ margin-top: 70px; border-radius: 15px; overflow: hidden;padding-bottom: 60px;}
.contactleft .form-group{position: relative;}
.contactleft .form-control{height: 50px; border: none;border-bottom: 2px solid #ddd; border-radius: 0px;
  padding: 0px;}
.contactleft .btn-primary{position: absolute;
  top: 0px;
  right: 0px;
  background: #009ee3;
  border: none;}
.Getintouch .btn1{background: #ec1c24;
  padding: 8px 22px;
  border-radius: 25px;
  text-transform: uppercase;
  font-size: 16px;}

/*-- contactus area stop --*/





.innerbanner { background-position: center top !important; background-repeat: no-repeat !important; background-size: cover !important; height: 370px; position: relative; display: flex; align-items: center;}
  .innerbanner::after{ position: absolute; content: ""; width: 100%; height: 100%; background: #00000059; top: 0px; left: 0px;}
.innerbannertext h1 {font-size: 65px;color: #fff; line-height: 70px; margin-bottom: 10px; font-weight: bold;
  letter-spacing: 3px; text-transform: uppercase;}
  .innerbannertext{ position: relative; z-index: 9;margin-top: 80px;}
.contactinner{background-position: center !important;}
.innerbanner ul{ padding: 0px; margin: 0px;}
.innerbanner ul li{ display: inline-block; border-right: 1px solid #fff; color: #fff; text-transform: capitalize;margin: 0px 10px 15px 0px;
  padding: 0px 10px 0px 0px;line-height: 15px;font-size: 20px;}
.innerbanner ul li:last-child{ border-right: 0px solid #fff;}
.innerbanner ul li a{ color: #fff; text-transform: capitalize;}





.contactus .headertext h3{ font-size: 70px;line-height: 80px;margin-bottom: 20px;text-transform: uppercase;
  width: 80%;}
.contactus .headertext h5{font-family: "Geist", sans-serif; margin: 30px 0px; font-weight: bold;}
.aboutbgbginimg{ height: 450px;}
.aboutbgbginimg img{width: 100%; height: 100%; object-fit: cover; border-radius: 25px;}
.featuresbg10 h6{font-size: 20px; margin: 0px 0px 15px;line-height: 30px;} 
.aboutimgin101{margin-bottom: 30px;}
.aboutimgin101 h3{margin-bottom: 15px;}
.aboutimgin101 span{color: #EC1C24;font-size: 24px;margin-right: 10px;}

.contareain10{background: #F4EF4AC7; padding: 60px; border-radius: 15px;}
.contareain101 .contactin{background: #000;color: #24b04c;}
.contareain101 h6, .contareain101 h6 a{ color: #000; margin-bottom: 0px;}
.contusinn{border-right: 2px dashed #757575;padding: 30px 60px;}
.contusinn10{border-right: 0px dashed #757575;}
.eventareain{background: #07230F;border-radius: 25px;margin-bottom: 35px; overflow:hidden;}
.eventimgarea{height: 450px;}
.eventimgarea img{width: 100%; height: 100%; object-fit: cover;}
.eventarearight{padding: 0px 50px 0px 40px;}
.eventarearight h4{color: #F4EF4A;font-size: 44px; text-transform: uppercase; margin-bottom: 35px;letter-spacing: 1px;}
.eventarearight p{color: #fff;margin-bottom: 40px;}
.environmentaltop{border-top: 1px dashed #fff;padding-top: 40px;}
.contactin10{width: 30px; height: 30px; border: 1px dashed #f4ef4a; border-radius: 5px; display: flex;
  align-items: center; justify-content: center; color: #f4ef4a; margin-right: 10px;}
.environmentaltop h6{ color: #fff;}
.contusinn101{ margin-right: 25px;}
.aboutimgin101 ul{ padding: 0px 0px 0px 20px; margin:0px;}
.aboutimgin101 ul li{ list-style:disc}
.contactus ul{padding: 0px 0px 0px 20px; margin:0px;}
.contactus ul li{list-style:disc}


.project-image-box {
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  margin-bottom:15px;
  display: flex;
  width: 100%;
  border-radius: 15px;
  height: 400px;
 transition: box-shadow 0.3s ease-in-out;
}
.project-image-box img{
  width: 100%;
  object-fit: cover;
  position: relative;
  transition: 0.5s;
  border-radius: 15px;
}
.project-image-box:hover img{
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
}
.project-image-box .image-zoom{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 50px;
  transition: 0.5s;
  opacity: 0;
  text-decoration: none;
  z-index: 1;
  border-radius: 15px;
}
.project-image-box:hover {
  box-shadow: 0px 2px 12px rgb(0 0 0 / 16%);
  transition: box-shadow 0.3s ease-in-out;
}
.project-image-box:hover .image-zoom{opacity: 1;border-radius: 15px;}
.project-image-box .image-zoom:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  border: 5px solid #fff;
  background-color: rgba(237, 122, 50, 0.42);
  box-sizing: border-box;
  z-index: -1;
}



.project-image-box1 {
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  margin-bottom:25px;
  display: flex;
  width: 100%;
 transition: box-shadow 0.3s ease-in-out;
}
.project-image-box1 img{
  width: 100%;
  object-fit: cover;
  position: relative;
  transition: 0.5s;
}
.project-image-box1:hover img{
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
}
.project-image-box1 .image-zoom{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 50px;
  transition: 0.5s;
  text-decoration: none;
  z-index: 1;
}
.project-image-box1:hover {
  box-shadow: 0px 2px 12px rgb(0 0 0 / 16%);
  transition: box-shadow 0.3s ease-in-out;
}
.project-image-box1:hover .image-zoom{opacity: 1;}
.project-image-box1 .image-zoom:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 10px solid #fff;
  background-color: rgba(237, 122, 50, 0.42);
  box-sizing: border-box;
  z-index: -1;
}

.project-image-box i {
  width: 60px;
  height: 60px;
  background: #BE161E;
  padding: 5px;
  border-radius: 50%;
  font-size: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
textarea.form-control {
  min-height: 150px;
  resize: none;
}


.aboutmodalareainner .modal-dialog { max-width: 850px;margin-right: auto; margin-left: auto;}
.aboutmodalareainner .modal-body { position: relative; flex: 1 1 auto; padding: 35px 70px;}
.aboutmodalareain .form-control{height: 50px; background: #F3F3F5; border: none;}
.aboutmodalareain .form-group{ margin-bottom: 15px;}
.aboutmodalareainner .modal-header{border-bottom: none; padding: 0px;}
.aboutmodalareainner .btn-close{position: relative; top: 20px; right: 20px; border: 1px solid #000; opacity: 1; border-radius: 50%;
  width: 25px; height: 25px;z-index: 9;}
.project-image-box12{height: 600px;border-radius: 20px; overflow: hidden;}
.project-image-box12 img{ width: 100%; height: 100%; object-fit: cover;border-radius: 20px; overflow: hidden;}
.aboutinnnerinner .headertext { padding-right: 55px;}

.aboutin145{border: 1px solid #ddd;
  padding: 7px;
  height: 600px;
  margin-right: 30px;}
.aboutin145 img{width: 100%;
  height: 100%;
  object-fit: cover;}




