@charset "utf-8";
/* CSS Document */


body p {
	font-family: 'Karma', serif;
	font-size: 17px;
	color: #353535;
	line-height: 30px;
}
html {
}
/*----------header-------------*/
.cer{
	
	background-color: #E3E3E3;
}

.unit-left ul li {
	color: #002e5b;
	display: inline-block;
	margin-right: 56px;
	font-family: 'Barlow', sans-serif;
	font-size: 15px;
}
li {
	list-style: none;
}
ul {
	margin: 0px;
	padding: 0px;
}
.header-info-left {
	display: flex;
	justify-content: center;
}
.list-share-2 li {
	display: inline-block;
}
.list-share-2 a .fa {
	-webkit-transition: all .4s ease-out 0s;
	-moz-transition: all .4s ease-out 0s;
	-ms-transition: all .4s ease-out 0s;
	-o-transition: all .4s ease-out 0s;
	transition: all .4s ease-out 0s;
	transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
}
.list-share-2 .fa {
	width: 25px;
	height: 25px;
	margin: 0px 6px 0px 0px;
	border-radius: 50%;
	text-align: center;
	padding: 4px 0px 0px 0px;
	color: #232323;
}
.unit-left li a {
	color: #000000;
	font-size: 14px;
	padding-left: 25px;
}
.unit-left .fa {
	width: 25px;
	height: 25px;
	border: 1px solid #a29d9d;
	margin: 0px 6px 0px 0px;
	border-radius: 50%;
	text-align: center;
	padding: 4px 0px 0px 0px;
	color: #C82131;
}
.btn {
	background: #C82131;
	-moz-user-select: none;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 0;
	margin-bottom: 0;
	padding: 27px 44px;
	border-radius: 5px;
	min-width: 200px;
	margin: 10px;
	transition: color 0.4s linear;
	position: relative;
	z-index: 1;
	border: 0;
	overflow: hidden;
	outline: none;
}
.header-btn a {
	text-decoration: none;
	color: #FFFFFF;
}
.header-btn:hover {
	color: #FDFDFD
}
/*------header-bottom */




/*----------header-------------*/




/*----------banner-------------*/


.banner-mer {
	position: relative;
}
.banner-grid {
	position: absolute;
	bottom: 130px;
	right: 0.5%;
	width: 55%;
	height: 100px;
	z-index: 100;
	display: flex;
	justify-content: flex-start;
}
.grid-m {
	border: 2px solid rgba(255, 255, 255, 0.48);
	padding: 1rem;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0rem 2rem 0rem 0rem;
	position: relative;
}
.grid-m:before {
	content: "";
	width: 11px;
	height: 2px;
	position: absolute;
	right: 0px;
	bottom: -2px;
	background: rgb(200, 33, 49);
}
.grid-m:after {
	content: "";
	width: 2px;
	height: 11px;
	position: absolute;
	right: -2px;
	bottom: -2px;
	background: rgb(200, 33, 49);
}
.grid-m img {
	width: 22%;
}
.grid-m h6 {
	color: #ffffff;
	font-family: 'Roboto', sans-serif;
	font-weight: lighter;
	padding-left: 1rem;
}
.slider-info {
	position: absolute;
	right: 14%;
	width: 41%;
	bottom: 40%;
}
.date-box h5 {
	font-size: 50px;
	color: #FFFFFF;
	font-family: 'Spectral', serif;
	font-weight: lighter;
}
.nx-prv {
	display: flex;
	justify-content: flex-start;
	margin-top: 1rem;
}
.owl-carousel .next-slide {
	background-color: #C82131;
}
.owl-carousel .prev-slide {
	background-color: #1B4589;
}
.nx-prv .fa {
	color: #FFFFFF;
	font-size: 15px;
	padding: 10px 18px 10px 18px;
}
/*.exqute-seperator.invert {
    position: absolute;
 bottom: 29px;
    left: 0;
    right: 0;
    z-index: 1;
    transform: rotate(180deg);
}


.exqute-seperator svg {
    height: 50px;
    width: 100%;

}

svg:not(:root) {
    overflow: hidden;
}


.exqute-fill-white {
    fill: #fff;
}
*/
 
/*----------banner-------------*/

/*----------about -news slide------------*/

.ab-ni {
	position: relative;
}
.ns-pro-container {
	margin-top: -14.4rem;
	z-index: 100;
	position: absolute;
	width: 100%;
}
.pros {
	background: #1b4589;
	padding: 1.3rem;
	margin-bottom: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pros .fa {
	font-size: 40px;
	padding-right: 30px;
	color: rgba(0, 0, 0, 0);
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: white;
}
.pros h6 {
	font-size: 18px;
	text-align: center;
	color: #FFFFFF;
	letter-spacing: 1px;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	margin: 0;
}
.nesws-slide {
	background: rgba(27,69,137,1);
	background: -moz-linear-gradient(left, rgba(27,69,137,1) 0%, rgba(27,69,137,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(27,69,137,1)), color-stop(100%, rgba(27,69,137,1)));
	background: -webkit-linear-gradient(left, rgba(27,69,137,1) 0%, rgba(27,69,137,1) 100%);
	background: -o-linear-gradient(left, rgba(27,69,137,1) 0%, rgba(27,69,137,1) 100%);
	background: -ms-linear-gradient(left, rgba(27,69,137,1) 0%, rgba(27,69,137,1) 100%);
	background: linear-gradient(to right, rgba(27,69,137,1) 0%, rgba(27,69,137,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b4589', endColorstr='#1b4589', GradientType=1 );
}
.nesws-slide h5 {
	color: #FFFFFF;
	padding: 2rem 0rem 0rem 2rem;
	font-family: 'Roboto Condensed', sans-serif;
}
.our-team .pic {
	position: relative;
	overflow: hidden;
}
.srv-nnum-h {
	position: absolute;
	top: 0px;
}
.srv-nnum-h h1 {
	color: #FCFBFB;
	font-size: 14px;
	padding: 0.4rem 0rem 0rem 0.4rem;
}
.pic:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	/*  background: url(../img/do.png);*/
	top: 0px;
	z-index: 1;
}
.num-x h3 {
	text-align: right;
	font-size: 40px;
	font-weight: bold;
	color: #a20000;
	padding: 0px 0px 10px 0px;
}
.our-team .pic img {
	width: 100%;
	height: auto;
	transition: all 0.20s ease-in-out;
}
.our-team:hover img {
	transform: scale(1.1, 1.1);
}
.our-team .over-layer {
	position: absolute;
	left: 0;
	bottom: -100%;
	width: 100%;
	height: 100%;
	padding: 25px 15px;
	background: rgba(39, 101, 202, 0.2);
	transition: all 0.20s ease-in-out;
}
.our-team:hover .over-layer {
	bottom: 0;
}
.our-team .description {
	font-size: 14px;
	line-height: 25px;
	color: #fff;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-lr;
}
.team-prof {
	margin-top: 1rem;
}
.our-team .team-prof a {
	color: #2b253f;
	font-size: 17px;
	font-family: 'Roboto', sans-serif;
}
.our-team .team-prof a:hover {
	text-decoration: none;
	color: #a20000;
}
.team-prof h4 {
	font-size: 15px;
	color: #ffffff;
	font-family: 'Roboto', sans-serif;
	font-weight: bolder;
	padding-top: 2px;
	text-transform: uppercase;
}
.team-prof p {
	text-align: left;
	color: #d7dce4;
}
.sev {
	padding: 2rem;
}
.th .owl-nav button.owl-prev, .th .owl-nav button.owl-next {
	border-radius: 50%;
	width: 30px;
	height: 30px;
	border: 2px solid #0e4aab!important;
}
.owl-theme .owl-nav [class*='owl-'] {
	color: #FFF;
	font-size: 20px;
	margin: 5px;
	padding: 4px 7px;
	display: inline-block;
	cursor: pointer;
	outline: none;
}
.owl-theme .owl-nav [class*='owl-']:hover {
	background: none;
	color: #FFFFFF;
	text-decoration: none;
}
.owl-carousel .owl-nav .owl-prev:before {
	font-family: 'FontAwesome';
	content: "\f104";
	padding: 10px;
	background-color: transparent;
	color: #FFFFFF;
}
.owl-carousel .owl-nav .owl-next:after {
	font-family: 'FontAwesome';
	content: "\f105";
	padding: 10px;
	background-color: transparent;
	color: #FFFFFF;
}
.but-x {
	display: flex;
	align-items: center;
}
.dash-- {
	width: 30px;
	height: 2px;
	background-color: #c82131;
}
.more-x {
	font-size: 13px;
	color: #c82131;
	padding: 0px 0px 0px 5px;
	font-weight: lighter;
	padding: 0px 0px 0px 5px
}
.more-x span {
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;
	padding-right: 30px
}
.more-x span:after {
	content: "\f178";
	font-family: 'FontAwesome';
	position: absolute;
	opacity: 0;
	top: 0;
	right: -20px;
	transition: 0.5s;
	color: #c82131;
}
.more-x:hover span {
	padding-right: 25px;
}
.more-x:hover span:after {
	opacity: 1;
	right: 0;
}
.ab-ni-le {
	margin-left: 4.3rem;
}
.tittle-ni h2 {
	font-size: 26px;
	font-family: 'Source Serif Pro', serif;
	color: #23334c;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 42px;
	padding: 0px 0px 10px 0px;
}
.tittle-ni {
	position: relative;
}
/*----------about -news slide------------*/


/*----------teach-st-----------*/

.teach-st{
	
	
	    padding: 5vw 0vw 5vw 0vw;
    background: #f8f8f8;
	
}



/*----------teach-st-----------*/

/*----------mi-vi-fc-----------*/


.mi-vi-fc {
	margin: 5vw 0vw 0vw 0vw;
}
.mi-vi-le:before {
	content: "";
	position: absolute;
	width: 2px;
	height: 100%;
	right: -18px;
	bottom: 0;
	background-color: #efefef;
}
.mi-vi {
	position: relative;
}
.tittle-ni:before {
	content: "";
	width: 30px;
	height: 3px;
	position: absolute;
	background-color: #dadada;
	bottom: 9px;
}
.ab-ni-le-cnt {
	margin-left: 3.5rem;
}
.fcility-slide {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 3rem;
}
.icon-fci h6 {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #23334c;
	padding: 1rem 0rem 0rem 0rem;
}
.icon-fci img {
	width: 75%;
}
.aww {
	display: flex;
	justify-content: center;
	border: 1px solid #f1f2f5;
	box-shadow: 8.714px 13.419px 27px 0px rgba(51, 97, 154, 0.1);
	padding: 40px 0px 40px;
	margin-bottom: 1rem;
}
.aww h6 {
	font-size: 13px;
	/* font-family: Roboto, sans-serif; */
	font-weight: bolder;
	color: dimgrey;
	text-transform: uppercase;
	/* letter-spacing: 1px; */
	line-height: 23px;
}
.aww-img img {
	width: 84%;
	padding-left: 1rem;
}
.aw-tittle p {
	font-size: 16px;
}
.aw-tittle {
	padding: 0rem 1rem 0rem 0rem;
}
/*----------mi-vi-fc------------*/



/*----------------she-note-----------*/

.she-note {
	background: #e0e9f7;
	padding: 4rem 0rem 4rem 0rem;
	margin: 0vw 0vw 0vw 0vw;
	overflow: hidden;
	position: relative;
	-o-ms-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
/*.canvas-layer {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
    height: 100%;
    left: 0;
    background-image: url(../img/industry-bg.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
}*/
.na-po {
	margin: 1rem 0rem 0rem 0rem;
}
.she-note:before {
	position: absolute;
	content: '';
	right: -204px;
	top: -48px;
	width: 69%;
	height: 160%;
	display: block;
	background: #d6e0f1;
	-o-ms-transform: rotate(-4deg);
	-ms-transform: rotate(-4deg);
	-webkit-transform: rotate(-4deg);
	transform: rotate(-4deg);
	z-index: -1;
}
.img-top {
	position: relative;
}
.img-top:before {
	content: "";
	position: absolute;
	width: 500px;
	height: 342px;
	left: -25px;
	top: -30px;
	background: url(../img/do.png);
	z-index: -1;
}
.na-po h4 {
	font-size: 17px;
	color: #23334c;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	letter-spacing: 1px;
}
.na-po h5 {
	font-size: 15px;
	color: #23334c;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	letter-spacing: 1px;
}
/*----------------she-note-----------*/








/*----------division------------*/



.division {
	margin: 5vw 0vw 0vw 0vw;
	background: #e0e9f7;
}
.divi {
	display: flex;
	justify-content: center;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 5rem;
}
.divi h4 {
	font-size: 1rem;
	font-weight: bold;
	color: #ffffff;
	letter-spacing: 1px;
}
.divi h3 {
	font-size: 3rem;
	text-transform: uppercase;
	color: #FFFFFF;
	font-family: 'Berkshire Swash', cursive;
	letter-spacing: 1px;
	margin: 0;
}
.divi p {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	color: aliceblue;
}
.divi-grid1 {
	background: url(../img/Senior-Secondary.jpg) 47% 49%;
	padding: 2.2rem;
}
.divi-grid2 {
	background: url(../img/Secondary.jpg) 44% 26%;
	padding: 2.2rem;
}
.divi-grid3 {
	background: url(../img/Primary.jpg) 50% 50%;
	padding: 2.2rem;
}
.divi-grid4 {
	background: url(../img/Kindergarten.jpg) 34% 9%;
	padding: 2.2rem;
}
.divi-grid1, .divi-grid2, .divi-grid3, .divi-grid4 {
	width: 30%;
	margin: 0px 5px 5px 0px;
	min-height: 300px;
}
.divi-grid1:hover, .divi-grid2:hover, .divi-grid3:hover, .divi-grid4:hover {
}
span.st {
	font-size: 14px;
	color: #ffffff;
	margin: 0;
	letter-spacing: 1px;
}
.div-x {
	font-size: 13px;
	color: #ffffff;
	padding: 0px 0px 0px 5px;
	font-weight: lighter;
}
/*----------division------------*/


/*---------evt-new-----------*/

.evt-new {
	margin: 5vw 0vw 5vw 0vw;
}
.date {
	display: flex;
	flex-direction: column;
	background: #efeff1;
	padding: 18px;
}
span.ev-d-core-date {
	color: #1b4589;
	font-weight: bold;
	font-size: 30px;
}
span.ev-d-core-mon {
	color: #c82131;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
}
.ev-na-da {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 25px;
}
span.ev-d-core-cnt {
	color: #585757;
	font-family: 'Karma', serif;
	font-size: 17px;
}
.ev-cnt {
	padding-left: 30px;
	margin-top: 13px;
}
.pal-ti {
	display: flex;
	justify-content: flex-start;
	align-content: space-around;
}
span.tim {
	margin-right: 25px;
}
.pal-ti p {
	font-size: 13px;
}
.ev-cnt .fa {
	color: #bdbcbc;
}
.test {
	box-shadow: 8.714px 13.419px 27px 0px rgba(51, 97, 154, 0.1);
	margin-top: 1.6rem;
}
.testimonial {
	background: #fff;
	text-align: center;
	padding: 15% 20% 11% 20%;
	border-radius: 5px;
}
.testimonial .pic {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto;
	margin-bottom: 1rem;
}
.testimonial .pic img {
	width: 100%;
	height: auto;
	filter: grayscale(100%);
}
.testimonial .testimonial-title {
	font-size: 16px;
	color: #9e9e9e;
	
	text-transform: uppercase;
	margin-bottom: 0;
}
.testimonial .post {
	display: block;
	font-size: 12px;
	font-style: italic;
	color: #bcbcbc;
	margin-top: 10px;
	text-transform: uppercase;
}
.testimonial .description {
	font-size: 15px;
	font-style: italic;
	color: #86868a;
	line-height: 1.8;
	margin-top: 10px;
}

@media only screen and (max-width: 480px) {
.testimonial {
	padding: 40px 10%;
}
}
/*---------evt-new-----------*/






/*-- footer--*/ 
.foot {
	background-color: #2b3f54;
	margin: 0rem 0rem 0rem 0rem;
}
.foot-nu {
	background-color: #1b4589;
}
.gri-co {
	background-color: #ffffff;
}
.foot-cot h2 {
	color: #FFFFFF;
	font-size: 25px;
	text-align: center;
	margin-top: 35px;
}
.fot-ph p {
	font-size: 16px;
	color: #7b7b7b;
}
.gri-co {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 2rem 1rem 2rem 1rem;
}
.fot-ic {
	margin-right: 7px;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	border: 1px solid #b3b3b3;
}
.fot-ic .fa {
	padding: 11px;
	font-size: 20px;
	color: #b7333d;
}
.footer__gridf_list li a {
	color: #bcc6d0;
	text-decoration: none;
	letter-spacing: 1px;
	font-size: 14px;
	display: block;
	font-family: 'Roboto', sans-serif;
	margin: 2em 0;
}
.ls-fsocial-grid {
	padding: 2em 0;
	border-top: 1px solid #edeff1;
	margin: 3em 0 0 0;
	text-align: center;
	border-bottom: 1px solid #edeff1;
}
.footer__gridf-img {
	display: flex;
	justify-content: flex-start;
}
h3.sub--headf {
	color: #3a3a3a;
	font-size: 1.5em;
	font-weight: 600;
	letter-spacing: 1.5px;
	margin-bottom: .7em;
	line-height: 30px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.29);
}
.footer__gridf_list li span.fa {
	color: #ffffff;
	padding-right: 0em;
	text-align: center;
	padding-top: 4px;
}
.footer__gridf-1 {
	border-left: 1px solid #465e77;
}
.footer__gridf_list li span {
	margin-right: 13px;
}
.ft-foot li span .fa {
	font-size: 12px;
}
.ft-foot li span {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	border: 1px solid #465e77;
	margin-right: 13px;
}
.ft-foot h3, .late-news h3 {
	color: #d6d6d6;
	font-family: 'Arvo', serif;
	font-weight: lighter;
	/* letter-spacing: 1px; */
	font-size: 19px;
}
.cpy-right {
	background: #eff1f1;
}
.cpy-right a {
	font-size: 14px;
	color: #c8cacc;
}
.cpy-right p {
	font-size: 14px;
	color: #c8cacc;
}
.footer__gridf_list li a:hover {
	color: #f9e1a3;
}
.footer__gridf h2 a span {
	font-weight: 700;
	color: #e4e4e4;
	font-size: 1em;
}
.footer__gridf h2 a {
	display: inline-block;
	font-weight: 300;
	font-size: 3em;
	letter-spacing: 1px;
	color: #e4e4e4;
	text-shadow: 2px 5px 3px rgba(0, 0, 0, 0.06);
	padding: 0;
}
.newsletter-info input[type="email"] {
	padding: 1.2em 0.5em;
	font-size: 16px;
	color: #000;
	outline: none;
	border: none;
	background-color: #48688a;
	flex-basis: 100%;
}
.newsletter-info input[type="submit"] {
	color: #fff;
	font-size: 13px;
	letter-spacing: 1px;
	padding: 14px 0;
	border: transparent;
	background-color: #577092;
	flex-basis: 30%;
	text-transform: uppercase;
	margin-left: -2em;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	transition: 0.5s all;
	/*background-image: linear-gradient(to left bottom, #0652dd, #0d58e2, #145de7, #1963eb, #1e68f0);*/
	
	background: -webkit-linear-gradient(#b7333d 5%, #b7333d );
	cursor: pointer;
}
.newsletter-info input[type="submit"]:hover {
	background: -webkit-linear-gradient(#0b1727 5%, #0b1727 );
	cursor: pointer;
}
.newsletter-info laceholder {
	color: #ADADAD;
}
.late-news {
	margin-top: 3rem;
}
.late-news p {
	font-size: 14px;
	color: #bcc6d0;
	padding-right: 14rem;
}
ul.header-social-foot li {
	display: inline-block;
}
ul.header-social-foot li a {
	font-size: 20px;
	color: #abbbcc;
	padding-left: 20px;
}
.header-info-foot {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
/*-- footer--*/ 




/*-----------------

sub-page
---------------*/


.sub-tittle .button {
	background: none;
	border: 2px solid #C82131;
	color: white;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	border-radius: 10px;
}
.sub-page-banner {
	overflow: hidden;
	position: relative;
	-o-ms-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
.sub-page-banner:before {
	position: absolute;
	content: '';
	left: -138px;
	top: -49px;
	width: 900px;
	height: 160%;
	display: block;
	background: rgb(7, 29, 186);
	-o-ms-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(-4deg);
}
.sub-img {
	overflow: hidden;
}
.sub-img {
}
.sub-img img {
/*   -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
	*/
}
.sub-tittle {
	position: absolute;
	bottom: 165px;
	leftt: 0;
	width: 59.6%;
	height: 100px;
	z-index: 100;
}
.sub-tittle h1 {
	color: #FFFFFF;
	font-size: 4rem;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
}
.sub-tittle h6 {
	font-family: 'Barlow', sans-serif;
	color: #FFFFFF;
 font-size: 1.rem;
}
.banner-grid-sub {
	position: absolute;
	bottom: 57px;
	right: 0.5%;
	width: 59%;
	height: 95px;
	z-index: 100;
	display: flex;
	justify-content: flex-start;
}
.sacred-ab {
	margin: 4vw 0vw 5vw 0vw;
}
.heart-img img {
	width: 100%;
	padding: 0.7rem 0rem 0rem 0rem;
}
.start {
	padding: 2rem;
	border: 11px solid #1b4589;
	margin: 1rem 0rem 0rem 0rem;
}
.start h2 {
	font-size: 4rem;
	font-weight: bolder;
	color: #686666;
}
.we h4 {
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	color: #b7333d;
	font-weight: bolder;
}
.heart-img {
	position: relative;
	margin: 6.8rem 0rem 0rem 0rem;
}
.heart-img h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	color: #6C6C6C;
	line-height: 42px;
	font-style: italic;
	font-weight: bold;
}
span.co {
	top: 0;
	font-size: 8rem;
	color: #e4e3e3;
	font-family: 'Roboto', sans-serif;
	line-height: 0;
	position: absolute;
}
.ah-hrt-left {
	padding: 0rem 0rem 0rem 3rem;
}
/*----------MileStones ---------*/

.milestone {
	margin: 3vw 0vw 0vw 0vw;
	background: #1b4589;
	padding: 4vw 0vw 4vw 0vw;
	position: relative;
	overflow: hidden;
	position: relative;
	-o-ms-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
.milestone:before {
	position: absolute;
	content: '';
	right: -367px;
	top: -48px;
	width: 71%;
	height: 160%;
	display: block;
	background: #1b4ea0;
	-o-ms-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	z-index: -1;
}
.blk h3 {
	font-size: 36px;
	color: #ffffff;
	float: left;
	font-weight: bold;
	margin: 2rem 0rem 1rem 0rem;
}
.blk hr {
	width: 80%;
	border: 0;
	border-top: 1px solid #ffffff;
	margin: 3rem 0rem 3rem 6rem;
}
.blk h4 {
	font-size: 17px;
	color: aliceblue;
	margin: 1rem 0rem 2rem 0rem;
	line-height: 36px;
}
.blk p {
	margin-top: 2rem;
}
.head-top-login-list li:hover .fa {
	color: rgba(14,11,217,1.00);
}
/*----------MileStones ---------*/



/*-----------------

history
---------------*/





/*---------------------
			news
-----------------------*/




.tweet-img img {
	width: 100%;
}
.single_service_title h6 {
	color: #7f7f7f;
	font-size: 12px;
	letter-spacing: 1px;
}
.single_service:after {
	content: "";
	width: 8%;
	height: 1px;
	    background-color: #c3c3c3;
	position: absolute;
	bottom: -1px;
}
.grid-level {
	display: grid;
    grid: auto auto auto / auto auto auto;
	grid-column-gap: 20px;
	grid-gap: 48px;
}
.pat-man-ad-right h5 {
	color: #545353;
	font-size: 20px;
	letter-spacing: 1px;
}
.single_service {
	position: relative;
	border-bottom: 1px solid #f5f5f5;
}
.single_service_title {
	padding: 2rem 0rem 2rem 0rem;
	transform: translatex(0px);
	background-color: #ffffff;
	transition: all 0.3s ease;
}
.single_service_title h2 {
	font-size: 1.3rem;
	font-family: 'Source Serif Pro', serif;
}
.single_service_title h6 {
	letter-spacing: 1px;
	font-size: 0.7rem;
	color: #d6d6d6;
	text-transform: uppercase;
}
.single_service_title h5 {
	font-size: 1.2rem;
	color: #161717;
}
.single_service:hover .single_service_title, .single_service:hover .tweet-img {
	transform: translatex(0px);
}
.tweet-sm {
	display: flex;
	justify-content: center;
	margin: 0rem 0rem 2rem 0rem;
	padding-left: 1rem;
	position: relative;
}
.tweet-img-short {
	width: 30%;
}
.tweet-img-short img {
	width: 100%;
}
.tweet-cnt p {
	padding: 0rem 0rem 0rem 1rem;
	margin: 0px;
	line-height: 25px;
}
.twwt-main {
	border-left: 1px solid #f5f5f5;
}
.tweet-cnt h4 {
	font-size: 20px;
	padding: 0rem 0rem 0rem 1rem;
	font-family: 'Amiri', serif;
	margin: 0;
}
.tweet-sm:after {
	content: "";
	width: 1px;
	height: 11px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	background: rgb(197, 197, 197);
}
.tweet-sm:before {
	content: "";
	width: 11px;
	height: 1px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	background: rgb(197, 197, 197);
}
.post-date {
	min-width: 58px;
	min-height: 18px;
	line-height: 26px;
	text-align: center;
	background: #556677;
	position: absolute;
	top: 0px;
	left: 0px;
}
.post-date .month {
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	padding: 0 10px;
	background: #d60e0e;
	text-transform: uppercase;
}
.post-date .date {
	display: flex;
	flex-direction: column;
	background: #004284;
	color: #FFFFFF;
	padding: 3px;
}
.grid-level-right {
	padding: 0vw 4vw 0vw 0vw;
}
/*-----------------
		news
------------------------*/





/*-----------------
			contact
------------------------*/



.reg-info {
	width: 100%;
}
.join {
	margin: 4vw 0vw 0vw 0vw;
}
.input-group {
	position: relative;
	margin-bottom: 70px;
	border-bottom: 1px solid #d7d7d7;
}
.join-cnt {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
.reg-info input[type=text] {
	outline: none;
	width: 100%;
	background-color: transparent;
	border: none;
	-webkit-appearance: none;
	border-radius: 0;
	vertical-align: baseline;
	box-shadow: none;
	font-family: 'Barlow', sans-serif;
	padding: 1rem 0rem 1rem 0rem;
}
.reg-info textarea {
	outline: none;
	width: 100%;
	background-color: transparent;
	border: none;
	-webkit-appearance: none;
	border-radius: 0;
	vertical-align: baseline;
	box-shadow: none;
	font-family: 'Barlow', sans-serif;
	padding: 1rem 0rem 1rem 0rem;
}
.area-t {
	margin-bottom: 50px;
}
.reg-info .gray {
	color: #000000;
	letter-spacing: 1px;
	background: #d3d3d300;
	border: 1px solid black;
	cursor: pointer;
}
.reg-info .getintouch .btn {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	order-radius: 10px;
	outline: none;
	font-family: 'Catamaran', sans-serif;
	transition: color .15s  ease-in-out, background-color .15s ease-in-out,  border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.input-group h6 {
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	text-transform: capitalize;
}
.reg-tiitle {
	padding: 12px 10px 50px 0px;
	left: 14px;
}
.cont {
	padding: 0rem 0rem 0rem 3rem;
}
.map {
	z-index: 1;
	position: relative;
}
.map-sub {
	background: rgba(216, 194, 134, 0.48);
	padding: 1rem;
	margin-top: 6vw;
}
.mp-cl {
	webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}
.inline-list>li {
	display: inline-block;
	word-spacing: normal;
}
.inline-list {
	padding: 0px;
	margin: 0rem 0rem 3rem 0rem;
}
.inline-list li a {
	font-size: 20px;
	text-decoration: none;
	color: #91242c;
}
.icon-sm {
	padding-right: 3rem;
}
.so-tittle h4 {
	font-size: 21px;
	font-family: 'Source Serif Pro', serif;
	color: #23334c;
	font-weight: bold;
}
.gr {
	border-right: 1px solid #d7d7d7;
}
.so-tittle .fa {
	font-size: 20px;
	padding: 2px 8px 0px 0px;
	color: #91242c;
}
.so-tittle {
	display: flex;
	justify-content: flex-start;
}
.col-gr {
	margin-top: 1rem;
}
.inline-list a {
	color: #000000;
	text-decoration: none;
}
.so-tittle input[type="submit"] {
	color: #151414;
	font-size: 14px;
	padding: 10px;
	border: 1px solid #272526;
	background: rgba(255, 254, 254, 0);
	width: 100%;
	text-transform: uppercase;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	transition: 0.5s all;
	cursor: pointer;
	border-radius: 10px;
	margin: 0rem 0rem 1rem 0rem;
	outline: none;
}
.so-tittle input[type="submit"]:hover {
	border: 1px solid #91242c;
	cursor: pointer;
	background-color: #91242c;
	color: #FFFFFF;
}
/*-----------------
			contact
------------------------*/













/*-----------------
			form
------------------------*/

.form-main {
}
.file-download h6 {
	color: #555;
	font-weight: bolder;
	font-size: 16px;
	line-height: 36px;
	font-family: 'Roboto', sans-serif;
}
.sform-set:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1000px;
	background: url(../img/logo-foot.png) center no-repeat;
	z-index: -1;
	opacity: 0.02;
}

.form-down-tit h5{
	color: #23334c;
	font-weight: bolder;
	font-size: 17px;
	
	font-family: 'Roboto', sans-serif;
	
}
.container-contact100 {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 15px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
/*==================================================================
[ Form ]*/

.contact100-form {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.contact100-form-title {
	display: block;
	width: 100%;
	font-family: Raleway-Black;
	font-size: 30px;
	color: #333333;
	line-height: 1.2;
	text-transform: uppercase;
	text-align: left;
	padding-bottom: 32px;
}
/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
	width: 100%;
	position: relative;
	background-color: transparent;
	margin-bottom: 35px;
}
.rs1-wrap-input100 {
	width: calc((100% - 30px) / 2);
}
.label-input100 {
	font-family: 'Roboto', sans-serif;
	font-size: 11px;
	color: #1b1a1a;
	line-height: 1.5;
	letter-spacing: 1px;
	/* font-family: 'Source Serif Pro', serif; */
	font-weight: bold;
	text-transform: uppercase;
}
.input100 {
	display: block;
	width: 100%;
	background: #dedede;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	color: #686868;
	line-height: 1.2;
	padding: 0 28px;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
	margin-top: 10px;
	outline: none;
}
.select2-hidden-accessible {
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
}
/*---------------------------------------------*/
input.input100 {
	height: 45px;
	border: none;
}
textarea.input100 {
	min-height: 100px;
	padding-top: 19px;
	padding-bottom: 13px;
	border: none;
}
select.input100 {
	height: 45px;
	border: none;
	background-color: #e4e4e4;
}
.input100:focus {
	background: #e6e6e6;
}
.form-row {
	justify-content: space-between;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
	-o-justify-content: space-between;
	-ms-justify-content: space-between;
}
.form-row .form-select {
	width: 160px;
}
.form-row .form-date {
	width: 266px;
}
.rs1-wrap-input-grid {
	width: calc((96% - 25px) / 3);
}
.sub-head {
	width: 100%;
}
.sub-head {
	font-size: 1rem;
	font-weight: bold;
	color: #030303;
	line-height: 26px;
	font-family: 'Source Serif Pro', serif;
}
.check-top {
	margin: 1rem 0rem 0rem 0rem;
}
.check-top-sub {
	margin: 1rem 0rem 0rem 0rem;
}
.custom-control-label {
	font-family: 'Roboto', sans-serif;
	font-size: 11px;
	color: #1b1a1a;
	line-height: 1.5;
	font-weight: bold;
}
.ra {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.ra-radio {
	margin: 0rem 1rem 0rem 0rem;
}
.list {
	margin: 1rem 0rem 0rem 0rem;
}
.list .list-group .list-group-item {
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
}
.file-download img {
	width: 20%;
}
.file-download {
	padding: 1rem;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: 1rem 0rem 1rem 0rem;
	border: 5px solid rgba(150, 147, 147, 0.1607843137254902);
}
.file-download:hover {
	border: 5px solid #1b4589;
	cursor: pointer;
}
.dis-download h6 {
	font-family: 'Roboto', sans-serif;
	font-size: 11px;
}
/*------------------------------------------------------------------
[ Button ]*/


.ad-form {
	margin: 5vw 0vw 0vw 0vw;
	background: url(../img/fad-form-bg.png) no-repeat center;
}
.form-submit {
	margin: 2rem 0rem 0rem 0rem;
}
.form-submit button {
	height: 53px;
	text-align: center;
	width: 143px;
	outline: none;
	background: #fff;
	border: 2px solid #C82131;
	color: #000;
	letter-spacing: 1px;
	text-shadow: 0;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.form-submit button:hover {
	color: white;
	background: #C82131
}
.form-submit button:active {
	letter-spacing: 2px;
}
.form-submit button:after {
	content: "SUBMIT";
}











.snip1361 {
  
  position: relative;
  overflow: hidden;
  margin: 10px;
  
  max-width: 550px;
  width: 100%;
  color: #141414;
  text-align: left;
  line-height: 1.4em;
  font-size: 16px;
}
.snip1361 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.snip1361 img {
  max-width: 100%;
  vertical-align: top;
}

.snip1361 figcaption {
    position: absolute;
  top: calc(83%);
    width: 100%;
    background-color: #ffffff;
    padding: 15px 25px 28px;
}
.snip1361 figcaption:before {
  position: absolute;
  content: '';
  z-index: 2;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 80px;
  background-image: -webkit-linear-gradient(top, transparent 0%, #1439a2 100%);
  background-image: linear-gradient(to bottom, transparent 0%, #1439a2 100%);
}
.snip1361 h3,
.snip1361 p {
  margin: 0 0 10px;
}
.snip1361 h3 {
       font-size: 16px;
    font-weight: bold;
    font-family: 'Source Serif Pro', serif;
    color: #23334c;
}


.snip1361:hover figcaption,
.snip1361.hover figcaption {
top: 300px;
}






/*-----------------
			gallery
------------------------*/




/*-----------------
			Achievement
------------------------*/


.achievement {
    margin: 4vw 0vw 1vw 0vw;
}


.achive-cnt h4{
	text-align: center;
    
    color: #676666;
    font-family: 'Roboto', sans-serif;
    line-height: 3rem;
	padding: 2rem;
	    text-transform: uppercase;
    
}

.achive-cnt{
    border: 2px solid #f8f8f8;
	    margin: 0rem 0rem 2rem 0rem;
}

.st-top{width: 50%;}
.achievements-st{
  border: 2px solid #b0b0b0;
    border-radius: 10px;
    text-align: center;
    margin: 10px;
    z-index: 1;
    position: relative;
	
}
.achievements-st:before,
.achievements-st:after{
    content: "";
    width: 100%;
    height: 102%;
    background: #ff3232;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
    transform: translateY(-50%) scaleX(0.3);
    transition: all 0.3s ease 0s;
}
.achievements-st:after{
    width: 102%;
    left: 50%;
    transform: translate(-50%, -50%) scaleY(0.25);
}
.achievements-st:hover:before{ transform: translateY(-50%) scaleX(0.7); }
.achievements-st:hover:after{ transform: translate(-50%, -50%) scaleY(0.7); }
.achievements-st img{
    width: 100%;
    height: auto;
    border-radius: 10px;
    transition: all 0.3s ease 0s;
}

.topper-name h5{
	       color: #070707;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    
    font-weight: bolder;
  
}
.topper-name h4{
	            color: #070707;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
  
    font-weight: bolder;
  
}
.topper-name-top h3{
	    color: #666464;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: bolder;
    line-height: 30px;
    padding: 0.4rem 0rem 0.4rem 0rem;
    text-transform: uppercase;
}

.topper-name-top{
	padding: 1rem;
}

.topper-name-top h5{
	       color: #070707;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    
  
    font-weight: bolder;
  
}

.topper-name-top h4{   color: #616161;
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
    }
.na-top{
      background-color: #ffffff;
    padding: 1rem;
    border-radius: 25px;
    margin: 2rem 0rem 0rem 0rem;
	    background-image: linear-gradient(#ffffff, #ebedf6);

	
   /* box-shadow: 2px 2px 10px 2px #b4bdbd;*/
}.na-top-top{
      background-color: #ffffff;
    padding: 1rem;
    border-radius: 10px;
    margin: 2rem 0rem 0rem 0rem;
	display: flex;justify-content:flex-start;
	    background-image: linear-gradient(#ffffff, #ebedf6);
	
	
	
   /* box-shadow: 2px 2px 10px 2px #b4bdbd;*/
}

.top-main{
	margin: 3vw 0vw 0vw 0vw;
}
.achievement-grid {
    background: #f6f6f6;
    padding: 1vw 0vw 5vw 0vw;
}


/*-----------------
			Achievement
------------------------*/




/*-----------------
			about
------------------------*/

.ab-logo img {
	padding: 0rem 4rem 0rem 0rem;
}
.aimes {
	background: #e0e9f7;
	padding: 5vw 0vw 4vw 0vw;
	overflow: hidden;
	position: relative;
	-o-ms-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
.aimes:before {
	position: absolute;
	content: '';
	right: -371px;
	top: -48px;
	width: 56%;
	height: 160%;
	display: block;
	background: #d6e0f1;
	-o-ms-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(16deg);
	z-index: -1;
}
.aim-sub {
	background: #FFFFFF;
	padding: 3rem;
	box-shadow: 8.714px 13.419px 27px 0px rgba(51, 97, 154, 0.1);
}
.ai-top {
	padding: 5vw 0vw 0vw 0vw;
}
span.year {
	font-family: 'Montserrat', sans-serif;
	font-size: 270px;
	font-weight: 600;
	position: relative;
	background: url(../img/bg.jpg) center left;
	width: 100%;
	color: #002e4b;
	text-fill-color: transparent;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	-moz-text-fill-color: transparent;
	-moz-background-clip: text;
	display: inline-block;
}
.ai-top h1 {
	font-size: 2rem;
	color: #c9c9c9;
	font-family: 'Roboto', sans-serif;
	/* margin: 0; */
    /* padding: 0; */
	font-weight: bold;
}
.year-up {
	position: absolute;
	color: #090909;
	background: #fffffff7;
	top: 144px;
	padding: 1rem;
	/* font-size: 2rem; */
	font-family: 'Roboto', sans-serif;
}
.bg15 {
}
/*--------mission vision--------*/


.mis-vis-set {
	margin: 5vw 0vw 5vw 0vw;
}
ul.one {
	padding: 0rem 4rem 0rem 0rem;
}
/*--------mission vision--------*/


/*--------infrastructure--------*/

.infrastructure {
	padding: 5vw 0vw 5vw 0vw;
	/*	background:url(../img/school.jpg)center;*/
	background-size: cover;
	overflow: hidden;
	position: relative;
	-o-ms-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
.ce-feature-box-19:hover {
	transform: translateY(-8px);
}
.ce-feature-box-19 {
	width: 100%;
	float: left;
	padding: 45px;
	background-color: #fff;
	-webkit-box-shadow: 1px 4px 20px -2px rgba(0,0,0,0.1);
	box-shadow: 1px 4px 20px -2px rgba(0,0,0,0.1);
	transition: all 0.3s ease-out 0s;
	margin: 30px 0px 0px 0px;
	overflow: hidden;
	position: relative;
	transition: all 0.6s ease-in-out;
}
.ce-feature-box-19 .icon {
	color: #04ce47;
}
.title {
	transition: all 0.3s ease-out 0s;
}
.font-weight-5 {
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	font-weight: bolder;
}
.ce-feature-box-19 svg {
	fill: #0f23cf;
	height: 50pt;
	width: 50pt;
}
.ce-feature-box-19:hover.ce-feature-box-19 svg {
	fill: #C82131;
}
/*.infrastructure:before {
    position: absolute;
    content: '';
    right: -418px;
    top: -48px;
    width: 71%;
    height: 160%;
    display: block;
    background: #d6e0f1;
    -o-ms-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(16deg);
    z-index: -1;
}*/

.round {
	position: absolute;
	width: 150px;
	height: 149px;
	right: -46px;
	top: -51px;
	border: 37px solid rgba(167, 165, 165, 0.06);
	border-radius: 50%;
	z-index: 1;
	-webkit-transform: rotate(15deg) scale(1.4);
	transform: rotate(15deg) scale(1.4);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	visibility: hidden;
}
.ce-feature-box-19:hover .round {
	visibility: visible;
	cursor: pointer;
	-webkit-transform: rotate(0) scale(3);
	transform: rotate(0) scale(3);
}
/*--------infrastructure--------*/


/*--------awwrads-------*/


.awwrads {
	background: #f6f6f6;
	padding: 5vw 0vw 5vw 0vw;
}
span.li-ka-nre {
	font-weight: bold;
	font-family: 'OpenSansRegular';
	color: rgb(23, 22, 22);
}
.new-aw-img:hover img {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	transition: all 0.40s linear 0s;
}
.new-aw-img img {
	padding: 0em;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	transition: all 0.40s linear 0s;
}
.new-aw-img { /*border: 2px solid #000000;*/
}
.new-aw {
	margin-top: 6em;
	margin-bottom: 6em;
}
.post-slide {
	/* padding: 0 10px; */
	transform: translateY(0);
	transition: all 0.30s ease 0s;
	overflow: hidden;
	margin-top: 2em;
}
.post-slide:hover {
	transform: translateY(-10px);
}
.post-slide:hover .post-img img {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	transition: all 0.40s linear 0s;
}
.post-slide .post-img {
	position: relative;
}
.post-slide .post-img img {
	width: 100%;
	height: auto;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	transition: all 0.40s linear 0s;
}
.post-slide .post-img:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	/*background: linear-gradient(to left, rgba(210, 130, 19,0.7) , rgba(170, 55, 114,0.7));*/
	transform: translateY(-100%);
	transition: all 0.30s ease 0s;
}
.post-slide:hover .post-img:after {
	transform: translateY(0);
}
.post-slide:hover .post-img:before {
	top: 40%;
}
.post-slide .post-review {
	border-top: none;
	padding: 35px 20px 25px;
	background: #fff;
	position: relative;
}
.post-slide .post-review:after {
	content: "";
	width: 90%;
	height: 10px;
	position: absolute;
	top: 100%;
	left: 5%;
	opacity: 0;
	background: rgba(0, 0, 0, 0) radial-gradient(ellipse at center center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
	transform: translateY(0);
	transition: all 0.30s ease 0s;
}
.post-slide:hover .post-review:after {
	opacity: 1;
	transform: translateY(5px);
}
.post-slide .post-title {
	margin: 0 0 20px 0;
	color: #555;
	font-weight: bold;
	font-size: 20px;
	line-height: 36px;
	font-family: 'Source Serif Pro', serif;
}
.post-title:after {
	position: absolute;
	content: "";
	width: 20px;
	height: 3px;
	left: 21px;
	right: 0px;
	top: 23px;
	/* margin: 0 auto; */
	background: #C82131;
}
.post-slide:hover .post-title {
	color: #000;
}
.post-slide .post-description {
	font-size: 24px;
	line-height: 32px;
	color: #808080;
	font-family: Segoe UI;
}
/*--------awwrads-------*/


/*--------mesage-board-------*/


.mesage-board {
	margin: 0vw 0vw 5vw 0vw;
	background: #ffffff;
}
.m1 {
	padding: 3vw 0vw 3vw 0vw;
	margin: 0rem 0rem 0rem 0rem;
	background: url(../img/co.png) no-repeat 50% 80%;
	border-bottom: 1px solid #d0d0d0;
}
.m1 img {
	padding: 2vw 0vw 3vw 0vw;
}
.man-cnt {
	font-size: 26px;
	font-family: 'Source Serif Pro', serif;
	color: #23334c;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
	line-height: 42px;
	padding: 0px 0px 10px 0px;
}
.man-img {
	position: relative;
}
.name-box {
	height: 100px;
	width: 33%;
	position: absolute;
	left: 0;
	background: #FFFFFF;
	bottom: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.name-box h4 {
	color: #03182e;
	letter-spacing: 1px;
	font-size: 16px;
	font-weight: bolder;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	margin: 2em 0;
}
/*--------mesage-board-------*/

/*-----------------
			about
------------------------*/




/*-----------------
			video
------------------------*/


.video-tittle h5 {
	font-size: 16px;
	font-family: Roboto, sans-serif;
	font-weight: bold;
	color: #23334c;
	font-style: italic;
	line-height: 42px;
}
span.read {
	color: #C82131;
	font-family: Roboto, sans-serif;
	font-weight: bolder;
}
.video-tittle:hover {
	cursor: pointer;
}
/*-----------------
			video
------------------------*/



/*-----------------
		Activitys
------------------------*/

.facilities h1 {
	font-family: 'TheanoDidotRegular';
	margin: 0 auto;
	padding: 0px;
	font-size: 2.9em;
	color: #3b4b62;
	line-height: 58px;
	text-align: center;
	text-transform: uppercase;
}
.faci_grid {
	margin-top: 4em;
}
.faci_grid_sub {
	border: 1px solid #d4d6d9;
	margin-bottom: 2em;
}
.faci_grid_sub h3 {
	font-size: 31px;
	text-align: left;
	margin: 0 auto;
	line-height: 45px;
	font-family: 'Source Serif Pro', serif;
	color: #23334c;
	font-weight: bold;
	padding: 1rem 0rem 0rem 0rem;
}
.cont_fci {
	padding: 2em 0em 2em 2em;
}
.cont_fci {
	min-height: 300px;
}
.cont_fci:hover svg {
	fill: #ffffff;
}
.cont_fci svg {
	fill: #0f23cf;
	height: 50pt;
	width: 50pt;
}
.faci0:hover {
	background: #2A0F97 url(../img/act-01.jpg);
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}
.faci2:hover {
	background: url(../img/act-2.jpg) center;
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}
.faci3:hover {
	background: url(../img/act-3.jpg) center;
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}
.faci4:hover {
	background: url(../img/act-4.jpg) 12% 22%;
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}
.faci5:hover {
	background: url(../img/act-5.jpg)29% 32%;
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}
.faci6:hover {
	background: url(../img/act-6.jpg) 50% 78%;
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}
.faci7:hover {
	background: url(../img/act-7.jpg) 58% 71%;
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}
.faci8:hover {
	background: url(../img/act-8.jpg) 50% 77%;
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}
.faci9:hover {
	background: url(../img/act-9.jpg) 50% 50%;
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}

.faci10:hover {
	background: url(../img/act-10.jpg) 50% 50%;
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}

.faci11:hover {
	background: url(../img/act-11.jpg) 50% 50%;
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}
 @-webkit-keyframes flash {
 0% {
 opacity: .4;
}
 100% {
 opacity: 1;
}
}
@keyframes flash {
 0% {
 opacity: .4;
}
 100% {
 opacity: 1;
}
}
.faci_grid_sub:hover h3 {
	color: #FDFDFD;
}

/*-----------------
		Activitys
------------------------*/







@media (max-width: 1600px) {
}

@media (max-width: 1440px) {
}

@media (max-width: 1360px) {
}

@media (max-width: 1200px) {
	
	
	.snip1361 {
 
		max-width: 460px;}
.gri-co {
	flex-direction: column;
	justify-content: center;
}
.fot-ic {
	margin-right: 4px;
	width: 29px;
	height: 29px;
}
.fot-ic .fa {
	padding: 7px;
	font-size: 14px;
}
.fot-ph h6 {
	font-size: 13px;
}
.pros h6 {
	font-size: 12px;
}
.gri-co {
	padding: 0rem;
}
.sub-page-banner:before {
	background: rgba(7, 29, 186, 0.52);
}
.ns-pro-container {
	margin-top: -14.4rem;
}
.banner-grid {
	bottom: 55px;
	height: 75px;
}
.slider-info {
	bottom: 25%;
}
.date-box h5 {
	font-size: 40px;
}
.nx-prv {
	display: none;
}
.start h2 {
	font-size: 3rem;
}
}

@media (max-width: 991px) {
	
	.grid-level {
	display: grid;
		grid: auto auto / auto auto ;}
	
	.snip1361 {
    max-width: 340px;
}
	
	.teach-img{
		padding-top:1rem;
	}
	
	ul.one{
		padding: 0rem;
	}
.event {
	margin: 2rem 0rem 0rem 0rem;
}
.ns-pro-container {
	margin-top: 0rem;
	position: relative;
	width: 100%;
}
.banner-mer {
	margin-top: 56px;
}
.late-news p {
	padding: 0px;
}
.ab-ni-le-cnt {
	margin-left: 1.5rem;
}
.aww {
	display: block;
	padding: 1rem;
}
.aww-img img {
	width: 20%;
	padding: 1rem;
	vertical-align: middle;
}
.name-box {
	position: relative;
	width: 100%;
	bottom: 0px;
}
.m1 img {
	padding: 0vw;
}
.man-cnt {
	font-size: 19px;
	line-height: 29px;
}
}

@media (max-width: 767px) {
	
	.grid-level {
	display: grid;
		grid: auto  / auto  ;}
	
	.mobile-news{
		display: none;
	}
	
	.grid-level-right{
		padding: 0rem;
	}
	
	.cont{padding: 0rem 0rem 0rem 1rem;}
	
	
	.snip1361 {
    max-width: 250px;
}
.gri-co {
	flex-direction: row;
	justify-content: flex-start;
	padding: 1rem 1rem 1rem 1rem;
}
.fot-ic .fa {
	padding: 10px;
	font-size: 20px;
}
.fot-ph h6 {
	font-size: 16px;
}
.fot-ic {
	margin-right: 7px;
	width: 45px;
	height: 45px;
}
.sub-tittle h1 {
	font-size: 3rem;
}
.banner-grid {
	/*	position: relative;
		width: 100%;
		padding: 1rem;
		display: flex; 
    justify-content: center;
		    bottom: 33px;
    height: 100px;*/
	display: none;
}
.grid-m {
	border: 2px solid rgb(153, 153, 153);
	margin: 0rem 1rem 0rem 0rem;
}
.grid-m img {
	display: none;
}
.grid-m h6 {
	font-weight: bold;
	color: #000000;
	padding-left: 0rem;
	font-size: 14px;
}
.slider-info {
	width: 70%;
}
.date-box h5 {
	font-size: 30px;
}
.ns-pro-container {
	margin-top: -3rem;
}
.ab-ni-le {
	margin-left: 0rem;
	margin: 2rem 0rem 0rem 0rem;
}
.ab-ni-le-cnt {
	margin-left: 0rem;
}
.divi {
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.divi-grid1, .divi-grid2, .divi-grid3, .divi-grid4 {
	width: 100%;
}
.ah-hrt-left {
	padding: 0rem;
}
.img-top:before {
	display: none;
}
}

@media (max-width: 540px) {
	.snip1361 {
    max-width: 100%;
}
	
	
}

@media (max-width: 480px) {
}

@media (max-width: 430px) {
	.st-top {
    width: 100%;
}
	.topper-name-top h3, .topper-name-top h4{
		text-align: center;
	}
	
	.na-top-top{
		display: block;
	}
.date-box h5 {
	font-size: 20px;
}
.pros h6 {
	font-size: 12px;
}
}
