-CSS
/*
Theme Name: Bethemes
Theme URI: https://themes.muffingroup.com/betheme/
Author: Muffin group
Author URI: https://muffingroup.com/
Description: The biggest WordPress Theme ever
License: Themeforest Split Licence
License URI: https://themeforest.net/licenses/standard
Text Domain: betheme
Version: 21.0.8

All css files are placed in /css/ folder
*/
/*

* {
text-align: justify;
}
*/

a {
	-webkit-transition: all 0.25s ease 0s;
	transition: all 0.25s ease 0s;
}

li {
	color: #626262;
}


a:hover,
a:focus {
	text-decoration: none;
}

a.button.button_js {
	/* border-radius: 5px;*/
	font-size: 16px;
	font-weight: 600;
	height: 50px;
	line-height: 50px;
	padding: 0 40px;
}
.button.button_js > .button_label {
	display: block;
	padding: 0;
}
a.btn-custom{
	background: #008aff;
	background: linear-gradient(95deg,#36a2ff 0,#008aff 50%,#0072ff 100%) !important;
	color: #fff !important;
	box-shadow: 0 2px 12px -5px #008aff !important;
}
a.button.button_js.btn-sec:hover {
	background-color: #0984e3 !important;
	color: #fff !important;
}

a.button.button_js.btn-sec {
	border-color: #fff !important;
}
a.button.button_js.btn-sec.btn-primary:hover {
	background-color: #0984e3 !important;
}
ol > li > ul {
	margin-left: 13px !important;
	margin-top: 5px !important;
}
.margin-lr-1 {
	margin: 0 1%;
	width: 98% !important;
}
.wpb_wrapper table tr > td {
	padding: 7px 10px;
}
.wpb_wrapper table tr > td:last-child {
	min-width: 90px;
}
table.text-left th, 
table.text-left td {
	text-align: left;
}

.table-strip > thead th {
	background-color: #d99594;
	color: #000;
	line-height: 1.25em;
}
.table-strip > tbody > tr:nth-child(2n) {
	background-color: #f2dbdb;
}
.table-strip > tbody > tr {
	color: #222;
}
.table-strip > tbody > tr > td {
	text-align: left;
}
.table-strip > tbody > tr > td:first-child {
	text-align: center;
}
#Content {
	padding-top: 55px;
}
.faq .question:after {
	background-color: rgba(13, 98, 201, 0.75);
	width: 50px;
}
.faq .question:before {
	width: 50px;
}
.faq .question > .title {
	color: #333;
	font-size: 16px;
	font-weight: 600;
	padding: 12px 60px;
}
.faq .question {
	background: rgba(13, 98, 201, 0.05) none repeat scroll 0 0;
}
.wpb_wrapper .faq .question .title > .acc-icon-plus, 
.wpb_wrapper .faq .question .title > .acc-icon-minus {
	color: #fff;
	left: 15px;
	top: 15px;
}

.address-info {
	background-color: rgba(12, 117, 224, 0.12);
	border-radius: 3px;
	color: #222;
	display: inline-block;
	margin-top: 30px;
	padding: 10px 50px 15px 90px;
	position: relative;
}
.address-info:before {
	color: #0a6be1;
	content: "";
	font-family: mfn-icons;
	font-size: 46px;
	left: 21px;
	position: absolute;
	top: 32px;
}
.address-info > strong {
	display: block;
	font-size: 18px;
	margin-bottom: 9px;
}
.btn-readmore {
	background-color: #750c0d;
	/*border-radius: 5px;*/
	color: #fff;
	display: inline-block;
	font-size: 14px;
	height: 38px;
	line-height: 38px;
	padding: 0 15px;
	-webkit-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	box-shadow: 0 2px 12px -5px #fff;
}
.btn-readmore:hover {
	background: linear-gradient(95deg,#36a2ff 0,#008aff 50%,#0072ff 100%);
	color: #fff;
	box-shadow: 0 2px 12px -5px #008aff;
}
.underline {
	margin-bottom: 10px;
}
.underline > strong {
	border-bottom: 2px solid #dd9221;
	color: #222;
	display: inline-block;
	font-size: 18px;
	line-height: 1.25em;
}
.column_fancy_heading {
	margin-bottom: 0px !important;
}
.wpb_wrapper table tr:first-child td {
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.06) inset !important;
}

.fancy_heading{
	padding: 0 1% 35px;
}
.fancy_heading > .title {
	color: #333;
	font-weight: 800;
	margin-bottom: 45px;
	position: relative;
}
.fancy_heading > .title:before {
	background-image: -webkit-linear-gradient(left, rgba(51, 51, 51, 0.1), rgba(51, 51, 51, 1), rgba(51, 51, 51, 0.1));
	background-image: linear-gradient(to right, rgba(51, 51, 51, 0.1), rgba(51, 51, 51, 1), rgba(51, 51, 51, 0.1));
	bottom: -20px;
	content: "";
	height: 1px;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 150px;
}
.fancy_heading > .title:after {
	background-color: #006B64;
	bottom: -20px;
	content: "";
	height: 1px;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 50px;
}
.fancy_heading .inside {
	color: #fff !important;
	font-size: 16px;
	margin-bottom: 15px;
}
.column_fancy_heading.left-heading > .fancy_heading {
	text-align: left;
	color: #fff !important;
	font-size: 38px;
	font-weight: 700;
}
.column_fancy_heading.left-heading > .fancy_heading .title {
	margin-bottom: 10px;
	color: #fff !important;
	
}
.column_fancy_heading.left-heading > .fancy_heading .title:before,
.column_fancy_heading.left-heading > .fancy_heading > .title:after {
	display: none;
	color: #fff !important;
}
.column_fancy_heading.left-heading-black > .fancy_heading .title {
	margin-bottom: 10px;
	text-align: left;
	color: #242C80 !important;
	
}
.column_fancy_heading.left-heading-black > .fancy_heading .title:before,
.column_fancy_heading.left-heading-black > .fancy_heading > .title:after {
	display: none;
	color: #242C80 !important;
	text-align: left;
}

.column_fancy_heading.center-heading-black > .fancy_heading .title {
	margin-bottom: 10px;
	text-align: center;
	color: #242C80 !important;
	
}
.column_fancy_heading.center-heading-black > .fancy_heading .title:before,
.column_fancy_heading.center-heading-black > .fancy_heading > .title:after {
	display: none;
	color: #242C80 !important;
	text-align: left;
}
.small-heading .fancy_heading {
	margin-bottom: 0;
	padding-bottom: 0;
}
.small-heading .fancy_heading > .title {
	font-size: 24px;
	margin-bottom: 15px;
}
.small-heading .fancy_heading > .title:before,
.small-heading .fancy_heading > .title:after {
	bottom: -7px;
}
.small-heading .fancy_heading > .title:before {
	background-image: -webkit-linear-gradient(left, rgba(51, 51, 51, 0.1), rgba(51, 51, 51, 0.5), rgba(51, 51, 51, 0.1));
	background-image: linear-gradient(to right, rgba(51, 51, 51, 0.1), rgba(51, 51, 51, 0.5), rgba(51, 51, 51, 0.1));
	width: 80%;
}
.section_title_area {
	border-bottom: 1px solid #fff;
	margin-bottom: 20px;
}
.section_title_area > .section-title {
	color: #fff;
	font-size: 38px;
	font-weight: 500;
	line-height: 1.1em;
	text-transform: capitalize;
	width: calc(100% - 80px);
	float: left;
	margin-bottom: 0;

}
.section_title_area > .section-title span {
	display: inline-block;
	padding: 7px 0;
	position: relative;
}
.section_title_area > .section-title span:before {
	background-color: #fff;
	border-radius: 7px;
	bottom: -3px;
	content: "";
	height: 5px;
	left: 0;
	position: absolute;
	width: 100%;
}
.section_title_area > .link {
	color: #ffff;
	float: right;
	font-size: 17px;
	font-weight: 600;
	margin-top: 21px;
	padding-right: 10px;
	position: relative;
}
.section_title_area > .link:after {
	border-color: transparent transparent transparent #fff;
	border-style: solid;
	border-width: 5px;
	content: "";
	position: absolute;
	right: -4px;
	top: 54%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.section_title_area > .link:hover {
	color: #76090A;
}
.section_title_area > .link:hover:after {
	border-color: transparent transparent transparent #76090A;
}
.academic_date_area .section_title_area > .section-title {
	width: calc(100% - 140px);
}
.the_content_wrapper ul, 
.the_content_wrapper ol {
	color: #F3F3F3 !important;
}
#Top_bar .mainmenu-wrapper .menu_wrapper {
	float: left;
	width: calc(100% - 300px);
	border-bottom: none !important;
}
#Top_bar .find-program-btn {
	float: right;
	padding-right: 0;
}
#Top_bar .find-program-btn > .program-btn {
	font-size: 15px;
	font-weight: 600;
	margin: 0;
	min-height: 30px;
	background-color: #fff !important;
	color: #2D7DC1 !important;
	border:3px solid #fff;
	/*border-radius:10px 10px 10px 10px;*/
}
#Top_bar .find-program-btn > .program-btn:hover {
	font-size: 15px;
	font-weight: 600;
	margin: 0;
	min-height: 30px;
	background-color: #242c80 !important;
	color: #fff !important;
	/*border-radius:10px 10px 10px 10px;*/
	animation: 
		pulse 3s ease infinite alternate, 
		nudge 5s linear infinite alternate;
	/*text-transform:uppercase;*/
}
#Top_bar .alumni-btn {
	float: right;
	padding-right: 5px;
}
#Top_bar .alumni-btn > .alumni-btn {
	font-size: 15px;
	font-weight: 600;
	margin: 0;
	min-height: 30px;
	background-color: #fff !important;
	color: #2D7DC1 !important;
	border:5px solid #fff;
	padding-right: 20px;
	/*border-radius:10px 10px 10px 10px;*/
}
#Top_bar #wp-megamenu-item-wpmm-search-icon  {
	display: none;
}
#Top_bar .wp-megamenu-wrap .wpmm-nav-wrap > ul > li {
	border-right: 0px solid;
}
#Top_bar .wp-megamenu-wrap .wpmm-nav-wrap > ul > li > a {
	padding: 13px 15px;
	font-size: 14px;
	text-transform: none;
	color: #fff;
	display: block;
	margin-left: -4px;

}
#Top_bar .wp-megamenu-wrap .wpmm-nav-wrap > ul > li:hover > a,
#Top_bar .wp-megamenu-wrap .wpmm-nav-wrap > ul > li:hover > a:focus {
	background-color: #f2f2f2; /* Menu Selected Color */
	color:#000;
	border:1px solid #aaa;
	border-bottom:0;
	border-radius:5px 5px 0 0;
	margin-top: -1px;
	/*box-shadow: 0 5px 5px rgba(20, 38, 61, 0.79); */
}
#Top_bar .wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu > li.wpmm-row > ul.wp-megamenu-sub-menu > li, 
#Top_bar .wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > .wpmm-strees-row-container ul.wp-megamenu-sub-menu > li.wpmm-row > ul.wp-megamenu-sub-menu > li {
	padding: 5px 0px 5px;
	position: relative;
	color: #fff;
}
#Top_bar #wp-megamenu-main-menu > .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > .wpmm-strees-row-container > ul.wp-megamenu-sub-menu, 
#Top_bar #wp-megamenu-main-menu > .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > .wpmm-strees-row-and-content-container-container > ul.wp-megamenu-sub-menu, 
#Top_bar #wp-megamenu-main-menu > .wpmm-nav-wrap > ul > li.wpmm-strees-row .wpmm-strees-row-container > .wp-megamenu-sub-menu:before,
#Top_bar  #wp-megamenu-main-menu > .wpmm-nav-wrap > ul > li.wpmm-strees-row .wpmm-strees-row-container > .wp-megamenu-sub-menu:after, 
#Top_bar #wp-megamenu-main-menu > .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > .wpmm-strees-row-and-content-container > ul.wp-megamenu-sub-menu {
	background-color: #f2f2f2;
	/*Drop Down Color rgba(119, 8, 10, 0.83), New Maroon: #A71E32;*/ 
	/*box-shadow: 0 10px 10px -5px;*/
	box-shadow: 0 5px 5px rgba(20, 38, 61, 0.79);
	/* box-shadow: 0 5px 0px 0px #008aff; */
	width: 100%; 
	padding: 10px;
	padding-right: 20px;
	/* border-bottom: 8px solid #0984E3;  */
	border-radius: 5px;
}
#Top_bar .mainmenu-wrapper {
	border-top: 1px solid;
	border-bottom: 1px solid;
	/*border-bottom: none;*/
}
#Top_bar .menu_wrapper {
	float: none;
	position: relative;
}
#Top_bar #wp-megamenu-main-menu {
	background-color: transparent;
	padding: 0 15px;
	color: #fff;
}
#Top_bar .menu_wrapper > #menu {
	background-color: transparent !important;
}
#Top_bar .menu_wrapper .search_btn_area {
	float: right;
}
#Top_bar .menu_wrapper .search_btn_area #search_button {
	margin: 15px 0 0;
}
#Top_bar .wpmm_brand_logo_wrap {
	display: none;
}
#Top_bar #wp-megamenu-main-menu > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li a {
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	line-height: 15px;
	padding: 3px 10px;
}
#Top_bar #wp-megamenu-main-menu > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li:hover a { 
	padding-left: 15px;
}
#Top_bar #wp-megamenu-main-menu > .wpmm-nav-wrap .wp-megamenu > li > ul.wp-megamenu-sub-menu li.wpmm-type-widget,
#Top_bar #wp-megamenu-main-menu > .wpmm-nav-wrap .wp-megamenu > li .wpmm-strees-row-container > ul.wp-megamenu-sub-menu li.wpmm-type-widget, 
#Top_bar #wp-megamenu-main-menu > .wpmm-nav-wrap .wp-megamenu > li .wpmm-strees-row-and-content-container > ul.wp-megamenu-sub-menu li.wpmm-type-widget {
	margin-right: 10px;
	margin-left: 10px; 
	margin-bottom: 8px;
	border-radius: 10px;
}
#Top_bar #wp-megamenu-main-menu > .wpmm-nav-wrap .wp-megamenu > li > ul.wp-megamenu-sub-menu li.wpmm-type-widget > a,
#Top_bar #wp-megamenu-main-menu > .wpmm-nav-wrap .wp-megamenu > li .wpmm-strees-row-container > ul.wp-megamenu-sub-menu li.wpmm-type-widget > a, 
#Top_bar #wp-megamenu-main-menu > .wpmm-nav-wrap .wp-megamenu > li .wpmm-strees-row-and-content-container > ul.wp-megamenu-sub-menu li.wpmm-type-widget > a {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 0;
	text-transform: none;
	padding: 3px 10px;
	-webkit-transition: all 0.15s;
	transition: all 0.15s; 
	/*color: #1A384E; /* Font Color */ 
	color: #1D74B9;
}
#Top_bar #wp-megamenu-main-menu > .wpmm-nav-wrap .wp-megamenu > li > ul.wp-megamenu-sub-menu li.wpmm-type-widget:hover > a,
#Top_bar #wp-megamenu-main-menu > .wpmm-nav-wrap .wp-megamenu > li .wpmm-strees-row-container > ul.wp-megamenu-sub-menu li.wpmm-type-widget:hover > a, 
#Top_bar #wp-megamenu-main-menu > .wpmm-nav-wrap .wp-megamenu > li .wpmm-strees-row-and-content-container > ul.wp-megamenu-sub-menu li.wpmm-type-widget:hover > a {
	padding-left: 15px; /* menu Item Hover*/
	color: #000;
	background: linear-gradient(256deg,#36a2ff 0,#008aff 50%,#0072ff 100%);
}
#Top_bar #wp-megamenu-main-menu > .wpmm-nav-wrap .wp-megamenu > li .wpmm-strees-row-and-content-container > ul.wp-megamenu-sub-menu:first-child:hover li{
	color: #1D74B9 !important;
	background: none !important;
}
#Top_bar #wp-megamenu-main-menu > .wpmm-nav-wrap .wp-megamenu .wp-megamenu-sub-menu ul.wp-megamenu-sub-menu li:first-child > a {
	border-bottom: 1px solid #c4c4c4 !important;
	padding: 0 0px 0px !important;
	text-transform: uppercase !important;
	margin-bottom: 5px !important;
	color: #fff;
}
#Top_bar #wp-megamenu-main-menu > .wpmm-nav-wrap .wp-megamenu .wp-megamenu-sub-menu ul.wp-megamenu-sub-menu li:first-child > a:hover {
	background: transparent !important;
	color: #1D74B9 !important;
}
#Top_bar #wp-megamenu-main-menu > .wpmm-nav-wrap ul.wp-megamenu > li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu, #wp-megamenu-main-menu > .wpmm-nav-wrap ul.wp-megamenu li.wpmm-type-widget .wp-megamenu-sub-menu li .wp-megamenu-sub-menu {
	background-color: #750809;
	padding: 10px 0;
	min-width: 250px;
	left: -5px;
}
#Top_bar #wp-megamenu-main-menu ul.wp-megamenu .menu-item-has-children ul.wp-megamenu-sub-menu .wp-megamenu-sub-menu > li.wpmm-submenu-right:last-child .wp-megamenu-sub-menu > li.wpmm-type-widget {
	margin-right: 0 !important;
}
#Top_bar #wp-megamenu-main-menu > .wpmm-nav-wrap ul.wp-megamenu .menu-item.menu-widget-class.wpmm-type-widget.wpmm-submenu-right > .image {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: left;
	border-radius: 5px;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 220px!important;
	margin: 0 auto;
	margin-top: 0px; /* 15 */
	margin-left: 0px; /* 15 */
	width: 300px;
	background-color: #BEDCED;
}
#Top_bar #wp-megamenu-main-menu > .wpmm-nav-wrap ul.wp-megamenu .menu-item.menu-widget-class.wpmm-type-widget.wpmm-submenu-right .textwidget {
	color: #D4D4D9;
	line-height: 25px;
} 
#Top_bar #wp-megamenu-main-menu > .wpmm-nav-wrap ul.wp-megamenu > li.current-menu-ancestor > a,
#Top_bar #wp-megamenu-main-menu > .wpmm-nav-wrap ul.wp-megamenu > li.active > a {
	/*color: #D4D4D9;
	background-color: #750809; */
	background-color: #f2f2f2; /* Menu Selected Color */
	color: #fff;
	border:1px solid #aaa;
	border-bottom:0;
	border-radius:10px 10px 0 0;
}
#Top_bar .top_bar_content {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 15px;
}
#Top_bar .top_bar_content > div {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0;
	flex: 1 1 0;
}
.header-stack #Top_bar .top_bar_content .top_bar_left {
	float: none;
}
.header-stack #Top_bar .top_bar_content .top_bar_left .logo {
	padding: 0;
}
.header-stack #Top_bar .top_bar_content .top_bar_left .logo {
	border-bottom-width: 0px;
}
.header-stack #Top_bar .top_bar_content .top_bar_left .logo .logo-title {
	display: block;
	margin-bottom: 10px;
}
.header-stack #Top_bar .top_bar_content .top_bar_left .logo .logo-title .navbar-brand {
	color: #fff;
	display: block;
	font-size: 16px;
}
#Top_bar #logo, .header-fixed #Top_bar #logo, 
.header-plain #Top_bar #logo, 
.header-transparent #Top_bar #logo,
#Top_bar .logo:not(.text-logo) h1 > #logo {
	line-height: unset !important;
	padding: 0 !important;
}
#Top_bar .logo:not(.text-logo) h1 {
	font-size: inherit;
	line-height: 1em;
	margin: 0;
}
.header-stack #Top_bar .top_bar_right {
	position: relative;
	height: auto;
	padding: 3px;
}
.header-stack #Top_bar .top_bar_right > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.tob-bar-area {
	/*background-image: -webkit-linear-gradient(right, rgba(117, 8, 9, 1), rgba(117, 8, 9, 1), rgba(117, 8, 9, 1), rgba(117, 8, 9, 0.8), rgba(117, 8, 9, 0.4), transparent , transparent);
	background-image: linear-gradient(to left, rgba(117, 8, 9, 1), rgba(117, 8, 9, 1), rgba(117, 8, 9, 1), rgba(117, 8, 9, 0.8), rgba(117, 8, 9, 0.4), transparent , transparent);  */
	background: linear-gradient(120deg, #fff 73%, #C3DFFE 20%);
}

#Top_bar .tob-bar-area {
	padding: 10px 0;
}
#Top_bar .top_bar_right .btn-default-area > a > span {
	display: block;
	margin-top: 7px;
}
#Top_bar .top_bar_right .btn-default-area > a > i {
	font-size: 14px;
}
#Top_bar .wpmm-social-link {
	display: none;
}
.btn-default-area {
	padding: 5px 0;
}
#Top_bar .top_bar_right .btn-default-area > a.btn-apply {
	background-color: #ed2629;
	border: 5px solid #fff;
	border-radius: 50%;
	font-size: 13px;
	height: 60px;
	margin-left: 5px;
	padding: 0;
	width: 60px;
	margin-right: 5%;
	animation: 
		pulse 3s ease infinite alternate, 
		nudge 5s linear infinite alternate;
	
	text-transform:upperca;
}
#Top_bar .top_bar_right .btn-default-area > a.btn-apply > span {
	margin-top: 0;
	line-height: 1.2em;
}
#Top_bar .top_bar_right .btn-default-area > a#search_button,
#Top_bar .top_bar_right .btn-default-area > a {
	/*background-color: #750809;*/
	color: #fff !important;
	display: inline-block;
	font-size: 10px;
	/*border-left: 1px solid rgba(255,255,255,0.3);*/
	text-transform: uppercase;
	font-weight: 400;
	text-align: center;
	padding: 6px 3px;
	line-height: 1.4em;
}
#Top_bar .top_bar_right .btn-default-area > a#search_button {
	top: 0;
	margin: 0;
	float: none;
	border-right: 1px solid rgba(255,255,255,0.3);
}
#Top_bar .top_bar_right .btn-default-area > a#search_button:hover,
#Top_bar .top_bar_right .btn-default-area > a:hover {
	background-color: rgba(255,255,255,0.3);
}
#Top_bar .top_bar_right .btn-default-area > a.btn-apply > span:first-child {
	margin-top: 16px;
}
#Top_bar .top_bar_right .btn-default-area > a.btn-apply > span:last-child {
	font-size: 11px;
}
#Top_bar .top_bar_right .btn-default-area > a.btn-apply:hover {
	background-color: #242c80;
}
.header-stack #Top_bar .top_bar_right .search_wrapper {
	left: calc(100% - 415px);
	top: 93%;
	width: 300px;
	padding: 7px;
	background-color: #9F5353;
	z-index: 210;
	display: none;
}
#Top_bar .top_bar_right .search_wrapper input[type="text"] {
	padding: 8px 10px;
	font-size: 13px;
	border: 0px solid;
	background-color: #fff;
	color: #15497A;
}
#Top_bar .top_bar_right .search_wrapper input[type="text"]:focus {
	background-color: #fff !important;
}
#Top_bar .top_bar_right .search_wrapper .icon_search {
	display: none;
}
#Top_bar .top_bar_right .search_wrapper #searchform {
	width: 100%;
}
#Top_bar .top_bar_right .search_wrapper .icon_close {
	right: -36px;
	color: #fff !important;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	top: 0;
	background-color: #9F5353;
	font-size: 16px;
	height: 48px;
	width: 36px;
	text-align: center;
	line-height: 46px;
}
#Top_bar .wpmm-sticky.wpmm-sticky-wrap {
	position: static;
	left: auto;
	top: auto;
}
.sticky-white #Top_bar.is-sticky {
	background-color: #fff !important;
	height: auto !important;
}
#Top_bar.is-sticky {
	height: auto;
}
#Top_bar.is-sticky .logo {
	margin: 0 !important;
}
#Top_bar.is-sticky #logo img.logo-sticky {
	max-height: none !important;
}
.wpmm-sticky.wpmm-sticky-wrap .wpmm-nav-wrap {
	margin: 0;
	width: 100%;
	padding: 0 !important;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu:hover > ul.wp-megamenu-sub-menu, .wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu:hover > .wpmm-strees-row-container > ul.wp-megamenu-sub-menu, 
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu:hover > .wpmm-strees-row-and-content-container > ul.wp-megamenu-sub-menu, 
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu:hover > ul.wp-megamenu-sub-menu, 
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu li.menu-item-has-children:hover > ul.wp-megamenu-sub-menu, 
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu > li.wpmm-row .wp-megamenu-sub-menu li.menu-item-has-children:hover > ul.wp-megamenu-sub-menu, 
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu li.wpmm-type-widget .wp-megamenu-sub-menu li:hover .wp-megamenu-sub-menu {
	top: 100%+0.5px;
}

.menu-uits-container .uits-sidebar-menu {
	margin-bottom: 30px;
	margin-left: 0;
}
.menu-uits-container .uits-sidebar-menu > li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	list-style: outside none none;
	margin-bottom: 0;
}
.menu-uits-container {
	background-color: #21AB85;
}
.menu-uits-container .uits-sidebar-menu > li > a {
	background-color: #1A86E0;
	color: #fff;
	display: block;
	padding: 10px 15px;
}
.menu-uits-container .uits-sidebar-menu > li:last-child {
	border-bottom: 0 none;
}
.menu-uits-container .uits-sidebar-menu > li > a:before {
	content: "-";
	padding-right: 5px;
}
.menu-uits-container .uits-sidebar-menu > li:hover > a,
.menu-uits-container .uits-sidebar-menu > li.current-menu-item > a {
	background-color: #1E448C;
	padding-left: 25px;
}

#Subheader .title {
	font-size: 26px;
	line-height: 1.2em;
}
.subheader-both-center #Subheader .breadcrumbs {
	margin-top: 2px;
}
#Subheader ul.breadcrumbs li span {
	margin: 0 2px 0 0;
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
#Subheader ul.breadcrumbs li, #Subheader ul.breadcrumbs li a {
	font-size: 13px;
	line-height: 1.25em;
}


/* Home Slider */
.mfn-main-slider {
	background-color: #fff !important;
}
.mfn-main-slider .custom.tparrows {
	background-color: transparent;
	border: 1px solid rgba(255, 255, 255, 0.5);
	height: 70px;
	width: 70px;
	border-radius: 50%;
}
.mfn-main-slider .custom.tparrows:before {
	font-size: 30px;
	font-weight: 700;
	line-height: 70px;
	color: #750809;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.mfn-main-slider .custom.tparrows:hover:before {
	color: #750809;
}
.mfn-main-slider .hermes.tp-bullets {
	left: 130px !important;
}
.mfn-main-slider .hermes.tp-bullets > .tp-bullet {
	border: 1px solid #fff;
	box-shadow: 0 0 0 0 rgb(255, 255, 255) inset;
	height: 7px;
	width: 7px;
}
.mfn-main-slider .hermes .tp-bullet:after {
	background-color: transparent;
}
.mfn-main-slider .hermes.tp-bullets > .tp-bullet.selected,
.mfn-main-slider .hermes.tp-bullets > .tp-bullet:hover {
	background-color: #3F8D88;
	border-color: #3F8D88;
	-webkit-transform: scale(1.6);
	transform: scale(1.6);
}

/* News Letter */
.trustees-board-area {
	margin-bottom: -25px;
}
.newsletter-area > .column {
	margin-bottom: 30px;
}
.flex-style-center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.single-news-letter {
	border: 1px solid #ddd;
	border-radius: 3px;
	text-align: center;
	-webkit-transform: all 0.25s;
	transform: all 0.25s;
}
.single-news-letter img {
	border-radius: 3px 3px 0 0;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
}
.single-news-letter:hover {
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
}
.single-news-letter > .newsletter-wrapper {
	padding: 20px 5px;
}
.single-news-letter .newsletter-wrapper > .btn-download {
	background-color: #931919;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	height: 42px;
	line-height: 42px;
	padding: 0 15px;
}
.single-news-letter .newsletter-wrapper > .btn-download:hover {
	background-color: #116FE1;
} 
.single-news-letter .newsletter-wrapper > .btn-download > i {
	font-size: 16px;
}

/* First parallax backgroung */
/* .first-bg-parallax:before{
content: "";
background-color: rgba(236, 240, 241,0.8);
height: 100%;
position: absolute;
width: 100%;
z-index: 0;
top: 0;
left: 0;
} */

/* Trustees Board */
.sections_group .entry-content .sufi-background{
	/*background: linear-gradient(256deg,#36a2ff 0,#008aff 50%,#0072ff 100%); */

}
.single-trustees-board {
	text-align: center;
}
.single-trustees-board .trustees-thumb-inner {
	border: 1px solid #750809;
	display: inline-block;
	padding: 8px;
}
.single-trustees-board .trustees-thumb a {
	display: inline-block;
}
.single-trustees-board .trustees-thumb img {
	margin-bottom: -7px;
	width: 200px;
}
.single-trustees-board {
	padding: 0 15px;
}
.single-trustees-board .trustees-info > h4 {
	color: #116fe2;
	font-size: 18px;
	font-weight: 600;
	margin: 10px 0;
}
.single-trustees-board .trustees-info {
	padding-top: 10px;
}

/* Notice board and academics date*/
.sections_group .entry-content .notice-academic-background{
	/*	background: #0984e3 linear-gradient(256deg,#36a2ff 0,#008aff 50%,#0072ff 100%) !important; */
}

/* Map start */
.uits-map{
	width: 100% !important;
}
.uits-map .section_wrapper{
	width: 100% !important;
	max-width: 100%;
}
.uits-map .section_wrapper .wrap{
	width: 100%;
}
.uits-map .section_wrapper .wrap .mcb-wrap-inner .column{
	width: 100%;
	margin: 0;
}
.uits-map .section_wrapper .wrap .mcb-wrap-inner .column iframe{
	width: 100%;
	height: 300px;
}
/* map end */

/* Footer start */
#Footer .footer-logo-area {
	border-top: 1px solid #ddd;
	background-color: #fff;
	text-align: center;
	position: relative;
	margin-top: 100px; /* map er upor logo */
}
#Footer .footer-logo-area .footer-logo {
	display: inline-block;
	border: 1px solid #ddd;
	min-height: 50px;
	padding: 10px;
	position: absolute;
	width: 200px;
	top: 50%;
	left: 50%;
	z-index: 2;
	background-color: #fff;
	box-shadow: 0 2px 12px -5px #000037;
	border-radius: 2px;
	-webkit-transform: translateY(-50%) translateX(-50%); 
	transform: translateY(-50%) translateX(-50%);
}
#Footer .widgets_wrapper {
	position: relative;
}
#Footer .widgets_wrapper .column h4 {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 12px;
}
#Footer .widgets_wrapper:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	/*background-color:#40407a;*/
	/*background-image: -webkit-linear-gradient(top, rgba(39, 53, 80, 1), rgba(39, 53, 80, 1));
	background-image: linear-gradient(to bottom, rgba(39, 53, 80, 1), rgba(39, 53, 80, 1));*/
	/*background-color: rgba(119, 8, 10, 0.83);*/	
	background-color: #242C80;
}
#Footer .footer-link {
	font-size: 13px;
	color: #D4D4D9;
	font-weight: 500;	
} 

#Footer .footer-link li {
	display: block;
	position: relative;
	padding-left: 20px;
	border-bottom: 1.2px solid #1F5B7E;
	color: #D4D4D9;
}
#Footer .footer-link li:before {
	content: "•";
	display: block;
	font-weight: bold;
	margin-left: -14px;
	position: absolute;
	font-size: 16px;
	top: 2px;	
	color: #DCDCDC;
}

.footer-social-share .social > li > a, 
#Footer .footer_copy .copyright a,
#Footer .footer-link > li > a {
	-webkit-transition: all 0.25s ease 0s;
	transition: all 0.25s ease 0s;
	color: #D4D4D9;
}
#Footer .footer-link > li > a {
	display: block;
	font-size: 13px;
	font-weight: 600;
	line-height: 16px;
	padding: 5px 0;	
	color: #D4D4D9;

}
#Footer .footer-link > li > a:hover {
	text-decoration: none;
	color: #0984E3;
}
.footer-social-share {
	text-align: center;
	margin: 30px;
}
.footer-social-share .social > li {
	display: inline-block;
}
.footer-social-share .social > li > a {
	background-color: transparent;
	border-radius: 50%;
	border: 3px solid #F3F3F3;
	display: block;
	font-size: 30px;
	height: 60px;
	align-content:center;
	padding-top: 10px;
	margin: 10px;
	width: 60px;
}
.footer-social-share .social > li > a,
#Footer .footer_copy .copyright a {
	color: #fff !important;
}
.footer-social-share .social > li > a:hover {
	color: #0984e3 !important;
}
.footer-social-share .social .googleplus > a:hover {
	color: #DC5043 !important;
}
.footer-social-share .social .youtube > a:hover {
	color: #ff0000 !important;
}
.footer-social-share .social .linkedin > a:hover {
	color: #0077B5 !important;
}
.footer-social-share .social .instagram > a:hover {
	color: #D92B70 !important;
}
.footer-contact-info > h4 {
	color: #fff !important;
	font-size: 23px;
	font-weight: 500;
	margin-bottom: 0;
	text-align: center;
}
#Footer .footer_copy {
	background-color: #021F41;
	/*background: linear-gradient(to right, #333333, #222f3e, #333333);*/
	border-top: 0 solid #ddd !important;
	text-align: center;
	font-size: 15px;
}
#Footer .footer_copy .footer-social-share .social {
	float: none;
}
#Footer .footer_copy .copyright {
	float: none !important;
}
#Footer .footer_copy .one {
	margin-bottom: 14px;
	padding-top: 22px;
}
.chairman-message > .story_box {
	padding-left: 0;
}
.chairman-message > .story_box .segment-content .text {
	margin-top: 20px;
}
.chairman-message > .story_box .segment-content .text > p {
	color: #fff;
	font-size: 30px;
	font-weight: 600;
	line-height: 1.4em;
	margin-bottom: 20px;
}
.chairman-message > .story_box .segment-content > .text h4 {
	color: #222;
	font-size: 16px;
	padding-top: 1px;
}
.chairman-message > .story_box .segment-content > .text h4 > strong {
	font-size: 24px;
}

.round-photo img {
	border-radius: 50%;
	height: 300px;
	width: 300px;
}
.round-photo .image_wrapper {
	border: 3px solid #fff;
	border-radius: 50%;
	height: 300px;
	margin: 0 auto;
	padding-top: 0px;
	width: 300px;
}
.story_box .desc_wrapper {
	margin-right: 0px;
}
.segment-content .text > p:last-child {
	margin-bottom: 0;
}
.homo-blog-section.parallax-bg-style.bg-dark:before {
	background-color: transparent !important; 
	content: "";
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 0;
	top: 0;
	left: 0;
}
.parallax-bg-style.bg-dark .wrap.valign-top {
	background-color: transparent !important; 
}

.bg-dark .fancy_heading > .title {
	color: #fff;
}
.bg-dark .fancy_heading > .title:before {
	/* background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.1));
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.1)); */
}
.feature_area .column_icon_box {
	margin-bottom: 0;
	position: relative;
}
.feature_area .column_icon_box:before {
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.0), rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.0));
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.0), rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.0));
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
}
.feature_area .icon_box {
	padding: 0px;
}
.feature_area .icon_box .icon_wrapper:before {
	border: 0px solid;
}
.feature_area .icon_box .icon_wrapper {
	height: auto;
	line-height: normal;
	font-size: 48px;
	margin: 0 auto 10px;
	box-shadow: 0 0 0px 0 rgba(0, 0, 0, 1) inset;
}
.feature_area .column_icon_box:last-child:before {
	width: 0px;
} 
.feature_area .column_icon_box .desc_wrapper > .title {
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;

}
.feature_area .column_icon_box .icon_box .icon_wrapper {
	border: 0 solid;
}
.feature_area .column_icon_box .icon_wrapper {
	background-color: transparent !important;
	border: 0 solid !important;
	color: #C3DFFE;
	text-shadow: 0px 0px 10px #0000;
	transition: 0.3s;
}
.feature_area .icon_box:hover .icon_wrapper, 
.feature_area  .icon_box a:hover .icon_wrapper {
	color: #fff;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.feature_area .icon_box:hover .icon_wrapper:before, 
.feature_area .icon_box a:hover .icon_wrapper:before {
	background-color: transparent !important;
}
.feature_area .icon_box a{
	transition: 0.3s;
}
.feature_area .icon_box a:hover{
	transform: scale(1.1);
}
.grid .post-item {
	margin-bottom: 30px;
}
.grid .post-item .image_frame {
	background-color: #fff;
	border: 0 solid;
	margin-bottom: 0px;
}
.grid .post-desc-wrapper .post-desc {
	padding: 20px 10px;
}
.grid .post-item .post-title > .entry-title {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 1.4em;
	margin-bottom: 12px;
}
.grid .post-item .post-title > .entry-title > a {
	color: #333;
}
.grid .post-item .post-title > .entry-title:hover > a {
	color: #931919;
}
.grid .post-item .post-footer {
	background: transparent none repeat scroll 0 0;
	float: none;
	line-height: initial;
	margin: 0 !important;
	padding: 0px 0 3px;
}
.grid .post-item .post-footer .post-links > .post-more {
	display: block;
	text-transform: capitalize;
}
.grid .post-item .post-footer .post-links {
	border-left-width: 0;
	float: none;
	padding-left: 0;
}
.cat_blog_wrapper > .posts_group {
	margin: 0 -1%;
}

.homo-blog-section .grid .post-item {
	background-color: transparent !important;
	margin-bottom: -10px;
}
.homo-blog-section .grid .post-item .post-title > .entry-title > a,
.homo-blog-section .grid .post-desc-wrapper .post-desc {
	color: #fff;
}
.homo-blog-section .grid .post-item .post-footer .post-links > .post-more  {
	color: #fff;
	border: 1px solid #fff;
	padding: 5px;
	border-radius: 3px;
	text-align: center;
}
.grid .post-item .post-footer .post-links > .post-more:hover,
.homo-blog-section .grid .post-item .post-title > .entry-title:hover > a {
	color: #C8C8C8;
}
.homo-blog-section .grid .post-item .post-footer .post-links > .post-more:hover{
	color: #015195;
	background: #fff;
}
.homo-blog-section .grid .post-item .post-title > .entry-title:hover > a {
	color: #C8C8C8;
	text-decoration: underline;
}
.grid .post-item .image_frame .image_wrapper .image_links {
	bottom: -45px;
	height: 45px;
}
.grid .post-item .image_frame .image_wrapper .image_links a {
	font-size: 20px;
	line-height: 45px;
}

.posts_achievement > .post-item {
	background-color: #f5f5f5 !important;
	text-align: center;
}
.posts_achievement > .post-item .image_frame {
	margin-bottom: 15px;
}
.posts_achievement > .post-item .desc {
	padding: 5px 20px;
}
.posts_achievement > .post-item .desc > .title {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.35em;
	text-transform: capitalize;
	color: #333;
}
.posts_achievement > .post-item .desc > .title:hover > a {
	color: #0984E3;
}
.btn-readmore{
	background-color: transparent;
	border: 1px solid #0984E3;
	color: #0984E3;
}
.btn-readmore:hover{
	background-color: #0984E3;
	color: #fff;
}
.posts_achievement > .post-item .btn-readmore {
	margin: 10px 0 25px;
}

.announcement-item .image_wrapper > .image_links {
	display: none;
}
.announcement-item .image_wrapper {
	margin-bottom: 15px;
}
.announcement-item .desc {
	padding: 0 20px 20px;
}
.announcement-item .desc .entry-title {
	font-size: 17px;
}
.announcement-item .desc .entry-title:hover a {
	color: #B6CADE;
}
.announcement-item .desc dl > dd {
	font-size: 14px;
	margin-left: 0;
}
.announcement-item .desc dl {
	margin-bottom: 0;
}
.image_frame:hover .image_wrapper img {
	top: 0;
}
.announcement-item .desc .desc-wrapper {
	font-size: 14px;
	line-height: 1.5em;
}

.announcements_area .announcement-item > .desc {
	padding: 0;
}
.announcements_area .announcement-item .desc .title {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.3em;
	margin-bottom: 5px;
}
.announcements_area .announcement-item .desc .title > i {
	color: #fff;
	display: inline-block;
	font-size: 20px;
	margin-right: 5px;
	text-shadow: -1px -1px 5px #000;
}
.announcements_area .announcement-item {
	border-bottom: 1px solid #fff;
	padding: 15px 0;
}
.announcements_area .announcement-item .desc .title > a {
	color: inherit;
}
.announcements_area .announcement-item .desc .title:hover > a {
	color: #C8C8C8;
}
.announcements_area .announcement-item .details-wrapper > dl {
	margin-bottom: 0;
}
.announcements_area .announcement-item .details-wrapper > dl > dd {
	border-top: 0 none;
	color: #e4b9c0;
	margin-left: 0;
	padding: 0;
}
.announcements_area .announcement-item:first-child {
	padding-top: 5px;
}

.announcement-item.post-item {
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
}
.announcement-item.post-item > .desc {
	margin-top: 15px;
}
.announcement-item.post-item > .desc .title {
	color: #222;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2em;
	margin-bottom: 20px;
}
.announcement-item.post-item > .desc .title a:hover {
	color: #076f68;
}
.single-info-member {
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: hidden;
	padding-bottom: 15px;
}
.single-info-member > .member-thumb {
	float: left;
	margin-right: 20px;
	width: 150px;
}
.single-info-member > .member-thumb > a {
	display: block;
}
.leadership-member > .member-info ,
.single-info-member > .member-info {
	overflow: hidden;
}
.single-info-member > .member-info > .desc > p > strong {
	display: block;
	float: left;
}
.single-info-member > .member-info > .desc > p > span {
	display: block;
	overflow: hidden;
}
.leadership-member > .member-info strong,
.single-info-member > .member-info strong {
	color: #414141;
	display: inline-block;
	float: left;
	font-weight: 600;
	margin-right: 8px;
}
.leadership-member > .member-info span
.single-info-member > .member-info span {
	overflow: hidden;
	display: block;
}
.leadership-member > .member-info .desc > p,
.single-info-member > .member-info .desc > p {
	line-height: 1.45em;
	margin-bottom: 4px;
}
.single-info-member > .member-info > .head {
	margin-bottom: 25px;
	position: relative;
}
.single-info-member > .member-info > .head h4 {
	color: #333;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.3em;
	margin-bottom: 0;
}
.single-info-member > .member-info > .head > p {
	font-size: 14px;
}
.single-info-member > .member-info > .head:before {
	background-image: -webkit-linear-gradient(left, rgba(117, 8, 9, 0.5), rgba(117, 8, 9, 0));
	background-image: linear-gradient(to right, rgba(117, 8, 9, 0.5), rgba(117, 8, 9, 0));
	bottom: -11px;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100px;
}
.member-main-area > .single-info-member:last-child {
	border-bottom: 0 solid;
	margin-bottom: 0;
	padding-bottom: 0;
}
.leadership-member > .member-thumb {
	border: 10px solid #ddd;
	border-radius: 50%;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	height: 250px;
	margin: 0 auto 25px;
	width: 250px;
}
.leadership-member > .member-thumb > img {
	height: 250px;
	width: 250px;
	border-radius: inherit;
}

.leadership-member > .member-info {
	background-color: #f1f1f1;
	padding: 30px 20px;
}
.leadership-member > .member-info > .head h4 {
	color: #333;
	font-weight: 600;
	margin-bottom: 5px;
	font-size: 18px;
}
.leadership-member > .member-info > .head h5 {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.3em;
}
.name {
	font-size: 15px;
	font-weight: 600;
	margin-top: 38px;
}

.section-calender .calender-item {
	border-bottom: 1px solid #fff;
	padding-bottom: 1px;
	margin-bottom: 2px;
}
.section-calender .calender-item:first-child {
	padding-top: 13px;
}
.section-calender .calender {
	width: 98px;
	height: 99px;
	background-position: 0 0;
	text-align: center;
	line-height: 1.45;
	margin: 0 15px 0 -6px;
	background-image: url(images/spr-saa5420deec.png);
	background-repeat: no-repeat;
	float: left;
}
.section-calender .calender .month {
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
	font-family: Roboto;
	font-weight: 600;
	line-height: 24px;
}
.section-calender .calender .date {
	font-size: 42px;
	font-weight: 600;
	color: #333;
	font-family: arail;
}
.section-calender .calender-content {
	padding: 20px 0;
	color: #fff;
	overflow: hidden;
}
.section-calender .calender-content .title {
	font-size: 18px;
	margin-bottom: 7px;
	line-height: 1.3em;
	font-weight: 600;
}

.uits_video_area {
	background-color: #f2f4f5;
	padding: 70px 30px;
	margin-right: 30px;
}
.video_title_area {
	margin-bottom: 35px;
}
.video_title_area .video-title {
	color: #1f1e23;
	font-weight: 600;
	letter-spacing: 0.05em;
	margin-bottom: 0;
	overflow: hidden;
	margin-top: 3px;
}
.video_title_area > .icon {
	background-color: #FF2A30;
	border-radius: 6px;
	color: #fff;
	display: inline-block;
	float: left;
	font-size: 28px;
	height: 60px;
	line-height: 60px;
	margin-right: 15px;
	text-align: center;
	width: 50px;
}
.uits_video_area .uits_video > iframe {
	height: 220px;
}

.uits_video_area .video_info h4 {
	color: #1f1e23;
	font-size: 15px;
	font-weight: 500;
	margin: 5px 0 20px;
	text-align: center;
}
.uits_video_area .video_info .button_theme.button_js {
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	margin: 0;
	padding: 0 25px;
}
.uits_video_area .video_info .button_theme.button_js:hover {
	background-color: #222;
}

#finder-wrapper select:focus{
	background-color: rgba(255, 255, 255, 1) !important;
	border-color: #ccc !important;
	color: #444 !important;
}
select{
	-webkit-appearance:none !important;
	-moz-appearance:none !important;
	background-color:#fafafa;
	border-radius:0;
	border-style:solid;
	border-width:1px;
	border-color:#ccc;
	color:rgba(0,0,0,.75);
	font-family:inherit;
	font-size:.875rem;
	line-height:normal;
	padding:.5rem;
	border-radius:0;
	height:2.3125rem
}
select::-ms-expand{
	display:none
}
select.radius{
	border-radius:3px
}
select:focus{
	background-color:#f3f3f3;
	border-color:#999
}
select:disabled{
	background-color:#ddd;
	cursor:default
}
select[multiple]{
	height:auto
}
.hide {
	display: none;
}
.finder-wrapper {
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 1px 1px 3px #737373;
	right: -400px;
	margin-top: 5px;
	max-height: 400px;
	max-width: 320px;
	min-height: 80px;
	padding: 20px;
	position: fixed;
	top: 28%;
	width: 100%;
	z-index: 999;
	transition: ease-in 0.3s;
	opacity: 0.5;
}
.finder-wrapper.active-finder {
	display: block;
	right: 0;
	opacity: 1;
}
.finder-wrapper .close-finder{
	width:auto;
	top:2px;
	right:6px;
	bottom:auto;
	left:auto;
	position:absolute;
	font-size:1.625rem;
	line-height:1
}
.finder-wrapper label {
	color: #333;
	display: block;
	font-size: 1.05rem;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 7px;
	text-transform: uppercase;
}
.finder-wrapper label.programs-label{
	display:none
}
.finder-wrapper select {
	color: #444;
	font-size: 0.9rem;
	width: 100%;
}
.finder-content a{
	display:block
}
.finder-content .links{
	display:none
}
.finder-content .links a{
	margin-left:-20px;
	margin-right:-20px;
	padding:4px 20px;
	font-size:1rem;
	line-height:1.0625rem
}
.finder-content .links a:before{
	font-family:FontAwesome;
	content:'\f0a9';
	padding-right:5px
}

.top-bar ul {
	list-style: none;
	float:right;
	padding-right:7px;
	padding-left:7px;
	background-color: #9bc4e2;
	border-radius: 5px;
	margin-top: 10px;
	padding-bottom: 5px;
	border-bottom-right-radius: 0;

}
#top-header-menu li {
	display: inline;
	padding: 10px;
	background-color: #9bc4e2;
}

#top-header-menu li:hover {
	background-color: #92a8D1;
	border-width: 3px;
	color: #fff;
}

.top-bar {
	line-height: 25px;
	height: 15px;
	background-color: #9bc4e2;;

}

.top-bar a {
	color: #234168;
	font-size: 11px;
	font-weight: 400;

	text-transform:uppercase;
	text-height: 10px;
}
.top-bar a:hover {
	color: #234168;
}

.dropdown {
	position: relative;
	display: inline-block;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f1f1f1;
	min-width: 150px;
	border-radius: 5px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
	text-align: left;
	line-height: 12px;
}

.dropdown-content a {
	color: black;
	padding: 7px 7px 7px 7px;
	text-decoration: none;
	display: block;
	text-align: left;
}

.dropdown-content a:hover {
	background-color: #ddd;

}
.dropdown:hover .dropdown-content {
	display: block;
}

#ssb-container {
	z-index: 9999 !important; 
	border-radius: 5px;
	color: #234168;
	font-size: 11px;
	font-weight: 600;
	background-color: rgba(195, 222, 254, 0.78);
}

#ssb-container:hover {
	z-index: 9999 !important; 
	border-radius: 5px;
	background-color: rgba(195, 222, 254, 0.78);
	color: #234168;
}

.special_news {
	padding-top: 30px;
	padding-left: 20px;
	border-radius: 15px;
	background-color: #add8e6;
	border-color:#227AEE;
}

.special_news img {
	border-radius: 15px;
}

.special_section {
	border-radius: 15px;
	border-color:#227AEE;
}

.wpcf7 input[type="submit"] {
	padding: 12px 20px;
	border-top: solid 1px #d2d2d2;
	border-left: solid 1px #c3c3c3;
	border-right: solid 1px #c3c3c3;
	border-bottom: solid 1px #9f9f9f;
	background: #ffffff;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dfdfdf), color-stop(1, #ffffff));
	background: -ms-linear-gradient(bottom, #dfdfdf, #ffffff);
	background: -moz-linear-gradient(center bottom, #dfdfdf 0%, #ffffff 100%);
	background: -o-linear-gradient(#ffffff, #dfdfdf);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.125), inset 0 1px 0 rgba(255, 255, 255, 0.5);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.125), inset 0 1px 0 rgba(255, 255, 255, 0.5);
	box-shadow: 0 1px 1px rgba(0,0,0,0.125), inset 0 1px 0 rgba(255, 255, 255, 0.5);
	text-decoration: none;
	cursor: pointer;
	-webkit-appearance: button;
	line-height: 1;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
	width: 100%;
}

.wpcf7 textarea {
	height: 85px;
}

#lcp_instance_0 {
	margin-left: 30px !important;
}