/*
Theme Name: My Theme
Description: An HTML5 version.
Version: 1.0
Tags: html5, naked, clean, basic
*/
.bodyarea {
	float: left;
	width: 100%;
}
.menu_toggle {
	position: absolute;
	right: 30px;
	top: 19px;
	font-size: 24px;
	line-height: 24px;
	display:none;
}
.mobilemenu_wrap {
	position: fixed;
	left: 0;
	width: 80%;
	transition: all 0.3s ease-in;
	top: 0;
	height: 100vh;
	background-color: #fff;
	z-index: 100;
	display:none;
	left:-100%; 
}
.mobilemenu_wrap.active {
	left: 0;
	display: block;
}
.mobilemenu_wrap_in {
	float: left;
	width: 100%;
	text-align: center;
	padding: 0;
}
.mobilemenu_wrap_in .logo {  
	float: left;
	width: 100%;
	text-align: center;
	border: ;
	border-bottom: 1px solid #462D73;
	padding: 14px 0 14px 0;
}
.mobilemenu_wrap_in .logo .logotext { 
	position: relative;
	bottom: 0;
	width: 100%;
	float: left;
	margin: 10px 0 0 0;
	font-size: 20px;
}
.mobile_menuarea {
	float: left;
	width: 100%;
	margin: 30px 0;
}
.mobile_menuarea .menu-header_menu-container {
	padding: 0;
}
.mobilemenu_wrap .mobile_menuarea .menu {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-grid; 
}

.mobile_menuarea .menu li {
	margin: 0 0 15px 0;
}
.mobile_menuarea .menu li a {
	color: #000;
	text-decoration: none;
	font-size: 16px;
	font-weight: 400;
}
.mob_free {
	float: left;
	width: 100%;
}
.mob_free a {
	color: #fff;
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
	background-color: #462D73;
	padding: 0 30px;
	height: 45px;
	line-height: 50px;
}
.header {
	float: left;
	width: 100%;
	position:relative;
}  
/*--Top header--*/
.topheader {
	background: #462D73;
	padding: 8px 0;
	float: left;
	width: 100%;
	color: #fff;
}
.topheader .infofont {
	float: left;
	width: auto;
}
.topheader .infofont i {
	font-size: 15px;
	padding: 0;
	margin: 0;
}
.topheader .infofont span {
	margin: 0 0 0 15px;
	font-size: 15px;
	font-weight: 500;
	font-family: 'Open Sans',sans-serif;
}
.infosocialmedia {
	float: right;
	width: auto;
}
.socialicons .fa, .infosocialmedia i {
	padding: 0 15px 0 0;
	font-size: 22px;
	color: #fff;
}    

/*--Bottom header--*/
.bottomheader {
	float: left;
	width: 100%;
	background-color: #fff;
	border-color: #fff;
	padding: 10px;
}
.logo a {
	padding: 10px 0;
}
.logo h1 {
	font-size: 24px;
	white-space: nowrap;
	color: #282828;
	font-weight: 600;
	font-family: 'Open Sans',Sans-serif;
	padding: 0;
	margin: 0;
}
.logo span {
	font-size: 33px;
	color: #462D73; 
} 
.logo {
	float: left;
	width: 100%;
}
.logo img {
	display: inline-block;
	width: 60px;
	margin: 0 10px 0 0;
}
.freeconsultation {
	float: right;
	width: auto;
	padding: 10px 10px;
	background-color: #462D73;
	border-radius: 1px;
	margin: 8px 0 0 0;
}
.freeconsultation a {
	text-decoration: none;
	color: #fff;
	border-radius: ;
	font-family: 'Open Sans',Sans-serif;
	font-weight: 600;
	font-size: 14px;
} 
.menuarea {
	float: right;
	width: auto;
	margin: 8px 20px 0 0; 
	padding: 10px 0;
}
.menu-header_menu-container {
	padding: 0 10px;
}
.menu-header_menu-container .menu {
	list-style: none;
	padding: 0; 
	margin: 0;
}
.menu-header_menu-container .menu li {
	display: inline;
	position: relative;
}

.sub-menu {
	display: none;
	position: absolute;
	left: 0;
	padding: 15px 0 5px 0;
	z-index: 1;
	height: auto;
	background-color: #fff;
	width: 120px;
	border-radius: 3px;
}

.menu-header_menu-container .menu li .sub-menu li {
	float: left;
	width: 100%;
	margin: 0 0 15px 0;
}

.menu-header_menu-container .menu li .sub-menu li:last-child {
	margin: 0 0 5px 0;
}

.menu-header_menu-container .menu li:hover .sub-menu {
	display: block;
}
.menu-header_menu-container .menu > li:last-child { display: none; }
.menu-header_menu-container .menu li a {
	text-decoration: none;
	color: #282828;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: 600;
	padding: 10px;
	font-family: 'Open Sans', sans-serif;
}
.menu-header_menu-container .menu li a:hover {
	color: #462D73;
} 

/*--Footer--*/
/*-- footer --*/
.mkl_footer {
	background: url(images/bg.jpg) no-repeat center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	text-align: center;
	display: inline-block;
	width: 100%;
}

.sub-footer {
    padding: 4em 0;
}

.mkls_footer_grid_left h4 {
    font-size: 24px;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 20px;
}

.mkls_footer_grid_left p {
    color: #e0e0e0;
	font-weight: 600;
}

.mkls_footer_grid_left p a {
    text-decoration: none;
    color: #ef5861;
}

.mkls_footer_grid_left p.socialicons a {
	color: #ffffff;
	margin: 0 10px 0 0;
}

.mkls_footer_grid_left p a:hover {
    text-decoration: none;
    color: #fff;
}

.botttom-nav-allah {
    margin: 35px 0 45px;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding: 10px 0;
}

.botttom-nav-allah ul {
    text-align: center;
	padding: 0;
	margin:0;
}

.botttom-nav-allah ul li {
    list-style: none;
    display: inline-block;
    margin: 10px 20px;
}

.botttom-nav-allah ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    letter-spacing: 2px;
}

.botttom-nav-allah ul li a:hover {
    color: #37BF91;
}

.footer-middle-thanks h2 {
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 600;
    font-style: italic;
}


/*--copy-right--*/

.footer-copy-right {
    padding: 1em 0;
    background: rgba(0, 0, 0, 0.72);
}

.footer-copy-right p {
    padding: 1em 0;
    text-align: center;
    color: #fff;
    margin: 0;
    letter-spacing: 2px;
    font-size: 14px;
}

.footer-copy-right p a {
    text-decoration: none;
    color: #EA3621;
}

.footer-copy-right p a:hover {
    text-decoration: none;
    color: #0099e5;
}

.footercopy-social {
    float: right;
}

.footercopy-social ul {
    padding: 0;
    margin: 0;
    margin-top: 8px;
}

.footercopy-social ul li {
    display: inline-block;
}

.footercopy-social ul li a {
    color: #333;
    text-align: center;
}

.footercopy-social ul li a span.fa.fa-facebook {
    background: #3b5998;
}

.footercopy-social ul li a span.fa.fa-facebook:hover {
    opacity: 0.8;
}

.footercopy-social ul li a span.fa.fa-twitter {
    background: #1da1f2;
}

.footercopy-social ul li a span.fa.fa-twitter:hover {
    opacity: 0.8;
}

.footercopy-social ul li a span.fa.fa-rss {
    background: #f26522;
}

.footercopy-social ul li a span.fa.fa-rss:hover {
    opacity: 0.8;
}

.footercopy-social ul li a span.fa.fa-vk {
    background: #45668e;
}
.footercopy-social ul li a span{
    height: 40px;
    width: 40px;
    line-height: 40px;
    color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.footercopy-social ul li a span.fa.fa-vk:hover {
    opacity: 0.8;
}

.footercopy-social ul li:nth-child(2) {
    margin: 0 .5em;
}

.footercopy-social ul li:nth-child(3) {
    margin: 0 .5em 0 0;
}

.footercopy-social {
    float: right;
}


/*--//copy-right--*/


/*--//footer--*/
.footer{
	float:left;
	width:100%;
	background-color: rgba(247,250,253,1);
	padding:15px 0;
}
.footer .bottom_footer {
	float: left;
	width: 100%;
	margin: 30px 0 0 0;
}
.footer .bottomfooterhead {
	float: left;
	width: 100%;
}
.footer .bottomfooterhead h3 {
	font-size: 20px;
	font-weight: 700;
	font-family: "Montserrat";
	color: #252525;
	text-align: left;
	padding: 0;
	margin: 0 0 18px 0;
	float: left;
	width: 100%;
} 
.footer .bottomfooterhead ul {
	margin: 0 0 0px 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 100%;
}
.footer .bottomfooterhead ul li {
	font-family: "Montserrat";
	font-size: 17px !important;
	font-weight: 300;
	letter-spacing: .5px;
	padding: 0;
	margin: 0 0 10px 0;
	min-height: 25px;
	float: left;
	width: 100%; 
} 
.footer .bottomfooterhead a {
	text-decoration: none;
	color: #7A7A7A;
}
.bottomfooterhead.fc .form-control {
	margin: 18px 0 0 0;
}
.footer .submitinquiry {
	padding: 10px;
	margin: 20px 0 0 0;
	background-color: #FFF;
	border: 2px solid #462D73;
	color: #462D73;
	font-size: 14px;
	font-weight: 600;
	font-family: "Montserrat";
	border-radius: 6px;
}    
.footer .mbbsabroad {
	float: left;
	width: 50%;
}
.footer .mbbsabroad2 {
	float: left;
	width: 50%;
}   
.footer .bottomfooterhead ul.mbbsabroad li {
	width: 50%;
}

/*--Post--*/
.single_post{
	float: left; 
	width: 100%;
}
.single_post .post_title h1 {
	font-family: "Montserrat";
	font-weight: 700;
	font-size: 40px;
	line-height: 40px;
	color: #000;
}
.single_post .post_image {
	float: left;
	width: 100%;
}
.single_post .post_image img {
	float: left;
	width: 100%;
	object-fit: cover;
	height: 400px;
	margin: 15px 0;
}
.single_post .post_courseoff p {
	text-transform: uppercase;
	font-size: 17px;
	line-height: 22px;
	font-weight: 600;
	font-family: "Montserrat";
	padding: 0 25px;
	color: #462D73;
}
.post_site {
	padding: 0 0 60px 0;
}
.post_site a {
	color: #462D73;
	font-size: 16px;
	font-family: "Montserrat";
	text-decoration: underline;
	font-weight: 700;
	line-height: 24px;
}
.single_post h3 {
	font-size: 25px;
	font-weight: 700;
	font-family: "Montserrat";
	color:#000000;
}
.post_head p {
	font-family: "Montserrat";
	font-size: 13px;
	line-height: 23px;
	font-weight: 400;
	color: #000000;
}  
.d-flex {
    display: flex;
}
.college-features .college-feature-item {
	border-bottom: 2px solid #fff;
	background: #f7fafd;
	margin: 0;
	padding: 0;
	color: #252525;
	width: 100%;
	list-style: none;
	padding-left: 0;
	display: inline-block;
}
.college-features-list {
	float: left;
	width: 100%;
	position: sticky;
    top: 10px;
}
ul.college-features {
	padding-left: 0;
	margin: 0;
	position: relative;
	width: 100%;
	top: 0;
}
ul.college-features.in {
	position: fixed;
}
.college-features .college-feature-link {
	color: #252525;
	text-decoration: none !important;
	border-left: 5px solid #462D73;
	display: inline-block;
	padding: 20px 0 20px 20px;
	transition: all .3s ease;
	font-weight: 500;
	font-size: 17px;
}
.college-features-list h2 {
	color: #fff;
	text-decoration: none !important;
	display: inline-block;
	padding: 22px 0 22px 22px;
	transition: all .3s ease;
	font-weight: 700;
	background: #462D73;
	width: 100%;
	margin: 0;
	border-bottom: 2px solid #fff;
	font-size: 23px;
}
.post_csfield ul {
	margin:0;
	padding:0;
}
.post_csfield ul li {
	list-style: none;
	padding: 3px 0;
	color: #000000;
	font-family: "Montserrat";
	font-size: 14px;
	line-height: 22px;
} 
.post_csfield ul li::before {
	font: normal normal normal 17px/1 FontAwesome;
	content: "\f00c";
	color: #462D73;
	margin: 0 10px 0 0;
} 
/* .mobilemenu_wrap {
	display:none;
} */ 
.catbg {
	float: left;
	width: 100%;
}
.catbg img {
	float: left;
	width: 100%;
	height: 420px;
	object-fit: cover;
}
.catname {
	float: left;
	width: 100%;
	margin: 40px 0 20px 0;
	color: #462D73;
	font-size: 38px;
	font-family: "Montserrat";
	font-weight: 600;
}
.catdescription {
	float: left;
	width: 100%;
	font-size: 18px;
	font-weight: 400;
	line-height: 22px;
	font-family: "Montserrat";
	color: #000;
	margin: 0 0 50px 0;
}
.collegeblock {
	float: left;
	width: 100%;
	margin: 0 0 60px 0;
}
.collegeimg {
	float: left;
	width: 100%;
}
.collegeimg img {
	float: left;
	width: 100%;
	height: auto;
	min-height: 175px;
	object-fit: cover;
}
.collegetitle {
	float: left;
	width: 100%;
}
.collegetitle h3 {
	font-weight: 700;
	font-family: "Montserrat";
	color: #000;
}
.collegerm {
	float: left;
	width: 100%;
	font-weight: 600;
	font-family: "Montserrat";
}