

/* 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');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap'); 
 body {
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
}
img {
	max-width: 100%;
}
.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;
}

input[type="text"], input[type="password"], input[type="email"], input[type="tel"], form select, textarea {
	font-family: 'Roboto', sans-serif;
	width: 100%;
	height: 50px;
	
	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: #23cc88;
}

a,
button {
	color: #1696e7;
	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: 'Bebas Neue', cursive;;
	font-weight: normal;
	color: #00394f;
	margin-top: 0px;
	font-style: normal;
	font-weight: 500;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}
h1 {
	font-size: 40px;
	font-weight: 500;
}
h2 {
	font-size: 35px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
ul {
	margin: 0px;
	padding: 0px;
}
p {
	font-size: 16px;
	font-weight: normal;
	line-height: 28px;
	color: #555555;
	margin-bottom: 15px;
}
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: #23cc88;
	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: #1a7752;
}

/* 2. header */
.header-top {
	background-color: #1B2E5A;
}
.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 #e2f3fa;
	padding-left: 15px;
	font-size: 0.9rem;
}
.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 #e2f3fa;
}
.header-top .right li:first-child {
	border-left: 1px solid #e2f3fa;
}
.header-top .right li a{
	color: #fff;
	font-size: 16px;
}
.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: 25px;
	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: 0.93rem;
	font-weight: 700;
	text-transform: capitalize;
}
.main-menu ul li:hover > a,
.main-menu ul .active > a {
	color: #cf202a;
}
.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;
}
   
@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 {
	font-family: 'Font Awesome 5 Pro';
    content: "\f053";
    font-size: 20px;
    color: #fff;
}
   
.hero-slider .swiper-button-next {
	right: 25px;
}
   
.hero-slider .swiper-button-next:before {
	font-family: 'Font Awesome 5 Pro';
    content: "\f054";
    font-size: 20px;
    color: #fff;
}
   
.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: 670px;
	margin-top: 10px;
}
   
.slide-inner .slide-title h2 {
	font-size: 80px;
	color: #fff;
	margin: 0 0 0.43em;
	line-height: 90px;
	font-weight: 700;
	margin-bottom: 15px;
	letter-spacing: 0.2rem;
}
   
 @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: 18px;
	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;
}
.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);
	min-height: 500px;
}
.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);
}
.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(35,204,136) 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(255,79,88) 0%, rgb(255,180,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;
}
/* 5. about */
.section-bg-one {
	background-image: -moz-linear-gradient( 0deg, rgb(207 32 42) 0%, rgb(207 32 42) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(207 32 42) 0%, rgb(207 32 42) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(207 32 42) 0%, rgb(207 32 42) 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;
}
.awards .class-content {
	min-height: 220px;
}

.class-item .class-content .title {
	font-size: 24px;
	margin-bottom: 14px;
}
.class-item .class-content .title a:hover {
	color: #23cc88;
}
.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: 50%;
	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: #f8bf19;
}
.class-content p {
	margin-bottom: 12px;
}

.class-details .post-tag-wrapper {
	border-bottom: 0;
	padding-bottom: 0;
}
.course-features li .ques {
	width: 30%;
}

.course-features li .ans {
	width: 70%;
}
.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: 20px;
}

.course-features .rating i {
	color: #ffab50;
	font-size: 13px;
}
/* 7. counter */
.section-bg-two {
	background-image: -moz-linear-gradient( 0deg, rgb(248 191 25) 0%, rgb(255,180,0) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(248 191 25) 0%, rgb(255,180,0) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(248 191 25) 0%, rgb(255,180,0) 100%);
}
.single-counter h3 {
	font-size: 48px;
	color: #1b2e5a;
	display: block;
	margin-top: 20px;
	display: block;
}
.single-counter h3 .plus {
	font-size: 25px;
	padding-left: 5px;
}
.single-counter p {
	font-size: 16px;
	color: #1b2e5a;
	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: #bd081c;
}
.portfolio-menu li:nth-child(3) {
	color: #d6b161;
}
.portfolio-menu li:nth-child(4) {
	color: #1B2E5A;
}
.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: rgb(207 32 42 / 80%);
	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(207 32 42) 0%, rgb(252,78,101) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(207 32 42) 0%, rgb(252,78,101) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(207 32 42) 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;
	color: #a3acb5;
}
.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 strong {
	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 {
	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(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;
}
.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: 15px;
	background: #e9ecef;
	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 #e9ecef;
}
.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: 1.6rem;
    font-weight: 500;
    line-height: 1.3;
    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;
    text-align: center;
	color: #ffc107;
}
.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: 0;
    padding: 10px 0;
}
.widget .widget-post-thumb {
	width: 90px;
	
}
.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: 12px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    line-height: 1.5;
	margin-bottom: 0;
}
.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: 26px;
    line-height: 1.5;
    font-weight: 500;
    margin: 0;
    letter-spacing: 0.5px;
}
.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-color: #1B2E5A;
}
.footer-top-wrapper {
	border-bottom: 1px solid #405485;
}
.footer-top-single {
	padding: 45px 0;
	border-right: 1px solid #405485;
}
.footer-top-single-2{
	border-right: none;
}
.footer-top-icon {
	float: left;
	margin-right: 23px;
	margin-bottom: 1rem;
}
.footer-top-content{
	
}
.footer-top-content h5 {
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	color: #ffc107;
	font-weight: 500;
}
.footer-top-content span {
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	color: #fff;
	font-weight: 700;
}
.footer-widget h3 {
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
	position: relative;
	margin-bottom: 25px;
}
.footer-widget h3::before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 60px;
	height: 1px;
	content: "";
	background: #1B2E5A;
}
.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: #f8bf19;
}
.footer-widget .fp-single:not(:last-child) {
	border-bottom: 1px solid #405485;
	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 #405485;
	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;
}
.footer-post ul li a{
	color: #fff;
	font-size: 16px;

    list-style-type: none;
    padding-bottom: 0.5rem;
	text-decoration: none;
	display: inline-block;
}
.footer-post ul li {
	list-style-type: none;
}
.copyright-text p {
	margin: 0;
	color: #fff;
}
.copyright-area {
	background: #0a1631;
}
.copyright-text p a {
	color: #d6b161;
}

.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: #ffc107;
}
.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: 55px;
    padding: 0 20px !important;
    width: 100%;
    margin-bottom: 10px;
    box-shadow: 0px 16px 32px 0px rgb(0 0 0 / 4%);
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    border: 1px solid #ccc;
}
.contact-from input:focus, .contact-from textarea:focus {
	border-color: #1B2E5A;
}
.contact-from select {
	color: #ACACB5;
	appearance: none;
	border-radius: 0 !important;
    min-height: 55px !important;
}
.contact-from select option {
	color: #212121 !important;
}
.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-color: #403380;
	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;
}
.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);
	min-height: 275px;
}
.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: 2px;
	left: -18px;
	width: 50px;
	height: 50px;
	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: 17px;
	line-height: 28px;
}
.contact__info--item a {
	display: block;
	color: #555555; 
	font-size: 17px;
	line-height: 28px;
	font-weight: 400;
}
.google-map {
	height: 700px; 
}
.google-map iframe {
	height: 700px;
	width: 100%;
	border: 0; 
}
.contact-from-inner {
	padding: 80px 110px;
	background: #fff;
	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);
	}
}
.form-group{
	border: 1px solid !important;
}




abbr,
abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none;
}

.quote {
	background: url("https://newgraceacademy.in/new/assets/front/img/bg/quote-bg.jpg") no-repeat;
	background-size: cover;
	overflow: hidden;

	background-position: center;
}

.awards {
	min-height: 485px;
}
.post-details h3 {
    font-size: 28px;
}
.post-details h4 {
    font-size: 22px;
}
.post-details h5 {
    font-size: 19px;
}
.post-details h6 {
    font-size: 16px;
}
.post-details ul{
	padding-left: 15px;
}
.post-details ul li{
	list-style-type: none;
	font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    color: #555555;
    margin-bottom: 5px;
}
.widget-post-content span{
	font-size: 12px;
}
.blue-bg {
	background: #1b2e5a !important;
}
.blue-bg label {
    color: #fff !important;
}
.ad-pop .modal-body{
	background: #ffc107;
}
.ad-pop .btn-close {
    box-sizing: content-box;
	width: 1.5rem;
    height: 1.5rem;
    padding: 0.25em 0.25em;
    color: #000;
    background: #ffc107;
    border: 0;
    border-radius: 0.25rem;
    opacity: 1;
    float: right;
    margin-top: -2.5rem;
    margin-right: -1rem;
}
.home-pop .btn-close {
	box-sizing: content-box;
    width: 1.5rem;
    height: 1.5rem;
    padding: 0.25em 0.25em;
    color: #000;
    background: #ffc107;
    border: 0;
    border-radius: 0.25rem;
    opacity: 1;
    float: right;
    margin-top: -7.5rem;
    margin-right: -2.5rem;
}
.home-pop .modal-header{
	display: block;
	text-align: center;
}
.form-error {
	color: #bd081c;
	font-size: 12px;
	margin-bottom: 10px;
	display: inline-block;
}
.contact-btn {
	margin-top: 1.5rem;
}
.form-control:focus {
	
}
.parents-corner .single-brand {
	padding: 3rem 2.5rem;
    background: #ffc107;
    width: 75%;
    margin: auto;
}
.parents-corner .single-brand img{
	width: 10%;
	
}

/* XL Device :1200px. */
@media (min-width: 1200px) and (max-width: 1500px) {
    .about-img img {
        margin-top: 47px;
    }
    .footer-social ul li {
        padding-right: 20px;
    }
    .hero-slider {
        min-height: 600px;
    }
    .shop_thumb_tab ul li button {
        max-width: 87px;
    }
    .product_details_img {
        width: 77%;
    }
    .shop_thumb_tab {
        width: 23%;
    }
    .google-map {
        height: 500px;
    }
    .google-map iframe {
        height: 500px;
    }
    .main-menu ul li {
        margin-right: 18px;
    }
    .thm-btn {
        font-size: 11px;
        padding: 0.8rem;
    }
    .feature-content .feature-title h3 {
        font-size: 18px;
    }
    .section-title .title {
        font-size: 34px;
    }
    .footer-widget p {
        font-size: 14px;
    }
    .footer-post ul li a{
        font-size: 14px;
    }

}
/* XL Extra */
@media (min-width: 1200px) and (max-width: 1300px) {
    .header-btn {
        margin-left: 25px;
    }
    .main-menu ul li {
        margin-right: 18px;
    }
    .footer-top-content span {
        font-size: 15px !important;
    }
}



/* LG Device :992px. */
@media (min-width: 992px) and (max-width: 1200px) {
    .footer-top-content span {
        font-size: 15px !important;
    }
    .main-menu ul li {
        margin-right: 18px;
    }
    .header-top .left li {
        margin-right: 10px;
        padding-left: 10px;
    }
    .header-top .right li {
        padding: 11px 10px;
    }
    .header-button {
        margin-left: 20px;
    }
    .about-img img {
        margin-top: 120px;
        width: 100%;
    }
    .about-content h2 {
        font-size: 31px;
        margin-bottom: 20px;
    }
    .about-content {
        padding: 80px 0;
    }
    .about-content p {
        margin-bottom: 30px;
    }
    .feature-item {
        padding: 40px 35px;
    }
    .blog-area .blog-item ul li {
        margin-bottom: 5px;
    }
    .footer-top-content span {
        font-size: 16px;
    }
    .footer-social ul li a {
        margin-right: 5px;
    }
    .hero-slider {
        min-height: 600px;
    }
    .blog-item .blog-content .blog-title {
        font-size: 20px;
        line-height: 30px;
    }
    .hero-slider {
        min-height: 550px;
    }
    .slide-inner .slide-title h2 {
        font-size: 60px;
        line-height: 70px;
    }
    .slide-inner .slide-span span {
        font-size: 28px;
    }
    .main-menu ul li {
        margin-right: 30px;
    }
    .blog-wrapper, .post-details {
        margin-right: 0;
    }
    .blog-sidebar {
        padding-left: 0;
    }
    .post-item .post-content, .post-details {
        padding: 35px 40px;
    }
    .post-details .post-thumb {
        margin-left: -40px;
        margin-right: -40px;
        margin-top: -35px;
    }
    .product_details_img {
        width: 78%;
    }
    .shop_thumb_tab {
        width: 22%;
    }
    .shop_thumb_tab ul li button {
        max-width: 74px;
    }
    .contact-from-inner {
        padding: 70px 60px;
    }
    .google-map {
        height: 500px;
    }
    .google-map iframe {
        height: 500px;
    }
    .footer-social ul li span {
        display: none;
    }
    .checkout-section .checkout.woocommerce-checkout .col2-set {
        padding-right: 40px;
    }
    .about-content-two.pl-50 {
        padding-left: 20px;
    }
    .footer-top-content span {
        font-size: 15px;
    }
}

 
/* MD Device :768px. */
@media (max-width: 991px) {
    .school-fecilities-single .icon {
        float: none;
        margin-top: 0;
    }
    .school-fecilities-single .icon-box-content {
        margin-left: 0;
        margin-top: 25px;
    }
    .blog-area .blog-item ul li {
        margin-bottom: 5px;
    }
    .footer-top-icon {
        float: none;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .footer-top-content span {
        font-size: 16px;
    }
    .footer-social ul li {
        margin-left: 14px;
        padding-right: 0;
    }
    .footer-social ul li a {
        margin-right: 0;
    }
    .contact-map iframe{
        min-height: 500px;
    }
    .header-bottom-area {
        padding: 25px 0px;
    }
    .footer-social ul li::before, .header-cart, .header-btn {
        display: none;
    }
    .header-area .container-fluid {
        max-width: 720px;
    }
    .blog-wrapper, .post-details {
        margin-right: 0;
    }
    .blog-sidebar {
        padding-left: 0;
        margin-top: 20px;
    }
    .post-item .post-content, .post-details {
        padding: 35px 30px;
    }
    .post-details .post-thumb {
        margin-left: -30px;
        margin-right: -30px;
        margin-top: -35px;
    }
    .contact-from-inner {
        padding: 60px 40px;
    }
    .google-map, .google-map iframe {
        height: 400px;
    }
    .mb--none-140 {
        margin-bottom: -100px;
    }
    .page-title-area {
        padding: 140px 0;
    }
    .footer-social ul li span {
        display: none;
    }
    .teacher-single-info {
        padding-left: 10px;
    }
    .teacher-single-info h3 {
        font-size: 32px;
        margin-bottom: 20px;
    }
    .page-title h2 {
        font-size: 36px;
    }
    .about-content-two.pl-50 {
        padding-left: 0;
    }
    .header-top .left {
        display: none;
    }
    .header-top .right {
        float: none;
        text-align: center;
    }
    .footer-top-content span {
        font-size: 15px;
    }
    
}
.mb-hide{
display: block !important;
}
.mb-show {
    display: none !important;
}
 
/* SM Device :320px. */
@media (max-width: 767px) {
    .mb-hide{
        display: none !important;
        }
        .mb-show {
            display: block !important;
        }
    .header-bottom-area {
        padding: 23px 0;
    }
    .banner-content h3 {
        font-size: 26px;
    }
    .banner-content h2 {
        font-size: 43px;
    }
    .about-content h2 {
        font-size: 30px;
    }
    .section-title .title {
        font-size: 30px;
    }
    .school-fecilities-single .icon {
        float: none;
        margin-top: 0;
    }
    .school-fecilities-single .icon-box-content {
        margin-left: 0;
        margin-top: 25px;
    }
    .blog-area .blog-item ul li {
        margin-bottom: 5px;
    }
    .footer-top-icon {
        float: none;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .portfolio-menu li {
        font-size: 14px;
        padding: 0 20px 18px;
        margin-bottom: 18px;
    }
    .footer-top-single {
        border-right: 0;
        text-align: center;
        padding: 15px 0;
    }
    .footer-top-wrapper {
        border-bottom: 0;
    }
    .footer-bottom {
        padding-top: 55px;
        text-align: center;
    }
    .footer-post ul li {
    list-style-type: none;
    text-align: center;
    display: inline-block;
}
    .page-title h2 {
        font-size: 33px;
    }
    .contact-form h3 {
        font-size: 25px;
    }
    .contact-info h3 {
        font-size: 25px;
    }
    .contact-map iframe{
        min-height: 400px;
    }
    .post-item .post-content .post-title,
    .blog-content-area .post-details .post-content .post-title {
        font-size: 22px;
        line-height: 30px;
    }
    .post-item .video-icon, .video-icon {
        height: 80px;
        width: 80px;
        line-height: 80px;
    }
    .post-item .post-content .post-meta span,
    .post-details .post-content .post-meta span {
        margin-bottom: 4px;
    }
    .format-quote blockquote {
        padding: 50px 30px;
    }
    .post-details blockquote::before {
        display: none;
    }
    .post-details blockquote {
        padding: 25px;
    }
    .post-tag-wrapper .blog-post-tag a {
        margin-bottom: 10px;
    }
    .blog-share-icon {
        margin-top: 15px;
    }
    .author-box .author-thumb {
        float: none;
        margin-right: 0;
        margin-bottom: 25px;
    }
    .comment-box .comment-avatar {
        float: none;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .children {
        margin-left: 0;
    }
    .footer-social ul li::before, .header-cart, .header-btn, .footer-social ul li span {
        display: none;
    }
    .copyright-text {
        text-align: center;
    }
    .footer-social ul li a {
        margin-right: 0;
    }
    .footer-social ul li {
        margin-left: 0;
        padding-right: 0;
        margin-right: 10px;
    }
    .footer-social ul li:last-child {
        margin-right: 0;
    }
    .header-area .container-fluid {
        max-width: 450px;
    }
    .page-title-area {
        padding: 130px 0;
    }
    .post-item .post-content, .post-details {
        padding: 30px 25px;
    }
    .post-details .post-thumb {
        margin-left: -25px;
        margin-right: -25px;
        margin-top: -30px;
    }
    .pagination ul li {
        margin-right: 6px;
    }
    .pagination ul li a {
        width: 50px;
        height: 50px;
        line-height: 40px;
        font-size: 14px;
    }
    .product_details_img {
        width: 78%;
    }
    .shop_thumb_tab {
        width: 22%;
    }
    .shop_thumb_tab ul li {
        margin-bottom: 15px;
        padding-left: 15px;
    }
    .shop_thumb_tab ul li button {
        max-width: 60px;
    }
    .product-details h2 {
        font-size: 24px;
    }
    .contact-from-inner {
        padding: 40px 20px;
    }
    .copyright-text {
        margin-top: 18px;
        text-align: center;
    }
    .footer-social ul {
        justify-content: center;
    }
    .teacher-single-info {
        padding-left: 0;
    }
    .blog-item .blog-content .blog-meta span:not(:last-child)::before {
        display: none;
    }
    .blog-item .blog-content .blog-meta span {
        padding-right: 0;
    }
    .modal-title {
        font-size: 23px;
    margin: auto;
    }
    .modal-footer {
        margin: auto;
    }
    .about-content{
        text-align: center;
    }
    .hero-slider .swiper-slide {
        text-align: center;
    }
    .class-item {
        text-align: center;
    }
    .schedule li .class-size {
        font-size: 14px;
    }
    .pb-120 {
        padding-bottom: 20px;
    }
    .pt-110 {
        padding-top: 10px;
    }
    .pb-110 {
        padding-bottom: 15px;
    }
    .pt-120{
        padding-top: 60px;
    }
    .home-pop .btn-close {
        box-sizing: content-box;
        width: 1.5rem;
        height: 1.5rem;
        padding: 0.25em 0.25em;
        color: #000;
        background: #ffc107;
        border: 0;
        border-radius: 0.25rem;
        opacity: 1;
        float: right;
        margin-top: -7.5rem;
        margin-right: -1.2rem;
    }
    .page-title {
        text-align: center;
    }
    .about-area {
        padding: 2rem 0;
    }
    .about-features {
        text-align: left;
    }
    .footer-widget p {
        font-size: 12px;
    }
    .footer-post ul li a {
        font-size: 12px;
        padding-left: 0.5rem;
    }
    .copyright-text p {
        margin: 0;
        font-size: 12px;
        line-height: 1.5;
    }
    .pt-100 {
        padding-top: 20px;
    }
    .pb-100 {
        padding-bottom: 20px;
    }
    .pb-60 {
        padding-bottom: 20px;
    }
    .footer-widget h3 {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .portfolio-menu {
        display: block;
    }
    .blog-sidebar .widget {
        padding: 7px;
    }
}
 
/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {

 
}
/* Marathon Navigation Link Highlight */
.main-menu-list li a.marathon-link {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff !important;
    padding: 8px 20px;
    border-radius: 25px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 3px 10px rgba(102, 126, 234, 0.3);
}

.main-menu-list li a.marathon-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(102, 126, 234, 0.5);
}

/* Mobile Menu Marathon Link */
@media (max-width: 991px) {
    .mobile-menu .main-menu-list li a.marathon-link {
        display: inline-block;
        margin: 5px 0;
    }
}

/* Additional Marathon Page Enhancements */
.marathon-hero-section .page-title h2 {
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.marathon-intro p {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
}

/* Improved Button Styles */
.marathon-submit-btn button.thm-btn {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    position: relative;
    overflow: hidden;
}

.marathon-submit-btn button.thm-btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255,255,255,0.3);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.marathon-submit-btn button.thm-btn:hover::before {
    width: 300px;
    height: 300px;
}

/* Loading Animation for Form */
.form-control:focus {
    animation: inputFocus 0.3s ease;
}

@keyframes inputFocus {
    0% { transform: scale(1); }
    50% { transform: scale(1.02); }
    100% { transform: scale(1); }
}

/* Image Gallery Improvements */
.marathon-image-card,
.lastyear-image-card {
    cursor: pointer;
    will-change: transform;
}

/* Video Controls Enhancement */
.main-video-container video::-webkit-media-controls-panel {
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
}

/* Video Container for Vertical Videos */
.main-video-container {
    position: relative;
    overflow: hidden;
}

.main-video-container video {
    display: block;
    margin: 0 auto;
}

/* Payment Info Box Pulse Effect */
.payment-info-box {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% {
        box-shadow: 0 0 0 0 rgba(102, 126, 234, 0.7);
    }
    50% {
        box-shadow: 0 0 0 10px rgba(102, 126, 234, 0);
    }
}

/* Smooth Scroll Behavior */
html {
    scroll-behavior: smooth;
}

/* Print Styles */
@media print {
    .marathon-form-wrapper {
        box-shadow: none;
        border: 1px solid #ddd;
    }
    
    .video-slider-container,
    .marathon-submit-btn {
        display: none;
    }
}
