@font-face {
  font-family: 'Raleway-semibold';
  font-style: normal;
  font-weight: 400;
  src:url(../fonts/matt-mcinerney_raleway/Raleway-SemiBold.ttf) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Raleway-Regular';
  font-style: normal;
  font-weight: 400;
  src:url(../fonts/matt-mcinerney_raleway/Raleway-Regular.ttf) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
body{
 font-family: 'Raleway-Regular';
}

.aboutpage_heading {
	text-align: center;
	margin-bottom: 15px;
	padding-top: 20px;
}
.aboutexp ul li{
    list-style-type: disc;
}
.aboutpage_heading h2,.aboutexp h2, .aboutpage_heading h3,.aboutexp h3 {
	color: #060814;
	font-size: 30px;
	font-weight: 500;
	font-family: 'Raleway-semibold';
}
.aboutexp h4 {
	color: #060814;
	font-weight: 400;
	font-family: 'Raleway-semibold';
}
.aboutpage_btm_line {
	border-top: 2px solid #c2c2c2;
	width: 5%;
}
.aboutpage_heading p, .aboutexp p {
	color: #626262;
	font-size: 16px;
	line-height: 32px;
}
.about_intro {
	box-shadow: 0 4px 8px 0 rgba(95, 95, 95, 0.2), 0 6px 20px 0 rgba(146, 146, 146, 0.2);
	padding: 25px;
	border-radius: 10px;
	margin-bottom: 30px;
}
.about_fact {
	margin-top: 37px;
	margin-bottom: 51px;
}
.about_fact .about_fact_list {
	position: relative;
	list-style: none;
	padding: 40px 0;
	margin: 0;
}
.about_fact .about_fact_list::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	border-left: 1px solid #cccccc;
	margin-left: -1px;
}
.about_fact .about_fact_feature:nth-child(2n) {
	padding-right: calc(50% + 24px);
	text-align: right;
}
.about_fact .about_fact_feature {
	position: relative;
	display: block;
}
.about_fact .about_fact_feature > div.eg_left_section,
.about_fact .about_fact_feature > div.eg_right_section {
	position: relative;
	display: block;
	margin-top: 50px;
	margin-bottom: 50px;
}
.about_fact .about_fact_feature > div.left_section_space {
	margin-top: 0px;
	margin-bottom: 0px;
}
.about_fact .about_fact_feature > div::before {
	content: '';
	position: absolute;
	box-sizing: content-box;
	width: 26px;
	height: 26px;
	margin-left: -8px;
	margin-top: -3px;
	background: url('../images/point.png') no-repeat;
	background-size: contain;
	top: 50%;
	transform: translateY(-50%);
}
.about_fact .about_fact_feature > div.eg_left_section::before {
	right: -7%;
}
.about_fact .about_fact_feature > div.eg_right_section::before {
	left: -5%;
}
.about_fact .about_fact_feature:nth-child(2n+1) {
	padding-left: calc(50% + 24px);
	text-align: left;
}
.fact_feature_img, .fact_feature_img1 {
	width: 30%;
	display: inline-block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
 .fact_feature_img {
	left: -7px;
}
.about_fact_feature .fact_feature,.about_fact_feature .fact_feature1 {
	position: relative;
	background: #fff;
	border: 1px solid #cccccc;
	padding: 3px 18px;
	color: #666;
	width: 64%;
	display: inline-block;
	border-radius: 6px;
	margin: 0 8px;
}
.about_fact_feature .fact_feature::before {
	border-color: rgba(204, 204, 204, 0);
	border-left-color: #cccccc;
	border-width: 14px;
	margin-top: -14px;
}
.about_fact_feature .fact_feature::after, .fact_feature::before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.about_fact_feature .fact_feature::after {
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #fff;
	border-width: 13px;
	margin-top: -13px;
}

.about_fact_feature .fact_feature1::before {
	border-color: rgba(204, 204, 204, 0);
	border-right-color: #cccccc;
	border-width: 14px;
	margin-top: -14px;
}
.about_fact_feature .fact_feature1::after, .fact_feature1::before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.about_fact_feature .fact_feature1::after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #fff;
	border-width: 13px;
	margin-top: -13px;
}
.some_fact {
	text-align: center;
	border: 1px solid #81baf1;
	width: 19%;
	margin: 30px auto 0px;
	border-radius: 50px;
	padding: 14px;
	color: #242424;
}
.about_fact_feature h3 {
	color: #202020;
	font-family: 'Raleway-semibold';
	font-size: 34px;
	line-height: 17px;
}
.about_fact_feature p {
	color: #707070;
	font-size: 20px;
}
.about_school::before {
	content: '';
	width: 1px;
	line-height: 43px;
	bottom: 0px;
	height: 60px;
	position: absolute;
	left: 7px;
	top: 16px;
	background-color: #cccccc;
}
.state_top_border {
	border-top: 1px solid #ccc;
	width: 39%;
	margin-top: 3px;
}
.about_state {
	text-align: center;
}
.aboutexp_btm_line {
	width: 48px;
	background-color: #c2c2c2;
	height: 2px;
	margin: 16px 0;
}
.about_founder {
	margin-top: 80px;
}
.aboutfounder_text {
	margin-top: 100px;
	float: left;
}
.founder_img,.aboutimg {
	float: right;
}
.about_mobfact_list,.mob_ceo_image{
display: none;
}
.about_fact_feature .fact_feature1 {
	width: unset;
	margin-right: 30px;
}
.about_fact_feature .fact_feature_left {
	width: unset;
}
.fact_image_left_1 {
	left: 34%;
}
.fact_image_left_2 {
	left: 29%;
}
.fact_image_left_3 {
	left: 24%;
}
.about_head .large_screen_view{
    height: 500px;
    width: 100%;
}
.aboutexp {
	padding: 0 15px;
}
.aboutexp_btm_line_2 {
	width: 48px;
	background-color: #c2c2c2;
	height: 2px;
	margin: 16px 0;
	position: relative;
	margin-left: 50%;
}
@media (min-width: 280px) and (max-width: 767px) {
.aboutpage_heading h2, .aboutexp h2 {
	font-size: 21px;
	margin-top: 0px;
	text-align: center;
}
.aboutpage_heading p, .aboutexp p {
	font-size: 15px;
	line-height: 23px;
	text-align: justify;
	text-align-last: center;
}
.aboutpage_btm_line {
	width: 10%;
	margin-top: 10px;
	margin-bottom: 10px;
}
.about_intro {
	padding: 14px;
	border-radius: 5px;
	margin: 0px;
	text-align: center;
	margin-bottom: 30px;
}
.aboutexp_btm_line {
	margin: 16px auto 16px;
}
.aboutfounder_text {
	margin-top: 0px;
}
.some_fact {
	width: 55%;
	padding: 12px;
	font-size: 20px;
}
.about_fact_list,.ceo_image{
display: none;
}
.about_mobfact_list,.mob_ceo_image{
display: block;
}
.about_fact .about_mobfact_list::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	border-left: 1px solid #cccccc;
	margin-left: -1px;
}
.about_fact .about_mobfact_list{
	position: relative;
	list-style: none;
	padding: 1px 0;
	margin: 0;
}
.about_fact .about_mobfact_list li {
	text-align: center;
}
.about_fact .about_mobfact_list li img {
	margin: 21px auto 36px;
	height: 71px;
	width: 71px;
	position: relative;
	z-index: 999;
}
.about_mobfact_list .mobfact_feature {
	position: relative;
	background: #fff;
	border: 1px solid #cccccc;
	border-radius: 2px;
	margin: 0px auto;
	width: -moz-max-content;
	width: max-content;
	padding: 0 13px;
}
.about_mobfact_list .mobfact_feature:after, .about_mobfact_list .mobfact_feature:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.about_mobfact_list .mobfact_feature:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 10px;
	margin-left: -10px;
}
.about_mobfact_list .mobfact_feature:before {
	border-color: rgba(204, 204, 204, 0);
	border-bottom-color: #cccccc;
	border-width: 11px;
	margin-left: -11px;
}
.mobfact_feature h3 {
	color: #202020;
	font-family: 'Raleway-semibold';
	font-size: 21px;
	line-height: 14px;
}
.mobfact_feature p {
	color: #707070;
}
.about_school::before {
	height: 37px;
	top: 19px;
	left: 2px;
}
.founder_img .mob_ceo_image {
	height: 170px;
	width: 170px;
	margin: 0px auto 30px;
}
.about_founder {
	margin-top: 44px;
}
.about_mobfact_list .mobfact_feature1 {
	width: 70%;
}
.abt_mob_content {
	padding: 0 30px;
}
.about_fact {
	margin-top: 5px;
}
.aboutexp_btm_line_2 {
	margin-left: 37%;
}
}
@media (min-width: 600px) and (max-width: 960px){
.aboutfounder_text {
	margin-top: 0px;
}
.aboutimg {
	float: left;
}
.about_fact .about_fact_feature > div.eg_right_section::before {
	left: -8% !important;
}
.about_fact .about_fact_feature > div.eg_left_section::before {
	right: -11% !important;
}
.aboutexp_btm_line {
	position: relative;
	left: 24%;
}
.aboutexp_btm_line_2 {
	margin-left: 24%;
}
}
@media (min-width: 768px) and (max-width: 1024px){

.some_fact {
	width: 34%;
}
.about_fact_feature h3 {
	font-size: 20px;
	line-height: 14px;
}
.about_fact_feature p {
	font-size: 15px;
}
.about_fact .about_fact_feature > div.eg_right_section::before {
	left: -6%;
}
.about_fact .about_fact_feature > div.eg_left_section::before {
	right: -8%;
}
.fact_image_left_1 {
	left: 20%;
}
.fact_image_left_2 {
	left: 21%;
}
.fact_image_left_3 {
	left: 7%;
}
.aboutpage_heading h2, .aboutexp h2 {
	font-size: 32px;
}
.aboutpage_heading p, .aboutexp p {
	font-size: 14px;
	line-height: 27px;
}
}

@media only screen and (min-width: 900px){
	.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
		margin-top: 0px;
	}	
}