<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Header*/
.header-main {
    background: #eff2f7;
}
.logo img {
	padding: 5px 0;
}
.header-contact {
    margin: 0;
    overflow: hidden;
}
.header-contact p {
	margin: 0;
}
.contact-email {
    width: 50%;
    float: left;
    display: flex;
    padding-left: 20%;
}
.contact-email i {
    width: 40px;
    height: 40px;
    text-align: center;
    background: #13457d;
    border-radius: 50%;
    color: #fff;
    line-height: 40px;
    margin-right: 10px;
}
.contact-phone {
    display: flex;
}
.contact-phone i {
	width: 40px;
    height: 40px;
    text-align: center;
    background: #13457d;
    border-radius: 50%;
    color: #fff;
    line-height: 40px;
    margin-right: 10px;
}
.contact-phone p {
	color: #f31515;
	font-weight: 600;
}
i.fa.fa-phone {
    transform: rotate(90deg);
}
.sticky {
  	position: fixed;
  	top: 0;
  	width: 100%;
  	z-index: 99;
}

/*Search*/
.menu-search {
	position: absolute;
	right: 0;
	top: 0;
}
.menu-search button {
    background: #13457d;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    color: #fff;
}
.menu-search .dropdown-menu form {
	position: relative;
}
.menu-search .dropdown-menu {
	width: 300px;
	right: 0 !important;
	left: unset !important;
	top: 10px !important;
	border: none !important;
	padding: 0;
	transform: translate3d(-0px, 40px, 0px) !important;
}
.menu-search .dropdown-menu input {
	width: 100%;
	height: 40px;
	border: 1px solid #ddd;
	padding-left: 5px;
	outline: 0;
}
.menu-search .dropdown-menu .form-group {
	margin-bottom: 0;
}
.menu-search .dropdown-menu button {
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
	border-radius: 0;
	height: 40px;
	background: #13457d;
	color: #fff;
}

/**/

.menu-item-gtranslate {
	float: right;
}
.menu-item-gtranslate a {
	padding: 0 3px !important;
}
.menu-item-gtranslate a img {
	opacity: 1;
}

/*Index*/
.homePage-sign {
    padding: 45px 0;
}
.homePage-sign .sign-item {
	background-repeat: no-repeat !important;
	background-size: cover !important;
}
.homePage-sign .sign-content {
    padding: 50px 20px;
    max-width: 50%;
}
.homePage-sign .sign-content h3 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    text-align: justify;
    line-height: 26px;
    margin: 0;
}
.homePage-sign .sign-content p {
    margin: 0;
    padding: 30px 0;
    text-align: justify;
    font-size: 15px;
    opacity: .8;
}
.homePage-sign .sign-content a {
    background: #d00000;
    color: #fff;
    padding: 8px 15px;
    border-radius: 20px;
}
.homePage-sign .sign-content a:hover {
	text-decoration: underline;
}

.homePage-blog {
	background: #f3f3f3;
	padding: 40px 0;
}
a.view-more {
    color: #13457d;
    padding: 7px 15px;
    border: 1px solid #13457d;
    border-radius: 20px;
}
.homePage-blog .entry-description {
    margin-bottom: 25px;
}

.student-feeling {
	padding: 45px 0 0;
	text-align: center;
}
.student-feeling .desc {
	margin-bottom: 20px;
}
.student-feeling .fa-quote-right {
    font-size: 46px;
    color: #d00000;
    margin-bottom: 20px;
}
.feeling-content {
    text-align: justify;
    border: 1px solid #ddd;
    padding: 15px 15px 10px;
    position: relative;
    margin-bottom: 25px;
}
.feeling-content:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -15px;
    background: url(../images/bott2.png);
    width: 25px;
    height: 15px;
    margin: 0 auto;
}
.feeling-content p {
	margin-bottom: 5px;
}
.feeling-items img {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 50%;
    border: 2px solid #13457d;
}
.feeling-title h3 {
    margin-top: 15px;
    text-transform: capitalize;
    font-size: 16px;
}

.teacher-feeling {
    background: #13457d;
    padding: 40px 0;
}
.teacher-feeling .slick-carousel .slick-list {
	padding-left: 40px;
}
.teacher-feeling .heading a {
	color: #fff !important;
}
.teacher-feeling .heading a:after {
	content: '';
    background: url(../images/bott1.png) !important;
}
.teacher-feeling-items {
	margin: 0 33px;
}
.teacher-feeling-p {
	position: relative;
	border: 1px solid #d00000;
	background: #fff;
	border-radius: 10px;
}
.teacher-feeling-items img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid #d00000;
    position: absolute;
    top: 50%;
    left: -50px;
    transform: translateY(-50%);
}
.teacher-feeling-content {
	padding: 15px 10px 15px 60px
}
.teacher-feeling-content h3 {
    font-size: 16px;
    color: #d00000;
    font-weight: 500;	
}
.teacher-feeling-content p {
	margin: 0;
}
.teacher-feeling .slick-next:before, 
.teacher-feeling .slick-prev:before {
	color: #fff !important;
}

.homePage-calendar {
	padding: 45px 0;
}
.homePage-calendar .post-inner {
    position: relative;
    background: #f3f3f3;
    padding: 15px;
    border: 1px solid #ddd;
}
.homePage-calendar .entry-content {
    padding-left: 75px;
}
.homePage-calendar .entry-meta1 {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #d00000;
    color: #fff;
    text-align: center;
    padding: 0px 3px 4px;
}
.homePage-calendar .entry-meta1 strong {
	position: relative;
	font-size: 28px;
}
.homePage-calendar .entry-meta1 strong:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -1px;
	width: 25px;
	height: 1px;
	background: #fff;
}
.homePage-calendar .entry-meta1 p {
	margin: 0;
}
.homePage-calendar .entry-meta {
    margin: 0 !important;
}

/*Footer*/
.footer-widgets-area:nth-child(1) {
	-ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;	
}
.footer-widgets-area:nth-child(2) {
	-ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
}
.footer-widgets-area:nth-child(2) .widget_social {
	float: right;
}
.form-bottom {
	background: #13457d;
	text-align: center;
	padding: 15px 0;
}
.form-bottom .container {
    width: 40%;
    display: flex;	
}
.form-bottom span {
	margin: 12px 25px 0 0;
}
.form-footer {
	position: relative;
}
.form-footer input {
	width: 100%;
	height: 40px;
	border: none;
	border-radius: 20px;
	padding-left: 15px;
	outline: 0;
}
.form-footer .wpcf7-submit {
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	background: #d00000;
	border-radius: 0 20px 20px 0;
	width: auto;
}
span.ajax-loader {
    display: none !important;
}

/*Contact*/
.form-contact input {
	width: 100%;
	height: 40px;
	border: 1px solid #ddd;
	border-radius: 5px;
	padding-left: 15px;
	outline: 0;
}
.form-contact textarea {
	width: 100%;
	height: 100px;
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 15px;
	outline: 0;	
}
.form-contact .wpcf7-submit {
	width: auto;
	border: none;
	background: #d00000;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	padding: 0 20px;
}







@media (max-width: 767px) {
	/*Menu*/
	.menu-search {
	    position: relative;
	    right: 30px;
	    top: -10px;	
	}
	.menu-search button {
	    display: none;
	}
	.dropdown-menu {
	    position: relative;
	    display: block;
	}
	.menu-search .dropdown-menu {
	    width: 220px;
	}
	.menu-search .dropdown-menu button {
	    display: block;
	    height: 35px;
	    font-size: 12px;
    	padding: 0 5px;
	}
	.menu-search .dropdown-menu input {
	    height: 35px;
	}
	.carousel-item img {
	    height: 250px;
	    object-fit: cover;
	}

	.header-contact {
	    display: none;
	}
	.header-content .col-xl-8.col-12 {
	    display: none;
	}
	.sticky {
	  	position: relative;
	}

	.homePage-sign, .homePage-blog, .student-feeling, .teacher-feeling, .homePage-calendar {
	    padding: 25px 0;
	}
	.homePage-sign .sign-content {
	    padding: 15px 21px;
	    max-width: 80%;
	}
	.homePage-sign .sign-content h3 {
	    font-size: 14px;
	    line-height: 17px;
	}
	.homePage-sign .sign-content p {
	    padding: 10px 0;
	    font-size: 13px;
	    opacity: 1;
	}
	.homePage-sign .sign-content a {
	    padding: 5px 10px;
	    font-size: 13px;
	}
	.homePage-sign .sign-item {
	    background-repeat: round !important;
	}
	.heading {
	    margin: 0 0 30px 0 !important;
	    font-size: 22px !important;
	}
	.heading a:after {
	    content: '';
	    bottom: -15px !important;
	}
	.student-feeling .fa-quote-right {
	    font-size: 38px;
	}
	.sh-blog-shortcode .element .entry-title {
	    font-size: 14px !important;
	}

	/*Footer*/
	.footer-widgets-area:nth-child(1) {
		-ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;	
	}
	.footer-widgets-area:nth-child(2) {
		-ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	}
	.form-bottom .container {
	    width: 100%;
	    display: inline-block;
	}
	.form-footer {
	    margin-top: 10px;
	}






}</pre></body></html>