@import 'https://fonts.googleapis.com/css?family=Poppins';
@import 'https://fonts.googleapis.com/css?family=Poppins:700&amp;display=swap';
* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: 0 0;
	box-sizing: border-box
}

ol,
ul {
	list-style: 
}

:focus {
	outline: 0
}

.clear {
	clear: both;
	line-height: 0;
	font-size: 0
}

.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0
}

.clearfix:after .test {
	color: red
}

.clearfix {
	display: inline-block
}

* html .clearfix {
	height: 1%
}

.clearfix {
	display: block
}

header,
nav,
section,
article,
aside,
footer {
	display: block
}

* {
	margin: 0;
	padding: 0
}

body {
	margin: 0;
	padding: 0;
	font-size: 15px;
	background: #fff;
	font-family: poppins, sans-serif;
	overflow-x: hidden;
	color: #384252
}

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	z-index: 3000
}

#status {
	position: fixed;
	content: '';
	display: block;
	top: 35%;
	left: 0;
	right: 0;
	width: 150px;
	height: 150px;
	margin: 0 auto;
	background: url(../images/loader.html);
	opacity: 1;
	visibility: visible;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	z-index: 9999999999
}

@-webkit-keyframes scaleout {
	0% {
		-webkit-transform: scale(0)
	}
	100% {
		-webkit-transform: scale(1);
		opacity: 0
	}
}

@keyframes scaleout {
	0% {
		transform: scale(0);
		-webkit-transform: scale(0)
	}
	100% {
		transform: scale(1);
		-webkit-transform: scale(1);
		opacity: 0
	}
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 20px;
	color: #aace1a;
	font-family: poppins, sans-serif;
	margin-top: 0;
	font-weight: 700;
	line-height: 1.3;
	
}

h1 {
	font-size: 48px
}

h2 {
	font-size: 36px
}

h3 {
	font-size: 22px
}

h4 {
	font-size: 16px
}

h5 {
	font-size: 15px
}

h6 {
	font-size: 13px
}

hr {
	border: .5px solid #444
}

p {
	font-weight: 400;
	line-height: 1.6;
	margin-bottom: 20px;
	color: #5d5c5c;
	font-size: 15px
}

ul {
	margin: 0;
	padding: 0
}

ul li {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 15px;
	line-height: 24px;
	color: #384252;
	padding-left: 40px;
	position: relative
}

ol {
	margin: 0;
	counter-reset: i;
	position: relative
}

ol li {
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 5px;
	line-height: 24px;
	color: #5d5c5c;
	padding-left: 20px;
	position: relative;
	margin-left: 20px;
}

a {
	color: #333a65
}

a:hover {
	text-decoration: none!important;
	color: #aace1a;
	transition: all .4s ease
}

input[type=text],
input[type=email],
input[type=number],
input[type=search],
input[type=password],
input[type=tel],
textarea,
select,
textarea#comment {
	font-size: 14px;
	font-weight: 300;
	background-color: #fff;
	border: 1px solid #333a65;
	border-radius: 5px;
	padding: 10px 25px;
	width: 100%;
	color: #333a65;
	margin-bottom: 15px;
	font-family: roboto, sans-serif;
	height: 42px;
	box-shadow: none
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #333a65;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}


input[type=text]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=password]:focus,
input[type=tel]:focus,
textarea:focus,
select:focus {
	border-color: #ffac00;
	transition: all .5s ease
}

textarea {
	border-radius: 8px;
	resize: vertical
}

label {
	display: inline-block;
	color: #666;
	margin-bottom: 12px;
	font-weight: 500
}

img {
	max-width: 100%
}

blockquote {
	font-size: 14px;
	font-weight: 300;
	background-color: #faf8f8;
	margin-bottom: 15px;
	border-left: 4px solid #00418c;
	padding: 30px 70px;
	line-height: 24px;
	color: #444;
	margin-bottom: 20px;
	font-style: italic;
	position: relative
}

blockquote:before {
	content: '\f10d';
	font-family: fontawesome;
	font-size: 45px;
	position: absolute;
	top: 26px;
	left: 20px;
	color: #666;
	opacity: .1
}

blockquote span {
	position: relative;
	padding-left: 20px
}

blockquote span:before {
	content: '';
	width: 12px;
	height: 1px;
	background: #ffac00;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px
}

.mar-0 {
	margin: 0
}

.mar-top-0 {
	margin-top: 0
}

.mar-top-10 {
	margin-top: 10px
}

.mar-top-15 {
	margin-top: 15px
}

.mar-top-20 {
	margin-top: 20px
}

.mar-top-25 {
	margin-top: 25px
}

.mar-top-30 {
	margin-top: 30px
}

.mar-top-40 {
	margin-top: 40px
}

.mar-top-50 {
	margin-top: 50px
}

.mar-top-60 {
	margin-top: 60px
}

.mar-top-70 {
	margin-top: 70px
}

.mar-top-80 {
	margin-top: 80px
}

.mar-bottom-0 {
	margin-bottom: 0
}

.mar-bottom-10 {
	margin-bottom: 10px
}

.mar-bottom-15 {
	margin-bottom: 15px
}

.mar-bottom-20 {
	margin-bottom: 20px
}

.mar-bottom-25 {
	margin-bottom: 25px
}

.mar-bottom-30 {
	margin-bottom: 30px
}

.mar-bottom-40 {
	margin-bottom: 40px
}

.mar-bottom-50 {
	margin-bottom: 50px
}

.mar-bottom-60 {
	margin-bottom: 60px
}

.mar-bottom-70 {
	margin-bottom: 70px
}

.mar-bottom-80 {
	margin-bottom: 80px
}

.pad-0 {
	padding: 0!important
}

.pad-top-0 {
	padding-top: 0
}

.pad-top-10 {
	padding-top: 10px
}

.pad-top-15 {
	padding-top: 15px
}

.pad-top-20 {
	padding-top: 20px
}

.pad-top-25 {
	padding-top: 25px
}

.pad-top-30 {
	padding-top: 30px
}

.pad-top-40 {
	padding-top: 40px
}

.pad-top-50 {
	padding-top: 50px
}

.pad-top-60 {
	padding-top: 60px
}

.pad-top-70 {
	padding-top: 70px
}

.pad-top-80 {
	padding-top: 80px
}

.pad-bottom-10 {
	padding-bottom: 10px
}

.pad-bottom-15 {
	padding-bottom: 15px
}

.pad-bottom-20 {
	padding-bottom: 20px
}

.pad-bottom-25 {
	padding-bottom: 25px
}

.pad-bottom-30 {
	padding-bottom: 30px
}

.pad-bottom-40 {
	padding-bottom: 40px
}

.pad-bottom-50 {
	padding-bottom: 50px
}

.pad-bottom-60 {
	padding-bottom: 60px
}

.pad-bottom-70 {
	padding-bottom: 70px
}

.pad-bottom-80 {
	padding-bottom: 80px
}

.white {
	color: #fff!important
}

.line-height {
	line-height: 1.5
}

.text-uppercase {
	text-transform: uppercase
}

section {
	padding: 80px 0;
	position: relative;
	overflow: hidden
}

.section_heading {
	margin: 0 0 6rem;
	text-align: center
}

.section_title {
	margin-bottom: 15px
}

p.heading_txt {
	margin-bottom: 0
}

.mt_heading {
	padding: 0
}

.mt_heading.headmain {
	padding: 0 25% 0 0
}

.mt_heading h2 {
	text-transform: capitalize;
	font-size: 38px
}

.mt_heading h2 span {
	position: relative
}

.mt_heading h2 span:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -10px;
	margin: 0 auto;
	height: 2px;
	width: 50%;
	background: -webkit-linear-gradient(-45deg, rgb(255, 173, 4) 40%, rgb(255, 255, 255) 50%, rgb(51, 58, 101) 60%);
	background: -webkit-linear-gradient(-45deg, rgb(255, 173, 4) 40%, rgb(255, 255, 255) 50%, rgb(51, 58, 101) 60%);
	background: linear-gradient(135deg, rgb(255, 173, 4) 40%, rgb(255, 255, 255) 50%, rgb(51, 58, 101) 60%)
}

.inner-heading.inner-width {
	width: 50%
}

.inner-heading {
	margin-bottom: 4rem;
	position: relative;
	z-index: 1
}

.inner-heading h3 {
	position: relative;
	padding-left: 20px;
	font-weight: 300;
	margin-bottom: 10px
}

.inner-heading h3:before {
	content: "";
	position: absolute;
	left: 1px;
	top: 0;
	height: 100%;
	width: 4px;
	background: #CCC;
}

.inner-heading h2 {
	margin-bottom: 0
}

@media(max-width:991px) {
	.mt_heading.edu_head {
		text-align: left
	}
	.mt_heading.headmain {
		padding: 0
	}
	.section_heading {
		text-align: center
	}
	.mt_heading {
		padding: 0
	}
}

@media(max-width:767px) {
	.section_heading {
		text-align: center
	}
	.section_heading .button.pull-right {
		display: none
	}
	.mt_heading {
		padding: 0
	}
	.heading_txt {
		width: 100%
	}
	.section_title,
	.mission-content h2 {
		font-size: 28px
	}
	blockquote {
		padding-right: 20px
	}
	.inner-heading h2 {
		font-size: 32px!important
	}
}

@media(max-width:480px) {
	.mt_heading.edu_head {
		padding: 0
	}
}

.mt_btn_yellow,
input[type=submit],
.mt_btn_white-bor,
.mt_btn_green,
.mt_btn_purple {
	position: relative;
	padding: 10px 16px;
	font-size: 16px;
	font-weight:500;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	transition: all .5s ease;
	z-index: 0
}

.mt_btn_yellow:hover {
	color: #ffac00
}

.mt_btn_green:hover {
	color: #78bf4d!important
}

.mt_btn_purple:hover {
	color: #92278f
}

.mt_btn_white-bor {
	color: #000
}

.mt_btn_yellow:before,
input[type=submit]:before,
.mt_btn_white-bor:before,
.mt_btn_green:before,
.mt_btn_purple:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	border-radius: 5px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.mt_btn_yellow:before {
	background-color: #a0c312
}

.mt_btn_purple:before {
	background-color: #92278f
}

.mt_btn_green:before {
	background-color: #78bf4d
}

.mt_btn_white-bor:before {
	background-color: #fff
}

.mt_btn_yellow:after,
input[type=submit]:after,
.mt_btn_white-bor:after,
.mt_btn_green:after,
.mt_btn_purple:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	border-radius: 5px;
	opacity: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	border: 2px solid;
	-webkit-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2)
}

.mt_btn_yellow:after {
	border-color: #abce1a
}

.mt_btn_purple:after {
	border-color: #92278f
}

.mt_btn_green:after {
	border-color: #78bf4d
}

.mt_btn_white-bor:after {
	border-color: #fff
}

.mt_btn_yellow:hover:before,
input[type=submit]:hover:before,
.mt_btn_white-bor:hover:before,
.mt_btn_green:hover:before,
.mt_btn_purple:hover:before {
	opacity: 0;
	-webkit-transform: scale(.5, .5);
	transform: scale(.5, .5)
}

.mt_btn_yellow:hover:after,
input[type=submit]:hover:after,
.mt_btn_white-bor:hover:after,
.mt_btn_green:hover:after,
.mt_btn_purple:hover:after {
	opacity: 1;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1)
}

.education a.mt_btn_white-bor:hover {
	color: #fff
}

.mt_btn_white-edu {
	padding: 15px 20px;
	font-size: 15px;
	border-radius: 5px;
	display: inline-block;
	color: #fff;
	background: #ffac00;
	text-decoration: none;
	border: 2px solid #ffac00;
	transition: all .5s ease
}

.mt_btn_white-edu:hover,
.mt_btn_white-edu:focus {
	color: #fff!important;
	background: #ffbb2e;
	border-color: #ffbb2e;
	transition: all .5s ease;
	text-shadow: initial;
	text-decoration: none
}

.mt_btn_white {
	padding: 8px 25px;
	background: #5bad2e;
	font-size: 15px;
	border-radius: 5px;
	display: inline-block;
	font-weight: 400;
	color: #fff;
	text-decoration: none;
	text-transform: capitalize;
	transition: all .5s ease
}

.mt_btn_white {
	background: #fff;
	color: #7b2260
}

.mt_btn_white:hover {
	opacity: .8
}

@media(max-width:640px) {
	.mt_btn_yellow,
	.mt_btn_yellow,
	input[type=submit] {
		font-size: 14px;
		padding: 10px 19px
	}
}

.title-padding {
	padding: 0 20%;
	margin-bottom: 0
}

@media only screen and (max-width:991px) {
	.title-padding {
		padding: 0 5%
	}
}

.blog_heading_border {
	position: relative
}

.blog_heading_border:before {
	content: "";
	background: #00418c;
	bottom: -7px;
	display: block;
	height: 2px;
	margin-bottom: 6px;
	position: absolute;
	width: 20%
}