
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&family=Roboto:wght@300&display=swap');
@import url('https://fonts.cdnfonts.com/css/forte');

* { padding:0; margin:0; }
body { font-family: 'Roboto', sans-serif; color:#000; font-size:14px; 	  overflow-x: hidden; }
a, a:hover {
	text-decoration:none;
}

.logo img {
	padding: 13px 0;
	max-width: 100%;
	margin-top: 10px;
}
.top_bar {
	display: flex;
	justify-content: flex-end;
}
.top_bar ul {
	display: flex;
	justify-content: flex-end;
	margin: 0;
	padding: 12px 0;
	list-style-type: none;
	background: #7DB244;
	width: 85%;
	position: relative;
	border-radius: 0 0 0px 10px;
}
.top_bar ul::before {
	position: absolute;
	right: -30rem;
	top: 0;
	background: #7DB244;
	content: '';
	width: 125%;
	height: 45px;
	z-index: 0;
}
.top_bar ul li {
	padding:0 10px;
	z-index:9;
}
.top_bar ul li i {
	margin-right:7px;
	font-size:12px;
}
.top_bar ul li a {
	color:#fff;
}
.menu {
	display: flex;
	justify-content: flex-end;
	margin: 18px 0 9px;
	padding: 10px 0 0;
	list-style-type: none;
	gap: 20px;
}
.menu li a {
	color: #000;
	padding: 7px 13px;
	font-weight: bold;
}
.menu li.active-menu a {
	border-bottom:4px solid #7DB244;
}
.banner .carousel-caption {
  position: absolute;
  right: auto;
  bottom: 0;
  left: 0;
  padding-top: 0;
  padding-bottom: 0;
  color: #fff;
  text-align: left;
  width: 100%;
  height: 100%;
}
.cap_container {
	margin: 0 auto;
	padding: 0 14px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.cap_container h2 {
	font-weight: bold;
	font-size: 30px;
	margin: 0;
	font-family: 'Lato', sans-serif;
}
.cap_container h2 span {
	font-size: 30px;
	display: block;
	font-weight: 300;
	font-style: italic;
}
.cap_container p {
	margin: 27px 0;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
}
.cap_container a {
	display: inline-block;
	background: #7DB244;
	padding: 10px 10px;
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	width: 170px;
	text-align: center;
}
.h2_cnt {
	display: flex;
	justify-content: center;
}
.main_hd {
	font-weight: bold;
	font-size: 38px;
	margin: 0 0 30px;
	text-align: center;
	color: #7DB244;
	position: relative;
	font-family: 'Lato', sans-serif;
}
.main_hd::before {
	content: '';
	position: absolute;
	left: -6rem;
	background: #7DB244;
	height: 5px;
	width: 75px;
	top: 22px;
}
.main_hd::after {
	content: '';
	position: absolute;
	right: -6rem;
	background: #7DB244;
	height: 5px;
	width: 75px;
	top: 22px;
}
.cap_txt {
	text-align: center;
	padding: 0 14rem;
}
.white_box {
	border-radius: 2px;
	box-shadow: 0px 0px 3px #d9d9d9;
	padding: 17px;
	margin-bottom: 15px;
}
.white_box h4 {
	font-size: 20px;
	text-transform: uppercase;
	margin: 14px 0;
}
.white_bx_img {
	margin-bottom:22px;
	position:relative;
}
.white_box p {
	text-align: justify;
	line-height: 24px;
}
.white_bx_img img {
	width:100%;
}
.arw_btn {
	background: #d78114;
	padding: 3px 10px;
	color: #fff;
	position: absolute;
	right: 0;
	top: -3px;
}
.about h4 {
	font-size: 18px;
	color: #000;
	margin: 0;
	font-weight: 600;
	font-family: 'Lato', sans-serif;
}
.about h3 {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 20px;
	color: #7DB244;
	font-family: 'Lato', sans-serif;
}
.about p {
	text-align: justify;
	line-height: 24px;
	margin-bottom: 20px;
}
.about a {
	display: inline-block;
	background: #7DB244;
	padding: 10px 10px;
	color: #fff;
	font-size: 15px;
	width: 147px;
	text-align: center;
	border-radius: 7px;
	font-weight: 600;
}
.step_sec {
	background:url(../images/step_bg.png) no-repeat left top / cover;
}
.circle_1 {
	width: 100px;
	height: 100px;
	border: 4px solid #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 25px;
	color: #fff;
	font-weight: bold;
	border-radius: 100%;
	margin:0 auto;
	position:relative;
	background: #ac8960
}
.step_sec p {
	margin: 15px 0 0;
	text-align: center;
	color: #fff;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: bold;
}
.circle_1::after {
	content: "";
	position: absolute;
	left: 92px;
	height: 2px;
	background: #fff;
	width: 260%;
}
.circle_1.lst::after {
	display:none;
}
.step_sec .col-md-3 {
	position:relative;
}
.step_sec .col-md-3::after {
	content: ">";
	position: absolute;
	right: 0;
	top: 31px;
	color: #fff;
	font-size: 25px;
}
.step_sec .col-md-3.lst_2::after {
	display:none;
}
.plus {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(215, 129, 18, 0.7);
  opacity: 0;
  transition: all .4s ease-in-out;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.plus:hover {
  opacity: 1;
}
.plus i {
	font-size: 15px;
	color: #fff;
	background: #7DB244;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	border-radius: 100%;
	border: 2px solid #fff;
}
.portfolio_sec a.vw_btn {
	display: inline-block;
	background: #7DB244;
	padding: 10px 10px;
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	width: 170px;
	text-align: center;
}
.testomnl {
	background:url(../images/testi_bg.png) no-repeat left top / cover;
}
.testomnl .main_hd {
	color:#fff;
}
.testomnl .main_hd::before {
	background:#fff;
}
.testomnl .main_hd::after {
	background:#fff;
}
.testi_img {
	width: 180px;
	height: 180px;
	overflow: hidden;
	border-radius: 100%;
	border: 4px solid #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin: -25px auto 0;
	top: -35px;
}
.testi_bx {
	padding: 0;
	text-align: center;
	min-height: 340px;
	border-radius: 10px;
	background: #fff;
	box-shadow: 2px 2px 3px #e8e8e8;
	margin-bottom: 14px;
}
.testi_bx p {
	color: #373737;
	font-size: 14px;
}
.testi_bx span {
	color:#fff;
	font-weight:bold;
}
.prod_cont {
	padding: 0 18px;
	height: 295px;
}
.testi_img img {
  height: 100%;
  width: auto !important;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: fit-content;
}
.note {
	color: #f70707 !important;
	font-size: 12px !important;
}
#testimonial_slider .owl-carousel .owl-nav .owl-prev {
  padding: 9px 11px 14px !important;
  float: left;
  font-size: 14px;
  text-align: center;
  border-radius: 3px;
  border: 1px solid #e2b356;
  font-weight: normal;
  line-height: 9px;
  position: absolute;
  left: -45px;
  top: 50%;
  border-radius: 100%;
  color: #fff;
  border: none;
}
#testimonial_slider .owl-carousel .owl-nav .owl-next {
  padding: 9px 11px 14px !important;
  float: left;
  font-size: 14px;
  text-align: center;
  border-radius: 3px;
  border: 1px solid #e2b356;
  font-weight: normal;
  line-height: 9px;
  position: absolute;
  right: -45px;
  top: 50%;
  border-radius: 100%;
  color: #fff;
  border: none;
}

footer {
	background: #4F7626;
	padding:25px 0;
}
footer p {
	color:#fff;
	font-size:13px;
	padding-right: 4rem;
	line-height: 25px;
}
footer h3 {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 30px;
}
.ftr_lnk {
  padding: 0;
  margin: 0px 0 0 19px;
}
.ftr_lnk li {
  color: #fff;
  list-style-type: disclosure-closed;
  font-size: 14px;
  margin-bottom: 5px;
  padding-left:7px;
}
.ftr_lnk li a {
  color: #fff;
  text-decoration: none;
}
.ftr_scl {
  list-style-type: none;
  padding: 0;
  display: flex;
}
.ftr_scl li {
	font-size:15px;
	padding: 0 15px 0 0;
}
.ftr_scl li a {
	color:#fff;
}
.ftr_cnt_det {
	padding:0;
	list-style-type:none;
	margin:20px 0 0;
}
.ftr_cnt_det li {
	margin-bottom:7px;
}
.ftr_cnt_det li a {
	color:#fff;
	font-size:14px;
	display: flex;
}
.ftr_cnt_det li a i {
	margin-right: 7px;
	padding: 7px 7px;
	border-radius: 100%;
	width: 30px;
	height: 30px;
	text-align: center;
	position: relative;
	top: -3px;
}
.ftr_line {
	background: #fff;
}
.ftr_copy_rit {
	margin: 20px 0;
	font-size: 12px;
	color: #ededed;
	text-align: center;
	padding: 0;
}
#myBtn {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	font-size: 14px;
	border: none;
	outline: none;
	background-color: #393735;
	color: white;
	cursor: pointer;
	padding: 7px;
	border-radius: 100px;
	width: 35px;
	height: 35px;
}

#myBtn:hover {
  background-color: #c8760c;
}

/**hover**/

.white_box:hover .arw_btn {
  -webkit-animation-name: hvr-icon-wobble-horizontal;
  animation-name: hvr-icon-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/* Icon Wobble Horizontal */
@-webkit-keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.circle_1:hover {
	-webkit-animation-name: hvr-pop;
	animation-name: hvr-pop;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}


/* Pop */
@-webkit-keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}


/* Push */
@-webkit-keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}


.testi_bx:hover .testi_img {
	-webkit-animation-name: hvr-bob-float, hvr-bob;
	animation-name: hvr-bob-float, hvr-bob;
	-webkit-animation-duration: .3s, 1.5s;
	animation-duration: .3s, 1.5s;
	-webkit-animation-delay: 0s, .3s;
	animation-delay: 0s, .3s;
	-webkit-animation-timing-function: ease-out, ease-in-out;
	animation-timing-function: ease-out, ease-in-out;
	-webkit-animation-iteration-count: 1, infinite;
	animation-iteration-count: 1, infinite;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-direction: normal, alternate;
	animation-direction: normal, alternate;
}
@-webkit-keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
/* Bob */
@-webkit-keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
.white_bx_img {
	overflow:hidden;
	background: #000;
}
.white_bx_img img {
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}
.white_bx_img:hover img {
  -webkit-transform: scale(1.1) rotate(4deg);
  transform: scale(1.1) rotate(4deg);
  opacity: 0.7;
}
.cap_container a:hover, .about a:hover, .portfolio_sec a.vw_btn:hover {
	background:#876040;
}
.top_bar ul li i {
  transition: transform 1s;
}
.top_bar ul li:hover i {
  transform: rotate(360deg);
}
.menu li:hover a {
  border-bottom: 4px solid #7DB244;
}
.menu li:hover .dropdown-content a {
  border-bottom: none;
}
.wats {
  position: fixed;
  bottom: 35px;
  left: 24px;
  width: 62px;
  height: 65px;
  z-index: 9999;
  font-size: 63px;
  color: #2dbe8e;
  cursor: pointer;
  text-align: center;
  -webkit-animation: box-rotate infinite;
  animation: box-rotate infinite;
    animation-duration: 0s;
    animation-timing-function: ease;
    animation-delay: 0s;
  animation-duration: 0s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-duration: 0s;
  animation-timing-function: ease;
  animation-delay: 0s;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0.1s;
  -webkit-animation-delay: 0.1s;
}
.wats img {
  width: 50px;
  z-index: 99;
  position: relative;
}
/*box rotate animation*/

@-webkit-keyframes box-rotate {
	0%, 10%   { transform: rotate(12deg);}
    10%, 20% { transform: rotate(-15deg);}
	20%, 30% { transform: rotate(12deg);}
	30%, 40% { transform: rotate(0deg);}
	40%, 50% { transform: rotate(12deg);}
	50%, 60% { transform: rotate(12deg);}
	60%, 70% { transform: rotate(12deg);}
	
	70%, 100% { transform: rotate(12deg);}
	
}

/*box rotate animation*/

.social_media_bnr {
	position: absolute;
	left: 0;
	top: 0;
	background: #fff;
	z-index: 9;
	height: 100%;
	padding: 0 5px;
	display: flex;
	align-items: center;
}
.social_media_bnr ul {
  list-style-type:none;
  padding:0;
}
.social_media_bnr ul li a {
	color:#000;
}
.social_media_bnr ul li {
	margin:7px 0;
	font-size:16px;
	text-align: center;
}
.social_media_bnr ul li.rot {
	transform: rotate(-90deg);
	margin: 37px 0;
}
.inner_banner img {
	width:100%;
}
.about_pge h4 {
  font-size: 18px;
  color: #b1b1b1;
  margin: 0;
}
.abt_pge_img img {
	width:100%;
}
.comn_btn {
	display: inline-block;
	background: #7DB244;
	padding: 10px 10px;
	color: #fff;
	font-size: 15px;
	width: 147px;
	text-align: center;
	border-radius: 7px;
	font-weight: 600;
}
.com_ul {
	padding:0;
	margin:0 0 20px;
	list-style-type:none;
}
.com_ul li {
	margin-bottom:4px;
}
.com_ul li i {
	color:#7DB244;
	margin-right:7px;
}
.gal-box::before {
  position: absolute;
  content: '+';
  text-align: center;
  line-height: 40px;
  font-weight: bold;
  width: 40px;
  height: 40px;
  border-radius: 50%;
 background: #7DB244;
  color: #FFF;
  top: 0;
  left: 50%;
  z-index: 5;
  opacity: 0;
  transform: translate(-50%,0);
  -webkit-transform: translate(-50%,0);
  -moz-transform: translate(-50%,0);
  -o-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.gal-box:hover::before {
   opacity: 0.9;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);

}


.gal-box02::before {
	position: absolute;
	content: '\f04b';
	text-align: center;
	line-height: 40px;
	font-weight: bold;
	font-size:35px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	color: #FFF;
	top: 50%;
	left: 50%;
	z-index: 5;
	opacity: 1;
	transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

#filters li span a {
  color: #7DB244;
}
.bnr_box .img_txt h3 {
	font-size:16px;
	margin: 14px 0;
}
.bnr_box p {
	font-size:14px;
	line-height: 22px;
}
.bnr_box {
	box-shadow: 1px 1px 3px #a7a5a5;
	min-height: 425px;
	margin-bottom: 25px;
}
.img_txt {
	padding:10px 14px;
}
.bnr_box .img img {
	width:100%;
}
.bnr_box span {
	color: #a08b8b;
	font-size: 12px;
	margin-bottom: 8px;
	display: block;
}
.blg_det h1 {
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 550;
	margin-bottom: 12px;
}
.blg_det span {
	color: #9e9e9e;
	margin-bottom: 10px;
	display: block;
}
.blg_det p strong {
	padding: 22px 0 0px;
	display: block;
	font-size: 17px;
}
.inq input {
  border: 1px solid #d8d8d8 !important;
  border-radius: 5px;
  border: 0;
  background: transparent;
  color: #000;
  margin: 0 0 15px 0;
  padding: 10px 7px;
  width: 100%;
  outline: none;
}
.inq textarea {
  border: 1px solid #d8d8d8 !important;
  border-radius: 5px;
  border: 0;
  background: transparent;
  color: #000;
  margin: 0 0 15px 0;
  padding: 10px 7px;
  width: 100%;
}
.cntfrm ul {
  padding: 17px 20px;
  margin: 0;
  list-style-type: none;
  border-radius: 5px;
  height:100%;
}
.cntfrm ul li {
	color: #000;
	display: flex;
	padding: 7px 0;
	margin-bottom: 7px;
	text-align: left;
	font-size: 15px;
	font-weight: 600;
}
.cntfrm ul li a {
	color:#000;
}
.cntfrm ul li i {
	margin: 4px 7px 0 0;
}
.white_bx_img_wrks {
	max-height:300px;
	position:relative;
}
.white_bx_img_wrks a::before {
  position: absolute;
  content: '+';
  text-align: center;
  line-height: 40px;
  font-weight: bold;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #7DB244;
  color: #FFF;
  top: 0;
  left: 50%;
  z-index: 5;
  opacity: 0;
  transform: translate(-50%,0);
  -webkit-transform: translate(-50%,0);
  -moz-transform: translate(-50%,0);
  -o-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.white_bx_img_wrks:hover a::before {
  opacity: 0.9;
  top: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
}
.pro_tabs {
	list-style-type:none;
	display:flex;
	justify-content: center;
}
.pro_tabs a {
	display: block;
	margin-bottom: 12px;
	padding: 7px 29px;
	text-decoration: none;
	cursor: pointer;
	margin-right: 9px;
	font-size: 15px;
	background: transparent;
	color: #7DB244;
	text-transform: uppercase;
	font-weight: 500;
	border-radius: 0;
	border: 2px solid #7DB244;
}
.active_protbs a {
	background: #7DB244;
	color: #fff;
	border: 2px solid #7DB244;
}
.pro_tabs a:hover {
	background: #7DB244;
	color: #fff;
	border: 2px solid #7DB244;
}
.white_box02 h4 {
	font-size: 13px;
	text-transform: uppercase;
	margin: 7px 0;
	text-align: center;
	min-height: 37px;
	display: flex;
	align-items: center;
	justify-content: center;
}

/**dropdown**/

.dropbtn {
  color: white;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
	position: absolute;
	background-color: #fff;
	min-width: 185px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 99;
	padding: 6px 0;
}

.dropdown-content a {
  color: black;
  padding: 7px 14px;
  text-decoration: none;
  display: block;
}


.dropdown:hover .dropdown-content {display: block;}

.dropbtn i {
	position: relative;
	top: 1px;
	left: 3px;
}
.dropdown-content a:hover {
	background:#7DB244;
	color:#fff;
}

/**dropdown**/

.shdw_bx {
	box-shadow: 0px 1px 4px #acaaaa;
	padding: 29px 5px;
	border-radius: 5px;
}

#home .owl-dots {
	text-align: center;
	margin: 0;
	position: absolute;
	width: 10%;
	bottom: -2px;
	left: 45%;
	right: 45%;
	background: #fff;
	padding: 4px 0;
	border-radius: 7px 7px 0 0;
}
#home .owl-dots .owl-dot span {
	display: inline-block;
	background-color: #aeaeae;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	margin: 0px 5px;
	transition: all .3s ease-in-out !important;
	-webkit-transition: all .3s ease-in-out !important;
	-moz-transition: all .3s ease-in-out !important;
	-o-transition: all .3s ease-in-out !important;
}
#home .owl-dots .active span {
  background-color: #7DB244 !important;
}
/**pro**/
#prod_slider .owl-dots {
	text-align: center;
	margin: 0;
	position: absolute;
	bottom: -35px;
	padding: 4px 0;
	border-radius: 7px 7px 0 0;
	display: flex;
	width: 100%;
	justify-content: center;
}
#prod_slider .owl-dots .owl-dot span {
	display: inline-block;
	background-color: #aeaeae;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	margin: 0px 5px;
	transition: all .3s ease-in-out !important;
	-webkit-transition: all .3s ease-in-out !important;
	-moz-transition: all .3s ease-in-out !important;
	-o-transition: all .3s ease-in-out !important;
}
#prod_slider .owl-dots .active span {
  background-color: #7DB244 !important;
}
/**pro**/

.ops {
	display:none;
}
.cap {
	text-align: right;
}
.cap img {
	max-width:200px;
}
.v_mdl {
	display:block;
}
.blk {
	display:block;
}
footer p img {
	max-width:80%;
}
.cap_txt_cont {
	width: 42%;
}
.cap_txt_cont h3 {
	background: #7DB244;
	font-size: 36px;
	font-weight: bolder;
	color: #fff;
	border-radius: 7px;
	padding: 4px 10px;
	max-width: fit-content;
}
.abt_img img {
	border-radius: 20px;
	max-width: 100%;
}
.our_pro_sec {
	background: #FAFAFA;
}
.prod_img img {
	border-radius: 14px;
}
.prod_cont h5 {
	font-size: 18px;
	font-weight: 600;
	margin-top: 18px;
	margin-bottom: 16px;
}
.por_profile h3 {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 20px;
	color: #7DB244;
	font-family: 'Lato', sans-serif;
}
.prof_1 {
	margin: 0 0 auto auto;
	width: 78%;
	display: block;
}
.prof_2 {
	border-radius: 100% !important;
	border: 5px solid #fff;
	position: absolute;
	left: 0;
	bottom: -47px;
}
.clnt_img {
	text-align: center;
	margin: 12px 0 0;
}
.clnt_img img {
	max-width: 100%;
	width: auto !important;
	margin: 0 auto;
	height: 65px;
	-webkit-animation-name: hvr-bob-float, hvr-bob;
animation-name: hvr-bob-float, hvr-bob;
-webkit-animation-duration: .3s, 1.5s;
animation-duration: .3s, 1.5s;
-webkit-animation-delay: 0s, .3s;
animation-delay: 0s, .3s;
-webkit-animation-timing-function: ease-out, ease-in-out;
animation-timing-function: ease-out, ease-in-out;
-webkit-animation-iteration-count: 1, infinite;
animation-iteration-count: 1, infinite;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-direction: normal, alternate;
animation-direction: normal, alternate;
}

@-webkit-keyframes hvr-bob-float {
	100% {
	  -webkit-transform: translateY(-8px);
	  transform: translateY(-8px);
	}
  }
  @keyframes hvr-bob-float {
	100% {
	  -webkit-transform: translateY(-8px);
	  transform: translateY(-8px);
	}
  }
  /* Bob */
  @-webkit-keyframes hvr-bob {
	0% {
	  -webkit-transform: translateY(-8px);
	  transform: translateY(-8px);
	}
	50% {
	  -webkit-transform: translateY(-4px);
	  transform: translateY(-4px);
	}
	100% {
	  -webkit-transform: translateY(-8px);
	  transform: translateY(-8px);
	}
  }

  
.inner_cap {
	background-color: rgba(0, 0, 0, 0.7);
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 20px 0;
  }
.inner_cap h2 {
	font-size: 30px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	text-align: center;
	margin: 0px;
	font-family: 'Lato', sans-serif;
  }
  .breadcrumb {
	padding: 8px 15px;
	margin-bottom: 0px;
	list-style: none;
	background-color: transparent;
	border-radius: 4px;
	text-align: center;
	color: #fff;
	padding: 0;
	justify-content: center;
  }
  .breadcrumb > li {
	display: inline-block;
	font-size: 17px;
	text-transform: lowercase;
  }
  .breadcrumb > li a {
	color: #fff;
  }
  .breadcrumb li.act {
	color: #7DB244;
  }
  
.breadcrumb > li + li::before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}
.inq h1 {
	margin: 0 0 20px;
	font-size: 24px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
  }
  .inq p {
	font-size: 17px;
	color: #000;
	text-align: left;
	margin: 0 0 10px;
  }
  .read_mr {
	background: #7DB244;
	padding: 9px 37px;
	font-size: 17px;
	font-weight: bold;
	color: #fff;
	border: none;
	border-radius: 4px;
  }
  .inner-banner img {
	width: 100%;
  }
  .cntfrm {
	background: url(../images/cnt_bg.jpg) no-repeat right bottom / 329px;
  }
 .comn_btn span {
	display: inline-block;
position: relative;
transition: all 300ms ease-out;
will-change: transform;
  }
  .comn_btn:hover span {
	transform: translate3d(-0.6rem, 0, 0);
  }
  .comn_btn:hover i {
	opacity: 1;
	right: -1.4rem;
  }
  .comn_btn i {
	position: absolute;
	width: 1.1em;
	right: 0px;
	right: 1rem;
	opacity: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: all 300ms ease-out;
	will-change: right, opacity;
  }
  .testi_bx:hover img {
	-webkit-animation-name: hvr-pop;
	animation-name: hvr-pop;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
  }
  .abt_img img {
	-webkit-transform: perspective(1px) translateZ(0) !important;
	transform: perspective(1px) translateZ(0) !important;
	-webkit-transition-duration: 0.3s !important;
	transition-duration: 0.3s !important;
	-webkit-transition-property: transform !important;
	transition-property: transform !important;
  }
  .abt_img:hover img {
	-webkit-transform: scale(1.1) rotate(4deg) !important;
	transform: scale(1.1) rotate(4deg) !important;
  }
  .mnu_lgo {
  }
  .flx_unicoirlogo {
	display: flex;
	justify-content: flex-end;
	align-items: baseline;
	gap: 20px;
  }
  .mnu_lgo img {
	max-width: 100px;
  }
  .hdr_scl {
	list-style-type: none;
	display: flex;
	margin: 0 10px 0 0;
	padding: 0;
}
.hdr_scl li {
	padding:0 5px;
}
.hdr_scl li a {
	color:#fff;
}
	/**Responsive start**/

@media screen and (min-width: 200px) and (max-width: 480px) {

#portfoliolist .portfolio {
  width: 100% !important;
  margin: 0 0 7px !important;
}
.mnu_lgo {
	left: auto !important;
	bottom: 5px !important;
	right: 11px;
  }
  .contact_but span {
	margin: 10px 0 !important;
  }
  .hdr_scl {
	margin: 0 10px 15px 0 !important;
  }
  .mnu_lgo img {
	max-width: 76px;
  }
.top_bar ul li a {
  font-size: 12px;
}
.inner_cap h2 {
	font-size: 18px;
}
.breadcrumb > li {
	font-size: 14px;
  }
  .inner_cap {
	width: 100%;
	padding: 0 0;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
  }
  .orange_box {
	padding-bottom: 10rem;
  }
  .prod_cont {
	height: auto;
  }
}

@media screen and (min-device-width: 450px) and (max-device-width: 767px) {
.ftr_half {
	width:50%;
}
}

@media screen and (min-width: 576px) {
.cap_container {
  max-width: 540px;
}
}

@media screen and (max-width: 767px) {
.pro_tabs {
  flex-wrap: wrap;
}
.mnu_lgo {
	margin-right: 20px;
  }
.prof_2 {
	width: 45%;
  }
  .ftr_list_mnu {
	margin-bottom: 20px;
  }
.abt_img {
	margin-bottom: 18px;
}
.por_profile h3 {
	margin-top: 47px;
  }
.top_bar {
	margin-bottom: 5px;
  }
  #home .owl-carousel .owl-item img {
	width: 100%;
	min-height: 154px;
  }
.cap_txt_cont {
	width: 100%;
  }
  .cap_container h2 span {
	font-size: 18px;
  }
.owl-dots {
	display:none;
}
.circle_1 {
  width: 70px;
  height: 70px;
  border: 3px solid #fff;
}
.circle_1::after {
  left: 32px;
  height: 105px;
  width: 2px;
  top: 67px;
}
.step_sec .col-md-3::after {
	right: 115px;
	top: 124px;
	font-size: 20px;
	width: 17px;
	height: 17px;
	content: "\2304";
	line-height: 7px;
	text-align: center;
}
.step_sec .col-md-3 {
	width:250px;
	margin: 0 auto;
}
.step_sec p {
  margin: 15px 0 37px;
  background: #7DB244;
  z-index: 9999;
  position: relative;
}
.step_sec .row {
	display:block;
}

/**lighbox**/
.fancybox-thumbs {
  bottom: 0;
  right: 0;
  top:auto;
  width: 100%;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 0;
}
.fancybox-thumbs.fancybox-thumbs-y ul {
	overflow: scroll;
	white-space: nowrap;
}
.fancybox-thumbs.fancybox-thumbs-y > ul > li {
  display: inline-block;
  float: none;
}
/**light box**/


.dropdown-content {
  display: block;
  position: relative;
  background-color: transparent;
  min-width: auto;
  box-shadow: none;
  z-index: 1;
  padding: 6px 0 0 27px;
}
.dropdown-content a:hover {
  background: transparent;
  color: #fff;
}
.mob_menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.top_bar ul::after {
	display:none;
}

.hidden-mob {
	display:none;
}
.social_media_bnr {
	display:none;
}
.top_bar ul {
  width: 100%;
  border-radius: 5px;
}
.top_bar ul::before {
	display:none;
}
.top_bar ul li.whatsno {
	display:none;
}
.top_bar ul {
  justify-content: center;
  flex-wrap: wrap;
}
.cap_container h2 {
  font-size: 18px;
}
.cap_container p {
	margin: 4px 0;
	font-size: 11px;
	line-height: 16px;
}
.cap_txt_cont h3 {
	font-size: 17px;
	margin: 0 0 5px;
	width: max-content;
  }
.cap_container a {
  padding: 7px 5px;
  font-size: 14px;
  width: 142px;
}
.main_hd {
  font-size: 28px;
}
.main_hd::before {
  left: -5rem;
  height: 5px;
  width: 54px;
  top: 17px;
}
.main_hd::after {
  right: -5rem;
  height: 5px;
  width: 54px;
  top: 17px;
}
.cap_txt {
  padding: 0 0rem;
}
.about {
  background: url(../images/about.png) no-repeat right top / auto 300px;
}
.right_sec {
	padding:0;
}
.top_bar ul li {
	padding: 0 10px;
	width: 46%;
  }

.step_sec p {
  margin: 15px 0 37px;
}
.step_sec {
  background: #7DB244;
}
.h2_cnt {
  overflow: hidden;
}
#testimonial_slider .owl-nav {
	display:none;
}
.logo img {
	width: 135px;
}
.white_box {
  margin-bottom: 10px;
}
/*sidenav*/
.sidenav {
 height: 100%;
 width: 0;
 position: fixed;
 z-index: 99999;
 top: 0;
 right: 0;
 background-color: rgba(0, 0, 0, 0.8);
 overflow-x: hidden;
 transition: 0.5s;
 padding-top: 60px;
}
 .sidenav a {
 padding: 8px 8px 8px 32px;
 text-decoration: none;
 font-size: 16px;
 color: #fff;
 display: block;
 transition: 0.3s;
}
.sidenav a i {
	margin-right:7px;
}
 .sidenav a:hover {
 color: #f1f1f1;
}
 .sidenav .closebtn {
 position: absolute;
 top: 0;
 right: 25px;
 font-size: 36px;
 margin-left: 50px;
}
.contact_but span {
	font-size: 17px;
	float: right;
	margin: 18px 0;
}
/*sidenav*/

.testi_bx {
  min-height: auto;
  padding-bottom: 10px;
}
}
@media screen and (min-width: 768px) {
.hidden-desk {
	display:none;
}
.cap_container {
  max-width: 620px;
}
#testimonial_slider .owl-item, #testimonial_slider .owl-item .item, #testimonial_slider .owl-item .item .testi_bx {
	height:100%;
}
}


@media screen and (min-width: 768px) and (max-width: 991px) {

.logo img {
  max-width: 130px;
}
.mnu_lgo {
	left: 0;
	bottom: 0;
  }
.cap_container h2 span {
	font-size: 24px;
}
.cap_txt_cont h3 {
	font-size: 18px;
  }
  .cap_container p {
	margin: 17px 0;
	font-size: 13px;
  }
  .top_bar ul li:nth-child(2) {
	display: none;
  }
.cap_container h2 {
	font-weight: bold;
	font-size: 28px;
}
.top_bar ul::after {
  left: -9px;
}
.top_bar ul {
  width: 100%;
}
.menu li a {
  padding: 7px 5px;
  font-size: 13px;
}
.top_bar ul li a {
  font-size: 13px;
}
.cap_txt {
  padding: 0 0rem;
}
.circle_1::after {
  width: 100%;
}
.orange_box {
	padding-bottom: 10rem;
}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
.top_bar ul {
  width: 95%;
}
.mnu_lgo {
	left: 29px;
  }
.cap_container h2 {
	font-size: 44px;
}
.cap_container h2 span {
	font-size: 36px;
}
.menu li a {
  padding: 7px 9px;
  font-size: 13px;
}
#testimonial_slider .owl-carousel .owl-nav .owl-prev {
  left: -33px;
}
#testimonial_slider .owl-carousel .owl-nav .owl-next {
  right: -33px;
}
.cap_container {
 max-width: 830px;
}
.cap_txt_cont h3 {
	font-size: 39px;
}
.cap_txt_cont {
	width: 65%;
  }
}
@media screen and (min-width: 1200px) {
.cap_container {
max-width: 1140px;
}
}


@media screen and (min-width: 1400px) {
.cap_container {
max-width: 1320px;
}
}