@import url(https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=devanagari,latin-ext);
.container{
	max-width: 1440px;
} 
@media screen and (max-width: 1600px){
	.container {
		max-width: 1350px;
	} 
}
@media screen and (max-width: 1400px){
	.container{
		max-width: 1240px;
	}
}
@media screen and (max-width: 1300px){
	.container{
		max-width: 1150px;
	}
}
@media screen and (max-width: 1199px){
	.container{
		max-width: 960px;
	}
}
a {
	color: #000;
}
body {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #212112;
	background-color: #fff;
	overflow-x: hidden;
	transition: all 200ms linear;

}

html{
	scroll-behavior: smooth;
}


p {
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	color: #5E6770;
	margin-bottom:10px;
	text-align: justify;
	margin-top: 0;

}


.navigation-wrap {
	position: relative;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;overflow-x: clip;
}

.navbar {
	padding: 0
}

.navbar-brand img {
	height: 200px;
	width: auto;
	display: block;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out
}

.navbar-toggler {
	float: right;
	border: none;
	padding-right: 0
}

.navbar-toggler:active,
.navbar-toggler:focus {
	outline: none
}

.navbar-light .navbar-toggler-icon {
	width: 24px;
	height: 17px;
	background-image: none;
	position: relative;
	border-bottom: 1px solid #000;
	transition: all 300ms linear
}

.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {
	width: 24px;
	position: absolute;
	height: 1px;
	background-color: #000;
	top: 0;
	left: 0;
	content: '';
	z-index: 2;
	transition: all 300ms linear
}

.navbar-light .navbar-toggler-icon:after {
	top: 8px
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
	transform: rotate(45deg)
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
	transform: translateY(8px) rotate(-45deg)
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: #fff0
}

.nav-link {
	color: #000 !important;
	font-weight: 500;
	transition: all 200ms linear;
	font-size: 18px
}

.nav-item:hover .nav-link {
	color: #2a7f3d !important
}

.nav-link {
	position: relative;
	padding: 5px 0 !important;
	display: inline-block
}

.icon-box h4 a {
	font-family: "Cormorant", serif;
	color: #000;
	margin-top: 0;
	line-height: 1.3;
	margin-bottom: 0;
	font-weight: 700
}

.nav-item:after {
	position: absolute;
	bottom: -5px;
	left: 25%;
	width: 50%;
	height: 2px;
	content: '';
	background: #2a7f3d;
	opacity: 0;
	transition: all 200ms linear
}

.nav-item:hover:after {
	bottom: 0;
	opacity: 1
}

.nav-item.active:hover:after {
	opacity: 0
}

.nav-item {
	position: relative;
	transition: all 200ms linear
}

.bg-light {
	background-color: #fff !important;
	transition: all 200ms linear
}

.section {
	position: relative;
	width: 100%;
	display: block
}

.full-height {
	height: 100vh
}

.over-hide {
	overflow: hidden
}

.absolute-center {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	margin-top: 40px;
	transform: translateY(-50%);
	z-index: 20
}


.nav-item .dropdown-menu {
	transform: translate3d(0, 10px, 0);
	visibility: hidden;
	opacity: 0;
	max-height: 0;
	display: block;
	padding: 0;
	margin: 0;
	transition: all 200ms linear
}

.nav-item.show .dropdown-menu {
	opacity: 1;
	visibility: visible;
	max-height: 999px;
	transform: translate3d(0, 0, 0);
	width: 300px;
}

.dropdown-menu {
	top: 100%;
	font-size: 13px;
	letter-spacing: 1px;
	background-color: #fcfaff;
	border:
	none;
	border-radius:
	3px;
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, .15);
}

.dropdown-toggle::after {
	display: none
}

.dropdown-item {
	padding:
	8px 30px;
	border-bottom:
	1px solid #ccc;
	font-size: 16px;
	white-space: wrap;
}

.dropdown-item:hover,
.dropdown-item:focus {
	color: #fff;
	background-color: #2a7f3d
}

@media (max-width:767px) {
	
	.nav-item:after {
		display: none
	}

	.nav-item::before {
		position: absolute;
		display: block;
		top: 15px;
		left: 0;
		width: 11px;
		height: 1px;
		content: "";
		border: none;
		background-color: #000;
		vertical-align: 0
	}

	.dropdown-toggle::after {
		position: absolute;
		display: block;
		top: 10px;
		left: -23px;
		width: 1px;
		height: 11px;
		content: "";
		border: none;
		background-color: #000;
		vertical-align: 0;
		transition: all 200ms linear
	}

	.dropdown-toggle[aria-expanded="true"]::after {
		transform: rotate(90deg);
		opacity: 0
	}

	.dropdown-menu {
		padding: 0 !important;
		background-color: #fff0;
		box-shadow: none;
		transition: all 200ms linear
	}

	.dropdown-toggle[aria-expanded="true"]+.dropdown-menu {
		margin-top: 10px !important;
		margin-bottom: 20px !important
	}

}

.topbar {
	background: #2a7f3d;
  padding: 8px 10px;
  position: relative;
  z-index: 3;
  width: 70%;
  margin: auto;
    margin-top: auto;
  margin-top: 10px;
  border-radius: 21px;
}
.topbar p{
	color: #fff;
	text-align: center;
	margin-bottom: 0;
	font-size: 22px;
	font-weight:700;
}
.topbar p span{
    font-size:15px;
}
.topbar ul li {
	display: inline-block;
	color: #fff;
	color: #fff;
	margin-right: 20px
}

.topbar ul li a {
	font-size: 14px;
	padding-left: 5px;
	transition: 0.5s ease;
	color: #fff;
	
}
.topbar ul li i{
	color: #fff;
}
.topbar ul li a:hover{
	color: #fff;
	transition: 0.5s ease;
}
ul {
	padding: 0;
	margin: 0
}

.social {
	float: right
}

.carousel-control-next {
	right: 20px;
	width: 40px;
	height: 40px;
	top: 46%;
	background: #10458d;
	border-radius: 30px
}

.carousel-control-prev {
	left: 20px;
	width: 40px;
	height: 40px;
	top: 46%;
	background: #10458d;
	border-radius: 30px
}

.carousel-control-prev-icon {
	margin-right: 3px
}

.navbar-light .navbar-brand {
	padding: 10px 40px;
	margin-top: -80px;
	
}

.topbar ul {
	padding-left: 30px;
}

.pbl-0 {
	padding: 0
}




a {
	text-decoration: none !important
}

.start-header.scroll-on .navbar-light .navbar-brand {
	padding: 10px 40px;
	background: #fff;
	margin-top: 0
}
@media screen and (max-width:1450px){
	.ml-md-4, .mx-md-4 {
		margin-left: 1rem !important;
	}
}


/*Menu End*/


/*Slider Start*/

.hero-slider {
	width: 100%;
	height: 700px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	z-index: 0;
}

@media (max-width: 991px) {
	.hero-slider {
		height: 600px;
	}

	.start-header.scroll-on .navbar-brand img {
		height: 46px;
	}
}

@media (max-width: 767px) {
	.hero-slider {
		height: 500px;
	}
}

.hero-slider .swiper-slide {
	overflow: hidden;
	color: #fff;
}

.hero-slider .swiper-container {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.hero-slider .slide-inner {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background-size: cover;
	background-position: top;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: left;
	background-position: center;
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
	background: transparent;
	width: 55px;
	height: 55px;
	line-height: 53px;
	margin-top: -30px;
	text-align: center;
	border: 2px solid #d4d3d3;
	border-radius: 55px;
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease;
}

.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
	transform: translateX(0);
	opacity: 1;
	visibility: visible;
}

@media (max-width: 767px) {

	.hero-slider .swiper-button-prev,
	.hero-slider .swiper-button-next {
		display: none;
	}
}

.hero-slider .swiper-button-prev {
	left: 25px;
	transform: translateX(50px);
}

.hero-slider .swiper-button-prev:before {
	font-family: "Font Awesome 5 Free";
	content: "\f060";
	font-size: 15px;
	color: #d4d3d3;
	font-style: normal;
	display: inline-block vertical-align: middle;
	font-weight: 900;
}

.hero-slider .swiper-button-next {
	right: 25px;
	transform: translateX(-50px);
}

.hero-slider .swiper-button-next:before {
	font-family: "Font Awesome 5 Free";
	content: "\f061";
	font-size: 15px;
	color: #d4d3d3;
	font-style: normal;
	display: inline-block vertical-align: middle;
	font-weight: 900;
}

.hero-slider .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	text-align: left;
	line-height: 12px;
	font-size: 12px;
	color: #000;
	opacity: 0.3;
	background: #fff;
	transition: all .2s ease;
}

.hero-slider .swiper-pagination-bullet-active {
	opacity: 1;
}

.hero-slider .swiper-container-horizontal>.swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
	bottom: 30px;
}

@media screen and (min-width: 992px) {

	.hero-slider .swiper-container-horizontal>.swiper-pagination-bullets,
	.hero-slider .swiper-pagination-custom,
	.hero-slider .swiper-pagination-fraction {
		/*     display: none; */
	}
}

.swiper-pagination {
	text-align: left;
}

.hero-slider .swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 20px;
	max-width: 1200px;
	padding: 0 15px;
	margin: 0 auto;
	left: 50%;
	text-align: center;
	transform: translateX(-50%);
}
}

@media (min-width: 767px) {
	.hero-slider .swiper-container-horizontal>.swiper-pagination-bullets {
		bottom: 30px;

	}
}
/*Button*/

.btn-default{
	position: relative;
	display: inline-flex;
	line-height: 1.2em;
	background: #050505;
	text-transform: capitalize;
	border-radius: 100px;
	padding: 2px 25px 2px 2px;
	border: none;
	overflow: hidden;
	transition: all 0.5s ease-in-out;
}
.headerbtn:hover {
	color: #000;
	background:
	#fff;
	transition:
	0.5s ease;
}
.headerbtn {
	background:
	#000;
	padding:
	4px 20px;
	color: #fff;
	border-radius:
	7px;
	margin-top: 0px;
	border:
	1px solid #000;
	margin-left: 20px;
	transition:
	0.5s ease;
}

.btn-default:hover{
	background-color: transparent;
}



.btn-default:hover:before{
	filter: brightness(0) invert(1);
	transform: translate(-10px, -50%);
}

.btn-default::after{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 0;
	height: 100%;
	border-radius: 100px;
	background: #000;
	transition: all 0.4s ease-in-out;
	z-index: 0;
}

.btn-default:hover::after{
	width: 100%;
}

.btn-default span{
	position: relative;
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.2em;
	background-color: #000;
	color: #fff;
	border-radius: 100px;
	padding: 15px 20px;
	overflow: hidden;
	z-index: 1;
	transition: all 0.5s ease-in-out;
	z-index: 1;
}

.btn-default:hover span{
	background-color: transparent;
	color: #fff;
}

.btn-default span::after{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 0;
	height: 100%;
	border-radius: 100px;
	background: #39b5ff;
	transition: all 0.4s ease-in-out;
	z-index: -1;
}

.btn-default:hover span::after{
	width: 100%;
}


/*Button*/
/*--------------------------------------------------------------
  #hero-style
--------------------------------------------------------------*/
.hero-style {
	height:600px;
	transition: all .4s ease;
	margin-top: 0px;
}

.hero-slider .slide-inner::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background:linear-gradient(to bottom, #000000ba, #000000ba);
}

@media (max-width: 991px) {
	.hero-style {
		height: 600px;
	}
}

.slidercaptiontag {}

@media (max-width: 767px) {
	.hero-style {
		height: 500px;
	}
}

@media screen and (min-width: 992px) {
	.hero-style .container {
		padding-top: 0px;
	}
}

.slidercontents__title{
	font-family: "Oswald", serif;
	font-size: 66px;
	margin-bottom: 0;
	margin-bottom: 20px;
}
.slidercontents__title span{
	font-style: italic;
  font-weight: 900;
  color: #2a7f3d;
}
.slidercontents__sub-title{
	font-size: 18px;
	margin-bottom: 20px;
	font-family: "Sora", serif;
	font-weight: normal;
	line-height: 1.85;
}
.slidercontents__content{
	width: 60%;
}

@media screen and (max-width:1600px){
	.slidercontents__title{
		font-size: 50px;
	}
	.slidercontents__content{
		width: 70%;
	}
	.slidercontents__sub-title {
		font-size: 16px;
	}
	.btn-default span{
		font-size: 16px;
	}

}
@media screen and (max-width:1500px){
	.slidercontents__title{
		font-size: 45px;
	}
	.slidercontents__content{
		width: 45%;
	}
	.slidercontents__sub-title {
		font-size: 15px;
	}
	.btn-default span{
		font-size: 15px;
	}

}
@media screen and (max-width:1199px){
	.slidercontents__title{
		font-size: 40px;
	}
	.slidercontents__content{
		width: 50%;
	}
	.slidercontents__sub-title {
		font-size: 14px;
	}
	.btn-default span{
		font-size: 14px;
	}

}

@media screen and (max-width:991px){
	.slidercontents__title{
		font-size:35px;
	}
	.slidercontents__content{
		width: 70%;
	}
	.slidercontents__sub-title {
		font-size: 14px;
	}
	.btn-default span{
		font-size: 14px !important;
	}
}
@media screen and (max-width:767px){
	.slidercontents__title{
		font-size:30px;
	}
	.slidercontents__content{
		width: 100%;
	}
	.slidercontents__sub-title {
		font-size: 14px;
	}
	.btn-default span{
		font-size: 14px !important;
	}
}


/*Slider End*/



/*Footer Start*/

.site-footer {
	position: relative;
	display: block;
	background-color: #000;
	margin-top: -88px;
	z-index: 1;
}

.site-footer-two {
	margin-top: 0;
}

.site-footer__shape-1 {
	position: absolute;
	top: 0;
	left: 0;
	animation: topBottom 3s ease-in-out infinite;
	z-index: -1;
}

.site-footer__shape-1 img {
	width: auto;
	opacity: .40;
}

.site-footer__shape-2 {
	position: absolute;
	top: 113px;
	right: 0;
	animation: leftRight 4s ease-in-out infinite;
	z-index: -1;
}

.site-footer__shape-2 img {
	width: auto;
	opacity: 0.08;
}

.site-footer__top {
	position: relative;
	display: block;
	padding: 70px 0 95px;
}

.site-footer__top-inner {
	position: relative;
	display: block;
}

.footer-widget__about {
	position: relative;
	display: block;
	margin-top: 8px;
}

.footer-widget__logo {
	position: relative;
	display: block;
}

.footer-widget__about-text {
	color: rgba(255,255,255, .80);
	margin-top: 29px;
	margin-bottom: 32px;
}

.site-footer__social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.site-footer__social a {
	position: relative;
	height: 36px;
	width: 36px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	border: 1px solid rgba(255,255,255, .20);
	font-size: 16px;
	overflow: hidden;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 1;
	border-radius: 2px;
}

.site-footer__social a:hover {
	color: #fff;
	background-color: #000;
	border: 1px solid #000;
}

.site-footer__social a:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	background-color: #000;
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
	-webkit-transition-property: all;
	transition-property: all;
	opacity: 1;
	-webkit-transform-origin: top;
	transform-origin: top;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	z-index: -1;
}

.site-footer__social a:hover:after {
	opacity: 1;
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

.site-footer__social a+a {
	margin-left: 15px;
}

.footer-widget__quick-link {
	position: relative;
	display: block;
	margin-left: 68px;
}

.footer-widget__title-box {
	position: relative;
	display: block;
	margin-bottom: 26px;
}

.footer-widget__title {
	font-size: 24px;
	font-weight: 700;
	line-height: 34px;
	color: #fff;
}

.footer-widget__quick-link-list {
	position: relative;
	display: block;
}

.footer-widget__quick-link-list li {
	position: relative;
	display: block;
}

.footer-widget__quick-link-list li+li {
	margin-top: 16px;
}

.footer-widget__quick-link-list li>a {
	position: relative;
	display: flex;
	align-items: center;
	color: rgba(255,255,255, .80);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.footer-widget__quick-link-list li>a:hover {
	color: #000;
}

.footer-widget__quick-link-list li>a>span {
	font-size: 12px;
	margin-right: 12px;
}

.footer-widget__services {
	position: relative;
	display: block;
	margin-left: -7px;
}

.footer-widget__contact {
	position: relative;
	display: block;
	margin-left: -31px;
}

.footer-widget__contact-list {
	position: relative;
	display: block;
}

.footer-widget__contact-list li {
	position: relative;
	display: flex;
	align-items: flex-start;
}

.footer-widget__contact-list li+li {
	margin-top: 8px;
}

.footer-widget__contact-list li .icon {
	position: relative;
	display: inline-block;
	top: 9px;
}

.footer-widget__contact-list li .icon span {
	position: relative;
	display: inline-block;
	font-size: 24px;
	color: #fff;
}

.footer-widget__contact-list li .content {
	position: relative;
	display: block;
	margin-left: 20px;
}

.footer-widget__contact-list li .content>span {
	position: relative;
	display: block;
	font-weight: 700;

	color: #fff;
	margin-bottom: 3px;
}

.footer-widget__contact-list li .content p {
	color: rgba(255,255,255, .80);
	margin-bottom: 10px;
	text-align: left;
	line-height: 1.5;
}

.footer-widget__contact-list li .content p a {
	color: rgba(255,255,255, .80);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.footer-widget__contact-list li .content p a:hover {
	color: #000;
}

.site-footer__bottom {
	position: relative;
	display: block;
	background-color: #000;
}

.site-footer__bottom-inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 22px 0 22px;
}

.site-footer__bottom-text {
	color: #fff;
	width: 100%;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 0;
	font-size: 14px;
}

.site-footer__bottom-menu {
	position: relative;
	display: flex;
	align-items: center;
}

.site-footer__bottom-menu li {
	position: relative;
	display: block;
}

.site-footer__bottom-menu li+li {
	margin-left: 30px;
}

.site-footer__bottom-menu li a {
	position: relative;
	display: flex;
	align-items: center;
	color: #fff;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.site-footer__bottom-menu li a:hover {
	color: #000;
}


.float-bob-y {
	-webkit-animation-name: float-bob-y;
	animation-name: float-bob-y;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}
@keyframes topBottom {
	0% {
		transform: translateY(0px);
	}

	50% {
		transform: translateY(10px);
	}

	100% {
		transform: translateY(0px);
	}
}


@media screen and (max-width:1199px){
	.mbn3{
		margin-top: 30px;
	}
	.footer-widget__quick-link, .footer-widget__contact{
		margin-left: 0;
	}
}


@media screen and (max-width:767px){
	.site-footer__top{
		padding: 30px 0 55px;
	}
	.footer-widget__title-box{
		margin-bottom: 10px;
	}
	.footer-widget__quick-link-list li + li {
		margin-top: 10px;
	}
	.footer-widget__quick-link-list{
		margin-bottom: 20px;
	}
	.mbn3 {
		margin-top: 0;
	}
	.footer-widget__contact-list li .content{
		margin-left: 10px;
	}
	.mmnn-00{
		margin-bottom: 10px;
	}
}

/*Footer End*/

/* scroll to top */
.scroll-to-top {
	width: 68px;
	height: 68px;
	border-radius: 50%;
	border: 5px solid #fff;
	background: #000;
	position: absolute;
	top: -34px;
	left: 50%;
	transform: translateX(-50%);
	line-height: 58px;
	text-align: center;
	z-index: 99;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.scroll-to-top i {
	color: #fff;
	font-size: 16px;
	line-height: 58px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.scroll-to-top:hover {
	background-color: #fff;
	border: 5px solid #000;
}

.scroll-to-top:hover i {
	color: #000;
}

#dnn{
	display: none;
}
@media screen and (max-width: 1199px){
	.topbar p{
		font-size: 14px;
	}
	.topbar{
		width: 54%;
	}
}



@media screen and (max-width:767px){
	  .topbar {
    width: 100%;
    padding: 5px 10px;
    margin-bottom: 5px;
  }	.topbar p{
		font-size: 17px;
	}
	.topbar p span{
		font-size: 13px;
	}
	.navbar-light .navbar-brand{
		margin-top: 0;
		border-right: none;
		box-shadow: none;
	}
	.navbar-brand img {
		height: 60px;
	}#dnn{
		display: block;
	}
	#dss{
		display: none;
	}
}

.copyright br{
	display: none;
}

.copyright {
	background: #2a7f3d;
	padding: 10px 0;
	color: #fff;
	text-align: center;
}.copyright p {
	margin-bottom: 0;
}
.copyright p a{
	color: #fff !important;
}

.st-footer-area.style2 {
	padding-top: 75px;
	padding-bottom: 65px;
	background: #000;
}
.st-footer-area.style2 .st__footer__title h2 {
	font-size: 22px;
}
.st__footer__logo img{
	height: 70px;
}

.st-footer-area.style2 .st__footer__link a {
	margin-bottom: 10px;
	line-height: 2;
}
.st-footer-area.style2 .st__footer__link a:hover{
	text-decoration: underline;
}
.st__footer__grid ul li {
	display: inline;
}
.st__footer__grid ul li img {
	margin: 5px;
}
/* Footer CopyRIght Area */
.st-footer-copyright-area {
	padding: 32px;
	position: relative;
	overflow: hidden;
}
.footer__scroll {
	position: absolute;
	top: 0px;
	right: 0;
	left: 0;
	display: flex;
	justify-content: center;
}
.st__footer__copyright__link ul li {
	display: inline;
}
.right__all__content {
	margin-left: 41px;
}
.st__footer__copyright__link ul li {
	display: inline;
	margin-left: 27px;
	color: #cacaca;
}
.st__footer__copyright__link ul li a{
	display: inline-block;
	color: #cacaca;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
}
.st__footer__copyright__link ul li a:hover{
	color: #000;
}
.st-footer-copyright-area .st__footer__copyright span {
	margin-top: 0;
}.st-footer-area {
	overflow: hidden;
}
.ft_borer {
	border-bottom: 1px dashed #000;
	padding-bottom: 121px;
}
.st__footer__text p {
	color: #fff;
	width: 80%;
	margin: 24px 0 0;
}
.st__social__icon h2 {
	opacity: 1;
	font-size: 22px;
	color: #fff;
	font-weight: 500;
	margin: 25px 0 0 18px;
	position: relative;
}
.st__social__icon h2::before {
	position: absolute;
	content: "";
	top: -3px;
	left: -18px;
	width: 3px;
	height: 30px;
	background: #000;
}
.st__social__icon a {
	display: inline-block;
	color: #fff;
	width: 38px;
	height: 38px;
	line-height: 38px;
	border: 1px dashed rgba(255,255,255,.2);
	text-align: center;
	margin-top: 22px;
	margin-right: 10px;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
}
.st__social__icon a:hover{
	background: #000;
	border: 1px dashed #000;
}
.st__footer__title h2 {
	font-size: 24px;
	color: #fff;
	font-weight: 500;
	position: relative;
	margin-bottom: 23px;
}
.st__footer__title h2::before {
	position: absolute;
	content: "";
	bottom: -12px;
	left: 0;
	background: #2a7f3d;
	width: 100px;
	height: 1px;
}
.st__footer__link a {
	display: block;
	color: #fff;
	margin-bottom: 17px;
	font-size: 16px;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
}
.st__footer__link a:hover{
	color: #2a7f3d;
}
.st__footer__link a i {
	color: #fff;
	margin-right: 7px;
}
.st__footer__title p {
	color: #fff;
	opacity: 0.8;
}
.st__footer__subscribe__form input {
	font-size: 16px;
	color: #939393;
	font-weight: 400;
	border: none;
	padding: 18px 17px;
	width: 89%;
}
.st__footer__subscribe__form input::placeholder{
	font-size: 16px;
	color: #939393;
	font-weight: 400;
}
.st__footer__subscribe__form button {
	border: none;
	background: #000;
	color: #fff;
	padding: 12px 19px;
	position: absolute;
	top: 6px;
	right: 42px;
}
.st__footer__copyright span {
	color: #fff;
	font-size: 18px;
	margin-top: 32px;
	display: inline-block;
}
.st__footer__copyright span a{
	display: inline-block;
	color: #000;
	text-decoration: underline;
}
.footer__scroll a {
	display: inline-block;
	background: #e5ffeb;
	border-radius: 50%;
	width: 55px;
	height: 55px;
	line-height: 60px;
	text-align: center;
	color: #fff;
	font-size: 25px;
}
.copyright p{
	color: #fff !important;
	text-align: center;
}
@media screen and (max-width:767px){
	.copyright br{
		display: block;
	}
}








.thm-btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  outline: none !important;
  background-color: #2a7f3d;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 20px;
  padding-right: 8px;
  border-radius: 32px;
  transition: all 0.5s linear;
  overflow: hidden;
  z-index: 1;
  margin-top: 44px;
}

.thm-btn i {
  position: relative;
  display: inline-block;
  height: 30px;
  width: 30px;
  background-color: #0769b3;
  border-radius: 50%;
  color: #fff;
  font-size: 15px;
  text-align: center;
  line-height: 30px;
  margin-left: 10px;
  transition: all 0.5s linear;
}

.thm-btn:hover i {
  background-color: #fff;
  color: #2a7f3d;
}

.thm-btn::before {
  position: absolute;
  content: '';
  background-color: #000;
  width: 100%;
  height: 0%;
  left: 50%;
  top: 50%;
  border-radius: 0px;
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: -1;
  transition: all 500ms ease;
}

.thm-btn:hover {
  color: #fff;
}

.thm-btn:hover:before {
  height: 380%;
}



/*Start Slick Slider*/


.vs-hero-wrapper-four {
  background-size: cover;
  /* Large devices */
  /* Medium devices */
  /* Extra small devices */
}
@media (max-width: 1199px) {
  .vs-hero-wrapper-four {
    padding: 160px 0 172px;
  }
}
@media (max-width: 991px) {
  .vs-hero-wrapper-four {
    margin-top: 90px;
    padding: 100px 0;
  }
}
@media (max-width: 575px) {
  .vs-hero-wrapper-four {
    padding: 80px 0;
  }
}

.hero-content4 {
  padding: 260px 0 272px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .hero-content4 {
    padding: 0;
  }
}
.hero-content4 .hero-title {
  font-size: 64px;
  color: #fff;
  line-height: 74px;
  margin-bottom: 45px;
  /* Medium Large devices */
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 1399px) {
  .hero-content4 .hero-title {
    font-size: 59px;
  }
}
@media (max-width: 767px) {
  .hero-content4 .hero-title {
    font-size: 48px;
    line-height: 59px;
  }
}
@media (max-width: 575px) {
  .hero-content4 .hero-title {
    font-size: 32px;
    line-height: 40px;
  }
}
.hero-content4 .hero-title span {
  position: relative;
  color: #2a7f3d;
}
.hero-content4 .hero-title span::before {
  content: "";
  position: absolute;
  bottom: -23px;
  left: 0;
  width: 213px;
  height: 18.303px;
  background-image: url(../img/project/divider.png);
}
.hero-content4 p {
  font-size: 20px;
  color: #fff;
  line-height: 30px;
  margin-bottom: 38px;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .hero-content4 p br {
    display: none;
  }
}
.hero-content4 .vs-btn {
  padding: 21.5px 30px;
  margin-right: 26px;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .hero-content4 .vs-btn {
    width: 100%;
    margin-bottom: 25px;
  }
}
.hero-content4 .play-btn-two i {
  border: 1px solid #2a7f3d;
  background: #fff;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #2a7f3d;
  display: inline-block;
  border-radius: 50px;
  margin-right: 2px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hero-content4 .play-btn-two:hover i {
  background-color: #2a7f3d;
  color: #fff;
}
.hero-content4 .play-btn-two small {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  
  text-transform: capitalize;
}

.banner-slide-v4 {
  /* Large devices */
}
.banner-slide-v4 .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1199px) {
  .banner-slide-v4 .hero-img {
    display: none;
  }
}
.background-image, [data-bg-src] {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

/*End Slick Slider*/

.contactus{
	display: none;
}

@media screen and (max-width:1199px){
.nav-link{
	font-size: 16px;
}
.thm-btn{
	font-size: 14px;
}
.dropdown-item{
	font-size: 14px;
}
.dropdown-item {
  padding: 6px 18px;
  }

}

@media screen and (max-width:991px){


	.navbar-brand img {
		height: 100px;
	}
	.navbar-light .navbar-brand {
		padding: 15px 10px;
	}
	.topbar ul li a {
		font-size: 12px;
	}
	.social {
		padding-right: 0;
	}
	.topbar ul li {
		margin-right: 10px;
	}
	.navbar {
		padding-right: 18px;
	}
	.headerbtn{
		display: none;
	}#dnn {
		display: block !important;
	}
	.thm-btn{
		margin-top: 12px;
	}
	  .ml-md-4, .mx-md-4 {
    margin-left: .5rem !important;
  }
}


@media screen and (max-width:767px){
.main-menu__btn{
	display: none;
}
	.contactus{
		display: block;
	}
	.social{
		display: block !important;
	}
	.navbar-brand img {
		height: 120px;
	}
	.navbar-light .navbar-brand {
		padding: 7px 25px;
	}
	.navbar-nav {
		overflow: hidden;
		padding-left: 30px !important;
	} .nav-link {
		font-size: 15px;
	}
	.dropdown-item {
		padding:
		8px 0px;
	}
	.dropdown-item:hover, .dropdown-item:focus {
		color: #000;
		background-color: #fff;
	}
	.dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
		margin-top: -6px !important;
		margin-bottom: 10px !important;
	}

}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.shape-mockup-wrap {
  position: relative;
}

.overflow-hidden {
  overflow: hidden !important;
}

.jump-reverse-img,
.jump-reverse {
  --jump-y: -20px;
}

.jump-reverse-img,
.jump-img {
  --duration: 5s;
}

.jump-reverse-img,
.jump-img,
.jump-reverse,
.jump {
  animation: jumpping 4s infinite linear;
}

.shape-mockup {
  position: absolute;
  z-index: 1;
}

@keyframes slideinright {
  0% {
    opacity: 0;
    transform: translateX(70px)
  }

  100% {
    transform: translateX(0)
  }
}

@keyframes scaleinright {
  0% {
    opacity: 0;
    transform: scaleX(0)
  }

  100% {
    transform: scaleX(1)
  }
}

@keyframes fadein-custom {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px)
  }

  100% {
    opacity: 1;
    transform: translateY(0)
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg)
  }
}

@keyframes jumpping {

  0%,
  100% {
    transform: translate3d(0, 0, 0)
  }

  40% {
    transform: translate3d(0, 20px, 0)
  }
}

@keyframes moving-x {
  0% {
    transform: translate(0px, 0px)
  }

  50% {
    transform: translate(-60px, 0)
  }

  100% {
    transform: translate(0px, 0px)
  }
}

@keyframes moving {
  0% {
    transform: translate(0px, 0px)
  }

  20% {
    transform: translate(0px, -60px)
  }

  50% {
    transform: translate(-60px, -60px)
  }

  70% {
    transform: translate(-60px, 0px)
  }

  100% {
    transform: translate(0px, 0px)
  }
}
.spin {
  -webkit-animation: spin 15s linear infinite;
  animation: spin 15s linear infinite;
}@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px)
  }

  100% {
    opacity: 1;
    transform: translateY(0)
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg)
  }
}















/*About Us*/

.about-area {
  position: relative;
  z-index: 1;
  background: url('../images/choose.webp');
  background-size: cover;
}
.about-area .dots-shape-1 {
  position: absolute;
  left: 100px;
  top: 10%;
  z-index: -1;
  animation: bounceLeftToRight 4s infinite;
}
@media (max-width: 1700px) {
  .about-area .dots-shape-1 {
    display: none;
  }
}
.about-area .dots-shape-2 {
  position: absolute;
  left: 120px;
  bottom: 22%;
  z-index: -1;
  animation: bounceLeftToRight 6s infinite;
}
@media (max-width: 1700px) {
  .about-area .dots-shape-2 {
    display: none;
  }
}
@media (max-width: 991px) {
  .about-area .about-left-item {
    padding: 50px 0;
    margin-bottom: 80px;
  }
}
@media (max-width: 575px) {
  .about-area .about-left-item {
    margin-bottom: 40px;
  }
}
.about-area .about-left-item .about-left-wrap {
  width: 495px;
  height: 495px;
  border: 3px solid #03B162;
  border-radius: 50%;
  position: relative;
  left: 00px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1399px) {
  .about-area .about-left-item .about-left-wrap {
    width: 395px;
    height: 395px;
    left: 0px;
  }
}
@media (max-width: 991px) {
  .about-area .about-left-item .about-left-wrap {
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .about-area .about-left-item .about-left-wrap {
    width: 295px;
    height: 295px;
  }
}
.about-area .about-left-item .about-left-wrap .about-middle {
  width: 197.24px;
  height: 197.12px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.about-area .about-left-item .about-left-wrap .about-middle .about-middle-text h3 {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #fff;
  line-height: 30px;
}
.about-area .about-left-item .about-left-wrap .about-middle .about-middle-text small {
  color: #FFF;
  font-family: Rubik;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.about-area .about-left-item .about-left-wrap .bottom-shape {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}
.about-area .about-left-item .about-left-wrap .round-image-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  animation: zoom-in-zoom-out 8s ease infinite;
}
@media (max-width: 1399px) {
  .about-area .about-left-item .about-left-wrap .round-image-wrap .image-1 img,
  .about-area .about-left-item .about-left-wrap .round-image-wrap .image-2 img,
  .about-area .about-left-item .about-left-wrap .round-image-wrap .image-3 img,
  .about-area .about-left-item .about-left-wrap .round-image-wrap .image-4 img,
  .about-area .about-left-item .about-left-wrap .round-image-wrap .image-5 img,
  .about-area .about-left-item .about-left-wrap .round-image-wrap .image-6 img {
    max-width: 150px;
  }
}
@media (max-width: 575px) {
  .about-area .about-left-item .about-left-wrap .round-image-wrap .image-1 img,
  .about-area .about-left-item .about-left-wrap .round-image-wrap .image-2 img,
  .about-area .about-left-item .about-left-wrap .round-image-wrap .image-3 img,
  .about-area .about-left-item .about-left-wrap .round-image-wrap .image-4 img,
  .about-area .about-left-item .about-left-wrap .round-image-wrap .image-5 img,
  .about-area .about-left-item .about-left-wrap .round-image-wrap .image-6 img {
    max-width: 100px;
  }
}
.about-area .about-left-item .about-left-wrap .round-image-wrap .image-1 {
  position: absolute;
  left: 50%;
  top: -100px;
  transform: translateX(-50%);
}
@media (max-width: 1399px) {
  .about-area .about-left-item .about-left-wrap .round-image-wrap .image-1 {
    top: -70px;
  }
}
@media (max-width: 575px) {
  .about-area .about-left-item .about-left-wrap .round-image-wrap .image-1 {
    top: -50px;
  }
}
.about-area .about-left-item .about-left-wrap .round-image-wrap .image-1 img {
  border-radius: 50%;
}
.about-area .about-left-item .about-left-wrap .round-image-wrap .image-2 {
  position: absolute;
  right: -80px;
  top: 2%;
}
@media (max-width: 1399px) {
  .about-area .about-left-item .about-left-wrap .round-image-wrap .image-2 {
    right: -50px;
  }
}
@media (max-width: 575px) {
  .about-area .about-left-item .about-left-wrap .round-image-wrap .image-2 {
    right: -30px;
  }
}
.about-area .about-left-item .about-left-wrap .round-image-wrap .image-2 img {
  border-radius: 50%;
}
.about-area .about-left-item .about-left-wrap .round-image-wrap .image-3 {
  position: absolute;
  right: -70px;
  bottom: 8%;
}
@media (max-width: 1399px) {
  .about-area .about-left-item .about-left-wrap .round-image-wrap .image-3 {
    right: -40px;
  }
}
@media (max-width: 575px) {
  .about-area .about-left-item .about-left-wrap .round-image-wrap .image-3 {
    right: -20px;
  }
}
.about-area .about-left-item .about-left-wrap .round-image-wrap .image-3 img {
  border-radius: 50%;
}
.about-area .about-left-item .about-left-wrap .round-image-wrap .image-4 {
  position: absolute;
  left: 50%;
  bottom: -100px;
  transform: translateX(-50%);
}
@media (max-width: 1399px) {
  .about-area .about-left-item .about-left-wrap .round-image-wrap .image-4 {
    bottom: -70px;
  }
}
@media (max-width: 575px) {
  .about-area .about-left-item .about-left-wrap .round-image-wrap .image-4 {
    bottom: -50px;
  }
}
.about-area .about-left-item .about-left-wrap .round-image-wrap .image-4 img {
  border-radius: 50%;
}
.about-area .about-left-item .about-left-wrap .round-image-wrap .image-5 {
  position: absolute;
  left: -80px;
  top: 2%;
}
@media (max-width: 1399px) {
  .about-area .about-left-item .about-left-wrap .round-image-wrap .image-5 {
    left: -50px;
  }
}
@media (max-width: 575px) {
  .about-area .about-left-item .about-left-wrap .round-image-wrap .image-5 {
    left: -30px;
  }
}
.about-area .about-left-item .about-left-wrap .round-image-wrap .image-5 img {
  border-radius: 50%;
}
.about-area .about-left-item .about-left-wrap .round-image-wrap .image-6 {
  position: absolute;
  left: -70px;
  bottom: 8%;
}
@media (max-width: 1399px) {
  .about-area .about-left-item .about-left-wrap .round-image-wrap .image-6 {
    left: -40px;
  }
}
@media (max-width: 575px) {
  .about-area .about-left-item .about-left-wrap .round-image-wrap .image-6 {
    left: -20px;
  }
}
.about-area .about-left-item .about-left-wrap .round-image-wrap .image-6 img {
  border-radius: 50%;
}
.ab-title {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0px;
  display: block;
  color: #03B162;
  position: relative;
}
.ab-title::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  content: "";
  background: url(../images/fan.png);
}
.sect {
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}

.ptb-120 {
  padding: 120px 0px;
}
@media screen and (max-width: 1600px){
	.about-area .about-left-item .about-left-wrap{
		width: 465px;
  height: 465px;
  left: 50px;
	}
}

@media screen and (max-width: 1400px){
	.ptb-120 {
  padding: 60px 0px;
}

}

@media (max-width: 1199px) {
  .sect {
    font-size: 35px;
    line-height: 45px;
  }  .ptb-120 {
    padding: 120px 0px;
  }
  .about-right-item{
  	margin-top: 70px;
  }  .about-area .about-right-text p {
    margin-bottom: 20px !important;
  }
}


@media screen and (max-width: 991px){
	  .about-area .about-left-item .about-left-wrap {
    width: 465px;
    height: 465px;
    left: 0;
  }  .ptb-120 {
    padding: 70px 0px;
  }  .about-right-item {
    margin-top: 0;
  }
  .about-area .about-left-item{
  	margin-bottom: 45px;
  }
}



@media (max-width: 575px) {
  .sect {
    font-size: 30px;
    line-height: 35px;
  }
}
.about-area .about-right-text p {
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .about-area .about-right-text p {
    margin-bottom: 40px;
  }
}
.about-area .about-features-wrap {
  border-bottom: 1px solid #E3E3E3;
}
.about-area .about-features-wrap .about-features-img {
  padding-right: 20px;
  max-width: 200px;
}
@media (max-width: 575px) {
  .about-area .about-features-wrap .about-features-img {
    padding-right: 0;
    margin-bottom: 20px;
  }
}
.about-area .about-features-wrap .about-features-img img {
  width: 100%;
}
.about-area .about-features-wrap .progress-single {
  margin-bottom: 20px;
  position: relative;
}
.about-area .about-features-wrap .progress-single h5 {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 10px;
}
.about-area .about-features-wrap .progress-single .progress {
  background: #fff;
  height: 8px;
  position: relative;
  border: 1px solid #F1B51F;
}
.about-area .about-features-wrap .progress-single .progress .progress-bar {
  background-color: #F1B51F;
  height: 4px;
  position: relative;
  top: 1px;
  left: 2px;
  border-radius: 5px;
}
.about-area .about-features-wrap .progress-number {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #1B1A1A;
  margin-bottom: 5px;
}

.about-area .about-list ul {
  margin-top: -10px;
}
.about-area .about-list ul li {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 20px;
  margin-bottom: 20px;
  flex-basis: 50%;
  list-style: none;
  position: relative;color: #5E6770;font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #5E6770;
  margin-bottom: 10px;
  text-align: justify;
  margin-top: 0;
}
@media (max-width: 450px) {
  .about-area .about-list ul li {
    flex-basis: 100%;
  }
}
@keyframes fadeInSlow {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeInSlow {
  -webkit-animation: fadeInSlow 3s;
  animation: fadeInSlow 3s;
}


@-webkit-keyframes circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}



@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.03, 1.03);
  }

  100% {
    transform: scale(1, 1);
  }
}


@keyframes bounceLeftToRight {

  0%,
  100% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(10%);
  }
}

@keyframes animated-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes shadeLf {
  100% {
    left: 125%;
  }
}
.about-area .about-list ul li:before {
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  content: "";
  border-radius: 50%;
  background: #03B162;
}
.about-area .about-bottom {
  padding-top: 0px;
  display: flex;
  flex-wrap: wrap;
}
.about-area .about-bottom .about-bottom-btn {
  flex-basis: 50%;
}
.about-area .about-bottom .author-sign {
  flex-basis: 50%;
}

@media (max-width: 767px) {
  .about-area .about-features-wrap .progress-number {
    font-size: 18px;
  }  .about-area .about-left-item .about-left-wrap {
    width: 295px;
    height: 295px;
  }
  .about-area .about-left-item .about-left-wrap .about-middle {
  width: 130px;
  height: 130px;
}
  .ptb-120 {
    padding: 40px 0px;
  }
    .about-area .about-left-item {
    margin-bottom: 20px;
  }  .sect {
    font-size: 25px;
    line-height: 35px;
  }
  .st-footer-area.style2 {
  padding-top: 15px;
  padding-bottom: 33px;
  background: #000;
}.st-footer-area.style2 .st__footer__title h2 {
  font-size: 20px;
  margin-top: 20px;
}
}
/*About Us*/


/*Services*/

.services{
	padding: 60px 0 120px;
	background: #e8f1ea;
}

.service-section{
  position: relative;
}

.service-block-one .inner-box{
  position: relative;
  display: block;
  background: #fff;
  padding: 30px 30px 0px 30px;
  box-shadow: 0px 2px 70px rgba(0, 0, 0, 0.03);
  border-radius: 10px 10px 100px 100px;
}

.service-block-one .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px 10px 100px 100px;
}

.service-block-one .inner-box .image-box img{
  width: 100%;
  border-radius: 10px 10px 100px 100px;
  transition: all 500ms ease;
}

.service-block-one .inner-box:hover .image-box img{
  transform: scale(1.05);
}

.service-block-one .inner-box .lower-content{
  position: relative;
  display: block;
  padding: 10px 10px 40px 10px;
  text-align: center;
}

.service-block-one .inner-box .lower-content .icon-box{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -50px;
  width: 127px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 50px;
  color: #2a7f3d;
}

.service-block-one .inner-box .lower-content .icon-box .icon-bg{
  position: absolute;
  left: -36px;
  top: -3px;
  width: 202px;
  height: 173px;
  background-repeat: no-repeat;
  z-index: -1;
}

.service-block-one .inner-box .lower-content .icon-box .icon{
  position: relative;
  display: inline-block;
  transition: all 500ms ease;
}

.service-block-one .inner-box:hover .lower-content .icon-box .icon{
  transform: rotateY(-180deg);
}

.service-block-one .inner-box .lower-content h3{
  display: block;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 12px;
}

.service-block-one .inner-box .lower-content h3 a{
  display: inline-block;
  color: #2a7f3d;
}

.service-block-one .inner-box .lower-content h3 a:hover{
  color: #2a7f3d;
}

.service-block-one .inner-box .lower-content p{
  text-align: center;
}

.service-block-one .inner-box .lower-content .link{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -35px;
}

.service-block-one .inner-box .lower-content .link a{
  position: relative;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 74px;
  background: #fff;
  text-align: center;
  font-size: 20px;
  border-radius: 50%;
  color: #2a7f3d;
  box-shadow: 0px 0px 70px rgba(0, 0, 0, 0.15);
}

.service-block-one .inner-box .lower-content .link a:hover{
  color: #fff;
  background: #2a7f3d;
}

.service-section .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.post-slide{
	padding: 0px 20px 50px 20px;
}

@media screen and (max-width: 1600px){
	.service-block-one .inner-box .lower-content h3{
		font-size: 20px;
	}
	.service-block-one .inner-box{
		padding: 30px 17px 0px 18px;
	}
}
@media screen and (max-width: 1400px){
	.service-block-one .inner-box .lower-content h3{
		font-size: 20px;
	}
	.service-block-one .inner-box{
		padding: 30px 20px 0px 20px;
	}
}

@media screen and (max-width: 767px){
	.services {
  padding: 40px 0 30px;
}
}
/*Services*/





/* ===================
 Choose css 
====================== */


.marquee-icon {
    background-color: #2a7f3d;
    padding: 20px;
} 
.marquee-content {
    display: flex;
} 
.marquee-item {
    display: flex;
    align-items: center;
} 
.marquee-item h3 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    margin: 0;color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.8);
}
.marquee-content {
    animation: scroll-one 40s linear infinite;
} 
@keyframes scroll-one {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
} 
@keyframes scroll-two {
    0% { transform: translateX(0); } 
    100% {  transform: translateX(100%); }
}   
.marquee-content {
    display: flex;
} 
.marquee {
   display: flex;
  overflow: hidden;
  position: relative;
  z-index: 999;
  margin-top: -100px;
  padding-top: 28px;
  padding-bottom: 50px;
} 
.marquee-icon {
    display: flex;
}
.marquee-item {
    margin-left: 60px;
    width: max-content;
    gap: 30px;
}  
.marquee-text {
    text-align: center;
    padding-top: 60px;
}
.marquee-text p {
    font-size: 18px;
}
.marquee.two .marquee-icon {
    background-color: #0e0b06;
    transform: rotate(357deg);
} 
.marquee.two {
    margin-top: -130px;
    z-index: 1;
    padding-bottom: 120px;
    margin-left: -10px;
}
.marquee.two .marquee-content {
    animation: scroll-two 40s linear infinite;
} 
.marquee.two .marquee-content.two {
    margin-left: -100%;
}

.choose-area{
  position: relative;
  padding: 70px 0 ;
}

.choose-item{
  display: flex;
  gap: 20px;
  margin: 30px 0;
}

.choose-item-icon{
  position: relative;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #2a7f3d;
  text-align: center;
  border-radius: 50px;
}

.choose-item-icon::before{
  content: "";
  position: absolute;
  inset: -5px;
  border: 2px dashed #2a7f3d;
  border-radius: 50px;
}

.choose-item-icon img{
  width: 42px;
  filter: brightness(0) invert(1);
}

.choose-item-info{
  flex: 1;
}

.choose-item-info h4{
  color: ;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 700;
}

.choose-item-info p{
  color: #5E6770;
}

.choose-img{
  position: relative;
  text-align: right;
}

.choose-img .img-1{
  width: 70%;
  border-radius: 100px 0px 100px 100px;
}

.choose-img .img-2{
  position: absolute;
  left: 0;
  bottom: -135px;
  width: 80%;
  border-radius: 100px 100px 100px 0px;
  border: 15px solid #fff;
}

.choose-img .shape{
  position: absolute;
  left: 0;
  top: 70px;
  width: 150px;
  z-index: -1;
}

@media all and (max-width: 991px) {
  .choose-img .img-2{
    width: 70%;
    bottom: -50px;
  }
}@media screen and (max-width: 767px) {
  .marquee-item h3 {
    font-size: 20px;
  }
}

@media screen and (max-width: 1199px){
	.dn{
		display: none;
	}
}

@media screen and (max-width: 767px){
	.choose-area {
  position: relative;
  padding: 30px 0 40px;
}
}






.bannersection{
  padding-top: 40px;
  padding-bottom: 20px;
 position: relative;background: #2a7f3d;
  }.breadcrumb {
      list-style: none;
      display: block;
      position: relative;
      text-align: center;
      background: transparent;
      color: #fff;
      text-transform: uppercase;
      font-size: 15px;
      font-weight: 600;
      border-radius: 10px;

      width: fit-content;
      text-align: center;
      padding: 0;
      margin-left: auto;
      margin-right: auto;
  }

  .breadcrumb ul {
      margin: 0;
      padding: 0;
      line-height: 30px
  }

  .breadcrumb ul li {
      display: inline-block
  }

  .breadcrumb ul li:after {
      content: "»";
      font-weight: 700;
      color: #fff;
      font-size: 16px;
      padding: 0 5px 0 10px
  }

  .breadcrumb ul li:last-child:after {
      content: none
  }
  .bannersection h1{
    text-align: center;font-size: 30px;
    color: #fff;
    margin-bottom: 5px;
}
.breadcrumb ul li a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  text-transform: capitalize
}

@media screen and (max-width: 1199px){
    .bannersection h1 {
      font-size: 33px;
  }
  .breadcrumb ul li a {
      font-size: 16px;
  }
  .sectiontitle {
      font-size: 33px;
  }
}
@media screen and (max-width: 991px){
    .bannersection h1 {
      font-size: 27px;
  }
  .breadcrumb ul li a {
      font-size: 14px;
      }.sectiontitle {
          font-size: 30px;
      }
  }

  @media screen and (max-width: 767px){
    .bannersection {
      padding-top: 20px;
      padding-bottom: 19px;
      margin-top: 0;
  }
}


/*Vision and Missin*/
.features-section {
  position: relative;
  padding: 40px 0 40px;
  
}
.features-section .icon-dots-3 {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 1699px) {
  .features-section .icon-dots-3 {
    display: none;
}
}
.features-section .icon-dots-4 {
  position: absolute;
  top: 0;
  right: 0;
}
.features-section .icon-plane-6 {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 1399.98px) {
  .features-section .icon-plane-6 {
    display: none;
}
}
.features-section .icon-parachute {
  position: absolute;
  top: 110px;
  right: 151px;
}
@media (max-width: 1399.98px) {
  .features-section .icon-parachute {
    display: none;
}
}

.feature-block {
  margin-bottom: 30px;
}
.feature-block .inner-box {
  position: relative;
  margin-top: 40px;
  padding: 25px 20px 30px;
  background-color: #e8f1ea;
  z-index: 3;
}

@media screen and (max-width:1600px){
    .feature-block .inner-box {
  padding:
25px 35px 30px;
}
}
@media screen and (max-width:1500px){
    .feature-block .inner-box {
  padding:
25px 68px 30px;
}
}
@media (max-width: 1199.98px) {
  .feature-block .inner-box {
    padding: 25px 13px 30px 15px;
}
}
.feature-block .inner-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 100%;
  background-color: #2a7f3d;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.feature-block .inner-box:hover::before {
  left: 0;
  width: 100%;
}
.feature-block .inner-box:hover .icon {
  color: #2a7f3d;
  background-color: #e8f1ea;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.feature-block .inner-box:hover p, .feature-block .inner-box:hover .title {
  color: #fff;
}
.feature-block .inner-box:hover .read-more span {
  width: 90px;
}
.feature-block .inner-box .icon {

 
  left: 35px;
  width: 80px;
  height: 80px;
  font-size: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: #2a7f3d;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

@media screen and (max-width: 1300px){
    .feature-block .inner-box
    {
        padding: 65px 36px 30px;
    }
}

@media (max-width: 1199.98px) {
  .feature-block .inner-box .icon {
    left: 20px;
    }  .feature-block .inner-box {
        padding:
        65px 24px 30px;
    }
}
.feature-block .inner-box .title {
  position: relative;
  color: #2a7f3d;
  line-height: 30px;
  margin-bottom: 6px;
  font-size: 30px;
  margin-top: 20px;
}
.feature-block .inner-box .text {
  position: relative;
  color: #000;
  margin-bottom: 5px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.feature-block .inner-box .read-more {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
.feature-block .inner-box .read-more:hover {
  text-decoration: underline;
}
.feature-block .inner-box .read-more span {
  position: relative;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  width: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}


@media screen and (max-width: 767px){
    .features-section {
      position: relative;
      padding:35px 0 10px;
  }
  .feature-block .inner-box {
    padding:54px 30px 18px;
}
.feature-block .inner-box{
	margin-top: 4px;
}  .feature-block .inner-box {
    padding: 29px 20px 18px;
  }
  .feature-block .inner-box .icon{
  	width: 50px;
  height: 50px;
  font-size: 26px;
  }.feature-block .inner-box .title {
 
  font-size: 22px;
  margin-top: 14px;
} .bannersection {
    padding-top: 20px;
    padding-bottom: 3px;
    margin-top: 0;
  }
}
.bh{
	padding: 5px;
  border: 4px double #2a7f3d;
  border-radius: 10px;
}
.bn{
	margin-bottom: 25px;
}

blockquote{
	margin-top: 20px;
  padding: 20px;
  border-left: 6px solid #2a7f3d;  background-color: #e8f1ea;
  font-style: italic;
  font-weight: bold;
}


.box-cards{
                                    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
                                    padding: 30px 30px 15px;
                                    overflow: hidden;
                                    border-radius: 3px;
                                    -webkit-transition: all 0.4s ease-in-out 0s;
                                    -o-transition: all 0.4s ease-in-out 0s;
                                    transition: all 0.4s ease-in-out 0s;
                                }
                                .box-cards  ul {
                                  padding: 0;
                                  margin: 0;
                              }
                              .box-cards ul li {
                                  list-style: none;
                                  margin-bottom: 15px;
                              }
                              .box-cards ul li a {
                                  list-style: none;
                                  font-family: 'Poppins', sans-serif;
                                  font-size: 18px;
                                  line-height: 28px;
                                  font-weight: 400;
                                  color: #212112;
                              }
                              .box-cards ul li i {
                                  padding-right: 10px;
                                  color: #092e58 !important;
                              }
                              .contactpage{
                                padding: 70px 0;
                            }
                            .contactpage .form-control{
                                margin-bottom: 10px;
                            }
                            .contactpage .sec-title2{
                                font-size: 30px;
                                margin-bottom: 20px;
                            }
                            .contactpage .btn{
                                background: #092e58;
                                color: #fff;
                                border: 1px solid #092e58;
                                margin-top: 15px;
                                transition: 0.5s ease;
                                margin-bottom: 15px;
                            }
                            .contactpage .btn:hover{
                                background: #fff;
                                color: #092e58;
                                border: 1px solid #092e58;
                                margin-top: 15px;
                                transition: 0.5s ease;
                            }
                            .contactpage textarea{
                              height: 135px;
                          }
                          .contactpage iframe{
                            margin-bottom: 50px;
                        }



                        @media screen and (max-width:1199px){
                            .box-cards{
                                padding: 30px 20px 15px;
                            }
                            .contactpage .sec-title2 {
                              font-size: 25px;
                          }
                          .box-cards ul li a{
                            font-size: 15px;
                        }
                    }
.ddkk{
  display: none;
}
                    @media screen and (max-width:991px){
                       .box-cards ul li a {
                        font-size: 13px;
                    }
                }


/*--------------------------------------------------------------
# Google Map
--------------------------------------------------------------*/
.google-map {
  position: relative;
  display: block;
  padding-top: 60px;
}

.google-map-box {
  position: relative;
  display: block;
  background-color: #2a7f3d;
  border-radius: ;
}

.google-map__one {
  position: relative;
  display: block;
  border: none;
  height: 440px;
  width: 100%;
  border-radius: ;
  mix-blend-mode: luminosity;
}

.contact-details {
  position: relative;
  display: block;

  padding-bottom: 25px;
  border-bottom: 1px solid #ece9e0;
}

.contact-details__left {
  position: relative;
  display: block;
}

.contact-details__single {
  position: relative;
  display: flex;
  align-items: center;
}

.contact-details__single-last {
  margin-right: -9px;
}

.contact-details__icon {
  position: relative;
  display: inline-block;
}

.contact-details__icon span {
  font-size: 32px;
  color: #2a7f3d;
}

.contact-details__text {
  position: relative;
  display: block;
  margin-left: 12px;
  top: 1px;
}

.contact-details__text h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  
  margin-top: -10px;
}

.contact-details__text h3 a {
  color: ;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.contact-details__text h3 a:hover {
  color: #2a7f3d;
}

.contact-details__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 68px;
  position: relative;
  top: 9px;
}

.contact-details__social a {
  position: relative;
  height: 43px;
  width: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  background-color: #2a7f3d;
  font-size: 18px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.contact-details__social a:hover {
  color: #fff;
  background-color: #2a7f3d;
}

.contact-details__social a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: #0060af;
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-property: all;
  transition-property: all;
  opacity: 1;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: -1;
}

.contact-details__social a:hover:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.contact-details__social a+a {
  margin-left: 10px;
}
button{
	border: none;
}
.formaction{
  padding: 60px 0;
  margin-top: 60px;
  background: #e8f1ea;
}
.formaction .form-control{
  border: 1px solid #2a7f3d;
}
.formaction .form-control:focus {
  box-shadow: 0 0 0 .2rem rgb(210, 229, 214);
}
.formaction textarea{
  height: 100px;
}
.formaction .default-btn i{
  top: 10.5px;
}


@media screen and (max-width: 767px){
	.google-map{
		padding-top: 25px;
	}
	.contact-details__single{
		margin-bottom: 10px;
	}
	.contact-details__social{
		margin-left: 0;
	}.formaction {
  padding: 31px 0;
  margin-top: 38px;
}
}



/*Services*/

.sidebar .sidebar-widget h4 {
	margin: 0 0 15px;
	font-size: 20px;
	position: relative;
	line-height: 1;
	position: relative;
	padding-bottom: 20px;
	color: #000;
	padding: 20px 30px;
}
.list-style {
	margin: 0;
	padding: 0;
	list-style: none;
}
.category-box li {
	position: relative;border-bottom: 1px solid #ccc;padding: 10px 0;
}
.category-box li:first-child a {
	padding-top: 0;
}
.category-box li a {
	color: #666666;
	padding: 8px 10px 8px 15px;
	padding-top: 8px;
	display: block;
	transition: 0.4s;
	margin-left: 20px;
}
.category-box li:first-child a::before {
	top: 19px;
  left: 19px;
}
.category-box li:last-child{
	border: none !important;
}
.category-box li a::before {
	position: absolute;
	top: 27px;
	left: 19px;
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #2a7f3d;
}.sidebar .sidebar-widget {
  margin: 0 0 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 15px rgba(42, 127, 61, 0.32);
  padding: 0px;
  border-radius: 10px;
}
.sidebar .sidebar-widget h4::after {
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 1px;
	content: "";
	background: #2a7f3d;
	transition: 0.4s;
}
.ouservicesinternalpage{
	padding: 70px 0 50px;
}
.ouservicesinternalpage img{
	margin-bottom: 30px;
	border-radius: 20px;
}
.serviceinternalpage{
	padding-left: 15px;
}
.serviceinternalpage li{
	font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #5E6770;
  margin-bottom: 5px;
  list-style: disclosure-closed;

  margin-top: 0;
}
.serviceinternalpage li::marker {
  color: #2a7f3d;
}
.ouservicesinternalpage h4, .ouservicesinternalpage h5{
	color: #2a7f3d;
}
.ouservicesinternalpage h5{
	font-size: 25px;
	margin-bottom: 12px;
	border-bottom: 1px solid #2a7f3d;
  padding-bottom: 7px;
  width: fit-content;
}
hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
  }
.ouservicesinternalpage h6{
	color: #2a7f3d;
	font-size: 20px;	margin-bottom: 12px;
}
.serviceul li{
	list-style: disclosure-closed;
	margin-left: 15px;
}

.serviceul li::marker{
	color: #2a7f3d;
}      .box-cards{
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	padding: 30px 30px 15px;
	overflow: hidden;
	border-radius: 3px;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}
.category-box li a:hover{
	color: #2a7f3d;
	transition: 0.5s ease;
}
.category-box li a{
	transition: 0.5s ease;
}

.servpage .col-xl-4{
margin-bottom: 80px;
}
.servpage{
	padding: 60px 0 30px;
}

.faq .card {
  border-bottom: 2px solid #2a7f3d !important;
  margin-bottom: 20px;
  box-shadow: 0 3px 13px rgba(0, 0, 0, 0.13), 0 3px 2px rgba(0, 0, 0, 0.05);
  background: transparent !important;
}

.faq .accordion-title {
  position: relative;
  display: block;
  background: #fff;
  overflow: hidden;
  text-decoration: none;
 color: #000;
  font-size: 18px;
  font-weight: 400;
  width: 100%;
  text-align: left;
  transition: all 0.4s ease-in-out;
  padding: 12px 30px 10px;
  padding-right: 30px;
  padding-right: 50px;
  border-bottom: 1px solid #2a7f3d33 !important;
  transition: all 500ms ease;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  z-index: 2;font-family: 'Poppins', sans-serif;
  padding-left: 25px;
}

.faq .accordion-body {
  padding: 40px 55px;
  padding: 24px 30px 18px;
  border-top: none;
  margin-top: -2px;
  gap: 18px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.faq [aria-expanded="true"] i::before {
  content: "";
}
.faq .accordion-title i{
  float: right;
}

.faq{
  padding: 60px 0;
}

#accordion hr{
	margin: 1rem 0 !important;
}


@media screen and (max-width: 767px){
	.ouservicesinternalpage {
  padding: 37px 0 16px;
}
.sidebar{
	margin-top: 20px;
}.servpage {
  padding: 40px 0 10px;
}.servpage .col-xl-4 {
  margin-bottom: 66px;
}
.marquee{
	margin-top: -68px;
}
.shape-mockup{
    display:none;
} .marquee {
    margin-top: -27px;
  }
 .faq .accordion-title {
   font-size: 15px;
padding-right: 35px;
    padding-left: 13px;
  text-wrap: wrap;
}
}






.internshippage{
	padding: 60px 0;
}
.internshippage .card{
	padding: 30px;
  background: #f0f6f1;
  border: none;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.02), 0 15px 12px rgba(0,0,0,0.22);
  border: 1px solid #2a7f3d;
}
.internshippage hr{
	margin: 1rem 0;
}
.internshippage ul{
	margin-left: 15px;
}
.internshippage li{
	font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #5E6770;
  margin-bottom: 3px;
  text-align: left;
  margin-top: 0;
}
.internshippage li::marker{
	color: #2a7f3d;
}
.internshippage a{
	color: #2a7f3d;
}
.internshippage .mt-30{
	margin-top: 40px;
}


@media screen and (max-width: 767px){
	.internshippage {
  padding: 35px 0;
}
.internshippage h4{
	font-size: 20px;
}
.internshippage p{
	text-align: left;
}
.st__footer__link a{
	font-size: 14px;
}
.internshippage .card {
  padding: 20px;
  }
}