@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700&display=swap');
html {
	scroll-behavior: smooth;
}
body {
	font-family: 'Poppins', sans-serif;
	color: #1f262a;
}

.navbar-brand img {
	max-width: 205px;
	transition: 0.3s ease all !important;
}
a.nav-link.active {
	color: #0cb073 !important;
}
.navbar-light .navbar-nav .nav-link {
    color: #1f262a !important;
    text-transform: uppercase;
    font-weight: 500;
    padding: 10px 11px;
    font-size: 16px;
    background: white;
}
.navbar-light .navbar-nav .nav-link.nav-link-button {
	background: #0cb073;
	color: white !important;
	padding: 9px 15px;
	border-radius: 3px;
	margin: 0 !important;
	margin-left: 10px !important;
	transition: 0.3s ease all !important;
	border: 1px solid #0cb073;
}
.navbar-light .navbar-nav .nav-link.nav-link-button:hover {
	box-shadow: 0 5px 11px rgba(12, 176, 115, 0.29);
}

.hvr-radial-out:before {
	background: rgba(12, 176, 115, 0.14901960784313725);
	transition-duration: 0.6s;
}
.affix {
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.15);
}

.navbar-light .navbar-nav .nav-link:hover {
	color: #0cb073 !important;
}
.navbar-light .navbar-nav .nav-link.active {
	color: #0cb073 !important;
}
.affix .navbar-brand img {
    max-width: 135px;
}

.mc {
	color: #0cb073 !important;
}

.main_div {
	background-size: cover !important;
	background-position: bottom !important;
}
.layer_main {
    height: 80vh;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.72) 100%);
}
.main_content {
	color: white;
	max-width: 500px;
}
.main_content h2 {
	margin: 0;
	font-weight: 700;
	font-size: 45px;

}
.main_content hr {
	border-top: 5px solid #0cb073;
	max-width: 60px;
	margin: 12px 0;
}
.main_content p {

	font-weight: 500;
	font-size: 17px;
}

.owl-theme .owl-nav.disabled + .owl-dots {
	margin: 0;
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
}
#main_slider {
	position: relative;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #0cb073;
}

.section {

	padding: 60px 0;
}
.title {
	margin-bottom: 30px;
}
.title h2 {
    margin: 0;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
}
.title hr {

	border-top: 5px solid #0cb073;

	max-width: 60px;
}
.title p {
	margin: 0;
	text-align: center;
	font-size: 18px;
}
.s1_content img {
	max-width: 90px;
	display: block;
	margin: auto;
}
.s1_content h4 {
	text-align: center;
	margin-top: 17px;
	font-size: 21px;
	text-transform: uppercase;
	font-weight: 600;
}
.s1_content p {
	text-align: center;
	font-size: 15px;
	margin: 0;
}

.s1_content {
	padding: 20px;
	box-shadow: 0 0 17px #eaeaea;
	min-height: 280px;
	margin: 15px 0;
	border-radius: 5px;
	border:2px solid transparent;
	transition: 0.3s ease all !important;
}
.s1_content:hover {
	border:2px solid #0cb073;
	box-shadow: 0 0 17px #c7c7c7;
}
.s2_content {
	padding: 12vw 5vw;
	background: #f3fbf8;
	height: 100%;
	overflow: hidden;
}
.s2_content hr {
	border-top: 5px solid #0cb073;

	max-width: 60px;
}
.s2_content h2 {
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
}
.s2_content p {
	margin: 0;
	text-align: center;
}
.s2_content img {
	width: 100%;
}
.s2_contnet_np {
	padding: 0 ;
}
.s3_content {
	display: flex;
	align-items: center;
	justify-content: center;
	background: white;
}
.s3_content img {
	max-width: 545px;
}

.partner_section_content img {
	width: 100%;
	margin: 10px 0;
	box-shadow: 0 0 20px grey;
}

.s4_row {
	margin: 0 -10px;
}
.s4_row .col-lg-3 {
	padding: 0 10px;
}
.partner_section_content_p p {
	font-size: 15px;
}


.bg-light {
	background-color: #f3fbf8!important;
}

.contactus_details img {
	width: 100%;
}
.contactus_details input, .contactus_details textarea {

}


@-webkit-keyframes rotating {
	from {
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes rotating {
	from {
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
.rotating {
	-webkit-animation: rotating 79s linear infinite;
	-moz-animation: rotating 79s linear infinite;
	-ms-animation: rotating 79s linear infinite;
	-o-animation: rotating 79s linear infinite;
	animation: rotating 79s linear infinite;
}






div.wrap_input_div .wrap_input {
	position: relative;
}
.wrap_input label {
    position: absolute;
    top: 12px;
    font-size: 16px;
    margin: 0;
    padding: 0;
    -webkit-transition: top .2s ease-in-out, font-size .2s ease-in-out;
    transition: top .2s ease-in-out, font-size .2s ease-in-out;
    transition: 0.2s ease all !important;
    left: 0;
    color: black;
}
.wrap_input .riseInput {
    width: 100%;
    font-size: 17px;
    color: black;
    box-shadow: unset !important;
    border: 0;
    resize: none;
    background: transparent;
    border-bottom: 1.5px solid #0cb073;
    border-radius: 0;
    padding: 10px 0;
    height: unset;


}
.active_label {
	top: -10px !important;
	font-size: 15px !important;
	color: #0cb073 !important;
}


.wrap_input .riseInput:focus {
	outline: none;
}

.form-control:focus {
	border: 0;
	border-bottom: 1.5px solid #0cb073 !important;
}
.wrap_input_div {
    margin-bottom: 15px;
}
.form-control {
	height: calc(36px + .75rem + 2px) ;
}

.btn-success {
    color: #fff;
    background-color: #0cb073;
    border-color: #0cb073;
    padding: 7px 30px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
}

.partner_section_content_p {
    margin-bottom: 20px;
}

.s6_content p {
	text-align: center;
}

.s6_content_img {

}
.s6_content_img img {
    max-width: 500px;
    display: block;
    margin: auto;
    width: 100%;
}

section.section.s6.bg-light {
    background: linear-gradient(0deg, rgba(255,255,255,1) 35%, rgb(243, 251, 248) 100%);
}
.s7_content img {
	width: 100%;
}

.footer {
    background: #0cb073;
    color: white;
    text-align: center;
    padding: 20px 0;
}
.footer p {
	margin: 0;
}

#rotate {
    min-height: 100px;
    text-align: center;
    color: #0cb073;
    font-size: 25px;
    font-weight: 500;;
}
.page-title {
    padding: 70px 0;
    height: 30vh;
    margin-top: 100px;
}
.page-title h1 {
    margin: 0;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
}

.as1_content img {
	width: 100%;
}

.as2 img {
    width: 100%;
    max-width: 260px;
    margin: auto;
    display: block;
    padding-top: 15px;
}