/*
Theme Name: Landing Page - MAIS
Author: trivia info it
Author URI: http://trivia.co.in/
Description: Bootstrap based Landing Page for Maharaja Agrasen International School
Version: 3.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

@import url('https://fonts.googleapis.com/css2??family=Roboto+Condensed&family=Noto+Serif:wght@400;900&family=Source+Sans+3&family=Teko:wght@600&display=swap');
@import url('css/colors.css');

/*Wordpress editor styles start*/

.entry-content img {
	margin: 0 0 1.5em 0;
}
.alignleft,
img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
}
.alignright,
img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
}
.aligncenter,
img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
}
.alignnone,
img.alignnone {
	/* not sure about this one */
}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
}

* {
	/* outline: 1px solid red; */
}

html * {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

* {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

body,
html {
	overflow-x: hidden;
	font-family: var(--f1);
	font-size: 1rem;
	color: #333;
	line-height: 2;
	min-height: 3000px;
	/* text-align: justify;
  text-align-last: left; */
}
/*********************/
/*  SCHOOL USP
/*********************/
.usp {
	position: relative;
	display: block;
	margin: 3rem 0 3rem 0;
}
.usp .uspDiv {
	position: relative;
	display: block;
	line-height: 1.5;
	border-right: 1px dashed var(--c5);
}
.usp .uspDiv .uspIcon {
	font-size: 3rem;
	color: var(--c2);
	margin: 0.3rem auto 0.6rem auto;
}
.usp .uspDiv h4 {
	font-size: 1.5rem;
	font-weight: 900;
	color: var(--c1);
}
/*********************/
/*  SCHOOL VIDEO
/*********************/
.schoolVideo {
	position: relative;
	display: block;
	margin: 3rem 0 3rem 0;
	padding: 3rem 0 3rem 0;
}
.schoolVideo .schoolVideoBG {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--c2) url('images/school-bg.png') repeat;
	background-size: cover;
	background-attachment: fixed;
	z-index: 0;
}
.schoolVideo div {
	position: relative;
	z-index: 9;
}

/*********************/
/*  FACTS
/*********************/

.facts {
	position: relative;
	display: block;
	margin: 3rem 0 3rem 0;
}
.facts .factDiv {
	line-height: 1.5;
	border-right: 1px dashed var(--c5);
	margin-bottom: 1rem;
}

.facts .factDiv .counter {
	display: inline-block;
	font-family: var(--fn);
	font-size: 3rem;
	font-weight: 600;
	color: var(--c1);
	margin-top: 2.1rem;
}
.facts .factDiv h4 {
	font-size: 1.2rem;
	font-weight: 600;
	color: var(--c2);
}
/*********************/
/*  AWARDS
/*********************/
.awards {
	position: relative;
	display: block;
	margin: 3rem 0 3rem 0;
}
.awards .awardDiv {
	position: relative;
	display: block;
	border: 1px dotted var(--c5);
}
.awards .awardDiv h4 {
	color: var(--c1);
}
/*********************/
/*  TESTIMONIALS
/*********************/
.testimonials {
	position: relative;
	display: block;
	margin: 3rem 0 3rem 0;
}
.testimonials .slickTestimonials .slick-slide {
	margin: 1rem;
}
.testimonials .slick-dots li button:before {
	content: '\f111';
	font-family: var(--fa5);
	font-size: 0.66rem !important;
	color: var(--c1);
}
.testimonials .testimonialDiv {
	border: 1px dashed var(--c5);
}
.testimonials .testimonialDiv:after {
	content: '\f10d';
	position: absolute;
	font-family: var(--fa5);
	font-weight: 600;
	font-size: 9rem;
	color: var(--c1);
	bottom: -30%;
	right: 3%;
	z-index: -1 !important;
	filter: opacity(0.1);
}
.testimonials .testimonialDiv .author {
	font-size: 1.5rem;
	font-weight: 600;
	color: var(--c1);
}

.footer2 {
	position: relative;
	display: block;
	background: var(--c1);
	color: var(--c2);
	padding: 1rem 0 0.3rem 0;
}
.footer2 a {
	color: var(--c4);
}
.footer2 .socialLinks ul li {
	position: relative;
	display: inline-block;
	list-style: none;
	padding-left: 0.3rem;
}
/*********************/
/*  APPLY NOW
/*********************/
.apply {
	position: relative;
	display: block;
	margin: 3rem 0 0rem 0;
}
.apply .applyBG {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--c6);
	z-index: 0;
}
.apply .applyText,
.apply .applyForm {
	position: relative;
	display: block;
	z-index: 3;
}
.apply .applyForm {
	background-color: var(--c2);
}
.apply .applyForm input,
.apply .applyForm textarea {
	width: 98%;
}
.apply .applyForm input[type='submit'] {
	width: 39%;
	padding: 0.3rem;
}
/*********************/
/*  HOME PAGE TITLES
/*********************/
.pageTitles {
	position: relative;
	/* display: flex; */
	/* flex-direction: column;
	justify-content: center;
	justify-items: left; */
	line-height: 1.2;
	z-index: 9 !important;
	text-align: left;
}
.pageTitles.textCenter {
	margin: 0 auto 0 auto !important;
}
.pageTitles .textLeft {
	margin: 0;
}
.pageTitles h2,
.pageTitles h4,
.pageTitles .mainTitle {
	position: relative;
	display: block;
	width: auto;
	font-family: var(--f2);
	font-weight: 900;
	font-size: 2.1rem;
	text-transform: uppercase;
	color: var(--c1);
	z-index: 99 !important;
}

.pageTitles .subTitle {
	display: inline-block !important;
	line-height: 1.2em;
	font-family: var(--f3);
	font-size: 0.84rem;
	text-transform: lowercase;
	color: var(--c1);
	padding: 6px;
}
/* .pageTitles .subTitle:before {
	content: '';
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	border-radius: 12px;
	background-color: var(--c2);
	border: 1px solid var(--c2);
	z-index: -1;
} */
.pageTitles .titleIntro {
	line-height: 1.75;
	width: 75%;
	margin: 1rem auto;
}

/*
	GO TOP
*/

.scroll-to-top {
	position: fixed;
	right: 0px;
	bottom: 100px;
	transform: rotate(90deg);
	z-index: 99;
}

.scroll-to-top .visible {
	visibility: visible !important;
	opacity: 1 !important;
}

.scroll-to-top .scroll-top-inner {
	opacity: 0;
	visibility: hidden;
}

.scroll-to-top .scroll-top-inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
	-o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
	transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}

.scroll-to-top .scroll-bar {
	width: 50px;
	height: 2px;
	margin-right: 10px;
	position: relative;
}

.scroll-to-top .scroll-bar:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #f4244f;
	opacity: 0.3;
}

.scroll-to-top .scroll-bar .bar-inner {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	background-color: var(--c2);
}

.scroll-to-top .scroll-bar-text {
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	transition: all 500ms ease;
}

.scroll-to-top .scroll-bar-text {
	color: var(--c2);
}

.scroll-to-top .scroll-bar-text:hover {
	transform: scale(1.1);
}
