 /* CSS Index
-----------------------------------
1. Theme default css
2. header
3. banner
4. feature
5. about
6. classes
7. counter
8. team
9. school fecilities
10. portfolio
11. blog
12. brand
13. footer
14. page title
15. contact
16. Preloader
*/


 /* 1. Theme default css */
 @import url('https://fonts.googleapis.com/css2?family=Fredoka+One&amp;family=Roboto:wght@100;400;500;600;700&amp;display=swap');

 body {
 	/* font-family: 'Roboto', sans-serif; */
 	font-family: 'Poppins', sans-serif;
 	font-weight: normal;
 	font-style: normal;
 	font-size: 14px;
 	overflow: hidden;
 }

 section {
 	padding: 50px 0;
 }

 .logo img {
 	width: 75%;
 }

 /* img {
	max-width: 108%;
} */
 .img {
 	max-width: 100%;
 	transition: all 0.3s ease-out 0s;
 }

 .f-left {
 	float: left
 }

 .f-right {
 	float: right
 }

 .fix {
 	overflow: hidden
 }

 a,
 .button {
 	-webkit-transition: all 0.3s ease-out 0s;
 	-moz-transition: all 0.3s ease-out 0s;
 	-ms-transition: all 0.3s ease-out 0s;
 	-o-transition: all 0.3s ease-out 0s;
 	transition: all 0.3s ease-out 0s;
 }

 a:focus,
 .button:focus {
 	text-decoration: none;
 	outline: none;
 }

 a:focus,
 a:hover,
 .portfolio-cat a:hover,
 .footer -menu li a:hover {
 	text-decoration: none;
 }

 a {
 	text-decoration: none;
 }

 /*  */

 .header-area li a{
	color: white;
 }
 .header-area li a:hover{
	color: black;
 }


 input[type="text"],
 input[type="password"],
 input[type="email"],
 input[type="tel"],
 form select,
 textarea {
 	font-family: 'Roboto', sans-serif;
 	width: 100%;
 	height: 60px;
 	border: 2px solid #f4f4f4;
 	border-radius: 0;
 	padding: 0 20px;
 	transition: .3s;
 	-webkit-transition: .3s;
 	-moz-transition: .3s;
 	-ms-transition: .3s;
 	-o-transition: .3s;
 	box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
 }

 input[type="text"]:focus,
 input[type="password"]:focus,
 input[type="email"]:focus,
 input[type="tel"]:focus,
 form select:focus,
 textarea:focus {
 	border-color: #047c0e;
 }

 a,
 button {
 	color: #000000;
 	/* color: #ffffff; */
 	outline: medium none;
 }

 button:focus,
 input:focus,
 input:focus,
 textarea,
 textarea:focus {
 	outline: 0
 }

 .uppercase {
 	text-transform: uppercase;
 }

 .capitalize {
 	text-transform: capitalize;
 }

 select {
 	-moz-appearance: none;
 	-webkit-appearance: none;
 	background: #fff url(../img/icon/select-arrow.png) calc(100% - 15px) 25px no-repeat;
 	background-size: 7px 4px;
 	position: relative;
 }

 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
 	/* font-family: 'Fredoka One', cursive; */
 	font-family: "Tilt Warp", sans-serif;
 	font-weight: normal;
 	color: #00090c;
 	margin-top: 0px;
 	font-style: normal;
 	font-weight: 600;
 }

 h1 a,
 h2 a,
 h3 a,
 h4 a,
 h5 a,
 h6 a {
 	color: inherit;
 }

 h1 {
 	font-size: 48px;
 	font-weight: 600;
 }

 h2 {
 	font-size: 36px;
 }

 h3 {
 	font-size: 28px;
 }

 h4 {
 	font-size: 22px;
 }

 h5 {
 	font-size: 18px;
 }

 h6 {
 	font-size: 16px;
 }

 q {
 	font-family: 'Roboto', sans-serif;
 	font-weight: 500;
 }

 ul {
 	margin: 0px;
 	padding: 0px;
 	color: #000;
 }

 .fsoci {
 	color: #fff;
 	list-style: none;
 	display: flex;
 	justify-content: flex-start;
 	gap: 15px;
 	font-size: 16px;
 }

 .para2 {
 	font-size: 16px;
 }

 .lisp {
 	padding: 2px 0;
 	margin: 2px 0;
 }

 .lsnone {
 	list-style: none;
 	font-size: 16px;
 	color: #000000;
 }

 .snip1533 figcaption .icons {
 	color: #ffc107;
 }

 p {
 	font-size: 18px;
 	font-weight: normal;
 	line-height: 28px;
 	color: #1f1e1e;
 	margin-bottom: 18px;
 	font-weight: 500;
 }

 hr {
 	border-bottom: 1px solid #eceff8;
 	border-top: 0 none;
 	margin: 30px 0;
 	padding: 0;
 }

 label {
 	color: #7e7e7e;
 	cursor: pointer;
 	font-size: 14px;
 	font-weight: 400;
 }

 *::-moz-selection {
 	background: #d6b161;
 	color: #fff;
 	text-shadow: none;
 }

 ::-moz-selection {
 	background: #444;
 	color: #fff;
 	text-shadow: none;
 }

 ::selection {
 	background: #444;
 	color: #fff;
 	text-shadow: none;
 }

 *::-moz-placeholder {
 	color: #555555;
 	font-size: 14px;
 	opacity: 1;
 }

 *::placeholder {
 	color: #555555;
 	font-size: 14px;
 	opacity: 1;
 }

 .theme-overlay {
 	position: relative
 }

 .theme-overlay::before {
 	background: #1696e7 none repeat scroll 0 0;
 	content: "";
 	height: 100%;
 	left: 0;
 	opacity: 0.6;
 	position: absolute;
 	top: 0;
 	width: 100%;
 }

 .separator {
 	border-top: 1px solid #f2f2f2
 }

 .breadcrumb>.active {
 	color: #888;
 }

 /* scrollUp */
 #scrollUp {
 	background: #436837;
 	height: 60px;
 	width: 60px;
 	right: 50px;
 	bottom: 77px;
 	color: #fff;
 	font-size: 20px;
 	text-align: center;
 	border-radius: 50%;
 	font-size: 20px;
 	line-height: 59px;
 }

 #scrollUp:hover {
 	background: #34771a;
 }

 /* 2. header */
 .header-top {
 	/* background-color: #ff9c00; */
 	background-image: linear-gradient(145deg, rgb(67 104 55) 0%, rgb(69 106 57) 100%);
 }

 .header-bottom-area .header-right {
 	display: flex;
 	align-items: center;
 	justify-content: flex-end;
 }

 .header-top ul {
 	overflow: hidden;
 	margin: 0px;
 }

 .header-top .left {
 	float: left;
 }

 .header-top .left li {
 	list-style: none;
 	display: inline-block;
 	/* float: left; */
 	color: #fff;
 	margin-right: 15px;
 	padding: 13px 0px;
 	border-left: 1px solid #FFF;
 	padding-left: 15px;
 }

 .header-top .left li:first-child {
 	border: 0;
 	padding-left: 0;
 }

 .header-top .left li span {
 	color: #fff;
 	margin-right: 5px;
 }

 .header-top .right {
 	float: right;
 }

 .header-top .right li {
 	list-style: none;
 	display: inline-block;
 	padding: 11px 14px;
 	border-right: 1px solid #FFF;
 }

 .header-top .right li:first-child {
 	border-left: 1px solid #FFF;
 }

 .header-top .right li a {
 	color: #fff;
 	font-size: 18px;
 }
 .header-top .btn-primary {
    /* display: block; */
 	margin-left: 50px; /* Adjust margin as needed */
    /* Additional custom styles */
	position: relative;
    display: inline-block;
    padding: 5px 10px;
    color: white;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
	text-transform: uppercase;
    border: none;
    border-radius: 8px;
	margin: 5px;
    background: linear-gradient(45deg, #0000ff, #35c7bb);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease-in-out;
	
}

.header-top .btn-primary:hover{
	background: linear-gradient(45deg, #0000ff, #0000ff, #35c7bb);
}


 .header-bottom-area {
 	background: #fff;
 	padding: 15px 0;
 }

 .header-bottom-area.uk-active {
 	box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
 	-webkit-box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
 	z-index: 99;
 }

 .main-menu-wrap {
 	display: flex;
 	align-items: center;
 	justify-content: center;
 }

 .main-menu ul li {
 	margin-right: 30px;
 	position: relative;
 }

 .main-menu ul li:last-child {
 	margin-right: 0;
 }

 .main-menu ul li a {
 	display: block;
 	padding: 25px 0;
 	color: #00394f;
 	font-size: 14px;
 	font-weight: 700;
 	text-transform: uppercase;
 }

 .main-menu ul li:hover>a,
 .main-menu ul .active>a {
 	color: #4fa004;
 }

 .main_menu ul {
 	list-style: none;
 }

 .main-menu ul .menu-item-has-children ul.submenu {
 	position: absolute;
 	top: 100%;
 	left: 0;
 	min-width: 250px;
 	background: #fff;
 	padding: 15px 0;
 	border-radius: 3px;
 	z-index: 99;
 	transform-origin: 50% 0;
 	opacity: 0;
 	visibility: hidden;
 	transform: scaleY(0);
 	-webkit-transform: scaleY(0);
 	-moz-transform: scaleY(0);
 	-ms-transform: scaleY(0);
 	-o-transform: scaleY(0);
 	transition: all 0.3s ease-out 0s;
 	-webkit-transition: all 0.3s ease-out 0s;
 	-moz-transition: all 0.3s ease-out 0s;
 	-ms-transition: all 0.3s ease-out 0s;
 	-o-transition: all 0.3s ease-out 0s;
 	box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
 }

 .main-menu ul .menu-item-has-children:hover>ul.submenu {
 	opacity: 1;
 	visibility: visible;
 	transform: scaleY(1);
 	-webkit-transform: scaleY(1);
 	-moz-transform: scaleY(1);
 	-ms-transform: scaleY(1);
 	-o-transform: scaleY(1);
 }

 .main-menu ul li ul.submenu li {
 	margin: 0;
 	display: block;
 }

 .main-menu ul li ul.submenu li a {
 	font-size: 15px;
 	padding: 9px 25px;
 	text-transform: capitalize;
 }

 .header-cart {
 	display: -webkit-flex;
 	display: -moz-flex;
 	display: -ms-flex;
 	display: -o-flex;
 	display: flex;
 	-webkit-box-align: center;
 	-ms-flex-align: center;
 	align-items: center;
 	background: none;
 	border: 0;
 }

 .header-area .bar span {
 	font-size: 26px;
 	color: #23cc88;
 }

 .header-cart .cart-icon i {
 	font-size: 16px;
 	line-height: 40px;
 	color: #fff;
 	width: 40px;
 	height: 40px;
 	line-height: 40px;
 	text-align: center;
 	background-image: linear-gradient(145deg, rgb(255, 79, 88) 0%, rgb(255, 180, 0) 100%);
 	border-radius: 50%;
 	color: #fff;
 }

 .header-cart .cart-content {
 	-webkit-flex: 1;
 	-moz-flex: 1;
 	-ms-flex: 1;
 	flex: 1;
 	padding-left: 10px;
 	text-align: left;
 }

 .header-cart .cart-content .text-1 {
 	display: block;
 	color: #00394f;
 	font-size: 14px;
 	font-weight: 700;
 }

 .header-cart .cart-content .text-2 {
 	display: block;
 	font-size: 14px;
 	color: 555555;
 	font-weight: 400;
 	color: #555555;
 }

 /* slider */
 .section-notch {
 	position: relative;
 }

 .section-notch::before {
 	content: "";
 	position: absolute;
 	background-image: url(../img/shape/section-notch-top.png);
 	background-repeat: repeat-x;
 	display: block;
 	top: 0;
 	width: 100%;
 	height: 20px;
 	z-index: 24;
 }

 .section-notch::after {
 	content: "";
 	position: absolute;
 	background-image: url(../img/shape/section-notch-bottom.png);
 	background-repeat: repeat-x;
 	bottom: 0;
 	width: 100%;
 	height: 20px;
 	z-index: 2;
 }

 .hero-slider {
 	min-height: 740px;
 	width: 100%;
 	display: -webkit-box;
 	display: -ms-flexbox;
 	display: flex;
 	position: relative;
 	z-index: 0;
 }

 .swiper-slide {
 	position: relative;
 }

 /* .slide-text{
	margin-left: 3rem;
}    */
 @media (max-width: 991px) {
 	.hero-slider {
 		min-height: 600px;
 	}
 }

 @media (max-width: 767px) {
 	.hero-slider {
 		height: 500px;
 	}

 	.slide-inner .slide-title h2 {
 		margin-bottom: 0;
 	}
 }

 .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: center;
 	display: -webkit-box;
 	display: -ms-flexbox;
 	display: flex;
 	-webkit-box-pack: center;
 	-ms-flex-pack: center;
 	-webkit-box-align: center;
 	-ms-flex-align: center;
 	align-items: center;
 }

 .hero-slider .swiper-button-prev,
 .hero-slider .swiper-button-next {
 	background: rgba(255, 255, 255, 0.3);
 	width: 60px;
 	height: 60px;
 	line-height: 60px;
 	margin-top: -30px;
 	text-align: center;
 	border-radius: 60px;
 }

 @media (max-width: 767px) {

 	.hero-slider .swiper-button-prev,
 	.hero-slider .swiper-button-next {
 		display: none;
 	}
 }

 .hero-slider .swiper-button-prev {
 	left: 25px;
 }

 .hero-slider .swiper-button-prev:before {
 	content: "\f053";
 	font-size: 18px;
 	color: #fff;
 	font-family: 'Font Awesome 5 Pro';
 	font-weight: 400;
 }

 .hero-slider .swiper-button-next {
 	right: 25px;
 }

 .hero-slider .swiper-button-next:before {
 	content: "\f054";
 	font-size: 18px;
 	color: #fff;
 	font-family: 'Font Awesome 5 Pro';
 	font-weight: 400;
 }

 .hero-slider .swiper-pagination-bullets {
 	top: 50%;
 	-webkit-transform: translate3d(0px, -50%, 0);
 	transform: translate3d(0px, -50%, 0);
 }

 @media (max-width: 1199px) {
 	.hero-slider .swiper-pagination {
 		width: 970px;
 	}
 }

 @media screen and (min-width: 992px) {
 	.hero-slider .swiper-pagination {
 		width: 1170px;
 		height: 0;
 		text-align: center;
 		-webkit-transition: .3s opacity;
 		-o-transition: .3s opacity;
 		transition: .3s opacity;
 		position: absolute;
 		z-index: 1;
 		-webkit-transform: translate3d(0, 0, 0);
 		transform: translate3d(0, 0, 0);
 		left: 64%;
 		-webkit-transform: translateX(-50%);
 		-moz-transform: translateX(-50%);
 		-o-transform: translateX(-50%);
 		-ms-transform: translateX(-50%);
 		transform: translateX(-50%);
 		top: 45%;
 	}

 	.hero-slider .swiper-pagination-bullets .swiper-pagination-bullet {
 		background: #fff;
 		width: 13px;
 		height: 13px;
 		margin: 15px 0 15px auto;
 		display: block;
 		border: 3px solid transparent;
 		opacity: 1;
 	}

 	.hero-slider .swiper-pagination-bullets .swiper-pagination-bullet-active {
 		background: #ffa110;
 	}
 }

 @media (max-width: 991px) {
 	.hero-slider .swiper-pagination {
 		-webkit-transform: none;
 		-moz-transform: none;
 		-o-transform: none;
 		-ms-transform: none;
 		transform: none;
 	}

 	.hero-slider .swiper-container-horizontal>.swiper-pagination-bullets,
 	.hero-slider .swiper-pagination-custom,
 	.hero-slider .swiper-pagination-fraction {
 		bottom: 10px;
 		left: 0;
 		width: 100%;
 		top: auto;
 		top: auto !important;
 	}

 	.hero-slider .swiper-pagination-bullets .swiper-pagination-bullet {
 		background: #fff;
 		width: 13px;
 		height: 13px;
 		margin: 6px;
 		border: 3px solid transparent;
 		opacity: 1;
 	}

 	.hero-slider .swiper-pagination-bullets .swiper-pagination-bullet-active {
 		background: #2db85d;
 		border: 3px solid #fff;
 	}
 }

 .slide-overlay::before {
 	position: absolute;
 	content: "";
 	height: 100%;
 	width: 100%;
 	left: 0;
 	top: 0;
 	background-color: rgba(0, 0, 0, .2);
 }

 .slide-inner .slide-span span {
 	font-family: 'Roboto', sans-serif;
 	font-size: 36px;
 	font-weight: 100;
 	line-height: 48px;
 	text-transform: uppercase;
 	color: #fff;
 	margin-bottom: 7px;
 	display: inline-block;
 }

 .slide-inner .slide-title {
 	max-width: 760px;
 	margin-top: 10px;
 	font-weight: 600;
 }

 .slide-inner .slide-title h2 {
 	font-size: 80px;
 	color: #fff;
 	margin: 0 0 0.43em;
 	line-height: 90px;
 	font-weight: 700;
 	margin-bottom: 15px;
 }

 @media (max-width: 991px) {
 	.slide-inner .slide-title h2 {
 		font-size: 60px;
 		line-height: 70px;

 	}
 }

 @media (max-width: 767px) {
 	.slide-inner .slide-title h2 {
 		font-size: 55px;
 		line-height: 62px;
 	}

 	.slide-inner .slide-span span {
 		font-size: 24px;
 		line-height: 36px;
 	}
 }

 @media (max-width: 530px) {
 	.slide-inner .slide-title h2 {
 		font-size: 40px;
 		line-height: 48px;
 	}
 }

 .slide-inner .slide-text {
 	max-width: 490px;
 	position: relative;
 	z-index: 50;
 }

 .slide-inner .slide-text p {
 	color: #fff;
 	font-size: 24px;
 	line-height: 30px;
 }

 .slide-inner .slider-btn {
 	margin-top: 30px;
 }

 .slider-btn a {
 	margin-right: 20px;
 	margin-top: 20px;
 	transition: all 0.2s;
 	-webkit-transition: all 0.2s;
 	-moz-transition: all 0.2s;
 	-o-transition: all 0.2s;
 	-ms-transition: all 0.2s;
 }

 /* 4. feature */
 .section-title .title {
 	font-size: 36px;
 	line-height: 1.2;
 	margin-bottom: 20px;
 	font-weight: 600;
 }

 .section-title p:last-child {
 	margin-bottom: 0;
 }

 .feature-item {
 	padding: 35px 15px;
 	box-shadow: 0px 0px 10px 0px rgba(136, 136, 136, 0.1);
 	transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
 	border-radius: 16px;
 }

 .feature-item:hover,
 .class-item:hover {
 	transform: translateY(-5px);
 	-webkit-transform: translateY(-5px);
 	-moz-transform: translateY(-5px);
 	-ms-transform: translateY(-5px);
 	-o-transform: translateY(-5px);
 	box-shadow: 0px 0px 10px 0px rgba(62, 109, 1, 0.76);
 }

 .feature-item .feature-shape {
 	width: 100px;
 	height: 100px;
 	display: inline-block;
 	line-height: 100px;
 	margin-bottom: 38px;
 	border-radius: 50%;
 	background-image: linear-gradient(145deg, rgb(35, 204, 136) 0%, rgb(142, 207, 53) 100%);
 	box-shadow: 0px 18px 30px 0px rgba(38, 204, 133, 0.36);
 }

 .feature-item .feature-shape-2 {
 	background-image: linear-gradient(145deg, rgb(255, 79, 88) 0%, rgb(255, 180, 0) 100%);
 	box-shadow: 0px 18px 24px 0px rgba(255, 114, 58, 0.36);
 }

 .feature-item .feature-shape-3 {
 	background-image: linear-gradient(145deg, rgb(1, 203, 173) 0%, rgb(71, 161, 242) 100%);
 	box-shadow: 0px 18px 24px 0px rgba(1, 203, 173, 0.36);
 }

 .feature-item .feature-shape-4 {
 	background-image: linear-gradient(145deg, rgb(232, 90, 202) 0%, rgb(252, 78, 101) 100%);
 	box-shadow: 0px 18px 24px 0px rgba(233, 89, 197, 0.36);
 }

 .feature-content .feature-title h3 {
 	position: relative;
 	font-size: 20px;
 	font-family: 'Roboto', sans-serif;
 	font-weight: bold;
 	margin-bottom: 50px;
 	line-height: 36px;
 	color: #00394f;
 }

 .feature-item .feature-content .feature-title h3::after {
 	position: absolute;
 	content: "";
 	left: 0;
 	right: 0;
 	width: 80px;
 	height: 4px;
 	background-image: linear-gradient(145deg, rgb(0 102 61) 0%, rgb(142, 207, 53) 100%);
 	margin: auto;
 	bottom: -22px;
 	box-shadow: 0px 18px 30px 0px rgba(38, 204, 133, 0.36);
 }

 .feature-item .feature-content .feature-title-2 h3::after {
 	background-image: linear-gradient(145deg, rgb(205, 79, 255) 0%, rgb(255, 153, 0) 100%);
 	box-shadow: 0px 18px 24px 0px rgba(255, 114, 58, 0.36);
 }

 .feature-item .feature-content .feature-title-3 h3::after {
 	background-image: linear-gradient(145deg, rgb(1, 203, 173) 0%, rgb(71, 161, 242) 100%);
 	box-shadow: 0px 18px 24px 0px rgba(1, 203, 173, 0.36);
 }

 .feature-content .feature-title-4 h3::after {
 	background-image: linear-gradient(145deg, rgb(232, 90, 202) 0%, rgb(252, 78, 101) 100%);
 	box-shadow: 0px 18px 24px 0px rgba(233, 89, 197, 0.36);
 }

 .feature-content p {
 	margin: 0;
 	font-size: 16px;
 	color: #555555;
 	padding: 0px 8px;
 }

 .feature-item .feature-shape img {
 	width: 70px;
 	/* font-size: 16px; */
 	/* padding: 10px; */
 	filter: invert(1);
 	align-items: center;
 }

 /* 5. about */
 .section-bg-one {
 	background-image: -moz-linear-gradient(0deg, rgb(0 102 61) 0%, rgb(142, 207, 53) 100%);
 	background-image: -webkit-linear-gradient(0deg, rgb(0 102 61) 0%, rgb(142, 207, 53) 100%);
 	background-image: -ms-linear-gradient(0deg, rgb(0 102 61) 0%, rgb(142, 207, 53) 100%);
 }

 .about-img img {
 	margin-top: 21px;
 }

 .about-features {
 	padding-left: 14px;
 	color: #555555;
 }

 .about-features li:not(:last-child) {
 	margin-bottom: 5px;
 }

 /* 6. classes */
 .class-item {
 	box-shadow: 0px 0px 10px 0px rgba(136, 136, 136, 0.1);
 	overflow: hidden;
 	transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
 	background: #fff;
 }

 .class-item .class-img {
 	overflow: hidden;
 }

 .class-item .class-img img {
 	transition: .3s;
 	-webkit-transition: .3s;
 	-moz-transition: .3s;
 	-ms-transition: .3s;
 	-o-transition: .3s;
 }

 .class-item:hover .class-img img {
 	transform: scale(1.05);
 	-webkit-transform: scale(1.05);
 	-moz-transform: scale(1.05);
 	-ms-transform: scale(1.05);
 	-o-transform: scale(1.05);
 }

 .class-item .class-content {
 	padding: 30px;
 	padding-bottom: 10px;
 }

 .class-item .class-content .title {
 	font-size: 24px;
 	margin-bottom: 14px;
 }

 .class-item .class-content .title a:hover {
 	color: #5b7c01;
 }

 .class-img img {
 	width: 100%;
 }

 /* .schedule {
	padding-bottom: 20px;
	overflow: hidden;
}
.schedule li {
	display: inline-block;
	float: left;
	font-size: 15px;
	font-weight: 700;
	text-align: center;
	width: 33.33%;
	position: relative;
}
.schedule li::after {
	position: absolute;
	width: 1px;
	height: 40px;
	background: #ededed;
	content: "";
	top: 11px;
	right: 0;
}
.schedule li:last-child::after {
	display: none;
}
.schedule li span {
	display: block;
	line-height: 30px;
	font-size: 15px;
}
.schedule li .class-size {
	font-size: 18px;
	color: #ff4f58;
}
.schedule li .class-size-2 {
	color: #40cd72;
} */
 .class-content p {
 	margin-bottom: 12px;
 }

 .class-details .post-tag-wrapper {
 	border-bottom: 0;
 	padding-bottom: 0;
 }

 .course-features li .ques,
 .course-features li .ans {
 	width: 50%;
 }

 .course-features li {
 	display: flex;
 	flex-wrap: wrap;
 	align-items: center;
 	padding: 10px 0px;
 	border-bottom: 1px solid #f6fafd;
 	color: #555555;
 }

 .course-features li:last-child {
 	border-bottom: 0;
 	padding-bottom: 0;
 }

 .course-features li .ans {
 	position: relative;
 	color: #00394f;
 	padding-left: 10px;
 }

 .course-features li .ans::before {
 	position: absolute;
 	top: 46%;
 	left: 0;
 	content: ":";
 	transform: translateY(-50%);
 	-webkit-transform: translateY(-50%);
 	-moz-transform: translateY(-50%);
 	-ms-transform: translateY(-50%);
 	-o-transform: translateY(-50%);
 }

 .course-features .rating i {
 	color: #ffab50;
 	font-size: 13px;
 }

 /* 7. counter */
 .section-bg-two {
 	background-image: -moz-linear-gradient(0deg, rgb(65, 207, 30) 0%, rgb(255, 180, 0) 100%);
 	background-image: -webkit-linear-gradient(0deg, rgb(255, 79, 88) 0%, rgb(255, 180, 0) 100%);
 	background-image: -ms-linear-gradient(0deg, rgb(255, 79, 88) 0%, rgb(255, 180, 0) 100%);
 }

 .single-counter h3 {
 	font-size: 48px;
 	color: #ffffff;
 	display: block;
 	margin-top: 20px;
 	display: block;
 }

 .single-counter h3 .plus {
 	font-size: 25px;
 	padding-left: 5px;
 }

 .single-counter p {
 	font-size: 16px;
 	color: #ffffff;
 	margin-bottom: 0;
 	margin-top: 5px;
 }

 /* 8. teacher */
 .single-team {
 	box-shadow: 0px 0px 10px 0px rgba(136, 136, 136, 0.1);
 }

 .team-thumb {
 	position: relative;
 }

 .team-thumb img {
 	width: 100%;
 }

 .team-info {
 	padding: 20px 20px 23px;
 }

 .team-info h3 {
 	font-size: 24px;
 	color: #00394f;
 	font-weight: 700;
 	margin-bottom: 3px;
 	font-family: 'Roboto', sans-serif;
 }

 .team-info h3 a:hover {
 	color: #23cc88;
 }

 .team-info span {
 	color: #555555;
 	font-size: 16px;
 }

 .teacher-single-info {
 	padding-left: 50px;
 }

 .teacher-single-info h3 {
 	font-size: 40px;
 	margin-bottom: 40px;
 }

 .teacher-info-list li span {
 	display: inline-block;
 	position: relative;
 }

 .teacher-info-list li span.list-name {
 	width: calc(115px);
 }

 .teacher-info-list li span.list-attr {
 	width: calc(100% - 115px);
 }

 .teacher-info-list li span.list-attr::before {
 	position: absolute;
 	content: ":";
 	left: -10px;
 	top: -1px;
 }

 .teacher-info-list li:not(:last-child) {
 	margin-bottom: 10px;
 }

 .social-links a {
 	width: 50px;
 	height: 50px;
 	display: inline-block;
 	background: #3B5999;
 	text-align: center;
 	line-height: 50px;
 	border-radius: 50%;
 	color: #fff;
 	margin-right: 10px;
 }

 .social-links a:nth-child(2) {
 	background-color: #1C9CEA;
 }

 .social-links a:nth-child(3) {
 	background-color: #E54885;
 }

 .social-links a:nth-child(4) {
 	background-color: #2491C8;
 }

 .teacher-content h4 {
 	font-size: 26px;
 	margin-bottom: 20px;
 }

 .teacher-content p:last-child {
 	margin-bottom: 0;
 }

 /* 9. school fecilities */
 .section-title-white .title {
 	color: #fff;
 }

 .section-title-white p {
 	color: #fff;
 }

 .school-fecilities {
 	background-image: -moz-linear-gradient(145deg, rgb(1, 203, 173) 0%, rgb(71, 161, 242) 100%);
 	background-image: -webkit-linear-gradient(145deg, rgb(1, 203, 173) 0%, rgb(71, 161, 242) 100%);
 	background-image: -ms-linear-gradient(145deg, rgb(1, 203, 173) 0%, rgb(71, 161, 242) 100%);
 }

 .school-fecilities-single {
 	position: relative;
 	background: rgb(255, 255, 255);
 	padding: 45px 30px;
 }

 .school-fecilities-single::after {
 	position: absolute;
 	top: 15px;
 	left: 15px;
 	width: 140px;
 	height: 140px;
 	content: '';
 	background-image: url(../img/shape/sf-bg.png);
 	background-repeat: no-repeat;
 	background-size: contain;
 }

 /* .school-fecilities-single .icon {
	width: 100px;
	height: 100px;
	display: inline-block;
	line-height: 100px;
	border-radius: 50%;
	background-image: linear-gradient( 145deg, rgb(35,204,136) 0%, rgb(142,207,53) 100%);
	box-shadow: 0px 18px 30px 0px rgba(38, 204, 133, 0.36);
	text-align: center;
	float: left;
	margin-top: 10px;
} */
 .school-fecilities-single .icon-2 {
 	background-image: -moz-linear-gradient(145deg, rgb(255, 79, 88) 0%, rgb(255, 180, 0) 100%);
 	background-image: -webkit-linear-gradient(145deg, rgb(255, 79, 88) 0%, rgb(255, 180, 0) 100%);
 	background-image: -ms-linear-gradient(145deg, rgb(255, 79, 88) 0%, rgb(255, 180, 0) 100%);
 	box-shadow: 0px 18px 24px 0px rgba(255, 114, 58, 0.36);
 }

 .school-fecilities-single .icon-3 {
 	background-image: -moz-linear-gradient(145deg, rgb(1, 203, 173) 0%, rgb(71, 161, 242) 100%);
 	background-image: -webkit-linear-gradient(145deg, rgb(1, 203, 173) 0%, rgb(71, 161, 242) 100%);
 	background-image: -ms-linear-gradient(145deg, rgb(1, 203, 173) 0%, rgb(71, 161, 242) 100%);
 	box-shadow: 0px 18px 24px 0px rgba(1, 203, 173, 0.36);
 }

 .school-fecilities-single .icon-4 {
 	background-image: -moz-linear-gradient(145deg, rgb(232, 90, 202) 0%, rgb(252, 78, 101) 100%);
 	background-image: -webkit-linear-gradient(145deg, rgb(232, 90, 202) 0%, rgb(252, 78, 101) 100%);
 	background-image: -ms-linear-gradient(145deg, rgb(232, 90, 202) 0%, rgb(252, 78, 101) 100%);
 	box-shadow: 0px 18px 24px 0px rgba(233, 89, 197, 0.36);
 }

 .school-fecilities-single .icon-box-content {
 	margin-left: 125px;
 }

 .school-fecilities-single .icon-box-content p {
 	margin: 0;
 }

 .school-fecilities-single .icon-box-content h3 {
 	font-size: 24px;
 	font-weight: 700;
 	font-family: 'Roboto', sans-serif;
 	margin-bottom: 20px;
 }

 /* 10. portfolio */
 .portfolio-menu {
 	margin: 0 auto 40px;
 	text-align: center;
 	display: flex;
 	flex-wrap: wrap;
 	justify-content: center;
 	list-style: none;
 }

 .portfolio-menu li {
 	position: relative;
 	font-size: 16px;
 	color: #ffc000;
 	padding: 0 20px 20px;
 	cursor: pointer;
 	text-transform: uppercase;
 	font-weight: 600;
 	border-bottom: 1px solid #ebebeb;
 }

 .portfolio-menu li:nth-child(2) {
 	color: #e84b3a;
 }

 .portfolio-menu li:nth-child(3) {
 	color: #fc7f0c;
 }

 .portfolio-menu li:nth-child(4) {
 	color: #92278f;
 }

 .portfolio-menu li:nth-child(5) {
 	color: #16b6ef;
 }

 .portfolio-menu li.active::before {
 	position: absolute;
 	content: url(../img/portfolio/menu-icon.jpg);
 	bottom: -8px;
 	left: 50px;
 	transform: translateX(-50%);
 }

 .portfolio-item {
 	position: relative;
 }

 .fortfolio-thumb img {
 	width: 100%;
 }

 .fortfolio-thumb {
 	position: relative;
 }

 .fortfolio-thumb::before {
 	position: absolute;
 	content: "";
 	/* background: rgba(146, 39, 143, 0.941); */
 	left: 0;
 	top: 0;
 	width: 100%;
 	height: 100%;
 	transition: .3s;
 	opacity: 0;
 	transform: scale(.95);
 }

 .portfolio-item:hover .fortfolio-thumb::before {
 	opacity: 1;
 }

 .portfolio-content {
 	position: absolute;
 	top: 50%;
 	left: 0;
 	right: 0;
 	transform: translateY(-50%);
 }

 .content-view a {
 	display: inline-block;
 	text-align: center;
 	text-decoration: none;
 	border: 4px solid rgba(255, 255, 255, 0.5);
 	border-radius: 100%;
 	margin-bottom: 20px;
 	-webkit-transition: .3s ease-out;
 	transition: .3s ease-out;
 	-webkit-transform: scale(0);
 	transform: scale(0);
 }

 .portfolio-content .content-view .icon {
 	display: inline-block;
 	background-color: rgba(255, 255, 255, 0.9);
 	height: 50px;
 	width: 50px;
 	border-radius: 100%;
 	line-height: 52px;
 	font-size: 22px;
 	color: #923294;
 }

 .portfolio-item:hover .content-view a {
 	transform: scale(1);
 }

 .portfolio-content h3 {
 	color: #fff;
 	font-size: 23px;
 	margin-bottom: 7px;
 	transition: .3s ease-out;
 	font-family: 'Roboto', sans-serif;
 	font-size: 24px;
 	font-weight: 700;
 	transform: translateY(30px);
 	opacity: 0;
 }

 .portfolio-content span {
 	color: #fff;
 	font-size: 16px;
 	display: inline-block;
 	transition: .3s ease-out;
 	transition-delay: .1s;
 	transform: translateY(30px);
 	opacity: 0;
 }

 .portfolio-item:hover .portfolio-content h3,
 .portfolio-item:hover .portfolio-content span {
 	transform: translateY(0);
 	opacity: 1;
 }

 /* 11. blog */
 .section-bg-three {
 	background-image: -moz-linear-gradient(0deg, rgb(232, 90, 202) 0%, rgb(252, 78, 101) 100%);
 	background-image: -webkit-linear-gradient(0deg, rgb(232, 90, 202) 0%, rgb(252, 78, 101) 100%);
 	background-image: -ms-linear-gradient(0deg, rgb(232, 90, 202) 0%, rgb(252, 78, 101) 100%);
 }

 .blog-item .blog-image {
 	overflow: hidden;
 }

 .blog-item .blog-image img {
 	width: 100%;
 	transition: .3s;
 	-webkit-transform: scale(1);
 	transform: scale(1);
 }

 .blog-item:hover .blog-image img {
 	-webkit-transform: scale(1.05);
 	transform: scale(1.0.5);
 }

 .blog-item {
 	background-color: #fff;
 }

 .blog-item .blog-content {
 	padding: 30px;
 	position: relative;
 }

 .blog-item .blog-content .blog-meta {
 	margin-bottom: 8px;
 }

 .blog-item .blog-content .blog-meta span {
 	font-size: 15px;
 	margin-right: 15px;
 	padding-right: 15px;
 	position: relative;
 }

 .blog-item .blog-content .blog-meta span a {
 	color: inherit;
 }

 .blog-item .blog-content .blog-meta span a:hover {
 	color: #23cc88;
 }

 .blog-item .blog-content .blog-meta span:last-child {
 	margin-right: 0;
 	padding-right: 0;
 }

 .blog-item .blog-content .blog-meta span:not(:last-child)::before {
 	position: absolute;
 	top: 3px;
 	right: 0;
 	width: 1px;
 	height: 14px;
 	content: "";
 	background: #d9d9d9;
 }

 .blog-item .blog-content .blog-meta span i {
 	padding-right: 5px;
 }

 .blog-item .blog-content .blog-title {
 	font-size: 24px;
 	font-weight: 700;
 	line-height: 34px;
 	margin-bottom: 25px;
 	font-family: 'Roboto', sans-serif;
 }

 .blog-item .blog-content .blog-title a:hover {
 	color: inherit;
 }

 .blog-item .blog-content .blog-title a,
 .post-item .post-content .post-title a,
 .widget-post li a {
 	display: inline !important;
 	width: 100%;
 	background-repeat: no-repeat;
 	background-position-y: -2px;
 	background-image: linear-gradient(transparent calc(100% - 2px), currentColor 1px);
 	transition: .6s cubic-bezier(.215, .61, .355, 1);
 	background-size: 0 100%;
 	-webkit-backface-visibility: hidden;
 	backface-visibility: hidden;
 }

 .widget-post li a {
 	background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
 }

 .blog-item:hover .blog-content .blog-title a,
 .post-item:hover .post-content .post-title a,
 .widget-post li:hover a {
 	background-size: 100% 100%;
 }

 .blog-content .blog-btn {
 	text-transform: uppercase;
 	font-size: 15px;
 	font-weight: 700;
 	color: #ff4f58;
 }

 .blog-wrapper,
 .post-details {
 	margin-right: -35px;
 }

 .post-item,
 .post-details {
 	box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
 	background: #fff;
 }

 .post-item .post-content,
 .post-details {
 	padding: 40px 50px;
 }

 .post-item .post-title,
 .post-details .post-title {
 	font-size: 30px;
 	line-height: 38px;
 	font-family: 'Roboto', sans-serif;
 	font-weight: 600;
 	margin-bottom: 20px;
 }

 .post-item .post-content .post-title a:hover {
 	color: #00394f;
 }

 .post-item .post-content .post-meta span,
 .post-details .post-content .post-meta span {
 	display: inline-block;
 	margin-right: 25px;
 }

 .post-item .post-content .post-meta span a,
 .post-details .post-content .post-meta span a {
 	color: #555555;
 }

 .post-item .post-content .post-meta span a i,
 .post-details .post-content .post-meta span a i {
 	color: #555555;
 	margin-right: 5px;
 	transition: .3s;
 }

 .post-item .post-content .post-meta span a:hover,
 .post-details .post-content .post-meta span a:hover {
 	color: #34cc7b;
 }

 .post-item .post-content .post-meta span a:hover i,
 .post-details .post-content .post-meta span a:hover i {
 	color: #34cc7b;
 	margin-right: 5px;
 }

 .gallery-post-active .owl-nav .owl-prev,
 .gallery-post-active .owl-nav .owl-next {
 	font-size: 18px !important;
 	line-height: 50px;
 	position: absolute;
 	top: 50%;
 	left: 30px;
 	width: 50px;
 	height: 50px;
 	-webkit-transform: translateY(-50%);
 	-ms-transform: translateY(-50%);
 	transform: translateY(-50%);
 	text-align: center;
 	color: #555 !important;
 	border-radius: 50%;
 	background-color: #fff !important;
 }

 .gallery-post-active .owl-nav .owl-next {
 	right: 30px;
 	left: auto;
 }

 .post-item .post-thumb img,
 .post-details .post-thumb img,
 .post-details .blog-inner-img img,
 .post-details .blog-inner-video img {
 	width: 100%;
 }

 .post-item .post-thumb,
 .widget li .widget-post-thumb {
 	overflow: hidden;
 }

 .post-item .post-thumb img {
 	width: 100%;
 	transition: .3s;
 	-webkit-transition: .3s;
 	-moz-transition: .3s;
 	-ms-transition: .3s;
 	-o-transition: .3s;
 	transform: scale(1);
 	-webkit-transform: scale(1);
 	-moz-transform: scale(1);
 	-ms-transform: scale(1);
 	-o-transform: scale(1);
 }

 .post-item:hover .post-thumb img,
 .widget li:hover .widget-post-thumb a img {
 	transform: scale(1.05);
 	-webkit-transform: scale(1.05);
 	-moz-transform: scale(1.05);
 	-ms-transform: scale(1.05);
 	-o-transform: scale(1.05);
 	transition: .3s;
 	-webkit-transition: .3s;
 	-moz-transition: .3s;
 	-ms-transition: .3s;
 	-o-transition: .3s;
 }

 .post-item .post-video,
 .blog-inner-video {
 	position: relative;
 }

 .post-item .post-video::before {
 	position: absolute;
 	top: 0;
 	left: 0;
 	width: 100%;
 	height: 100%;
 	content: "";
 	background: #000;
 	opacity: .2;
 	z-index: 2;
 }

 .post-item .video-icon {
 	z-index: 3;
 }

 .post-item .video-icon,
 .video-icon {
 	color: #ff4600;
 }

 .post-item blockquote {
 	padding: 70px 50px;
 	background: #ff4f58;
 	margin-bottom: 0;
 }

 .post-item blockquote p {
 	font-size: 22px;
 	color: #fff;
 	line-height: 36px;
 	font-weight: 500;
 }

 .pagination ul li {
 	display: inline-block;
 	margin-right: 10px;
 }

 .pagination ul li:last-child {
 	margin-right: 0;
 }

 .pagination ul li a {
 	background: transparent;
 	color: #2f2838;
 	border: 1px solid #edf7fe;
 	width: 50px;
 	height: 50px;
 	font-family: 'Roboto', sans-serif;
 	font-weight: 600;
 	line-height: 50px;
 	display: inline-block;
 	text-align: center;
 	position: relative;
 	z-index: 1;
 	overflow: hidden;
 	border-radius: 2px;
 	-webkit-border-radius: 2px;
 	-moz-border-radius: 2px;
 	-ms-border-radius: 2px;
 	-o-border-radius: 2px;
 }

 .pagination ul li a::before {
 	position: absolute;
 	top: 0;
 	left: 0;
 	width: 100%;
 	height: 100%;
 	content: "";
 	background-image: -webkit-linear-gradient(145deg, rgb(0 102 61) 0%, rgb(142, 207, 53) 100%);
 	background-image: linear-gradient(145deg, rgb(0 102 61) 0%, rgb(142, 207, 53) 100%);
 	opacity: 0;
 	transition: .3s;
 	-webkit-transition: .3s;
 	-moz-transition: .3s;
 	-ms-transition: .3s;
 	-o-transition: .3s;
 	z-index: -1;
 }

 .pagination ul li a:hover::before,
 .pagination ul li.active a::before {
 	opacity: 1;
 }

 .pagination ul li a:hover,
 .pagination ul li.active a {
 	color: #fff;
 	border-color: #23cc88;
 	box-shadow: 0px 4px 7px 0px rgba(38, 204, 133, 0.36);
 }

 .blog-sidebar {
 	padding-left: 50px;
 }

 .widget {
 	padding: 30px 35px;
 	background: #fff;
 	box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
 }

 .widget ul {
 	list-style: none;
 }

 .widget .search-form {
 	position: relative;
 }

 .widget .search-form input {
 	background: transparent;
 	border: none;
 	height: 60px;
 	width: 100%;
 	padding-left: 20px;
 	outline: none;
 	box-shadow: none;
 	border: 2px solid #f4f4f4;
 }

 .widget .search-form input:focus {
 	border-color: #23cc88;
 }

 .widget .search-form button {
 	position: absolute;
 	background: no-repeat;
 	border: none;
 	right: 0;
 	top: 0;
 	line-height: 55px;
 	height: 100%;
 	width: 50px;
 	color: #5c5c5c;
 	cursor: pointer;
 	outline: none;
 }

 .widget .widget-header {
 	font-size: 18px;
 	font-family: 'Roboto', sans-serif;
 	font-weight: 700;
 	line-height: 18px;
 	position: relative;
 	z-index: 1;
 	margin-right: -35px;
 	margin-left: -35px;
 	padding-left: 35px;
 	padding-right: 35px;
 	margin-bottom: 25px;
 	padding-bottom: 25px;
 	text-transform: capitalize;
 }

 .widget .widget-header::after {
 	position: absolute;
 	bottom: 0;
 	left: 0;
 	width: 100%;
 	height: 1px;
 	content: "";
 	background: #f6fafd;
 }

 .widget .widget-wrapper li {
 	margin-bottom: 14px;
 	padding-bottom: 14px;
 	border-bottom: 1px solid #f6fafd;
 }

 .widget .widget-wrapper li:last-child {
 	margin-bottom: 0;
 	padding-bottom: 0;
 	border: none;
 }

 .widget .widget-wrapper li a {
 	color: #00394f;
 }

 .widget .widget-wrapper li>a:hover {
 	color: #23cc88;
 	padding-left: 5px;
 }

 .widget .widget-wrapper li a i {
 	margin-right: 5px;
 }

 .widget .widget-post li {
 	margin-bottom: 18px;
 	padding-bottom: 18px;
 }

 .widget .widget-post-thumb {
 	width: 90px;
 	height: 85px;
 }

 .widget .widget-post-thumb img {
 	object-fit: cover;
 }

 .widget .widget-post-thumb a {
 	display: inline-flex;
 	height: 100%;
 }

 .widget .widget-post-thumb a img {
 	width: 100px;
 	transition: .3s;
 	-webkit-transition: .3s;
 	-moz-transition: .3s;
 	-ms-transition: .3s;
 	-o-transition: .3s;
 }

 .widget .widget-post-content {
 	width: calc(100% - 115px);
 }

 .widget .widget-post-content h5 {
 	font-size: 16px;
 	font-weight: 400;
 	font-family: 'Roboto', sans-serif;
 	line-height: 24px;
 }

 .widget .widget-post-content a {
 	color: #362725;
 	font-weight: 600;
 }

 .tagcloud,
 .single-post-tag {
 	margin: -5px;
 }

 .tagcloud a,
 .single-post-tag a {
 	font-size: 14px;
 	line-height: 1;
 	position: relative;
 	z-index: 1;
 	display: inline-block;
 	margin: 5px;
 	padding: 12px 15px;
 	color: #696969;
 	border: 1px solid #f4f4f4;
 	border-radius: 5px;
 	transition: .3s;
 	-webkit-transition: .3s;
 	-moz-transition: .3s;
 	-ms-transition: .3s;
 	-o-transition: .3s;
 	overflow: hidden;
 }

 .tagcloud a::before,
 .single-post-tag a::before {
 	position: absolute;
 	top: 0;
 	left: 0;
 	width: 100%;
 	height: 100%;
 	content: "";
 	background-image: -webkit-linear-gradient(145deg, rgb(35, 204, 136) 0%, rgb(142, 207, 53) 100%);
 	background-image: linear-gradient(145deg, rgb(35, 204, 136) 0%, rgb(142, 207, 53) 100%);
 	opacity: 0;
 	transition: .3s;
 	-webkit-transition: .3s;
 	-moz-transition: .3s;
 	-ms-transition: .3s;
 	-o-transition: .3s;
 	z-index: -1;
 }

 .tagcloud a:hover::before,
 .single-post-tag a:hover::before {
 	opacity: 1;
 }

 .tagcloud a:hover,
 .single-post-tag a:hover {
 	color: #fff;
 	border-color: #23cc88;
 	box-shadow: 0px 4px 7px 0px rgba(38, 204, 133, 0.36);
 }

 .post-details .post-thumb {
 	margin-left: -50px;
 	margin-right: -50px;
 	margin-top: -40px;
 	margin-bottom: 40px;
 }

 .post-details blockquote {
 	padding: 40px 50px;
 	background: #ff6866;
 	padding-left: 109px;
 	margin: 28px 0;
 	position: relative;
 }

 .post-details blockquote::before {
 	content: "\f10d";
 	left: 50px;
 	top: 38px;
 	position: absolute;
 	color: #fff;
 	font-family: "Font Awesome 5 Free";
 	font-weight: 900;
 	font-size: 45px;
 }

 .post-details blockquote p {
 	color: #fff;
 	font-size: 18px;
 	line-height: 30px;
 	font-weight: 500;
 	margin: 0;
 }

 .post-details blockquote cite {
 	display: block;
 	text-align: right;
 }

 .post-details blockquote cite a {
 	color: #fff;
 	font-weight: 700;
 }

 .post-tag-wrapper {
 	border-top: 1px solid #f4f4f4;
 	border-bottom: 1px solid #f4f4f4;
 	padding-top: 30px;
 	padding-bottom: 30px;
 }

 .blog-share-icon a {
 	background: #4267b2;
 	display: inline-block;
 	width: 40px;
 	height: 40px;
 	text-align: center;
 	color: #fff;
 	line-height: 40px;
 	border-radius: 5px;
 	margin-right: 5px;
 }

 .blog-share-icon a:nth-child(2) {
 	background: #ea4c89;
 }

 .blog-share-icon a:nth-child(3) {
 	background: #4db2ec;
 }

 .blog-share-icon a:nth-child(4) {
 	background: #db4437;
 }

 .post-comment-form {
 	margin-top: 30px;
 	border-top: 1px solid #f4f4f4;
 	padding-top: 35px;
 }

 .comment-title {
 	margin-bottom: 30px;
 }

 .comment-title h4 {
 	font-size: 24px;
 	font-family: 'Roboto', sans-serif;
 }

 .comments ul {
 	list-style: none;
 }

 .comments .comment-title {
 	border-bottom: 1px solid #f4f4f4;
 	padding-bottom: 20px;
 }

 .comments .comment-list li:not(:last-child) {
 	margin-bottom: 30px;
 }

 .comment-box .comment-text {
 	overflow: hidden;
 }

 .comment-box .comment-avatar {
 	float: left;
 	margin-right: 20px;
 }

 .comment-box .comment-avatar img {
 	width: 100px;
 }

 .comment-box .comment-text .avatar-name h5 {
 	font-size: 18px;
 	font-weight: 600;
 	margin-bottom: 7px;
 	font-family: 'Roboto', sans-serif;
 }

 .comment-box .comment-text .avatar-name {
 	margin-bottom: 3px;
 	overflow: hidden;
 	position: relative;
 }

 .comment-box .comment-text .avatar-name span {
 	font-size: 16px;
 	color: #555555;
 }

 .comment-box .comment-text .avatar-name .reply {
 	color: #2d334d;
 	display: inline-block;
 	font-size: 14px;
 	font-weight: 400;
 	transition: .3s;
 	line-height: 1;
 	margin-top: 4px;
 	position: absolute;
 	right: 0;
 	top: 0;
 }

 .comment-box .comment-text .avatar-name .reply:hover {
 	color: #23cc88;
 }

 .comment-box .comment-text .avatar-name a i {
 	margin-right: 5px;
 }

 .comment-box .comment-text p {
 	margin-top: 10px;
 }

 .comments .children {
 	margin-left: 100px;
 }

 .children .comment-box {
 	padding-top: 0;
 }

 .post-comment-form input,
 .post-comment-form textarea {
 	width: 100%;
 	height: 60px;
 	margin-bottom: 20px;
 	border: 2px solid #f4f4f4;
 	padding: 0 20px;
 	box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
 	transition: .3s;
 	-webkit-transition: .3s;
 	-moz-transition: .3s;
 	-ms-transition: .3s;
 	-o-transition: .3s;
 }

 .post-comment-form textarea {
 	height: 200px;
 	padding: 20px;
 }

 .post-comment-form input:focus,
 .post-comment-form textarea:focus {
 	border-color: #23cc88;
 }

 .post-comment-form input::-moz-placeholder,
 .post-comment-form textarea::-moz-placeholder {
 	color: #777;
 	font-size: 15px;
 }

 .post-comment-form input::placeholder,
 .post-comment-form textarea::placeholder {
 	color: #777;
 	font-size: 15px
 }

 /* 12. brand */
 .brand-active.owl-carousel .owl-item img {
 	max-width: 100%;
 	display: inline-block;
 }

 .single-brand {
 	text-align: center;
 }

 /* 13. footer */
 .footer-area {
 	background-image: -moz-linear-gradient(0deg, rgb(0 102 61) 0%, rgb(142, 207, 53) 100%);
 	background-image: -webkit-linear-gradient(0deg, rgb(0 102 61) 0%, rgb(142, 207, 53) 100%);
 	background-image: -ms-linear-gradient(0deg, rgb(0 102 61) 0%, rgb(142, 207, 53) 100%);
 }

 .footer-top-wrapper {
 	border-bottom: 1px solid #FFF;
 }

 .footer-top-single {
 	padding: 35px 0;
 	border-right: 1px solid #FFF;
 }

 .footer-top-single-2 {
 	border-right: none;
 }

 .footer-top-icon {
 	float: left;
 	margin-right: 23px;
 }

 .footer-top-icon img {
 	filter: invert(1);
 }

 .footer-top-content h5 {
 	font-size: 14px;
 	font-family: 'Roboto', sans-serif;
 	color: #fff;
 	font-weight: 500;
 }

 .footer-top-content span {
 	font-size: 14px;
 	font-family: 'Roboto', sans-serif;
 	color: #fff;
 	font-weight: 700;
 }

 .footer-top-content span a{
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	color: #fff;
	font-weight: 700;
}
.footer-top-content span a:hover{
	color: black;
}

 .Addresstext {
 	display: flex;
 }

 .footer-widget h3 {
 	color: #fff;
 	font-size: 24px;
 	font-weight: 700;
 	font-family: 'Roboto', sans-serif;
 	position: relative;
 	padding-bottom: 30px;
 	margin-bottom: 25px;
 }

 .footer-widget h3::before {
 	position: absolute;
 	bottom: 0;
 	left: 0;
 	width: 60px;
 	height: 1px;
 	content: "";
 	background: #804bff;
 }

 .footer-widget p {
 	color: #fff;
 	line-height: 26px;
 	margin-bottom: 23px;
 }

 .footer-widget .footer-social h4 {
 	color: #fff;
 	font-size: 15px;
 	font-family: 'Roboto', sans-serif;
 	font-weight: 600;
 	margin-bottom: 14px;
 }

 .footer-widget .footer-social a {
 	color: #fff;
 	font-size: 16px;
 	margin-right: 15px;
 }

 .footer-widget .footer-social a:hover {
 	color: #23cc88;
 }

 .footer-widget .fp-single:not(:last-child) {
 	border-bottom: 1px solid #7346e0;
 	padding-bottom: 24px;
 	margin-bottom: 22px;
 }

 .footer-widget .fp-single {
 	display: flex;
 	align-items: center;
 }

 .footer-widget .fp-single .thumb {
 	float: left;
 	margin-right: 20px;
 	margin-top: 2px;
 	overflow: hidden;
 }

 .footer-widget .fp-single .thumb img {
 	transition: .3s;
 	-webkit-transition: .3s;
 	-moz-transition: .3s;
 	-ms-transition: .3s;
 	-o-transition: .3s;
 }

 .footer-widget .fp-single:hover .thumb img {
 	transform: scale(1.05);
 }

 .footer-widget .fp-single .content {
 	width: calc(100% - 120px);
 }

 .footer-widget .fp-single .content span {
 	color: #fff;
 	display: inline-block;
 	margin-bottom: 5px;
 }

 .footer-widget .fp-single .content h5 a {
 	font-size: 15px;
 	color: #ffff;
 	margin-bottom: 0;
 	line-height: 24px;
 	font-family: 'Roboto', sans-serif;
 }

 .footer-widget form input {
 	height: 56px;
 	width: 100%;
 	padding: 0 20px;
 	background: none;
 	color: #fff;
 	border: 1px solid #7346e0;
 	margin-bottom: 25px;
 }

 .footer-widget form input:focus {
 	border-color: #fff;
 }

 .footer-widget form input::-moz-placeholder {
 	color: #fff;
 	font-size: 16px;
 	opacity: 1;
 }

 .footer-widget form input::placeholder {
 	color: #fff;
 	font-size: 16px;
 	opacity: 1;
 }

 .copyright-text p {
 	font-size: 14px;
 	margin: 0;
 	color: #fff;
 }

 .copyright-text p a {
 	color: #ffffff;
 }

 .footer-social ul {
 	display: flex;
 	justify-content: flex-end;
 }

 .footer-social ul li {
 	display: flex;
 	align-items: center;
 	margin-left: 14px;
 	position: relative;
 	padding-right: 22px;
 }

 .footer-social ul li:first-child {
 	margin-left: 0;
 }

 .footer-social ul li:last-child {
 	padding: 0;
 }

 .footer-social ul li::before {
 	position: absolute;
 	width: 1px;
 	height: 40px;
 	right: 0;
 	content: "";
 	background: #efefef;
 	transform: rotate(32deg);
 }

 .footer-social ul li:last-child::before {
 	background: none;
 }

 .footer-social ul li a {
 	height: 40px;
 	width: 40px;
 	background: #3b5999;
 	color: #fff;
 	display: block;
 	border-radius: 50%;
 	text-align: center;
 	line-height: 40px;
 	float: left;
 	margin-right: 10px;
 }

 .footer-social ul li:nth-child(2) a {
 	background: #dd4b39;
 }

 .footer-social ul li:nth-child(3) a {
 	background: #55acee;
 }

 .footer-social ul li:nth-child(4) a {
 	background: #bd081c;
 }

 .footer-social ul li:nth-child(5) a {
 	background: #007bb6;
 }

 /* 14. page title */
 .banner-overlay {
 	position: absolute;
 	height: 100%;
 	width: 100%;
 	left: 0;
 	top: 0;
 	background-color: rgba(0, 0, 0, .2);
 }

 .page-title-area {
 	position: relative;
 	background-position: center;
 	background-size: cover;
 	background-repeat: no-repeat;
 }

 .page-title {
 	position: relative;
 	z-index: 2;
 }

 .page-title h2 {
 	font-size: 48px;
 	color: #fff;
 }

 .breadcrumb-list ul li {
 	display: inline-block;
 	color: #fff;
 	margin-right: 10px;
 	padding-right: 10px;
 	position: relative;
 }

 .breadcrumb-list ul li::before {
 	content: "-";
 	position: absolute;
 	left: -13px;
 	top: 0;
 	color: #fff;
 }

 .breadcrumb-list ul li:first-child::before {
 	display: none;
 }

 .breadcrumb-list ul li a {
 	color: #fff;
 }


 /*--------------------------------------------------------------
# contact
--------------------------------------------------------------*/
 .contact-from-wrap {
 	padding: 50px;
 	padding-top: 55px;
 	background: #fff;
 	border-radius: 10px;
 	-webkit-border-radius: 10px;
 	-moz-border-radius: 10px;
 	-ms-border-radius: 10px;
 	-o-border-radius: 10px;
 }

 .contact-from-title {
 	margin-bottom: 34px;
 }

 .contact-from-title .title {
 	font-size: 30px;
 	line-height: 1;
 	margin-bottom: 0;
 }

 .contact-from-title .icon {
 	margin-right: 14px;
 	transform: translateY(-2px);
 	-webkit-transform: translateY(-2px);
 	-moz-transform: translateY(-2px);
 	-ms-transform: translateY(-2px);
 	-o-transform: translateY(-2px);
 }

 .contact-from input,
 .contact-from textarea {
 	height: 60px;
 	padding: 0 20px !important;
 	width: 100%;
 	margin-bottom: 20px;
 	border: 2px solid #f4f4f4;
 	box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
 	transition: .3s;
 	-webkit-transition: .3s;
 	-moz-transition: .3s;
 	-ms-transition: .3s;
 	-o-transition: .3s;
 }

 .contact-from input:focus,
 .contact-from textarea:focus {
 	border-color: #23cc88;
 }

 .contact-from select {
 	color: #ACACB5 !important;
 	appearance: none;
 }

 .contact-from textarea {
 	padding: 20px !important;
 	min-height: 200px;
 }

 .contact-from ::-webkit-input-placeholder {
 	/* WebKit, Blink, Edge */
 	color: #ACACB5;
 }

 .contact-from :-moz-placeholder {
 	/* Mozilla Firefox 4 to 18 */
 	color: #ACACB5;
 	opacity: 1;
 }

 .contact-from ::-moz-placeholder {
 	/* Mozilla Firefox 19+ */
 	color: #ACACB5;
 	opacity: 1;
 }

 .contact-from :-ms-input-placeholder {
 	/* Internet Explorer 10-11 */
 	color: #ACACB5;
 }

 .contact-from ::-ms-input-placeholder {
 	/* Microsoft Edge */
 	color: #ACACB5;
 }

 .contact-from ::placeholder {
 	/* Most modern browsers support this now. */
 	color: #ACACB5;
 }

 .mr--22-lg-none {
 	margin-right: -22px;
 }

 .contact-info {
 	margin-left: 32px;
 	background: linear-gradient(45deg, #005331 0%, rgb(142, 207, 53) 100%);
 	;
 	padding: 50px;
 	padding-bottom: 0;
 	overflow: hidden;
 	/* border-radius: 10px; */
 	/* -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px; */
 	height: 100%;
 }

 .contact-info-title {
 	margin-bottom: 30px;
 }

 .contact-info-title .icon {
 	margin-right: 14px;
 	transform: translateY(-2px);
 	-webkit-transform: translateY(-2px);
 	-moz-transform: translateY(-2px);
 	-ms-transform: translateY(-2px);
 	-o-transform: translateY(-2px);
 }

 .contact-info-title img {
 	margin-right: 15px;
 }

 .contact-info .title {
 	font-size: 30px;
 	color: #fff;
 	margin-bottom: 0;
 	line-height: 1;
 }

 .contact-info .ci-text {
 	font-size: 18px;
 	line-height: 28px;
 	color: #fff;
 	font-weight: 500;
 	margin-bottom: 0;
 }

 .contact-info .ci-text p {
 	margin-bottom: 0;
 }

 .contact-info .contact-info-head {
 	padding: 0 50px 46px 50px;
 	margin-left: -50px;
 	margin-right: -50px;
 	margin-bottom: 33px;
 	border-bottom: 1px solid #514399;
 }

 .contact-info .oh-title {
 	margin-bottom: 23px;
 }

 .contact-info .contact-mail {
 	font-size: 18px;
 	color: #DDB06F;
 	margin-top: 23px;
 	font-weight: 500;
 	text-decoration: underline;
 }

 .contact-info .social-icon {
 	margin-top: 32px;
 	/* background: #372C72; */
 	margin-left: -50px;
 	margin-right: -45px;
 	padding-top: 45px;
 	padding-bottom: 45px;
 }

 .contact__info--item {
 	padding: 50px 30px;
 	padding-bottom: 40px;
 	background: #fff;
 	box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
 }

 .contact__info--item .icon {
 	position: relative;
 	z-index: 1;
 	display: inline-flex;
 	margin-bottom: 22px;
 	height: 70px;
 	align-items: center;
 	justify-content: center;
 }

 .contact__info--item .icon svg {
 	max-height: 65px;
 }

 .contact__info--item .icon::before {
 	position: absolute;
 	top: -15px;
 	left: -27px;
 	width: 100px;
 	height: 100px;
 	background: #F4F2F6;
 	content: "";
 	z-index: -1;
 	border-radius: 50%;
 	-webkit-border-radius: 50%;
 	-moz-border-radius: 50%;
 	-ms-border-radius: 50%;
 	-o-border-radius: 50%;
 }

 .contact__info--item .title {
 	font-size: 24px;
 	margin-bottom: 7px;
 	text-transform: capitalize;
 }

 .contact__info--item p {
 	margin-bottom: 0;
 	font-size: 20px;
 	line-height: 28px;
 }

 .contact__info--item a {
 	display: block;
 	color: #555555;
 	font-size: 20px;
 	line-height: 28px;
 	font-weight: 400;
 }

 .google-map {
 	height: 700px;
 }

 .google-map iframe {
 	height: 700px;
 	width: 100%;
 	border: 0;
 }

 .contact-from-inner {
 	padding: 60px;
 	background: #f0efef;
 	position: relative;
 	z-index: 1;
 	box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
 }

 .mb--none-140 {
 	margin-bottom: -140px;
 }

 /* preloder */
 #loading {
 	background-color: #fff;
 	height: 100%;
 	width: 100%;
 	position: fixed;
 	z-index: 999;
 	margin-top: 0px;
 	top: 0px;
 }

 #loading-center {
 	width: 100%;
 	height: 100%;
 	position: relative;
 }

 #loading-center-absolute {
 	position: absolute;
 	left: 50%;
 	top: 50%;
 	height: 60px;
 	width: 60px;
 	margin-top: -30px;
 	margin-left: -30px;
 	-webkit-animation: loading-center-absolute 1s infinite;
 	animation: loading-center-absolute 1s infinite;

 }

 .object {
 	width: 20px;
 	height: 20px;
 	background-color: #FFF;
 	float: left;
 	-moz-border-radius: 50% 50% 50% 50%;
 	-webkit-border-radius: 50% 50% 50% 50%;
 	border-radius: 50% 50% 50% 50%;
 	margin-right: 20px;
 	margin-bottom: 20px;
 }

 .object:nth-child(2n+0) {
 	margin-right: 0px;

 }

 #object_one {
 	-webkit-animation: object_one 1s infinite;
 	animation: object_one 1s infinite;
 	background: #23CC88;
 }

 #object_two {
 	-webkit-animation: object_two 1s infinite;
 	animation: object_two 1s infinite;
 	background: #FF4F58;
 }

 #object_three {
 	-webkit-animation: object_three 1s infinite;
 	animation: object_three 1s infinite;
 	background: #FFB400;
 }

 #object_four {
 	-webkit-animation: object_four 1s infinite;
 	animation: object_four 1s infinite;
 	background: #8ECF35;
 }

 @-webkit-keyframes loading-center-absolute {
 	100% {
 		-ms-transform: rotate(360deg);
 		-webkit-transform: rotate(360deg);
 		transform: rotate(360deg);
 	}

 }

 @keyframes loading-center-absolute {
 	100% {
 		-ms-transform: rotate(360deg);
 		-webkit-transform: rotate(360deg);
 		transform: rotate(360deg);
 	}
 }




 @-webkit-keyframes object_one {
 	50% {
 		-ms-transform: translate(20px, 20px);
 		-webkit-transform: translate(20px, 20px);
 		transform: translate(20px, 20px);
 	}
 }

 @keyframes object_one {
 	50% {
 		-ms-transform: translate(20px, 20px);
 		-webkit-transform: translate(20px, 20px);
 		transform: translate(20px, 20px);
 	}
 }


 @-webkit-keyframes object_two {
 	50% {
 		-ms-transform: translate(-20px, 20px);
 		-webkit-transform: translate(-20px, 20px);
 		transform: translate(-20px, 20px);
 	}
 }

 @keyframes object_two {
 	50% {
 		-ms-transform: translate(-20px, 20px);
 		-webkit-transform: translate(-20px, 20px);
 		transform: translate(-20px, 20px);
 	}
 }



 @-webkit-keyframes object_three {
 	50% {
 		-ms-transform: translate(20px, -20px);
 		-webkit-transform: translate(20px, -20px);
 		transform: translate(20px, -20px);
 	}
 }

 @keyframes object_three {
 	50% {
 		-ms-transform: translate(20px, -20px);
 		-webkit-transform: translate(20px, -20px);
 		transform: translate(20px, -20px);
 	}
 }



 @-webkit-keyframes object_four {
 	50% {
 		-ms-transform: translate(-20px, -20px);
 		-webkit-transform: translate(-20px, -20px);
 		transform: translate(-20px, -20px);
 	}
 }

 @keyframes object_four {
 	50% {
 		-ms-transform: translate(-20px, -20px);
 		-webkit-transform: translate(-20px, -20px);
 		transform: translate(-20px, -20px);
 	}
 }





 /* Custome Code Area */

 @import url('https://fonts.googleapis.com/css2?family=Tilt+Warp&family=Titan+One&display=swap');

 .about-image {
 	padding: 20px;
 	border-top: none;
 	border-right: none;
 	border-bottom: none;
 	border-left: 15px solid rgb(142, 207, 53);
 	transition: 1s ease-in;

 }

 .about-image img:hover {
 	transform: scale(1.1);
 }

 .about-content-two {
 	padding: 20px;
 }

 .about-image:hover {
 	box-shadow: inset #333 -5px 1px 20px 2px;
 	/* box-shadow: inset #fff 0 0 0 0; */
 	transition: 1s ease-in;
 }


 /* Banner Card */


 .banner-card {
 	/* background: #7bda83; */
 }

 .card1-bg-color {
 	background: #7bda83;
 	border-radius: 12px;
 }

 .card1-title {
 	padding: 0 20px;
 	font-family: var(--font-family);
 	font-weight: 600;
 	font-size: 56px;
 	/* line-height: 67.2px; */
 	text-align: Center;
 	margin-bottom: 3rem;
 }

 .banner-card .card1 {
 	gap: 15px;
 	height: 100%;
 	padding: 26px 10px;
 	display: flex;
 	flex-direction: column;
 	justify-content: space-between;
 	align-items: center;
 }

 .card1-text p {
 	font-size: 18px;
 	font-family: var(--font-family-2);
 	font-weight: 500;
 	line-height: 28px;
 	text-align: center;
 	margin-top: 10px;
 }

 .banner-card .card-body {
 	padding: 0;
 }

 .card1 .img {
 	width: auto;
 	height: auto;
 	border-radius: 50%;
 	/* background-color: black; */
 	align-self: center;
 	display: flex;
 	justify-content: center;
 	align-items: center;
 }

 .card1 .img img {
 	width: 100%;
 	height: auto;
 	border-radius: 10px;
 }

 .card1 .img img:hover {
 	/* filter: blur(2px); */
 	box-shadow: #00394f 1px 1px 1px;
 	filter: grayscale(1);
 	transition: 1s;

 }

 h3 {
 	font-weight: 600;
 }

 .card1 .card-footer {
 	background: none;
 }

 .banner-card .btn-dark {
 	/* font-family: var(--font-family); */
 	font-size: 18px;
 	font-weight: 400;
 	color: white;
 	background-color: #047c0e;
 	padding: 6px 32px;
 	display: inline-flex;
 	gap: 16px;
 	border-radius: 4px;
 	border: none;
 	/* margin-top: 10px; */
 }

 .btn-dark:hover,
 .btn-dark:focus {
 	background: #fff;
 	color: #047c0e;
 	box-shadow: rgb(142, 207, 53) 0px 0px 9px 1px;
 }

 body {
 	overflow: hidden;
 }

 .cta-poster {
 	background: url(../img/slider/desktop7.jpg);
 	background-size: cover;
 	background-repeat: no-repeat;
 	height: 100vh;
 }

 .cta {
 	background: linear-gradient(to left, #e6ffea, rgb(255, 254, 188));
 }

 .cta-area {
 	padding: 40px 10px;
 	background: linear-gradient(to left, #005331, rgb(142, 207, 53));
 	justify-content: center;
 	align-items: center;
 	color: #fff;
 	border-radius: 10px;
 }

 /* Minimal styling for demonstration purposes */
 .footer-slider {
 	max-width: 100%;
 	margin: 0 auto;
 	overflow: hidden;
 }

 .footer-slider .swiper-slide {
 	text-align: center;
 	height: 150px;
 	/* Set the desired height for your slider */
 	display: flex;
 	align-items: center;
 	justify-content: center;
 }

 .footer-slider img {
 	max-width: 100%;
 	max-height: 100%;
 }

 .footer-slider .swiper-button-next,
 .footer-slider .swiper-button-prev {
 	font-size: 18px;
 }