/* 
font-family: 'Montserrat', sans-serif;
font-family: 'Lato', sans-serif; 
font-family: 'Poppins', sans-serif;
*/
body{
	margin:0;
	padding:0;
	font-size: 13px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	color:#888888;
	background: #F0F3F3;
}
p{
	font-size: 13px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	color:#888888;
}
.rs_site_wraper{
	margin:0;
	padding:0;
	display: block;
	overflow: hidden;
}
img{
	display: block;
	margin:0;
	padding:0;
	border:0 none;
	max-width: 100%;
}
.white_round_box {
	background: #fff;
	padding: 40px;
	box-sizing: border-box;
	box-shadow: 0 0 5px rgba(0,0,0,.05);
	border-radius: 15px;
}
.btn_black {
	background: #000;
	color: #fff;
	transition: all .5s;
}
.btn_black:hover{
	background: #fff;
	color:#888;
}
.header_section {
	background: #fbfbfb;
	box-shadow: 0px 1px 6px rgba(0,0,0,.1);
	position: relative;
}
.header_top{
	margin:0;
	padding:14px 0;

}
.header_top .logo2,
.header_top .logo {
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	text-decoration: none;
}
.header_top .logo2 img,
.header_top .logo img {
	max-width: 260px;
	height: auto;
}
.header_top .logo2 {
	margin-left: 40px;
	margin-top: 21px;
}
.header_top .logo2 img{}
.header_top .social_top {
	float: left;
	margin: 40px 0;
	padding: 0;
	display: block;
}
.header_top .social_top span {
	display: block;
	float: left;
	margin: 6px 7px 0 0;
	padding: 0;
	font-size: 13px;
	font-weight: 600;
}
.header_top .social_top div {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}
.header_top .social_top div a {
	display: block;
	float: left;
	margin: 0 3px;
	padding: 0;
	color: #888888;
	font-size: 21px;
	width: 33px;
	height: 33px;
	border: 1px solid #888888;
	text-align: center;
	border-radius: 50%;
	text-decoration: none;
	transition: all .5s;
}
.header_top .social_top div a i{}
.header_top .social_top div a:hover{
	color:#fff;
	border-color:#00D8D7;
	background: #00D8D7;
}
.header_section .search_box {
	display: block;
	float: left;
	margin-left: 20px;
	margin-top: 39px;
}
.header_section .search_box form {
	position: relative;
	margin: 0;
	padding: 0;
	display: block;
}
.header_section .search_box i {
	position: absolute;
	left: 20px;
	top: 9px;
	font-size: 16px;
	color: #888;
	opacity: .8;
}
.header_section .search_box .form-control {
	width: 280px;
	height: 36px;
	border: 1px solid #888;
	border-radius: 30px;
	padding-left: 50px;
	font-size: 14px;
	color: #888;
}
.main_menu_section,
#sticky-wrapper{
	position: absolute;
	top: 100%;
	z-index: 1000;
	left: 0;
	right: 0;
}
#sticky-wrapper .main_menu_section {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
}
.main_menu_section .navbar {
	background: linear-gradient(90deg,#00C8E0,#023DC3) !important;
	color: #fff;
	border-radius: 0 0 20px 20px;
	box-shadow: 0px 6px 9px rgba(0,0,0,.2);
	margin-bottom: 13px;
}
#main_menu_wraper{}
#main_menu_wraper .dropdown-toggle:after{
	display: none;
}
.rs_megamenu {
	position: absolute;
	left: 0;
	right: 0;
	background: #fff;
	border-radius: 16px;
	top: 100%;
	color: #000;
	padding: 0 80px;
	box-shadow: 0 4px 5px rgba(0,0,0,.2);
	display: none;
}
.rs_megamenu .mm_top_section {
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 30px 10px 0 10px;
}
.rs_megamenu .mm_top_section h2 {
	float: left;
	margin: 0;
	padding: 0;
	font-size: 24px;
	color: #000000;
	font-weight: 400;
}
.rs_megamenu .mm_top_section a {
	float: right;
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: 500;
	color: #000;
	cursor: pointer;
	text-decoration: none;
	border: 1px solid #888;
	padding: 5px 19px;
	border-radius: 50px;
	transition: all .5s;
}
.rs_megamenu .mm_top_section a:hover{
	background: #888;
	color:#fff;
}
.rs_megamenu .gm_single_box {
	display: block;
	margin: 0;
	padding:20px 0;
}
.rs_megamenu .gm_single_box .gm_title {
	font-size: 14px;
	line-height: 28px;
	margin: 0 0 5px 0;
	font-weight: 600;
}
.rs_megamenu .gm_single_box p {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: 400;
	color: #000;
	line-height: 21px;
}
.theme_changer {
	margin-top: 50px;
}
.theme_changer a {
	display: block;
	margin: 0;
	font-size: 17px;
	color: #333;
	padding: 7px 0;
	overflow: hidden;
	text-decoration: none;
	position: relative;
}

.theme_changer a:hover{}
.theme_changer a:before {
	width: 25px;
	height: 25px;
	content: "";
	border: 1px solid #ccc;
	display: block;
	float: left;
	border-radius: 20px;
	margin-right: 12px;
	margin-top: 1px;
}
.theme_changer a:after {
	width: 14px;
	height: 14px;
	content: "";
	border: 0;
	display: block;
	float: none;
	border-radius: 20px;
	position: absolute;
	left: 6px;
	top: 13px;
	background: #ccc;
}
.theme_changer a.active:after{
	background: green;
}
.rs_megamenu .more {
	color: #555;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
}
.rs_megamenu .switch{
	margin-top: 20px;
}

.text_size_controller {
	display: block;
	text-align: right;
	margin: 15px 0 0 0;
	padding: 0;
	box-sizing: border-box;
}
.text_size_controller a {
	display: inline-block;
	margin: 5px 5px;
	border: 2px solid #ccc;
	box-sizing: border-box;
	width: 80px;
	height: 45px;
	border-radius: 50px;
	font-size: 16px;
	color: #555;
	font-weight: 600;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	transition: all .5s;
	overflow: hidden;
}
.text_size_controller a:hover{
	box-shadow: 0 0 9px rgba(0,0,0,.1);
}
.text_size_controller .inc{
	font-size: 23px;
}
.text_size_controller .dec{}
.main_menu {
	padding-left: 17px;
}
.main_menu a{
	font-size: 16px;
	color: #fff !important;
	font-family: Montserrat !important;
	font-weight: 500 !important;
	display: block;
}
.main_menu  li {
	position: relative;
	margin: 0;
	padding: 0;
}
.main_menu > li > a {
	padding: 10px 10px !important;
	margin: 0 !important;
}
html:lang(ar) .main_menu > li > a {
	padding: 10px 8px !important;
}
.main_menu > li.active > a {
	font-weight: 700 !important;
}
.main_menu>li:hover > a{}
.main_menu>li a i{}
.main_menu > li ul {
	position: absolute;
	top: 50%;
	left: 0;
	list-style: none;
	margin: 0;
	padding: 15px 0;
	background: #fff;
	display: block;
	border-radius: 0 0 15px 15px;
	opacity: 0;
	visibility: hidden;
	transition: all .5s;
	z-index: -1;
	min-width: 200px;
}
.main_menu>li:hover>ul{
	opacity: 1;
	visibility: visible;
	top: 100%;
	
}
.main_menu > li ul li {
	display: block;
	margin: 0;
	padding: 0;
}
.main_menu > li ul li a {
	display: block;
	text-decoration: none;
	padding: 7px 20px;
	white-space: nowrap;
	font-size: 14px;
	color:#023DC3 !important;
}
.main_menu>li ul li a:hover{
	color: #00C6E0  !important;
}
.main_menu_section .icon_befor_lng {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	display: block;
	width: 35px;
	height: 35px;
	background: linear-gradient(90deg,#0182DA,#0182DA) #0182DA;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	font-size: 15px;
	line-height: 32px;
	cursor: pointer;
	cursor: pointer;
}
.main_menu_section .icon_befor_lng i{}
.main_menu_section .lng_dropdown {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}
.main_menu_section .lng_dropdown .dropdown-toggle {
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 500;
	background: transparent;
	border: 1px solid #fff;
	padding: 6px 30px;
	border-radius: 50px;
	cursor: pointer;
	margin: 0 14px 0 0;
}
.main_menu_section .lng_dropdown .dropdown-menu{}
.main_menu_section .lng_dropdown .dropdown-menu a{}
.main_menu_section .lng_dropdown .dropdown-menu a:hover{}
.banner_section {
	display: block;
	background-image: url('../images/banner.png');
	background-color: #dcecf4;
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
	padding: 0;
	margin: 0;
}

.banner_section .banner_text {
	display: block;
	margin: 0;
	text-align: center;
	padding: 160px 0 135px 0;
}
.b-lg .banner_text {
	padding: 170px 0 320px 0;
}
.banner_section .banner_text h5 {
	font-size: 15px;
	color: #0E1D61;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin: 0;
	padding: 0;
}
.banner_section .banner_text h2 {
	margin: 0;
	padding: 0;
	font-size: 60px;
	font-weight: 700;
	color: #0E1D61;
	line-height: 80px;
	margin-top: 2px;
}
.banner_section .banner_text p {
	font-size: 18px;
	color: #0e1d61;
	font-weight: 400;
	line-height: 25px;
	margin: 0;
	clear: both;
	float: none;
}
.banner_section .banner_text .dl_btns {
	display: inline-block;
	margin: 40px auto 0 auto;
	overflow: hidden;
}
.banner_section .banner_text .dl_btns a {
	float: left;
	text-decoration: none;
	display: block;
	margin: 17px 0 0 0;
	padding: 0;
}
.banner_section .banner_text .dl_btns a img{
	transition:all .5s;
}
.banner_section .banner_text .dl_btns a:hover img{
	background: #fff;
	border-radius: 6px;
}
.banner_section .banner_text .dl_btns a + a {
	margin-left: 15px;
}
.slider_main_section{}
.slider_main{}
.light_home_slider .rs_slider_next,
.slider_main .rs_slider_next,
.light_home_slider .rs_slider_prev,
.slider_main .rs_slider_prev {
	position: absolute;
	left: 80px;
	margin: 0;
	top: 50%;
	z-index: 100;
	color: #fff;
	font-size: 50px;
	background: transparent;
	line-height: 65px;
	padding: 0;
	width: auto;
	height: auto;
	cursor: pointer;
	margin-top: -35px;
}
.light_home_slider .rs_slider_next,
.slider_main .rs_slider_next{
	left:auto;
	right: 80px;
}
.slider_main .single_slide {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.slider_main .single_slide_content {
	margin: 0;
	padding: 180px 0;
}
.slider_main .single_slide_content img{}
.slider_main .single_slide_content .btn {
	border-radius: 50px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 11px 35px;
	margin-top: 55px;
}

.rs_feature {
	position: relative;
	margin-top: -40px;
	z-index: 99;
	top:0;
}
.rs_feature .row{
	margin:0;
	padding:0;
}
.rs_feature .row>div{
	margin:0;
	padding:0;
}

.rs_feature .rs_feature_single {
	background: #060835;
	display: block;
	padding: 30px 40px;
	color: #fff;
	text-decoration: none;
	margin: 0;
}
.rs_feature .rs_feature_single.dark_blue{
	background: #104794;
}
.rs_feature .rs_feature_single.sky_blue{
	background: #00B4DC;
}
.rs_feature .rs_feature_single.light_blue{
	background: #23E3E5;
}

.rs_feature .rs_feature_single img {
	height: 45px;
	width: auto;
	margin-bottom: 15px;
}
.rs_feature .rs_feature_single h2 {
	color: #23E3E5;
	font-size: 28px;
	font-weight: 400;
	margin: 0;
	padding: 0;
	font-family: 'Poppins';
	line-height: 33px;
	margin-bottom: 33px;
	transition: all .5s;
}

.rs_feature .rs_feature_single.light_blue h2,
.rs_feature .rs_feature_single.sky_blue h2{
	color:#104794;
	transition: all .5s;
}

.rs_feature .rs_feature_single:hover h2{
	color:#fff !important;
}
.rs_feature .rs_feature_single p {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	font-family: Poppins;
	line-height: 21px;
	margin: 0;
	padding: 0;
	transition: all .5s;
}
.rs_feature .rs_feature_single:hover p{
	color:#23E3E5;
}
.rs_feature .rs_feature_single.light_blue:hover p,
.rs_feature .rs_feature_single.sky_blue:hover p{
	color:#104794;
}
.news_section {
	background: #F0F3F3;
	padding: 40px 0 0 0;
	margin: 0;
}
.section_title {
	display: block;
	overflow: hidden;
	position: relative;
	margin-bottom: 15px;
}
.section_title:after {
	position: absolute;
	width: 100%;
	height: 2px;
	content: "";
	background: #DADDDE;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
}
.section_title span {
	display: block;
	float: left;
	color: #26349d;
	font-weight: 500;
	font-size: 34px;
	line-height: 40px;
	background: #F0F3F3;
	position: relative;
	z-index: 2;
	padding-right: 31px;
}
.section_title a {
	display: block;
	text-decoration: none;
	color: #888;
	font-size: 14px;
	float: right;
	background: #F0F3F3;
	padding: 15px 44px;
	position: relative;
	z-index: 2;
}
.section_title a i{}
.news_section .news_row{}
.news_section .single_news_item {
	display: block;
	margin: 15px 0;
	text-decoration: none;
	background: #FFFFFF;
	padding: 0 0 35px 0;
	box-sizing: border-box;
	box-shadow: 0 0 5px rgba(0,0,0,.1);
	transition: all .5s
}
.news_section .single_news_item:hover {
	
	box-shadow: 0 0 8px rgba(0,0,0,.5);
}
.news_section .single_news_item img {
	width: 100% !important;
	height: auto !important;
	margin-bottom: 25px;
}
.news_section .single_news_item .cats_list {
	font-size: 12px;
	text-transform: uppercase;
	color: #23e3e5;
	font-weight: 400;
	padding: 0 20px;
	letter-spacing: 2px;
}
.news_section .single_news_item .cats_list span{}
.news_section .single_news_item .cats_list span+span{
	margin-left:5px;
}
.news_section .single_news_item h2 {
	font-size: 19px;
	font-weight: 600;
	color: #104794;
	line-height: 25px;
	padding: 0 20px;
	margin: 8px 0 16px 0;
}
.news_section .single_news_item p {
	font-weight: 500;
	font-size: 13px;
	color: #888888;
	padding: 0 20px;
	margin: 0;
}
.news_section .single_news_item .more {
	display: block;
	padding: 0 20px;
	margin-top: 20px;
	text-transform: uppercase;
	font-weight: 500;
	color: #104794;
}
.status_section{}
.status_section .status_inner {
	background: #fff;
	margin: 15px 0 20px 0;
	padding: 0 40px 25px 40px;
	box-sizing: border-box;
	border-radius: 15px;
	box-shadow: 0 0 8px rgba(0,0,0,.05);
}
.status_section .single_status{
	text-align:center;
	margin-top:25px;
}
.status_section .single_status h2 {
	display: block;
	margin: 5px 0 38px 0;
	padding: 0;
	font-size: 15px;
	font-weight: 500;
	color: #232323;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
}
.status_section .single_status img {
	margin: 0 auto;
}
.status_section .single_status.weather div {
	display: block;
	overflow: hidden;
	margin: 75px 0 0 0;
	padding: 0;
	text-align: left;
}
.status_section .single_status.weather img {
	float: left;
	margin: 0 15px 0 0;
}
.status_section .single_status.weather p {
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
	color: #aaaeb3;
	font-size: 14px;
	font-weight: 500;
}
.status_section .single_status.weather p strong {
	color: #393c40;
	font-size: 48px;
	font-weight: 600;
	float: left;
}
.status_section .single_status.weather p strong sup {
	left: 0;
	font-size: 53%;
	top: -24px;
}
.status_section .single_status.weather p span {
	font-size: 14px;
	color: #393c40;
	font-weight: 600;
	display: block;
	float: left;
	margin-top: 29px;
	margin-left: 7px;
}
.status_section .single_status ul {
	list-style: none;
	margin: 69px 0 0 0;
	padding: 0;
	display: block;
	overflow: hidden;
}
.status_section .single_status ul li {
	margin: 0;
	padding: 0;
	overflow: hidden;
	text-align: right;
	font-size: 14px;
	font-weight: 600;
	color: #aaaeb3;
}
.status_section .single_status ul li + li {
	margin-top: 15px;
}

.status_section .single_status ul li span {
	float: left;
	color: #393c40;
}
.status_section .single_status .grap_text {
	text-align: left;
	margin: 56px 0 0 0;
	padding: 0;
}
.status_section .single_status .grap_text h3 {
	font-size: 36px;
	color: #2c2e31;
	font-weight: 500;
	margin: 0;
	padding: 0;
	position: relative;
	padding-right: 40px;
	display: inline-block;
}
.status_section .single_status .grap_text h3 img {
	position: absolute;
	right: 0;
	top: 8px;
}
.status_section .single_status .grap_text p {
	display: block;
	margin: 0;
	padding: 0;
	color: #aaaeb3;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 14px;
	margin-top: 6px;
	font-weight: 400;
}

.support_section {
	display: block;
	margin: 30px 0 0 0;
	padding: 35px 0;
	background: #fff;
}
.support_section .single_support {
	display: block;
	margin: 20px 0;
	box-sizing: border-box;
	text-decoration: none;
}
.support_section .single_support div {
	display: block;
	overflow: hidden;
	margin: 0 0 9px 0;
	padding: 0;
}
.support_section .single_support div img {
	float: left;
	margin: 0;
	padding: 0;
	height: 50px;
	margin-right: 20px;
}

.support_section .single_support div h2 {
	display: block;
	font-size: 18px;
	color: #26349d;
	line-height: 23px;
	font-weight: 500;
	margin-top: 5px;
	transition: all .5s;
	overflow: hidden;
}

.support_section .single_support p {
	font-size: 14px;
	font-weight: 400;
	color: #888;
	margin: 0;
	padding: 0;
	display: block;
	transition: all .5s;
}
.support_section .single_support:hover  h3,
.support_section .single_support:hover p,
.support_section .single_support:hover div h2 {
	color: #00D8D7;
}
.support_section .single_support h3 {
	color: #26349d;
	font-weight: 600;
	font-size: 26px;
	margin: 0;
	padding: 0;
	line-height: 31px;
	padding-left: 73px;
}
.calltoaction {
	display: block;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: #025FCE -webkit-linear-gradient(left, #025FCE, #00D8D7);
	background: #025FCE -o-linear-gradient(left, #025FCE, #00D8D7);
	background: #025FCE linear-gradient(to right, #025FCE, #00D8D7);
	margin: 0;
	padding: 20px 0;
	text-decoration: none;
	transition: all 1s;	
}
.calltoaction:hover{
	text-decoration: none;
	color: #00D8D7;
}
.calltoaction:hover p{
	color: #00D8D7;
}
.calltoaction p {
	margin: 0;
	padding: 0;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
	font-family: Lato;
	letter-spacing: 5px;
	line-height: 24px;
}

.footer_section {
	margin: 0;
	padding: 25px 0 0 0;
	background: #F4F4F4;
}
.footer_section .footer_widget{}
.footer_section .footer_widget .logo {
	display: block;
	margin-top: 40px;
	text-decoration: none;

}
.footer_section .footer_widget .logo img{
	margin:0;
	padding:0;
}
.footer_section .footer_widget h2 {
	margin: 25px 0 8px 0;
	padding: 0;
	color: #0e1d61;
	font-size: 17px;
	font-weight: 600;
}
.footer_section .footer_widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
.footer_section .footer_widget ul li {
	margin: 0;
	padding: 0;
}
.footer_section .footer_widget ul li a {
	display: block;
	font-size: 14px;
	color: #6a6a6a;
	font-weight: 400;
	line-height: 22px;
	text-decoration: none;
	transition: all .5s;
	padding: 2px 0;
}
.footer_section .footer_widget ul li+li a{}
.footer_section .footer_widget ul li a:hover{
	color:#060835;
}
.footer_social {
	display: inline-block;
	margin: 20px 0;
	padding: 11px 30px;
	background: #fff;
	overflow: hidden;
	border-radius: 40px;
	text-align: center;
}
.footer_social span {
	display: block;
	float: left;
	font-family: Lato;
	color: #b2b2b2;
	font-size: 14px;
	font-weight: 600;
	margin: 3px 15px 0 0;
	padding: 0;
}
.footer_social div {
	display: block;
	float: left;
}
.footer_social div a {
	display: block;
	float: left;
	margin: 0 10px;
	padding: 0;
	font-size: 24px;
	color:#00D8D7;
	line-height: 26px;
	transition: all .5s;
}
.footer_social div a:hover{
	color:#0262CF;
}
.footer_social div a i{}

.copyright {
	display: block;
	background: #FFFFFF;
	margin: 0;
	overflow: hidden;
	padding: 20px 0;
}
.copyright p {
	margin: 4px 0;
	padding: 0;
	display: block;
	font-size: 16px;
	color: #a1a1a1;
	font-weight: 400;
	font-family: Lato;
}

/* about us page */
.about_us {
	display: block;
	margin: 0;
	padding: 0;
}
.about_us_inner {
	display: block;
	margin: -35px 0 30px 0;
	position: relative;
	z-index: 100;
	background: #fff;
	padding: 40px;
	border-radius: 15px;
	box-sizing: border-box;
	box-shadow: 0 0 5px rgba(0,0,0,.1);
}
.about_us_inner .about_box{
	margin:10px 0 35px 0;
}
.about_us_inner .about_box h2{
	color:#025FCE;
	font-size: 36px;
	font-weight: 500;
	line-height: 40px;
	margin: 0 0 50px 0;
}
.about_us_inner .about_box p {
	font-size: 18px;
	font-weight: 400;
	font-family: Lato;
	color: #7b7b7b;
	line-height: 24px;
	margin: 10px 0 0 0;
	padding: 0;
}
.about_us_inner .about_box ul{
	margin: 0;
	padding: 0;
	display: block;
	list-style: inside;
}
.about_us_inner .about_box ul li{
	font-size: 18px;
	font-weight: 400;
	font-family: Lato;
	color: #7b7b7b;
	line-height: 24px;
	margin: 0;
	padding: 0;
}
.about_us_inner .about_box ul li+li{}

.title_gradient{
	color:#025FCE;
}
.services_banner{
	background-position: bottom center;
}
.services_banner .banner_text {
	padding: 140px 0;
}
.services_section {
	display: block;
	margin: -40px 0 0 0;
	padding: 0;
	position: relative;
	z-index: 10;
}
.services_group {
	display: block;
	background: #fff;
	padding: 61px 30px 10px 30px;
	margin: 0;
	border-radius: 12px;
	box-sizing: border-box;
	box-shadow: 0 0 6px rgba(0,0,0,.05);
	-webkit-box-shadow: 0 0 6px rgba(0,0,0,.05);
	position: relative;
}
.services_group:after {
	content: "";
	position: absolute;
	left: 25%;
	background: #d5d5d5;
	height: 50%;
	width: 1px;
	top: 0;
	max-height: 230px;
	margin: auto auto auto 15px;
	bottom: 0;
	z-index: 2;
}
.services_group+.services_group{
	margin-top:20px;
}
.service_icon_title {
	display: block;
	overflow: hidden;
}
.service_icon_title img {
	max-width: 65px;
	float: left;
	margin: 0 22px 0 0;
	padding: 0;
}
.service_icon_title h2 {
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
	font-size: 25px;
	font-weight: 600;
	line-height: 31px;
}
.services_group .service_item {
	display: inline-block;
	margin: 0 auto 50px auto;
	width: 210px;
	max-width: 100%;
	color: #104794;
	text-decoration: none;
}

.services_group .service_item h3 {
	font-size: 26px;
	font-weight: 400;
	font-family: Poppins;
	line-height: 30px;
	color: #104794;
	margin: 0 0 10px 0;
	padding: 0;
	transition: all .5s;
}
.services_group .service_item:hover h3 {
	color:#00C6E0;
}
.services_group .service_item p {
	color: #6e6e6e;
	font-weight: 400;
	font-size: 14px;
	margin: 0;
}
.title {
	font-size: 36px;
	font-weight: 600;
	line-height: 39px;
}
.subtitle{}

/* contact us */
.contact_us_banner{}
.contact_us_banner .banner_text {
	padding-top: 170px;
	padding-bottom: 170px;
}

.d_ib{
	display: inline-block !important;
}
.mb_0{
	margin-bottom: 0 !important;
}
.contact_us_section{}
.contact_us_section .contact_us_box {
	display: block;
	margin: 0;
	padding: 0;
	background: #fff;
	padding: 25px 52px;
	border-radius: 10px;
	position: relative;
	margin-top: -30px;
	box-shadow: 0 0 5px rgba(0,0,0,.05);
}
.contact_us_section .rs_gmp,
.contact_us_section #map{
	display: block;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	height: 430px;
	margin-bottom: 65px;
	margin-bottom: 65px;
	margin-right: -26px;
	margin-left: -26px;
}
.map_lgh,
#map.map_lgh{
	height: 789px;
}
.contact_us_section .contact_title {
	margin-bottom: 30px;
}
.contact_us_section .rs_location_box .contact_title {
	display: inline-block;
	margin: 0 0 10px 0;
}
.contact_us_section .contact_title h2 {
	margin-bottom: 25px;
	font-size: 28px;
	line-height: 32px;
	font-weight: 600;
}
.contact_us_section .contact_title p {
	font-size: 16px;
	font-weight: 600;
	font-family: Lato;
	line-height: 22px;
	color: #999999;
	margin: 0;
}
.contact_us_section .contact_info {
	display: block;
	margin: 0 0 80px 0;
	padding: 0;
}
.contact_us_section .rs_location_box .contact_info {
	margin: 0 0 40px 0;
}
.contact_us_section .contact_info h3{
	color: #222;
	font-size: 15px;
	font-weight: 600;
	margin: 0 0 3px 0;
	padding: 0;
}
.contact_us_section .contact_info p {
	margin: 0 0 20px 0;
	color: #9b9b9b;
	font-size: 13px;
	font-weight: 600;
	line-height: 22px;
}
.contact_us_section .contact_info p a{
	color:#9b9b9b;
}
.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #666666;
	opacity: 1;
	font-weight: 600;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
	color: #666666;
	opacity: 1;
	font-weight: 600;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
	color: #666666;
	opacity: 1;
	font-weight: 600;
}
.form-control:-moz-placeholder { /* Firefox 18- */
	color: #666666;
	opacity: 1;
	font-weight: 600;
}
.contact_us_section .chosen-container-single .chosen-single {
	position: relative;
	display: block;
	overflow: hidden;
	height: auto;
	border: 1px solid #888;
	border-radius: 40px;
	background: transparent;
	box-shadow: none;
	color: #888888 !important;
	white-space: nowrap;
	line-height: 24px;
	font-size: 15px;
	font-weight: 500;
	padding: 5px 25px;
}
.contact_us_section .chosen-container-single .chosen-single div {
	position: absolute;
	top: 0;
	right: 16px;
	display: block;
	width: 20px;
	height: 100%;
}

.contact_us_section  .chosen-container-single .chosen-single div b {
	display: block;
	width: 100%;
	height: 100%;
	background-image: url('../images/down-arrow.png') !important;
	background-size: 15px auto;
	background-repeat: no-repeat;
	background-position: center center;
}
.contact_us_section .chosen-container-single .chosen-drop {
	border-radius: 9px;
	background: #fff;
	padding: 4px;
	font-size: 14px;
}
.contact_us_section .chosen-container .chosen-results li {
	padding: 10px 9px;
	line-height: 18px;
}
.rs_chosen_group {
	margin-bottom: 25px;
	width: 299px;
	max-width: 100%;
}

.contact_us_section .form-control {
	font-size: 14px;
	color: #666666;
	font-weight: 600;
	border-top: 0;
	border-radius: 0;
	border-radius: 0;
	border-left: 0;
	border-bottom: 1px solid #dfdfdf;
	padding-left: 0;
	height: 50px;
	margin-bottom: 30px;
	border-right: 0;
	outline: none !important;
	box-shadow: none;
	opacity: 1;
	font-family: 'Montserrat', sans-serif;
}
.contact_us_section textarea.form-control{
	height: 130px;
}
.contact_us_section select.form-control {
	border: 1px solid #888888;
	padding: 0 20px;
	border-radius: 40px;
	background: transparent;
	height: 36px;
	margin-bottom: 0;
}
.contact_us_section .btn_black {
	float: right;
	border-radius: 40px;
	font-weight: 500;
	padding: 9px 30px;
}
.contact_us_section .btn_black:hover{
	background: #0251C7;
	color:#fff;
}
/*portal section*/
.portal_section{
	margin:0;
	padding:0;
}
.portal_box {
	position: relative;
	margin-top: -40px;
	padding-bottom: 79px;
}
.portal_box .title {
	font-size: 36px;
	font-weight: 600;
	line-height: 39px;
	margin: 12px 0 35px 0;
}
.portal_box .portal_item {
	display: block;
	margin: 21px 0;
	padding: 0;
	text-decoration: none;
	overflow: hidden;
}
.portal_box .portal_item .icon {
	float: left;
	margin-right: 40px;
	max-width: 45px;
	display: block;
	border: 0;
	margin-top: 22px;
}
.portal_box .portal_item .portal_item_text {
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.portal_box .portal_item .portal_item_text .date {
	display: block;
	font-size: 16px;
	color: #0098e1;
	font-weight: 500;
}
.portal_box .portal_item .portal_item_text p {
	margin: 1px 0 0 0;
	padding: 0;
	display: block;
	font-size: 16px;
	font-weight: 500;
	color: #888;
	line-height: 22px;
	transition: all .5s;
}
.portal_box .portal_item:hover .portal_item_text p{
	color:#26349d;
}
/* Default Page */
.default_page{}
.default_page .page_contents {
	position: relative;
	margin-top: -40px;
}
.default_page p {
	color: #7b7b7b;
	font-family: Lato;
	font-weight: 400;
	font-size: 18px;
	line-height: 27px;
	margin-bottom: 30px;
}
.default_page img + p {
	margin-top:10px;
}
.default_page p+p{}
.default_page h5 {
	font-weight: 500;
	font-size: 20px;
	color: #0e1d61;
	margin: 0 0 5px 0;
	padding: 0;
}
.default_page h3 {
	font-size: 19px;
	color: #29359f;
	font-weight: 500;
	margin: 0;
}

.img_round {
	border-radius: 15px;
	border: 0 none;
	overflow: hidden;
	display: block;
}
.t_500{
	font-weight: 500 !important;
}
.t_600{
	font-weight: 600 !important;
}
.t_bold{
	font-weight: 700 !important;
}
.pl_30{margin-left: 30px;}
.pl_70{margin-left: 70px;}
.mb_50{margin-bottom: 50px;}
.mb_70{margin-bottom: 70px;}
body .mb_40{margin-bottom: 40px;}
body .mb_35{margin-bottom: 25px;}
.mb_60{margin-bottom: 60px;}
.mt_100{margin-top: 100px;}
.mt_70{margin-top: 70px;}
body .mt_25{margin-top: 25px;}
body .mt_30{margin-top: 30px;}
.mt_10{margin-top: 10px;}
.mt_20{margin-top: 20px;}
.default_page h3.mt_50,
.mt_50{margin-top: 50px;}
.rs_row_5 {
	margin: 0 -15px;
	padding: 0;
	box-sizing: border-box;
	display: block;
	overflow: hidden;
}
.default_page .subtitle {
	font-size: 12px;
	font-weight: 600;
	color: #a1a1a1;
	text-transform: uppercase;
	margin: 46px 0 14px 0;
	letter-spacing: 3px;
}
/*statics page*/
.cc2{
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}
.rs_row_5 .col_5 {
	float: left;
	width: 20%;
	padding: 15px;
	box-sizing: border-box;
	display: block;
}
.books_list_row {
	text-align: center;
	margin-top: 17px;
}
.book_list_item {
	display: inline-block;
	text-decoration: none;
	margin: 15px auto;
	padding: 0;
	text-decoration: none;
	transition: all .5s;
}
.book_list_item:hover{
	text-decoration: none;
}
.book_list_item img {
	display: inline-block;
	margin: 0 auto;
	border: 0 none;
	max-width: 100%;
	border-radius: 10px;
}

.book_list_item h2 {
	margin: 15px 0 0px 0;
	padding: 0;
	display: block;
	font-size: 18px;
	color: #26349d;
	font-weight: 500;
	line-height: 22px;
	transition: all .5s;
}
.book_list_item:hover h2{
	color:#00D8D7;
}
.book_list_item span {
	display: block;
	color: #0098e1;
	font-size: 18px;
	font-weight: 500;
	margin: 0;
	padding: 0;
	line-height: 22px;
}
/* News Details Page */
.news_details_page{}
.news_details_page .page_contents {
	padding-left: 65px;
	padding-right: 65px;
}
.news_details_page .news_date {
	font-size: 15px;
	font-weight: 500;
	color: #00c6e1;
	display: block;
	margin: 0;
	padding: 0;
}
.news_details_page .news_title {
	display: block;
	text-decoration: none;
	color: #0e1d61;
	font-weight: 500;
	font-size: 32px;
	line-height: 45px;
	margin: 7px 0 26px 0;
}
.news_details_page .thumbnail {
	margin-left: -30px;
	margin-right: -30px;
	margin-bottom: 44px;
}
.news_details_page p{}
.news_details_page p+p{}
.social_share_urls {
	text-align: center;
	margin: 50px 0 30px 0;
	padding: 30px 0;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
}
.news_details_page .back_post_btn a{}
.news_details_page .back_post_btn a:hover{}
.social_share_urls{}
.social_share_urls div {
	display: inline-block;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.social_share_urls span {
	font-size: 19px;
	font-weight: 600;
	color: #282828;
	float: left;
	margin-right: 20px;
}
.social_share_urls a {
	display: block;
	float: left;
	margin: 0 15px;
	color: #282828;
	font-size: 18px;
	transition: all .5s;
}
.social_share_urls a:hover{
	color:#025FCE;
}
.back_post_btn {
	text-align: center;
	margin-top: 35px;
	margin-bottom: 5px;
}
.news_details_page .back_post_btn a {
	font-weight: 700;
	border-radius: 40px;
	padding: 10px 40px;
	font-size: 14px;
}
.back_post_btn a:hover{
	background:#0260CE;
	color:#fff;
}

/* News Archive page */
.gallery_cats ul,
.post_category_list {
	display: block;
	text-align: center;
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 2px solid #d9dddd;
	margin-bottom: 19px;
	margin-top: 40px;
}
.gallery_cats li,
.post_category_list li {
	display: inline-block;
	margin: 0;
	padding: 0;
}
.gallery_cats li a,
.post_category_list li a {
	color: #333333;
	font-size: 17px;
	font-weight: 500;
	margin: 0;
	padding: 6px 18px;
	display: block;
	text-decoration: none;
	transition: all .5s;
}
.gallery_cats li.active a,
.gallery_cats li a:hover,
.post_category_list li.active a,
.post_category_list li a:hover{
	color:#023dc3;
	text-decoration: none;
}
.post_pagination {
	text-align: center;
	margin: 16px 0;
}
.post_pagination ul {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.post_pagination ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}
.post_pagination ul li a {
	display: block;
	text-decoration: none;
	width: 50px;
	height: 50px;
	text-align: center;
	color: #333333;
	font-size: 20px;
	border-radius: 50%;
	background: #fff;
	font-weight: 500;
	line-height: 50px;
	margin: 5px;
	transition: all .5s;
}
.post_pagination ul li a.next,
.post_pagination ul li a.prev{
	background: transparent;
}
.post_pagination ul li a i {
	font-size: 30px;
}
.post_pagination ul li a:hover i{}
.post_pagination ul li a.active,
.post_pagination ul li a:hover{
	background: #023dc3;
	color:#fff;
}

/* Handbook */
.handbook_list {
	padding-bottom: 30px;
}
.single_handbook_item {
	display: block;
	overflow: hidden;
	margin: 28px 0 0 0;
	padding: 0;
	text-decoration: none;
}
.single_handbook_item:hover{
	text-decoration: none;
}
.single_handbook_item img {
	display: inline-block;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	width: 120px;
	max-width: 100%;
	margin-right: 28px;
}
.single_handbook_item div {
	display: inline-block;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	overflow: hidden;
	max-width: calc(100% - 155px);
}
.single_handbook_item p {
	color: #888888;
	font-size: 18px;
	margin: 0;
	padding: 0;
	font-weight: 500;
	transition: all .5s;
}
.single_handbook_item strong {
	color: #0098e1;
	margin: 0;
	padding: 0;
	display: block;
	font-size: 18px;
	font-weight: 600;
	transition: all .5s;
}
.single_handbook_item:hover strong,
.single_handbook_item:hover p{
	color:#0260CE;
}

.video_wraper {
	margin-bottom: 45px;
	cursor: pointer;
}
.video_wraper video {
	width: 100%;
	display: block;
	height: auto;
	object-fit: cover;
	object-position: center;
	border-radius: 15px;
	max-height: 520px;
	outline: none;
	box-shadow: none;
}
.training_page{}
.training_page .gray_title {
	margin: 5px 0 5px 0;
	padding: 0;
	font-size: 17px;
	font-weight: 500;
	color: #292929;
	display: block;
}
.training_page .blue_title{}

.training_page .portal_box .portal_item .icon {
	margin-top: 6px;
}
.training_page .portal_box .portal_item + .portal_item {
	margin-top: 41px;
}
.list_bordered {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}
.list_bordered {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}
.training_page .list_bordered {
	margin-right: 20px;
}
.list_bordered li a {
	display: block;
	margin: 0;
	padding: 7px 0;
	color: #888888;
	font-size: 17px;
	font-weight: 500;
	line-height: 27px;
	
	text-decoration: none;
	transition: all .5s;
}
.list_bordered li+li a{
	border-top: 1px solid #d3d3d3;
}
.list_bordered li a:hover{
	color:#292929;
}
.training_page .blue_title {
	font-size: 22px;
	color: #104794;
	line-height: 33px;
	font-weight: 600;
	margin: 0 0 39px 0;
	padding: 0;
}
.training_page_bootom {
	text-align: center;
	margin: 59px 0 0 0;
	padding: 0;
	display: block;
	clear: both;
}
.training_page_bootom p {
	margin: 0;
	padding: 0;
	display: block;
	color: #9b9b9b;
	font-size: 16px;
	font-weight: 500;
}
.training_page_bootom a {
	color: #26349d;
	display: block;
	text-decoration: none;
}
.training_page_bootom a:hover{
	color:#0175d6;
}

/* gallery style */
.gallery_section{}
.gallery_section .row {
	margin: 0;
	padding: 0;
}
.gallery_section .row>div{
	margin: 0;
	padding: 0;
}
.sinlge_gl_img {
	display: block;
	margin: 0;
	padding: 0;
	text-decoration: none;
	position: relative;
	overflow: hidden;
}
.sinlge_gl_img img {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}
.sinlge_gl_img .hover_contents {
	padding: 0;
	margin: 0;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	background: #0b50c6;
	opacity: 0;
	visibility: hidden;
	transition: all .5s;
}
.sinlge_gl_img:hover .hover_contents{
	opacity: 1;
	visibility: visible;
}
.sinlge_gl_img .hover_contents .mdi-plus {
	position: absolute;
	top: 24px;
	left: 30px;
	color: #fff;
	font-size: 27px;
}
.sinlge_gl_img .hover_contents .hover_f {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 25px 30px;
	color: #fff;
}
.sinlge_gl_img .hover_contents h2 {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: 500;
	color:#fff;
}
.sinlge_gl_img .hover_contents p {
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 11px;
	margin-top: 6px;
}
.gallery_pagination{
	margin-top:30px;
}
.gallery_cats {
	background: #dcecf4;
	padding-bottom: 44px;
}
.gallery_page .banner_section .banner_text {
	padding-bottom:70px;
}
.gallery_cats ul{
	margin:0;
	padding:0;
	border: 0 none;
}
.gallery_cats ul li{}
.gallery_cats ul li a{}

.thumb_box{}
.thumb_box img{}
.thumb_box h3 {
	margin: 24px 0 5px 0;
	padding: 0;
}
.thumb_box p {
	font-size: 17px;
	line-height: 24px;
}
.default_page .list_2 {
	margin: 7px 0 10px 0;
	padding: 0 0 0px 15px;
}
.default_page .list_2 li{
	text-decoration: none;
	color: #7b7b7b;
	font-size: 18px;
	font-weight: 400;
	font-family: Lato;
}
.default_page .list_2 li a {
	text-decoration: none;
	color: #7b7b7b;
	font-size: 18px;
	font-weight: 400;
	font-family: Lato;
	display: block;
}
.default_page .list_2 li a:hover{
	color:#29359f;
}

/* Kids Page design */
.kids .calltoaction,
.kids .main_menu_section .navbar {
	background: linear-gradient(90deg,#cbd91a 5%,#1ad325) !important;
}
.kids .calltoaction:hover p{
	color:#000;
}
.kids .main_menu_section .icon_befor_lng {
	background: #03a50c;
}
.kids_zone_banner {
	display: block;
	background: #fff;
	margin: 0 0 30px 0;
	padding: 150px 0 50px 0;
}
.kids_zone_banner .text {
	margin: 0;
	padding: 0 15px 0 0;
}
.kids_zone_banner .text h2 {
	font-size: 75px;
	font-weight: 700;
	color: #0e1d61;
	margin: 0;
	padding: 0;
	display: block;
	line-height: 84px;
}
.kids_zone_banner .text h3 {
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	color: #0e1d61;
	letter-spacing: 5px;
	font-family: Montserrat;
	line-height: 22px;
	margin: 0;
}
.kids_zone_banner .text p {
	font-family: Lato;
	font-size: 17px;
	font-weight: 400;
	color: #7b7b7b;
	line-height: 28px;
	margin: 36px 0 0 0;
}
.kids_zone_banner .video_plr {
	display: block;
	margin: 0;
	padding: 0;
	text-align: center;
	border-radius: 10px;
	overflow: hidden;
}
.kids_zone_banner .video_plr img {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
}
.kids_play_learn{}
.kids_play_learn .title {
	margin: 10px 0 42px 0;
	padding: 0;
}
.kids_play_learn .title span{
	color:#1cd726;
}
.kids_slider {
	margin-bottom: 56px;
}
.kids_slider .rs_slider_prev, 
.kids_slider .rs_slider_next {
	color: #36e31b;
	font-size: 67px;
	position: absolute;
	left: 0;
	background: transparent;
	height: auto;
	line-height: 35px;
	width: auto;
	text-align: left;
	padding: 0;
	top: 50%;
	margin-left: -28px;
	margin-top: -20px;
	z-index: 100;
	cursor: pointer;
}
.kids_slider .rs_slider_next{
	margin-left: auto;
	margin-right: -28px;
	left:auto;
	right:0;
}
.kids_slider .slider_item{
	text-align: center;
}
.kids_slider .slider_item_box {
	width: 175px;
	box-sizing: border-box;
	text-align: center;
	margin:0 auto;
}
.kids_slider .slider_item_box .thumbnail{
	display: block;
	background: linear-gradient(0deg,#d3e906, #1cd726);
	text-align: center;
	border-radius: 9px;
	padding: 5px;
	text-decoration: none;
}
.kids_slider .slider_item_box .thumbnail img {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
}
.kids_slider .slider_item_box .controllers {
	display: inline-block;
	margin: 23px auto 0 auto;
	padding: 0;
	overflow: hidden;
}
.kids_slider .slider_item_box .controllers a {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	font-size: 18px;
	color: #7b7b7b;
	font-weight: 500;
	line-height: 20px;
}
.kids_slider .slider_item_box .controllers a + a {
	margin-left: 10px;
	border-left: 2px solid #7b7b7b;
	padding-left: 10px;
}
.kids_slider .slider_item_box .controllers a img,
.kids_slider .slider_item_box .controllers a span{
	float: left;
	display: block;
}
.kids_slider .slider_item_box .controllers a img {
	margin-right: 8px;
}

/* Oranizations style */
.organizational_ministers {
	text-align: center;
	margin-top: 52px;
}
.organizational_ministers .profile {
	display: block;
	margin: 0 auto;
	width: 390px;
	max-width: 100%;
	text-align: center;
	text-decoration: none;
	position: relative;
}
.organizational_ministers .profile+.profile{
	margin-top: 55px;
}
.organizational_ministers .profile + .profile:after {
	position: absolute;
	z-index: 1;
	margin: 0;
	padding: 0;
	content: "";
	width: 3px;
	height: 70px;
	background: linear-gradient(0deg,#00d4d9,#023fc3);
	bottom: 100%;
}
.organizational_ministers .profile .thumbnail {
	display: inline-block;
	margin: 0;
	padding: 0;
	border-radius: 50%;
	box-shadow: 0 1px 9px rgba(0,0,0,.2);
	border: 3px solid #c0c0c0;
}
.organizational_ministers .profile .thumbnail img {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}
.organizational_ministers .round_box {
	display: block;
	width: 360px;
	max-width: 100%;
	box-shadow: 0 0 14px rgba(0,0,0,0.1);
	padding: 16px 15px;
	border-radius: 60px;
	margin: 16px auto 0 auto;
	text-decoration: none;
	background: #fff;
	position: relative;
	z-index: 5;
}
.organizational_ministers .round_box h4 {
	font-size: 18px;
	font-weight: 600;
	color: #0e1d61;
	margin: 0;
	padding: 0;
}
.organizational_ministers .round_box p {
	font-size: 18px;
	color: #888888;
	margin: 3px 0 0 0;
	padding: 0;
}
.organizational_ministers .carve_img {
	display: inline-block;
	margin: 0 auto;
	max-width: 100%;
}
.organizational_ministers .btn-default {
	width: 345px;
	max-width: 100%;
	background: #fff;
	box-sizing: border-box;
	box-shadow: 0 0 14px rgba(0,0,0,0.1);
	
	margin:30px auto 40px auto;
	display: table;
	min-height: 80px;
	vertical-align: middle;
	text-align: center;
	border-radius: 50px;
	font-size: 17px;
	font-weight: 500;
	color: #888888;
	line-height: 25px;
	transition: all .5s;
}
.organizational_ministers .btn-default:hover{
	background:#000;
	color:#fff;
}
.organizational_ministers .btn-default span{
	display: block;
	line-height: 25px;
	padding: 20px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
/* Minister list page */
.ministers_list {
	display: block;
	margin: 56px auto;
	width: 760px;
	max-width: 100%;
}
.ministers_list .single_item_wraper {
	position: relative;
	margin: 0;
	padding: 0;
}
.ministers_list .single_item_wraper .carve {
	position: absolute;
	left: 50%;
	height: 54px;
	width: 40%;
	bottom: -29px;
	margin-left: -150px;
}
.single_minister_item {
	display: block;
	clear: both;
	float: none;
	margin: 0;
	padding: 0;
	text-decoration: none;
	width: calc(100% - 160px);
	float: left;
}
.ministers_list .single_item_wraper:nth-child(even) .single_minister_item{
	float: right;
	text-align: right;
}
.single_minister_item:after{
	content: "";
	display: block;
	clear: both;
	float: none;
	overflow: hidden;
	width: 100%;
}
.single_minister_item:hover{
	text-decoration: none;
}
.single_minister_item .thumbnail {
	width: 160px;
	height: auto;
	margin: 0;
	padding: 0;
	display: inline-block;
	float: left;
	box-shadow: 0 0 11px rgba(0,0,0,.1);
	border-radius: 50%;
	background: #fff;
	margin-right: 30px;
	position: relative;
	z-index: 2;
}
.ministers_list .single_item_wraper:nth-child(even)  .thumbnail{
	float: right;
    margin-left: 30px;
    margin-right: 0;
}
.single_minister_item .round_box {
	display: block;
	background: #fff;
	box-sizing: border-box;
	box-shadow: 0 0 15px rgba(0,0,0,0.09);
	margin-left: 70px;
	border-radius: 10px 100px 100px 10px;
	position: relative;
	z-index: 1;
	padding: 27px 10px 27px 0;
	top: 29px;
	margin-bottom: 30px;
}
.ministers_list .single_item_wraper:nth-child(even) .round_box{
	margin-left: 0;
	border-radius: 100px 10px 10px 100px;
	margin-right: 70px;
}
.single_minister_item .round_box h3 {
	font-size: 18px;
	font-weight: 600;
	color: #0e1d61;
	margin: 0;
	padding: 0;
	display: block;
}
.single_minister_item .round_box span {
	display: block;
	color: #888888;
	font-size: 18px;
	font-weight: 400;
	margin-top: 3px;
}

/* theme blind */
.theme_colour_blind .main_menu_section .icon_befor_lng,
.theme_colour_blind .header_section,
.theme_colour_blind{
	color:#fff;
	background: #000;
}
.theme_colour_blind .sinlge_gl_img .hover_contents,
.theme_colour_blind .gallery_cats,

.theme_colour_blind .calltoaction,
.theme_colour_blind .main_menu_section .navbar{
	background: #EEEEEE !important;
}
.theme_colour_blind .slider_item_box .thumbnail,
.theme_colour_blind .banner_section{
	background-color: #EEEEEE !important;
}
.theme_colour_blind .slider_item_box .thumbnail{
	background-image: none !important;
}

.theme_colour_blind .services_group *, 
.theme_colour_blind .post_category_list *, 
.theme_colour_blind .default_page *, 
.theme_colour_blind .kids_slider .rs_slider_prev, 
.theme_colour_blind .kids_slider .rs_slider_next,
.theme_colour_blind .training_page_bootom a,
.theme_colour_blind .blue_title,
.theme_colour_blind .single_handbook_item *,
.theme_colour_blind .hover_contents *,
.theme_colour_blind .gallery_cats *,
.theme_colour_blind .portal_box .portal_item *,
.theme_colour_blind .banner_section .banner_text h5,
.theme_colour_blind .banner_section .banner_text h2,
.theme_colour_blind .about_us_inner .about_box h2,
.theme_colour_blind .footer_section *,
.theme_colour_blind .calltoaction p,
.theme_colour_blind .single_support *,
.theme_colour_blind .section_title a,
.theme_colour_blind .news_row *,
.theme_colour_blind .section_title span,
.theme_colour_blind .main_menu_section .lng_dropdown .dropdown-toggle,
.theme_colour_blind .main_menu a{
	color:#000 !important;
}
.theme_colour_blind .title span,
.theme_colour_blind .title_gradient,
.theme_colour_blind .about_us_inner .about_box h2 {
    background: transparent !important;
    text-fill-color: black;
    -webkit-text-fill-color: black;
    color:#000 !important;
}

.theme_colour_blind .rs_feature .rs_feature_single{
	background: #fff !important;
}
.theme_colour_blind .rs_feature .rs_feature_single h2,
.theme_colour_blind .rs_feature .rs_feature_single p{
	color:#000 !important;
}
.theme_colour_blind .post_pagination ul li a.active, 
.theme_colour_blind .post_pagination ul li a:hover{
	color:#000;
	background:#ccc;
}
.theme_colour_blind .btn_black{
	color:#fff !important;
}
.theme_colour_blind .organizational_ministers .btn-default:hover span{
	color:#fff !important;
}

/* Theme red weakness  theme_red_weakness*/

.theme_red_weakness .organizational_ministers .btn-default,
.theme_red_weakness .organizational_ministers .round_box,
.theme_red_weakness .single_minister_item .round_box,
.theme_red_weakness .footer_social,
.theme_red_weakness .copyright,
.theme_red_weakness .calltoaction,
.theme_red_weakness .single_news_item,
.theme_red_weakness .main_menu_section .icon_befor_lng,
.theme_red_weakness .header_section,
.theme_red_weakness{
	color:yellow;
	background: #000;
}
.theme_red_weakness .sinlge_gl_img .hover_contents,
.theme_red_weakness .gallery_cats,


.theme_red_weakness .main_menu_section .navbar{
	background: #2F2F2F !important;
}
.theme_red_weakness .slider_item_box .thumbnail,
.theme_red_weakness .banner_section{
	background-color: #2F2F2F !important;
}

.theme_red_weakness .calltoaction,
.theme_red_weakness .slider_item_box .thumbnail{
	background-image: none !important;
}

.theme_red_weakness .services_group *, 
.theme_red_weakness .post_category_list *, 
.theme_red_weakness .default_page *, 
.theme_red_weakness .kids_slider .rs_slider_prev, 
.theme_red_weakness .kids_slider .rs_slider_next,
.theme_red_weakness .training_page_bootom a,
.theme_red_weakness .blue_title,
.theme_red_weakness .single_handbook_item *,
.theme_red_weakness .hover_contents *,
.theme_red_weakness .gallery_cats *,
.theme_red_weakness .portal_box .portal_item *,
.theme_red_weakness .banner_section .banner_text h5,
.theme_red_weakness .banner_section .banner_text h2,
.theme_red_weakness .about_us_inner .about_box h2,
.theme_red_weakness .footer_section *,
.theme_red_weakness .calltoaction p,
.theme_red_weakness .single_support *,
.theme_red_weakness .section_title a,
.theme_red_weakness .news_row *,
.theme_red_weakness .section_title span,
.theme_red_weakness .main_menu_section .lng_dropdown .dropdown-toggle,
.theme_red_weakness .main_menu a{
	color:yellow  !important;
}
.theme_red_weakness .title span,
.theme_red_weakness .title_gradient,
.theme_red_weakness .about_us_inner .about_box h2 {
    background: transparent !important;
    text-fill-color: yellow;
    -webkit-text-fill-color: yellow;
    color:yellow  !important;
}

.theme_red_weakness .rs_feature .rs_feature_single{
	background: #fff !important;
}
.theme_red_weakness .rs_feature .rs_feature_single h2,
.theme_red_weakness .rs_feature .rs_feature_single p{
	color:yellow  !important;
}
.theme_red_weakness .post_pagination ul li a.active, 
.theme_red_weakness .post_pagination ul li a:hover{
	color:yellow ;
	background:#ccc;
}
.theme_red_weakness .contact_us_box  *,
.theme_red_weakness .white_round_box *,
.theme_red_weakness .about_us_inner *,
.theme_red_weakness .status_section .status_inner *,
.theme_red_weakness .btn_black{
	color:yellow  !important;
}
.theme_red_weakness .organizational_ministers .btn-default:hover span{
	color:yellow  !important;
}



.theme_red_weakness .services_group ,
.theme_red_weakness .contact_us_box ,
.theme_red_weakness .white_round_box,
.theme_red_weakness .about_us_inner,
.theme_red_weakness .main_menu > li ul,
.theme_red_weakness .footer_section,
.theme_red_weakness .support_section,
.theme_red_weakness .status_section .status_inner,
.theme_red_weakness .section_title a,
.theme_red_weakness .section_title span,
.theme_red_weakness .news_section,
.theme_red_weakness .rs_feature .rs_feature_single,
.theme_red_weakness .main_menu_section .navbar{
	background-color:#2F2F2F !important;
}

/* Theme for green weakness */
.theme_green_weakness .main_menu_section .icon_befor_lng,
.theme_green_weakness .header_section,
.theme_green_weakness{
	color:#fff;
	background: #3a5796;
}
.theme_green_weakness .sinlge_gl_img .hover_contents,
.theme_green_weakness .gallery_cats,

.theme_green_weakness .calltoaction,
.theme_green_weakness .main_menu_section .navbar{
	background: #EEEEEE !important;
}
.theme_green_weakness .slider_item_box .thumbnail,
.theme_green_weakness .banner_section{
	background-color: #EEEEEE !important;
}
.theme_green_weakness .slider_item_box .thumbnail{
	background-image: none !important;
}

.theme_green_weakness .services_group *, 
.theme_green_weakness .post_category_list *, 
.theme_green_weakness .default_page *, 
.theme_green_weakness .kids_slider .rs_slider_prev, 
.theme_green_weakness .kids_slider .rs_slider_next,
.theme_green_weakness .training_page_bootom a,
.theme_green_weakness .blue_title,
.theme_green_weakness .single_handbook_item *,
.theme_green_weakness .hover_contents *,
.theme_green_weakness .gallery_cats *,
.theme_green_weakness .portal_box .portal_item *,
.theme_green_weakness .banner_section .banner_text h5,
.theme_green_weakness .banner_section .banner_text h2,
.theme_green_weakness .about_us_inner .about_box h2,
.theme_green_weakness .footer_section *,
.theme_green_weakness .calltoaction p,
.theme_green_weakness .single_support *,
.theme_green_weakness .section_title a,
.theme_green_weakness .news_row *,
.theme_green_weakness .section_title span,
.theme_green_weakness .main_menu_section .lng_dropdown .dropdown-toggle,
.theme_green_weakness .main_menu a{
	color:#000 !important;
}
.theme_green_weakness .title span,
.theme_green_weakness .title_gradient,
.theme_green_weakness .about_us_inner .about_box h2 {
    background: transparent !important;
    text-fill-color: black;
    -webkit-text-fill-color: black;
    color:#3a5796 !important;
}

.theme_green_weakness .rs_feature .rs_feature_single{
	background: #fff !important;
}
.theme_green_weakness .rs_feature .rs_feature_single h2,
.theme_green_weakness .rs_feature .rs_feature_single p{
	color:#3a5796 !important;
}
.theme_green_weakness .post_pagination ul li a.active, 
.theme_green_weakness .post_pagination ul li a:hover{
	color:#3a5796;
	background:#ccc;
}
.theme_green_weakness .btn_black{
	color:#fff !important;
}
.theme_green_weakness .organizational_ministers .btn-default:hover span{
	color:#fff !important;
}



/* addisinal Styles */
.rs_media_banner {
	background-image: url('../images/media_banner.jpg');
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 150px 0 57px 0;
}
.rs_media_banner .text{}
.rs_media_banner .text h2 {
	font-size: 70px;
	font-weight: 700;
	color: #4f319f;
	margin: 0;
	padding: 0;
	line-height: 75px;
}
.rs_media_banner .text p {
	font-size: 17px;
	color: #7b7b7b;
	font-family: Lato;
	margin: 20px 0 0 0;
}
.rs_media_banner .rs_mvb{}
.rs_media_banner .rs_mvb video{}
.rs_media_feature {
	margin-bottom: 35px;
}
.rs_media_feature .rs_feature_single{
	background-color:#4f319f;
}
.rs_media_feature .rs_feature_single h2{
	color:#01F5D8;
}
.rs_media_feature .rs_feature_single.blue{
	background-color:#0a6fd5;
}
.rs_media_feature .rs_feature_single.blue h2{}
.rs_media_feature .rs_feature_single.light{
	background-color:#01f5d8;
}
.rs_media_feature .rs_feature_single.light h2{
	color:#4F319F;
}
.power_statation_section{}
.ps_top_section_row{}
.ps_top_section_row+.ps_top_section_row{
	margin-top: 44px;
}
.ps_top_section_row .icon {
	padding-right: 30px;
}
.ps_top_section_row.img_right .icon {
	padding-right: 0;
	padding-left: 30px;
}
.ps_top_section_row .icon img{
	margin:0;
	padding:0;
}
.ps_top_section_row .text_gra_box {
	padding: 30px 85px;
	background: #f4f4f4;
	border-radius: 10px;
}
.ps_top_section_row .text_gra_box p {
	font-size: 18px;
	font-family: Lato;
	color: #7d7d7d;
	font-weight: 400;
	margin: 0;
}
.ps_top_section_row .text_gra_box p + p {
	margin-top: 33px;
}
.media_title {
	font-size: 36px;
	color: #4f319f;
	font-weight: 500;
	line-height: 40px;
}
.map_img {
	text-align: center;
	padding: 60px 60px 0 60px;
	margin: 0;
}
.map_img .media_title {
	text-align: left;
	margin-bottom: 59px;
}
.map_img img{
	max-width: 100%;
}

.vides_play_learn{}
.vides_play_learn .title span,
.vides_play_learn .title{
	color:#4f319f;
}
.kids_slider .slider_item_box .thumbnail{
	background:#c9c9c9;
	padding:3px;
}
.vides_play_learn .slider_item_box{}
.vides_play_learn .rs_slider_prev, 
.vides_play_learn .rs_slider_next{
	color:#4f319f;
}
.vides_play_learn .slider_item_box .controllers a {
	font-size: 16px;
}
.vides_play_learn .slick-track{
	float: left;
}
.rs_video_list_slider .slider_item_box {
	width: auto;
	margin: 18px;
}
.rs_single_video_box{}
.rs_single_video_box a {
	margin: 7px 0;
	padding: 0;
	display: block;
	text-decoration: none;
	border: 3px solid rgba(0,0,0,.2);
	border-radius: 10px;
	background: #fff;
	box-shadow: 1px 0 8px rgba(0,0,0,.2);
	overflow: hidden;
}
.rs_single_video_box .v_poster {
	position: relative;
	margin: 0;
	padding: 0;
	text-align: left;
}
.rs_single_video_box .v_poster:after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('../images/video_play.png');
	content: "";
	background-size: 78px;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: rgba(0,0,0,.2);
	z-index: 5;
}
.rs_single_video_box .v_poster img {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}
.rs_single_video_box .v_poster span {
	display: block;
	position: absolute;
	left: 5px;
	bottom: 5px;
	background: rgba(0,0,0,.5);
	padding: 2px 7px;
	color: #fff;
	font-weight: 600;
	border-radius: 5px;
	font-size: 12px;
	line-height: 15px;
	z-index: 10;
}
.rs_single_video_box p {
	display: block;
	text-align: left;
	padding: 15px 20px;
	font-size: 15px;
	color: #5c5c5c;
	font-weight: 500;
	margin: 0;
}

/* Home light style */
.light_home_slider{}
.light_home_slider .slick-dots {
	position: absolute;
	bottom: 100px;
}
.light_home_slider .slick-dots li {
	margin: 0 4px;
	width: auto;
}
.light_home_slider .slick-dots li button:before{
	display: none;
}
.light_home_slider .slick-dots li button:after{
	display: none;
}
.light_home_slider .slick-dots li button {
	width: 10px !important;
	height: 10px !important;
	background: #fff;
	border-radius: 40px;
	
}
.light_home_slider .slick-dots li.slick-active button{
	background: transparent;
	-webkit-box-shadow:  0 0 0 2px #fff;
	box-shadow:  0 0 0 1px #fff;
}
.light_home_slider .single_slide{}
.light_home_slider .single_slide img {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}
.light_services {
	position: relative;
	z-index: 25;
	margin-top: -100px;
	margin-bottom: 90px;
}
.light_services .services_group:after{
	display: none;
}
.light_services .service_item{
	text-align: center;
}
.light_services .service_item img {
	margin: 0 auto 18px auto;
	display: block;
	max-width: 100%;
}
.footer_section_light {
	display: block;
	background: #ffffff;
	position: relative;
	margin:60px 0 0 0;
	padding:0;
}

.footer_section_light .light_footer_social {
	margin: 0;
	display: block;
	background: linear-gradient(90deg,#0167d1,#00d8d7);
	box-sizing: border-box;
	padding: 15px 25px;
	border-radius: 40px;
	position: relative;
	z-index: 100;
	color: #fff;
	top:-30px;
}
.footer_section_light .follow_text {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	font-family: Lato;
	margin: 5px 0;
	padding: 0;
	display: block;
}
.footer_section_light .footer_eplink {
	display: block;
	text-align: center;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
.footer_section_light .footer_eplink img{
	margin:0 auto;
	display: block;
	max-width: 100%;
}
.footer_section_light .social_links {
	text-align: right;
	margin: 0;
	padding: 0;
	overflow: hidden;
	float: right;
}
.footer_section_light .social_links a {
	display: block;
	overflow: hidden;
	color: #ffffff;
	font-size: 22px;
	float: left;
	margin: 0 10px;
}
.footer_section_light .social_links a+a{}
.footer_section_light .social_links a:hover{}
.footer_section_light .footer_copy_logo {
	display: block;
	text-align: center;
	margin: 0;
	padding: 0 0 30px 0;
}
.footer_section_light .footer_copy_logo a {
	display: block;
	text-align: center;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
.footer_section_light .footer_copy_logo img {
	display: block;
	margin: 0 auto;
	padding: 0;
	border: 0 none;
}
.footer_section_light .footer_copy_logo a.copy {
	font-size: 16px;
	font-weight: 400;
	font-family: lato;
	color: #a1a1a1;
	margin-top: 15px;
	margin-bottom: 40px;
}
.access_denied_banner {
	display: block;
	margin: 0;
	padding:206px 0 175px 0;
	text-align: center;
	background-image: url('../images/denied_bg.png');
	background-position: bottom right;
	background-size: cover;
	background-repeat: no-repeat;
}
.access_denied_banner + .footer_section_light{
	margin-top: 0;
}
.access_denied_banner  img {
	margin: 0 auto;
	display: block;
	border: 0 none;
	max-width: 100%;
}
.access_denied_banner p {
	font-size: 17px;
	color: #3564cc;
	display: block;
	margin: 12px 0 0 0;
	padding: 0;
	font-weight: 400;
}

.header_top .logo_light {
	margin-top: 28px;
	display: block;
}