 /*==========================
	Custom css
==========================*/
 /* BigShow Owl Slider */
 .slider-title {
 	font-size: 70px;
 	line-height: 70px;
 	font-family: 'Abhaya Libre', serif;
 	color: var(--bg-color-sc);
 	/*color:#5E5E5E;*/
 }

 .slide-item-img img {
 	-webkit-mask-image: url(../images/main-slider/slide-bg.png);
 	mask-image: url(../images/main-slider/slide-bg.png);
 	-webkit-mask-position: center center;
 	mask-position: center center;
 	-webkit-mask-repeat: no-repeat;
 	mask-repeat: no-repeat;
 	-webkit-mask-size: auto 100%;
 	mask-size: auto 100%;
 }

 .slider-title span {
 	display: block;
 	position: relative;
 }

 .slide-content-area p {
 	max-width: 600px;
 	font-size: 18px;
 	margin-bottom: 40px;
 	font-weight: 400;
 	color: #000;
 	line-height: 30px;
 }

 .slide-content-area a {
 	margin-right: 15px;
 }

 .owl-slider.owl-carousel .owl-nav .owl-prev,
 .owl-slider.owl-carousel .owl-nav .owl-next {
 	background: var(--bg-color);
 	padding: 12px 15px !important;
 	border: 0;
 	margin: 0 10px !important;
 	border-radius: 30px;
 	color: #fff;
 }

 .owl-slider .owl-prev:hover,
 .owl-slider .owl-next:hover {
 	background: var(--bg-color-ho);
 }

 .slide-item {
 	position: relative;
 }

 .slide-item .slide-content {
 	display: block;
 	height: 100%;
 	left: 0;
 	position: absolute;
 	top: 0;
 	width: 100%;
 }

 .slide-item-img img {
 	object-fit: cover;
 }

 .slide-content-box {
 	position: relative;
 	top: 50%;
 	transform: translateY(-50%);
 	-moz-transform: translateY(-50%);
 	-o-transform: translateY(-50%);
 	-webkit-transform: translateY(-50%);
 	transition: all 1s ease 0.5s;
 	-webkit-transition: all 1s ease 0.5s;
 	-o-transition: all 1s ease 0.5s;
 	-moz-transition: all 1s ease 0.5s;
 	display: flex;
 	height: 100%;
 	align-items: center;
 }

 .owl-slider {}

 /* Theme Btn */
 /* .kids-btn{
	background: rgb(255,152,22);
	background: -moz-linear-gradient(top, rgba(255,152,22,1) 0%, rgba(255,133,0,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,152,22,1) 0%,rgba(255,133,0,1) 100%);
	background: linear-gradient(to bottom, rgba(255,152,22,1) 0%,rgba(255,133,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9816', endColorstr='#ff8500',GradientType=0 );
	box-shadow: inset -3px -3px 0 0 rgba(0,0,0,0.15);
	padding:15px 18px 15px 18px;
	font-size:21px;
	font-weight:400;
}
.kids-btn i{
	width:43px;
	height:43px;
	border-radius:43px;
	background: rgb(231,114,0);
	background: -moz-linear-gradient(top, rgba(231,114,0,1) 0%, rgba(255,156,33,1) 100%);
	background: -webkit-linear-gradient(top, rgba(231,114,0,1) 0%,rgba(255,156,33,1) 100%);
	background: linear-gradient(to bottom, rgba(231,114,0,1) 0%,rgba(255,156,33,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e77200', endColorstr='#ff9c21',GradientType=0 );
	line-height:43px;
	box-shadow: 0px -1px 0px 0 rgba(0,0,0,0.20),inset 0px -2px 0px 0 rgba(255,255,255,0.4);
	margin-right: 15px;
} */

 .section-head h2 {
 	font-size: 50px;
 	line-height: 60px;
 	margin-bottom: 5px;
 }

 .section-head p {
 	font-size: 18px;
 	font-weight: 300;
 	line-height: 30px;
 }

 @media screen and (max-width:991px) {
 	.top-bar .dlab-topbar-left ul li {
 		padding-right: 10px;
 	}

 	.top-bar .dlab-topbar-left ul li, .top-bar .dlab-topbar-right ul li {
 		font-size: 12px;
 	}
 }

 @media only screen and (max-width: 767px) {
 	.logo-header {
 		margin-right: 0px;
 	}

 	.mo-left .navbar-toggler.open:after {
 		margin: 0 0px 0px 10px;
 	}
 }

 /* service iconbox */
 .sr-iconbox .dlab-tilte {
 	font-size: 18px;
 	font-weight: 500;
 	margin-bottom: 0;
 	line-height: 30px;
 	color: #252525;
 }

 .sr-iconbox .icon-lg img {
 	height: auto;
 }

 .sr-iconbox .icon-lg {
 	width: auto;
 }

 .dots-none .owl-dots {
 	display: none;
 }

 .about-box p {
 	font-size: 18px;
 }

 .about-box .icon-bx-wraper {
 	margin-bottom: 15px;
 }

 .about-box .icon-bx-wraper .icon-lg i {
 	font-size: 60px;
 	line-height: 75px;
 }

 .about-box .icon-bx-wraper .icon-lg {
 	width: 60px;
 	margin-right: 20px;
 }

 .about-box .icon-bx-wraper .dlab-tilte {
 	margin-top: 0;
 	font-size: 30px;
 	/* color: var(--text-color); */
 	/* color: #a4bf39; */
 	color: #1d6096;
 	margin-bottom: 5px;
 	line-height: 38px;
 	font-family: 'Abhaya Libre', serif;
 	font-weight: 900;
 }

 @media (max-width: 767px) {
 	.about-box .icon-bx-wraper .dlab-tilte {
 		font-size: 28px;
 	}
 }

 .about-box .icon-bx-wraper p {
 	font-size: 18px;
 	font-weight: 300;
 	line-height: 30px;
 }

 .text-blue {
 	color: #68bde5;
 }

 .text-green {
 	color: #6dce63;
 }

 .text-orange {
 	color: #ffa63d;
 }

 .about-content {
 	position: relative;
 	z-index: 1;
 	padding: 200px 0 150px 0;
 }

 .about-text h2 {
 	font-family: 'Poppins', sans-serif;
 	font-weight: 600;
 	line-height: 80px;
 	color: #fff;
 	margin-bottom: 20px;
 }

 .about-content:before,
 .about-content:after {
 	content: "";
 	height: 80px;
 	position: absolute;
 	left: 0;
 	width: 100%;
 	z-index: 2;
 	background-repeat: no-repeat;
 	background-size: 100%;
 }

 .about-content:before {
 	background-image: url(../images/line-bg2.png);
 	bottom: -1px;
 	background-position: bottom;
 }

 .about-content:after {
 	background-image: url(../images/line-bg1.png);
 	top: 0;
 }

 .text-yellow {
 	color: #fff000;
 }


 /* .frame-box:after {
 	content: "";
 	width: 100%;
 	position: absolute;
 	left: 0;
 	top: 0;
 	height: 100%;
 	background-image: url(../images/image-frame.png);
 	background-size: contain;
 	z-index: 1;
 } */

 [class*="box-frame"] img {
 	-webkit-mask-image: url(../images/team/team-bg1.png);
 	mask-image: url(../images/team/team-bg1.png);
 	-webkit-mask-position: center center;
 	mask-position: center center;
 	-webkit-mask-repeat: no-repeat;
 	mask-repeat: no-repeat;
 	-webkit-mask-size: 100%;
 	mask-size: 100%;
 }

 .team-frame2 img {
 	-webkit-mask-image: url(../images/team/team-bg2.png);
 	mask-image: url(../images/team/team-bg2.png);
 }

 .team-frame3 img {
 	-webkit-mask-image: url(../images/team/team-bg3.png);
 	mask-image: url(../images/team/team-bg3.png);
 }

 .team-frame4 img {
 	-webkit-mask-image: url(../images/team/team-bg4.png);
 	mask-image: url(../images/team/team-bg4.png);
 }

 .sprite-nav .owl-nav {
 	margin-top: 40px;
 }

 .sprite-nav .owl-next,
 .sprite-nav .owl-prev {
 	width: 50px;
 	height: 50px;
 	background-image: url(../images/icon/arrow.png) !important;
 	background-size: cover !important;
 	transition: all 0.5s;
 	-moz-transition: all 0.5s;
 	-webkit-transition: all 0.5s;
 	-ms-transition: all 0.5s;
 	-o-transition: all 0.5s;
 	background-color: transparent;
 }

 .sprite-nav .owl-next {
 	background-position: -105px 0px !important;
 }

 @media screen and (max-width:767px) {
 	.sprite-nav .owl-next {
 		background-position: 90px 0px !important;
 	}
 }

 @media screen and (max-width:575px) {
 	.sprite-nav .owl-next {
 		background-position: -123px 0px !important;
 	}
 }

 .sprite-nav .owl-prev {
 	background-position: -53px 0;
 }

 .sprite-nav .owl-next:hover {
 	background-position: right;
 }

 .sprite-nav .owl-prev:hover {
 	background-position: 0 0;
 }

 .team-box .overlay-bx {
 	display: flex;
 	flex-direction: column;
 	justify-content: center;
 }

 .team-box ul {
 	margin-bottom: 0;
 	margin-top: 10px;
 }

 .team-box ul li a {
 	width: 26px;
 	height: 26px;
 	color: #fff;
 	display: block;
 	border-radius: 30px;
 	font-size: 12px;
 	line-height: 26px;
 	background: var(--bg-color);
 }

 .team-box ul li a:hover {
 	background: var(--bg-color-ho);
 }

 .team-box .dlab-thum:after {
 	background-color: rgba(255, 255, 255, 0);
 	content: "";
 	z-index: 1;
 	width: 100%;
 	height: 100%;
 	position: absolute;
 	top: 0;
 	left: 0;
 	transition: all 0.5s;
 	-moz-transition: all 0.5s;
 	-webkit-transition: all 0.5s;
 	-ms-transition: all 0.5s;
 	-o-transition: all 0.5s;
 }

 .team-box:hover .dlab-thum:after {
 	background-color: rgba(255, 255, 255, 0.9);
 }

 .team-box .team-title {
 	text-transform: uppercase;
 	margin-bottom: 2px;
 	color: #000;
 }

 .team-box .team-info {
 	font-size: 13px;
 }

 /* Blog  */
 .blog-carousel .blog-grid {
 	margin-bottom: 0;
 }

 .blog-grid .dlab-info {
 	padding: 30px;
 }

 .blog-grid .dlab-post-title .post-title {
 	margin-top: 0;
 	margin-bottom: 10px;
 	font-size: 21px;
 	line-height: 35px;
 }

 .blog-grid .dlab-post-text {
 	margin-bottom: 15px;
 }

 .blog-grid .dlab-post-text p {
 	font-size: 16px;
 	line-height: 28px;
 	font-weight: 400;
 	color: #686868;
 }

 .blog-grid .btn-link {
 	color: #191918;
 	font-size: 18px;
 	font-style: italic;
 }

 .blog-grid .btn-link:hover {
 	color: var(--text-color);
 }

 .blog-carousel .owl-next,
 .blog-carousel .owl-prev {
 	opacity: 0;
 }

 .blog-carousel:hover .owl-next,
 .blog-carousel:hover .owl-prev {
 	margin: 0 -100px !important;
 	opacity: 1;
 }

 .blog-carousel .class-item {
 	margin-bottom: 30px;
 	box-shadow: 0 0 0 8px rgba(255, 255, 255, 1), 0 0px 30px 0px rgba(0, 0, 0, 0.2);
 }

 .widget_ftabout .footer-logo {
 	margin-bottom: 20px;
 	margin-top: -30px;
 	width: 120px;
 }

 .widget_ftabout .footer-logo .logoText {
 	flex: none;
 	font-size: 18px;
 	font-weight: 500;
 	color: #1d6096;
 }

 .widget_ftabout p {
 	font-size: 18px;
 	line-height: 32px;
 	color: #000;
 	text-transform: capitalize;
 	font-weight: 300;
 }

 .blog-carousel.sprite-nav .owl-nav {
 	margin: 0;
 }

 /* Client Box */
 .client-carousel {
 	padding: 0 100px;
 }

 .client-box {
 	background-color: #f7fbfb;
 	border-radius: 30px;
 	padding: 20px;
 	display: flex;
 	box-sizing: border-box;
 	margin: 15px 15px;
 	position: relative;
 	z-index: 1;
 }

 .client-box:after {
 	background-color: #f7fbfb;
 	border-radius: 30px;
 	content: "";
 	position: absolute;
 	width: calc(100% + 30px);
 	height: calc(100% + 30px);
 	left: -15px;
 	z-index: -2;
 	top: -15px;
 }

 .client-box:before {
 	background-color: #f7fbfb;
 	border-radius: 30px;
 	content: "";
 	position: absolute;
 	width: 100%;
 	height: 100%;
 	z-index: -1;
 	left: 0;
 	top: 0;
 	border: 2px dashed #000;
 }

 .client-box .testimonial-pic {
 	border: 0;
 	margin-bottom: 10px;
 }

 .client-box .testimonial-detail {
 	padding: 5px;
 	text-align: center;
 	max-width: 200px;
 	width: 200px;
 	min-width: 200px;
 }

 .client-box .testimonial-name {
 	color: var(--text-color-sc);
 }

 .client-box .testimonial-text {
 	padding-left: 80px;
 }

 .client-box .testimonial-text p {
 	color: #191918;
 	font-size: 18px;
 	font-weight: 400;
 	line-height: 32px;
 }

 .client-box .testimonial-text:after {
 	content: "\f10d";
 	font-size: 50px;
 	position: absolute;
 	left: 0;
 	color: #c4d0d3;
 	font-family: FontAwesome;
 	top: 10px;
 }

 /* Teacher Info */
 .teacher-info {}

 .teacher-content .teacher-coures {
 	color: #191918;
 	font-size: 18px;
 	font-weight: 400;
 	line-height: 28px;
 	margin-bottom: 20px;
 	display: block;
 	text-transform: uppercase;
 }

 .teacher-content p {
 	font-size: 18px;
 	line-height: 32px;
 	color: #000;
 	text-transform: capitalize;
 	font-weight: 300;
 }

 .teacher-content .teacher-title, .chairmanDesk .deskTitle {
 	font-family: 'Abhaya Libre', serif;
 	font-weight: 700;
 	font-size: 40px;
 	margin-bottom: 0;
 }

 .teacher-content ul {
 	margin-bottom: 0;
 }

 .teacher-content ul li a {
 	width: 40px;
 	height: 40px;
 	color: #fff;
 	display: block;
 	border-radius: 0 10px 10px 10px;
 	font-size: 16px;
 	line-height: 40px;
 	background: var(--bg-color);
 	text-align: center;
 }

 .teacher-content ul li a:hover {
 	background: var(--bg-color-ho);
 }

 .teacher-meida img {
 	width: 100%;
 	border-radius: 15px;
 }

 .video-play .popup-youtube {
 	height: 135px;
 	width: 135px;
 	border-radius: 50%;
 	line-height: 135px;
 	font-size: 36px;
 	display: block;
 	text-align: center;
 	color: #000;
 	background-color: #fff000;
 	margin: auto;
 }

 @media screen and (max-width:575px) {
 	.video-play .popup-youtube {
 		height: 85px;
 		width: 85px;
 		line-height: 85px;
 		margin: 0 auto 10px;
 	}
 }

 .video-play .popup-youtube:hover {
 	color: #000;
 	background-color: #fff000;
 }

 /* Progress Section ======= */
 .progress-section .progress-bx .progress {
 	margin-right: 50px;
 }

 .progress-section .progress-bx .count-box {
 	float: right;
 	font-size: 18px;
 	font-weight: 500;
 	color: #000;
 	line-height: 10px;
 }

 .progress-bx .bg-blue {
 	background-color: #68bde5;
 }

 .progress-bx .bg-green {
 	background-color: #6dce63;
 }

 .progress-bx .bg-orange {
 	background-color: #ffa63d;
 }

 .progress-section .progress-bx .progress {
 	height: 12px;
 	border-radius: 4px;
 	overflow: unset;
 }

 .progress-section .progress-bx {
 	margin-bottom: 30px;
 }

 .progress-section .progress-bx .title {
 	font-size: 15px;
 }

 .progress-section .progress-bx .progress-bar {
 	position: relative;
 	border-radius: 4px;
 }

 .progress-section .progress-bx .progress-bar::after {
 	content: "";
 	height: 24px;
 	width: 24px;
 	background-color: #fff;
 	right: -2px;
 	position: absolute;
 	border-radius: 50px;
 	box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
 }

 .contact-box .form-control {
 	/* background-color: #c4eafb; */
 	background-color: #d0dce5;
 	/* border: 2px solid #c4eafb; */
 	border: 2px solid #d0dce5;
 	height: 60px;
 	border-radius: 6px;
 	padding: 20px;
 	font-size: 16px;
 	font-weight: 300;
 }

 .contact-box textarea.form-control {
 	height: 180px;
 }

 .banner-map>div {
 	border-radius: 15px;
 	vertical-align: middle;
 }

 .masonry-gallery .frame-box:after {
 	background-image: none;
 	border: 2px dashed var(--text-color);
 	border-radius: 20px;
 	box-shadow: inset 0 0 0px 7px #fff, 0 0 0px 7px #fff;
 	box-sizing: border-box;
 	transform: scale(1.03);
 }

 .filter-style1 .filters {
 	padding: 0;

 }

 .filter-style1 .filters .btn:hover,
 .filter-style1 .filters .btn {
 	background-color: transparent;
 }

 .filter-style1 .filters .btn a {
 	margin: 0;
 	color: #000;
 	font-family: 'Abhaya Libre', serifb;
 	text-transform: capitalize;
 	font-size: 20px;
 	padding: 0 15px;
 	font-weight: 900;
 }

 .filter-style1 .filters .active.btn a {
 	color: var(--bg-color)
 }

 /* Class Item */
 .class-item {
 	margin-bottom: 50px;
 }

 .class-item .class-media {
 	position: relative;
 	text-align: cenetr;
 	overflow: hidden;
 }

 .class-item .class-media p {
 	margin: 0;
 	display: inline-block;
 	font-size: 14px;
 	/* background: #FF4; */
 	background: #1d6096;
 	position: absolute;
 	bottom: 0;
 	padding: 5px 20px;
 	color: #fff;
 	font-weight: 500;
 	border-radius: 10px 10px 0px 0px;
 	width: calc(100% - 40px);
 	left: 20px;
 	text-align: center;
 }

 blockquote {
 	font-size: 16px;
 }

 .class-info p {
 	font-size: 16px;
 	line-height: 28px;
 	color: #686868;
 	margin-bottom: 15px;
 }

 .class-info h4 {
 	margin-bottom: 5px;
 }

 .class-item .class-media p span {
 	/* color: #000; */
 	color: #fff;
 	font-weight: 700;
 }

 .class-info a {
 	color: var(--text-color);
 }

 .class-info .classInfoHead {
 	color: #333333;
 	font-size: 28px;
 	font-weight: 700;
 	margin-bottom: 20px;
 }

 .class-info {
 	padding: 20px;
 }

 .class-item {
 	background: #fff;
 	/* border: 2px dashed var(--text-color); */
 	border: 2px dashed #a4bf39;
 	border-radius: 10px;
 	padding: 8px;
 	box-shadow: 0 0 0 8px rgba(255, 255, 255, 1), 0 10px 50px 0px rgba(61, 68, 240, 0.1);
 }

 .class-item:hover .class-media img {
 	transition: all 0.3s ease-in-out;
 }

 .class-item:hover .class-media img {
 	transform: scale(1.06);
 }

 .schedule {
 	margin: 0;
 	padding: 0;
 	list-style: none;
 	display: flex;
 }

 .schedule li {
 	/* flex: 0 0 33.33%; */
 	/* max-width: 33.33%; */
 	border-radius: 8px;
 	border: 2px solid #fff;
 	/* padding: 10px 15px; */
 	padding: 5px 12px;
 	border-radius: 50px;
 	text-align: center;
 }

 .academicsCard.schedule li {
 	border-radius: 8px;
 }

 .schedule li span {
 	display: block;
 	font-weight: 500;
 	color: #fff;
 	font-size: 12px;
 }

 .classCardBtn {}

 .schedule li span:last-child {
 	font-size: 16px;
 }

 .classes-details .class-info {
 	padding: 0;
 }

 .classes-details .class-media+.class-info {
 	padding-top: 20px;
 }

 .classes-details .post-title {
 	margin-bottom: 5px;
 	font-family: 'Abhaya Libre', serif;
 }

 .classes-details .post-title a {
 	color: #000;
 }

 .details-tbl {
 	margin-bottom: 50px;
 }

 .class-details {
 	margin: 0px;
 	padding: 0;
 }

 .class-details li {
 	overflow: hidden;
 	list-style: none;
 	padding: 15px 20px;
 	/* background-color: var(--bg-color-sc); */
 	background-color: #80856d;
 	border-radius: 4px;
 	color: #fff;
 	font-weight: 500;
 	font-size: 14px;
 	margin-bottom: 10px;
 	transition: all 0.5s;
 	-moz-transition: all 0.5s;
 	-webkit-transition: all 0.5s;
 	-ms-transition: all 0.5s;
 	-o-transition: all 0.5s;
 }

 .class-details li:hover {
 	transform: scale(1.05);
 	-moz-transform: scale(1.05);
 	-ms-transform: scale(1.05);
 	-webkit-transform: scale(1.05);
 	-o-transform: scale(1.05);
 }

 .class-details li:nth-child(2n+1) {
 	background-color: var(--bg-color);
 }

 .class-details .name {
 	float: left;
 	width: 50%;
 	padding-left: 25px;
 	position: relative;
 }

 .class-details .info {
 	float: left;
 	width: 50%;
 	font-style: italic;
 }

 .class-details .name i {
 	font-size: 24px;
 	position: absolute;
 	left: -5px;
 	top: -2px;
 }

 .about-media img {
 	-webkit-mask-image: url(../images/about/about-bg.png);
 	mask-image: url(../images/about/about-bg.png);
 	-webkit-mask-position: center center;
 	mask-position: center center;
 	-webkit-mask-repeat: no-repeat;
 	mask-repeat: no-repeat;
 	-webkit-mask-size: 100%;
 	mask-size: 100%;
 	width: 100%;
 }

 /* .faq-box {
 	background-color: #a4bf39;
 	padding: 25px 30px;
 	border-radius: 30px;
 	box-shadow: 4px 4px 0 0 #FFDF00;
 } */

 /* .admissionInfo.faq-box .accordion-header {
 	background: #1d6096;
 } */

 /* .admissionInfo.faq-box .accordion-header .accordion-button {
 	color: #fff;
 } */

 .admissionInfo.faq-box .accordion-body {
 	/* background: #e2eaf1; */
 	padding-left: 20px;
 	padding-right: 20px;
 }

 .admissionInfo.faq-box .accordion-body li::marker {
 	color: #1d6096;
 }

 .accordion-button:focus {
 	box-shadow: none;
 }

 .faq-box .accordion-item,
 .faq-box .accordion-header {
 	background-color: transparent;
 	border: 0;
 	padding: 0;
 }

 .faq-box .accordion-header .accordion-button {
 	display: block;
 	color: #2f2b00;
 	font-size: 16px;
 	font-weight: 600;
 	border-bottom: 2px solid rgba(255, 255, 255, 0.8);
 	padding: 18px 0px 18px 50px;
 	position: relative;
 	background: transparent;
 	line-height: 1.5;
 }

 .faq-box .accordion-item:last-child .accordion-header .accordion-button {
 	border-bottom: 0;
 }

 .faq-box .accordion-header .accordion-button:after {
 	content: "\f056";
 	font-family: FontAwesome;
 	position: absolute;
 	font-size: 30px;
 	color: #000;
 	top: 8px;
 	width: auto;
 	height: auto;
 	text-shadow: 4px 1px 0 #fff;
 	left: 10px;
 	transition: all 0.5s;
 	-moz-transition: all 0.5s;
 	-webkit-transition: all 0.5s;
 	-ms-transition: all 0.5s;
 	-o-transition: all 0.5s;
 	background-image: none;
 }

 .faq-box .accordion-header .accordion-button.collapsed:after {
 	content: "\f055";
 }

 .faq-box .accordion-body {
 	color: #000;
 	font-size: 16px;
 	padding: 20px 0px;
 	line-height: 30px;
 	border-bottom: 2px solid rgba(255, 255, 255, 0.9);
 }

 .about-iconbx.icon-bx-wraper .dlab-tilte {
 	font-size: 20px;
 	color: #000;
 	margin-bottom: 10px;
 }

 .about-iconbx.icon-bx-wraper .icon-content p {
 	font-size: 15px;
 	line-height: 28px;
 	font-weight: 400;
 	color: #686868;

 }

 .about-iconbx.icon-bx-wraper [class*="icon-bx"] i {
 	font-size: 35px;
 }

 .about-iconbx.icon-bx-wraper [class*="icon-bx"] {
 	position: relative;
 }

 .about-iconbx.icon-bx-wraper [class*="icon-bx"]:after {
 	content: "";
 	background-image: url(../images/icon/rounded-bg.png);
 	position: absolute;
 	width: 100%;
 	height: 100%;
 	left: 0;
 	top: 0;
 	background-size: 100%;
 }

 .childern-box {
 	position: relative;
 	margin-top: 60px;
 }

 .childern-box .childern-1 {
 	position: absolute;
 	top: 0;
 	width: 100%;
 }

 .childern-box .childern-2 {
 	animation: jump1 .5s linear alternate infinite;
 	position: relative;
 }

 .childern-box .childern-1 {
 	animation: jump .5s linear alternate infinite;
 }

 /* @keyframes jump {
  0%   {transform: translate3d(0,0,0) scale3d(1,1,1);}
  40%  {transform: translate3d(0,50%,0) scale3d(1,1,1);}
  100% {transform: translate3d(0,100%,0) scale3d(1,1,1);}
} */
 @keyframes jump {
 	0% {
 		top: -10px;
 	}

 	30% {
 		top: -30px;
 	}

 	100% {
 		top: -50px;
 	}
 }

 @keyframes jump1 {
 	0% {
 		top: -50px;
 	}

 	30% {
 		top: -30px;
 	}

 	100% {
 		top: -10px;
 	}
 }

 @-webkit-keyframes jump {
 	0% {
 		top: -10px;
 	}

 	30% {
 		top: -30px;
 	}

 	100% {
 		top: -50px;
 	}
 }

 @-webkit-keyframes jump1 {
 	0% {
 		top: -50px;
 	}

 	30% {
 		top: -30px;
 	}

 	100% {
 		top: -10px;
 	}
 }

 .about-kids {
 	margin-bottom: -100px;
 }

 .event-box {
 	background-color: #fff04c;
 	border-radius: 15px;
 	overflow: hidden;
 	margin-bottom: 30px;
 }

 .event-info {
 	text-align: center;
 	position: relative;
 	padding: 90px 30px 30px 30px;
 }

 .event-meta ul {
 	padding: 0;
 	list-style: none;
 	margin: 0;
 }

 .event-box .post-date {
 	background: #3d56f0;
 	color: #fff;
 	width: 130px;
 	height: 130px;
 	border-radius: 130px;
 	position: absolute;
 	padding: 25px 0;
 	top: -65px;
 	left: 50%;
 	transform: translateX(-50%);
 	-webkit-transform: translateX(-50%);
 	-ms-transform: translateX(-50%);
 	-o-transform: translateX(-50%);
 	-moz-transform: translateX(-50%);
 }

 .event-box .post-date strong {
 	font-size: 60px;
 	line-height: 60px;
 	display: block;
 }

 .event-box .post-date span {
 	display: block;
 	text-transform: uppercase;
 	font-weight: 600;
 	letter-spacing: 2px;
 }

 .event-box .post-date:after {
 	content: "";
 	width: 120px;
 	height: 120px;
 	border-radius: 120px;
 	top: 5px;
 	left: 5px;
 	position: absolute;
 	border: 2px dashed #fff;
 }

 .event-box .event-meta {
 	margin-bottom: 15px;
 }

 .event-box .dlab-post-text {
 	margin-bottom: 0;
 }

 .event-box .dlab-post-text p {
 	font-weight: 500;
 	font-size: 15px;
 	color: #000;
 	line-height: 30px;
 }

 .event-box .dlab-post-title .post-title {
 	margin-top: 0;
 	margin-bottom: 5px;
 	font-weight: 500;
 	font-size: 30px;
 }

 .event-box .dlab-post-title .post-title a {
 	color: #000;
 }

 .event-box .post-author {
 	color: #3d56f0;
 	font-weight: 600;
 	text-transform: uppercase;
 	font-size: 15px;

 }

 /* Error Page ======= */
 .error-page .dz_error {
 	font-family: Poppins;
 	font-size: 260px;
 	color: #1c1c1c;
 	font-weight: 700;
 	line-height: 260px;
 }

 .error-page .error-head {
 	font-size: 40px;
 	font-weight: 400;
 	color: #484646;
 	line-height: 55px;
 	max-width: 760px;
 	display: inline-block;
 }

 .error-page .input-group .btn {
 	border-radius: 50px;
 }

 .error-page .input-group .btn:hover {
 	background-color: transparent;
 }

 .error-page .input-group .btn img {
 	width: 21px;
 }

 .error-page .input-group .form-control,
 .error-page .input-group .form-control:active,
 .error-page .input-group .form-control:focus {
 	border: 0;
 	background-color: transparent;
 	padding: 25px 30px;
 	font-weight: 500;
 }

 .error-page .input-group {
 	border: 2px solid #eceef2;
 	border-radius: 40px;
 }

 .error-page .subscribe-form {
 	max-width: 560px;
 	width: 560px;
 	display: inline-block;
 }

 .split-box {
 	position: relative;
 	overflow: hidden;
 }

 .split-box>div {
 	opacity: 0;
 	-webkit-transition: 0s .8s;
 	-o-transition: 0s .8s;
 	transition: 0s .8s;
 }

 .split-box:before,
 .split-box:after {
 	content: "";
 	position: absolute;
 	display: block;
 	width: 100%;
 	height: 100%;
 	top: 0;
 	left: 0;
 }

 .split-box:before {
 	/* background-color: #3d56f0; */
 	background-color: #1d6096;
 	z-index: 1;
 	-webkit-transform: translateX(-101%);
 	-ms-transform: translateX(-101%);
 	transform: translateX(-101%);
 }

 .split-box:after {
 	/* background-color: #fff04c; */
 	background-color: #a4bf39;
 	z-index: 2;
 	-webkit-transform: translateX(-101%);
 	-ms-transform: translateX(-101%);
 	transform: translateX(-101%);
 }

 @-webkit-keyframes split-box-animation {
 	0% {
 		-webkit-transform: translateX(-101%);
 		transform: translateX(-101%);
 	}

 	50% {
 		-webkit-transform: translateX(0);
 		transform: translateX(0);
 	}

 	100% {
 		-webkit-transform: translateX(101%);
 		transform: translateX(101%);
 	}
 }

 @keyframes split-box-animation {
 	0% {
 		-webkit-transform: translateX(-101%);
 		transform: translateX(-101%);
 	}

 	50% {
 		-webkit-transform: translateX(0);
 		transform: translateX(0);
 	}

 	100% {
 		-webkit-transform: translateX(101%);
 		transform: translateX(101%);
 	}
 }

 .split-box.split-active>div {
 	opacity: 1;
 }

 .split-box.split-active:after {
 	-webkit-animation: split-box-animation 1.2s 0.2s cubic-bezier(1, 0, 0.54, 0.99) forwards;
 	animation: split-box-animation 1.2s 0.2s cubic-bezier(1, 0, 0.54, 0.99) forwards;
 }

 .split-box.split-active:before {
 	-webkit-animation: split-box-animation 1.5s cubic-bezier(0.86, 0, 0.07, 1) forwards;
 	animation: split-box-animation 1.5s cubic-bezier(0.86, 0, 0.07, 1) forwards;
 }

 /* Comign Soon ======= */
 .coming-soon {
 	height: 100vh;
 	position: relative;
 }

 .countdown .date div strong {
 	font-size: 20px;
 	font-weight: 400;
 	color: #1b1b1b;
 	text-transform: uppercase;
 	box-shadow: inset 0px -4px 0 var(--bg-color);
 	line-height: 18px;
 	display: inline-block;
 }

 .countdown .date div {
 	display: block;
 	line-height: 30px;
 }

 .countdown .date {
 	display: inline-block;
 	text-align: center;
 	width: 130px;
 }

 .countdown .date .time {
 	font-size: 70px;
 	font-family: Poppins;
 	color: #3d56f0;
 	font-weight: 700;
 	display: block;
 	text-shadow: 3px 3px 0 #fff04c;
 }

 .countdown-box {
 	display: flex;
 	line-height: 70px;
 	align-items: start;
 	padding: 50px 50px 0;
 }

 .countdown-box .countdown {
 	margin-left: auto;
 }

 .coming-head h2 {
 	line-height: 162px;
 	font-size: 162px;
 	display: inline;
 	position: relative;
 }

 .coming-head h2 strong {
 	color: var(--bg-color-sc);
 }

 .coming-head h2 span {
 	font-size: 40px;
 	color: #1b1b1b;
 	position: absolute;
 	right: 26px;
 	line-height: 40px;
 }

 .coming-head {
 	display: block;
 	max-width: 1170px;
 	text-align: center;
 	margin-top: 50px;
 }

 .coming-head .input-group .btn {
 	border-radius: 40px;
 	height: 40px;
 	padding: 0;
 	width: 40px;
 	margin: 5px;
 	color: #000;
 }

 .coming-head .subscribe-form {
 	max-width: 600px;
 	margin-left: auto;
 	margin-right: auto;
 	margin-top: 50px;
 }

 .coming-head .subscribe-form .form-control:hover,
 .coming-head .subscribe-form .form-control:active,
 .coming-head .subscribe-form .form-control:focus,
 .coming-head .subscribe-form .form-control {
 	border: 0;
 	border-radius: 40px !important;
 }

 .coming-head .input-group {
 	background: #fff04c;
 	border: 1px solid #fff04c;
 	border-radius: 50px;

 }

 input:-internal-autofill-previewed,
 input:-internal-autofill-selected,
 textarea:-internal-autofill-previewed,
 textarea:-internal-autofill-selected,
 select:-internal-autofill-previewed,
 select:-internal-autofill-selected {
 	background-color: #fff;
 }

 /* Blog Post */
 .blog-post.style-2 {
 	background-color: #fff04c;
 	border-radius: 10px;
 	overflow: hidden;
 	/* box-shadow:6px 6px 40px 0 rgba(62,57,0,0.1); */

 }

 .blog-post.style-2.blog-half {
 	display: flex;
 }

 .blog-post.style-2.blog-half .dlab-post-media {
 	width: 315px;
 	min-width: 315px;
 	height: 300px;
 }

 .blog-post.style-2.blog-half .dlab-post-media img {
 	width: 100%;
 	height: 100%;
 	object-fit: cover;
 }

 .blog-post.style-2.blog-half .dlab-info {
 	display: flex;
 	flex-direction: column;
 	padding: 30px;
 }

 .blog-post.style-2.blog-half .dlab-info .blog-share {
 	margin-top: auto;
 }

 .blog-post.style-2 .dlab-info .dlab-post-text p {
 	font-size: 15px;
 	font-weight: 500;
 }

 /* Light Gallery */
 .lg-backdrop {
 	/* background-color: #fff000; */
 	background-color: #e7efc8;
 }

 .lg-actions .lg-next,
 .lg-actions .lg-prev,
 .lg-sub-html,
 .lg-toolbar {
 	/* background-color: #3d56f0; */
 	background-color: #1d6096;
 }

 .lg-outer .lg-toogle-thumb,
 .lg-actions .lg-next,
 .lg-actions .lg-prev,
 .lg-toolbar .lg-icon {
 	color: #fff;
 }

 .lg-outer .lg-toogle-thumb,
 .lg-outer .lg-thumb-outer {
 	/* background-color: #ed5ab0; */
 	background-color: #a4bf39;
 }

 .lg-outer .lg-thumb-item.active,
 .lg-outer .lg-thumb-item:hover {
 	/* border-color: #fff000; */
 	border-color: #1d6096;
 }

 .lg-outer .lg-thumb-item {
 	border: 4px solid #FFF;
 }

 .about-overlay-box {
 	position: absolute;
 	height: 100%;
 	width: 100%;
 	background: #000;
 	top: 0;
 	left: 0;
 	opacity: 0.5;
 	z-index: -1;
 }

 .widget:last-child {
 	margin-bottom: 30px;
 }

 @media screen and (max-width: 1200px) {

 	.owl-slider .owl-prev,
 	.owl-slider .owl-next {
 		padding: 7px 10px;
 	}

 	.slider-title {
 		font-size: 45px;
 		margin-bottom: 5px;
 		line-height: 55px;
 	}

 	.slide-content-area p {
 		margin-bottom: 20px;
 	}

 	.slide-content-area {
 		padding-left: 50px;
 	}

 	.blog-carousel.owl-btn-center-lr .owl-next,
 	.blog-carousel.owl-btn-center-lr .owl-prev {
 		position: unset;
 		opacity: 1;
 		transform: translateY(0);
 		-o-transform: translateY(0);
 		-moz-transform: translateY(0);
 		-webkit-transform: translateY(0);
 		margin: 0 5px !important;
 	}

 	.blog-carousel.sprite-nav .owl-nav {
 		margin-top: 30px;
 	}

 	.blog-carousel:hover .owl-next,
 	.blog-carousel:hover .owl-prev {
 		margin: 0 5px !important;
 	}

 	/* .schedule {
 		display: block;
 	} */

 	.schedule li {
 		/* flex: 100%; */
 		max-width: 100%;
 		text-align: center;
 	}
 }

 @media screen and (max-width: 991px) {
 	.slide-item-img img {
 		height: 600px;
 	}

 	.client-carousel {
 		padding: 0;
 	}

 	.error-page .dz_error {
 		font-size: 200px;
 		line-height: 200px;
 	}

 	.error-page .error-head {
 		font-size: 30px;
 		line-height: 45px;
 	}

 	.countdown .date {
 		width: 80px;
 	}

 	.countdown .date .time {
 		font-size: 50px;
 	}

 	.countdown .date div strong {
 		font-size: 16px;
 	}

 	.about-content {
 		padding: 100px 0 60px 0;
 	}

 	.event-box .dlab-post-title .post-title {
 		font-size: 24px;
 	}

 	.event-box .post-date:after {
 		width: 90px;
 		height: 90px;
 	}

 	.event-box .post-date {
 		width: 100px;
 		height: 100px;
 	}

 	.event-box .post-date strong {
 		font-size: 38px;
 		line-height: 38px;
 	}

 	.event-box .post-date span {
 		font-size: 14px;
 	}

 	.event-info {
 		padding: 60px 30px 30px 30px;
 	}
 }

 @media screen and (max-width: 767px) {
 	.error-page .dz_error {
 		font-size: 120px;
 		line-height: 120px;
 	}

 	.error-page .error-head {
 		font-size: 20px;
 		line-height: 34px;
 	}

 	.error-page .subscribe-form {
 		width: 100%;
 	}

 	.slider-title {
 		font-size: 26px;
 		margin-bottom: 5px;
 		line-height: 35px;
 	}

 	.slider-title span:after {
 		content: none;
 	}

 	.slider-title span {
 		padding: 0;

 	}

 	.slide-content-area {
 		margin-right: 12px;
 		padding: 10px 20px;
 		font-size: 13px;
 	}

 	.slide-content-area p {
 		margin-bottom: 10px;
 		padding-right: 35px;
 	}

 	.slide-content-area a {
 		margin-right: 10px;
 		padding: 9px 20px;
 		font-size: 14px;
 	}

 	.section-head h2, .chairmanDesk .deskTitle {
 		font-size: 28px;
 		line-height: 40px;
 		margin-bottom: 0;
 	}

 	.section-head p {
 		font-size: 16px;
 		line-height: 28px;
 	}

 	.client-box .testimonial-detail {
 		max-width: 100%;
 		width: 100%;
 		min-width: 100%;
 	}

 	.client-box {
 		flex-direction: column;
 	}

 	.client-box .testimonial-text {
 		padding: 0;
 		text-align: center;
 	}

 	.sprite-nav .owl-next, .sprite-nav .owl-prev {
 		width: 40px;
 		height: 40px;
 	}

 	.sprite-nav .owl-prev {
 		background-position: -42px 0;
 	}

 	.sprite-nav .owl-next {
 		background-position: -84px 0px;
 	}

 	.sprite-nav .owl-nav {
 		margin-top: 30px;
 	}

 	.widget_ftabout p,
 	.about-box .icon-bx-wraper p,
 	.client-box .testimonial-text p,
 	.blog-grid .dlab-post-text p {
 		font-size: 15px;
 	}

 	.client-box .testimonial-text:after {
 		content: none;
 	}

 	.testimonial-pic {
 		width: 70px;
 		height: 70px;
 	}

 	.about-content {
 		padding: 120px 0 80px 0;
 	}

 	.about-box {
 		padding-bottom: 0;
 	}

 	.about-box .icon-bx-wraper {
 		margin-bottom: 20px;
 	}

 	.sr-iconbox .dlab-tilte {
 		font-size: 16px;
 		font-weight: 500;
 		line-height: 28px;
 	}

 	.logo-header img {
 		/* height: 40px; */
 		height: 60px;
 	}

 	.logo-header .logoText {
 		font-size: 18px;
 	}

 	.dlab-topbar-left ul li,
 	.dlab-topbar-right ul li {
 		font-size: 13px;
 	}

 	.footer-top {
 		padding: 100px 0 20px;
 	}

 	.blog-post {
 		margin-bottom: 20px;
 	}

 	.comment-respond {
 		padding: 20px 0;
 	}

 	.dlab-bnr-inr::before {
 		height: 22px;
 		background-size: 100%;
 	}

 	.dlab-bnr-inr::after {
 		height: 17px;
 		background-size: 100%;
 	}

 	.countdown-box {
 		display: block;
 	}

 	.coming-head {
 		padding: 0 15px;
 	}

 	.slide-item-img img {
 		height: 450px;
 	}
 }

 @media screen and (max-width: 576px) {

 	.footer-bottom .text-left,
 	.footer-bottom .list-inline {
 		text-align: center !important;
 	}

 	.footer-top {
 		padding-bottom: 10px;
 	}

 	.footer-bottom {
 		padding: 20px 0;
 	}

 	.sr-iconbox br {
 		display: inline-block;
 	}

 	.pagination-lg .pagination>li>a,
 	.pagination-lg .pagination>li>span .pagination-lg .pagination>.previous>a,
 	.pagination-lg .pagination>.next>a {
 		font-size: 15px;
 		padding: 8px 15px;
 	}

 	.class-media.m-b50 {
 		margin-bottom: 20px;
 	}

 	.coming-head h2 {
 		line-height: 100px;
 		font-size: 100px;
 	}

 	.coming-head h2 span {
 		font-size: 24px;
 		line-height: 24px;
 	}

 	.countdown-box {
 		padding: 50px 10px 0;
 	}

 	.owl-slider .owl-nav .owl-prev,
 	.owl-slider .owl-nav .owl-next {
 		margin: 0 5px !important;
 		position: unset;
 	}

 	.about-content {
 		padding: 50px 0 20px 0;
 	}

 	.footer-top:after {
 		height: 30px;
 	}

 	.widget_ftabout .footer-logo {
 		margin-top: 0;
 	}

 	.footer-top {
 		padding: 60px 0 20px;
 	}

 	.about-content .btn {
 		margin-top: 15px;
 	}

 	.site-filters {
 		margin-bottom: 30px;
 	}

 	.childern-box {
 		display: none;
 	}

 	.about-kids {
 		margin-bottom: 0;
 	}

 	.footer-bottom span {
 		margin-bottom: 10px;

 	}
 }

 /* ============================================ */
 /* == Umang template index-3.html == */
 .data-typography-1 h1,
 .data-typography-1 h2,
 .data-typography-1 h3,
 .data-typography-1 h4,
 .data-typography-1 h5,
 .data-typography-1 h6 {
 	font-family: 'Abhaya Libre', serif;
 }

 .data-typography-1 {
 	color: #4D4D4D !important;
 	font-family: 'Poppins', sans-serif !important;
 }

 .section-head.style-1 p {
 	color: #4D4D4D !important;
 	font-weight: 400;
 }

 .section-head.style-1 h2 {
 	font-size: 50px;
 	margin-bottom: 5px;
 }

 .kids-btn.style-1 {
 	border-radius: 9px;
 	border: 2px solid #fff;
 	position: relative;
 	font-size: 20px;
 	font-weight: 500;
 	text-transform: none;
 	padding: 15px 45px;
 }

 .kids-btn.style-1:after {
 	content: "";
 	position: absolute;
 	width: calc(100% - 6px);
 	height: calc(100% - 6px);
 	top: 3px;
 	left: 3px;
 	border-radius: 5px;
 	z-index: 1;
 	border: 2px dashed #fff;
 }

 .kids-btn.style-2 {
 	border-radius: 9px;
 	border: 2px solid #fff;
 	position: relative;
 	font-size: 20px;
 	font-weight: 500;
 	text-transform: none;
 	padding: 15px 35px;
 }

 .kids-btn.style-2:after {
 	content: "";
 	position: absolute;
 	width: calc(100% - 6px);
 	height: calc(100% - 6px);
 	top: 3px;
 	left: 3px;
 	border-radius: 5px;
 	z-index: 1;
 	border: 2px dashed #fff;
 }

 .video-btn.style-1 svg {
 	width: 64px;
 	height: 64px;
 	margin-right: 12px;
 }

 .video-btn.style-1 svg circle {
 	fill: #D0D6FF;
 }

 .video-btn.style-1 svg path {
 	fill: var(--bg-color);
 }

 .video-btn.style-1 span {
 	font-size: 18px;
 	font-weight: 500;
 	color: #000000;
 }

 .mfp-bg, .mfp-wrap {
 	z-index: 999999;
 }

 .data-typography-1 .owl-nav .owl-prev, .data-typography-1 .owl-nav .owl-next {
 	position: absolute;
 	top: 50%;
 	margin: 0;
 	transform: translateY(-50%);
 	width: 54px;
 	height: 54px;
 	border-radius: 50%;
 	background: var(--bg-color);
 	padding: 0;
 	line-height: 56px;
 	font-size: 30px;
 	color: #fff;
 }

 .data-typography-1 .owl-nav .owl-prev:after, .data-typography-1 .owl-nav .owl-next:after {
 	content: "";
 	position: absolute;
 	width: calc(100% - 6px);
 	height: calc(100% - 6px);
 	top: 3px;
 	left: 3px;
 	border-radius: 50%;
 	z-index: 1;
 	border: 2px dashed #fff;
 }

 .main-bar.style-1 {
 	box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.15);
 }

 @media screen and (max-width:1199px) {
 	.kids-btn.style-1 {
 		font-size: 14px;
 		padding: 15px 30px;
 	}

 	.kids-btn.style-2 {
 		font-size: 14px;
 		padding: 15px 30px;
 	}

 	.section-head.style-1 h2 {
 		font-size: 45px;
 		line-height: 60px;
 		margin-bottom: 5px;
 	}
 }

 @media screen and (max-width:1024px) {

 	/* .page-content.style-1 .section-full {
		background-attachment: fixed!important;
	} */
 	.main-bar.style-1 .logo-header {
 		width: 125px;
 	}

 	.main-bar.style-1 .header-nav .nav>li>a {
 		font-weight: 500;
 	}

 	.top-bar.style-1 .dlab-topbar-left ul li, .top-bar.style-1 .dlab-topbar-right ul li {
 		font-size: 14px;
 	}

 	.video-btn.style-1 svg {
 		width: 54px;
 		height: 54px;
 		margin-right: 10px;
 	}

 	.video-btn.style-1 span {
 		font-size: 16px;
 		font-weight: 500;
 		color: #000000;
 	}

 	.section-head.style-1 h2 {
 		font-size: 45px;
 		line-height: 50px;
 		margin-bottom: 5px;
 	}
 }

 @media screen and (max-width:991px) {
 	.top-bar.style-1 .dlab-topbar-left, .top-bar.style-1 .dlab-topbar-right {
 		padding-left: 0;
 		padding-right: 0;
 		width: unset;
 		text-align: unset;
 	}

 	.is-fixed .main-bar.style-1 {
 		padding: 12px 0;
 	}
 }

 @media screen and (max-width:767px) {
 	.data-typography-1 .owl-nav .owl-prev, .data-typography-1 .owl-nav .owl-next {
 		width: 45px;
 		height: 45px;
 		line-height: 47px;
 		font-size: 22px;
 	}

 	.section-head.style-1 h2 {
 		font-size: 40px;
 		line-height: 45px;
 		margin-bottom: 5px;
 	}

 	.section-head.style-1 p {
 		line-height: 25px;
 	}
 }

 @media screen and (max-width:575px) {
 	.section-head.style-1 h2 {
 		font-size: 30px;
 		line-height: 35px;
 	}

 	.section-head p {
 		font-size: 14px;
 		line-height: 20px;
 	}

 	.video-btn.style-1 svg {
 		width: 48px;
 		height: 48px;
 	}

 	.kids-btn.style-1 {
 		padding: 14px 24px;
 	}

 	.kids-btn.style-2 {
 		padding: 14px 24px;
 	}

 	.data-typography-1 .owl-nav .owl-prev, .data-typography-1 .owl-nav .owl-next {
 		width: 58px;
 		height: 58px;
 		line-height: 47px;
 		font-size: 22px;
 	}
 }

 /* == header == */
 /* .is-fixed .main-bar.style-1 {
    padding: 20px 0;
} */
 /* = = = = */
 /* == banner == */
 .main-slider {
 	position: relative;
 }

 .main-slider .slide-item-img {
 	position: relative;
 	height: 760px;
 }

 .main-slider .slide-item-img:after {
 	content: "";
 	position: absolute;
 	top: 0;
 	left: 0;
 	width: 100%;
 	height: 100%;
 	background: linear-gradient(86.62deg, #FFFFFF 26.79%, rgba(255, 255, 255, 0) 40.33%);
 }

 .slide-content .background-img {
 	position: absolute;
 	top: 100px;
 	left: 100px;
 	z-index: 9;
 	width: unset !important;
 }

 .slide-content .background-img2 {
 	position: absolute;
 	bottom: 30%;
 	left: 120px;
 	z-index: 9;
 	width: unset !important;
 }

 .main-slider .banner-inner .owl-slider {
 	width: 100%;
 }

 .main-slider .banner-inner .slide-content-area .slider-title {
 	font-size: 70px;
 	max-width: 570px;
 	margin-bottom: 10px;
 }

 .main-slider .banner-inner .slide-content-area p {
 	color: #4D4D4D;
 	max-width: 520px;
 }

 /* .main-slider .banner-inner .slide-content-area {
    margin-top: 100px;
} */
 .banner-slider .slide-item .slide-item-img img {
 	width: unset;
 	margin-left: auto;
 	margin-right: 0;
 	-webkit-mask-image: none;
 	height: 100%;
 }

 .dz-banner-buttons {
 	margin-bottom: 50px;
 }

 .dz-banner-buttons .kids-btn.style-1 {
 	margin-right: 50px;
 }

 .dz-parents-profile .dz-profile-media .dz-image {
 	width: 58px;
 	height: 58px;
 	overflow: hidden;
 	border-radius: 50%;
 	display: block;
 	margin-right: 5px;
 	padding: 0;
 }

 .dz-parents-profile .dz-profile-media .dz-image img {
 	width: 100%;
 	height: 100%;
 	object-fit: cover;
 }

 .dz-parents-profile span {
 	font-family: Poppins;
 	font-size: 16px;
 	font-weight: 500;
 	line-height: 24px;
 	color: #000000;
 	margin-left: 15px;
 }

 .banner-counter {
 	z-index: 2;
 	position: relative;
 	padding: 30px 0;
 	margin-top: 0px;
 }

 .banner-counter:after,
 .banner-counter:before {
 	content: "";
 	position: absolute;
 	left: 0px;
 	width: 100%;
 	background-repeat: no-repeat;
 }

 .banner-counter:after {
 	background-image: url(../images/shape/shape-bottom.png);
 	height: 15px;
 	bottom: 0;
 	background-position: bottom;
 }

 .banner-counter:before {
 	background-image: url(../images/shape/shape-top.png);
 	top: -8px;
 	height: 15px;
 	background-position: top;
 }

 .dz-counter-box {
 	text-align: center;
 	position: relative;
 }

 .dz-counter-box .dz-numbers {
 	font-size: 50px;
 	font-weight: 700;
 	line-height: 65px;
 	color: #000000;
 	margin-bottom: 0;
 	font-family: 'Poppins', sans-serif !important;
 }

 .dz-counter-box .dz-names {
 	font-size: 18px;
 	font-weight: 700;
 	line-height: 27px;
 	margin-bottom: 0;
 	font-family: 'Poppins', sans-serif !important;
 	max-width: 200px;
 	margin: auto;
 }

 .dz-line {
 	position: relative;
 }

 .dz-line:after {
 	content: "";
 	position: absolute;
 	width: 1px;
 	height: 80px;
 	right: -10px;
 	top: 10px;
 	background-color: #8D8D8D;
 }

 .dz-line:last-child:after {
 	content: none;
 }

 .rotate-360 {
 	animation: rotate-360 30s infinite linear;
 }

 @keyframes rotate-360 {
 	from {
 		transform: rotate(0deg);
 	}

 	to {
 		transform: rotate(359deg);
 	}
 }

 /* ==Responsive== */
 @media screen and (max-width:1600px) {
 	.main-slider .slide-item-img {
 		height: 700px;
 	}

 	.slide-content .background-img {
 		left: 50px;
 		top: 30px;
 	}

 	.slide-content .background-img2 {
 		bottom: 5%;
 		width: 100px !important;
 		left: auto;
 		right: 120px;
 	}
 }

 @media screen and (max-width:1199px) {
 	.slide-content .background-img2 {
 		bottom: 20%;
 		width: 60px !important;
 		left: 60px;
 	}

 	.main-slider .banner-inner .slide-content-area .slider-title {
 		font-size: 55px;
 	}

 	.main-slider .banner-inner .slide-content-area p {
 		font-size: 16px;
 	}

 	.main-slider .slide-item-img {
 		height: 600px;
 	}
 }

 @media screen and (max-width:1024px) {
 	.main-slider .slide-item-img {
 		height: 500px;
 	}

 	.slide-content .background-img {
 		top: 20px;
 		width: 80px !important;
 		left: 0;
 		z-index: 9;
 	}

 	.slide-content .background-img2 {
 		bottom: 25%;
 		width: 100px !important;
 		left: 80%;
 	}

 	.dz-counter-box .dz-numbers {
 		font-size: 40px;
 		font-weight: 700;
 		line-height: 45px;
 		color: #000000;
 		margin-bottom: 0;
 		font-family: 'Poppins', sans-serif !important;
 	}

 	.dz-line:after {
 		height: 70px;
 		right: 0px;
 		top: 0px;
 	}

 	.dz-parents-profile .dz-profile-media .dz-image {
 		width: 48px;
 		height: 48px;
 	}

 	.dz-parents-profile span {
 		font-size: 14px;
 		margin-left: 10px;
 	}
 }

 @media screen and (max-width:991px) {
 	.dz-counter-box .dz-names {
 		font-size: 14px;
 	}

 	.slide-content .background-img,
 	.slide-content .background-img2 {
 		display: none !important;
 	}

 }

 @media screen and (max-width:767px) {
 	.banner-counter-inner {
 		width: unset;
 	}

 	.banner-counter .container {
 		max-width: unset;
 	}

 	.dz-counter-box .dz-numbers {
 		font-size: 30px;
 		line-height: 50px;
 	}

 	.dz-line:after {
 		height: 70px;
 		top: 5px;
 	}

 	.dz-line:nth-child(2):after {
 		content: none;
 	}

 	.main-slider .banner-inner .slide-content-area .slider-title {
 		font-size: 45px;
 		line-height: 50px;
 	}

 	.banner-counter {
 		padding: 30px 0;
 	}

 	.dz-banner-buttons .kids-btn.style-1 {
 		margin-right: 10px;
 	}

 	.dz-banner-buttons {
 		margin-bottom: 10px;
 	}
 }

 @media screen and (max-width:575px) {
 	.dz-counter-box .dz-numbers {
 		line-height: 40px;
 	}

 	.dz-counter-box .dz-names {
 		font-size: 12px;
 	}

 	.banner-counter {
 		margin-top: 0;
 	}

 	.owl-slider .owl-nav .owl-prev, .owl-slider .owl-nav .owl-next {
 		top: unset;
 		bottom: 0%;
 	}

 	.main-slider .banner-inner .slide-content-area p {
 		font-size: 14px;
 		padding-right: unset;
 		line-height: 25px;
 	}

 	.main-slider .banner-inner .slide-content-area .slider-title {
 		font-size: 34px;
 		line-height: 35px;
 	}

 	.main-slider .banner-inner .slide-content-area {
 		margin-right: 0;
 		padding: 0;
 		font-size: 13px;
 	}

 	.dz-parents-profile .dz-profile-media .dz-image {
 		width: 40px;
 		height: 40px;
 	}

 	.video-btn.style-1 svg {
 		width: 40px;
 		height: 40px;
 	}

 	.video-btn.style-1 span {
 		font-size: 14px;
 		font-weight: 500;
 		color: #000000;
 	}

 }

 /* ==End== */
 /* = = = = */
 /* == About-Us == */
 .icon-bx-wraper.style-1 .dz-icon-bg {
 	height: 250px;
 	display: flex;
 	align-items: center;
 	justify-content: center;
 }

 .icon-bx-wraper.style-1 .icon-content .dlab-tilte {
 	font-size: 20px;
 	font-weight: 500;
 	line-height: 30px;
 	font-family: 'Poppins';
 }

 .about-us .section-head.style-1 p {
 	max-width: 500px;
 	margin: auto;
 }

 .about-us {
 	z-index: 1;
 	position: relative;
 }

 .about-us:after {
 	content: "";
 	position: absolute;
 	bottom: -18px;
 	left: 0;
 	width: 100%;
 	height: 100%;
 	background-image: url(../images/icon/train.png);
 	background-repeat: no-repeat;
 	z-index: -1;
 	background-position: bottom left -20%;
 	animation: 20s scroll infinite linear;
 }

 .about-us .background-img {
 	position: absolute;
 	right: 50px;
 	top: 120px;
 	z-index: -1;
 }

 /* .about-us .background-img2{
	position:absolute;
	left:0;
	bottom: -18px;
    z-index: -1;
	animation: 30s scroll infinite linear;
	
} */
 @keyframes scroll {
 	100% {
 		background-position: bottom left 120%;
 	}
 }

 .slideskew {
 	animation: 6s ease 0s normal none infinite running slideskew;
 }

 @keyframes slideskew {
 	0% {
 		transform: translateY(0px);
 		opacity: 1;
 	}

 	50% {
 		transform: translateY(30px);
 	}

 	100% {
 		transform: translateY(0);
 	}
 }

 .slideskew-1 {
 	animation: 5s ease 0s normal none infinite running slideskew-1;
 }

 @keyframes slideskew-1 {
 	0% {
 		transform: translateY(0px);
 		opacity: 1;
 	}

 	50% {
 		transform: translateY(5px);
 	}

 	100% {
 		transform: translateY(0);
 	}
 }

 .slideskew-2 {
 	animation: 6s ease 0s normal none infinite running slideskew-2;
 }

 @keyframes slideskew-2 {
 	0% {
 		transform: translateY(0px);
 		opacity: 1;
 	}

 	50% {
 		transform: translateY(5px);
 	}

 	100% {
 		transform: translateY(0);
 	}
 }

 .slideskew-3 {
 	animation: 7s ease 0s normal none infinite running slideskew-3;
 }

 @keyframes slideskew-3 {
 	0% {
 		transform: translateY(0px);
 		opacity: 1;
 	}

 	50% {
 		transform: translateY(5px);
 	}

 	100% {
 		transform: translateY(0);
 	}
 }

 .slideskew-4 {
 	animation: 8s ease 0s normal none infinite running slideskew-4;
 }

 @keyframes slideskew-4 {
 	0% {
 		transform: translateY(0px);
 		opacity: 1;
 	}

 	50% {
 		transform: translateY(5px);
 	}

 	100% {
 		transform: translateY(0);
 	}
 }

 /* ==Responsive== */
 @media screen and (max-width:1199px) {
 	.icon-bx-wraper.style-1 .icon-content .dlab-tilte {
 		font-size: 18px;
 		font-weight: 500;
 		line-height: 30px;
 		font-family: 'Poppins';
 	}

 	.about-us .background-img {
 		width: 90px;
 	}

 	.about-us .background-img2 {
 		bottom: -10px;
 		width: 140px;
 	}
 }

 @media screen and (max-width:1024px) {
 	.about-us:after {
 		background-size: 15%;
 	}

 	.icon-bx-wraper.style-1 .icon-content .dlab-tilte {
 		font-size: 16px;
 		font-weight: 500;
 		line-height: 24px;
 		font-family: 'Poppins';
 	}
 }

 @media screen and (max-width:767px) {
 	.icon-bx-wraper.style-1 .icon-content .dlab-tilte {
 		font-size: 16px;
 	}

 	.icon-bx-wraper.style-1 br {
 		display: none;
 	}

 	.about-us .background-img {
 		display: none;
 	}
 }

 @media screen and (max-width:575px) {
 	.about-us:after {
 		bottom: -5px;
 	}
 }

 /* = = = = */
 /* == About-Work */
 .about-work {
 	/* background: #FFF8E0; */
 	background: #eef1df;
 	margin-top: 60px;
 }

 /* .about-work .background-img{
	position:absolute;
	right:0px;
	bottom: -5px;
    z-index: 0;
	transition:all 0.6s;
} */
 .about-work:after {
 	content: "";
 	position: absolute;
 	bottom: -5px;
 	right: 0;
 	width: 100%;
 	height: 100%;
 	background-image: url(../images/about/train.png);
 	background-repeat: no-repeat;
 	z-index: 0;
 	background-position: bottom right -20%;
 	animation: 20s scroll2 infinite linear;
 }

 @keyframes scroll2 {
 	100% {
 		background-position: bottom right 120%;
 	}
 }

 .about-work .about-work-inner {
 	padding-top: 30px;
 }

 .about-work .about-work-inner .about-work-content {
 	z-index: 1;
 }

 .about-work .section-head.style-1 p {
 	max-width: 450px;
 }

 .about-work .dz-about-media {
 	width: 290px;
 	height: 310px;
 	margin-left: -90px;
 	position: relative;
 	z-index: 2;
 	margin-top: 98px;
 }

 .about-work .dz-about-media img {
 	width: 100%;
 	height: 100%;
 	object-fit: cover;
 }

 .about-icon-box {
 	padding: 15px;
 	margin-left: 0px;
 	border-radius: 10px;
 }

 .about-icon-box.box-1 {
 	background-color: #FFE592;
 	margin-top: 15px;
 }

 .about-icon-box.box-2 {
 	background-color: #FFAAAA;
 }

 .about-icon-box .dz-icon-bg {
 	width: 130px;
 	height: 130px;
 	display: flex;
 	align-items: center;
 	justify-content: center;
 	margin-right: 10px;
 }

 .about-icon-box .icon-content .dlab-tilte {
 	font-size: 30px;
 	font-weight: 600;
 	line-height: 38px;
 	margin-bottom: 20px;
 }

 .about-icon-box .icon-content p {
 	/* max-width: 250px; */
 	font-family: Poppins;
 	font-size: 16px;
 	font-weight: 400;
 	line-height: 24px;
 	margin-bottom: 10px;
 }

 /* ====== */
 .slideskew1 {
 	animation: 6s ease 0s normal none infinite running slideskew1;
 }

 @keyframes slideskew1 {
 	0% {
 		transform: translateY(0px);
 		opacity: 1;
 	}

 	50% {
 		transform: translateY(5px);
 	}

 	100% {
 		transform: translateY(0);
 	}
 }

 .slideskew2 {
 	animation: 8s ease 0s normal none infinite running slideskew2;
 }

 @keyframes slideskew2 {
 	0% {
 		transform: translateY(0px);
 		opacity: 1;
 	}

 	50% {
 		transform: translateY(5px);
 	}

 	100% {
 		transform: translateY(0);
 	}
 }

 /* ======= */
 /* ==Responsive== */
 @media screen and (max-width:1199px) {
 	.about-icon-box .icon-content .dlab-tilte {
 		font-size: 26px;
 	}

 	.about-work .dz-about-media {
 		width: 200px;
 		height: 200px;
 		margin-left: -70px;
 		margin-top: 128px;
 	}
 }

 @media screen and (max-width:1024px) {
 	.about-work:after {
 		background-size: 15%;
 	}

 }

 @media screen and (max-width:991px) {
 	br {
 		display: none;
 	}

 	.about-work .section-head.style-1 p {
 		max-width: 600px;
 	}

 	.about-icon-box .dz-icon-bg .dz-icon .icon-cell {
 		width: 45px;
 		display: block;
 	}

 	.about-icon-box .icon-content .dlab-tilte {
 		font-size: 22px;
 	}

 	.about-icon-box .icon-content p {
 		font-size: 14px;
 	}

 	.about-work .section-head.style-1 {
 		margin-bottom: 20px;
 	}

 	.about-work .about-work-inner .kids-btn.style-1 {
 		margin-bottom: 30px;
 	}

 	.about-work .about-work-inner {
 		padding-top: unset;
 	}

 	.about-work .background-img {
 		bottom: -2px;
 		width: 140px;
 	}

 	.icon-bx-wraper.style-1 .dz-icon-bg {
 		height: 220px;
 	}
 }

 @media screen and (max-width:767px) {
 	.about-icon-box {
 		padding: 15px 20px;
 	}

 	.about-icon-box .icon-content p {
 		max-width: unset;
 	}

 	.slideskew1 {
 		animation: none;
 	}

 	.slideskew2 {
 		animation: none;
 	}

 	.about-icon-box {
 		display: block !important;
 		text-align: center;
 	}

 	.about-icon-box .dz-icon-bg {
 		margin: auto;
 		margin-bottom: 10px;
 	}

 	.about-icon-box .icon-content .dlab-tilte {
 		line-height: 35px;
 	}

 	.about-work .about-work-inner .content-2 {
 		margin-top: 20px;
 	}

 	.about-work .section-head.style-1 p {
 		margin-bottom: 10px;
 	}
 }

 @media screen and (max-width:575px) {

 	.about-work:after {
 		bottom: 0px;
 	}
 }

 /* = = = = */
 /* = = = = */
 /* About Info */
 .about-info .section-head.style-1 {
 	margin-top: 30px;
 }

 @media screen and (max-width:767px) {
 	.about-info .section-head.style-1 p {
 		font-size: 16px;
 	}
 }

 /* = = = = */
 /* == Our-portfolio == */
 .our-portfolio {
 	z-index: 1;
 }

 .our-portfolio .background-img {
 	position: absolute;
 	left: 0;
 	top: 20px;
 	z-index: -1;
 }

 .our-portfolio .background-img2 {
 	position: absolute;
 	right: 10px;
 	top: 100px;
 	z-index: -1;
 }

 /* .our-portfolio .background-img3{
	position:absolute;
	right:10px;
	bottom:0;
	z-index:-1;
} */
 .our-portfolio:after {
 	content: "";
 	position: absolute;
 	bottom: 0;
 	right: 0;
 	width: 100%;
 	height: 100%;
 	/* background-image: url(../images/train.png); */
 	background-repeat: no-repeat;
 	z-index: -1;
 	background-position: bottom right -20%;
 	animation: 20s scroll3 infinite linear;
 }

 @keyframes scroll3 {
 	100% {
 		background-position: bottom right 120%;
 	}
 }

 .slideskew3 {
 	animation: 8s ease 0s normal none infinite running slideskew3;
 }

 @keyframes slideskew3 {
 	0% {
 		transform: translateY(0px);
 		opacity: 1;
 	}

 	50% {
 		transform: translateY(5px);
 	}

 	100% {
 		transform: translateY(0);
 	}
 }

 .slideskew4 {
 	animation: 8s ease 0s normal none infinite running slideskew4;
 }

 @keyframes slideskew4 {
 	0% {
 		transform: translateY(0px);
 		opacity: 1;
 	}

 	50% {
 		transform: translateY(20px);
 	}

 	100% {
 		transform: translateY(0);
 	}
 }

 .our-portfolio .our-portifolio-inner {
 	padding-top: 30px;
 	padding-bottom: 30px;
 }

 .our-portfolio .dz-media {
 	width: 100%;
 	overflow: hidden;
 	border-radius: 20px;
 	display: flex;
 	align-items: center;
 	justify-content: center;
 	position: relative;
 	transition: all 0.5s;
 	margin-bottom: 15px;
 }

 .our-portfolio .dz-media:after {
 	/* border: 6px solid rgba(255, 227, 115, 0.8); */
 	border: 6px solid #a4bf39;
 	position: absolute;
 	content: "";
 	width: 100%;
 	height: 100%;
 	top: 0;
 	left: 0;
 	border-radius: 20px;
 	opacity: 0;
 	transition: all 0.5s;
 	z-index: 1;
 }

 .our-portfolio .dz-media:hover:after {
 	opacity: 1;
 }

 .our-portfolio .dz-media.media1>img {
 	height: 455px;
 }

 .our-portfolio .dz-media>img {
 	width: 100%;
 	height: 220px;
 	object-fit: cover;
 }

 .our-portfolio .media1 .dz-lightgallery {
 	position: absolute;
 	width: 85%;
 	height: 90%;
 	/* background: rgba(255, 227, 115, 0.8); */
 	background: #a4bf39cf;
 	border-radius: 20px;
 	opacity: 0;
 	transition: all 0.5s;
 	display: flex;
 	align-items: center;
 	justify-content: center;
 	z-index: 2;
 }

 .our-portfolio .dz-media-inner .media2 .dz-lightgallery, .our-portfolio .dz-media-inner .media2 .dz-lightgallery {
 	position: absolute;
 	/* background: rgba(255, 227, 115, 0.8); */
 	background: #a4bf39cf;
 	width: 85%;
 	height: 85%;
 	border-radius: 20px;
 	opacity: 0;
 	transition: all 0.5s;
 	display: flex;
 	align-items: center;
 	justify-content: center;
 	z-index: 2;
 }

 .our-portfolio .media3 .dz-lightgallery {
 	content: "";
 	position: absolute;
 	/* background: rgba(255, 227, 115, 0.8); */
 	background: #a4bf39cf;
 	width: 90%;
 	height: 85%;
 	border-radius: 20px;
 	opacity: 0;
 	transition: all 0.5s;
 	display: flex;
 	align-items: center;
 	justify-content: center;
 	z-index: 2;
 }

 .our-portfolio .media4 .dz-lightgallery {
 	content: "";
 	position: absolute;
 	/* background: rgba(255, 227, 115, 0.8); */
 	background: #a4bf39cf;
 	width: 85%;
 	height: 85%;
 	border-radius: 20px;
 	opacity: 0;
 	transition: all 0.5s;
 	display: flex;
 	align-items: center;
 	justify-content: center;
 	z-index: 2;
 }

 .our-portfolio .media5 .dz-lightgallery {
 	content: "";
 	position: absolute;
 	/* background: rgba(255, 227, 115, 0.8); */
 	background: #a4bf39cf;
 	width: 85%;
 	height: 85%;
 	border-radius: 20px;
 	opacity: 0;
 	transition: all 0.5s;
 	display: flex;
 	align-items: center;
 	justify-content: center;
 	z-index: 2;
 }

 .our-portfolio .media1:hover .dz-lightgallery, .our-portfolio .dz-media-inner .media2:hover .dz-lightgallery, .our-portfolio .dz-media-inner .media2:hover .dz-lightgallery, .our-portfolio .media3:hover .dz-lightgallery, .our-portfolio .media4:hover .dz-lightgallery, .our-portfolio .media5:hover .dz-lightgallery {
 	opacity: 1;
 }

 /* ==Responsive== */
 @media screen and (max-width:1600px) {
 	.our-portfolio .background-img {
 		width: 200px;
 		height: 220px;
 	}
 }

 @media screen and (max-width:1024px) {
 	.our-portfolio:after {
 		background-size: 15%;
 	}
 }

 @media screen and (max-width:991px) {
 	.our-portfolio .dz-media.media1>img {
 		height: 220px;
 	}

 	.our-portfolio .background-img {
 		width: 140px;
 		height: 160px;
 	}

 	.our-portfolio .background-img2 {
 		width: 90px;
 	}

 	.our-portfolio .background-img3 {
 		width: 140px;
 	}
 }

 @media screen and (max-width:767px) {
 	.our-portfolio .background-img {
 		display: none;
 	}

 	.our-portfolio .background-img2 {
 		display: none;
 	}
 }

 @media screen and (max-width:575px) {
 	.our-portfolio .background-img {
 		display: none;
 	}
 }

 /* = = = = */
 /* = = = = */
 /* == Our-Teachers == */
 .our-teachers {
 	/* background: #FFF8E0; */
 	z-index: 1;
 }

 .our-teachers .background-img {
 	position: absolute;
 	left: 100px;
 	top: 80px;
 	z-index: -1;
 }

 .our-teachers .background-img2 {
 	position: absolute;
 	right: 100px;
 	top: 30%;
 	z-index: -1;
 }

 .slideskew5 {
 	animation: 8s ease 0s normal none infinite running slideskew5;
 }

 @keyframes slideskew5 {
 	0% {
 		transform: translateY(0px);
 		opacity: 1;
 	}

 	50% {
 		transform: translateY(30px);
 	}

 	100% {
 		transform: translateY(0);
 	}
 }

 .slideskew6 {
 	animation: 8s ease 0s normal none infinite running slideskew6;
 }

 @keyframes slideskew6 {
 	0% {
 		transform: translateY(0px);
 		opacity: 1;
 	}

 	50% {
 		transform: translateY(20px);
 	}

 	100% {
 		transform: translateY(0);
 	}
 }

 /* .run{
	animation: run 10s linear infinite
}
@keyframes  run{
	0%{
		left: 0%;
	}
	100%{
		left: 100%;
	}
	/* 100%{
		right: 0%;
	} */
 }

 */ .dez-team-box {
 	position: relative;
 }

 .dez-team-box ul li a {
 	width: 30px;
 	height: 30px;
 	color: #fff;
 	display: block;
 	border-radius: 30px;
 	font-size: 15px;
 	line-height: 30px;
 	background: var(--bg-color);
 }

 .dez-team-box .dez-media {
 	position: relative;
 	overflow: hidden;
 }

 .dez-team-box .dez-media img {
 	width: 100%;
 	height: 100%;
 	object-fit: cover;
 }

 /* .dez-team-box .dez-media:after {
 	background: rgba(255, 248, 224, 0);
 	content: "";
 	z-index: 1;
 	width: 100%;
 	height: 100%;
 	position: absolute;
 	top: 0;
 	left: 0;
 	transition: all 0.5s;
 } */

 .overlay-bx.style-1 {
 	position: absolute;
 	display: flex;
 	align-items: center;
 	justify-content: center;
 	bottom: 0;
 	width: 100%;
 	height: 100%;
 	text-align: center;
 	opacity: 0;
 	visibility: unset;
 	transition: all 0.5s;
 }

 .dez-team-box:hover .overlay-bx.style-1 {
 	opacity: 1;
 }

 .dez-team-box:hover .dez-media:after {
 	background-color: rgba(255, 248, 224, 0.5);
 }

 .dez-team-info {
 	margin: -54px 25px 0px 25px;
 	position: relative;
 	padding: 40px 0 22px;
 	z-index: 1;
 }

 .about-team {
 	display: flex;
 	align-items: center;
 	justify-content: center;
 	flex-direction: column;
 }

 .about-team.style-1 .team-title {
 	font-family: Poppins;
 	font-size: 24px;
 	font-weight: 500;
 	margin-bottom: 0;
 }

 .about-team.style-1 .team-info {
 	font-family: Poppins;
 	font-size: 16px;
 	font-weight: 500;
 }

 /* ==Responsive== */
 @media screen and (max-width:1400px) {
 	.our-teachers .background-img2 {
 		top: 20%;
 	}
 }

 @media screen and (max-width:1024px) {
 	.team-info.style-1 {
 		font-size: 14px;
 	}

 	.team-title.style-1 {
 		font-family: Poppins;
 		font-size: 18px;
 		font-weight: 500;
 		margin-bottom: 0;
 	}
 }

 @media screen and (max-width:991px) {
 	.our-teachers .background-img2 {
 		top: 14%;
 		right: 60px;
 	}

 	.our-teachers .background-img {
 		left: 20px;
 		width: 90px;
 	}

 	.our-teachers .background-img2 {
 		top: 15%;
 		right: 40px;
 		width: 100px;
 	}
 }

 @media screen and (max-width:767px) {
 	.our-teachers .background-img {
 		display: none;
 	}

 	.our-teachers .background-img2 {
 		display: none;
 	}
 }

 /* = = = = */
 /* = = = = */
 /* == Testimonial == */
 .testimonial-carousel {
 	width: 780px;
 	margin: auto;
 	z-index: 1;
 }

 .testimonial-1 {
 	background-color: #ffffff;
 	display: flex;
 	box-sizing: border-box;
 	position: relative;
 	z-index: 1;
 }

 .testimonial .background-img {
 	position: absolute;
 	top: 25%;
 	left: 150px;
 	z-index: 0;
 }

 .testimonial .background-img2 {
 	position: absolute;
 	top: 180px;
 	right: 100px;
 	z-index: 0;
 }

 .dz-quotes {
 	width: 80px;
 	height: 80px;
 	margin-bottom: 15px;
 }

 .testimonial-1 .testimonial-media {
 	width: 270px;
 	height: 420px;
 	border-left: 4px solid var(--bg-color);
 	border-radius: 10px;
 	overflow: hidden;
 	min-width: 270px;
 }

 .testimonial-1 .testimonial-media img {
 	width: 100%;
 	height: 100%;
 	object-fit: cover;
 }

 .testimonial-1 .testimonial-inner {
 	margin-left: 30px;
 	margin-top: 20px;
 }

 .testimonial-1 .testimonial-inner .testimonial-text {
 	padding: 0;
 	position: unset;
 	font-size: 16px;
 	font-weight: 400;
 	margin-bottom: 50px;
 	text-align: left;
 }

 .testimonial-1 .testimonial-inner .testimonial-detail {
 	padding: 0 30px 0 0;
 	justify-content: space-between;
 }

 .testimonial-1 .testimonial-inner .testimonial-detail .testimonial-info {
 	text-align: left;
 }

 .testimonial-1 .testimonial-inner .testimonial-detail .testimonial-profile h5 {
 	font-family: Poppins;
 	font-size: 20px;
 	font-weight: 500;
 	line-height: 27px;
 	margin-bottom: 0;
 }

 .testimonial-1 .testimonial-inner .testimonial-detail .testimonial-profile span {
 	font-size: 16px;
 	font-weight: 400;
 }

 .testimonial-marking {
 	font-size: 20px;
 }

 .testimonial-marking a {
 	color: #FF9639;
 }

 .testimonial-carousel .owl-nav .owl-prev {
 	left: -20%;
 }

 .testimonial-carousel .owl-nav .owl-next {
 	right: -20%;
 }

 /* ==Responsive== */
 @media screen and (max-width:1600px) {
 	.testimonial-carousel {
 		width: 770px;
 		margin: auto;
 	}
 }

 @media screen and (max-width:1199px) {
 	.testimonial-carousel .owl-nav .owl-prev {
 		left: -10%;
 	}

 	.testimonial-carousel .owl-nav .owl-next {
 		right: -10%;
 	}
 }

 @media screen and (max-width:991px) {
 	.testimonial-media {
 		width: 100%;
 		height: 350px;
 	}

 	.testimonial-inner {
 		margin-left: 0px;
 	}

 	.dz-quotes {
 		width: 60px;
 		height: 60px;
 		margin-bottom: 10px;
 	}

 	.testimonial-1 .testimonial-inner .testimonial-text {
 		margin-bottom: 30px;
 	}

 	.testimonial-carousel {
 		width: 700px;
 	}

 	.testimonial-carousel .owl-nav .owl-prev {
 		left: 10%;
 		top: unset;
 		bottom: -100px;
 	}

 	.testimonial-carousel .owl-nav .owl-next {
 		right: 10%;
 		top: unset;
 		bottom: -100px;
 	}

 	.testimonial .background-img {
 		display: none;
 	}
 }

 @media screen and (max-width:767px) {
 	.testimonial-carousel {
 		width: unset;
 	}

 	.testimonial-1 .testimonial-inner {
 		margin-left: 0;
 		margin-top: 10px;
 	}

 	.dz-quotes {
 		width: 40px;
 		height: 40px;
 	}

 	.testimonial-1 .testimonial-inner .testimonial-text {
 		font-size: 14px;
 		margin-bottom: 20px;
 	}

 	.testimonial-1 .testimonial-inner .testimonial-detail .testimonial-profile h5 {
 		font-size: 16px;
 		line-height: 18px;
 	}

 	.testimonial-1 .testimonial-inner .testimonial-detail .testimonial-profile span {
 		font-size: 14px;
 	}

 	.testimonial-marking {
 		font-size: 14px;
 	}

 	/* .testimonial-carousel .owl-nav .owl-prev {
		bottom: -80px;
	}
	.testimonial-carousel .owl-nav .owl-next {
		bottom: -80px;
	} */
 	.testimonial .background-img2 {
 		display: none;
 	}

 	.testimonial-1 {
 		display: block;
 	}

 	.testimonial-1 .testimonial-media {
 		width: 100%;
 		height: 100%;
 	}

 	.testimonial-carousel .owl-nav .owl-prev, .testimonial-carousel .owl-nav .owl-next {
 		position: static;

 	}

 }

 /* = = = = */
 /* = = = = */
 /* == Our-Blog == */
 .our-blog {
 	z-index: 1;
 }

 .our-blog .background-img {
 	position: absolute;
 	bottom: 38%;
 	left: 100px;
 	z-index: -1;
 }

 /* .our-blog .background-img2{
	position:absolute;
	bottom:-5px;
    left: 80px;
	z-index:-1;
} */
 .our-blog:after {
 	content: "";
 	position: absolute;
 	bottom: -5px;
 	right: 0;
 	width: 100%;
 	height: 100%;
 	background-image: url(../images/train.png);
 	background-repeat: no-repeat;
 	z-index: -1;
 	background-position: bottom right -20%;
 	animation: 20s scroll4 infinite linear;

 }

 @keyframes scroll4 {
 	100% {
 		background-position: bottom right 120%;
 	}
 }

 .slideskew7 {
 	animation: 8s ease 0s normal none infinite running slideskew7;
 }

 @keyframes slideskew7 {
 	0% {
 		transform: translateY(0px);
 		opacity: 1;
 	}

 	50% {
 		transform: translateY(20px);
 	}

 	100% {
 		transform: translateY(0);
 	}
 }

 .blog-post.style-1 {
 	margin-bottom: unset;
 }

 .blog-post.style-1 .dlab-info {
 	padding: 20px;
 }

 .blog-post.style-1 .dlab-info .dlab-post-title .post-title {
 	font-family: Poppins;
 	font-size: 19px;
 	font-weight: 500;
 	line-height: 30px;
 	letter-spacing: 0em;
 	text-align: center;
 }

 .blog-post.style-1 .dlab-info .dlab-post-text {
 	margin-bottom: 30px;
 }

 .blog-post.style-1 .dlab-info .dlab-post-text p {
 	font-family: Poppins;
 	font-size: 16px;
 	font-weight: 400;
 	line-height: 23px;
 	letter-spacing: 0em;
 	text-align: center;
 }

 .blog-post.style-1 .dlab-info .dlab-post-readmore {
 	text-align: center;
 }

 .blog-post.style-1 .dlab-info .dlab-post-readmore .btn-link {
 	font-family: Montserrat;
 	font-size: 17px;
 	font-weight: 600;
 	line-height: 23px;
 	letter-spacing: 0em;
 	text-align: center;
 	color: var(--bg-color);
 	font-style: unset;
 }

 .blog-carousel2 .owl-next, .blog-carousel2 .owl-prev {
 	opacity: 0;
 }

 .blog-carousel2:hover .owl-next, .blog-carousel2:hover .owl-prev {
 	margin: 0 -100px !important;
 	opacity: 1;
 }

 /* ==Responsive== */
 @media screen and (max-width:1600px) {
 	.our-blog .background-img {
 		position: absolute;
 		bottom: 80%;
 		left: 100px;
 	}
 }

 @media screen and (max-width:1199px) {
 	.blog-post.style-1 .dlab-info .dlab-post-title .post-title {
 		font-size: 16px;
 	}

 	.blog-post.style-1 .dlab-info .dlab-post-text p {
 		font-family: Poppins;
 		font-size: 14px;
 		font-weight: 400;
 		line-height: 20px;
 		letter-spacing: 0em;
 		text-align: center;
 	}

 }

 @media screen and (max-width:1024px) {
 	.our-blog:after {
 		background-size: 15%;
 	}
 }

 @media screen and (max-width:991px) {
 	.our-blog .background-img {
 		left: 30px;
 		width: 90px;
 	}

 	.our-blog .background-img2 {
 		width: 140px;
 	}
 }

 @media screen and (max-width:767px) {
 	.blog-post.style-1 .dlab-info {
 		padding: 10px;
 	}

 	.blog-post.style-1 .dlab-info .dlab-post-title .post-title {
 		font-size: 14px;
 	}

 	.blog-post.style-1 .dlab-info .dlab-post-text {
 		margin-bottom: 20px;
 	}

 	.blog-post.style-1 .dlab-info .dlab-post-text p {
 		font-size: 14px;
 		line-height: 20px;
 	}

 	.blog-post.style-1 .dlab-info .dlab-post-readmore .btn-link {
 		font-size: 14px;
 	}

 	.our-blog .background-img {
 		display: none;
 	}
 }

 @media screen and (max-width:400px) {
 	.blog-post.style-1 .dlab-info .dlab-post-title .post-title {
 		font-size: 16px;
 		line-height: 22px;
 	}
 }

 /* = = = = */
 /* = = = = */
 /* == Footer ==*/
 /* footer-top */
 .footer-top.style-1 {
 	background: rgba(74, 96, 239, 0.26);
 }

 .footer-top.style-1:after {
 	content: none;
 }

 .footer-top.style-1 .widget {
 	margin-bottom: unset;
 }

 .footer-top.style-1 .widget ul {
 	margin-top: unset;
 }

 .footer-top.style-1 .widget p, .footer-top.style-1 .widget ul li a {
 	color: #4D4D4D;
 }

 .footer-top.style-1 .widget_ftabout .footer-logo {
 	margin-bottom: 24px;
 	margin-top: unset;
 }

 .footer-top.style-1 .widget_ftabout p {
 	font-family: Poppins;
 	font-size: 16px;
 	font-weight: 400;
 	line-height: 23px;
 	max-width: 310px;
 	text-transform: none;
 	margin-bottom: 30px;
 }

 .footer-top.style-1 .widget_ftabout .list-inline {
 	margin-bottom: 0;
 }

 .footer-top.style-1 .widget_ftabout .list-inline li .btn-link {
 	color: #fff;
 	width: 40px;
 	height: 40px;
 	margin: 0;
 	padding: 0;
 	font-size: 16px;
 	border-radius: 50%;
 	background: var(--bg-color);
 	display: flex;
 	align-items: center;
 	justify-content: center;
 	text-decoration: none;
 }

 .footer-top.style-1 .widget_ftabout .list-inline li .btn-link i {
 	margin: 0;
 }

 .footer-top.style-1 .widget .footer-title {
 	margin-top: 55px;
 	font-family: Poppins;
 	font-size: 20px;
 	font-weight: 500;
 	line-height: 23px;
 	letter-spacing: 0em;
 	text-align: left;
 }

 .footer-top.style-1 .widget_services .footer-title {
 	margin-bottom: 22px;
 }

 .footer-top.style-1 .widget_getintuch .footer-title {
 	margin-bottom: 24px;
 	margin-top: 52px;
 }

 .footer-top.style-1 .widget_newsletter .footer-title {
 	margin-bottom: 24px;
 	margin-top: 52px;
 }

 .footer-top.style-1 .widget_newsletter p {
 	font-size: 18px;
 	font-weight: 500;
 	line-height: 23px;
 	margin-bottom: 15px;
 }

 .footer-top.style-1 .widget_services ul li:before {
 	content: none;
 }

 .footer-top.style-1 .widget_services {
 	margin-left: -30px;
 }

 .footer-top.style-1 .widget_services .list-2 li a {
 	padding: 0 0 10px 0;
 	font-family: Poppins;
 	font-size: 16px;
 	font-weight: 400;
 	line-height: 23px;
 }

 .footer-top.style-1 .widget_getintuch li {
 	margin-bottom: 16px;
 	position: relative;
 	padding-left: unset;
 }

 .footer-top.style-1 .widget_getintuch li a .dz-svg {
 	margin-right: 15px;
 	width: 21px;
 	height: 21px;
 }

 .footer-top.style-1 .widget_getintuch li a {
 	font-family: Urbanist;
 	font-size: 16px;
 	font-weight: 500;
 	line-height: 24px;
 	letter-spacing: 0.02em;
 	max-width: 200px;
 }

 .footer-top.style-1 .widget_newsletter {
 	margin-left: -50px;
 }

 .footer-top.style-1 .subscribe-form .input-group input {
 	border-radius: 7px !important;
 	background-color: #fff;
 	margin: 0 -12px 15px 0;
 	border: 0;
 	padding: 10px 10px 10px 15px;
 	height: 60px;
 	color: #000;
 	position: relative;
 	font-family: Poppins;
 	font-size: 14px;
 	font-weight: 400;
 	line-height: 23px;
 }

 .footer-top.style-1 .subscribe-form .input-group .btn {
 	height: 50px;
 	border-radius: 8px;
 	position: absolute;
 	text-transform: unset;
 	padding: 12px;
 	font-size: 15px;
 	font-weight: 500;
 	right: -6px;
 	top: 5px;
 	letter-spacing: unset;
 	z-index: 9;
 }

 /* Footer-Bottom*/
 .footer-bottom.style-1 {
 	background: rgba(74, 96, 239, 0.26);
 	text-align: center;
 	padding: 20px 0;
 	font-size: 15px;
 }

 /* ==Responsive== */
 @media screen and (max-width:767px) {
 	.footer-top.style-1 {
 		padding: 50px 0 20px;
 	}

 	.footer-top.style-1 .widget_ftabout p {
 		max-width: unset;
 	}

 	.footer-top.style-1 .widget_newsletter {
 		margin-left: 0;
 	}

 	.footer-top.style-1 .subscribe-form .input-group input {
 		margin: 0;
 	}

 	.footer-top.style-1 .subscribe-form .input-group .btn {
 		right: 5px;
 	}

 	.footer-top.style-1 .widget_services {
 		margin-left: 0;
 	}

 	.footer-top.style-1 .widget_ftabout .footer-logo {
 		width: 160px;
 	}

 	.footer-top.style-1 .widget .footer-title {
 		margin-top: 30px;
 	}

 	.footer-top.style-1 .widget_getintuch .footer-title {
 		margin-top: 30px;
 	}

 	.footer-top.style-1 .widget_newsletter .footer-title {
 		margin-top: 30px;
 	}
 }

 /* ==== */
 /* = = = = */





 /* index-4 */

 /* dz-kids-banner */
 .dz-kids-banner {
 	padding-top: 50px;
 	padding-bottom: 60px;
 }

 .dz-kids-banner .dz-content-box {
 	margin-left: -100px;
 	padding-top: 100px;
 }

 .dz-kids-banner .dz-content-box p {
 	font-size: 18px;
 }

 .dz-kids-banner .dz-kids-media {
 	margin-right: -100px;
 }

 .dz-kids-banner .dz-title {
 	/* font-size: 80px; */
 	font-size: 70px;
 	line-height: 85px;
 	font-family: 'Abhaya Libre';
 	color: #a4bf39;
 }

 .dz-kids-banner .dz-title .badge {
 	height: 65px;
 	width: 65px;
 	display: contents;
 }

 .dz-kids-banner .dz-title .text-primary {
 	/* color:#ed5ab0 !important; */
 	/* color: #a4bf39 !important; */
 	color: #1d6096 !important;
 }

 .dz-kids-banner .dz-content-box p {
 	line-height: 30px;
 	color: #666666;
 }

 .dz-kids-banner .dz-testimonial {
 	/* background-color: #ffe6e1; */
 	/* background-color: #d0dce5; */
 	background-color: #eef1df;
 	border-radius: 30px;
 	max-width: 1200px;
 	Padding: 2% 10%;
 	margin-left: 25px;
 	margin-top: -150px;
 }

 .dz-kids-banner .dz-testimonial h4 {
 	margin: 8px 0px;
 }

 .dz-kids-banner .dz-testimonial p {
 	font-size: 14px;
 	margin: 8px 0px 0px 0px;
 	color: #666666;
 	line-height: 22px;
 }

 .dz-kids-banner .dz-testimonial span {
 	font-size: 14px;
 	font-weight: 500;
 }

 .dz-kids-banner .shape {
 	top: 10px;
 	left: 50px;
 }

 .dz-kids-banner .pic4 {
 	margin-bottom: 45px;
 }

 .dz-kids-banner .icon1 {
 	animation: 5s linear 0s infinite alternate example;
 	/* top:45px !important; */
 }

 .dz-kids-banner .icon2 {
 	animation: 5s linear 0s infinite alternate example2;
 	/* right:-10px !important; */
 }

 @keyframes example {
 	0% {
 		left: 0px;
 		top: 0px;
 	}

 	25% {
 		left: -20px;
 		top: 0px;
 	}

 	50% {
 		left: -20px;
 		top: -20px;
 	}

 	75% {
 		left: 0px;
 		top: -20px;
 	}

 	100% {
 		left: 0px;
 		top: 0px;
 	}
 }

 @keyframes example2 {
 	0% {
 		right: 0px;
 		top: 0px;
 	}

 	25% {
 		right: 20px;
 		top: 0px;
 	}

 	50% {
 		right: 20px;
 		top: 20px;
 	}

 	75% {
 		right: 0px;
 		top: 20px;
 	}

 	100% {
 		right: 0px;
 		top: 0px;
 	}
 }

 /* responsive */
 @media screen and (max-width:1680px) {
 	.dz-kids-banner .dz-testimonial {
 		margin-top: -150px;
 		Padding: 2% 4%;
 		max-width: 910px;
 	}

 	/* .dz-kids-banner .shape {
 		display: none;
 	} */

 	.dz-kids-banner .dz-content-box {
 		margin-left: 0px;
 	}
 }

 @media screen and (max-width:1480px) {
 	/* .dz-kids-banner .dz-content-box {
 		margin-left: 0px;
 	} */

 	.dz-kids-banner .dz-kids-media {
 		margin-right: 0;
 	}

 	.dz-kids-banner .dz-testimonial {
 		margin-top: -70px;
 		Padding: 2% 4%;
 		max-width: 800px;
 	}
 }

 @media screen and (max-width:1200px) {
 	.dz-kids-banner .dz-content-area {
 		padding-top: 20px;
 	}

 	.dz-kids-banner .dz-title {
 		font-size: 60px;
 		line-height: 65px;
 	}

 	.dz-kids-banner .dz-content-box p {
 		font-size: 17px;
 	}

 	.dz-kids-banner .dz-bannerbtn span {
 		font-size: 18px;
 	}

 	.dz-kids-banner .dz-testimonial {
 		max-width: 950px;
 		margin-top: 50px;
 		margin-left: auto;
 		margin-right: auto;
 	}
 }

 @media (min-width: 768px) and (max-width: 1440px) {
 	.dz-kids-banner .shape {
 		top: 50px;
 		left: 50px;
 	}

 	.dz-kids-banner .dz-title {
 		position: relative;
 		z-index: 1;
 	}
 }

 @media (max-width: 767px) {
 	.dz-kids-banner .shape {
 		top: -15px;
 		left: auto;
 		opacity: 0.8;
 		right: -20px;
 	}

 	.dz-kids-banner .dz-title {
 		position: relative;
 		z-index: 1;
 	}
 }

 @media screen and (max-width:991px) {
 	.dz-kids-banner .dz-content-box {
 		padding-bottom: 50px;
 		margin-left: 0px;
 		padding-top: 0px;
 	}

 	.dz-kids-media, .dz-content-box {
 		margin: 0;
 	}

 	.dz-kids-banner .dz-testimonial {
 		max-width: 730px;
 		margin-top: 30px;
 		padding: 2% 5%;
 	}
 }

 @media screen and (max-width:767px) {
 	.dz-kids-banner .dz-title {
 		font-size: 50px;
 	}

 	.dz-testimonial-detail {
 		text-align: center;
 	}

 	.dz-kids-banner .dz-testimonial {
 		max-width: 500px;
 	}
 }

 @media screen and (max-width:575px) {
 	.dz-kids-banner .dz-content-area {
 		padding-top: 0px;
 	}

 	.dz-kids-banner .dz-title {
 		font-size: 45px;
 		line-height: 50px;
 	}

 	.textTitle1 {
 		font-size: 38px;
 	}

 	.dz-kids-banner .dz-kids-media img {
 		width: 100%;
 	}

 	.dz-kids-banner .dz-content-box {
 		margin-left: 0px;
 	}

 	.dz-kids-banner .dz-bannerbtn {
 		/* display: block !important; */
 		text-align: start;
 	}

 	.dz-kids-banner .dz-bannerbtn a {
 		margin-bottom: 25px;
 	}

 	.dz-kids-banner .dz-bannerbtn .btn {
 		/* Padding: 15px 40px; */
 		Padding: 15px 24px;
 		font-size: 12px;
 	}

 	.dz-bannerbtn svg {
 		width: auto !important;
 		height: 42px !important;
 	}

 	.dz-kids-banner .dz-kids-media {
 		text-align: center;
 		margin-right: 0;
 	}

 	.dz-kids-banner .dz-testimonial {
 		max-width: 90%;
 	}
 }


 @media screen and (max-width: 767px) {



 	.blog-post.style-2.blog-half {
 		display: block
 	}

 	.blog-post.style-2.blog-half .dlab-post-media {
 		width: 100%;
 	}

 }

 @media screen and (max-width: 1200px) {


 	.blog-post.style-2.blog-half .dlab-post-media {

 		height: auto;
 		min-width: auto;
 		width: 100%;

 	}


 }