@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@400..800&display=swap');

ul{

	list-style: none;

	margin: 0;

	padding: 0;

}



a{

	text-decoration: none;

}

body{

	font-family: "Roboto", sans-serif;

	color: #60666C;

	font-size: 16px;

	font-weight: normal;

	line-height: 26px;

}

img{

	width: 100%;

}

section{

	position: relative;

}

.element-row{

	width: 100%;

	position: relative;

	padding: 80px 0;

	overflow: hidden;

}

.section-content {

	position: relative;

}

.section-content ul li{

	position: relative;
	margin: 8px 0;

}

.section-content ul li::before{

	content: "\f061";

	font-family: "Font Awesome 6 Free";

	font-weight: 600;

	position: relative;

	left: -4px;

}

::selection {

	background: #024D55;

	color: #fff;

	text-shadow: none;

}

h1, h2, h3, h4, h5, h6{

	color: #083842;

	font-family: "Baloo 2", sans-serif;

}

h5 {

	color: #37A6A6;

	font-size: 1.1rem;

	font-weight: 600;

	text-transform: uppercase;

	line-height: 1em;

	letter-spacing: 2px;

}

h2 {

	font-size: 40px;

	font-weight: 600;

}

h3 {

	font-size: 30px;

	font-weight: 600;

}

h4 {

	font-size: 24px;

	font-weight: 600;

}

.media{

	display: flex;

	gap: 10px;

}

.media-object p{

	margin: 0;

}

.widget-title {

	font-weight: 700;

	font-size: 24px;

	color: #fff;

	margin-bottom: 30px;

}

.overlay-image {

	padding: 100px 0;

	background-repeat: no-repeat;

  	background-position: center;

  	background-size: cover;

/*  	background-attachment: fixed;*/

  	position: relative;

}

.page-bg-banner {

	background-repeat: no-repeat;

	background-position: center;

	background-attachment: fixed;

	background-size: cover;

	width: 100%;

	min-height: 300px;

	position: relative;

	display: flex;

	align-items: center;

}

.page-breadcrumb-content {

	position: relative;

}

.page-bg-banner .page-breadcrumb-content h1{

	font-size: 50px;

	font-weight: 600;

}

.mob-view{
	display: none;
}


form input{

	border: none;

	height: 48px;

}

form select{

	border: none;

	background-color: #fff;

	height: 48px;

}

form label{

	color: #083842;

}

textarea{

	border: none;

}

.ginput_container_date{

	position: relative;

}

.ginput_container_date .datepicker{

	width: 100% !important;

}

.ginput_container_date .ui-datepicker-trigger {

	position: absolute;

	right: 12px;

	width: 20px;

}

.slick-prev {
    left: -10px;
}
.slick-next {
    right: -10px;
}
button.slick-arrow {
    background-color: #37a6a6;
    width: 40px;
    height: 40px;
    z-index: 2;
}
.slick-prev:before, .slick-next:before{
	font-family: "Font Awesome 6 Free";
	font-weight: 600;
}
.slick-prev:before {
    content: '\f104';
}
.slick-next:before {
    content: '\f105';
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: #fff;
    outline: none;
    background: #37a6a6;
}

/* Animations */

@keyframes button-ripple{

70% {

  box-shadow: 0 0 0 15px currentColor;

  opacity: 0;

}

100% {

  box-shadow: 0 0 0 0 currentColor;

  opacity: 0;

}

}

@keyframes gelatine {

	from,

	to {

		transform: scale(1, 1);

	}

	25% {

		transform: scale(0.9, 1.1);

	}

	50% {

		transform: scale(1.1, 0.9);

	}

	75% {

		transform: scale(0.95, 1.05);

	}

}



/* Buttons */

.site-btn a, .gform_button, .button{

	background: #37A6A6;

	position: relative;

	z-index: 1;

	display: inline-block;

	padding: 16px 50px;

	text-align: center;

	font-size: 17px;

	height: auto !important;

	text-transform: capitalize;

	letter-spacing: 0px;

	font-weight: 400;

	border-radius: 0.25rem;

	color: #ffffff;

	cursor: pointer;

	overflow: hidden;

	transition: all .3s ease;

}

.site-btn a::before, .gform_button::before, .button::before {

	content: '';

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	z-index: -1;

	opacity: .5;

	background-color: #0D6973;

	transition: all 0.3s;

	transform: scaleY(0);

	transform-origin: left top;

}

.site-btn a::after, .gform_button::after, .button::after {

	content: '';

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	z-index: -1;

	background-color: #024D55;

	transition: all 0.3s;

	transform: scaleY(0);

	transform-origin: left top;

}

.site-btn a:hover::before, .gform_button:hover::before, .button:hover::before {

	transform: scaleY(1);

}

.site-btn a:hover::after, .gform_button:hover::after, .button:hover::after {

	transition-delay: 0.2s;

	transform: scaleY(1);

}

.texture-btn a {

	color: #0D6973;

	font-size: 16px;

	font-weight: normal;

	line-height: 26px;

	position: relative;

}

.texture-btn a::before {

	content: "\f08e";

	font-family: "Font Awesome 6 Free";

	font-weight: 600;

	position: absolute;

	right: -20px;

	font-size: 14px;

}

.texture-btn a:hover {

	color: #024D55;

}





/* Header */

.header {

	position: relative;

	top: 0;

	width: 100%;

	z-index: 9;

}

.header.sticky {

	position: fixed;

	top: 0;

	background: #fff;

	z-index: 9;

}

.top-header {

	background-color: #0D6973;

	color: #fff;

	padding: 16px 0;

}

.top-header ul li p a{

	color: #fff;

}

.top-header ul li .media-thumb {

	width: 30px;

	min-width: 30px;

	height: 30px;

	text-align: center;

}

.top-header ul li .media-thumb i{

	font-size: 22px;

}

.middle-header {

	background-color: #37A6A6;

}
.sticky-brand{
	display: none;
	flex-basis: 16%;

}
.middle-header.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
}
.middle-header.sticky .sticky-brand{
	display: block;
}
.middle-header.sticky .social-bar{
	display: none;
}
.toggle-nav {

	display: none;

}

.header.sticky .main-menu ul li a{

	color: #000;

}

.header.sticky .main-menu ul li.site-btn a{

	color: #fff;

}

.top-header-inner {

	flex-wrap: wrap;

	align-items: center;

	justify-content: space-between;

}

.top-contact ul{

	justify-content: flex-end;

	gap: 20px;

}

.top-contact ul li:last-child {

	flex-basis: 36%;

}

.top-contact ul li h4{

	font-size: 20px;

	color: #fff;

	margin: 0;

}

.site-brand {

	flex-basis: 16%;

	position: relative;

}

.site-brand img, .middle-header .sticky-brand img {

	width: 100%;

	/*filter: brightness(0) invert(1);*/

}

.top-contact {

	flex-basis: 80%;

}

.middle-header-inner{

	justify-content: space-between;

	align-items: center;

}

.navigation-bar {

	flex-basis: 80%;

}

.main-menu .menubar {

	display: flex;

	justify-content: flex-end;

	align-items: center;

	gap: 40px;

}

.main-menu ul li a {

	font-weight: 400;

	font-size: 17px;

	letter-spacing: 0.5px;

	text-shadow: 0px 3px 3px rgb(0 0 0 / 20%);

	color: #fff;

	line-height: 60px;

}

.social-bar ul{

	gap: 12px;

}

.social-bar ul li a {

	background-color: #0D6973;

	width: 34px;

	height: 34px;

	display: flex;

	align-items: center;

	justify-content: center;

	border-radius: 50%;

	color: #fff;

}

.menu-close {

	display: none;

}



/* Footer */

.footer {

	position: relative;

	background-color: #37A6A6;

	padding: 80px 0 30px 0;

	color: #fff;

}

.footer .footer-column:nth-child(2){

	display: flex;

	justify-content: center;

}

/*.footer-logo img {

    filter: brightness(0) invert(1);

}*/

footer ul li, footer ul li a, footer p, .copyright p a{

	color: #fff;

	font-weight: 500;

}

footer .section-content ul li{

	margin: 8px 0;

}

footer .section-content ul li:hover::before{

	color: #083842;

}

footer .section-content ul li:hover a{

	color: #083842;

}

footer .section-content ul li a{

	padding-left: 8px;

}

.footer .widget ul.footer-contact li{

	margin-bottom: 20px;

}

ul.footer-contact li h4{

	font-size: 20px;

	color: #fff;

	margin: 0;

}

.copyright {

	background-color: #37A6A6;

	border-top: 1px solid #fff;

	color: #fff;

	margin-top: 60px;

	padding: 20px 0 0 0;

}

.copyright p{

	margin: 0;

}



/* Hero Area */

.hero-slides .overlay-image {

	height: 100vh;

	width: 100%;

	position: relative;

	display: flex;

	align-items: center;

}

/*.hero-slides .overlay-image::before{

	content: "";

	background-image: url(../images/hero-before-overlay.png);

	width: 50%;

	height: 100%;

	position: absolute;

	top: 0;

	right: 0;

}*/

.hero-slides{

	position: relative;

	overflow: hidden;

}

.hero-slides .hero-inner {

	width: 100%;

	position: relative;

	z-index: 2;

}

.hero-content h1 {

	font-size: 60px;

	line-height: 60px;

	font-weight: 600;

	position: relative;

}

.hero-content p{

	font-size: 20px;

}

.hero-btn {

	display: inline-block;

	margin-top: 25px;

}



/* Feature */

.feature-area {

	background-color: #0d6973;

}

.feature-card{

	color: #fff;

}

.feature-card h4{

	color:#fff;

}

.feature-card .media .media-thumb img{

	width: 60px;

	height: 60px;

	object-fit: cover;

	filter: brightness(0) invert(1);

}



/* About Us */

.about-area .section-thumb, .about-area .section-thumb .overlay-image {

	height: 100%;

}

.about-area .section-thumb .overlay-image{

	background-attachment: unset;

	border-radius: 12px;

}

.about-area .section-content .counter {

	font-size: 70px;

	margin: 0;

	line-height: 1;

}

.about-area .section-content .counter-stastic {

	margin-bottom: 30px;

}

.about-area .section-content .counter-stastic:first-child h4::after{

	content: "+";

}

.about-area .section-content .counter-stastic:last-child h4::after{

	content: "K";

}

.about-area .section-content .con-box {

	background-color: #0D6973;

	padding: 20px;

	border-radius: 8px;

	color: #fff;

}

.about-area .section-content .con-box .media .media-thumb{

	border-radius: 50%;

	overflow: hidden;

	width: 50px;

  height: 50px;

}

.about-area .section-content .con-box .media h4{

	font-size: 20px;

	color: #fff;

}

.resource-area {

    padding-bottom: 80px;

}

.resource-block {

    border: 3px dashed #37A6A6;

    position: relative;

    padding: 30px;

    border-radius: 12px;

    height: calc(100%);

}

.resource-heading span {

    position: absolute;

    right: 30px;

    font-size: 40px;

    color: #37A6A6;

    opacity: 0.3;

}

.resource-area .row .col-md-12{
    margin-bottom:20px;
}

.resource-area .row .col-md-12:last-child{
    margin-bottom:0;
}
/* Courses */

.course-area {

	background-color: #D5F2ED;

}

.course-block {

	border: 3px dashed #37A6A6;

	padding: 30px;

	border-radius: 12px;

	height: calc(100%);

}

.course-block .course-heading img {

	width: 60px;

	height: 60px;

	object-fit: cover;

}

.course-content {

	padding-top: 22px;

}



/* Helpline */



.helpline-area .overlay-image::before {

	content: "";

	background-color: #0D6973;

	opacity: 0.7;

	width: 100%;

	height: 100%;

	position: absolute;

	top: 0;

}

.helpline-area .section-content h5, .helpline-area .section-content h2,

.helpline-area .section-content h4, .helpline-area .section-content{

	color: #fff;

}

.helpline-area .section-content h2{

	margin: 20px 0 30px 0;

}

.vid-slider {

	padding-bottom: 50px;

}

.vid.item iframe {
    display: none;
}
.vid.item {

	display: inline-block;

	padding: 0px 0px 0px 6px;

	width: 80px;

	height: 80px;

	border-radius: 50%;

	line-height: 80px;

	color: #fff;

	margin: 0 auto;

	background-color: #37A6A6;

	position: relative;

	cursor: pointer;

}

.vid-head {

	font-size: 25px;

}

.vid.item::before, .vid.item::after {

	content: " ";

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	color: #D5F2ED;

	border-radius: 50%;

	box-shadow: 0 0 0 0 currentColor;

	animation: button-ripple 3s infinite;

	opacity: .6;

	z-index: 1;

}

.vid.item::before{

	animation-delay: .9s;

}

.vid.item::after{

	animation-delay: .3s;

}



/* Video Popup */

.video-popup {

	position: fixed;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	z-index: 9;

	cursor: pointer;

	display: none;

}



.video-popup.show-video {

	display: block;

	background: rgba(0, 0, 0, .7);

}



.iframe-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
}

.iframe-wrapper iframe {
    width: 100%;
    height: 80vh;
}

.iframe-wrapper .close-video{
	position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    color: #000;
    width: 30px;
    height: 30px;
}
.iframe-wrapper .close-video::before {

	content: 'x';
	font-size: 24px;
}

/* Why Choose */

.box-item {

	background-color: #D5F2ED;

	padding: 30px;

	margin-top: 30px;

	border-radius: 10px;

}

.box-item ul li {

	color: #083842;

	font-size: 18px;

	padding: 4px 0;

}

.why-choose .section-thumb{

	padding-bottom: 30px;

}

.why-choose .section-thumb img{

	border-radius: 10px;



}

.why-choose .section-content ul{

	flex-wrap: wrap;

}

.why-choose .section-content ul li {

	flex-basis: 49%;

}



/* Testimonial */

.testimonial{

	background-color: #0D6973;

}

.review-block .section-content {

	background-color: #D5F2ED;

	border-radius: 10px;

	padding: 20px 20px 40px 20px;

}

.review-bio {

	text-align: center;

	margin: -30px 0 0 0;

	z-index: 2;

	position: relative;

}

.review-author {

	width: 70px;

	height: 70px;

	border-radius: 50%;

	overflow: hidden;

	margin: 0 auto;

}

.review-caption h4{

	color: #fff;

}

.testimonial .section-heading, .testimonial .section-heading h5, .testimonial .section-heading h2 {

	color: #fff;

}

.review-caption {

	padding-top: 20px;

	color: #fff;

}

.review-caption > *{

	margin: 0;

}

.review-block .section-content i {

	color: #37A6A6;

	font-size: 50px;

	max-width: 50px;

	margin: 0 auto;

	display: block;

	padding: 14px 0 20px 0;

}

.slick-slider.review-slider {

    margin:30px -12px 0 -12px;

}

.slick-slide.review-slides {

    margin-right:12px;

    margin-left:12px;

}



/* Appointment */

.appointment-contact .media{

	margin-bottom: 20px;	

}

.appointment-contact .media .media-thumb{

	width: 30px;

	min-width: 30px;

	height: 30px;

}

.appointment-contact .media .media-thumb i {

	color: #37A6A6;

	font-size: 22px;

}

.appointment-contact .media .media-object, .appointment-contact .media .media-object a{

	color: #083842

}

.appointment-contact .media .media-object h4{

	margin: 0;
	font-size: 20px;

}

.appointment .social-bar ul li::before{

	content: unset;

}

.appointment-form {

	background-color: #D5F2ED;

	padding: 30px;

	border-radius: 12px;

}

.admission-area .section-content ul{

	padding-bottom: 20px;

}

.appointment {
    padding-top: 80px;
}

.appointment-contact {
    flex-wrap: wrap;
}
.appointment-contact .media:nth-child(1) {
    flex-basis: 100%;
}
.appointment-contact .media:nth-child(2) {
    flex-basis: 58%;
}
.appointment-contact .media:nth-child(3) {
    flex-basis: 40%;
}


/* Helpline */

.helpline h3{

	animation: gelatine 0.5s infinite;

	display: inline-block;

} 

.helpline h3:hover{

	animation-play-state: paused;

}

.helpline h3 a{

	color: #083842;

}

/* Staff */

.team{

	position: relative;

	width: 100%;

}
.latest-team .slick-track

{

    display: flex !important;

}



.latest-team .slick-slide

{

    height: inherit !important;

}

.slick-slider.latest-team {

    margin:30px -12px 0 -12px;

}

.latest-team article.slick-slide{

    margin-right:12px;

    margin-left:12px;

    border-radius: 12px;

    overflow: hidden;

    background-color: #D5F2ED;

}

.latest-team article .post-content {

	background-color: #D5F2ED;

	padding: 30px 16px;

	text-align: center;

}

.latest-team article .post-content p a {
    color: #37a6a6;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
}

.latest-team article .post-card .post-thumb img {

	height: 300px;

	object-fit: cover;

}

.latest-team article .post-content h2{

	font-size: 24px;

}

.latest-team article .post-content h5{

	margin: 0;

}



/* Contact Us */

.map iframe {

	width: 100%;

	min-height: 400px;

}



/* facilities */

.Facilities-row {

    display: flex;

    gap: 20px;

    align-items: center;

    margin-top: 40px;

    border: 3px dashed #37A6A6;

    position: relative;

    border-radius: 12px;

    height: calc(100%);

    overflow: hidden;

}

.Facilities-row:nth-child(2n+1){

	flex-direction: row-reverse;

}

.Facilities-row .facilities-column{

	flex-basis: 48%;

}

/* Gallery */

.gallery {
  column-count: 3;
  column-gap: 14px;
}
.gallery .bg {
  box-sizing: border-box;
  page-break-inside: avoid;
  break-inside: avoid;
  counter-increment: brick-counter;
  padding-bottom: 14px;
}
.gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}