/*
Theme Name: Anaya Industries
Theme URI: https://www.busfam.com/
Author: Busfam Team
Author URI: https://www.busfam.com/
Description: The 2025 theme for WordPress is a fully responsive theme that looks great on any device With HTML5, Bootstrap5 and CSS3.
Version: 6.0
*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');


:root{
	--green:#61a932;
	--lgreen:#8ee156;
	--dpeach:#dba93a;
	--peach:#d6b055;
	--lpeach:#eddfbe;
	--white:#fff;
	--black:#222;
	--gray:#666;
	--dgray:#333;
}
body{
    margin:0;
    padding:0;
    font-family: 'Poppins', sans-serif;
	background:url(images/bg.webp)0 0 repeat;
	    line-height: 22px;
}
 
 
.js-scroll {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    will-change: transform;
	padding-bottom:60px;
}



a{
	color:var(--peach);text-decoration: none;font-weight:600;
	-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;
}
a:hover{color:var(--black);text-decoration: none;}


h1, h2 {
	font-family: 'Poppins', sans-serif;
    font-size:35px; 
    font-weight:400; 
	color:var(--black); 
	margin-bottom:10px;
	position: relative;
}

h3{
	font-family: 'Poppins', sans-serif;
    font-size:25px; 
    font-weight:600; 
	color:var(--peach); 
	margin-bottom:10px;
}
h4{font-family: 'Poppins', sans-serif; font-size:20px;font-weight:600;color:var(--peach);}
h5{font-family: 'Poppins', sans-serif; font-size:18px;font-weight:600;color:var(--peach);}
h6{font-size:18px;font-weight:600;color:var(--black);}
p{font-size: 14px;font-weight:400;line-height: 22px;margin:0 0 15px 0;}


.tick_double ul{columns: 2; -webkit-columns: 2; -moz-columns: 2;}
.tick_triple ul{columns: 3; -webkit-columns: 3; -moz-columns: 3;}
button:focus{outline:none;}
.sectiongap{padding:60px 0;position: relative;}
ul{padding:0;margin-bottom:0;}
li{list-style: none;}
/* header */
.header{background:var(--white);}
.menubar{display:flex;}
.logo {
    background: var(--white);
    position: relative;
    z-index: 2;
    text-align: center;
    padding:25px 0;
}
.logo::before {
    content: "";
    position: absolute;
    right: 99%;
    height: 100%;
    top: 0;
    width: 500px;
    background: var(--peach);
}
.logo img {width:300px;position: relative;}
.sticky-menu .logo img {width: 200px;}
.sticky-menu .logo {padding:10px 0;}
.topbar {background:var(--lpeach);transition: 0.6s;padding:8px 0;display: table;width: 100%;}
.sticky-menu .topbar {display: none !important;}
.topbar ul {margin: 0 0 0 20px;padding: 0;}
.topbar li {float: left;padding: 0 15px 0 0;margin: 0 15px 0 0;border-right: 1px solid var(--peach);}
.topbar li:last-child {border-right:0;}
.topbar a {color: var(--black);font-size: 14px;    font-weight: 400;}
.topbar a i{color: var(--dpeach);}
.topbar a:hover {color: var(--peach);}
.topbar .social_icon {float: right;}
.topbar a.social-button {margin: 0 6px;color: var(--peach);}
.topbar a.social-button:hover i{color: var(--black)!important;}

.sticky-menu {
    background: var(--white) !important;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    -webkit-animation: sticky-menu 1.2s;
    animation: sticky-menu 1.2s;
    box-shadow: 0px 15px 10px -15px #1111114a;
}
/* header */



/* button */

.btn-primary {
  background:var(--green);
  padding:12px 14px;
  text-align: center;
  color:var(--white);
  font-size: 14px;
  text-transform: uppercase;
  border-radius:0;
  z-index: 1;
  border: 0;
}
.btn-primary:hover {
	 color:var(--white);
  animation-name: green;
  animation-duration: 0.6s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}
@keyframes green {
  0% {
    background-image: linear-gradient(to right, var(--lgreen), var(--green));
  }
  40% {
    background-image: linear-gradient(to right, var(--green), var(--lgreen));
  }

  80% {
    background-image: linear-gradient(to right, var(--lgreen), var(--green));
  }
  100% {
    background-image: linear-gradient(to right, var(--green), var(--lgreen));
  }
}
.btn-primary i, .btn-secondary i{
	color:var(--white);  
	font-size: 11px;
	text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
}
.btn-primary:hover i, .btn-secondary:hover i{color:#fff000;}
.btn-secondary {
  background:var(--peach);
   padding:12px 14px;
  text-align: center;
  color:var(--white);
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 0;
  z-index: 1;
  border: 0;
}
.btn-secondary:hover {
	 color:var(--white);
  animation-name: yellow;
  animation-duration: 0.6s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}
@keyframes yellow {
  0% {
    background-image: linear-gradient(to right, var(--peach), var(--dpeach));
  }
  40% {
    background-image: linear-gradient(to right, var(--dpeach), var(--peach));
  }

  80% {
    background-image: linear-gradient(to right, var(--peach), var(--dpeach));
  }
  100% {
    background-image: linear-gradient(to right, var(--dpeach), var(--peach));
  }
}

.btn-secondary:focus, .btn-primary:focus {outline:0;border:0;box-shadow:none;}
/* button */
.sticky {
	background:var(--blue);
	border-bottom: 1px solid #0462b3;
    position: fixed;
    top: 0;
    width: 100%;
    transition: all .5s ease;
    z-index: 999;
}
.tick ul{margin:20px 0 0 30px;} 
.tick ul li{margin-bottom:10px; font-size:13px;}
.tick ul li:before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f14a";
    color:var(--peach);
    font-size: 16px;
    padding:0 5px 0 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	margin-left: -22px;
}

.section_title{  margin-bottom: 30px; text-align: center;}	
.section_title h2{
	font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin-bottom: 18px;
    font-size: 40px;
	color:#1d384f;
    text-align: center;
	position: relative;
}
.section_title h2:after{
    position: absolute;
    content: '';
    background: #00ab82;
    width: 60px;
    height: 4px;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
/*header section*/
.navbar{padding:0;}

/*banner start*/
.carousel-indicators [data-bs-target] {
  width: 30px;
  height: 5px;
  border-radius: 0;
  background-color: #000;
  display: block;
}

.banner-main .carousel-indicators {
  z-index: 444;
  bottom: 0;
  padding: 0;
}



.banner-main .carousel-item {
  position: relative;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.2, 1.2);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.2, 1.2);
  }
}

.carousel-item img {
  -webkit-animation: zoom 20s;
  animation: zoom 20s;
}

/*banner end*/
.pulseit{
	-webkit-animation: pulse linear .5s infinite;
	animation: pulse linear .5s infinite;	
}
.heading1{
	background: -webkit-linear-gradient(45deg , #09009f, #237eee 80%);
	font-size:24px;font-weight:700;color:#fff;
	padding:10px;
	margin-bottom:10px;
	z-index: 2;
    position: inherit;
}
/*backto-top start*/
#backto-top {
  display: inline-block;
  background:var(--peach);
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius:0;
  border:1px solid var(--peach);
  position: fixed;
  bottom: 47px;
  right: 15px;
  transition: background-color .3s,  
  opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 2000;
  text-align: center;
  box-shadow: 5px 5px 15px 0px rgb(0 0 0 / 10%);
}
#backto-top i{
	font-size:20px;
  color: #fff;
  line-height: 50px;
}

#backto-top:hover {
  cursor: pointer;
  background:var(--white);
}
#backto-top:hover i{color:var(--black);}
#backto-top:active {
  background: var(--white);
}
#backto-top.show {
  opacity: 1;
  visibility: visible;
}
/*backto-top end*/
.inner-banner {
  text-align: center;
  height: 200px;
  background-position: right;
  padding-top:90px;
  margin-bottom: 30px;
  background: #cdcdcd;
}
.innerbanner-text h1{
	font-size: 30px;
	color: var(--white);
	background: var(--peach);
	display: inline-block;
	padding: 5px 12px;
}
.thanku_bg {
  background-image:#fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding:70px 0 100px 0;
}
.thanku_bg p{font-size:22px;color:var(--black);}
.thanku_bg .btn-secondary{margin:20px auto;display:table;left:0;right:0;}
.pulseit{-webkit-animation: pulse linear .5s infinite;animation: pulse linear .5s infinite;}
.form-control:focus {box-shadow:none;}
/*dots*/
.owl-nav{margin-top:16px;text-align:center;}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
    font-size: 25px;
    display: inline-block;
	margin:0 6px;
	color:var(--peach);
}
.owl-carousel .owl-nav .owl-prev:hover, .owl-carousel .owl-nav .owl-next:hover {color:var(--peach);}
.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
    display: inherit!important;
}
.owl-carousel .item {width:94%; margin: 0 auto;}
/*dots end*/
/*double image*/
.int_about_wrapper { padding: 0 0 25px 0;}
.about_imgbox .about_img { position: relative;}
.about_imgbox .about_img .child_imgbox {
    position: absolute;
    bottom: -70px;
    right: 20px;
	border:12px solid #f8f8f8;
	
}
.about_content h6{margin-top:10px;}
.about_contentbox { padding-top: 20px;}
.about_contentbox .int_heading span {font-size: 30px; letter-spacing: inherit;}
.about_contentbox .about_head1 {
    font-size: 34px;
    color: #111;
    font-weight: 500;
    margin: 5px 0px 2px 0px;
}
.about_contentbox .about_head2 .team {
    font-weight: 500;
    color: #111;
}
.about_contentbox .about_head2{
    font-size: 34px;
    color: #bc825c;
    font-weight: 300;
}
.about_contentbox .about_deatils {
    padding-top: 15px;
}
.about_contentbox .int_heading {
    margin-bottom: 0;
    text-align: left;
}
.about_contentbox .int_btn .about_btnicon {
    height: 60px;
    line-height: 60px;
    display: inline-block;
    position: absolute;
    left: -60px;
    padding: 0px 16px;
    background: #34393f;
    border-right: 1px solid #212629;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
}
/*double image*/
.section-title {position: relative;margin-bottom: 20px;}

.section-title h1, .section-title h2{font-family: "Oswald", sans-serif;color:var(--black);font-size:40px;font-weight:400;margin-bottom:20px;}
.section-title h1 span, .section-title h2 span{color:var(--peach);}
.section-title p, .section-title p{font-size:18px;}
.section-title h1::after, .section-title h2::after {
    position: absolute;
    content: "";
    height: 3px;
    width: 50px;
    left:0;
    bottom:-10px;
    background: var(--peach);
}

.section-title.text-center h1 span, .section-title.text-center h2 span{color:var(--peach);font-weight: 500;}
.section-title.text-center h1::after, .section-title.text-center h2::after {
    position: absolute;
    content: "";
    height: 4px;
    width: 50px;
    left:0;
    right:0;
    bottom:-5px;
	margin: 0 auto;
    background: var(--peach);
}
.section-title h3{font-family: 'Poppins', sans-serif;color:var(--black);font-size:22px;font-weight:600;margin-bottom:15px;}
.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {top:8%;}
/* counter start*/
.counter_bg {
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding:60px 0;
}
.counter_block{background:url(images/pattern-1.webp)0 0 repeat;padding:40px 10px;}

 #counter i{font-size:30px;color:var(--peach);display:block;margin:0 0 25px 0;}
 #counter p{margin:0;padding:0;color:var(--white);font-size: 16px;}
 .count{font-size:40px;font-weight:600;color:var(--white);}
 .plus{font-size:40px;color:var(--green);}
/* counter end*/



input,  textarea, select{
     /* width: 100% !important; */
    border:1px solid #cfcfcf !important;
    padding: 8px !important;
    font-size: 14px !important;
    border-radius:0 !important; 
	resize:none;
}

input[type=submit]{
   background:var(--brown);
    color:var(--white);
    text-align: center;
    border-radius: 0!important;
    padding: 10px 30px;
    letter-spacing: 2px;
    font-size: 16px!important;
    font-weight: 600;
    text-transform: uppercase;
    transition: all ease-in-out .3s;
    cursor: pointer;
    height: auto;
	border: 1px solid var(--white)!important;
}
input[type=submit]:hover{
background:var(--white); color:var(--brown);
}

.alternate_column .row:nth-child(odd) {background:#fff;}
.alternate_column .row:nth-child(even) {direction: rtl;text-align:left;	background:#ede8d6;}
.alternate_column .row:nth-child(even) img, .alternate_column .row:nth-child(odd) img{padding:20px;}
.alternate_column .row:nth-child(even) .content_box p,
.alternate_column .row:nth-child(even) .content_box h4
{direction: ltr;}
.alternate_column .btn{direction: ltr;}
.alternate_column .row[class*=col-] {direction: ltr;}

.content_box {
    padding:20px;
    text-align: left;
}
.content_box p{margin-bottom:20px;}
.content_box .bg-primary i{color:var(--white);}
h4.text-primary a{color: var(--black) !important;font-size: 26px;}
.content_box ul li{
	text-transform:capitalize;
	font-weight:500;
	color:var(--black);
}
.content_box ul li span{
	color:var(--brown);
}

.offering .content_box ul li{
	text-transform:uppercase;
	font-size:16px;
	font-weight:600;
	color:var(--peach);
}

.alternate_column .row:nth-child(even) .btn_red{display: inline-block; }

.cms-wrap h4{font-size:22px;color:#000;font-weight:600;margin-bottom: 16px;border-bottom: 2px solid var(--peach);}
.cms-wrap h4 strong{
    position: relative;
    background: var(--peach);
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    padding:8px 10px;
}
.cms-wrap h4 strong:before {
    content: "";
    position: absolute;
    right: -20px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid var(--peach);
    border-top: 40px solid transparent;
}
.menu-callbtn li { display: inline-block;}

.chooseus_bg {
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0;
}

/* blinking light*/
.blinking_light { width: 600px; height: 450px; margin:0 auto;}
.blinking_light span::before {
  content: "";
  position: absolute;
  width: 600px;
  height: 450px;
  background: url("images/bulb.webp");
  background-size: cover;
  background-position: center;
  transform: scale(0.8);
  animation: animate 2s linear infinite;
}
@keyframes animate {
  0%,
  100% {
    background: url("images/bulb.webp");
  }
  50% {
    background: url("images/bulb_glow.webp");
  }
}
/* blinking light*/

.chooseus_section h3{font-family: "Oswald", sans-serif; font-size:35px;color:var(--peach);font-weight:300;}
.chooseus_section p{color:var(--white);}
.chooseus_bg .text-start .chooseus_section,
.chooseus_bg .text-end .chooseus_section
{margin-top:80px;}

/*** Service ***/
.products .card {
    padding: 0;
	background:transparent!important;
	box-shadow:0!important;
	border:0;
	border-radius:0;
	transition: background .5s;
}
.products .card:hover {background-position: 100% 100%;}
.products .card:hover h4{color:var(--black);}
.products .card img {margin:10px 0;}

.products .card .btn_area .btn-primary, .products .card .btn_area .btn-secondary{margin:0 2px;}
.products .card h4 {
	font-family: 'Poppins', sans-serif;
    font-size:22px; 
    font-weight:600; 
	color:var(--black); 
	margin-bottom:5px;
	    text-align: center;
}
.product_block .card-body {padding: 10px;}
.product_block .card-footer {padding: 0; background-color:transparent;border-top:0;}
.gbg{background:#dfdbce;padding:30px 0;}
.whitebg{background:#fff;padding:30px 0;}
.gbg2{background-image: linear-gradient(#e4e4e4, #fff);padding:30px 0;}
.whitebox{
	background:var(--white);
	padding:15px;
	border-radius: 0;
	border:1px solid #949494;
	box-shadow:0 14px 14px -10px #575656;
	position: relative;
}
.whitebox p{margin:0;}
.footer .whitebox a{color:var(--black);font-size:16px;font-weight:500;}
.happy_customer img{border:1px solid #949494;border-radius:0!important;}
.get_in_touch_icon{
	background:var(--peach);
	padding:5px;
	border-radius:0;
	width:55px;
	height:55px;
	line-height:42px;
	position: absolute;
	right: -15px;
	top: 13px;
	text-align:center;
}

.get_in_touch_icon img{	width:36px;	height:36px;}
.get_in_touch .whitebox h4{font-size:24px;}
.get_in_touch .whitebox p{margin:0;font-size:14px;}
.copyright{margin-top:25px;padding:12px 0 0 0;border-top:1px solid var(--peach);}

hr{margin-bottom:30px;}


label{font-size: 14px;}

/* Social Media Icons */
.social-media-list {
  position: relative;
  font-size: 16px;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.social-media-list li a {
  color: #fff;
}

.social-media-list li {
  position: relative; 
  display: inline-block;
  height: 50px;
  width: 50px;
  margin: 10px 3px;
  line-height: 50px;
  border-radius: 50%;
  color: #fff;
  background-color:var(--peach);
  cursor: pointer; 
  transition: all .2s ease-in-out;
}

.social-media-list li:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  opacity: 0;
  box-shadow: 0 0 0 1px var(--black);
  transition: all .2s ease-in-out;
}

.social-media-list li:hover {
  background-color:var(--peach); 
}

.social-media-list li:hover:after {
  opacity: 1;  
  transform: scale(1.12);
  transition-timing-function: cubic-bezier(0.37,0.74,0.15,1.65);
}

.social-media-list li:hover a {
  color:var(--black);
}

.contbg{
    padding: 30px;
    background: var(--white);
    border-radius: 0;
    box-shadow: 0 0 12px #c1c1c1;
	border-top:4px solid var(--peach);
}
.contbg2{
	background:#0000ff;
	padding:40px;
}



.floating { 
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-left: 30px;
    margin-top: 5px;
}
 
@keyframes floating {
    0% { transform: translate(0,  0px); }
    50%  { transform: translate(0, 15px); }
    100%   { transform: translate(0, -0px); }   
}



.rotate{
  animation: animName 2s linear infinite;
  width:200px;
  height:200px;
}

@keyframes animName {
 0%{
    transform: rotate(0deg);
   }
100%{
    transform: rotate(360deg);
   }
}


.zoomin{
  animation: zoom-in-zoom-out 2s ease infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}


.foot_pattern{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width:1920px;
    height:40px;
    background-repeat: no-repeat;z-index:9;
}



.addressbg{
	background:var(--peach);
	padding:25px;
	display: table;
    width: 100%;
}
ul.section {margin: 0 0 15px 0;display: table;}
ul.section:last-child {margin: 0;}
.icon_circle:hover {
  transform: scale(1.2,1.2);
}
.address_sec {
    margin-bottom: 35px; 
    color: #fff;
    font-weight: 400;
    font-size: 14px;
}
.addressbg ul li {
  display: table-cell;
  color:var(--black);
  font-size: 13px;
  padding-right: 10px;
}
.addressbg ul li a{font-weight: 400;color:var(--black);}
.addressbg ul li i{font-size: 13px; color:var(--white);}
.heading_sm {
  font-size: 16px;
  font-weight: 600;
 color:var(--black);
  margin: 0;
  padding: 0;
  text-transform: capitalize;
}
.product_item_name {
    display: table; margin: 30px auto;background:transparent;border-radius:0;padding:0;
}
.product_item_name ul li.active {
    color:var(--black);
    border:2px solid var(--peach);
	background:transparent;
    padding:6px 10px;
}
.product_item_name ul li a{	color:var(--gray);}

.product_item_name ul li {
	float:left;
	margin: 0 10px;
    border:2px solid var(--peach);
	background:transparent;
    padding:6px 10px;
	position: relative;border-radius:0;font-size:14px;font-weight:600;
}
.product_item_name ul li:hover {border:2px solid var(--peach);}
.product_item_name ul li:hover a{color:var(--black);}
.product_item_name ul li i{font-size:18px;}
.product_item_name ul li::before {
    content: '';
    display: block;
	width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 12px solid var(--peach);
    position: absolute;
    top: 68%;
    right:0;
    left:0;
	margin: 0 auto;
    transform: translateY(100%);
    opacity: 0;

}
.product_item_name ul li.active::before {
    opacity: 1;
}

.products_cat{width:90%;z-index:99999;margin:-120px auto 50px auto;font-weight:500;position: relative;}
.products_cat img{box-shadow:0 0 12px #999;border-radius: 0; border-bottom:3px solid var(--peach);margin:0 0 8px 0;transition: transform .2s; /* Animation */}

.products_cat img:hover{border-bottom:3px solid var(--peach); transform: scale(1.1);}

.product_banner h3{
background:#f0e7c5;font-size:30px;font-weight:600;color:var(--peach);padding:10px;text-align:center;
}
.product_banner h3 span{color:var(--peach);}

.heading {
text-align: center;
    font-size:30px; font-weight:300; color:#222; letter-spacing:1px;
    text-transform: uppercase;

    display: grid;
    grid-template-columns: 1fr max-content 1fr;
    grid-template-rows: 27px 0;
    grid-gap: 20px;
    align-items: center;
}

.heading:after,.heading:before {
    content: " ";
    display: block;
    border-bottom: 1px solid var(--peach);
    border-top: 1px solid var(--peach);
    height: 5px;
  background-color:#f8f8f8;
}

.heading_title {
  margin-bottom: 16px;
  border-bottom: 2px solid var(--peach);
}
.heading_title strong {
  position: relative;
  background: var(--peach);
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
  padding: 6px 10px;
}
.heading_title strong::before {
  content: "";
  position: absolute;
  right: -20px;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 20px solid var(--peach);
  border-top: 38px solid transparent;
}


.heading2 {
  background:#f0e7c5;position:relative; font-size:20px; font-weight:700;  letter-spacing:0px; text-transform:uppercase; text-align:center; margin:auto; white-space:nowrap; border:2px solid var(--peach);padding:5px 11px 3px 11px;display: inline-block;
}
.heading2:before, .heading2:after {
    background-color:var(--peach);
    position:absolute; 
    content: '';
    height: 7px;
    width: 7px; border-radius:50%;
    bottom: 12px;
}
.heading2:before {
   left:-20px;
}
.heading2:after {
   right:-20px;
}


/* Shine effect */

figure {
	margin: 0;
	padding: 0;
	
}
figure:hover+span {
	bottom: -36px;
	opacity: 1;
}

.shine figure {
	position: relative;
}
.shine figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.1) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.1) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.shine figure:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}
/* Shine effect end*/
.img_wrapper img{width:85%;margin:15px auto;box-shadow:0 0 20px #999;display: block;}
.img_wrapper img:hover{box-shadow:0 0 20px var(--peach);}
.img_wrapper i{color:var(--peach);}
.img_wrapper h4{font-size:16px;color:var(--peach);text-align:center;}
.img_wrapper a, .certificate a{font-size:12px;color:var(--black);}
.certificate i{color:var(--peach);}
.fabig{font-size:40px;color:var(--peach);}
.bg1{background-image: linear-gradient(#fff, #f9f6e8);margin:20px 0;box-shadow:0 6px 10px 0px #c1c1c1;}
.bg2{background:#fff;margin:20px 0;box-shadow:0 6px 10px 0px #c1c1c1;border-top:3px solid var(--peach);}

.accordion-item{background:transparent;margin-bottom:0;border-radius:0;}
.accordion-button{background: transparent;font-size:15px;font-weight:500;border-bottom:1px solid var(--peach);border-radius:0;}
.accordion-button:focus{box-shadow:none;}
.accordion-button:not(.collapsed)::after{background:url(images/plus.png);}
.accordion-button::after {background:url(images/minus.png);}
.accordion-button:not(.collapsed){color:var(--white);background-color:var(--peach);box-shadow:none;border-radius:0;}
.accordion-button:hover {z-index: 0;}
.counter_area{position:relative;}
.next_project{background:var(--green);padding:20px;left:0;right:0;}
.next_project h3{
	font-family: "Oswald", sans-serif;font-size:50px;font-weight:300;color:var(--white);
}
.next_project h3 strong{font-weight:500;color:#ffe602;}
.sticky_div {position: sticky;top: 100px;}
.footer a.social-button {padding: 3px 8px;margin: 0 6px;color: var(--white);}
.footer a.social-button:hover {color: var(--peach);}

.footer{background:#444;padding:25px 0 10px 0;}
.footer .section-title h2, .footer p {color: var(--white);}
.green_advantage {background:url(images/green_adv_bg.webp)0 0 no-repeat;}
.green_advantage::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.45);
}

.green_adv_area{position:relative;margin-top: -135px;}
.green_adv_blocks:nth-child(1){background:var(--white);padding:35px 20px;z-index:1;box-shadow: 0 0 8px #00000038;}
.green_adv_blocks:nth-child(2){background:var(--peach);padding:35px 20px;z-index:1;box-shadow: 0 0 8px #00000038;}
.green_adv_blocks:nth-child(3){background:#636363;padding:35px 20px;z-index:1;box-shadow: 0 0 8px #00000038;}
.green_adv_txt{padding:60px 50px 20px 50px;z-index:1;position:relative;}
.green_adv_txt h2{color:var(--white);font-size:40px;font-weight:600;}
.green_adv_txt h3{color:var(--white);font-size:20px;font-weight:400;}
.green_adv_area .list-group-numbered>.list-group-item::before {font-size:0;}
.green_adv_area .list-group-item{background:transparent!important;border: 0;}
.green_adv_blocks:nth-child(1) h5, .green_adv_blocks:nth-child(2) h5 {font-size:20px;font-weight: 600;color: var(--black);}
.green_adv_blocks:nth-child(3) h5 {font-size:20px;font-weight: 600;color: var(--white);}
.green_adv_blocks:nth-child(3) p {color: var(--white);}
.mission_vission{background:var(--white)!important;}
.mission_vission .card{position:relative;background:transparent!important;border:0;}
.mission_vission .card-body{padding:15px 0 0 0;}

.mission_vission h5 {
    font-size: 22px;
    color: var(--white);
    font-weight: 600;
    margin-bottom: 16px;
    text-align: left;
	    position: absolute;
    top: -20px;
}
.mission_vission h5 strong {
    position: relative;
    background: var(--green);
    color: var(--white);
    font-size: 20px;
    font-weight: 500;
    display: inline-block;
    padding: 10px 10px 8px 10px;
}
.mission_vission h5 strong:before {
    content: "";
    position: absolute;
    right: -20px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid var(--green);
    border-top: 42px solid transparent;
}

.about #counter { margin-bottom: 0!important;}




/* steps*/
.steps {
    position: relative
}

.steps:before {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background: #c6c6c6;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.steps .timeline {
    margin-bottom: 40px;
    position: relative
}

.steps .timeline:after {
    content: "";
    display: block;
    clear: both
}

.steps .icon {
    width: 18px;
    height: 18px;
    line-height: 18px;
    margin: auto;
    position: absolute;
    top: 20%;
    left: 0;
    right: 0
}

.steps .icon:before,
.steps .icon:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.33s ease-out 0s
}

.steps .icon:before {
    background: #fff;
    border: 2px solid var(--peach);
    left: -3px
}

.steps .icon:after {
    border: 2px solid #c6c6c6;
    left: 3px
}

.steps .timeline:hover .icon:before {
    left: 3px
}

.steps .timeline:hover .icon:after {
    left: -3px
}

.steps .date-content {
    width: 50%;
    float: left;
    margin-top: 22px;
    position: relative
}

.steps .date-content:before {
    content: "";
    width: 36.5%;
    height: 2px;
    background: #c6c6c6;
    margin: auto 0;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0
}

.steps .date-outer {
    width: 125px;
    height: 125px;
    font-size: 16px;
    text-align: center;
    margin: auto;
    z-index: 1
}

.steps .date-outer:before,
.steps .date-outer:after {
    content: "";
    width: 125px;
    height: 125px;
    margin: 0 auto;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.33s ease-out 0s
}

.steps .date-outer:before {
    background: #fff;
    border: 2px solid var(--peach);
    left: -6px
}

.steps .date-outer:after {
    border: 2px solid #c6c6c6;
    left: 6px
}

.steps .timeline:hover .date-outer:before {
    left: 6px
}

.steps .timeline:hover .date-outer:after {
    left: -6px
}

.steps .date {
    width: 100%;
    margin: auto;
    position: absolute;
    top: 27%;
    left: 0
}

.steps .month {
    font-size: 18px;
    font-weight: 700
}

.steps .year {
    display: block;
    font-size: 25px;
    font-weight: 700;
    color: var(--peach);
    line-height: 55px;
}

.steps .timeline-content {
    width: 50%;
    padding: 20px;
    float: right;
}
.steps .timeline-content img{
    width: 60%;margin-top:15px;
}
.steps h5 {
    font-size: 22px;
    color: var(--black);
    font-weight: 600;
    margin:0 16px 16px 0;
}
.steps h5 strong {
    position: relative;
    background: var(--green);
    color: var(--white);
    font-size: 20px;
    font-weight: 500;
    display: inline-block;
    padding: 10px 10px 8px 10px;
}
.steps h5 strong:before {
    content: "";
    position: absolute;
    right: -20px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid var(--green);
    border-top: 42px solid transparent;
}


.steps .description {
    margin-bottom: 0
}

.steps .timeline:nth-child(2n) .date-content {
    float: right
}

.steps .timeline:nth-child(2n) .date-content:before {
    left: 10px
}

.steps .timeline:nth-child(2n) .timeline-content {
    padding: 20px;
    text-align: right
}
p.description img{margin-top:6px;}
@media only screen and (max-width: 991px) {
    .steps .date-content {
        margin-top: 35px
    }
    .steps .date-content:before {
        width: 22.5%
    }
    .steps .timeline-content {
        padding: 10px 0 10px 30px
    }
    .steps .title {
        font-size: 17px
    }
    .steps .timeline:nth-child(2n) .timeline-content {
        padding: 10px 30px 10px 0
    }
}

@media only screen and (max-width: 767px) {
    .steps:before {
        margin: 0;
        left: 7px
    }
    .steps .timeline {
        margin-bottom: 20px
    }
    .steps .timeline:last-child {
        margin-bottom: 0
    }
    .steps .icon {
        margin: auto 0
    }
    .steps .date-content {
        width: 95%;
        float: right;
        margin-top: 0
    }
    .steps .date-content:before {
        display: none
    }
    .steps .date-outer {
        width: 90px;
        height: 90px
    }
    .steps .date-outer:before,
    .steps .date-outer:after {
        width: 90px;
        height: 90px
    }
    .steps .date {
        top: 20%;
    }
    .steps .year {
        font-size: 18px
    }
    .steps .timeline-content,
    .steps .timeline:nth-child(2n) .timeline-content {
        width: 95%;
        text-align: center;
        padding: 10px 0
    }
    .steps .title {
        margin-bottom: 10px
    }
}

/* steps*/

.gmap iframe{width:100%;height:285px;}

/* ani image */
.circle {
  position: relative;
  height: 120px;
  line-height: 115px;
  width: 120px;
  background-color: #fff;
  border-radius: 50%;
  text-align:center;
  padding-top:8px;
  margin:0 auto 20px auto;
}
.circle img{width:90px;}
.circle:before {
  position: absolute;
  content: '';
  height: calc(100% + 10px); 
  width: calc(100% + 10px); 
  border: 2px dashed var(--peach);
  top: 1px;
  left: -5px;
  border-radius: inherit;
  animation: spin 10s linear infinite;
}

@keyframes spin { 
  100% { 
    transform: rotateZ(360deg); 
  }
}
/* ani image */

.comparison thead td{background:var(--dpeach);padding:20px;font-size:30px;color:var(--white);font-weight:600;text-transform:uppercase;border:4px solid #fff;} 
.comparison tbody td{background: #ffe7b3;padding:30px 20px;font-size:20px;color:var(--black);font-weight:500;border:4px solid #fff;vertical-align: middle;} 
.comparison tbody td img{width:80px;} 
.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-color-type: #f4e9d1;
    --bs-table-bg-type: #f4e9d1;
}

/* blog*/
.blog .card {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  background: #fff;
  padding: 0;
  box-sizing: border-box;
  text-align: left;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  box-shadow: 0 0 12px #dedede;
}

.blog .card img {
  border-radius: 0;
}

.blog .card .layer {
  z-index: 0;
  position: absolute;
  top: calc(100% - 2px);
  height: 100%;
  width: 100%;
  left: 0;
  background: linear-gradient(to top, var(--dpeach), var(--lpeach));
  transition: 0.5s;
}

.blog .card h5 {
  font-size: 20px;
  font-weight: 500;
  color: var(--black);
  margin: 8px 0;
  line-height: 26px;
}

.blog .card:hover h5,
.blog .card:hover .card-body p,
.blog .card:hover .post-date,
.blog .card:hover .post-date i, .blog .card:hover .post-date a {
  color: #fff;
}

.blog .card:hover .post-date a:hover {
  color: #151515;
}

.blog .card:hover .btn.btn-secondary:hover {
  animation-name: purple;
}

h5.card-title {
  font-size: 18px;
  font-weight: 600;
  color: var(--peach);
}

.blog .card .card-body {
  position: relative;
}

.blog .card:hover .layer {
  top: 0;
}

.blog .card .card-body p {
  font-size: 14px;
  line-height: 20px;
  color: #151515;
  margin: 0;
}

.post-date {
  margin-right: 15px;
  font-size: 13px;
}

.post-date a {
  color: #000;
  font-size: 12px;
}

.blog i {
  font-size: 10px;
  color: var(--peach);
}

.datevew {
  margin: 10px 0 5px 0;
  color: #151515;
  border-radius: 0;
  padding: 4px;
  border-top: 1px solid #ece3ce;
  border-bottom: 1px solid #ece3ce;
}

.blog .card .btn {
  padding: 6px 10px !important;
  font-size: 13px !important;
}

h3.widget-title {
  font-size: 22px;
  font-weight: 500;
  color: #151515;
  text-transform: uppercase;
  display: grid;
  grid-template-columns: 1fr max-content 1fr;
  grid-template-rows: 17px 0;
  grid-gap: 8px;
  align-items: center;
}

h3.widget-title {
  color: #151515;
  padding: 6px 8px;
  border-radius: 6px 6px 0 0;
  margin: 0;
}

h3.widget-title:before, h3.widget-title:after {
  content: " ";
  display: block;
  border-bottom: 1px solid var(--peach);
  border-top: 1px solid var(--peach);
  height: 5px;
  background-color: #f8f8f8;
}

.caption-box2 {
  background-color: #ece3ce;
  padding: 10px;
  width: 98%;
  margin: 0 auto;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  position: relative;
}

.caption-box2 a {
  color: var(--peach);
}

.caption-box2:hover {
  transform: scale(0.9);
  transition: 1s;
  background-color: var(--peach);
  border-radius: 5px;
}

.caption-box2:hover a, .caption-box2:hover p {
  color: #ece3ce;
}

.blog-list-content strong {
  color: var(--dpeach);
}

.blog-footer ul {
  background: #e8ffbc;
  margin-bottom: 12px;
}

.blog-list img {
  border-radius: 8px 8px 0 0;
}

.blog-list-content {
  background: rgba(0, 0, 0, 0.4);
  padding: 15px;
  border-radius: 0 0 8px 8px;
}

.blog-list-content h4, .blog-list-content h5, .blog-list-content h6 {
  font-size: 30px;
  color: var(--dpeach);
}

.widget {
  margin: 0 0 30px 0 !important;
}

.widget a:hover {
  color: var(--purple);
}

.widget ul li {
  margin: 10px 0;
  color: #151515;
}

.widget ul li:hover a {
  color: var(--dpeach);
}

.widget ul {
  background: #fff;
  padding: 6px 6px 6px 25px !important;
  border: 1px solid #ece3ce;
  margin-left: 20px;
  margin: 0 auto;
  width: 95%;
}

.widget ul li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  color: var(--peach);
  font-size: 13px;
  margin-right: 0;
  margin-left: -12px;
}

.widget.widget_categories ul li:before, .widget.widget_archive ul li:before {
  margin-right: 4px;
}

.widget ul li:hover:before {
  color: #151515;
}

.widget ul li a {
  font-size: 13px;
  color: #151515;
  font-weight: 500;
}

.widget ul li a:hover {
  color: var(--peach);
}

.widget ul li a i {
  color: var(--peach);
}

.widget_search label {
  font-weight: 300;
  color: var(--dpeach);
  font-size: 30px;
  top: -10px;
  margin-left: 5px;
}

.blog-dtl h2 {
  background: var(--dpeach);
  color: #222;
  font-size: 22px;
  font-weight: 600;
  padding: 6px 10px;
  display: inline-block;
  margin-bottom: 15px;
  position: relative;
}

.blog-dtl h2::after {
  content: "";
  display: block;
  border-bottom: 39px solid var(--dpeach);
  border-left: 0 solid transparent;
  border-right: 28px solid transparent;
  position: absolute;
  right: -27px;
  top: 0;
}

.blog-dtl h3 {
  font-size: 20px;
  color: var(--dpeach);
  font-weight: 400;
  border-bottom: 2px solid var(--dpeach);
  display: inline-block;
}

.blog-dtl ul li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 14px;
  font-size: 15px;
}

.blog-dtl ul {
  margin: 12px 0;
  padding: 0;
}

.blog-dtl ul li:before {
  left: 0;
  top: 3px;
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f101";
  font-size: 15px;
  color: #151515;
  width: 25px;
  height: 25px;
  background: var(--dpeach);
  text-align: center;
  line-height: 25px;
  border-radius: 50%;
}

ul.list-inline li {
  font-size: 15px;
}

ul.list-inline li i {
  color: var(--dpeach);
}

ul.list-inline li:before {
  top: 0;
  content: "";
  width: 0;
  height: 0;
  background: transparent;
}

ul.list-inline li {
  position: relative;
  padding: 3px 8px;
  margin-bottom: 0;
  font-size: 15px;
  color: #000;
}

ul.list-inline li a:hover {
  color: var(--peach);
}

ul.list-inline {
  margin: 12px auto;
  padding: 0;
  border-top: 1px solid var(--peach);
  border-bottom: 1px solid var(--peach);
}

.cms-wrap {
  color: #aaa;
}

.cms-wrap img {
  margin: 0 auto;
  display: block;
}

.cms-wrap p, ul.tick {
  color: #151515;
}

.cms-wrap p strong {
  font-size: 18px;
  color: var(--peach);
}

.cms-wrap-Comment-box {
  border: 1px solid var(--dpeach);
  padding: 20px;
  border-radius: 10px;
}

.cms-wrap-Comment-box .group {
  margin-bottom: 30px;
}

.cms-wrap input:focus ~ label, input:valid ~ label {
  top: 0;
  margin-left: 10PX;
}

.gglcptch_recaptcha {
  margin-top: 80px;
}

.cms-wrap-main-img {
  margin-bottom: 20px;
}

/* blog*/


.comparison .section-title p{
    font-size: 22px;font-weight:500; color:var(--green);background:var(--white);padding:8px 12px;
	display:inline-block;box-shadow: 0px 15px 10px -15px #00000050;    
}
.blocks_types {margin-bottom:40px;}
.blocks_types p{background:var(--white);padding:15px;box-shadow:0 0 15px #00000040;}
.blocks_types h4 {
	background: var(--dpeach);
    margin-bottom: 0;
    text-align: left;
}
.blocks_types h4 strong {
    position: relative;
    color: var(--white);
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    padding: 10px 10px 8px 10px;
}
.applications .section-title h2 {
    font-family: "Oswald", sans-serif;
    color: var(--black);
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 20px;
}

.mathcaptcha_div span.wpcf7-form-control-wrap {
    font-size: 15px;
    position: relative;
}
.mathcaptcha_div input.wpcf7-mathcaptcha {
    width: 32% !important;
}