/*
Theme Name :CSKR;
Author: MeeSap Technologies;
Author URI :https://meesaptechnologies.com/;
*/
@charset "utf-8";
/* CSS Document */
@font-face
{
	font-family:'Aku-Kamu';
	src:url(resources/fonts/Aku-Kamu.otf);
}
@font-face
{
	font-family:'Oswald-Medium';
	src:url(resources/fonts/Oswald-Medium.ttf);
}
@font-face
{
	font-family:'Oswald-Bold';
	src:url(resources/fonts/Oswald-Bold.ttf);
}
@font-face
{
    font-family:'Roboto-Bold';
    src:url(resources/fonts/Roboto-Bold.ttf);
}@font-face
{
    font-family:'Roboto-Regular';
    src:url(resources/fonts/Roboto-Regular.ttf);
}

html
{
	margin-top: 0 !important;
    font-size: 16px;
}
body
{
	background-color:FAFAFA;
    font-size: 16px;
}
.zoom-level-100{font-size: 16px;}
.zoom-level-150{font-size: 24px;}
.zoom-level-200{font-size: 32px;}

a, a:hover, a:visited, a:active{
    color: #D53841;
    text-decoration: none;
}
.clear
{
	clear: both;
}
@media(min-width: 1000px)
{
.container
{
	width: 1000px !important;
	margin:0 auto;
}
}
@media(max-width: 999px){
.container
{
	width: 100% !important;
	margin:0 auto;
}
}

#header{
	background-color: #111A1F; 
	padding-top: 28px; 
	padding-bottom: 28px;
	padding-left: 30px;
    padding-right: 35px;
	width:100%;
}
#left_logo{float:left;width:221px;}
#right_icon{float:right;width:280px;}
.desktop_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media(max-width: 1099px){
    .desktop_header{
        display: none;
    }
    .mobile_header{
        display: block !important;
    }
    .mobile_header .row {
        display: flex;
        align-items: center;
    }
}
#center_menu{margin:0 auto;width:740px;padding-left: 45px;
    width: auto;
    display: inline-block;
    padding-left: 0;
}
body.zoom-level-150 #center_menu{ width: 620px; }
body.zoom-level-200 #center_menu{ width: 685px; }
#header .desktop_header ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
	display:inline-block;
	
}
#header .desktop_header ul li 
{
    float: left;
}
#header .desktop_header ul li a{
    display: block;
	font-size:1.28em;
	font-family:Roboto;
    color: white;
    text-align: center;
    padding: 15px 10px;
    text-decoration: none;
}

#header .desktop_header ul li a:hover {
color:#D22C33;}
/*#header .icons_wrapper{padding-top:16.5px; }*/
#header .icons_wrapper a{padding:15px; padding-top: 12px; font-size: 14px; line-height: 20px;}
#header .icons_wrapper a.last{padding-right: 0;}
#header .padding-right-0px{padding-right:0px;}
#header a.padding-right-5px{padding-right:5px;}
#header .mobile_header .menu_icon{display:inline-block;} 
#header .mobile_header .dropdown-menu{
	right:0;
	border-radius:0px; 
	display: block;
	border:none;padding:0px 0;
	margin: 0;
}
#header .mobile_header ul li a{
    font-size:16px;
	font-family:Roboto;
	font-weight:700;
    color:	black;
    text-align:left;
    text-decoration: none;
}
#header .mobile_header ul li a:hover{
    color:#D22C33;
}
#header .mobile_header .padding-right-0px{padding-right:0px;}
#header #mobile_dropdown{ position: absolute; left: 0px; margin-top:10px;}
#header #header_menu2 li>a, #header #header_menu2 li>a:hover {
    position: relative;
    color: #777;
    display: block;
    padding: 10px 28px 11px;
    border-bottom: 1px solid #d4d4d4;
}
#right_icon a.btn_donate {
    background-color: #D12C33;
    color: #fff;
    text-align: center;
    font-family: Oswald-Medium;
    padding: 4px 15px;
    border-radius: 4px;
    font-size: 15px;
    vertical-align: text-top;
}
#right_icon a.btn_donate:hover, #right_icon a.btn_donate:active, #right_icon a.btn_donate:focus{ text-decoration: none; }
@media(max-width:991px) {
	#header{padding-top:0px; padding-bottom:15px; padding-left: 15px; padding-right: 15px;}
   #header .icons_wrapper{padding-top:0px;padding-bottom:0px;}
   #header .col-xs-6{margin-top: 15px;}
    #header .col-xs-6:nth-child(2){margin-top: 30px;}
}
@media(max-width:767px) {
 #header .col-xs-6{margin-top: 15px;}
 #header .col-xs-6:nth-child(2){margin-top: 30px;}
}
@media(max-width:347px) {
	#header .mobile_header .padding-left-0px{padding-left:0px;}
}

#act_page{margin-top: -1px;/* to remove a thin line above banner*/}
#act_page #video_row {
    margin-top: 0px;
}
#act_page #vedio_cover_image{width:100%;}
#act_page .padding-all-0px{padding:0px;}
#act_page .act-banner {
    position: relative;
    top: 0px;
    left: 0px;
}
/*#learn_page .row.step_1_title{padding-left: 15px;}*/
/*#learn_page .row.step_1_form{padding-left: 30px;}*/
#learn_page .video-button {
   position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -48px;
    margin-top: -48px;
    background-color: rgb(204,51,51,0.4);
    border: 9px solid rgb(204,51,51,0.4);
    border-radius: 50%;
}
#learn_page .mute-unmute-youtube{
    position: absolute; 
    top: 25px; 
    right: 40px;
    width: 40px;
    display: none;
    cursor: pointer;
}
#learn_page .main-video {
   position: relative;
   padding-bottom: 56.25%;
   height: 0;
}
#learn_page .main-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#learn_page .publication_text{
    font-size: 16px;
    font-family: roboto;
    color: #666666;
    padding-left: 15px;
}

#learn_page #statements {
    font-size: 1em;
    line-height: 1.38em;
}

#learn_page #statements li {
    margin: 16px 0;
}
#learn_page #statements a, #learn_page #statements a:hover {
    color: #d12c33;
}
#learn_page #solution .icon_bottom_text img{ height: 186px; width:auto; }
@media(max-width: 991px){
    #learn_page .publication_text{ 
        font-size: 14px;
        margin-left: -15px;
        padding-left: 0px;
    }
}
@media(max-width: 350px){
    #learn_page .publication_text{ 
        font-size: 12px;
    }
}

#learn_page .border_wrapper{
        padding: 0px;
    }

#learn_page .border_wrapper hr{
    border-top: 2px solid #EBEBEB;
}

/*#learn_page .checkbox_text_padding_lr {
    padding-left: 0;
    padding-right: 0;
}*/
@media(max-width: 991px){
    #learn_page .recommended_posts .col-sm-6{
        width: 100%;
        padding: 0;
    }
}
#act_page .banner_text
{
	position:absolute;
	top:2%;
	font-family:Aku-Kamu;
	font-size:55px;
	text-align:center;
	color:white;
	width:100%;
}

#act_page .nav-tabs li{
	width: 20%;
}
#act_page .join_us
{
	font-family:Oswald-Bold;
	font-size:2.19em;
	padding-top:90px;
	padding-bottom:30px;
	padding-left: 35px;
}

#act_page .send_me
{
		font-family:roboto;
		font-size:1.38em;
		color:0072CB;
		padding-bottom:15px;
        padding-left: 0px;
}
@media(min-width: 1025px){
    #act_page .btns_row{ padding-left: 51px;}
    #act_page .send_me{ padding-left: 35px;}
}
#act_page .checkbox{
	width:53px;
	height:52px;
    background: transparent url(resources/images/unchecked.png) no-repeat;
	background-size:contain;
	background-position: center;
	float:left;
    margin: 0 0 0 6px;
}
#act_page .checked{
    background: transparent url(resources/images/checked.png ) no-repeat;
	background-size:contain;
	background-position: center;
}
#act_page .checkbox_lebel
{
		font-family:roboto;
		font-size:1.19em;
		color:#676767;
		padding-left:0px;
		float:left;
		
}
#act_page .border_wrapper{
        padding: 0px;
    }
@media(min-width: 1025px){
    #act_page .border_wrapper{
        padding: 0 20px;
        margin-left: 15px;
    }
}
#act_page .border_wrapper hr{
    border-top: 2px solid #EBEBEB;
}
#act_page .padding-left-12px{
    padding-left: 12px;
}
#act_page .email_wrapper{
    padding-left: 35px;
}
#act_page .contact_gov p,#act_page .contact_gov p a {
    color: #787878;
    font-family: roboto;
    font-size: 1em;
    line-height: 0.98;
    margin-bottom: 0;
    text-decoration: none;
}
#act_page .blue_box{font-family:roboto;padding-left:0px; padding-right:0px;
		font-size:1.19em;border:3px solid #0072CB; text-align:center; padding-top:9.5px; padding-bottom:9.5px; cursor:pointer;}
#act_page .blue_box:hover{background-color:#0072CB; color:#FFF;}
		#act_page .blue_box.active{background-color:#0072CB; color:#FFF;}		
#act_page .blue_box:nth-child(1){border-right:0px;}	
#act_page .blue_box:nth-child(2){border-right:0px;}		
		#act_page .padding-top-10px{
			padding-top:10px;
		}
		#act_page .blue_box_bottom{font-family:roboto;padding-left:0px; padding-right:0px;
		font-size:16px;color:999999; text-align:center; padding-top:15px; padding-bottom:10px;}
		
#act_page input.custom_textbox, #act_page select.custom_textbox {    border-radius: 0px;
    padding: 25px 20px;
    padding-bottom: 20px;
    font-size: 1.13em;
    background-color: #EBEBEB;
    border:0px;
    outline:0px;

    box-shadow: none;
    color: 999999;
}
body.zoom-level-150 #act_page input.custom_textbox, body.zoom-level-150 #act_page select.custom_textbox{ height: 58px;}
body.zoom-level-200 #act_page input.custom_textbox, body.zoom-level-200 #act_page select.custom_textbox{ height: 73px;}

#act_page input.custom_btn{    font-size: 1.44em;
    border-radius: 0px;
    border: none;
    padding: 7px 20px;
    background-color: #D12C33;
    color: #FFF;
    outline: 0;
}
#act_page .padding-left-0px{
	padding-left:0px;
}	
#act_page .padding-right-0px{
	padding-right:0px;
}
#act_page .padding-top-20px{
	padding-top:20px;
}
#act_page .padding-bottom-90px{padding-bottom:90px;}

#act_page .blue_background{background-color:#313848; padding-top:90px;padding-left:0px; padding-right:0px;}	
#act_page .text_over_image{color:#FFF; font-family:Oswald-Medium; font-size: 30px;}
#act_page .text_over_image button{
    font-size: 27px;
    border-radius: 0px;
    border: none;
    padding: 10px 70px;
    background-color: #D12C33;
    color: #FFF;
	margin-top:30px;
}
#act_page .text_under_donate{color:#FFF; font-family:Oswald; font-size:22px; padding-top: 20px;}
/*#act_page .tanker_position{padding-top:34px;  margin-bottom: -30px;}*/
#act_page .tanker_position{padding-top:38px;  margin-bottom: -11px;}
#act_page .max_height{max-height: 395px;}
#act_page .padding-top-90px{padding-top:90px;}
#act_page .padding-top-55px{padding-top:55px;}
#act_page .contact_gov .heading{color:#333333; font-family:Oswald-Bold; font-size:1.94em; padding-left:0px;}
@media(max-width:767px){
    #act_page .contact_gov .heading{
        font-size: 20px;
        padding-top: 10px;
        padding-bottom: 20px;
    }
}
#act_page .contact_gov p:nth-child(2){color:#787878; font-family:roboto; font-size:1em; padding-top:20px;line-height: 1.88em;
    padding-right: 135px;}
#act_page .image_right{text-align:right; padding-top:27px;}	
#act_page .border_withpadding{ border-bottom:2px dotted #C0C0C0; margin-left:0px; margin-right:0px;}
#act_page .border-top_withpadding{ border-top:2px dotted #C0C0C0; margin-left:15px; margin-right:15px;}
#act_page .padding-lr-0px{ padding-left:0px; padding-right:0px;}
#act_page .spread ul{display: inline-block;padding: 0px;list-style: none;padding-top: 45px;margin-left: -5px;}
#act_page .spread ul li{display:inline-block; font-family:roboto; font-size:1.19em;}
#act_page .spread ul li:nth-child(2){padding-left:14px; margin-top: -17px;}

body.zoom-level-150 #act_page .spread ul li{display:block; margin-top:25px;}
body.zoom-level-200 #act_page .spread ul li{display:block; margin-top:25px;}

body.zoom-level-150 #act_page .text_diff.spread ul li{display:inline-block;}
body.zoom-level-200 #act_page .text_diff.spread ul li{display:inline-block;}

body.zoom-level-150 #act_page .text_diff.spread ul li:first-child, body.zoom-level-200 #act_page .text_diff.spread ul li:first-child
{
    display: block;
    text-align: left;
    margin-left: 36px;
    margin-bottom: 25px;
}

#act_page .fmarg{margin-top:-34px !important;}
#act_page .margin-top-10pxfn{margin-top: -63px !important;}
@media(max-width: 1024px){
	#act_page .padd_r_m_0px{padding-right: 30px;}
	#learn_page .padd_r_m_0px{padding-right: 30px;}
}
@media(max-width: 991px){
	#act_page .padd_r_m_0px{padding-right: 0px;}
	#learn_page .padd_r_m_0px{padding-right:0px;}
	#act_page .spread.text_diff ul li img{
		height: 50px;
		width: auto;
	}
	#act_page .spread ul li:nth-child(2), #act_page .spread ul li:nth-child(3), #act_page .spread ul li:nth-child(4) {
	    padding-right: 10px;
	}
}
@media (max-width: 810px)
{
#act_page .spread.text_diff ul li img {
    height: 40;
   
}
}
@media(max-width: 767px){
	#act_page .spread.text_diff ul li img{
		height: 40px;
		vertical-align: text-bottom;
	}
	#act_page .bottom_round{
		padding: 20px 0 0;
	}
}
@media (max-width: 345px)
{
#act_page .spread.text_diff ul li img {
    height: 30;
   
}
}
#act_page .spread ul li a {color:#333; text-decoration:none; cursor:pointer;}


#act_page .bottom_round ul{display: inline-block;padding: 0px;list-style: none;}
#act_page .bottom_round ul li{float:left; text-align:right;}
#act_page .bottom_round ul li:nth-child(2){float:left; padding-top: 30px; padding-left:50px; text-align:left; width:285px;}
@media(min-width: 400px) and (max-width: 435px){
    #act_page .bottom_round ul li:nth-child(2){
        padding-left: 20px;
    }
} 
#act_page .bottom_round ul li a {color:#D32C33; text-decoration:none; cursor:pointer;}
#act_page .bottom_round ul li img{margin-bottom: 90px;}

#act_page .margin-top-10px{margin-top:-44px;}

#act_page .margin-top-25px{margin-top:-25px;margin-left:25px;}
#act_page .margin-top-25pxfnn{margin-left:17px;}
#act_page .margin-top-25pxf{margin-left:20px;}
#act_page .spread code{visibility:hidden;}
#act_page .text_diff{text-align:right;}

#act_page .border_top{border-top:2px dotted #C0C0C0;}

#act_page .about_right_text {
    color: #787878;
    font-family: roboto;
    font-size: 1em;
    line-height: 1.88em;
    padding-left: 35px;
    padding-right: 35px;
}
#act_page .action_right_text {
    color: #787878;
    font-family: roboto;
    font-size: 1em;
    line-height: 1.88em;
    max-width: 350px;
    background-color: #FFF;
    padding: 30px;
    position: relative;
    margin-left: 15px;
   
}
#act_page .action_right_text_sec {
    color: #787878;
    font-family: roboto;
    font-size: 1em;
    line-height: 1.88em;
    max-width: 350px;
    background-color: #FFF;
    padding: 30px;
    position: relative;
    float: right;
    margin-right: 15px;
   
}
#act_page .blue_circle_image
{
	position: absolute;
    top: 0;
    margin-left: -13.5px;
    left: 0;
}
#act_page .blue_circle_image_last
{
	position: absolute;
    bottom: 0;
    margin-left: -13.5px;
    left: 0;
}
#act_page .red_circle_image
{
	position: absolute;
    top: 50%;
    height: 34px;
    margin-top: -17px;
    margin-left: -2.5;
}
#act_page .text_right_parent{display: table-cell;vertical-align: middle;}
#act_page .text_right_main_wrapper{width:45%;float: left; left;vertical-align: middle; height: 315px;display: table;overflow: hidden;}
#act_page .vertical_line_wrapper{width:10%;float: left;}
#act_page .date_text_wrapper{width:100%; display: table;}
#act_page .date_text{display: table-cell;vertical-align: middle;}
#act_page .action_right_text a{
     text-decoration: none;
   	 color:#D53841;
   
}
#act_page .action_right_text_sec a{
     text-decoration: none;
   	 color:#D53841;
   
}
#act_page .about_circle_text {
    color: #787878;
    font-family: roboto;
    font-size: 1em;
    line-height: 1.88em;
   
}#act_page .about_circle_text a {
   text-decoration: none;
   color:#D53841;

   
}
#act_page .about_circle_text_box {
    color: #787878;
    font-family: roboto;
    font-size: 1em;
    line-height: 1.88em;
    width:45%;float: left;
    vertical-align: middle;
    height: 315px;
    display: table;overflow: hidden;
   
}#act_page .about_circle_text_box a {
   text-decoration: none;
   color:#D53841;
   text-transform: uppercase;   
}
#act_page .margin-lr-15px{margin-left:20px; margin-right:20px;}
#act_page .padding-lr-button-0px{padding-left: 0px; padding-right: 0px;}
#act_page .padding-r-button-0px{padding-right: 0px;}
#act_page .padding-top-25px{padding-top:25px;}
#act_page .padding-top-15px{padding-top:15px;}
#act_page .vertical_line{    background: url(resources/images/vertical_line.png);
   width: 4px;background-size: cover;height: 315px; position: relative; margin:0 auto; margin-top: -4px;}

#act_page .action_right_text:after{
position: absolute;
top: 50%;
left: -15px;
content: '';
width: 0;
height: 0;
margin: -15px 0 0;
border-right: solid 15px rgba(255,255,255,.8);
border-bottom: solid 15px transparent;
border-top: solid 15px transparent;
} 
#act_page .action_right_text_sec:after{
  content:"";
    position:absolute;
    height:0;
    width:0;
    left:100%;
    top:50%;
   	margin: -15px 0 0;
    border:15px solid transparent;
    border-left: solid 15px rgba(255,255,255,.8);
} 

@media(max-width: 992px){
	#act_page .text_diff{
		padding-left: 0;
		text-align: right;
	}
}

#act_page .border_top{border-top:2px dotted #C0C0C0; margin-left:0px; margin-right:0px;}
#act_page .number{font-size:120px; font-family:Oswald-Medium; color:#E6E6E6;line-height:0.9;}
#act_page .text_number{font-size:1.13em; font-family:roboto; color:#666666; padding-left:40px;}
#act_page .text_number a {color:#D32C33; text-decoration:none; cursor:pointer;}
#act_page .event_row .img-row{padding-left:30px;}
#act_page .event_row .text-row {font-size:17px; font-family:roboto; color:#666666;padding-left:20px;padding-right:20px; line-height: 1.88em;}
#act_page .event_row .text-row a{color:#D32C33; text-decoration:none; cursor:pointer; padding-bottom:20px;}
#act_page .red_button{width: 276px;border: 1px solid #D12C33;color: #D12C33;font-family: roboto;font-size: 19px;
    padding: 13px 5px; margin:0 auto;}
@media(max-width:1024px) {
	#act_page .banner_text{font-size:35px;}
    #learn_page .video-button img{
        width:70px;
        height:70px;
    }
    #learn_page .video-button{
        margin-left: -35px;
        margin-top: -35px;
        border: 5px solid rgb(204,51,51,0.4);
    }
    #act_page .join_us{
        font-size:25px;
        padding-top:30px;
        padding-bottom:10px;
        padding-left: 0px;
    }

    #act_page .send_me
    {
    	font-size:18px;
    }

#act_page .blue_box{font-size:17px;}
#act_page .blue_box_bottom{font-size:15px;}
#act_page .padding-bottom-90px{padding-bottom:30px;}
#act_page .padding-top-90px{padding-top:30px;}
#act_page .padding-top-55px{padding-top:25px;}
#act_page .blue_background{padding-top:25px;}
#act_page .text_over_image{font-size:25px;}
#act_page .text_under_donate{font-size:18px; padding-top: 10px;}
#act_page .text_over_image button {margin-top:20px;}
#act_page .donate_text_padding_lr {padding-left: 0px; padding-right: 0px;}
#act_page .checkbox_text_padding_lr {padding-left: 0px; padding-right: 0px;}
#act_page .checkbox_lebel{padding-left: 20px;}
#act_page .textbox_join_padding_l {padding-left: 0px;}
#act_page .contact_gov{font-size:30px; padding-left: 0px;}
#act_page .contact_gov p:nth-child(2){padding-top:10px;padding-right:15px;}
#act_page .image_right{text-align:right; padding-top:10px;}	
#footer .bg_gray {padding-left: 15px; padding-right: 15px;}
}
@media(max-width:767px) {
	#act_page .banner_text
   {font-size:22px; top: 7%;}
   #learn_page .video-button img{
	      width:48px;
			height:48px;
   }
   #learn_page .video-button{
	       margin-left: -24px;
			margin-top: -24px;
   }
   #act_page .join_us
{
	font-family:Oswald-Bold;
	font-size:20px;
	padding-top:25px;
	padding-bottom:20px;
}
#act_page .checkbox{
		width:25px;
	height:24px;
}
#act_page .checkbox_lebel
{
	font-size:15px;
	
}
#act_page .border_top {
   
    margin-left: 0px;
    margin-right: 0px;
}
#act_page .blue_box{font-size:15px;}
#act_page .blue_box_bottom{font-size:14px;}
#act_page .padding-left-mobile-0px{padding-left:0px;}
#act_page .padding-bottom-90px{padding-bottom:20px;}
#act_page .padding-top-90px{padding-top:30px;}
#act_page .padding-top-55px{padding-top:15px;}
#act_page .text_over_image{font-size:25px;}
#act_page .text_under_donate{font-size:17px;}
#act_page .contact_gov{font-size:25px;}
#act_page .text_over_image button{margin-top:25px;}
#act_page .blue_background{padding-top:35px;}
#act_page .spread code{display:none;}
#act_page .text_diff{text-align:left;}
#act_page .bottom_round ul li img{margin-bottom: 40px;}
#act_page .paddmob-0px{padding-left:0px;padding-right:0px;}
#act_page .margin_top_mob-10px{ margin-top: 10px;}
#act_page .bottom_round ul li:nth-child(2) { padding-top: 49px;}
	#act_page .text_right_main_wrapper {width: 100% ;}
	#act_page .action_right_text{ margin: 0 auto;}
	#act_page .action_right_text:after{display:none;}
	#act_page .action_right_text_sec{ margin: 0 auto;}
	#act_page .action_right_text_sec:after{display:none;}
	#act_page .action_right_text_sec { float: inherit; margin: 0 auto;}
	#act_page .send_me {
    font-size: 18px;
    padding-bottom: 10px;
    padding-top: 0px;
}
#act_page .padding-top-20px {
    padding-top: 10px;
}
#act_page .image_right {
    text-align: center;
    }
    #act_page .spread ul {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding-top: 25px;
    }
    #act_page .spread.text_diff ul{
    	padding-top: 0px;
    }
    #act_page .spread ul li {
   
    text-align: left;
   
    }
    #act_page .number {
    	 font-size: 90px;
    }
    #act_page .text_number {
    font-size: 16px;
        padding-left: 20px;
	}
}

@media(max-width:478px) {
	#act_page .checkbox_lebel
{
	font-size:15px;
	padding-left:17px;
	
	
}
#act_page .text_number {
        padding-left:15px;
	}
#act_page .blue_box{font-size:14px;}
#act_page .blue_box_bottom{font-size:13px;}
#act_page .text_over_image{font-size:20px;}
#act_page .contact_gov{font-size:20px;}
#act_page .blue_background{padding-top:20px;}
#act_page .text_over_image button{margin-top:20px;}
/*#act_page .tanker_position{padding-top:25px;  margin-bottom: -23px;}*/
#act_page .tanker_position{padding-top:25px;  margin-bottom: -3px;}
#act_page .spread ul li{font-size:15px;}
#act_page .spread ul li:nth-child(2){padding-left:10px;}

#act_page .margin-top-25px{margin-top:0px; margin-left:0px; padding-left:0px;}
#act_page .margin-top-25pxfnn{margin-left:0px;}
#act_page .margin-top-25pxf{margin-left:0px;}


}
@media(max-width:403px) {
#act_page .bottom_round ul li {width: 50%;}
#act_page .bottom_round ul li img {height: 130px;    width:auto;}
#act_page .bottom_round ul li:nth-child(2) {     font-size: 15px;
    padding-left: 25px;
    padding-top: 25px;
    }
}
@media(max-width:365px) {
#act_page .bottom_round ul li {width: 50%;}
#act_page .bottom_round ul li:nth-child(2) { font-size: 14px; padding-left: 35px; padding-top: 25px;}

}
@media(max-width:340px) {
#act_page .bottom_round ul li {width: 50%;}
#act_page .bottom_round ul li:nth-child(2) { font-size: 12px; padding-left: 25px; padding-top: 40px;}

}
/*Added By Muntazir*/ 
@media(max-width: 478px) and (min-width:200px){

    /*Added By Muntazir*/
#act_page .bottom_round ul li:nth-child(2) { width:110px;}

}
@media(max-width: 768px) and (min-width:479px){

    /*Added By Muntazir*/
#act_page .bottom_round ul li:nth-child(2) { padding-top: 45px; padding-left:45px; width:196px;}

}

@media(max-width:992px) and (min-width:769px) {
   /*Added By Muntazir*/    
    #act_page .bottom_round ul li:nth-child(2){ width: 489px;}
}

@media(max-width: 991px){
  
	#act_page .margin-top-25px{margin-left: 0;}
    #act_page .margin-top-25pxf{margin-left:0px;}
 }
#act_page #techSec {
    background-image: url(resources/images/techWorkers_banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    min-height: 500px;
    display: flex;
    align-items: center;
}
@media(max-width: 767px){
    #act_page #techSec {
        min-height: 300px;
    }
}
@media(max-width: 450px){
    #act_page #techSec {
        min-height: 230px;
    }
}
#footer .bg_gray{background-color:#EBEBEB; padding:55px;}
@media(max-width: 767px){
    #footer .bg_gray{padding: 55px 15px 55px 15px}
}
#footer ul{padding:0px;}
#footer li.current-menu-item a{color: #999 !important;}
#footer .menu_head ul li a{
    text-decoration: none;
    color: #999;
    text-transform: unset;
    font-size: 15px;
    line-height: 1.8;
}
body.zoom-level-150 #footer .menu_head ul li a{ font-size: 22.5px; }
body.zoom-level-200 #footer .menu_head ul li a{ font-size: 30px; }

#footer .menu_head{ font-family:roboto; font-size:19px; color:#656565; text-transform:uppercase;display:inline;}
#footer .menu_head a{ color:#656565; text-transform:uppercase; font-size: 19px;}
body.zoom-level-150 #footer .menu_head a{ font-size: 28.5px;}
body.zoom-level-200 #footer .menu_head a{ font-size: 38px;}
#footer .menu_head ul{display:grid;padding:0px; padding-top:10px; font-size:15px; color:#999; font-family:roboto;}
#footer .menu_head li{display:inline; line-height:27px;  text-transform:none;}
#footer .copyright{font-size:1em; padding-top:45px; font-family:roboto; color:#999;}
@media(max-width: 767px){
    #footer .menu_head li{line-height:18px; margin-top:9px;}
}
#learn_page #cover_image{position:relative; background:url(resources/images/learn_banner.png)  no-repeat center center;
	   width: 100%; height:600px;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;}

#learn_page .banner_text
{
	position:absolute;
	top:4%;
	font-family:Aku-Kamu;
	font-size:45px;
	text-align:center;
	color:white;
	width:100%;
}
#act_page .plane
{
	position:absolute;
	bottom:-55px;
	text-align:center;
	width:100%;
}
#act_page .plane img
{
	width:40%;
}
@media(min-width: 1600px){
	#act_page .plane img{
		width: 35%;
	}
}
#learn_page .heading_text_learn 
{
	font-family:Oswald-Bold;
	font-size: 2.19em;
	padding-left: 30x;
}
#learn_page .padding-top-90px{padding-top:90px;}
#learn_page .padding-bottom-90px{padding-bottom:90px;}
#learn_page .icon_bottom_text{color: #787878;font-family: roboto;font-size: 1em;line-height: 1.88em; padding-left:35px; padding-right:35px;
    }
	#learn_page .icon_bottom_text img{margin-bottom:37px;}
		#learn_page .padding-top-55px{padding-top:55px;}
#learn_page .border_top{border-top:2px dotted #C0C0C0;}
#learn_page .join_us
{
	font-family:Oswald-Bold;
	font-size:2.19em;
	padding-top:90px;
	padding-bottom:30px;
	padding-left: 35px;
}
#learn_page .send_me
{
		font-family:roboto;
		font-size:1.38em;
		color:0072CB;
		padding-bottom:15px;
}
@media(min-width: 1025px){
    #learn_page .btns_row{ padding-left: 51px;}
    #learn_page .send_me{ padding-left: 35px;}
}

#learn_page .checkbox{
	width:53px;
	height:52px;
    background: transparent url(resources/images/unchecked.png) no-repeat;
	background-size:contain;
	background-position: center;
	float:left;
    margin: 0 0 0 6px;
}
#learn_page .checked{
    background: transparent url(resources/images/checked.png ) no-repeat;
	background-size:contain;
	background-position: center;
}
#learn_page .checkbox_lebel
{
		font-family:roboto;
		font-size:1.19em;
		color:#676767;
		padding-left:0px;
		float:left;
		
}
#learn_page .border_wrapper{
        padding: 0px;
    }
@media(min-width: 1025px){
    #learn_page .border_wrapper{
        padding: 0 20px;
        margin-left: 15px;
    }
}
#learn_page .border_wrapper hr{
    border-top: 2px solid #EBEBEB;
}
#learn_page .padding-left-12px{
    padding-left: 12px;
}
#learn_page .email_wrapper{
    padding-left: 35px;
}
#learn_page .blue_box{font-family:roboto;padding-left:0px; padding-right:0px;
		font-size:19px;border:3px solid #0072CB; text-align:center; padding-top:9.5px; padding-bottom:9.5px; cursor:pointer;}
#learn_page .blue_box:hover{background-color:#0072CB; color:#FFF;}


#learn_page .blue_box{font-family:roboto;padding-left:0px; padding-right:0px;
		font-size:1.19em;border:3px solid #0072CB; text-align:center; padding-top:9.5px; padding-bottom:9.5px; cursor:pointer;}
#learn_page .blue_box:hover{background-color:#0072CB; color:#FFF;}
		#learn_page .blue_box.active{background-color:#0072CB; color:#FFF;}		
#learn_page .blue_box:nth-child(1){border-right:0px;}	
#learn_page .blue_box:nth-child(2){border-right:0px;}		
		#learn_page .padding-top-10px{
			padding-top:10px;
		}
		#learn_page .blue_box_bottom{font-family:roboto;padding-left:0px; padding-right:0px;
		font-size:16px;color:999999; text-align:center; padding-top:15px; padding-bottom:10px;}
		
#learn_page input.custom_textbox, #learn_page select.custom_textbox {    border-radius: 0px;
    padding: 25px 20px;
    padding-bottom: 20px;
    font-size: 1.13em;
    background-color: #EBEBEB;
    border:0px;
   	outline:0px;
	box-shadow: none;
    color: 999999;

}
body.zoom-level-150 #learn_page input.custom_textbox, body.zoom-level-150 #learn_page select.custom_textbox{ height: 58px;}
body.zoom-level-200 #learn_page input.custom_textbox, body.zoom-level-200 #learn_page select.custom_textbox{ height: 73px;}
#learn_page input.custom_btn{    font-size: 1.19em;
    border-radius: 0px;
    border: none;
    padding: 9px 20px;
    background-color: #D12C33;
    color: #FFF;
    outline: 0;
}
#learn_page .text_number {
    font-size: 1.25em;
    font-family: roboto;
    color: #666666;
    padding-top: 15px;
}
#learn_page .text_state {
    font-size: 1.25em;
    font-family: roboto;
    color: #666666;
    padding-left: 15px;
}
#learn_page .padding-top-20px {
    padding-top: 20px;
}

#learn_page .padding-right-0px {
    padding-right: 0px;
}
#learn_page .padding-left-0px{
    padding-left:0px;
}
#learn_page .state_bottom_text{ font-size: 1em;
    font-family: roboto;
    color: #666666; padding-left:15px;}
	#learn_page .state_bottom_text .col-xs-4,#learn_page .state_bottom_text .col-xs-8{padding-top:20px;}
	#learn_page .red-color{color:#D32B33;}
	#learn_page .red_button{width: 235px;border: 1px solid #D12C33;color: #D12C33;font-family: roboto;font-size: 1.19em;
    padding: 13px 5px; margin:0 auto;}
    body.zoom-level-150 #learn_page .red_button{width: 300px;}
    body.zoom-level-200 #learn_page .red_button{width: 400px;}

	#learn_page .red_button_big{width: 319px;border: 1px solid #D12C33;color: #D12C33;font-family: roboto;font-size: 1.19em;
    padding: 13px 5px; margin:0 auto; text-align: center;}
    body.zoom-level-150 #learn_page .red_button_big{width: 475px;}
    body.zoom-level-200 #learn_page .red_button_big{width: 625px;}

	#learn_page .lh_new_text{line-height: 1.75em;padding-top: 1.44em;}
	#learn_page .margin-lr-15px{margin-left:20px; margin-right:20px;}
	#learn_page .padding-lr-0px{padding-left:0px;padding-right:0px;}
	#learn_page .margin_bor-lr-0px{margin-left: 20px;margin-right: 0px;}
@media(max-width:991px) {
	#learn_page .banner_text
{
	top:17%;
	font-size:35px;
}
	#learn_page .padding-lr-0px-mobile{padding-left: 0px; padding-right: 0px;}
	#learn_page .icon_bottom_text{padding-left: 15px; padding-right: 15px;}
#learn_page .state_bottom_text{ font-size: 14px;
}
#learn_page .text_state {padding-left:0px;    margin-left: -15px; font-size:16px;}
#learn_page .lh_new_text {
    padding-top: 10px;
}
#learn_page #cover_image{height:500px;}
#act_page .plane	{bottom:-40px;}
	#learn_page .margin_bor-lr-0px{margin-left: -15px;margin-right:-15px;}
#learn_page .state_bottom_text {padding-left:0px; }
#learn_page .padd_mob_state {padding-top:20px; }
#learn_page .heading_text_learn{font-size:30px}
#learn_page .padding-top-90px{padding-top:30px;}
#learn_page .padding-bottom-90px{padding-bottom:30px;}
#learn_page .margin-lrt0px{margin-left:0px;margin-top:20px;}
   #learn_page .join_us
{
	
	font-size:25px;
	padding-top:30px;
	padding-bottom:10px;
	padding-left: 0px;
	padding-right: 0px;
}
#learn_page .send_me
{
	font-size:18px;
    padding-left: 0;
}
@media(min-width: 1025px){
    #learn_page .btns_row{ padding-left: 51px;}
    #learn_page .send_me{ padding-left: 35px;}
}
/*#learn_page .row.step_1_form{padding-left: 0;}*/
#learn_page .margin-lr-15px{margin-left:0px; margin-right:0px;}
#learn_page .checkbox_text_padding_lr {padding-left: 0px; padding-right: 0px;}
#learn_page .checkbox_lebel{padding-left: 20px;}
#learn_page .textbox_join_padding_l {padding-left: 0px;}
#learn_page .blue_box{font-size:17px;}
#learn_page .blue_box_bottom{font-size:15px;}
	#learn_page .state_bottom_text .col-xs-4,#learn_page .state_bottom_text .col-xs-8{padding-left:0px;}

}
@media(max-width:767px) {
	
		#learn_page .banner_text
{
	font-size:30px;
	top:10%;
}#learn_page .margin-lr-15px {
    margin-left: 0px;
    margin-right: 0px;
   
}
#learn_page .padding-left-mobile-0px{padding-left:0px;}
#learn_page #cover_image{height:300px;}
#act_page .plane	{bottom:-20px;}


#learn_page .heading_text_learn{font-size:25px}
#learn_page .padding-top-90px{padding-top:30px;}
#learn_page .padding-bottom-90px{padding-bottom:20px;}
#learn_page .icon_bottom_text{padding-left:15px; padding-right:15px;}
#learn_page .icon_bottom_text img{margin-bottom:15px;}
#learn_page .state_bottom_text .col-xs-4, #learn_page .state_bottom_text .col-xs-8{padding-right: 0px;}
#learn_page .padding-top-55px{padding-top:5px;}
#learn_page .padding-top-15px{padding-top:15px;}
#learn_page .margin-top-15px{margin-top:15px;}
#learn_page .paddmob-0px{padding-left:0px;padding-right:0px;}
#learn_page .margin_top_mob-10px{ margin-top: 10px;}
   #learn_page .join_us
{
	font-size:20px;
	padding-top:25px;
	padding-bottom:20px;
	padding-left:0px;
}
#learn_page .checkbox{
		width:25px;
	height:24px;
}
#learn_page .checkbox_lebel
{
	font-size:15px;
	
}
#act_page .border_top {
    
    margin-left: 0px;
    margin-right: 0px;
}
#learn_page .red_button {
  
    font-size: 16px;
    padding: 5px;
   
}
#learn_page .red_button_big{font-size: 16px;
    padding: 5px;}
    #learn_page .hide_br br{display: none;}
}
@media(max-width:478px) {
		#learn_page .banner_text
{
	top:5%;
	font-size:25px;
}

	#learn_page .checkbox_lebel
{
	font-size:15px;
	padding-top:0px;
	padding-left:10px;
	
	
}

    #learn_page .red_button_big {
    width: 274px;
    border: 1px solid #D12C33;
    color: #D12C33;
    font-family: roboto;
    font-size: 16px;
    padding: 5px;
    margin: 0 auto;
}
#learn_page .blue_box{font-size:14px;}
#learn_page .blue_box_bottom{font-size:13px;}
#learn_page #cover_image{height:230px;}

#learn_page .heading_text_learn{font-size:20px}
#learn_page .padding-top-90px{padding-top:25px;}
#learn_page .padding-bottom-90px{padding-bottom:25px;}
}
@media(max-width:350px) {
	#learn_page .lh_new_text {
   font-size: 13px;}
   #learn_page .mobile_font{font-size: 12px;}

}
#about_page .banner_wrapper{
	background-color: #1C5073;
	padding: 0;
}
#about_page #cover_image{position:relative; background:url(resources/images/about_banner.png)  no-repeat;
	   height: 500px;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      background-position:  center bottom;
      padding: 0;
  }

#about_page .banner_text
{
	position:absolute;
	top:0%;
	font-family:Aku-Kamu;
	font-size:55px;
	text-align:center;
	color:white;
	width:100%;
}
#about_page .padding-top-90px{padding-top:90px;}
#about_page .padding-bottom-50px{padding-bottom:50px;}
#about_page .padding-bottom-90px{padding-bottom:90px;}
#about_page .border_top{border-top:2px dotted #C0C0C0;}
#about_page .join_us
{
	font-family:Oswald-Bold;
	font-size:35px;
	padding-left: 30px;
}
#about_page .about_right_text {
    color: #787878;
    font-family: roboto;
    font-size: 1em;
    line-height: 1.88em;
    padding-left: 35px;
    padding-right: 35px;
}
#about_page .action_right_text {
    color: #787878;
    font-family: roboto;
    font-size: 1em;
    line-height: 1.88em;
    max-width: 350px;
    background-color: #FFF;
    padding: 30px;
    position: relative;
    margin-left: 15px;
   
}
#about_page .action_right_text_sec {
    color: #787878;
    font-family: roboto;
    font-size: 1em;
    line-height: 1.88em;
    max-width: 350px;
    background-color: #FFF;
    padding: 30px;
    position: relative;
    float: right;
    margin-right: 15px;
   
}
#about_page .blue_circle_image
{
	position: absolute;
    top: 0;
    margin-left: -13.5px;
    left: 0;
}
#about_page .blue_circle_image_last
{
	position: absolute;
    bottom: 0;
    margin-left: -13.5px;
    left: 0;
}
#about_page .red_circle_image
{
	position: absolute;
    top: 50%;
    margin-top: -17px;
    margin-left: -2.5;
}
#about_page .text_right_parent{display: table-cell;vertical-align: middle;}
#about_page .text_right_main_wrapper{width:45%;float: left; left;vertical-align: middle; height: 315px;display: table;overflow: hidden;}
#about_page .vertical_line_wrapper{width:10%;float: left;}
#about_page .date_text_wrapper{width:100%; display: table;}
#about_page .date_text{display: table-cell;vertical-align: middle;}
#about_page .action_right_text a{
     text-decoration: none;
   	 color:#D53841;
   
}
#about_page .action_right_text_sec a{
     text-decoration: none;
   	 color:#D53841;
   
}
#about_page .about_circle_text {
    color: #787878;
    font-family: roboto;
    font-size: 1em;
    line-height: 1.88em;
}
@media(max-width: 767px){
	#about_page #coordinator .about_circle_text {padding: 0 15px;}
	#about_page #coordinator img{width: 100%; height: auto;}
}
#about_page .about_circle_text a {
   text-decoration: none;
   color:#D53841;

   
}
#about_page .about_circle_text_box {
    color: #787878;
    font-family: roboto;
    font-size: 1em;
    line-height: 1.88em;
    width:45%;float: left;
    vertical-align: middle;
    height: 315px;
    display: table;overflow: hidden;
   
}#about_page .about_circle_text_box a {
   text-decoration: none;
   color:#D53841;
   text-transform: uppercase;   
}


#about_page .margin-lr-15px{margin-left:20px; margin-right:20px;}
#about_page #actions .margin-lr-15px{margin: 0;}
#about_page #actions .border_wrapper{
	margin: 0 auto 0 20px;
    float: unset;
}
@media(max-width: 991px){
	#about_page #actions .border_wrapper, #about_page #membership .margin-lr-15px, #about_page #steering .margin-lr-15px, #about_page #coordinator .margin-lr-15px{
		width: Calc(100% - 30px);
		margin: auto;
		float: unset;
	}
	#about_page #actions .block{
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media(max-width: 767px){
	#about_page #actions .border_wrapper, #about_page #membership .margin-lr-15px, #about_page #steering .margin-lr-15px, #about_page #coordinator .margin-lr-15px{
		width: auto;
		margin: auto;
		float: unset;
	}
	#about_page #actions .block{
		padding-left: 15px;
		padding-right: 15px;
	}
}
#about_page .padding-lr-button-0px{padding-left: 0px; padding-right: 0px;}
#about_page .padding-r-button-0px{padding-right: 0px;}
#about_page .padding-top-25px{padding-top:25px;}
#about_page .padding-top-15px{padding-top:15px;}
#about_page .vertical_line{    background: url(resources/images/vertical_line.png);
   width: 4px;background-size: cover;height: 315px; position: relative; margin:0 auto; margin-top: -4px;}

#about_page .action_right_text:after{
position: absolute;
top: 50%;
left: -15px;
content: '';
width: 0;
height: 0;
margin: -15px 0 0;
border-right: solid 15px rgba(255,255,255,.8);
border-bottom: solid 15px transparent;
border-top: solid 15px transparent;
} 
#about_page .action_right_text_sec:after{
  content:"";
    position:absolute;
    height:0;
    width:0;
    left:100%;
    top:50%;
   	margin: -15px 0 0;
    border:15px solid transparent;
    border-left: solid 15px rgba(255,255,255,.8);
} 

#about_page .padding-top-bottom-55px{padding-top: 55px; padding-bottom: 55px;}
#about_page .c_name{color:#323232; font-size: 1.69em; padding-top: 25px;}
#about_page .news_title{color:#323232; font-size: 22px; padding-top: 25px;}
#about_page .news_featured_image {max-height: 400px; width: 100%;}
#about_page .c_name2{color:#323232; text-align: center; font-size: 23px; padding-top: 25px; font-family: roboto;}
#about_page .decr{color:#929292; font-size: 18px; font-family: roboto;}
@media(max-width: 767px)
{
	#membership img.center-block{height: 90px; width: auto;}
	#about_page .c_name2{padding-top: 0px;}
	#about_page .decr{margin-bottom: 35px; padding-left: 0;}
}
#about_page .desc_width{margin:0 auto; text-align: center;}
#about_page .desc_width2{ text-align: center; margin:0 auto;}
#about_page .red_button {
     width: 473px;
    border: 1px solid #D12C33;
    color: #D12C33;
    font-family: roboto;
    font-size: 1.19em;
    padding: 13px 5px;
    margin: 0 auto;
}
#about_page .adjust_height_table
{
	height: 107px;
	display: table;
}
#about_page .adjust_display
{
	display: table-cell;
	vertical-align: middle;
}
#about_page .custom_btn {
    font-size: 19px;
    border-radius: 0px;
    border: none;
    padding: 9px 0px;
    background-color: #D12C33;
    color: #FFF;
    outline: 0;
}
#about_page .about_join_btn{text-decoration: none; color: #FFF; display: block;}
@media(max-width: 991px)
{
	#about_page .news_title{font-size: 18px;}
	#about_page .banner_text{top:5%;font-size:35px;}
	#about_page #cover_image{height:500px;}
	#about_page .padding-top-90px{padding-top:30px;}
	#about_page .padding-bottom-50px{padding-bottom:30px;}
	#about_page .padding-bottom-90px{padding-bottom:30px;}
	#about_page .join_us{font-size:25px;padding-top:30px;padding-bottom:10px;}
	#about_page .padding-top-bottom-55px{padding-top: 35px; padding-bottom: 35px;}
	#about_page .padding-lr-button-0px {padding-right: 30px; padding-left: 15px; }

}
@media(max-width: 767px)
{
	#about_page .news_title{font-size: 16px;}
	#about_page .padding-bottom-50px{padding-bottom:20px;}
	#about_page .padding-top-25px{padding-top:15px;}
	#about_page .banner_text{font-size:30px;top:0%;}
    #about_page #cover_image{height:350px;}
    #about_page .padding-top-90px{padding-top:20px;}
	#about_page .padding-bottom-90px{padding-bottom:20px;}
	#about_page .join_us{font-size:20px;padding-top:15px;padding-bottom:10px;padding-left:15px;}
	#about_page .about_right_text{padding-left:15px; padding-right:15px;}
	#about_page .margin-lr-15px{margin-left:-15px; margin-right:-15px;}
	#about_page .padding-top-bottom-55px{padding-top: 25px; padding-bottom: 25px;}
	#about_page .padding-lr-0px{padding-left: 0px; padding-right: 0px;}
	#about_page .text_right_main_wrapper {width: 100% ;}
	#about_page .action_right_text{ margin: 0 auto;}
	#about_page .action_right_text:after{display:none;}
	#about_page .action_right_text_sec{ margin: 0 auto;}
	#about_page .action_right_text_sec:after{display:none;}
	#about_page .action_right_text_sec { float: inherit; margin: 0 auto;}
	#about_page .padding-r-button-0px{padding-right: 0px;}
	#about_page .padding-lr-button-0px { padding-left: 0px; padding-right: 15px; }
	#about_page .custom_btn {margin-top: 15px; margin-bottom: 35px;}

}
@media(max-width: 600px)
{
	#about_page #cover_image{height:300px;}
}
@media(max-width: 550px)
{
	#about_page .banner_text{top:3%;}
}
@media(max-width: 478px)
{
	#about_page .news_title{font-size: 14px;}
	#about_page .padding-bottom-50px{padding-bottom:15px;}
	#about_page .banner_text{font-size:25px;top:5%;}
    #about_page #cover_image{height:230px;}
	#about_page .padding-top-90px{padding-top:15px;}
	#about_page .padding-bottom-90px{padding-bottom:15px;}
	#about_page .padding-top-bottom-55px{padding-top: 15px; padding-bottom: 15px;}
	#about_page .red_button {width:250px; font-size: 16px;}
}
@media(max-width: 380px)
{
	#about_page #cover_image{height:200px;}
	#about_page .banner_text{top:2%;}
}
@media(max-width: 767px){
    #about_page .row.extended {
        margin-top: 50px;
    }
}
@media(min-width: 768px){
    #about_page .row.extended {
        margin-top: 70px;
    }
}

@media(min-width: 992px){
    #about_page .extended .c_name {
        padding-top: 0px;
    }
}

#home_page .vimeo-wrapper {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: -1;
   pointer-events: none;
   overflow: hidden;
}
#home_page .vimeo-wrapper iframe {
   width: 100vw;
   height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
   min-height: 100vh;
   min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
   position: absolute;
   top: 50%;
   left: 50%;
   bottom:70%;
   transform: translate(-50%, -50%);
}


#home_page .home_text
{
	font-size:18px;
    font-family: roboto;
    color: #FFF;
    padding-left: 0px;
	padding-top:15px;
}

#header .desktop_header ul#header_menu {
   
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: inline-block;
}
#home_page ul#header_menu{list-style-type:none; padding-top:15px;}
#home_page #mobile_dropdown ul#header_menu {margin-top: -2px;}
#home_page #mobile_dropdown li {display: block; padding-left: 0px;}

#home_page ul# a{ text-decoration: none;color: #FFF;}
   
#home_page li{display:inline-block; color:white;padding-left:0px}
#home_page li:nth-child(1){padding-left:0px}
#home_page .posAbsolute{    position: absolute;
    bottom: 0;
    top: auto;
    padding: 20px 15px 10px 15px; background-color:rgba(0,0,0,.5);    width: 100%;}
    #home_page .posAbsolute img{ min-width:300px; max-width: 300px;}
    #home_page .vimeo-wrapper{ background:none; }
     #home_page .vimeo-wrapper_bg_end{background-image: url(resources/images/home_video_banner.jpg?v=1.2);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
   }
    #home_page .play_btn{display:none;}
@media(max-width:991px)
{
   #home_page .posAbsolute img{ min-width:100%; max-width: 100%;}
   #header .padding-top-15px{padding-top:15px;}
   #home_page .padding-top-9px{padding-top: 0px;}
   #home_page .mobile-menu-wrapper .dropdown-menu{display: inline-grid;}
}
@media(max-width:767px)
{
	#home_page .home_text
{
	font-size:18px;
   
}
#home_page .play_btn{display:block;position: absolute; top: 40%; left: 50%; margin-left: -22.5px;}
#home_page .play_btn img{cursor: pointer;}
/*#home_page .vimeo-wrapper{
	background: url(resources/images/home_banner.jpg?v=1.2);
	background-size: cover;
	background-position: center;
}
#home_page .vimeo-wrapper_bg_mob_end{
    background: url(resources/images/home_banner.jpg?v=1.2);
    background-size: cover;
    background-position: center;
}*/
#home_page .home_text { padding-top: 10px; text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;}
#home_page .home_padd_mob { padding-left:0px;padding-right:0px; }
#home_page .padd_h_b{padding-left: 0px padding-right0px;}
#home_page .border_bt_hm1{border-bottom:1px solid #FFF;}
#home_page .border_bt_hm2{border-bottom:1px solid #FFF;}
#home_page .home_padd_mob { padding-left:0px;padding-right:0px; }
#home_page .home_mobile_border1{padding-top: 15px; padding-bottom: 7.5px;}
#home_page .home_mobile_border2{padding-top: 7.5px; padding-bottom: 7.5px;}
#home_page .home_mobile_border3{padding-top: 7.5px; padding-bottom: 15px;}
#home_page .posAbsolute {
	padding: 0px;
}
#home_page ul {
   padding-left: 0px;
}
#home_page li{padding-left:2px; font-size:10px;}
#home_page #language_switch li{padding-left:2px; font-size:14px; display: block;}

}


.step_2 .form-control {margin-bottom: 15px;}

/* category page */

#category_page h1.page_title { margin-top: 40px; margin-bottom: 40px; font-family: Oswald-Bold;
    font-size: 35px; padding-left: 35px; }

#category_page .news_title h2{
    color: #323232;
    font-size: 22px;
   padding: 0 0 0 20px;
    margin: 0;
}

#category_page .news_title h2 a, #category_page .news_title h2 a:hover{
    color: #323232;
    font-size: 22px;
    text-decoration: none;
}

#category_page .news_content {
	color: #787878;
    font-family: roboto;
    font-size: 16px;
    line-height: 30px;
    padding-top: 15px;
    padding-left: 50px;
}

#category_page .margin-lr-15px {
    margin-left: 35px;
}
#category_page .border_top {
    border-top: 2px dotted #C0C0C0;
    margin-top: 25px;
    margin-bottom: 25px;
}
#category_page a.read_more, #category_page a.read_more:hover
{
	color: #D32C33;
    text-decoration: none;    
}

#single_page h1.page_title { margin-top: 40px; margin-bottom: 15px; font-family: Oswald-Bold;
    font-size: 2.19em; padding-left: 35px; }
#single_page .news_featured_image {padding-left: 35px;}
#single_page .news_content {
	color: #787878;
    font-family: roboto;
    font-size: 1em;
    line-height: 1.87;
    padding-top: 15px;
    padding-left: 50px;
    padding-bottom: 50px;
}
#single_page .publish_date {
    margin: 0 0 15px 35px;
    color: #8B8B8B;
    font-size: 0.9em;
    line-height: 1.76;
}
@media(max-width: 991px){
    #single_page .publish_date {
        margin: 0 0 15px 0px;
    }
}
.succ_msg
{

	color: green;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 18px;
	font-family: roboto;
	display: none;
}
.privacy_policy{ 
	text-decoration: none;
	font-family: roboto;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 10px;
    font-size: 1em;
    color: 999999;
 }
 .privacy_policy a{text-decoration: none;color:#999;}

.tabs{
	padding-top: 90px;
}
#act_page .tabs{
    background-color: #FFF;    
}
#learn_page .tabs{
    padding-top:0px;
}
#about_page .tabs{
    padding-top:0px;
}
.stickyTab{
	position: fixed;
	top: 0px;
    width: 100%;
    padding-top: 0px;
    z-index: 1;
}
 .nav-tabs {
    font-size: 1.06em;
    font-family: roboto;
    background: #FFF;
    width: 100%;
    list-style-type: none;
    border-top: 0px solid #ddd;
    border-bottom: 0px solid #ddd;
}
.nav-tabs li {
    width: 16.66%;
    text-align: center;
}
.nav-tabs li a {
    color: #676767;
    padding: 13px 15px;
    margin-right: 0;
    border: none;
    border-radius: inherit;
    cursor: pointer;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{border: none;}
@media(max-width: 991px){
	.nav-tabs li a {
		padding: 13px 12px;
	}
	#category_page h1.page_title{padding-left: 0px;}
	#category_page .padding-lr-0px{padding-left: 0px !important;padding-right: 0px !important;}
	#category_page .padding-lr-15px{padding-left: 15px !important;padding-right: 15px !important;}
	#category_page .margin-lr-15px{margin-left: 0px !important;margin-right: 0px !important;}

	#single_page h1.page_title{padding-left: 0px;}
	#single_page .padding-lr-0px{padding-left: 0px !important;padding-right: 0px !important;}
	#single_page .padding-lr-15px{padding-left: 15px !important;padding-right: 15px !important;}
    #learn_page .stpadding-lr-15px{padding-left: 15px !important;padding-right: 15px !important;}
	#single_page .margin-lr-15px{margin-left: 0px !important;margin-right: 0px !important;}
}
.nav-tabs li a:hover, .nav-tabs li a:focus {
    background: rgba(255,255,255,0.25);
    color: #676767;
    width: 100%;
}
.nav-tabs li a.single_line{
	line-height: 47px;
}
.nav-tabs li.active a{
	color: #D53841;
	border-right: unset;
    border-top: unset;
    border-left: unset;
    border-bottom-color: #ddd;
}
.nav-tabs>li.active>a:hover{
	color: #D53841;
	border-right: unset;
    border-top: unset;
    border-left: unset;
    border-bottom-color: #ddd;
}
a.link_tag {
	text-decoration: none;
color: #D12C33;
display: block;
}
li.current-menu-item a{color:#D22C33 !important;}
#act_page #banner{
	background-image: url('resources/images/video_background.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
	height: 460px;
	position: relative;
}
@media(min-width: 1400px){
	#act_page #banner{
		height: 500px;
	}
}
@media(min-width: 1600px){
	#act_page #banner{
		height: 520px;
	}
}
@media(max-width: 991px){
	#act_page #banner{
		height: 350px;
	}
}
@media(max-width: 767px){
	#act_page #banner{
		height: 270px;
	}
}
@media(max-width: 550px){
	#act_page #banner{
		height: 230px;
	}
}

@media(min-width: 992px){
	.stickyPad{ padding-top: 165px;}
}
#about_page #membership .bs3-grid-builder-child-item div:nth-child(4){
	padding-left: 15px;
} 
@media(max-width: 767px){
	#about_page #membership .bs3-grid-builder-child-item div:nth-child(4){
		padding-left: 0px;
	} 
}
/*   mobile menu start  */

.mobile-menu-container {
    background-color: rgba(255,255,255,.90);
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,.5);
    z-index: 1000;
    position: absolute;
    top: 108px;
    left: 0;
    width: 100%;
    display: none;
    opacity: 0;
    transition: opacity 0.2s cubic-bezier(0,0,0.28,1);
}
@media(max-width: 991px){
.mobile-menu-container {
    top: 82px; 
}

}
@media(max-width: 767px){
.mobile-menu-container {
    top: 83px; 
}

}
@media(max-width: 400px){
.mobile-menu-container {
    top: 75px; 
}

}
/*@media(max-width: 375px){
.mobile-menu-container {
    top: 69px; 
}

}
@media(max-width: 350px){
.mobile-menu-container {
    top: 64px; 
}

}
@media(max-width: 320px){
.mobile-menu-container {
    top: 62px; 
}

}*/
.mobile-menu-container.open {
    display: block;
    opacity: 1;
    transition: opacity 0.2s cubic-bezier(0,0,0.28,1);
}
.mobile-menu-wrapper {
    background-color: #fff;
    transform: translate3d(0,0,0);
    transition: transform 0.2s cubic-bezier(0,0,0.28,1);
}
/*   mobile menu end */
/* Zoom switcher start*/
#zoom_container{position: absolute; text-align: right; width:auto; top: 5px; right:180px; }
body.zoom-level-150 #zoom_container{right:250px; }
body.zoom-level-200 #zoom_container{right:315px; }
#zoom_container .btn-primary, #zoom_container .btn-primary:focus, #zoom_container .btn-primary:active, #zoom_container .btn-primary:visited{
    background-color: transparent;
    border-color: transparent;
    outline: none;
    padding: 2px 0;
    font-size: 1.0em;
}
#zoom_container .btn-primary span.small-text{font-size: 0.80em;}
@media( max-width: 991px ){
    #zoom_container{ display: none; }
}
/* Zoom switcher end */

/* language switcher */

#language_container{position: absolute; text-align: right; width:auto; top: 5px; right:33px; }
#language_switch a,#language_switch a:hover {
    color: #fff;
    display: block;
    padding: 5px 0px;
    margin-right: 10px;
}
.other_language{ color: #FFF;float: right; display: inline-flex; margin-right:10px; }
#google_translate_element{float: right;    position: absolute;
    top: -10000px;}
#language_switch ul.sub-menu {
    display: none;
    background-color: #111A1F;
}
ul#language_switch{display: inline-flex; margin:0; padding:0;  }
ul#language_switch li{list-style-type: none;}
ul#language_switch:hover ul.sub-menu {
    display: block;
}

.goog-te-gadget-simple{font-size: 12px !important; padding-bottom: 0px !important;  }
.goog-te-menu-value{text-decoration: none !important;}
.goog-te-menu2-item div, .goog-te-menu2-item:link div, .goog-te-menu2-item:visited div, .goog-te-menu2-item:active div
{background-color: #000;}
.goog-te-menu2{overflow: scroll !important;}
.menu-language-switcher-container {
    z-index: 2;
    text-align: right;
    display: inline-block;
}
@media(max-width: 991px){
#home_page #header{padding-top: 0px !important; padding-bottom:15px !important;}
#language_container{right: 15px;}
}
@media(max-width: 767px){
   
    .other_language {
  
    display: block;
    right: 0;
    right: -9px;
    top: 0;
    position: absolute;
  
        }
        #google_translate_element{margin-top: 0px;}
    #header .col-xs-6:nth-child(2){margin-top: 23px;}
   
    }
@media(max-width: 450px){
#home_page #header{padding-top: 0px !important; padding-bottom:19px !important;}
    #header .col-xs-6{margin-top: 25px;}
    #header .col-xs-6:nth-child(2){margin-top: 27px;}


}

/*  ABOUT PAGE START */

#about_page #about, #about_page #actions, #about_page #membership, #about_page .new_members,  #about_page #steering, #about_page #coordinator{
	padding-top: 90px;
	padding-bottom: 90px;
}
@media(max-width: 991px) and (min-width: 768px){
	#about_page #about, #about_page #actions, #about_page #membership, #about_page .new_members,  #about_page #steering, #about_page #coordinator{
		padding-left: 30px;
		padding-right: 30px;
		padding-top: 70px;
		padding-bottom: 70px;
	}
}
@media(max-width: 767px){
	#about_page #about, #about_page #actions, #about_page #membership, #about_page #steering, #about_page #coordinator{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	#about_page .new_members{
		padding-top: 0px;
		padding-bottom: 40px;
	}
}
#about_page .dotted_border{
	border-top: 2px dotted #C0C0C0;
}
@media(max-width: 991px) and (min-width: 768px){
	#about_page #about .row .col-sm-6:first-child, #about_page #membership .row .col-sm-6:nth-child(2){
		width: 25%;
	}	
	#about_page #about .row .col-sm-6:nth-child(2), #about_page #membership .row .col-sm-6:first-child{
		width: 75%;
	}	
}
#about_page .heading{
	font-family: Oswald-Bold;
    font-size: 35px;
    color: #333;
}
.zoom-level-150 #about_page .heading{
    font-size: 52px;
}
.zoom-level-200 #about_page .heading{
    font-size: 70px;
}
#about_page h2.heading{
	margin-bottom: 18px;
    margin-top: 0;
}
@media(max-width: 767px){
	#about_page h2.heading{
		margin-bottom: 10px;
		font-size: 26px;
	}
}
#about_page .desc{
	color: #787878;
    font-family: roboto;
    font-size: 1em;
    line-height: 1.88em;
}
#about_page #about p, #about_page #membership p, #about_page #steering p{
	margin-bottom: 0;
}
#about_page #about p, #about_page #membership p{
    line-height: 1.66;
}

#about_page #membership .desc{
	color: #929292;
    font-size: 1.13em;
    font-family: roboto;
}
#about_page .btn{
	font-size: 1.19em;
    border-radius: 0px;
    border: none;
    padding: 9px 0px;
    background-color: #D12C33;
    color: #FFF;
    outline: 0;
    text-decoration: none;
    display: block;
    margin-top: 56px;
}
@media(max-width: 767px){
	#about_page .btn{
		margin-top: 50px;
		margin-bottom: 10px;
	}
}
@media(max-width: 991px) and (min-width: 768px){
	#about_page .membership .row .col-sm-6{
		width: 33.33333333%;
	}	
}
#about_page .membership .img_wrapper{
	height: 120px;
}
@media(max-width: 767px){
	#about_page .membership .img_wrapper{
		height: auto;
	}
	#about_page .membership img{
		height: 90px;
		width: auto;
	}
}
#about_page .membership img, #about_page .steering img{
	margin: auto;
	display: block;
	max-height: 125px;
    width: auto;
}

#about_page .membership .options{
	color: #323232;
    text-align: center;
    font-size: 1.44em;
    padding-top: 25px;
    font-family: roboto;
}  
#about_page .membership .subtext{
	color: #929292;
    font-size: 1.13em;
    font-family: roboto;
    text-align: center;
}
@media(max-width: 767px){
	#about_page .membership .options{
		padding-top: 10px;
	}
	#about_page .membership .subtext{
		margin-bottom: 40px;
	}
}
#about_page #steering{
	padding-bottom: 55px;
}
#about_page #steering .right_col{
	padding-top: 56px;
}
@media(max-width: 767px){
    #about_page #steering {
	    padding-bottom: 25px;
	}
	#about_page #steering .right_col {
    	padding-top: 5px;
    }
}
#about_page #steering .desc a, #about_page #coordinator a{
	text-decoration: none;
    color: #D53841;
}
#about_page .steering .logo_col{
	display: table;
    width: 100%;
}
@media(max-width: 991px) and (min-width: 768px){
	#about_page .steering .logo_col{
		margin-bottom: 20px;
	}
}
#about_page .steering .logo_wrapper{
	height: 125px;
	display: table-cell;
	vertical-align: middle;
}
#about_page .steering.row2{
	margin-bottom: 55px;
	margin-top: 55px;
}
#about_page .steering.row3{
	margin-bottom: 90px;
}
@media(max-width: 991px){
	#about_page .steering.row2{
		margin: 0px;
	}
	#about_page .steering.row3{
		margin-bottom: 70px;
	}
}
@media(max-width: 767px){
	#about_page .steering.row2{
		margin: 0px;
	}
	#about_page .steering.row3{
		margin-bottom: 10px;
	}
}
#about_page .steering.row1 .logo_wrapper{
	height: 107px;
}
#about_page .steering.row3 .logo_wrapper{
	height: 120px;
}
@media(max-width: 767px){
	#about_page .steering.row1 .logo_wrapper, #about_page .steering .logo_wrapper, #about_page .steering.row3 .logo_wrapper{
		height: auto;
	    margin-bottom: 40px;
	    display: block;
	}
}
@media(min-width: 768px){
	#about_page .last_row_img1, #about_page .last_row_img2{
		display: table;
	    width: 100%;
	}
}
@media(min-width: 992px){
	#about_page .last_row_img1{
		margin-left: 50%;
		display: table;
	    height: 120px;
	    width: 50%;
	}
	#about_page .last_row_img2{
		display: table;
	    height: 120px;
	    width: 50%;
	}
}
@media(max-width: 991px){
	#about_page #coordinator img {
	    margin-top: 25px;
	}
}
@media(max-width: 767px){
	#about_page #coordinator img {
	    width: 100%;
	    height: auto;
	    margin-top: 20px;
	}
}
#about_page #coordinator .name{
	color: #323232;
    font-size: 27px;
    padding-top: 25px;
}
#about_page #coordinator .second_para{
	margin-top: 15px;
}
@media(min-width: 992px){
	#about_page #about.stickyPad{ padding-top: 255px;}
}
/*  ABOUT PAGE END */



.goog-te-banner-frame.skiptranslate {
            display: none !important;
        } 
        body {
            top: 0px !important; 
        }
        .goog-te-menu-frame {
        max-width:100% !important; 
        height: 400px !important;
        }
@media(min-width: 991px){
#language_container .dropdown-menu li a {font-size: 14px;}
.goog-te-menu-frame {
       width: 50% !important;
        }
}
@media(max-width: 991px){

.goog-te-menu-frame {
       width: 100% !important;
        }
}
        
        .goog-te-menu2 { 
        max-width: 100% !important;
        width: 100% !important;
        overflow: scroll !important;
        box-sizing:border-box !important; 
        height:auto !important; 
        }

#language_container .dropdown-menu{left: auto;right: 0; background-color: #dcdcdc; width: 130px;
    height: 167px; z-index: 99999;  border-radius: 2px; border: 2px solid #dcdcdc; box-shadow: none; }
#language_container .dropdown-menu li{width: 100%;}
#language_container .dropdown-menu li a{color: #333; padding: 5px 10px;}
/*#language_container .dropdown-menu li>a:hover, #language_container .dropdown-menu>li>a:focus{
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}*/

#language_container .btn-primary:hover, #language_container .btn-primary:focus, #language_container .btn-primary.focus, #language_container .btn-primary:active, #language_container .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    color: #FFF;
    background-color: transparent;
    border-color: transparent;
    outline: 0;
}
#language_container .btn-primary {
    color: #FFF;
    background-color: transparent;
    border-color: transparent;
}
#language_container .btn
{
    padding: 2px 0px;
    padding-right: 5px;
    outline: 0;
    font-size: 1.0em;
}
.confirm_btn_display_none{ display: none; }
/*@media(max-width: 800px){
    #language_container .dropdown-menu li{padding-left: 20px;}

    }*/
@media(max-width: 767px){
#language_container{text-align: center;  right: 0; top: 2px;}  
#language_container .btn{padding-right: 16px;}
/*#language_container .dropdown-menu{ height: 400px;width: 100%; overflow-x:hidden;}*/
/*#language_container .dropdown-menu li a {font-size: 14px; padding-left: 14px;}*/
}
/*@media(max-width: 650px){
#language_container .dropdown-menu li{width: 33.33%;padding-left: 30px;}
}
@media(max-width: 450px){
#language_container .dropdown-menu li{width: 50%;padding-left: 25px;}
}*/


#news_page .padding_top_bottom { padding-top: 0px; padding-bottom: 0px;}
#news_page .title{margin:0px; padding:20px 25px 13px 25px; color: #323232; font-size: 1.56em;line-height: 1.48;}
#news_page .content{margin:0px; padding:0px 25px 35px 25px; color: #8B8B8B; font-size: 1.06em;line-height: 1.76;}
#news_page .block {
    float: left;
    margin-bottom: 30px;
    width: calc( ( 100% - 60px ) / 3 );
    background-color: #FFF;
   
}
#news_page .block img {
    width: 100%;
    height: auto;
}
#news_page a.read_more, #news_page a.read_more:hover
{
    color: #D32C33;
    text-decoration: none; 
    display: block;   
}
#news_page h1.page_title { margin-top: 40px; margin-bottom: 40px; font-family: Oswald-Bold;
    font-size: 2.19em;}
@media(max-width: 991px){
    #news_page .title{margin:0px; padding:10px 15px 3px 15px; color: #323232; font-size: 22px;line-height: 34px;}
    #news_page .content{margin:0px; padding:0px 15px 35px 15px; color: #8B8B8B; font-size: 16px;line-height: 27px;}
    #news_page .block {
        width: calc( ( 100% - 30px ) / 2 );
        margin-bottom: 30px;
    }
    #news_page h1.page_title{padding-left: 0px;}
   
    }
    @media(max-width: 767px){

        #news_page .block {
     width:100% ;   
    }
   
    }

#home_page .banner1{display: none;
    width: 100vw;
    height: 56.25vw;
    min-height: 100vh;
    min-width: 177.77vh;
    position: absolute;
    top: 50%;
    left: 50%;
    bottom: 70%;
    transform: translate(-50%, -50%);
    z-index: -1;}
#home_page .banner2{display: none;
    width: 100vw;
    height: 56.25vw;
    min-height: 100vh;
    min-width: 177.77vh;
    position: absolute;
    top: 50%;
    left: 50%;
    bottom: 70%;
    transform: translate(-50%, -50%);
 z-index: -1;}
#news_page .publish_date{
    margin: 0 25px 15px;
    color: #8B8B8B;
    font-size: 0.9em;
    line-height: 1.76; 
}
@media(max-width: 991px){
    #news_page .publish_date {
        margin: 0 15px 15px;
    }
}
#home_page .play_btn_desk{display: none; position: absolute; top: 50%; left: 50%; height: 70px; width: 70px; margin-left: -35px; margin-top: -35px; cursor: pointer;}   
#home_page .autoplay_btn{display: none; position: absolute; top: 50%; left: 50%; height: 70px; width: 70px; margin-left: -35px; margin-top: -35px; cursor: pointer;}   

#home_page .left_arrow{display: none; opacity:0.5; position: absolute; top: 50%; left: 0; margin-left: 10px; height: 45px; margin-top: -22.5px; cursor: pointer;}   
#home_page .right_arrow{display: none; opacity:0.5; position: absolute; top: 50%; right: 0; margin-right: 10px; height: 45px; margin-top: -22.5px; cursor: pointer;}   
#home_page .left_arrow.opacity1{opacity:1;}
#home_page .right_arrow.opacity1{opacity:1;}
#you_tube_video{visibility: hidden;}
 @media(max-width: 767px){
    #home_page .banner1,#home_page .banner2{width: 100%;
    height:100%;
    min-height:100%;
    min-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom:0%;
    transform:none;}
    #home_page .play_btn_desk{display: none; position: absolute; top: 50%; left: 50%; margin-left: -25px;  height: 50px; width: 50px; margin-top: -25px; cursor: pointer;}   
    #home_page .left_arrow{display: none; position: absolute; top: 50%; left: 0; margin-left: 10px;  height: 30px; margin-top: -15px; cursor: pointer;}   
    #home_page .right_arrow{display: none; position: absolute; top: 50%; right: 0; margin-right: 10px; height: 30px; margin-top: -15px;  cursor: pointer;}   

 }
#news_page .pagging{padding-top: 20px; padding-bottom: 50px; font-weight: bold;}
#learn_page .h_auto{ height:auto !important;}
#learn_page #learn_play{cursor:pointer;}
#home_page #close_video{    position: absolute;
    right: 15px;
    top: 0;
    font-size: 31px;
    font-weight: 100;
    color: #FFF;
    display:  none;
    width: 100%;
    height: 112px;
     z-index: 99;
    background-color: transparent;

   }
   #home_page #close_video a { cursor: pointer; float: right; text-decoration: none; color: #FFF;}

   @media(max-width:441px) {
#left_logo{float:left;width:50%;}
#menu_img_mobile{margin-top: 30px !important;}
#home_page #header {
   
    padding-bottom: 13px !important;
}
}
@media(min-width:442px) {
    #menu_img_mobile {
        width: Calc(100% - 221px);
    }
}
@media(max-width:370px) {

#menu_img_mobile{margin-top: 27px !important;}

}
@media(max-width:340px) {

#menu_img_mobile{margin-top: 25px !important;}
}
 /*#home_page .video_title
 {
    color: #FFF;
    font-size: 42px;
    position: absolute;
    text-align: center;
    width: 100%;
    top: 25%;
    font-family: abolition-soft;
    font-style: normal;
    font-weight: 400;
    display: none;
 }
 @media(max-width: 991px){
    #home_page .video_title
    {
         font-size: 30px;
    }
 }

  @media(max-width: 767px){
     #home_page .video_title
    {
         font-size: 25px;
    }
 }

 @media(max-width: 500px){
     #home_page .video_title
    {
         font-size: 22px;
    }
 }
 @media(max-width: 400px){
     #home_page .video_title
    {
         font-size: 20px;
    }
 }*/

 /*--------COOKIE PAGE TEMP START------------*/
.well2 span {color: #000;}
#page .well2 a {font-size: 14px;}
.container-fluid {/*padding-right: 0px;*/}
.CookieDeclarationDialogText, .CookieDeclarationIntro, .CookieDeclarationLastUpdated { margin: 0 0 14px 0 }      .CookieDeclarationType { display: block; margin: 12px 0 12px 0; padding:8px 8px 0 8px; border: 1px solid #333333; vertical-align: top; }      .CookieDeclarationTypeHeader { font-weight: bold; }      .CookieDeclarationTypeDescription { margin: 2px 0 16px 0; }      .CookieDeclarationTable { table-layout: fixed; width: 100%; border-collapse: collapse; border-spacing: 0; margin: 0 0 18px 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }      .CookieDeclarationTableHeader { font-weight: bold; border-bottom: 1px solid #777777; text-align: left; padding: 4px; }      .CookieDeclarationTableHeader[dir='rtl'] { text-align: right; }      .CookieDeclarationTableCell { text-overflow: ellipsis; word-wrap: break-word; border-bottom: 1px solid #777777; vertical-align: top; padding: 4px 4px 5px 4px; }    
#page .well2 {margin-bottom: 75px;}
#page .well2  h1{
    text-align: center;
    font-family: Unna-Bold;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 20px;
    margin-top: 72px;
    color: #000;
}
@media(max-width: 991px){
    #page .well2  h1{margin-top: 52px;margin-bottom: 5px;}
}
#page .well2  h2{
    font-family: Roboto-Bold;
    font-size: 18px;
    color: #000;
    line-height: 18px;
    margin-bottom: 15px;
    margin-top: 47px;
}
@media(max-width: 767px){
    #page .well2  h1{margin-top: 35px;}
    #page .well2  h2{margin-top: 35px;}
}
#page .well2  .first_p{margin-top: 43px;}
#page .well2  .blogs{padding: 0px;}
#page .well2  .blog_wrapper{width: 682px; margin: auto;}
#page .well2  h3{
    font-size: 16px;
    font-family: Roboto-Bold;
    color: #000;
    line-height: 16px;
    font-weight: bold;
}
#page .well2  .blog{padding: 0px;}
#page .well2  p{/*font-family: Roboto-regular;*/ font-size: 14px; color: #333; line-height: 24px;}
@media(max-width: 767px){
    #page .well2  .blog_wrapper{width: 100%; margin: auto;}
}
#page .well2  ul, #page .well2  ol{margin-top: -6px; margin-bottom: 7px; padding-left: 20px;}
#page .well2  ul li{
    list-style-type: disc; 
    list-style-position: inside; 
    line-height: 33px; 
    font-size: 16px; 
    color: #2f2f2f; 
    font-family: Roboto-regular;
}
#page .well2  ol>li{
    list-style-type: decimal; 
    line-height: 33px; 
    list-style-position: inside;
    font-size: 16px;
    color: #2f2f2f; 
    font-family: Roboto-regular;
}
#page .well2  ol.alphabet{counter-reset: list;}
#page .well2  ol.alphabet.alphabet-mid{counter-reset: unset;}
#page .well2  ol.alphabet > li {list-style: none; font-size: 16px; color: #2f2f2f; font-family: Roboto-regular;}
#page .well2  ol.alphabet > li:before {
  content: counter(list, lower-alpha) ") ";
  counter-increment: list;
}
#page .well2  ol.alphabet > li.both:before {
  content:"(" counter(list, lower-alpha)") ";
  counter-increment: list;
}
#page .well2  ol.alphabet > li.default:before {
  content: counter(list, lower-alpha)". ";
  counter-increment: list;
}
#page .well2  ol.counter_reset{counter-reset: unset;}
#page .well2  ol.decimal{counter-reset: list;}
#page .well2  ol.decimal > li{list-style-type: none;}
#page .well2  ol.decimal > li.both:before {
  content:"(" counter(list, decimal)") ";
  counter-increment: list;
}
#page .well2  ol.roman{counter-reset: roman;}
#page .well2  ol.roman.roman-mid{counter-reset: unset;}
#page .well2  ol.roman > li {list-style: none; font-size: 16px; color: #2f2f2f; font-family: Roboto-regular;}
#page .well2  ol.roman > li.default:before {
  content: counter(roman, lower-roman)". ";
  counter-increment: roman;
}
#page .well2  ol.roman > li.both:before {
  content:"(" counter(roman, lower-roman)") ";
  counter-increment: roman;
}
#page .well2  ol.roman > li.right:before {
  content: counter(roman, lower-roman)") ";
  counter-increment: roman;
}
#page .well2  a{color: #000; font-weight: bold;}
#page .well2  a:hover, #page .well2  a:focus, #page .well2  a:active{color: #000; text-decoration: underline; font-weight: bold;}
#page .well2  ol>li.upper_alpha {list-style-type: upper-alpha; font-size: 16px; color: #2f2f2f; font-family: Roboto-regular;}
#page .well2  ol>li.lower_alpha {list-style-type: lower-alpha; font-size: 16px; color: #2f2f2f; font-family: Roboto-regular;}
#page .well2  .big_font{
    font-size: 26px; 
    line-height: 30px; 
    font-family: Unna-Bold; 
}
#page .well2  .cybercrime{font-family: Unna-Bold; font-size: 22px; line-height: 25px;}
#page .well2  .take_five{margin-top: 30px;}
#page .well2  .fraud_types{font-size: 30px; font-family: Unna-Bold; line-height: 30px;}
#page .well2  h2.fraud_types{margin-top: 30px;}
#page .well2  h2.fraud_types span.survey{font-family: Roboto-regular; font-size: 25px;}
@media(max-width: 767px){
    #page .well2  .fraud_types{font-size: 24px;}
    #page .well2  h2.fraud_types span.survey{font-size: 21px;}
}
#page .well2  hr{margin-top: 47px;}
#page .well2  p span{display: inline-block; vertical-align: text-top;}
#page .well2  .guidence{list-style-type: none;}
#page .well2  hr.default_margin{margin-top: 20px;}
#page .well2  .underline_text{text-decoration: underline; width: auto; vertical-align: top;}
#page .well2  p.clc_informed span{padding: 0 2%;}
@media(max-width: 767px){
    #page .well2  p.clc_informed span{width: 100%;}
}
#page .well2  .glossary a{
    padding: 16px 20px;
    display: inline-block;
    background-color: #f8f8f8;
    margin-bottom: 4px;
}
#page .well2  .glossary_heading{
    font-size: 26px; 
    line-height: 30px; 
    font-family: Unna-Bold;
    text-align: center;
    margin-top: 100px; 
}
#page .well2  table, #page .well2  table td{border: none;}
#page .well2  table td.training_record{padding-left: 10px; padding-right: 10px;}
#page .well2  table tr td:first-child, #page .well2  table tr td.vertical_top{vertical-align: top;}
@media(min-width: 768px){
    #page .well2  table tr td.equality_guidance{width: 230px; display: inline-block;}
}
#page .well2  table.compensation tr td{padding: 5px 15px;}
@media(max-width: 767px){
    #page .well2  table.disciplinary_information td{display: block;}
}
#page .well2  #cyber_certificate .certificate_text{
    font-family: HelveticaNeue-Light;
    color: #393838;
    font-size: 18px;
    line-height: 59px;
    margin-top: 10px;
 }
@media(max-width: 767px){
    #page .well2  #cyber_certificate .certificate_text{line-height: 29px;}
}
#page .well2  #cyber_certificate img{margin-right: 22px; float: left; width: 70px;}
@media (max-width: 767px){
    #page .well2  #cyber_certificate img{margin-right: 20px; }
}
#page .well2  .handbook_links a{
    line-height: 35px;
    font-size: 18px;
}
#page .well2  button{
    background-color: #992001; 
    border-radius: 4px; 
    color: #fff;
    border: none;
    padding: 8px 20px;
    margin-top: 20px;
}
#page .well2  .newsletter a{display: block; margin-bottom: 10px;}
#page .well2  .star{
    display: inline-block;
    width: auto;
    vertical-align: unset;
}
@media(max-width: 767px){
    #page .well2  .table_resp{
        max-width: 100%;
        overflow-x: scroll;
        overflow-y: visible;
        display: block;
    }
}
#page .well2  .focus{
    box-shadow: inset 0 1px 1px rgba(99,20,01,.075), 0 0 8px rgba(99,20,01,.075);
    border: 1px solid #992001;
}
@media(min-width: 768px){
    #page .well2  .fisher label{width: 39%;}
    #page .well2  .fisher input, #page .well2  .fisher select, #page .well2  .fisher textarea{
        width: 60%; 
        display: inline-block;
        margin-bottom: 10px;
    }
}
#page .well2  .vTop{vertical-align: top;}
#page .well2  .selling_buying{margin-top: 60px;}
#page .well2  .selling_buying .col-sm-6{padding-right: 10px; padding-left: 10px;}
@media(max-width: 767px){
    #page .well2  .selling_buying{margin-top: 40px;}
    #page .well2  .selling_buying .col-sm-6{padding-right: 15px; padding-left: 15px; margin-bottom: 25px;}
}
#page .well2  .dropHeadingBox ul li {
    list-style-type: none;
}
#page .well2  .dropHeadingBox a{font-weight: normal;}
#page .well2  .dropHeadingBox a:hover{text-decoration: none;}
#page .well2  .dropHeadingBox ul li.heading {
    /*font-size: 18px;*/
    font-weight: bold;
}
#page .well2  p.dropSelectedText span{width: auto;}
#page .well2  p.dropSelectedText span.caret{display: inline-block; margin: 10px;}
#page .well2  .heading_dropdown{
    display: none; 
    overflow-y: scroll;
    height: 450px;
    width: 50%;
    box-shadow: 0 1px 1px 1px #eee;
}
@media(max-width: 991px){
    #page .well2  .heading_dropdown{width: 70%;}
}
@media(max-width: 767px){
    #page .well2  .heading_dropdown{width: 80%;}
    #page .well2  .dropSelectedText{width: 90%;}
    #page .well2  .dropSelectedText span:first-child{display: inline;}
    #page .well2  .dropHeadingBox ul li { line-height: 21px; padding-top: 10px;}
}
#page .well2  .dropSelectedText{font-weight: bold; cursor: pointer; font-size: 20px;}
#page .well2  .dropHeadingBox{
    display: none;
    width: 100%;
    padding: 15px 0;
    position: fixed;
    top: 0px;
    background: white;
}
#page .well2  .stickyDrop{display: block;}
/*--------PAGE TEMP END------------*/

/*--------GET RESOURCES START--------*/

#getResources .banner_wrapper{
    background-color: #16211d;
    height: 450px;
    padding: 0;
    margin-top: -1px;
}
@media(max-width: 991px){
    #getResources .banner_wrapper{
        min-height: 350px;
        height: auto;
        padding-bottom: 25px;
    }   
}
@media(max-width: 767px){
    #getResources .banner_wrapper{
        height: auto;
        padding-bottom: 25px;
        min-height: 170px;
    } 
    #getResources .banner_wrapper img{
        margin-top: 15px;
    }  
}
#getResources .resource_row{
    padding-top: 70px;
    padding-bottom: 60px;
}
@media(max-width: 767px){
    #getResources .resource_row{
        padding-top: 50px;
        padding-bottom: 50px;
    }   
}
#getResources h2{
    font-family: Oswald-Medium;
    font-size: 40px;
    color: #333;
    margin-bottom: 20px;
    margin-top: 0;
}
@media(max-width: 991px){
    #getResources h2{
        font-size: 34px;
    }
}
@media(max-width: 767px){
    #getResources h2{
        font-size: 30px;
    }
}
#getResources .desc_row{
    margin-top: 35px;
}
@media(max-width: 767px){
    #getResources .desc_row{
        margin-bottom: 20px;
    }
}
#getResources .img_wrapper img{
    width: 100%;
    height: auto;
    display: inline-block;
}
@media(max-width: 991px){
    #getResources .img_wrapper img{
        width: 100%;
    }
}
@media(max-width: 767px){
    #getResources .img_wrapper img{
        width: 90%;
    }
}
#getResources .text_wrapper h3{
    margin-top: 10px;
    margin-bottom: 7px;
}
#getResources .text_wrapper h3 a{
    font-family: Roboto-Bold;
    font-size: 17px;
    color: #0072cc;
}
#getResources .text_wrapper .img_desc a{
    font-family: Roboto-Regular;
    font-size: 17px;
    color: #333;
}
#getResources .material .img_desc{
    font-family: Roboto-Regular;
    font-size: 17px;
    color: #808080;
    max-width: 260px;
}
@media(min-width: 992px){
    #getResources .resource_img img{
        width: 80%;
        height: auto;
    }
}
@media(max-width: 767px){
    #getResources .material .img_desc{
        margin-bottom: 20px;
    }
    #getResources .resource_img img{
        margin: auto;
        display: block;
        width: 85%;
        height: auto;
    }
}
#getResources .dotted_border hr{
    border-top: 2px dotted #cbcbcb;
    margin: 0;
}
/*--------GET RESOURCES END--------*/

/*--------MEDIA PAGE START--------*/
#media_page, #media_page .information_in a{font-family: Roboto-Regular; font-size: 1.06em; color: #666666}
#media_page h1, #media_page h2, #media_page h3{ font-family: Oswald-Medium; color: #333333;}
#media_page h2{
    font-size: 1.77em;
    color: #333333;
}
#media_page .group{
    margin: 70px 0px;
}
#media_page .group h2{line-height: 40px;}
#media_page .group p{
    font-size: 1.06em;
    color: #666666;
    line-height: 1.88em;
}
#media_page .group .group_img img{width: 100%; height: auto;}
#media_page .group .group_img{text-align: right; margin-top: 22px;}
#media_page .dot_border hr{
    border-bottom: 2px dotted #cbcbcb;
}
#media_page .social_media h2{
    margin: 70px 0 60px 0px;
}
#media_page #our_social_media{margin-bottom: 70px;}
#media_page #our_social_media .social_media_icon a{
    text-align: center;
    color: #333333;
}
#media_page #information{
    margin-top: 50px;
}
#media_page .information{
    font-size: 1.42em;
    color: #333333;
}
#media_page .information_address{margin-top: 50px;}
#media_page .information_address a{font-family: Roboto-bold; font-size: 1.13em;}
#media_page .information_in{ margin-top: 20px;}
#media_page .info_in_city{font-family: Roboto-bold; font-size: 1.13em;}
#media_page .user_img{text-align: right; margin-top: 15px;}
#media_page #spokes_hr{margin: 60px 0px;}
#media_page .spokespersons{
    text-align: center;
    font-size: 1.42em;
    color: #333333;
    background-color: #fafafa;
    width: 250px;
    position: absolute;
    top: 43px;
    left: 50%;
    margin-left: -125px;
}
body.zoom-level-150 #media_page .spokespersons {
    width: 300px;
    top: 34px;
    margin-left: -150px;
}
body.zoom-level-200 #media_page .spokespersons {
    width: 350px;
    top: 27px;
    margin-left: -175px;
}

#media_page .spokespersons_row{
    margin-bottom: 50px; 
    margin-left: auto; 
    margin-right: auto;
    color: #666666;
}

body.zoom-level-150 #media_page .spokespersons_row .col-md-3, body.zoom-level-200 #media_page .spokespersons_row .col-md-3 {
    width: 50%;
}
body.zoom-level-150 #media_page .spokespersons_row .col-md-6, body.zoom-level-200 #media_page .spokespersons_row .col-md-6 {
    width: 100%;
}

#media_page .spokespersons_row h4{font-family: Roboto-bold; font-size: 1.13em;}
#media_page .spokespersons_row p{font-size: 1.01em; line-height: 1.76;}
#media_page .user_images{
    width: 200px;
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 13px;
    background-position: center;
}
#media_page .user_img img{
    width: 85%;
    height: auto;
}
#media_page .spokes_container{margin-bottom: 20px;}
@media(max-width: 991px){
    #media_page .social_media h2{
        margin: 25px 0 45px 0px;
    }
    #media_page #our_social_media .social_media_icon{
        min-height: 10%;
    }
    #media_page .user_img img{
        width: 80%;
    }
}
@media(max-width: 767px){
    #media_page h2{
        font-size: 24px;
    }
    #media_page .information{
        font-size: 18px;
    }
    #media_page #information {
        margin-top: 0px;
    }
    #media_page .group_img img{
        width: 100%;
        height: auto;
    }
    #media_page .user_img img{
        width: 100%;
        height: auto;
    }
    #media_page #our_social_media img {
        height: 75px;
        width: auto;
    }
    #media_page #our_social_media .social_media_icon{
        min-height: auto;
    }
    #media_page #our_social_media{margin-bottom: 20px;}
    #media_page .group {
        margin: 40px 0px 0px 0px;
    }
    #media_page .social_media h2{
        text-align: center;
    }
    #media_page .information_address{margin-top: 20px;}
    #media_page .spokespersons {top: -15px;}
    #media_page .spokespersons_row h4 {margin-top: 30px;}
    #media_page .user_images{
        width: 100%;
        height: 360px;
    }
}

#media_page .hidden_br{display: none;}
body.zoom-level-150 #media_page #our_social_media .col-md-3 {width: 50%;}
body.zoom-level-200 #media_page #our_social_media .col-md-3 {width: 50%;}
body.zoom-level-150 #media_page .hidden_br{display: block;}
body.zoom-level-200 #media_page .hidden_br{display: block;}
/*--------MEDIA PAGE END--------*/

/* ------------ Custom Home Page Start ******************/ 

#custom-home-page #one-fold{width: 100%; height: 100%; overflow: hidden; position: relative; background-color: #000;}
#custom-home-page .desktop-video-container{min-width: 100%; position: absolute; left: 0; top: 0;}
#custom-home-page .desktop-video{width: 100%; height: 100%; display: none;}
#custom-home-page .desktop-video-container .video-banner{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    display: none;
}
#custom-home-page .desktop-video-container .banner-vimeo{background-image:url('resources/images/banner.jpg');}
#custom-home-page .desktop-video-container .banner-youtube{background-image:url('resources/images/banner1.png');}
#custom-home-page .desktop-video-container .video-banner img{display: none;}
#custom-home-page .btn-nav{
    position: absolute;
    top: 50%;
    height: 45px;
    margin-top: -22.5px;
    display: none;
    cursor: pointer;
}
#custom-home-page .btn-nav.left{
    left: 40px;
}
#custom-home-page .btn-nav.right{
    right: 40px;
}

#custom-home-page .btn_play{
    position: absolute;
    top: 50%;
    left: 50%;
    height: 70px;
    width: 70px;
    margin-top: -35px;
    margin-left: -35px;
    display: none;
    cursor: pointer;
}

#custom-home-page #close-youtube-video{ 
    position: absolute;
    right: 30px;
    top: 12px;
    font-size: 31px;
    font-weight: 100;
    color: #FFF;
    display: none;
    z-index: 100;
    background-color: transparent;
}
#custom-home-page .mute-unmute-youtube{
    position: absolute; 
    top: 70px; 
    right: 21px;
    width: 40px;
    display: none;
    cursor: pointer;
}
#custom-home-page .post-text
{
    font-size:1.125em;
    font-family: roboto;
    color: #FFF;
    padding-left: 0px;
    padding-top:15px;
}

#custom-home-page #post-block{
    position: absolute;
    bottom: 0;
    top: auto;
    padding: 20px 15px 10px 15px; 
    background-color:rgba(0,0,0,.5);
    width: 100%;
}

#custom-home-page #post-block img{ max-width: 300px; max-height: 154px;}
@media(max-width:1600px)
{
    #custom-home-page #post-block{
        padding: 15px 15px 10px 15px; 
    }
    #custom-home-page .post-text{ padding-top: 10px; }
    #custom-home-page #post-block img{ max-height: 114px;}
}
@media(max-width:1366px)
{
    #custom-home-page .post-text{ font-size: 1em; }
    #custom-home-page #post-block img{ max-width: 300px; max-height: 80px;}
}
@media(max-width:991px)
{
   #custom-home-page #post-block img{ min-width:100%; max-width: 100%;}
}
@media(max-width:767px)
{
    #custom-home-page .desktop-video-container .video-banner{
        background-image: none;
        padding-top: 81.39px;
    }
    #custom-home-page .desktop-video-container .video-banner img{display: block; width: 100%; height: 100%;}

    #custom-home-page .btn-nav{
        top: 50%;
        height: 36px;
        margin-top: -18px;
        display: inline;
    } 
    #custom-home-page .btn-nav.left{
        left: 15px;
    }
    #custom-home-page .btn-nav.right{
        right: 15px;
    }
    /*#custom-home-page .btn_play{
        display: none !important;
    }*/
    /*#custom-home-page #close-youtube-video{display: none !important;}*/
    #custom-home-page .post-text
    {
        font-size:18px;
    }
    #custom-home-page .post-text { 
        padding-top: 10px; 
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
    #custom-home-page #post-block
    {
        padding: 0px;
        background-color:rgba(0,0,0);
    }

    #custom-home-page .home_padd_mob { padding-left:0px;padding-right:0px; }
    #custom-home-page .padd_h_b{padding-left: 0px padding-right0px;}
    #custom-home-page .border_bt_hm1{border-bottom:1px solid #FFF;}
    #custom-home-page .border_bt_hm2{border-bottom:1px solid #FFF;}
    #custom-home-page .home_padd_mob { padding-left:0px;padding-right:0px; }
    #custom-home-page .home_mobile_border1{padding-top: 15px; padding-bottom: 7.5px;}
    #custom-home-page .home_mobile_border2{padding-top: 7.5px; padding-bottom: 7.5px;}
    #custom-home-page .home_mobile_border3{padding-top: 7.5px; padding-bottom: 15px;}
}
/* ************* Custom home page end ******************/
/* ************* search ***********/

#right_icon {
    width: 320px;
}
#header .icons_wrapper{
    display: flex;
}
@media(max-width:1099px) {
    #header .icons_wrapper{
        display: none;
    }
    .mobile-menu-container li.menu-item.hidden-md.hidden-lg {
        display: block !important;
    }
}
.search span.glyphicon.glyphicon-search {
    color: #fff;
    font-size: 14px;
    display: block;
    padding-top: 5px;
}
#header .icons_wrapper a.search{
    padding: 0 5px 0 15px;
}
.search_wrapper, .search_wrapper_input {
    width: 70%;
    margin: 43px auto 0;
}
.search_wrapper{
    margin-bottom: 50px;
}
.search_wrapper input, .search_wrapper_input input {
    height: 44px;
}
.search_list{
    background-color: #fff;
    margin-top: 50px;
    margin-bottom: 50px;
}
.search_list h2{    
    margin: 30px 0 0px;
    padding: 20px 25px 10px 25px;
    color: #323232;
    font-size: 1.56em;
    line-height: 1.48;
}
.search_list h2 a, .search_list h2 a:hover, .search_list h2 a:visited, .search_list h2 a:active {
    color: #323232;
}
.search_list .publish_date {
    margin: 0 25px 10px;
    color: #8B8B8B;
    font-size: 0.9em;
    line-height: 1.76;
}
.search_list .content {
    margin: 0px;
    padding: 0px 25px 20px 25px;
    color: #8B8B8B;
    font-size: 1.06em;
    line-height: 1.76;
}
.searchHeading{
    margin-top: 44px;
    margin-bottom: 0px;
}
@media(max-width: 767px){
   .searchHeading{
        margin-top: 29px;
    } 
    .search_wrapper, .search_wrapper_input {
        margin: 28px auto 0;
        width: 100%;
    }
    .search_list .content {
        padding: 0px 0px 20px;
    }
    .search_list h2 {
        padding: 20px 0px 10px;
    }
    .search_list .publish_date {
        margin: 0 0px 10px;
    }
    .search_wrapper {
        margin-bottom: 50px;
    }
}
.search_wrapper_input .form-control:focus, .search_wrapper .form-control:focus {
    border-color: #ccc;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0,0,0,.075);
    border-top: 1px solid #ccc;
}
#header .icons_wrapper a{
    padding-top: 0;
    padding-bottom: 0;
}
#right_icon a.btn_donate{
    padding-top: 4px !important;
    margin: 0 5px 0 15px;
}

/*--------------tech workers start -----------*/
#tech_workers #banner{
    /*background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    position: relative;
    background-image: url(resources/images/Workers_banner.jpg);*/
    height: 460px;
    display: flex;
    align-items: center;
    padding: 0;
    overflow-x: hidden;
}
#tech_workers #banner h2{
    font-family: Aku-Kamu;
    font-size: 45px;
    color: #fff;
    margin: 0;
    line-height: 55px;
}
@media(max-width: 767px){
    #tech_workers #banner{
        height: 300px;
    }
    #tech_workers #banner h2{
        font-size: 40px;
        line-height: 50px;
        text-align: left;
    }
}
@media(max-width: 550px){
    #tech_workers #banner{
        background-position: center right 43%;
        height: 230px;
    }
    #tech_workers #banner h2{
        font-size: 32px;
        line-height: 40px;
    }
}
@media(max-width: 400px){
    #tech_workers #banner{
        background-position: center right 38%;
    }
    #tech_workers #banner h2{
        font-size: 26px;
        line-height: 34px;
    }
}
#tech_workers #banner h2 span {
    color: #2fd3f8;
    display: block;
}
#tech_workers .share {
    background-color: #15598c;
    width: 56px;
    height: 57px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #134167;
}
#tech_workers .bell {
    background-color: #15598c;
    width: 56px;
    height: 57px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #134167;
    border-top-left-radius: 8px;
}
#tech_workers .donate_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #134167;
    border-bottom-left-radius: 8px;
    background-color: #0f3d67;
    transform: translateX(121px);
}
#tech_workers .donate {
    background-color: #15598c;
    width: 56px;
    height: 57px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #134167;
    border-bottom-left-radius: 8px;
}
#tech_workers .donate_text {
    width: 120px;
    text-align: center;
    color: #8bc9fc;
    font-family: roboto;
    font-size: 15px;
}
#tech_workers .btns_wrapper {
    position: absolute;
    top: 0;
    right: 0;
}
#tech_workers .bell_wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #134167;
    border-top-left-radius: 8px;
    background-color: #0f3d67;
    transform: translateX(121px);
}
#tech_workers .share_wrapper:hover, #tech_workers .donate_wrapper:hover, #tech_workers .bell_wrapper:hover{
    transform: translateX(0px);
    transition-duration: 1s;
}
#tech_workers .bell_text {
    width: 120px;
    text-align: center;
    color: #8bc9fc;
    font-family: roboto;
    font-size: 15px;
}
#tech_workers .share_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #134167;
    border-bottom-left-radius: 8px;
    background-color: #0f3d67;
    margin: 1px 0;
    transform: translateX(121px);
}
#tech_workers .share_text {
    width: 120px;
    text-align: center;
    color: #8bc9fc;
    font-family: roboto;
    font-size: 15px;
}
@media(max-width: 550px){
    #tech_workers .bell img, #tech_workers .share img, #tech_workers .donate img{
        width: 50%;
    }
    #tech_workers .bell, #tech_workers .share, #tech_workers .donate{
        width: 36px;
        height: 37px;
    }
    #tech_workers .bell_text, #tech_workers .share_text, #tech_workers .donate_text{
        width: 80px;
        font-size: 14px;
    }
    #tech_workers .bell_wrapper, #tech_workers .share_wrapper, #tech_workers .donate_wrapper{
        transform: translateX(81px);
    }
}
#tech_workers, #tech_workers p {
    color: #787878;
    font-family: roboto;
    font-size: 1em;
    line-height: 1.88em;
}
#tech_workers .dotted hr {
    margin: 55px 0;
    border-top: 2px dotted #b1b1b1;
}
#tech_workers .second_banner{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    height: 460px;
    position: relative;
    background-image: url(resources/images/tech_workers/banner2.jpg);
}
@media(max-width: 767px){
    #tech_workers .second_banner{
        height: 200px;
    }
}
#tech_workers .container2{
    margin-bottom: 55px;
}
@media(min-width: 992px){
    #tech_workers .container2 .row .left_col{
        padding-right: 35px;
    }
    #tech_workers .container2 .row .right_col{
            padding-left: 35px;
    }
    #tech_workers .container2 .row .middle_col{
        padding: 0 29px;
    }
}

#tech_workers .container2 img {
    display: block;
    margin: 0 auto 35px;
}
@media(max-width: 767px){
    #tech_workers .container2 .row .left_col{
        margin-bottom: 37px;
    }
    #tech_workers .container2 .row .middle_col{
        margin-bottom: 55px;
    }
    #tech_workers .container2 img {
        margin: 0 auto 15px;
    }
}
#tech_workers .companies_wrapper{
    background-color: #1c3959;
    padding: 55px 0;
}
#tech_workers h2 {
    font-family: Oswald-Bold;
    font-size: 35px;
    color: #333;
    margin: 0 auto 30px;
    text-align: center;
}
@media(max-width: 767px){
    #tech_workers h2 {
        font-size: 24px;
    }
}
#tech_workers .companies_wrapper  h2{
    color: #fff;
}
#tech_workers .comprehensive{
    padding: 55px 15px 0;
}
@media(min-width: 992px){
    #tech_workers .comprehensive .left_col{
        padding-left: 61px;
    }
    #tech_workers .comprehensive .right_col{
        padding-left: 60px;
    }
}
#tech_workers .community .row:nth-child(2) img{
    margin: 0 auto;
}
#tech_workers .community .row:nth-child(2){
    display: flex;
    align-items: center;
}
@media(max-width: 767px){
    #tech_workers .community .row:nth-child(2){
        display: block;
    }
    #tech_workers .community .row:nth-child(2) img{
        margin: 35px auto 0;
    }
}
#tech_workers .community .row:nth-child(2) a{
    color: #f99863;
}
#tech_workers .community .champion_name{
    font-weight: bold;
}
#tech_workers .community .img_wrapper{
    height: 270px;
    margin-bottom: 25px;
}
#tech_workers .community .champions_wrapper {
    margin-top: 50px;
}
#tech_workers .community .champions_wrapper p {
    margin-bottom: 0px;
}
@media(max-width: 767px){
    #tech_workers .community .champions_wrapper .champion{
        margin-bottom: 40px;
    }
}
#tech_workers .community .champions_wrapper .col-xs-12:first-child {
    margin-bottom: 20px;
}
#tech_workers .news_wrapper{
    margin-bottom: 55px;
}
#tech_workers .news_wrapper .heading, #tech_workers .events_wrapper .heading{
    text-align: left;
}
@media(max-width: 767px){
    #tech_workers .news_wrapper .heading, #tech_workers .events_wrapper .heading{
        text-align: center;
    }
}
#tech_workers .news_wrapper button, #tech_workers .events_wrapper button {
    color: #595959;
    background-color: transparent;
    font-size: 18px;
    border: 2px solid #f99863;
    border-radius: 25px;
    height: 52px;
    padding: 0;
    width: 214px;
}
@media(max-width: 767px){
    #tech_workers .news_wrapper button, #tech_workers .events_wrapper button{
        margin: 0 auto;
        display: block;
        height: 50px;
        width: 190px;
    }
}
#tech_workers .news_wrapper button:focus, #tech_workers .events_wrapper button:focus{
    outline: none;
}
#tech_workers .news_wrapper .card_wrapper, #tech_workers .events_wrapper .card_wrapper{
    margin-top: 30px;
}
#tech_workers .news_wrapper .card, #tech_workers .events_wrapper .card{
    background-color: #fff;
    padding: 15px;
    box-shadow: 0px 1px 4px 2px rgba(0,0,0,0.05);
}
@media(max-width: 767px){
    #tech_workers .news_wrapper .card, #tech_workers .events_wrapper .card{
        margin-bottom: 25px;
    }
    #tech_workers .news_wrapper .cards_wrapper .col-xs-12:last-child .card, #tech_workers .events_wrapper .cards_wrapper .col-xs-12:last-child .card{
        margin-bottom: 0;
    }
}
#tech_workers .news_wrapper .card .date, #tech_workers .events_wrapper .card .date{
    color: #f99863;
    margin-bottom: 0;
}
#tech_workers .news_wrapper .card .card_content{
    margin: 20px 10px;
    height: 140px;
}
#tech_workers .events_wrapper{
    padding-bottom: 55px;
}
#tech_workers .events_wrapper .card .card_content {
    margin: 20px 10px;
    height: 300px;
    overflow: hidden;
}
#tech_workers .news_wrapper .card .card_text, #tech_workers .events_wrapper .card .card_text {
    margin-bottom: 0;
}
#tech_workers .news_wrapper .cards_wrapper, #tech_workers .events_wrapper .cards_wrapper{
    margin-top: 30px;
}
#tech_workers .events_wrapper p {
    margin-bottom: 0;
}
#tech_workers .events_wrapper .card_content p.city {
    font-weight: bold;
}
#tech_workers .news_wrapper .news_img, #tech_workers .events_wrapper .event_img{
    background-size: cover;
    background-position: center;
    height: 200px;
    overflow: hidden;
}
@media(max-width: 991px){
    #tech_workers .news_wrapper .news_img, #tech_workers .events_wrapper .event_img{
        height: 150px;
    }
}
#tech_workers #header{
    background-color: transparent;
}
#tech_workers .header_banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    height: 541px;
    position: relative;
    background-image: url(resources/images/Workers_banner.jpg);
    margin-bottom: 70px;
}
@media(max-width: 767px){
    #tech_workers .header_banner {
        margin-bottom: 50px;
        height: 400px;
        background-position: center right 34%;
    }
}
@media (max-width: 550px){
    #tech_workers .header_banner {
        height: 320px;
    }
}
/*#tech_workers #header form{
    margin: 0 5px 0 0;
    width: 210px;
    border: 1px solid #a68590;
    border-radius: 25px;
    display: flex;
}
#tech_workers #header form input {
    padding-left: 18px;
    width: 150px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    border: none;
    border-right: 1px solid #a68590;
    height: 32px;
    font-size: 14px;
    line-height: 24px;
    padding-top: 2px;
}
#tech_workers #header form .btn{
    background-color: #D12C33;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border-left: none;
    color: #fff;
    padding: 0;
    width: 58px;
    border: none;
    height: 32px;
    font-family: Oswald-Medium;
    font-size: 15px;
}
#tech_workers #right_icon{
    width: 450px;
}
#tech_workers #right_icon a.btn_donate{
    height: 34px;
    padding-top: unset !important;
    line-height: 34px;
    border-radius: 25px;
    display: inline-block;
    width: 80px;
}*/
/* tech join sec */
#tech_workers .join_us {
    font-family: Oswald-Bold;
    font-size: 2.19em;
    padding-bottom: 30px;
    padding-left: 35px;
}
#tech_workers .send_me {
    font-family: roboto;
    font-size: 1.38em;
    color: 0072CB;
    padding-bottom: 15px;
}
@media (min-width: 1025px){
    #tech_workers .send_me {
        padding-left: 35px;
    }
}
@media (min-width: 1025px){
    #tech_workers .btns_row {
        padding-left: 51px;
    }
}
#tech_workers .send_me {
    font-family: roboto;
    font-size: 1.38em;
    color: 0072CB;
    padding-bottom: 15px;
}
@media (min-width: 1025px){
    #tech_workers .send_me {
        padding-left: 35px;
    }
}
#tech_workers .blue_box {
    font-family: roboto;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 19px;
    border: 3px solid #0072CB;
    text-align: center;
    padding-top: 9.5px;
    padding-bottom: 9.5px;
    cursor: pointer;
}
#tech_workers .blue_box {
    font-family: roboto;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 1.19em;
    border: 3px solid #0072CB;
    text-align: center;
    padding-top: 9.5px;
    padding-bottom: 9.5px;
    cursor: pointer;
}
#tech_workers .blue_box:nth-child(1) {
    border-right: 0px;
}
#tech_workers .blue_box.active {
    background-color: #0072CB;
    color: #FFF;
}
#tech_workers .blue_box:nth-child(2) {
    border-right: 0px;
}
#tech_workers .border_wrapper {
    padding: 0px;
}
@media (min-width: 1025px){
    #tech_workers .border_wrapper {
        padding: 0 20px;
        margin-left: 15px;
    }
}
#tech_workers .border_wrapper hr {
    border-top: 2px solid #EBEBEB;
}
#tech_workers .checkbox {
    width: 53px;
    height: 52px;
    background: transparent url(resources/images/unchecked.png) no-repeat;
    background-size: contain;
    background-position: center;
    float: left;
    margin: 0 0 0 6px;
}
#tech_workers .checked {
    background: transparent url(resources/images/checked.png) no-repeat;
    background-size: contain;
    background-position: center;
}
#tech_workers .checkbox_lebel {
    font-family: roboto;
    font-size: 1.19em;
    color: #676767;
    padding-left: 0px;
    float: left;
}
#tech_workers .padding-bottom-90px {
    padding-bottom: 25px;
}
#tech_workers .padding-right-0px {
    padding-right: 0px;
}
#tech_workers .email_wrapper {
    padding-left: 35px;
}
#tech_workers .padding-left-0px {
    padding-left: 0px;
}
#tech_workers input.custom_textbox, #tech_workers select.custom_textbox {
    border-radius: 0px;
    padding: 25px 20px;
    padding-bottom: 20px;
    font-size: 1.13em;
    background-color: #EBEBEB;
    border: 0px;
    outline: 0px;
    box-shadow: none;
    color: 999999;
}
#tech_workers .succ_msg {
    color: green;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 18px;
    font-family: roboto;
    display: none;
}
#tech_workers .step_2 .form-control {
    margin-bottom: 15px;
}
#tech_workers .padding-lr-0px {
    padding-left: 0px;
    padding-right: 0px;
}
#tech_workers .padding-left-12px {
    padding-left: 12px;
}
#tech_workers input.custom_btn {
    font-size: 1.19em;
    border-radius: 0px;
    border: none;
    padding: 9px 20px;
    background-color: #D12C33;
    color: #FFF;
    outline: 0;
}
#tech_workers .privacy_policy {
    text-decoration: none;
    font-family: roboto;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 10px;
    font-size: 1em;
    color: 999999;
}
#tech_workers .privacy_policy a {
    text-decoration: none;
    color: #999;
}
@media (max-width: 1024px){
    #tech_workers .padd_r_m_0px {
        padding-right: 30px;
    }
}
@media (max-width: 991px){
    #tech_workers .margin_bor-lr-0px {
        margin-left: -15px;
        margin-right: -15px;
    }
    #tech_workers .join_us {
        font-size: 25px;
        padding-bottom: 10px;
        padding-left: 0px;
        padding-right: 0px;
    }
    #tech_workers .send_me {
        font-size: 18px;
        padding-left: 0;
    }
    #tech_workers .padd_r_m_0px {
        padding-right: 0px;
    }
    #tech_workers .blue_box {
        font-size: 17px;
    }
    #tech_workers .checkbox_text_padding_lr {
        padding-left: 0px;
        padding-right: 0px;
    }
    #tech_workers .checkbox_lebel {
        padding-left: 20px;
    }
    #tech_workers .textbox_join_padding_l {
        padding-left: 0px;
    }
    #tech_workers .textbox_join_padding_l {
        padding-left: 0px;
    }
}
@media (max-width: 767px){
    #tech_workers .join_us {
        font-size: 24px;
        padding-bottom: 20px;
        padding-left: 0px;
    }
    #tech_workers .paddmob-0px {
        padding-left: 0px;
        padding-right: 0px;
    }
    #tech_workers .margin_top_mob-10px {
        margin-top: 10px;
    }
    #tech_workers .paddmob-0px {
        padding-left: 0px;
        padding-right: 0px;
    }
    #tech_workers .paddmob-0px {
        padding-left: 0px;
        padding-right: 0px;
    }
    #tech_workers .checkbox {
        width: 25px;
        height: 24px;
    }
    #tech_workers .checkbox_lebel {
        font-size: 15px;
    }
    #tech_workers .padding-bottom-90px {
        padding-bottom: 20px;
    }
    #learn_page .padding-left-mobile-0px {
        padding-left: 0px;
    }
    #learn_page .margin_top_mob-10px {
        margin-top: 10px;
    }
}
@media (max-width: 478px){
    #tech_workers .blue_box {
        font-size: 14px;
    }
    #tech_workers .checkbox_lebel {
        font-size: 15px;
        padding-top: 0px;
        padding-left: 10px;
    }
    #tech_workers .padding-bottom-90px {
        padding-bottom: 25px;
    }
}
/* tech join sec */
#tech_workers .events_wrapper a, #tech_workers .events_wrapper a:hover {
    color: #377db9;
}
/* tech donate sec */
#tech_workers #donate.blue_background {
    background-color: #313848;
    padding-top: 90px;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 55px;
}
#tech_workers #donate.padding-lr-0px {
    padding-left: 0px;
    padding-right: 0px;
}
#tech_workers #donate .text_over_image {
    color: #FFF;
    font-family: Oswald-Medium;
    font-size: 30px;
}
#tech_workers #donate .text_under_donate {
    color: #FFF;
    font-family: Oswald;
    font-size: 22px;
    padding-top: 20px;
}
#tech_workers #donate .text_over_image button {
    font-size: 27px;
    border-radius: 0px;
    border: none;
    padding: 10px 70px;
    background-color: #D12C33;
    color: #FFF;
    margin-top: 30px;
}
#tech_workers #donate .tanker_position {
    padding-top: 34px;
    /*margin-bottom: -30px;*/
    margin-bottom: -11px;
    
}
#tech_workers #donate .max_height {
    max-height: 395px;
}
@media (max-width: 1024px){
    #tech_workers #donate .blue_background {
        padding-top: 25px;
    }
    #tech_workers #donate .donate_text_padding_lr {
        padding-left: 0px;
        padding-right: 0px;
    }
    #tech_workers #donate .text_over_image {
        font-size: 25px;
    }
    #tech_workers #donate .text_under_donate {
        font-size: 18px;
        padding-top: 10px;
    }
    #tech_workers #donate .text_over_image button {
        margin-top: 20px;
    }
}
@media (max-width: 767px){
    #tech_workers #donate .blue_background {
        padding-top: 35px;
    }
    #tech_workers #donate .text_over_image {
        font-size: 25px;
    }
    #tech_workers #donate .text_under_donate {
        font-size: 17px;
    }
    #tech_workers #donate .text_over_image button {
        margin-top: 25px;
    }
}
@media (max-width: 478px){
    #tech_workers #donate .blue_background {
        padding-top: 20px;
    }
    #tech_workers #donate .text_over_image {
        font-size: 20px;
    }
    #tech_workers #donate .text_over_image button {
        margin-top: 20px;
    }
    #tech_workers #donate .tanker_position {
        padding-top: 25px;
        /*margin-bottom: -23px;*/
        margin-bottom:-3px;
    }
}
/* tech donate sec */
#tech_workers .news_img img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    height: 100%;
    max-height: 100%;
}
#tech_workers a:focus {
    text-decoration: none;
    outline: none;
}
/*--------------tech workers end -----------*/
#act_page .nav-tabs li{
    width: 16.66%;
}
/*--------------tech workers start -----------*/
#endorser #banner{
    height: 424px;
    display: flex;
    align-items: center;
    padding: 0;
    overflow-x: hidden;
}
#endorser #banner h2{
    font-family: Aku-Kamu;
    font-size: 45px;
    color: #fff;
    margin: 0;
    line-height: 55px;
}
@media(max-width: 767px){
    #endorser #banner{
        height: 300px;
    }
    #endorser #banner h2{
        font-size: 40px;
        line-height: 50px;
    }
}
@media(max-width: 550px){
    #endorser #banner{
        background-position: center right 43%;
        height: 230px;
    }
    #endorser #banner h2{
        font-size: 32px;
        line-height: 40px;
    }
}
@media(max-width: 400px){
    #endorser #banner{
        background-position: center right 38%;
    }
    #endorser #banner h2{
        font-size: 26px;
        line-height: 34px;
    }
}
#endorser #banner h2 span {
    color: #fff;
    display: block;
}
#endorser .endorser_join span {
    background-image: url(resources/images/endorser/btnBg.jpg);
    display: inline-block;
    background-size: cover;
    background-position: center bottom;
    padding: 8px 84px;
    margin: 0 auto;
    color: #8fa7bf;
}
@media(max-width: 767px){
    /*#endorser .endorser_join{
        background-image: linear-gradient(to bottom,#1c3959 90%, #fff 10% );
    }*/
    #endorser .endorser_join span{
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: center bottom 1px;
        padding: 8px 0px;
        display: block;
    }
}
#endorser .endorser_join span .email{
    color: #cedae6;
    cursor: pointer;
}
#endorser .endorser_join span img {
    margin-right: 12px;
}
#endorser .endorser_join {
    text-align: center;
}
#endorser .share {
    background-color: #15598c;
    width: 56px;
    height: 57px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #134167;
}
#endorser .bell {
    background-color: #15598c;
    width: 56px;
    height: 57px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #134167;
    border-top-left-radius: 8px;
}
#endorser .donate_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #134167;
    border-bottom-left-radius: 8px;
    background-color: #0f3d67;
    transform: translateX(121px);
}
#endorser .donate {
    background-color: #15598c;
    width: 56px;
    height: 57px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #134167;
    border-bottom-left-radius: 8px;
}
#endorser .donate_text {
    width: 120px;
    text-align: center;
    color: #8bc9fc;
    font-family: roboto;
    font-size: 15px;
}
#endorser .btns_wrapper {
    position: absolute;
    top: 0;
    right: 0;
}
#endorser .bell_wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #134167;
    border-top-left-radius: 8px;
    background-color: #0f3d67;
    transform: translateX(121px);
}
#endorser .share_wrapper:hover, #endorser .donate_wrapper:hover, #endorser .bell_wrapper:hover{
    transform: translateX(0px);
    transition-duration: 1s;
}
#endorser .bell_text {
    width: 120px;
    text-align: center;
    color: #8bc9fc;
    font-family: roboto;
    font-size: 15px;
}
#endorser .share_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #134167;
    border-bottom-left-radius: 8px;
    background-color: #0f3d67;
    margin: 1px 0;
    transform: translateX(121px);
}
#endorser .share_text {
    width: 120px;
    text-align: center;
    color: #8bc9fc;
    font-family: roboto;
    font-size: 15px;
}
@media(max-width: 550px){
    #endorser .bell img, #endorser .share img, #endorser .donate img{
        width: 50%;
    }
    #endorser .bell, #endorser .share, #endorser .donate{
        width: 36px;
        height: 37px;
    }
    #endorser .bell_text, #endorser .share_text, #endorser .donate_text{
        width: 80px;
        font-size: 14px;
    }
    #endorser .bell_wrapper, #endorser .share_wrapper, #endorser .donate_wrapper{
        transform: translateX(81px);
    }
}
#endorser, #endorser p {
    color: #787878;
    font-family: roboto;
    font-size: 1em;
    line-height: 1.88em;
}
#endorser .dotted hr {
    margin: 55px 0;
    border-top: 2px dotted #b1b1b1;
}
#endorser .second_banner{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    height: 460px;
    position: relative;
    background-image: url(resources/images/tech_workers/banner2.jpg);
}
@media(max-width: 767px){
    #endorser .second_banner{
        height: 200px;
    }
}
#endorser .container2{
    margin-bottom: 55px;
}
@media(min-width: 992px){
    #endorser .container2 .row .left_col{
        padding-right: 35px;
    }
    #endorser .container2 .row .right_col{
            padding-left: 35px;
    }
    #endorser .container2 .row .middle_col{
        padding: 0 29px;
    }
}

#endorser .container2 img {
    display: block;
    margin: 0 auto 35px;
}
@media(max-width: 767px){
    #endorser .container2 .row .left_col{
        margin-bottom: 37px;
    }
    #endorser .container2 .row .middle_col{
        margin-bottom: 55px;
    }
    #endorser .container2 img {
        margin: 0 auto 15px;
    }
}
#endorser .companies_wrapper{
    background-color: #1c3959;
    padding: 55px 0;
}
#endorser h2 {
    font-family: Oswald-Bold;
    font-size: 35px;
    color: #333;
    margin: 0 auto 30px;
    text-align: center;
}
@media(max-width: 767px){
    #endorser h2 {
        font-size: 24px;
    }
}
#endorser .companies_wrapper  h2{
    color: #fff;
}
#endorser .comprehensive{
    padding: 55px 15px 0;
}
@media(min-width: 992px){
    #endorser .comprehensive .left_col{
        padding-left: 61px;
    }
    #endorser .comprehensive .right_col{
        padding-left: 60px;
    }
}
#endorser .community .row:nth-child(2) img{
    margin: 0 auto;
}
#endorser .community .row:nth-child(2){
    display: flex;
    align-items: center;
}
@media(max-width: 767px){
    #endorser .community .row:nth-child(2){
        display: block;
    }
    #endorser .community .row:nth-child(2) img{
        margin: 35px auto 0;
    }
}
#endorser .community .row:nth-child(2) a{
    color: #f99863;
}
#endorser .community .champion_name{
    font-weight: bold;
}
#endorser .community .img_wrapper{
    height: 270px;
    margin-bottom: 25px;
}
#endorser .community .champions_wrapper {
    margin-top: 50px;
}
#endorser .community .champions_wrapper p {
    margin-bottom: 0px;
}
@media(max-width: 767px){
    #endorser .community .champions_wrapper .champion{
        margin-bottom: 40px;
    }
}
#endorser .community .champions_wrapper .col-xs-12:first-child {
    margin-bottom: 20px;
}
#endorser .news_wrapper{
    margin-bottom: 55px;
}
#endorser .news_wrapper .heading, #endorser .events_wrapper .heading{
    text-align: left;
}
@media(max-width: 767px){
    #endorser .news_wrapper .heading, #endorser .events_wrapper .heading{
        text-align: center;
    }
}
#endorser .news_wrapper button, #endorser .events_wrapper button {
    color: #595959;
    background-color: transparent;
    font-size: 18px;
    border: 2px solid #f99863;
    border-radius: 25px;
    height: 52px;
    padding: 0;
    width: 214px;
}
@media(max-width: 767px){
    #endorser .news_wrapper button, #endorser .events_wrapper button{
        margin: 0 auto;
        display: block;
        height: 50px;
        width: 190px;
    }
}
#endorser .news_wrapper button:focus, #endorser .events_wrapper button:focus{
    outline: none;
}
#endorser .news_wrapper .card_wrapper, #endorser .events_wrapper .card_wrapper{
    margin-top: 30px;
}
#endorser .news_wrapper .card, #endorser .events_wrapper .card{
    background-color: #fff;
    padding: 15px;
    box-shadow: 0px 1px 4px 2px rgba(0,0,0,0.05);
}
@media(max-width: 767px){
    #endorser .news_wrapper .card, #endorser .events_wrapper .card{
        margin-bottom: 25px;
    }
    #endorser .news_wrapper .cards_wrapper .col-xs-12:last-child .card, #endorser .events_wrapper .cards_wrapper .col-xs-12:last-child .card{
        margin-bottom: 0;
    }
}
#endorser .news_wrapper .card .date, #endorser .events_wrapper .card .date{
    color: #f99863;
    margin-bottom: 0;
}
#endorser .news_wrapper .card .card_content{
    margin: 20px 10px;
    height: 140px;
}
#endorser .events_wrapper{
    padding-bottom: 55px;
}
#endorser .events_wrapper .card .card_content {
    margin: 20px 10px;
    height: 300px;
    overflow: hidden;
}
#endorser .news_wrapper .card .card_text, #endorser .events_wrapper .card .card_text {
    margin-bottom: 0;
}
#endorser .news_wrapper .cards_wrapper, #endorser .events_wrapper .cards_wrapper{
    margin-top: 30px;
}
#endorser .events_wrapper p {
    margin-bottom: 0;
}
#endorser .events_wrapper .card_content p.city {
    font-weight: bold;
}
#endorser .news_wrapper .news_img, #endorser .events_wrapper .event_img{
    background-size: cover;
    background-position: center;
    height: 200px;
    overflow: hidden;
}
@media(max-width: 991px){
    #endorser .news_wrapper .news_img, #endorser .events_wrapper .event_img{
        height: 150px;
    }
}
#endorser #header{
    background-color: transparent;
}
#endorser .header_banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    height: 541px;
    position: relative;
    background-image: url(resources/images/endorser/banner.jpg);
    margin-bottom: 0px;
}
@media(max-width: 767px){
    #endorser .header_banner {
        height: 400px;
        background-position: center right 34%;
    }
}
@media (max-width: 550px){
    #endorser .header_banner {
        height: 320px;
    }
}
#endorser .join_us {
    font-family: Oswald-Bold;
    font-size: 2.19em;
    padding-bottom: 30px;
    padding-left: 35px;
}
#endorser .send_me {
    font-family: roboto;
    font-size: 1.38em;
    color: 0072CB;
    padding-bottom: 15px;
}
@media (min-width: 1025px){
    #endorser .send_me {
        padding-left: 35px;
    }
}
@media (min-width: 1025px){
    #endorser .btns_row {
        padding-left: 51px;
    }
}
#endorser .send_me {
    font-family: roboto;
    font-size: 1.38em;
    color: 0072CB;
    padding-bottom: 15px;
}
@media (min-width: 1025px){
    #endorser .send_me {
        padding-left: 35px;
    }
}
#endorser .blue_box {
    font-family: roboto;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 19px;
    border: 3px solid #0072CB;
    text-align: center;
    padding-top: 9.5px;
    padding-bottom: 9.5px;
    cursor: pointer;
}
#endorser .blue_box {
    font-family: roboto;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 1.19em;
    border: 3px solid #0072CB;
    text-align: center;
    padding-top: 9.5px;
    padding-bottom: 9.5px;
    cursor: pointer;
}
#endorser .blue_box:nth-child(1) {
    border-right: 0px;
}
#endorser #public .blue_box.active {
    background-color: #0072CB;
    color: #FFF;
}
#endorser .blue_box:nth-child(2) {
    border-right: 0px;
}
#endorser .border_wrapper {
    padding: 0px;
}
@media (min-width: 1025px){
    #endorser .border_wrapper {
        padding: 0 20px;
        margin-left: 15px;
    }
}
#endorser .border_wrapper hr {
    border-top: 2px solid #EBEBEB;
}
#endorser .checkbox {
    width: 53px;
    height: 52px;
    background: transparent url(resources/images/unchecked.png) no-repeat;
    background-size: contain;
    background-position: center;
    float: left;
    margin: 0 0 0 6px;
}
@media(max-width: 991px){
    #endorser .checkbox{
        margin: 0;
    }
    #endorser .step_1_form>.checkbox_text_padding_lr{
        padding-left: 15px;
        width: 50%;
    }
    #endorser .textbox_join_padding_l.email_wrapper {
        padding: 0 15px;
    }
    #endorser .step_1_form>.btns_row{
        width: 50%;
        padding: 0 30px;  
    }  
}
@media(max-width: 767px){
    #endorser .step_1_form>.btns_row, #endorser .step_1_form>.checkbox_text_padding_lr{
        width: 100%;
    }
}
#endorser .checked {
    background: transparent url(resources/images/checked.png) no-repeat;
    background-size: contain;
    background-position: center;
}
#endorser .checkbox_lebel {
    font-family: roboto;
    font-size: 1.19em;
    color: #676767;
    padding-left: 0px;
    float: left;
}
#endorser .padding-bottom-90px {
    padding-bottom: 25px;
}
#endorser .padding-right-0px {
    padding-right: 0px;
}
#endorser .email_wrapper {
    padding-left: 35px;
}
#endorser .padding-left-0px {
    padding-left: 0px;
}
#endorser input.custom_textbox, #endorser select.custom_textbox {
    border-radius: 0px;
    padding: 25px 20px;
    padding-bottom: 20px;
    font-size: 1.13em;
    background-color: #EBEBEB;
    border: 0px;
    outline: 0px;
    box-shadow: none;
    color: 999999;
}
#endorser .succ_msg {
    color: green;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 18px;
    font-family: roboto;
    display: none;
}
#endorser .step_2 .form-control {
    margin-bottom: 15px;
}
#endorser .padding-lr-0px {
    padding-left: 0px;
    padding-right: 0px;
}
#endorser .padding-left-12px {
    padding-left: 12px;
}
#endorser input.custom_btn {
    font-size: 1.19em;
    border-radius: 0px;
    border: none;
    padding: 9px 20px;
    background-color: #D12C33;
    color: #FFF;
    outline: 0;
}
#endorser .privacy_policy {
    text-decoration: none;
    font-family: roboto;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 10px;
    font-size: 1em;
    color: 999999;
}
#endorser .privacy_policy a {
    text-decoration: none;
    color: #999;
}
@media (max-width: 1024px){
    #endorser .padd_r_m_0px {
        padding-right: 30px;
    }
}
@media (max-width: 991px){
    #endorser .margin_bor-lr-0px {
        margin-left: -15px;
        margin-right: -15px;
    }
    #endorser .join_us {
        font-size: 25px;
        padding-bottom: 10px;
        padding-left: 0px;
        padding-right: 0px;
    }
    #endorser .send_me {
        font-size: 18px;
        padding-left: 0;
    }
    #endorser .padd_r_m_0px {
        padding-right: 0px;
    }
    #endorser .blue_box {
        font-size: 17px;
    }
    #endorser .checkbox_text_padding_lr {
        padding-left: 0px;
        padding-right: 0px;
    }
    #endorser .checkbox_lebel {
        padding-left: 20px;
    }
    #endorser .textbox_join_padding_l {
        padding-left: 0px;
    }
    #endorser .textbox_join_padding_l {
        padding-left: 0px;
    }
}
@media (max-width: 767px){
    #endorser .join_us {
        font-size: 24px;
        padding-bottom: 20px;
        padding-left: 0px;
    }
    #endorser .paddmob-0px {
        padding-left: 0px;
        padding-right: 0px;
    }
    #endorser .margin_top_mob-10px {
        margin-top: 10px;
    }
    #endorser .paddmob-0px {
        padding-left: 0px;
        padding-right: 0px;
    }
    #endorser .paddmob-0px {
        padding-left: 0px;
        padding-right: 0px;
    }
    #endorser .checkbox_lebel {
        font-size: 15px;
    }
    #endorser .padding-bottom-90px {
        padding-bottom: 20px;
    }
    #learn_page .padding-left-mobile-0px {
        padding-left: 0px;
    }
    #learn_page .margin_top_mob-10px {
        margin-top: 10px;
    }
}
@media (max-width: 478px){
    #endorser .blue_box {
        font-size: 14px;
    }
    #endorser .checkbox_lebel {
        font-size: 15px;
        padding-top: 0px;
        padding-left: 10px;
    }
    #endorser .padding-bottom-90px {
        padding-bottom: 25px;
    }
}
/* tech join sec */
#endorser .events_wrapper a, #endorser .events_wrapper a:hover {
    color: #377db9;
}
/* tech donate sec */
#endorser #donate.blue_background {
    background-color: #313848;
    padding-top: 90px;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 55px;
}
#endorser #donate.padding-lr-0px {
    padding-left: 0px;
    padding-right: 0px;
}
#endorser #donate .text_over_image {
    color: #FFF;
    font-family: Oswald-Medium;
    font-size: 30px;
}
#endorser #donate .text_under_donate {
    color: #FFF;
    font-family: Oswald;
    font-size: 22px;
    padding-top: 20px;
}
#endorser #donate .text_over_image button {
    font-size: 27px;
    border-radius: 0px;
    border: none;
    padding: 10px 70px;
    background-color: #D12C33;
    color: #FFF;
    margin-top: 30px;
}
#endorser #donate .tanker_position {
    padding-top: 34px;
    margin-bottom: -30px;
}
#endorser #donate .max_height {
    max-height: 395px;
}
@media (max-width: 1024px){
    #endorser #donate .blue_background {
        padding-top: 25px;
    }
    #endorser #donate .donate_text_padding_lr {
        padding-left: 0px;
        padding-right: 0px;
    }
    #endorser #donate .text_over_image {
        font-size: 25px;
    }
    #endorser #donate .text_under_donate {
        font-size: 18px;
        padding-top: 10px;
    }
    #endorser #donate .text_over_image button {
        margin-top: 20px;
    }
}
@media (max-width: 767px){
    #endorser #donate .blue_background {
        padding-top: 35px;
    }
    #endorser #donate .text_over_image {
        font-size: 25px;
    }
    #endorser #donate .text_under_donate {
        font-size: 17px;
    }
    #endorser #donate .text_over_image button {
        margin-top: 25px;
    }
}
@media (max-width: 478px){
    #endorser #donate .blue_background {
        padding-top: 20px;
    }
    #endorser #donate .text_over_image {
        font-size: 20px;
    }
    #endorser #donate .text_over_image button {
        margin-top: 20px;
    }
    #endorser #donate .tanker_position {
        padding-top: 25px;
        margin-bottom: -23px;
    }
}
/* tech donate sec */
#endorser .news_img img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    height: 100%;
    max-height: 100%;
}
#endorser a:focus {
    text-decoration: none;
    outline: none;
}
/*-------*/
#endorser {
    background-color: #fff;
}
#endorser .container {
    margin: 0 auto !important;
}
#endorser #countries .flag_wrapper {
    display: inline-block;
    width: 41px;
    text-align: left;
    margin-right: 20px;
}
#endorser #countries .countries_wrapper .vce-text-block-wrapper.vce {
    display: flex;
}
#endorser #countries p {
    margin: 0;
    line-height: 2.6em;
    text-align: left;
}
#endorser #countries button {
    border: 2px solid #f99863;
    background-color: transparent;
    border-radius: 25px;
    padding: 0 30px;
    margin: 50px auto 0;
    display: block;
    color: #666;
}
@media(max-width: 767px){
    #endorser #countries button{
        margin: 20px auto 0;
    }
}
#endorser button:focus {
    outline: none;
}
#endorser hr {
    border-top: 2px dotted #C0C0C0;
    margin: 120px 0;
}
@media(max-width: 767px){
    #endorser hr {
        margin: 50px 0;
    }
}
#endorser .countries_wrapper {
    margin: 89px auto 0 !important;
}
@media(max-width: 767px){
    #endorser .countries_wrapper {
        margin: 50px auto 0 !important;
    }
}
#endorser #parliamentary_bodies h2{
    margin: 0 0px 90px;
}
@media(max-width: 767px){
    #endorser #parliamentary_bodies h2{
        margin: 0;
    }
}
#endorser #parliamentary_bodies img {
    display: block;
    margin: 0 auto 50px;
    max-width: 90%;
}
@media(max-width: 767px){
    #endorser #parliamentary_bodies img {
        margin: 0 auto 0px;
        max-height: 150px;
        width: auto;
    }
    #endorser #parliamentary_bodies .vce-row-content>.vce-col:nth-child(3) img, #endorser #parliamentary_bodies .vce-row-content>.vce-col:nth-child(4) img{
        margin-bottom: 30px;
    }
}
#endorser #parliamentary_bodies p {
    text-align: center;
    padding: 0 5px;
}
#endorser #parliamentary_bodies {
    margin-bottom: 70px;
}
#endorser #public {
    background-image: url(resources/images/endorser/blue_bgtop.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
}
#endorser #public>.vce-row .vce-row-container{
    background-color: #1c3959;
}
#endorser #public>.vce-row .vce-col-content .vce-row-container:first-child{
    margin-top: 35px;
    padding: 100px 0 70px;
}
@media(min-width: 1600px){
    #endorser #public>.vce-row .vce-col-content .vce-row-container:first-child{
        margin-top: 45px;
    }
}
@media(max-width: 991px){
    #endorser #public>.vce-row .vce-col-content .vce-row-container:first-child {
        margin-top: 25px;
    }
}
@media(max-width: 767px){
    #endorser #public>.vce-row .vce-col-content .vce-row-container:first-child {
        margin-top: 22px;
        padding: 50px 0 20px;
    }
}
@media(max-width: 630px){
    #endorser #public>.vce-row .vce-col-content .vce-row-container:first-child {
        margin-top: 15px;
    }
}
@media(max-width: 450px){
    #endorser #public>.vce-row .vce-col-content .vce-row-container:first-child {
        margin-top: 10px;
    }
}
#endorser #public .heading div {
    display: inline;
    color: #f99863;
}
#endorser #public button {
    padding: 5px 35px;
    border-radius: 25px;
    background-color: transparent;
    border: 2px solid #2f6a9e;
    color: #fff;
    margin-top: 40px;
}
@media(max-width: 767px){
    #endorser #public button {
        padding: 5px 4.3%;
        margin: 40px auto 0;
        display: block;
    }
}
#endorser #public, #public p {
    color: #fff;
    font-family: roboto;
    font-size: 1em;
    line-height: 1.88em;
}
#endorser #public .heading {
    font-family: Oswald-Bold;
    font-size: 40px;
    line-height: 1.1;
    background-image: linear-gradient(to right, #f99863 65%, #2f6a9e 35%);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% 2.5px;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
@media(max-width: 767px){
    #endorser #public .heading{
        font-size: 34px;
    }
}
#endorser #public img {
    margin: 0 auto;
    display: block;
    max-width: 45%;
    height: auto;
}
#endorser #public .vce-row-content{
    align-items: center;
}
#endorser  #public hr {
    border-top: 2px dotted #2f6a9e;
    margin: 0 0 100px;
}
@media(max-width: 767px){
    #endorser #public hr{
        margin: 0 0 50px;
    }
}
#endorser #public .border_wrapper {
    display: none;
}
#endorser #public h2{
    color: #fff;
}
#endorser #public .step_1.step_1_form {
    display: flex;
    flex-direction: row-reverse;
}
@media(max-width: 767px){
    #endorser #public .step_1.step_1_form{
        flex-direction: column-reverse;
    }
}
#endorser #public .send_me.text-left {
    color: #fff;
    font-size: 1.19em;
}
@media(min-width: 1025px){
    #endorser #public .send_me.text-left {
        text-align: center;
        width: 466px;
        padding: 0 0 15px;
    }
}
@media(max-width: 1024px){
    #endorser #public .send_me.text-left {
        width: Calc(58.33333333% - 30px);
        text-align: center;
        padding: 0 0 15px;
    }
}
@media(max-width: 767px){
    #endorser #public .send_me.text-left {
        width: 100%;
        font-size: 1em;
    }
}
#endorser #public .row.step_1.step_1_title.hidden-xs {
    display: flex;
    justify-content: flex-end;
}
#endorser #public .checkbox{
    border: 2px solid #2f6a9e;
    background-image: unset;
    width: 52px;
    height: 52px;
}
#endorser #public .checked {
    background-image: url(resources/images/endorser/checkbox.jpg);
    border: none;
    width: 52px;
    height: 52px;
    background-size: cover;
}
@media(max-width: 767px){
    #endorser #public .checkbox,#endorser #public .checked {
        width: 35px;
        height: 35px;
    }
}
#endorser #public .blue_box {
    border: 3px solid #2f6a9e;
    color: #476486;
}
#endorser #public .blue_box.active {
    background-color: #2f6a9e;
}
#endorser #public .checkbox_lebel{
    color: #fff;
    line-height: 1.38em;
    padding-left: 15px;
    max-width: 250px;
}
@media(max-width: 991px){
    #endorser #public .checkbox_lebel{
        padding-left: 30px;
    }
}
#endorser #public input.custom_btn{
    background-color: #f99863;
}
#endorser #public .email_wrapper{
    width: 100%;
}
@media (min-width: 768px){
    #endorser #public #subscriptionFrm>.col-sm-4 {
        width: 25%;
    }
    #endorser #public .step_1 .col-sm-8{
        width: 75%;
    }
}
#endorser #public .privacy_policy.step_1 {
    display: none;
}
#endorser #public hr.border2 {
    margin: 71px 0 100px;
}
@media(max-width: 767px){
    #endorser #public hr.border2 {
        margin: 25px 0 50px;
    }
}
#endorser #public .coalition h2{
    margin-bottom: 70px;
}
@media(max-width: 767px){
    #endorser #public .coalition h2{
        margin-bottom: 25px;
    }
}
#endorser #public .growing{
    padding-bottom: 60px;
}
@media(max-width: 767px){
    #endorser #public .growing{
        padding-bottom: 20px;
    }
}
#endorser #public .growing p{
    max-width: 400px;
}
#endorser #public .growing button{
    margin: 0 auto;
    display: block;
}
#endorser #public .join_us{
    text-align: center;
}
#endorser #public .col-xs-4.blue_box_bottom {
    padding: 0;
    text-align: center;
    color: #476486;
}
@media(max-width: 991px){
    #endorser #public .col-xs-4.blue_box_bottom{
        line-height: 1.3em;
    }
}
#endorser #public .bottom_row{
    margin: 10px -15px 50px;
}
#endorser #Quote_wrapper {
    background-image: url(resources/images/endorser/grey_bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
}
#endorser #Quote_wrapper>.vce-row .vce-col-content .vce-row-container:first-child{
    background-color: #f5f5f5;
    margin-top: 35px;
    padding-top: 15px;
}
@media(min-width: 1600px){
    #endorser #Quote_wrapper>.vce-row .vce-col-content .vce-row-container:first-child{
        margin-top: 45px;
    }
}
@media(max-width: 991px){
    #endorser #Quote_wrapper>.vce-row .vce-col-content .vce-row-container:first-child{
        margin-top: 25px;
    }
}
@media(max-width: 767px){
    #endorser #Quote_wrapper>.vce-row .vce-col-content .vce-row-container:first-child{
        margin-top: 22px;
    }
}
@media(max-width: 650px){
    #endorser #Quote_wrapper>.vce-row .vce-col-content .vce-row-container:first-child{
        margin-top: 15px;
    }
}
@media(max-width: 450px){
    #endorser #Quote_wrapper>.vce-row .vce-col-content .vce-row-container:first-child{
        margin-top: 11px;
    }
}
/*#endorser #Quote_wrapper .sep_row{
    background-image: url(resources/images/endorser/row1_right1.png),url(resources/images/endorser/row1_left.png);
    background-position: right top, left top;
    background-repeat: no-repeat, no-repeat;
}*/
#endorser #Quote_wrapper .sep_row>.vce-row-content, #endorser #Quote_wrapper .sep_row2>.vce-row-content{
    padding: 0 !important;
    align-items: center;
}
#endorser #Quote_wrapper .sep_row p, #endorser #Quote_wrapper .sep_row2 p {
    margin-bottom: 0;
}
@media(min-width: 1200px){
    #endorser #Quote_wrapper>.vce-row .vce-col-content .vce-row-container:nth-child(2){
        margin-top: -35px;
    }
}
#endorser #Quote_wrapper>.vce-row .vce-col-content .vce-row-container:nth-child(4){
    margin-top: 40px;
}
#endorser #Quote_wrapper>.vce-row .vce-col-content .vce-row-container:nth-child(5){
    margin-top: -65px;
}
@media(max-width: 1199px){
    #endorser #Quote_wrapper>.vce-row .vce-col-content .vce-row-container:nth-child(5){
        margin-top: -30px;
    }
}
#endorser #Quote_wrapper>.vce-row .vce-col-content .vce-row-container:nth-child(7) {
    margin-bottom: 70px;
}
#endorser #Quote_wrapper .quote3_img {
    margin-top: 75px;
}
@media(max-width: 767px){
    #endorser #Quote_wrapper>.vce-row .vce-col-content .vce-row-container:nth-child(7) {
        margin-bottom: 50px;
    }
    #endorser #Quote_wrapper .quote3_img{
        margin-top: 50px;
    }
}
#endorser #Quote_wrapper>.vce-row .vce-col-content .vce-row-container:nth-child(5) .vce-row-content{
    align-items: center;
}
#endorser #Quote_wrapper>.vce-row .vce-col-content .vce-row-container:nth-child(5) .last_quote .vce-row-content {
    align-items: flex-start;
}
#endorser #Quote_wrapper .sep_row .vce-text-block-wrapper.vce, #endorser #Quote_wrapper .sep_row2 .vce-text-block-wrapper.vce {
    margin-bottom: 0;
}
#endorser #Quote_wrapper>.vce-row .first_col .vce-row-content{
    align-items: flex-end;
}
#endorser #Quote_wrapper h2{
    text-transform: uppercase;
    font-family: Oswald-Medium;
    text-align: left;
    line-height: 1.3em;
    font-size: 44px;
}
@media(max-width: 767px){
    #endorser #Quote_wrapper h2{
        font-size: 30px;
        margin: 0 auto;
        text-align: center;
    }
    #endorser #Quote_wrapper .vce {
        margin-bottom: 10px;
    }
}
#endorser #Quote_wrapper h2.quote3{
    text-align: center;
    margin-bottom: 90px;
}
@media(max-width: 767px){
    #endorser #Quote_wrapper h2.quote3 {
        margin-bottom: 50px;
        margin-top: 25px;
    }
}
#endorser #Quote_wrapper button{
    background-color: #f99863;
    border: none;
    color: #fff;
    border-radius: 25px;
    padding: 0 50px;
    height: 50px;
    display: block;
    margin: 40px 0 0;
}
@media(max-width: 767px){
    #endorser #Quote_wrapper button{
        margin: 40px auto 0;
    }
}
#endorser #Quote_wrapper .big_font h2{
    margin-bottom: 0;
    font-size: 80px;
}
@media(max-width: 767px){
    #endorser #Quote_wrapper .big_font h2{
        font-size: 60px;
    }
}
#endorser #Quote_wrapper .big_font .vce{
    margin-bottom: 0;
}
#endorser #countries{
    margin-top: 100px;
}
#endorser #Quote_wrapper .seperatorImg{
    margin: 100px auto 96px;
    display: block;
}
@media(max-width: 767px){
    #endorser #countries {
        margin-top: 50px;
    }
    #endorser #countries h2, #endorser #countries #el-ebc3a145 {
        margin-bottom: 0px;
    }
    #endorser #Quote_wrapper .seperatorImg{
        margin: 50px auto 50px;
    }
    #endorser #countries h2{
        padding: 0 15px;
    }
}
#endorser #Quote_wrapper .img1, #endorser #Quote_wrapper .img2 {
    height: 450px;
    width: 100%;
    max-width: 100%;
}
@media(max-width: 991px){
    #endorser #Quote_wrapper .img1, #endorser #Quote_wrapper .img2 {
        height: auto;
        width: 100%;
    }
}
#endorser #Quote_wrapper img.quote3_img {
    width: 100%;
    height: auto;
}
@media(max-width: 767px){
    #endorser .sep_row, #endorser .sep_row2{
        padding: 0 15px;
        margin-bottom: 20px !important;
    }
    #endorser .sep_row>.vce-row-content, #endorser .sep_row2>.vce-row-content, #endorser .sep_row3>.vce-text-block-wrapper {
        background-image: linear-gradient(to right, #F99863 38%, rgba(255,255,255,0) 0%);
        background-position: center;
        background-size: 4px 2px;
        background-repeat: repeat-x;
    }
    #endorser .sep_row img, #endorser .sep_row2 img, #endorser .sep_row3 img {
        max-height: 40px;
        width: auto;
        margin: 0 auto;
        display: block;
    }
    #endorser .sep_row2{
        margin-bottom: 40px !important;
    }
    #endorser .sep_row3 img{
        margin: 30px auto 15px;
    }
}
#endorser .user_images {
    height: 273px;
    background-repeat: no-repeat;
    background-position: left;
}
@media(max-width: 767px){
    #endorser .user_images {
        height: 250px;
        width: 100%;
        background-size: cover;
    }
}
#endorser p.speakerName {
    font-size: 1.1em;
    color: #333;
    font-family: Roboto-Bold;
    margin-top: 20px;
    margin-bottom: 0;
}
#endorser .designation {
    color: #377dba;
    font-size: 1em;
    font-family: roboto;
    line-height: 1.88em;
    margin-bottom: 20px;
    width: 90%;
}
#endorser .description {
    width: 90%;
    padding-bottom: 100px;
}
@media(min-width: 1367px){
    #endorser .description {
        padding-bottom: 150px;
    }
}
@media(max-width: 767px){
    #endorser .description, #endorser .designation{
        width: 100%;
    }
}
#endorser #spokes button{
    border: 2px solid #f99863;
    background-color: transparent;
    border-radius: 25px;
    padding: 0 30px;
    margin: 50px auto 0;
    display: block;
    color: #666;
    height: 45px;
}
@media(max-width: 767px){
    #endorser #spokes button{
        margin: 30px auto 0;
    }
}
#endorser #spokes {
    margin-bottom: 100px;
}
@media(max-width: 767px){
    #endorser #spokes {
        margin-bottom: 50px;
    }
}
#endorser #spokes .speaker {
    /*display: flex;
    flex-direction: column;*/
}
#endorser .speaker a.btn {
    margin-top: auto;
    width: 90%;
    position: absolute;
    bottom: 0;
}
@media(max-width: 767px){
    #endorser .speaker a.btn {
        width: 100%;
        margin-bottom: 30px;
    }
}
#endorser .btn:active, #endorser .btn.active{
    background-image: unset;
    box-shadow: unset;
}
#endorser #spokes h2{
    margin: 100px auto 90px;
}
@media(max-width: 767px){
    #endorser #spokes h2{
        margin: 50px auto;
    }
}
#endorser .desktop-video-container .video-banner {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    display: none;
}
@media(min-width: 992px){
    #endorser .desktop-video-container .video-banner {
        width: 100%;
    }
}
#endorser .desktop-video-container .banner-youtube {
    background-image: url(resources/images/banner1.png);
}
#endorser .btn_play {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 70px;
    width: 70px;
    margin-top: -35px;
    margin-left: -35px;
    display: none;
    cursor: pointer;
}
@media(max-width: 767px){
    #endorser .btn_play{
        width: 45px;
        height: auto;
        margin-top: -22.5px;
        margin-left: -22.5px;
    }
}
#endorser .btn-nav {
    position: absolute;
    height: 45px;
    display: none;
    cursor: pointer;
}
#endorser .btn-nav.left {
    left: 40px;
}
#endorser .btn-nav.right {
    right: 40px;
}
@media(max-width: 767px){
    #endorser .btn-nav.left{
        left: 15px;
        width: 30px;
        height: auto;
    }
    #endorser .btn-nav.right{
        right: 15px;
        width: 30px;
        height: auto;
    }
}
#endorser .mute-unmute-youtube {
    position: absolute;
    top: 70px;
    right: 21px;
    width: 40px;
    display: none;
    cursor: pointer;
}
#endorser .desktop-video-container .banner-vimeo {
    background-image: url(resources/images/endorser/videoImg.jpg);
}
#endorser .desktop-video-container {
    min-width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
#endorser #endorser_video{
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #000;
    overflow: hidden;
}
#endorser .desktop-video {
    width: 100%;
    height: 100%;
    display: none;
}
@media(min-width: 992px){
    #endorser .desktop-video {
        width: 100%;
    }
}
#endorser .desktop-video-container .video-banner img {
    display: none;
}
#endorser #close-youtube-video {
    position: absolute;
    right: 30px;
    top: 12px;
    font-size: 31px;
    font-weight: 100;
    color: #FFF;
    display: none;
    z-index: 100;
    background-color: transparent;
}
#endorser .mute-unmute-youtube {
    position: absolute;
    top: 70px;
    right: 21px;
    width: 40px;
    display: none;
    cursor: pointer;
}
#endorser #end_video {
    position: relative;
    padding-bottom: 100px;
    background-color: #F5F5F5;
}
#endorser #end_video h2{
    margin: 100px auto 90px;
}
@media(max-width: 767px){
    #endorser #end_video{
        padding: 0 0 50px;
    }
    #endorser #end_video .container{
        padding: 0px;
    }
    #endorser #end_video .container .row{
        margin: 0px;
    }
    #endorser #end_video h2 {
        margin: 50px auto;
    }
}
/*  new video */
#endorser #end_video .video_wrapper {
    position: relative;
}
#endorser #end_video .playButton {
    border-radius: 100px;
    border: none;
    height: 70px;
    position: absolute;
    width: 70px;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    cursor: pointer;
    display: block;
    background-image: url(resources/images/play_button.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
@media(max-width: 767px){
    #endorser #end_video .playButton {
        height: 40px;
        width: 40px;
    }
}
/* new video  */
/* navbar start */
#endorser .tabs {
    padding: 0;
}
#endorser .nav-tabs li a{
    color: #fff;
}
#endorser ul.nav.nav-tabs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #1C3959;
}
#endorser .nav-tabs>li.active>a, #endorser .nav-tabs>li.active>a:hover, #endorser .nav-tabs>li.active>a:focus{
    background-color: #1C3959;
    color: #D53841;
}
#endorser .nav-tabs li a:hover, #endorser .nav-tabs li a:focus{
    background-color: #1C3959;
}

/* navbar end */
#endorser #Quote_wrapper #el-d2503a91, #endorser #countries #el-a092c24f, #endorser #public #el-6415b814{
    left: 0 !important
}
#endorser #Quote_wrapper #el-d2503a91>.vce-row-content, #endorser #countries #el-a092c24f>.vce-row-content, #endorser #public #el-6415b814>.vce-row-content{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
@media(max-width: 1050px) and (min-width: 1000px){
    body{
        width: 100%;
        overflow-x: hidden;
    }
}
/*--------------endorser end -----------*/
#dvMap a, #dvMap a:hover, #dvMap a:visited, #dvMap a:active {
    color: #333;
    text-decoration: none;
}
#about_page #campaign, #about_page #public{
    display: none;
}
/* new css start here */
#about_page #all_event_1_months,
#about_page #all_event_3_months,
#about_page #all_event_1_months_public,
#about_page #all_event_3_months_public,
#about_page #campaign_all_event_1_months,
#about_page #campaign_all_event_3_months{display: none;}
#about_page .filter_month_wise{padding: 10px; margin-top: 10px;color: #787878;
    font-family: roboto; width:172.9px;}
#about_page .filter_parrents{text-align: right;}
#about_page .filter_month_wise:active,
#about_page .filter_month_wise:hover ,
#about_page .filter_month_wise:focus {
  outline: none
}

/* new css ends here */

#about_page ul.nav-tabs.eventsOpt {
    display: inline-block;
    width: auto;
    background-color: unset;
}
#about_page ul.eventsOpt li{
    width: auto;
}
#about_page ul.eventsOpt li.active a{
    background-color: #D12C33;
    color: #fff;
}
#about_page .content_div a {
    word-break: break-word;
}
#about_page ul.eventsOpt li a{
    background-color: transparent;
    color: #D12C33;
    border-radius: 0;
    font-weight: 600;
    font-size: 0.9em;
    letter-spacing: 0.5px;
    border: 1px solid #D12C33;
    padding: 13px 0px;
    width: 170px;
}
#about_page .tabs_wrapper{
    text-align: right;
}
@media(max-width: 991px){
    /* new css start here */
    #about_page .filter_month_wise{width:154px;}
    /* new css ends here */
    #about_page ul.eventsOpt li a{
        padding: 11px 0px;
        width: 154px;
    }
}
@media(max-width: 767px){
    /* new css start here */
    #about_page .filter_month_wise{padding: 10px; margin-top:0px;font-size:0.9em; width:180px;}
    #about_page .filter_parrents{text-align: center;}
    /* new css ends here */
    #about_page ul.eventsOpt li {
        float: none;
    }
    #about_page ul.eventsOpt li a{
        font-size: 0.8em;
        padding: 9px 0px;
        width: 180px;
    }
    #about_page .tabs_wrapper{
        text-align: center;
    }
    #about_page ul.nav-tabs.eventsOpt{
        margin-bottom: 15px;
    }
    #about_page .page_heading{
        text-align: center;
    }
    #about_page #public .text_right_parent, #about_page #campaign .text_right_parent, #about_page #all_events .text_right_parent{
        display: block;
    }
}
#about_page select#months {
    background-color: transparent;
}
#about_page .date_text b {
    text-transform: capitalize;
}

#about_page .display_inline_b{display:inline-block;}



/*--------------gender page start -----------*/
#gender #banner{
    height: Calc(100% - 147px);
    display: flex;
    align-items: center;
    padding: 0;
    overflow-x: hidden;
}
#gender #banner h2{
    font-family: Aku-Kamu;
    font-size: 60px;
    color: #fff;
    margin: 0;
    line-height: 67px;
}
@media(max-width: 991px){
    #gender #banner h2{
        font-size: 50px;
        line-height: 60px;
    }
    #gender #banner {
        height: 305px;
    }
    #gender .header_banner{
        height: 400px;
    }
}
@media(max-width: 991px){
    #gender #banner{
        height: Calc(100% - 90px);
    }
}
@media(max-width: 767px){
    #gender #banner{
        height: Calc(100% - 94px);
    }
    #gender #banner h2{
        font-size: 40px;
        line-height: 50px;
        text-align: left;
    }
}
@media(max-width: 550px){
    #gender #banner{
        background-position: center right 43%;
        height: Calc(100% - 98px);
    }
}
@media(max-width: 400px){
    #gender #banner{
        background-position: center right 38%;
    }
    #gender #banner h2{
        font-size: 35px;
        line-height: 40px;
    }
}
#gender, #gender p {
    color: #787878;
    font-family: roboto;
    font-size: 1em;
    line-height: 1.88em;
}
#gender .dotted hr {
    margin: 55px 0;
    border-top: 2px dotted #b1b1b1;
}
#gender .second_banner{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    height: 460px;
    position: relative;
    background-image: url(resources/images/tech_workers/banner2.jpg);
}
@media(max-width: 767px){
    #gender .second_banner{
        height: 200px;
    }
}
#gender h2 {
    font-family: Oswald-Bold;
    font-size: 35px;
    color: #333;
    margin: 0 auto 30px;
    text-align:left;
}
@media(max-width: 767px){
    #gender h2 {
        font-size: 24px;
    }
}

#gender .gender_got{
    padding: 20px 0px 0;
}
#gender #header{
    background-color: transparent;
}
#gender .header_banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center right 40%;
    height:577px;
    position: relative;
    background-image: url(resources/images/gender_banner.jpg);
    margin-bottom: 70px;
}
@media(max-width: 767px){
    #gender .header_banner {
        margin-bottom: 50px;
        height: 340px;
        background-position: center right 34%;
    }
}
@media (max-width: 550px){
    #gender .header_banner {
        height:300px;
    }
}
#gender #el-cd31af09 {
    padding: 0;
}
#gender #el-657c32b7 {
    padding: 0;
}
#gender #el-d3d06340 {
    width: 1040px;
}
#gender .blue_bg{
    background-color:#FA5C15;
}
#gender .blue_bg h2 {
    color: #fff;
}
#gender #video_heading .blue_bg {
    padding-top: 55px;
}
#gender #video_heading {
    margin-top: 55px;
}
#gender #video_container .blue_bg {
    padding-bottom: 8px;
}
#gender #video_container {
    margin-bottom: 91px;
}
#gender h2.gender_heading, #gender h2.securing{
    margin-top: 20px;
}
#gender #el-ebd5643c {
    margin-top: 40px;
    margin-bottom: 0;
}
#gender h2.securing, #gender h2.resources{
    margin-bottom: 52px;
}
@media(max-width: 767px){
    #gender h2.securing, #gender h2.resources {
        margin-bottom: 30px;
    }
    #gender #video_heading {
        margin-top: 30px;
    }
    #gender #video_container {
        margin-bottom: 55px;
    }
    #el-8fbceb32 {
        margin-bottom: 0;
    }
}
#gender h2.comprehensive{
    margin-top: 20px;
    margin-bottom: 52px;
}
#gender #video_heading h2 {
    margin-bottom: 50px;
}
#gender .btns_wrapper{
    padding-top: 40px;
    padding-bottom: 30px;
}
#gender a:focus, #gender a:hover,#gender a:active, #gender button:hover, #gender button:focus,#gender button:active{
    outline: none;
}
@media(max-width: 767px){
    #gender .dotted hr {
        margin: 35px 0;
    }
    #gender .btns_wrapper {
        padding-top: 20px;
        padding-bottom: 5px;
    }
    #gender .btns_wrapper .without_bg_btn{
        width: 200px;
    }
    #gender h2.comprehensive{
        padding: 0 15px;
    }
}
#gender h2.wpsisac-slide-title {
    display: none;
}
/*--------------gender page css end -----------*/

/* tribe event css */

.post-type-archive-tribe_events #single_page .news_content
{
padding-left:15px;
}
.tribe-events-style-theme #single_page .news_content
{
padding-left:15px;
}
.tribe-events-promo{display:none;}
.post-type-archive-tribe_events .tribe-events-ical{display:none !important;}
.events-list .tribe-events-loop, .single-tribe_organizer .tribe-events-loop, .single-tribe_venue .tribe-events-loop, .tribe-events-day .tribe-events-loop
{
    max-width: 100% !important;
}
#act_page .type-tribe_events{display:block;
    padding-bottom:30px;
    border-bottom: 1px solid #ddd;}
   #act_page .tribe-event-schedule-details{margin-bottom: 1em;
    font-size: 13px;
    color: #787878;
    font-family: roboto-bold;}
    #act_page .tribe-events-venue-details{ margin-bottom: 1em;
    font-size: 13px;   font-weight: 400;
    font-style: italic;}

    .tribe-events-event-image{float: right !important;
    margin: 0 0 0 3% !important;
    width: 30%;
    display: inline-block;}
    #act_page .tribe-events-event-image img{    height: auto;
    margin: 0;
    padding: 0;
    width: 100%;}
    #act_page .tribe-padding-bottom-20px{padding-bottom: 20px;}

    .add_event_link{margin-bottom: 20px;}
    .add_event_link .tribe-events-page-title{text-align: left; margin: 0;}
    .add_event_link .red_button{float: right;
    text-align: center;
    width: 117px;
    border: 1px solid #D12C33;
    color: #D12C33;
    font-family: roboto;
    font-size: 1em;
    padding: 1px 4px;
    margin: 0 auto;}
    @media(max-width: 767px)
    {
        .add_event_link{margin-bottom:10px;}
    .add_event_link .tribe-events-page-title{text-align: center; margin: 0; margin-bottom: 10px; font-size: 23px;}
    .add_event_link .red_button{float:unset;
    text-align: center;
    width: 117px;
    border: 1px solid #D12C33;
    color: #D12C33;
    font-family: roboto;
    font-size: 0.8em;
    padding: 1px 4px;
    margin: 0 auto;}
    }

    .addeventHeading{    margin-top: 40px;
    margin-bottom: 40px;
    font-family: Oswald-Bold;
    font-size: 2.19em;}
    .add_event{margin-top:30px;}
    .add_event .container{max-width:800px !important;}
    .add_event .container input,  .add_event .container textarea, .add_event .container select
    {padding: 6px 12px !important;
    border-radius: 2px !important;
    background-color: #FFF !important}
    

    .add_event .container .wpuf-form-add.wpuf-form-layout3 ul.wpuf-form li .wpuf-fields input[type="radio"]::before {
    
    left: 0px;
    top: -1px;
    
}
.add_event .container .wpuf-form-add.wpuf-form-layout3 ul.wpuf-form li .wpuf-fields input[type="radio"]::after {top: 2px;
    left: 3px;}
    .add_event .container h2{font-size:21px !important;}

    @media(max-width:767px;)
    {
.addeventHeading{    margin-top:25px;
    margin-bottom:25px;
    font-size: 1em;}
            .add_event .container h2{font-size:19px !important;}

    }
   .add_event .container .wpuf-form-add.wpuf-form-layout3 ul.wpuf-form li.wpuf-submit input[type=submit]
   {
    width: 140px;
    border: 1px solid #D12C33;
    color: #D12C33;
    font-family: roboto;
    font-size: 1.2em;
    margin: 0 auto;
    box-shadow: none;
    background-color: transparent !important;
 }



#header .main_sub_txt.subscribe_text{
        top:7px;}
#header .subscribe_text{color: #FFF;
    position: absolute;
    right:235px;
    top:5px;}
    #header .subscribe_text .subscribe_img{width:20px;
    margin-top: -3px;
    margin-right:9px;}
    #header .subscribe_text a{color: #FFF;text-decoration:none;}
    @media(max-width: 991px)
    {
#header .subscribe_text{
    right:170px;
    }
    }
    @media(max-width:767px)
    {
        #header .subscribe_text{
    right:165px;
    top:4.5px;
    }
    }


    /* New resources page css start here */

    #resources_page .banner_wrapper{
    background-color: #081410;
    padding: 0;
}
#resources_page #cover_image{position:relative; background:url(resources/images/resources_images/banner.jpg)  no-repeat;
       height: 370px;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      background-position:  center 70%;
      padding: 0;
  }

#resources_page .banner_text
{
    position:absolute;
    top:5%;
    font-family:Aku-Kamu;
    font-size:55px;
    text-align:center;
    color:white;
    width:100%;
}
@media(max-width: 991px)
{
    #resources_page .banner_text{top:3%;font-size:35px;}
    #resources_page #cover_image{height:270px;}
}
@media(max-width: 767px)
{
    #resources_page .banner_text{font-size:30px;top:5%;}
    #resources_page #cover_image{height:230px;}
}
@media(max-width: 600px)
{
    #resources_page #cover_image{height:170px; top: 7%}

}
@media(max-width: 478px)
{
    #resources_page .banner_text{font-size:25px;top:5%;}
}

#resources_page #tabs{padding-top: 0px;}
#resources_page .nav-tabs li {width:12.5%;}
#resources_page .nav-tabs li a {padding:13px 0px;}
#resources_page a{text-decoration:none; color:inherit;}
@media(max-width: 1200px)
{
#resources_page .nav-tabs{ font-size: 0.9em; }
}

#resources_page .padding-top-70px{padding-top: 70px;}
#resources_page .para{line-height: 1.88em;}
#resources_page .topic_desc{font-size: 16px !important;
    font-weight: normal !important;
    padding: 5px 0 !important;
    line-height: 1.7em !important;}
#resources_page .heading{font-family: Oswald-Bold;  font-size: 1.94em; color: #1c3959;}
#resources_page .sub_heading{font-family: Oswald-Bold;  font-size: 1.34em; padding-left:15px; color: #1c3959;}
#resources_page .list_content{margin-left: -30px; margin-right: -30px; }
#resources_page #pdf_design.list_content ul{list-style-type: none; padding:5px 12px; margin: 0;}
#resources_page #pdf_design.list_content ul li{background: url(resources/images/resources_images/pdf_icon.png) no-repeat left top;
    height:auto;
    padding-left: 44px;
    padding-top: 3px;
    margin-top:17px;}
#resources_page #pdf_design.list_content ul li::before{content: "";}
#resources_page .list_content ul {
  list-style: none;
  margin-bottom: 0px;
}
#resources_page .list_content ul li{font-family: Roboto; font-weight: 600;  font-size:17px; color:#404040; padding-top:15px;line-height: 1.88em;}

#resources_page .list_content ul li::before {
  content: "\2022";
  color:#fc7639;
  margin-left: 1em;
  font-size: 30px;
  vertical-align: middle;
  position: absolute;
  left: 0;

}

#resources_page .max-h-marg{max-height:409px;}
#resources_page .download_text{font-size: 15px;}
#resources_page .download_wrapper{padding-top: 10px;}
#resources_page .download_wrapper img{max-width: 20px; margin-left: 10px;}
#resources_page .dotted_br{border-top:2px dotted #c2c2c2; }
#resources_page .textbox{width: 100%;
    padding: 9.21px 20px;
    border: 2px solid #28C0CD;
    border-radius: 30px;
    outline: 0;}
    #resources_page .textbox::placeholder{font-size:14px; color:#dddddd;}
    #resources_page ul.paging{list-style: none; padding: 0;}
    #resources_page ul.paging li{    display: inline-block;
    margin-left: 7px;
    margin-right: 7px;
    border: 2px solid #28C0CD;
    width: 40px;
    height: 40px;
    line-height: 38px;
    border-radius: 20px;
    text-align: center;}
    #resources_page ul.paging li.active{background-color: #28C0CD; color: #FFF;} 
    #resources_page .download_wrapper .col-xs-4{padding: 0;}
    #resources_page .download_wrapper .vido_b_txt{font-family: Roboto;
    font-weight: 600;
    font-size: 17px;
    color: #404040;
    margin-top:4px;
    margin-bottom: 15px;
    line-height: 1.88em;}
    #resources_page .max-width-220px{max-width: 220px;}
    #resources_page .max-h-607px{max-height:607px;}
    #resources_page .dis_inline{display: inline-block;width: 48%;}
    #resources_page .dis_inline.ml{margin-left: 2%;}
    #resources_page .view_login_guide{border:2px solid #28C0CD; cursor: pointer; border-radius: 4px; margin-top: 15px; padding: 14px;  text-align: center; font-size: 14px; font-family: Roboto-Bold;}
    #resources_page .posrela{position: relative;}
    #resources_page .new_css_added {position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}
@media(max-width: 991px)
{
    #resources_page .padding-top-70px {
    padding-top:40px;
}
#resources_page .list_content ul li{font-size: 16px; padding-top: 7px;}
#resources_page .max-h-marg {
    max-height:309px;
    margin-top: 12px;
}
#resources_page .download_text {
    font-size: 13px;
}
#resources_page .download_wrapper img {
    max-width:15px;
    margin-left:2px;
}
#resources_page .heading {
    font-size: 1.4em;
}
#resources_page .list_content {
    margin-left: -30px;
    margin-right:0px;
}
#resources_page .download_wrapper .vido_b_txt{font-size: 15px;}
#resources_page .text-left-tab{text-align: left;}
#resources_page .text-right-tab{text-align: right;}
#resources_page .text-center-tab{text-align: center;}
#resources_page ul.paging.margt{margin-top: 20px;}

}
@media(max-width: 767px)
{
     #resources_page .padding-top-70px {
    padding-top:30px;
    }
    #resources_page .heading {
    font-size: 1.2em;
}
#resources_page .sub_heading {
    font-size: 1em;
}
 #resources_page .mob_padding{padding-top:15px;}
 #resources_page #pdf_design.list_content ul{padding:10px 7px;}
#resources_page #pdf_design.list_content ul li{
    margin-top:10px;}
 #resources_page .list_content ul li{font-size: 15px; padding-top:5px;}
 #resources_page .text-center-mob{text-align: center; padding-left: 45px;}
 #resources_page .text-center-mob-wp{text-align: center;}
 #resources_page .center-block-mob{display: block;
    margin-right: auto;
    margin-left: auto;}
#resources_page ul.paging li {
    margin-left: 2px;
    margin-right: 2px;
    width: 30px;
    height: 30px;
    line-height: 28px;
    border-radius: 15px;
}
#resources_page .download_wrapper { padding-top:7px;margin: 0 auto;}
#resources_page .download_wrapper.nw { max-width: 280px;}
#resources_page .download_wrapper.nw2 { max-width: 270px;}
#resources_page .topic_desc{font-size: 14px !important;
    font-weight: normal !important;
    padding: 5px 0 !important;
    line-height: 1.7em !important;}
}
#resources_page .topic_desc a{color: #0072cb;}
#resources_page .topic_desc b,#resources_page .topic_desc strong{color:#787878;}
  #resources_page .video_back{
    position: relative;
    background-size: cover !important;
    height: auto !important;
    padding-top: 56.25%;
}
#resources_page .poverlay {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    visibility: visible;
    cursor: pointer;
    position: absolute;
}
#resources_page .pro_play {
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -22.50px;
    margin-left: -22.50px;
    width: 45px;
    height: 45px;
    opacity: 1;
}
#resources_page .modal-video-close-btn {
    position: absolute;
    right: -30px;
    top: -23px;
    z-index: 999;
    font-size: 2rem;
    font-weight: 400;
    color: #fff;
    opacity: 1;
    display: inline-block;
    width: 35px;
    height: 35px;
    overflow: hidden;
    border: none;
    background: transparent
}
#resources_page .modal-dialog-nt {
  transform: translate(0,50%);
}
#resources_page  .dropdown-el {
  position: absolute;
  left: 15px;
  right: 15px;
  z-index: 1;
  display: inline-block;
  min-height: 2.8em;
  max-height: 2.8em;
  overflow: hidden;
  top:0;
  cursor: pointer;
  text-align: left;
  white-space: nowrap;
  color: #FFF;
  outline: none;
  border: .04em solid transparent;
  border-radius: 1.4em;
  background-color: #28C0CD;
  transition: 0.3s all ease-in-out;
}
#resources_page .dropdown-el input:focus + label {
  background: #28C0CD;
}
#resources_page .dropdown-el input {
  width: 1px;
  height: 1px;
  display: inline-block;
  position: absolute;
  opacity: 0.01;
}
#resources_page .dropdown-el label {
  border-top: .04em solid #28C0CD;
  display: block;
  height: 2.8em;
  line-height: 2.89em;
  font-family: Roboto;
  font-weight: normal;
  padding-left: 1em;
  padding-right: 3em;
  cursor: pointer;
  position: relative;
  transition: 0.3s color ease-in-out;
}
#resources_page .dropdown-el label:nth-child(2) {
  margin-top: 2.8em;
  border-top: .08em solid #FFF;
}
#resources_page .dropdown-el input:checked + label {
  display: block;
  border-top: none;
  position: absolute;
  top: 0;
  width: 100%;
}
#resources_page .dropdown-el input:checked + label:nth-child(2) {
  margin-top: 0;
  position: relative;
}
#resources_page .dropdown-el::after {
  content: "";
  position: absolute;
  right: 0.8em;
  top: 1.3em;
  border: 0.4em solid #FFF;
  border-color: #FFF transparent transparent transparent;
  transition: .4s all ease-in-out;
}
#resources_page .dropdown-el.expanded {
  position: absolute;
  z-index: 1;
  border: 0.04em solid #28C0CD;
  background-color: #28C0CD;
  border-radius: .25em;
  padding: 0;
  box-shadow: rgba(0, 0, 0, 0.1) 3px 3px 5px 0px;
  max-height: 40em;
}
#resources_page .dropdown-el.expanded label {
  border-top: .04em solid #FFF;
}
#resources_page .dropdown-el.expanded label:hover {
  color: #FFF;
}
#resources_page .dropdown-el.expanded input:checked + label {
  color: #FFF;
}
#resources_page .dropdown-el.expanded::after {
  transform: rotate(-180deg);
  top: 1em;
}
#resources_page .padd-bott-20px {
    padding-bottom:20px;
}
@media(max-width: 767px)
{
	#resources_page  .dropdown-el {
		top:10px;
	}
	#resources_page  .margin_mob_15 {
		margin-top:15px;
	}
    #resources_page .padd-bott-20px {
    padding-top:10px;
    padding-bottom:10px;
}

}
#resources_page .custom-social{padding:10px;}
#resources_page .custom-social img{margin-top:5px;}
#resources_page .social_icon{display: inline-block; padding: 20px;}
#resources_page .modal-dialog-share_btn{transform: translate(0,50%);}
#resources_page .modal-dialog-share_btn {
    width: max-content;
    margin: 50px auto;
}
#resources_page .button_custom{
    width: 220px;
    border-radius: 110px;
    border: none;
    font-family: Roboto;
    outline: 0;
    padding: 11px 0px 11px 28px;
    color: #fff;
    background-color: #ec9f05;
}
#resources_page .ibg1{ background-repeat: no-repeat; background-position: calc(0% + 14px); background-image: url("resources/images/resources_images/flicker-icon.png");background-color: #28C0CD;}
#resources_page .ibg2{ background-repeat: no-repeat; background-position: calc(0% + 10px); background-image: url("resources/images/resources_images/youtube-icon.png");background-color: #28C0CD;}
#resources_page .ibg3{ background-repeat: no-repeat; background-position: calc(0% + 10px); background-image: url("resources/images/resources_images/vimeo-icon.png");background-color: #FF9933;}
/* new resources page css end here */

#about_page .nav-tabs li {
    width: 20%;
}

/*--------------race page start -----------*/
#race #banner{
    height: Calc(100% - 147px);
    display: flex;
    align-items: center;
    padding: 0;
    overflow-x: hidden;
}
#race #banner h2{
    font-family: Aku-Kamu;
    font-size: 60px;
    color: #fff;
    margin: 0;
    line-height: 67px;
    text-align: left;
    text-transform: uppercase;
}
@media(max-width: 991px){
    #race #banner h2{
        font-size: 50px;
        line-height: 60px;
    }
    #race #banner {
        height: 305px;
    }
}
@media(max-width: 991px){
    #race #banner{
        height: Calc(100% - 90px);
    }
}
@media(max-width: 767px){
    #race #banner{
        height: Calc(100% - 94px);
    }
    #race #banner h2{
        font-size: 40px;
        line-height: 50px;
    }
}
@media(max-width: 550px){
    #race #banner{
        background-position: center right 43%;
        height: Calc(100% - 98px);
    }
}
@media(max-width: 400px){
    #race #banner{
        background-position: center right 38%;
    }
    #race #banner h2{
        font-size: 35px;
        line-height: 40px;
    }
}
#race, #race p {
    color: #787878;
    font-family: roboto;
    font-size: 1em;
    line-height: 1.88em;
}
#race .dotted hr {
    margin: 55px 0;
    border-top: 2px dotted #b1b1b1;
}
#race h2 {
    font-family: Oswald-Bold;
    font-size: 35px;
    color: #333;
    margin: 0 auto 30px;
    text-align:left;
}
@media(max-width: 767px){
    #race h2 {
        font-size: 24px;
    }
}

#race .gender_got{
    padding: 20px 0px 0;
}
#race #header{
    background-color: transparent;
}
#race .header_banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center center;
    height:577px;
    position: relative;
    background-image: url(resources/images/race/race_banner.jpg);
    margin-bottom: 70px;
}
@media(max-width: 991px){
    #race .header_banner{
        height: 400px;
    }
}
@media(max-width: 767px){
    #race .header_banner {
        margin-bottom: 50px;
        height: 340px;
    }
}
@media (max-width: 550px){
    #race .header_banner {
        height:300px;
    }
}
@media (max-width: 550px){
    #race .header_banner {
        background-position: center right 41%;
    }
}
#race #el-cd31af09 {
    padding: 0;
}
#race #el-657c32b7 {
    padding: 0;
}
#race #el-d3d06340 {
    width: 1040px;
}
#race #video_heading .blue_bg {
    padding-top: 55px;
}
#race #video_heading {
    margin-top: 55px;
}
#race #video_container .blue_bg {
    padding-bottom: 8px;
}
#race #video_container {
    margin-bottom: 91px;
}
#race h2.gender_heading, #race h2.securing{
    margin-top: 20px;
}
#race #el-ebd5643c {
    margin-top: 40px;
    margin-bottom: 0;
}
#race h2.securing, #race h2.resources{
    margin-bottom: 52px;
}
@media(max-width: 767px){
    #race h2.securing, #race h2.resources {
        margin-bottom: 30px;
    }
    #race #video_heading {
        margin-top: 30px;
    }
    #race #video_container {
        margin-bottom: 55px;
    }
    #el-8fbceb32 {
        margin-bottom: 0;
    }
}
#race h2.comprehensive{
    margin-top: 20px;
    margin-bottom: 58px;
}
#race #video_heading h2 {
    margin-bottom: 50px;
}
#race .btns_wrapper{
    padding-top: 40px;
    padding-bottom: 20px;
}
#race a:focus, #race a:hover,#race a:active, #race button:hover, #race button:focus,#race button:active{
    outline: none;
}
@media(max-width: 767px){
    #race .dotted hr {
        margin: 35px 0;
    }
    #race .btns_wrapper {
        padding-top: 20px;
        padding-bottom: 5px;
    }
    #race .btns_wrapper .without_bg_btn{
        width: 200px;
    }
    #race h2.comprehensive{
        padding: 0 15px;
    }
}
@media(min-width: 1450px){
    #race .header_banner{
        height: 577px;
    }
}
#race .text-right-custom{text-align:right}
#race .text-center-custom{text-align:left}
@media(max-width: 767px){
    #race .gender_got {
    padding: 0px 0px 0;
}
    .gender_got h2 {
        margin-top: 15px !important;
    }
    #race .text-right-custom{text-align:center}
#race .text-center-custom{text-align:center;}
    
}
#race .without_bg_btn{
    color: #595959;
    background-color: transparent;
    font-size: 18px;
    border: 2px solid #f99863;
    border-radius:24px;
    height: 48px;
    padding: 0;
    width: 214px;
    
}
#race .without_bg_btn:hover{
    color: #FFF;
    background-color:#f99863;
}
@media(max-width: 767px){
    #race .without_bg_btn{
    border-radius:19px;
    height:38px;
    font-size: 15px;
    width:170px;
    }
}

#race ul.font_style_lists li{
    color:#fa9964;
    margin-bottom: 5px;
}
#race #resources a{
    color: #787878;
}
#race .slick-dots{
    display:none !important;
}
#race .wpsisac-slick-carousal .wpsisac-image-slide {
    margin: 0 -23px;
}
@media(max-width:991px)
{
    #race .wpsisac-slick-carousal .wpsisac-image-slide {
    margin: 0 -10px;
}
}
#race .wpsisac-image-slide-wrap{overflow:visible;}

#race .slick-prev.slick-arrow,#race .slick-next.slick-arrow{
    background-color: #fff !important;
    border-radius: 25px !important;
    height: 25px;
    width: 25px;
    opacity: 0.8;
    background-size: 10px 15px !important;
}
#race .slick-prev.slick-arrow{
    background-position: 6.5px !important;
}
#race .slick-next.slick-arrow{
    background-position: 7.5px !important;
}
#race .slick-slider { display: table; table-layout: fixed; width: 100%; }



#race .slider_bottom_text {
    position: absolute;
    text-align: center;
    width: 100%;
    margin-top: 15px;
    color: #fff;
    font-family: roboto;
    font-size:1.4em;
    
}


@media only screen and (max-width: 480px)
{
#race .wpsisac-slick-carousal .wpsisac-image-slide-wrap,#race  .wpsisac-slick-carousal .wpsisac-image-slide {
    height: 200px !important;
}
    #race .wpsisac-slick-carousal .wpsisac-image-slide {
    margin: 0;
} 
}
#race .modal-dialog {
      max-width:1000px;
      margin:0 auto;
      top: 25%;
  }
#race .slick-current a.video-btn{cursor:pointer;
}


#race .modal-body {
  position:relative;
  padding:0px;
}
#race .close {
  position:absolute;
  right: -13px;
  top: -23px;
  z-index:999;
  font-size:2rem;
  font-weight: normal;
  color:#fff;
  opacity:1;
}
@media (min-width: 768px)
{
#race .modal-content {
    box-shadow: none;
    border:none;
}
}
.slick-slide .play_btn{display:none;}
.slick-slide.slick-current .play_btn{display:block;}
.play_btn img{width:90px !important; height:90px !important;}
.play_btn{position:absolute; top:50%; margin-top:-45px; left:50%; margin-left:-45px;}
@media (max-width: 767px)
{
    .play_btn img{width:60px !important; height:60px !important;}
.play_btn{position:absolute; top:50%; margin-top:-30px; left:50%; margin-left:-30px;}
}
@media only screen and (max-width: 480px)
{
#race .wpsisac-slick-carousal .wpsisac-image-slide, #race .wpsisac-slick-carousal .wpsisac-image-slide-wrap {
   height: auto !important;
}
}
#race .wpsisac-slick-carousal.design-6 .slick-arrow{
    margin-top: -30px !important;
}
#race .wpsisac-slick-carousal .slick-slide {
    padding: 0px 0 60px !important;
}
#race .slick-center .slider_bottom_text{
    font-size: 1em;
}
@media(max-width:991px){
    #race .wpsisac-slick-carousal .slick-slide {
    padding: 0 0 85px!important;
}
    #race .wpsisac-slick-carousal.design-6 .slick-arrow{
    margin-top: -50px !important;
}
}
@media(max-width:767px){
    #race .slider_bottom_text{
        font-size: 1.1em;
        line-height: 1.1em;
    }
    #race .wpsisac-slick-carousal .slick-slide {
    padding: 0 0 0px!important;
}
}
#race #resources a img {
    margin-bottom: 15px;
}
#race #resources>div {
    padding: 0 15px;
}
@media(max-width: 991px){
    #race .vce-row--col-gap-30>.vce-row-content>.vce-col {
    margin-right: 15px;
}
}
@media(max-width:767px){
    #race #resources a img {
    margin: 25px auto 15px;
}
    #race #resources p {
    text-align: center;
}
}
#race #el-94273898, #race #el-94273898 .col-xs-12 {
    padding: 0;
}
#race #el-57c3c721 img{
    margin: 40px auto 60px;
}
#race .wpsisac-slick-carousal button.slick-prev, #race .wpsisac-slick-carousal button.slick-prev:hover, #race .wpsisac-slick-carousal button.slick-prev:focus{
    background: url(resources/images/race/leftArrow.png) center center no-repeat !important;    
    background-size: contain !important;
}
#race .wpsisac-slick-carousal button.slick-next, #race .wpsisac-slick-carousal button.slick-next:hover, #race .wpsisac-slick-carousal button.slick-next:focus{
    background: url(resources/images/race/rightArrow.png) center center no-repeat !important;
    background-size: contain !important;
}
#race h2.wpsisac-slide-title {
    color: #787878;
    font-family: roboto;
    font-size: 1.3em;
    line-height: 1.88em;
    text-align: center;
    text-transform: capitalize;
    margin-top: 20px !important;
}
#race #el-2c38877f hr{
    margin-top: 0;
}
#race .vce#el-a302c773{
    margin-bottom: 0;
}
#race #race_resources .wpsisac-slick-carousal .wpsisac-image-slide {
    margin: 0 10px !important;
}
#race #race_resources .wpsisac-slick-carousal.design-6 .wpsisac-image-slide img{
    width: 100%;
}
#race #race_resources h2.wpsisac-slide-title{
    font-size: 1.0em;
    text-align: left;
}
#race .btn1 button {
    margin-top: 25px;
}
#race .raceBanner2 img{
    margin: 40px auto 70px;
}
#race #el-387c2280 {
    margin-bottom: 0;
}
#race #el-387c2280 .dotted hr{
    margin-top: 40px;
}
#race #el-0852b728 .dotted hr, #race #el-98891479 .dotted hr{
    margin-top: 10px;
}
#race .blue_bg h2{
    margin-bottom: 60px;
}
#race #el-898d45e4 hr{
    margin-top: 0;
}
#race #el-a49e3ad3 {
    margin-bottom: 15px;
}
#race .wpsisac-slick-carousal .slick-slide:focus{
    outline: unset;
}
@media (min-width: 768px) and (max-width:991px){
    #race #race_resources .vce-row {
        width: 95%;
    }
    #race #race_resources .wpsisac-slick-carousal.design-6 .slick-prev{
    left: -20px !important;
}
#race #race_resources .wpsisac-slick-carousal.design-6 .slick-next{
    right: -20px !important;
}
}
@media (min-width: 992px) and (max-width:1049px){
    #race #race_resources .vce-row {
        width: 95%;
    }
    #race #race_resources .wpsisac-slick-carousal.design-6 .slick-prev{
    left: -25px !important;
}
#race #race_resources .wpsisac-slick-carousal.design-6 .slick-next{
    right: -25px !important;
}
}
@media (min-width: 1050px) and (max-width:1199px){
    #race #race_resources .vce-row {
        width: 1000px;
    }
    #race #race_resources .wpsisac-slick-carousal.design-6 .slick-prev{
    left: -20px !important;
}
#race #race_resources .wpsisac-slick-carousal.design-6 .slick-next{
    right: -20px !important;
}
}
@media(min-width: 1200px){
    #race #raceVideo .vce-row {
        width: 1040px;
    }
    #race .wpsisac-slick-carousal.design-6 .slick-prev{
    left: -70px !important;
}
#race .wpsisac-slick-carousal.design-6 .slick-next{
    right: -70px !important;
}
    #race #race_resources .wpsisac-slick-carousal.design-6 .slick-prev{
    left: -90px !important;
}
#race #race_resources .wpsisac-slick-carousal.design-6 .slick-next{
    right: -90px !important;
}
}
@media(max-width: 1024px){
    #race #race_resources .wpsisac-slick-carousal .slick-slide {
    padding: 0px 0 110px !important;
}   
}
@media(max-width: 991px){
    #race #race_resources .wpsisac-slick-carousal .slick-slide {
    padding: 0px 0 68px !important;
}   
}
@media(max-width: 767px){
    #race .raceBanner2 img {
        margin: 15px auto 50px;
    }
    #race #el-e85d4c97 p {
        text-align: left;
    }
    #race h2.wpsisac-slide-title{
        font-size: 1em;
        margin-bottom: 0 !important;
    }
    #race .wpsisac-slick-carousal.design-6{
        margin-bottom: 0;
    }
    #race .blue_bg h2 {
        margin-bottom: 30px;
    }
    #race #race_resources .wpsisac-slick-carousal .wpsisac-image-slide{
        margin: 0 0 !important;
    }
    #race #race_resources .wpsisac-slick-carousal .slick-slide{
        padding: 0px 0px 40px!important;
    }
    #race #race_resources h2.wpsisac-slide-title{
        text-align: center;
    }
    #race #race_resources .wpsisac-slick-carousal.design-6 .slick-arrow {
        margin-top: -45px !important;
    }
    #race #raceVideo .wpsisac-slick-carousal.design-6 .slick-arrow {
        margin-top: -28px !important;
    }
}
/*--------------race page css end -----------*/

/* UK campaign page css start */
#camp #banner{
    height: Calc(100% - 147px);
    display: flex;
    align-items: center;
    padding: 0;
    overflow-x: hidden;
}
#camp #banner h2{
    font-family: Aku-Kamu;
    font-size: 60px;
    color: #fff;
    margin: 0;
    line-height: 67px;
    text-align: left;
    text-transform: uppercase;
}
#camp hr {
    margin: 55px 0;
    border-top: 2px dotted #b1b1b1;
}
@media(max-width: 991px){
    #camp #banner h2{
        font-size: 50px;
        line-height: 60px;
    }
    #camp #banner {
        height: 305px;
    }
}
@media(max-width: 991px){
    #camp #banner{
        height: Calc(100% - 90px);
    }
}
@media(max-width: 767px){
    #camp #banner{
        height: Calc(100% - 94px);
    }
    #camp #banner h2{
        font-size: 40px;
        line-height: 50px;
    }
    #camp hr {
    margin: 35px 0;
}
}
@media(max-width: 550px){
    #camp #banner{
        background-position: center right 43%;
        height: Calc(100% - 98px);
    }
}
@media(max-width: 400px){
    #camp #banner{
        background-position: center right 38%;
    }
    #camp #banner h2{
        font-size: 35px;
        line-height: 40px;
    }
}
#camp, #camp p {
    color: #787878;
    font-family: roboto;
    font-size: 1em;
    line-height: 1.88em;
}
#camp .dotted hr {
    margin: 55px 0;
    border-top: 2px dotted #b1b1b1;
}
#camp h2 {
    font-family: Oswald-Bold;
    font-size: 35px;
    color: #333;
    margin: 0 auto 30px;
    text-align:left;
}
@media(max-width: 767px){
    #camp h2 {
        font-size: 24px;
    }
}

#camp #header{
    background-color: transparent;
}
#camp .header_banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center center;
    height:577px;
    position: relative;
    background-image: url(resources/images/uk_campaign/campaign_banner.jpg);
    margin-bottom: 70px;
}
@media(max-width: 991px){
    #camp .header_banner{
        height: 400px;
    }
}
@media(max-width: 767px){
    #camp .header_banner {
        margin-bottom: 50px;
        height: 340px;
    }
}
@media (max-width: 550px){
    #camp .header_banner {
        height:300px;
    }
}
@media (max-width: 550px){
    #camp .header_banner {
        background-position: center right 41%;
    }
}

#camp .wpsisac-slick-carousal button.slick-prev, #camp .wpsisac-slick-carousal button.slick-prev:hover, #camp .wpsisac-slick-carousal button.slick-prev:focus{
    background: url(resources/images/race/leftArrow.png) center center no-repeat !important;    
    background-size: contain !important;
}
#camp .wpsisac-slick-carousal button.slick-next, #camp .wpsisac-slick-carousal button.slick-next:hover, #camp .wpsisac-slick-carousal button.slick-next:focus{
    background: url(resources/images/race/rightArrow.png) center center no-repeat !important;
    background-size: contain !important;
}
#camp h2.wpsisac-slide-title {
    color: #787878;
    font-family: roboto;
    font-size: 1.3em;
    line-height: 1.88em;
    text-align: center;
    text-transform: capitalize;
 }
#camp .wpsisac-slick-carousal .wpsisac-image-slide {
    margin: 0 10px !important;
}
#camp .slick-dots{display: none !important;}
#camp .wpsisac-slide-title{display: none !important;}
#camp .wpsisac-slick-carousal.design-6 .slick-arrow{top:35% !important;}
#camp .wpsisac-slick-carousal.design-6 .wpsisac-image-slide img{
    width: 100%;
}
#camp h2.wpsisac-slide-title{
    font-size: 1.0em;
    text-align: left;
}

#camp .wpsisac-slick-carousal .slick-slide:focus{
    outline: unset;
}
@media (min-width: 768px) and (max-width:991px){
    #camps .vce-row {
        width: 95%;
    }
    #camp .wpsisac-slick-carousal.design-6 .slick-prev{
    left: -20px !important;
}
#camp .wpsisac-slick-carousal.design-6 .slick-next{
    right: -20px !important;
}
}
@media (min-width: 992px) and (max-width:1049px){
    #camp .vce-row {
        width: 95%;
    }
    #camp .wpsisac-slick-carousal.design-6 .slick-prev{
    left: -25px !important;
}
#camp .wpsisac-slick-carousal.design-6 .slick-next{
    right: -25px !important;
}
}
@media (min-width: 1050px) and (max-width:1199px){
    #camp .vce-row {
        width: 1000px;
    }
    #camp .wpsisac-slick-carousal.design-6 .slick-prev{
    left: -20px !important;
}
#camp .wpsisac-slick-carousal.design-6 .slick-next{
    right: -20px !important;
}
}
@media(min-width: 1200px){
    
    #camp .wpsisac-slick-carousal.design-6 .slick-prev{
    left: -70px !important;
}
#camp .wpsisac-slick-carousal.design-6 .slick-next{
    right: -70px !important;
}
    #camp .wpsisac-slick-carousal.design-6 .slick-prev{
    left: -90px !important;
}
#camp .wpsisac-slick-carousal.design-6 .slick-next{
    right: -90px !important;
}
}
@media(max-width: 1024px){
    #camp .wpsisac-slick-carousal .slick-slide {
    padding: 0px 0 110px !important;
}   
}
@media(max-width: 991px){
    #camp .wpsisac-slick-carousal .slick-slide {
    padding: 0px 0 68px !important;
}   
}
@media(max-width: 767px){
    #camp h2.wpsisac-slide-title{
        font-size: 1em;
        margin-bottom: 0 !important;
    }
    #camp .wpsisac-slick-carousal.design-6{
        margin-bottom: 0;
    }
    #camp .wpsisac-slick-carousal .wpsisac-image-slide{
        margin: 0 0 !important;
    }
    #camp .wpsisac-slick-carousal .slick-slide{
        padding: 0px 0px 40px!important;
    }
    #camp h2.wpsisac-slide-title{
        text-align: center;
    }  
}

/* UK campaign page css end */



/*--------------youth page start -----------*/
#youth #banner{
    height: Calc(100% - 147px);
    display: flex;
    align-items: center;
    padding: 0;
    overflow-x: hidden;
}
#youth #banner h2{
    font-family: Aku-Kamu;
    font-size: 60px;
    color: #fff;
    margin: 0;
    line-height: 67px;
    text-align: left;
    text-transform: uppercase;
}
@media(max-width: 991px){
    #youth #banner h2{
        font-size: 50px;
        line-height: 60px;
    }
    #youth #banner {
        height: 305px;
    }
}
@media(max-width: 991px){
    #youth #banner{
        height: Calc(100% - 90px);
    }
}
@media(max-width: 767px){
    #youth #banner{
        height: Calc(100% - 94px);
    }
    #youth #banner h2{
        font-size: 40px;
        line-height: 50px;
    }
}
@media(max-width: 550px){
    #youth #banner{
        background-position: center right 43%;
        height: Calc(100% - 98px);
    }
}
@media(max-width: 400px){
    #youth #banner{
        background-position: center right 38%;
    }
    #youth #banner h2{
        font-size: 35px;
        line-height: 40px;
    }
}
#youth, #youth p {
    color: #787878;
    font-family: roboto;
    font-size: 1em;
    line-height: 1.88em;
}
#youth .dotted hr {
    margin: 55px 0;
    border-top: 2px dotted #b1b1b1;
}
#youth h2 {
    font-family: Oswald-Bold;
    font-size: 35px;
    color: #1b3959;
    margin: 0 auto 30px;
    text-align:left;
}
@media(max-width: 767px){
    #youth h2 {
        font-size: 24px;
    }
}

#youth .gender_got{
    padding: 20px 0px 0;
}
#youth #header{
    background-color: transparent;
}
#youth .header_banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center center;
    height:590px;
    position: relative;
    background-image: url(resources/images/youth/youth_banner.jpg);
    margin-bottom: 70px;
}
@media(max-width: 991px){
    #youth .header_banner{
        height: 400px;
    }
}
@media(max-width: 767px){
    #youth .header_banner {
        margin-bottom: 50px;
        height: 340px;
    }
}
@media (max-width: 550px){
    #youth .header_banner {
        height:300px;
    }
}
@media (max-width: 550px){
    #youth .header_banner {
        background-position: center right 41%;
    }
}
#youth #el-cd31af09 {
    padding: 0;
}
#youth #el-657c32b7 {
    padding: 0;
}
#youth #el-d3d06340 {
    width: 1040px;
}
#youth #video_heading .blue_bg {
    padding-top: 55px;
}
#youth #video_heading {
    margin-top: 55px;
}
#youth #video_container .blue_bg {
    padding-bottom: 8px;
}
#youth #video_container {
    margin-bottom: 91px;
}
#youth h2.gender_heading, #youth h2.securing{
    margin-top: 20px;
}
#youth #el-ebd5643c {
    margin-top: 40px;
    margin-bottom: 0;
}
#youth h2.securing, #youth h2.resources{
    margin-bottom: 52px;
}
@media(max-width: 767px){
    #youth h2.securing, #youth h2.resources {
        margin-bottom: 30px;
    }
    #youth #video_heading {
        margin-top: 30px;
    }
    #youth #video_container {
        margin-bottom: 55px;
    }
    #el-8fbceb32 {
        margin-bottom: 0;
    }
}
#youth h2.comprehensive{
    margin-top: 20px;
    margin-bottom: 58px;
}
#youth #video_heading h2 {
    margin-bottom: 50px;
}
#youth .btns_wrapper{
    padding-top: 40px;
    padding-bottom: 20px;
}
#youth a:focus, #youth a:hover,#youth a:active, #youth button:hover, #youth button:focus,#youth button:active{
    outline: none;
}
@media(max-width: 767px){
    #youth .dotted hr {
        margin: 35px 0;
    }
    #youth .btns_wrapper {
        padding-top: 20px;
        padding-bottom: 5px;
    }
    #youth .btns_wrapper .without_bg_btn{
        width: 200px;
    }
    #youth h2.comprehensive{
        padding: 0 15px;
    }
}
@media(min-width: 1450px){
    #youth .header_banner{
        height: 577px;
    }
}
#youth .text-right-custom{text-align:right}
#youth .text-center-custom{text-align:left}
@media(max-width: 767px){
    #youth .gender_got {
    padding: 0px 0px 0;
}
    .gender_got h2 {
        margin-top: 15px !important;
    }
    #youth .text-right-custom{text-align:center}
#youth .text-center-custom{text-align:center;}
    
}
#youth .without_bg_btn{
    color: #FFF;
    background-color:#f99863;
    font-size: 18px;
    border: 2px solid #f99863;
    border-radius:24px;
    height: 48px;
    padding: 0;
    width: 214px;
    
}
#youth .without_bg_btn.yn{
    background-color:#377dba;
    border: 2px solid #377dba;
    width:100%;
    max-width: 180px;
    margin-top: 20px;
    
}
#youth .without_bg_btn.gu{
    width:100%;
    max-width: 180px;
    margin-top: 20px;
}
#youth .without_bg_btn.yn{
    background-color:#377dba;
    border: 2px solid #377dba;
    }
#youth .without_bg_btn.bottom_btn{
    color: #595959;
    background-color:transparent;
    border: 2px solid #f99863;
    
}
#youth .bottom_btn:hover{
    color: #FFF;
    background-color:#f99863;
}
#youth .without_bg_btn.bottom_btn2{
    background-color:#377dba;
    border: 2px solid #377dba;
    }
@media(max-width: 767px){
    .soc_icon img{height:40px;}
    #youth .text-cent_mobi{
text-align: center;
}
  #youth .block-cent_mobi{
    display: block;
    margin-right: auto;
    margin-left: auto;
}
    #youth .without_bg_btn{
    border-radius:19px;
    height:38px;
    font-size: 15px;
    width:170px;
    }
}

#youth ul.font_style_lists li{
    color:#fa9964;
    margin-bottom: 5px;
}
#youth #resources a{
    color: #787878;
}
#youth .slick-dots{
    display:none !important;
}
#youth .wpsisac-slick-carousal .wpsisac-image-slide {
    margin: 0 -23px;
}
@media(max-width:991px)
{
    #youth .wpsisac-slick-carousal .wpsisac-image-slide {
    margin: 0 -10px;
}
}
#youth .wpsisac-image-slide-wrap{overflow:visible;}

#youth .slick-prev.slick-arrow,#youth .slick-next.slick-arrow{
    background-color: #fff !important;
    border-radius: 50px !important;
    height: 50px;
    width: 50px;
    opacity: 0.8;
    background-size: 10px 15px !important;
}
#youth .slick-prev.slick-arrow{
    background-position: 6.5px !important;
}
#youth .slick-next.slick-arrow{
    background-position: 7.5px !important;
}
#youth .slick-slider { display: table; table-layout: fixed; width: 100%; }



#youth .slider_bottom_text {
    position: absolute;
    text-align: center;
    width: 100%;
    margin-top: 15px;
    color: #fff;
    font-family: roboto;
    font-size:1.4em;
    
}


@media only screen and (max-width: 480px)
{
#youth .wpsisac-slick-carousal .wpsisac-image-slide-wrap,#youth  .wpsisac-slick-carousal .wpsisac-image-slide {
    height: 200px !important;
}
    #youth .wpsisac-slick-carousal .wpsisac-image-slide {
    margin: 0;
} 
}
#youth .modal-dialog {
      max-width:1000px;
      margin:0 auto;
      top: 25%;
  }
#youth .slick-current a.video-btn{cursor:pointer;
}


#youth .modal-body {
  position:relative;
  padding:0px;
}
#youth .close {
  position:absolute;
  right: -13px;
  top: -23px;
  z-index:999;
  font-size:2rem;
  font-weight: normal;
  color:#fff;
  opacity:1;
}
@media (min-width: 768px)
{
#youth .modal-content {
    box-shadow: none;
    border:none;
}
}
.slick-slide .play_btn{display:none;}
.slick-slide.slick-current .play_btn{display:block;}
.play_btn img{width:90px !important; height:90px !important;}
.play_btn{position:absolute; top:50%; margin-top:-45px; left:50%; margin-left:-45px;}
@media (max-width: 767px)
{
    .play_btn img{width:60px !important; height:60px !important;}
.play_btn{position:absolute; top:50%; margin-top:-30px; left:50%; margin-left:-30px;}
}
@media only screen and (max-width: 480px)
{
#youth .wpsisac-slick-carousal .wpsisac-image-slide, #youth .wpsisac-slick-carousal .wpsisac-image-slide-wrap {
   height: auto !important;
}
}
#youth .wpsisac-slick-carousal.design-6 .slick-arrow{
    margin-top: -30px !important;
}
#youth .wpsisac-slick-carousal .slick-slide {
    padding: 0px 0 60px !important;
}
#youth .slick-center .slider_bottom_text{
    font-size: 1em;
}
@media(max-width:991px){
    #youth .wpsisac-slick-carousal .slick-slide {
    padding: 0 0 85px!important;
}
    #youth .wpsisac-slick-carousal.design-6 .slick-arrow{
    margin-top: -50px !important;
}
}
@media(max-width:767px){
    #youth .slider_bottom_text{
        font-size: 1.1em;
        line-height: 1.1em;
    }
    #youth .wpsisac-slick-carousal .slick-slide {
    padding: 0 0 0px!important;
}
}
#youth #resources a img {
    margin-bottom: 15px;
}
#youth #resources>div {
    padding: 0 15px;
}
@media(max-width: 991px){
    #youth .vce-row--col-gap-30>.vce-row-content>.vce-col {
    margin-right: 15px;
}
}
@media(max-width:767px){
    #youth #resources a img {
    margin: 25px auto 15px;
}
    #youth #resources p {
    text-align: center;
}
}
#youth #el-94273898, #youth #el-94273898 .col-xs-12 {
    padding: 0;
}
#youth #el-57c3c721 img{
    margin: 40px auto 60px;
}
#youth .wpsisac-slick-carousal button.slick-prev, #youth .wpsisac-slick-carousal button.slick-prev:hover, #youth .wpsisac-slick-carousal button.slick-prev:focus{
    background: url(resources/images/youth/leftArrow.png) center center no-repeat !important;    
    background-size: contain !important;
}
#youth .wpsisac-slick-carousal button.slick-next, #youth .wpsisac-slick-carousal button.slick-next:hover, #youth .wpsisac-slick-carousal button.slick-next:focus{
    background: url(resources/images/youth/rightArrow.png) center center no-repeat !important;
    background-size: contain !important;
}
#youth h2.wpsisac-slide-title {
    color: #787878;
    font-family: roboto;
    font-size: 1.3em;
    line-height: 1.88em;
    text-align: center;
    text-transform: capitalize;
    margin-top: 20px !important;
}
#youth #el-2c38877f hr{
    margin-top: 0;
}
#youth .vce#el-a302c773{
    margin-bottom: 0;
}
#youth #youth_resources .wpsisac-slick-carousal .wpsisac-image-slide {
    margin: 0 10px !important;
}
#youth #youth_resources .wpsisac-slick-carousal.design-6 .wpsisac-image-slide img{
    width: 100%;
}
#youth #youth_resources h2.wpsisac-slide-title{
    font-size: 1.0em;
    text-align: left;
}
#youth .btn1 button {
    margin-top: 25px;
}
#youth .youthBanner2 img{
    margin: 40px auto 70px;
}
#youth #el-387c2280 {
    margin-bottom: 0;
}
#youth #el-387c2280 .dotted hr{
    margin-top: 40px;
}
#youth #el-0852b728 .dotted hr, #youth #el-98891479 .dotted hr{
    margin-top: 10px;
}
#youth .blue_bg h2{
    margin-bottom: 60px;
}
#youth #el-898d45e4 hr{
    margin-top: 0;
}
#youth #el-a49e3ad3 {
    margin-bottom: 15px;
}
#youth .wpsisac-slick-carousal .slick-slide:focus{
    outline: unset;
}
@media (min-width: 768px) and (max-width:991px){
    #youth #youth_resources .vce-row {
        width: 95%;
    }
    #youth #youth_resources .wpsisac-slick-carousal.design-6 .slick-prev{
    left: -20px !important;
}
#youth #youth_resources .wpsisac-slick-carousal.design-6 .slick-next{
    right: -20px !important;
}
}
@media (min-width: 992px) and (max-width:1049px){
    #youth #youth_resources .vce-row {
        width: 95%;
    }
    #youth #youth_resources .wpsisac-slick-carousal.design-6 .slick-prev{
    left: -25px !important;
}
#youth #youth_resources .wpsisac-slick-carousal.design-6 .slick-next{
    right: -25px !important;
}
}
@media (min-width: 1050px) and (max-width:1199px){
    #youth #youth_resources .vce-row {
        width: 1000px;
    }
    #youth #youth_resources .wpsisac-slick-carousal.design-6 .slick-prev{
    left: -20px !important;
}
#youth #youth_resources .wpsisac-slick-carousal.design-6 .slick-next{
    right: -20px !important;
}
}
@media(min-width: 1200px){
    #youth #youthVideo .vce-row {
        width: 1040px;
    }
    #youth .wpsisac-slick-carousal.design-6 .slick-prev{
    left: -70px !important;
}
#youth .wpsisac-slick-carousal.design-6 .slick-next{
    right: -70px !important;
}
    #youth #youth_resources .wpsisac-slick-carousal.design-6 .slick-prev{
    left: -90px !important;
}
#youth #youth_resources .wpsisac-slick-carousal.design-6 .slick-next{
    right: -90px !important;
}
}
@media(max-width: 1024px){
    #youth #youth_resources .wpsisac-slick-carousal .slick-slide {
    padding: 0px 0 110px !important;
}   
}
@media(max-width: 991px){
    #youth #youth_resources .wpsisac-slick-carousal .slick-slide {
    padding: 0px 0 68px !important;
}   
}
#youth #back_g_border-top{background-image: url(resources/images/youth/border_top.png); background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 40px;}
#youth #back_g2{position: relative;}
#youth #back_g2::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 12.4%;
    left: 0;
    border-top: 4px dotted #f99863;
}
#youth #back_g4{position: relative;}
#youth #back_g4::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 12.4%;
    right: 0;
    border-top: 4px dotted #f99863;
}
#youth #back_g6{position: relative;}
#youth #back_g6::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 12.4%;
    left: 0;
    border-top: 4px dotted #f99863;
}
#youth #back_g8{position: relative;}
#youth #back_g8::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 12.4%;
    right: 0;
    border-top: 4px dotted #f99863;
}
@media(max-width: 767px){
    #youth #back_g_border-top{
    height:25px;}
    #youth #back_g2::before {display: none;}
    #youth #back_g4::before {display: none;}
    #youth #back_g6::before {display: none;}
    #youth #back_g8::before {display: none;}
    #youth .youthBanner2 img {
        margin: 15px auto 50px;
    }
    #youth #el-e85d4c97 p {
        text-align: left;
    }
    #youth h2.wpsisac-slide-title{
        font-size: 1em;
        margin-bottom: 0 !important;
    }
    #youth .wpsisac-slick-carousal.design-6{
        margin-bottom: 0;
    }
    #youth .blue_bg h2 {
        margin-bottom: 30px;
    }
    #youth #youth_resources .wpsisac-slick-carousal .wpsisac-image-slide{
        margin: 0 0 !important;
    }
    #youth #youth_resources .wpsisac-slick-carousal .slick-slide{
        padding: 0px 0px 40px!important;
    }
    #youth #youth_resources h2.wpsisac-slide-title{
        text-align: center;
    }
    #youth #youth_resources .wpsisac-slick-carousal.design-6 .slick-arrow {
        margin-top: -45px !important;
    }
    #youth #youthVideo .wpsisac-slick-carousal.design-6 .slick-arrow {
        margin-top: -28px !important;
    }
}

/*--------------youth page css end -----------*/

/*-----------------Learn more page css start---------- */
#learn_more_page #banner{
    height: Calc(100% - 147px);
    display: flex;
    align-items: center;
    padding: 0;
    overflow-x: hidden;
}
#learn_more_page #banner h2{
    font-family: Aku-Kamu;
    font-size: 60px;
    color: #fff;
    margin: 0;
    line-height: 67px;
    text-align: right;
}
@media(max-width: 991px){
    #learn_more_page #banner h2{
        font-size: 50px;
        line-height: 60px;
    }
    #learn_more_page #banner {
        height: 305px;
    }
}
@media(max-width: 991px){
    #learn_more_page #banner{
        height: Calc(100% - 90px);
    }
}
@media(max-width: 767px){
    #learn_more_page #banner{
        height: Calc(100% - 94px);
    }
    #learn_more_page #banner h2{
        font-size: 30px;
        line-height: 40px;
    }
}
@media(max-width: 550px){
    #learn_more_page #banner{
        background-position: center right 43%;
        height: Calc(100% - 98px);
    }
}
@media(max-width: 400px){
    #learn_more_page #banner{
        background-position: center right 38%;
    }
    #learn_more_page #banner h2{
        font-size: 25px;
        line-height: 30px;
    }
}
#learn_more_page, #learn_more_page p {
    color: #787878;
    font-family: roboto;
    font-size: 1em;
    line-height: 1.88em;
}
#learn_more_page .dotted hr {
    margin: 55px 0;
    border-top: 2px dotted #b1b1b1;
}
#learn_more_page h2 {
    font-family: Oswald-Bold;
    font-size: 35px;
    color: #1c3959;
    margin: 0 auto 30px;
    text-align:center;
}
#learn_more_page h3{
    font-family: Roboto;
    font-size: 1em;
    line-height: 27px;
    font-weight: bold;
    color: #1c3959;
}
#learn_more_page .list_pdf p{ font-family: Roboto;
    font-size: 1em;
    font-weight: bold !important;
    color: #1c3959 !important;}
#learn_more_page .list_pdf p span{padding-left: 20px !important;}
#learn_more_page .anchor_change a {
    color: #377db9 !important;
}
@media(max-width: 767px){
    #learn_more_page h2 {
        font-size: 24px;
    }
}

#learn_more_page #header{
    background-color: transparent;
}
#learn_more_page .header_banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center center;
    height:577px;
    position: relative;
    background-image: url(resources/images/learn_more/banner.jpg);
}
@media(max-width: 991px){
    #learn_more_page .header_banner{
        height: 400px;
    }
}
@media(max-width: 767px){
    #learn_more_page .header_banner {
        
        height: 340px;
    }
}
@media (max-width: 550px){
    #learn_more_page .header_banner {
        height:300px;
    }
}
@media (max-width: 550px){
    #learn_more_page .header_banner {
        background-position: center right 41%;
    }
}
#learn_more_page #tabs{padding-top: 0px;}
#learn_more_page .nav-tabs li {
    width: 20%;
}
#learn_more_page .margin-top-90px{margin-top: 90px;}
#learn_more_page .margin-bottom-70px{margin-bottom: 30px;}
@media(max-width: 991px){
    #learn_more_page .margin-top-90px{margin-top: 50px;}
    #learn_more_page .margin-bottom-70px{margin-bottom: 20px;}
}
@media(max-width: 767px){
    #learn_more_page .margin-top-90px{margin-top: 40px;}
    #learn_more_page .margin-botom-70px{margin-bottom: 15px;}
}
@media (max-width: 550px){
    #learn_more_page .margin-top-90px{margin-top: 30px;}
    #learn_more_page .margin-botom-70px{margin-bottom: 10px;}
}
@media (max-width: 550px){
    #learn_more_page .margin-top-90px{margin-top: 25px;}
    #learn_more_page .margin-botom-70px{margin-bottom: 5px;}
}
#learn_more_page .vce-row-content{padding: 0px 20px;}
/*-------------learn more css end ------------------*/

/*--------------Miliitary page start -----------*/
#military #banner{
    height: Calc(100% - 220px);
    display: flex;
    align-items: center;
    padding: 0;
    overflow-x: hidden;
}
#military #banner h2{
    font-family: Aku-Kamu;
    font-size: 60px;
    color: #fff;
    margin: 0;
    line-height: 70px;
    text-align: center;
    text-transform: uppercase;
}
@media(max-width: 991px){
    #military #banner h2{
        font-size: 50px;
        line-height: 60px;
    }
    #military #banner {
        height: 305px;
    }
}
@media(max-width: 991px){
    #military #banner{
        height: Calc(100% - 130px);
    }
}
@media(max-width: 767px){
    #military #banner{
        height: Calc(100% - 134px);
    }
    #military #banner h2{
        font-size: 30px;
        line-height: 40px;
    }
}
@media(max-width: 550px){
    #military #banner{
         height: Calc(100% - 120px);
    }
    #military #banner h2{
        font-size: 25px;
        line-height: 35px;
    }
}
@media(max-width: 400px){
     #military #banner h2{
        font-size: 23px;
        line-height: 30px;
    }
}
@media(max-width: 350px){
    #military #banner h2{
        font-size: 20px;
        line-height: 28px;
    }
}
#military, #military p {
    color: #787878;
    font-family: roboto;
    font-size: 1em;
    line-height: 1.88em;
}
#military .dotted hr {
    margin: 55px 0;
    border-top: 2px dotted #b1b1b1;
}
#military h2 {
    font-family: Oswald-Bold;
    font-size: 35px;
    color: #333;
    margin: 0 auto 30px;
    text-align:left;
}
@media(max-width: 767px){
    #military h2 {
        font-size: 24px;
    }
}

#military .gender_got{
    padding: 20px 0px 0;
}
#military #header{
    background-color: transparent;
}
#military .header_banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center center;
    height:577px;
    position: relative;
    background-image: url(resources/images/military/military_banner.jpg);
    margin-bottom: 70px;
}
#military .margin-top-bottom{margin-top:30px !important; margin-bottom: 20px !important;}
#military .scroll_bar
{ 
    background: #f4f4f4;
    border: 1px solid #e8e8e8;
    height: 500px;
    padding: 30px 15px;
    overflow-y: scroll;
}
@media(max-width: 991px){
    #military .header_banner{
        height: 400px;
    }
    #military .margin-top-bottom{margin-top:20px !important; margin-bottom: 30px !important;}
#military .scroll_bar
{ 

    height: 400px;
    padding: 20px 10px;
    
}
}
@media(max-width: 767px){
    #military .header_banner {
        margin-bottom: 50px;
        height: 340px;
    }

}
@media (max-width: 550px){
    #military .header_banner {
        height:300px;
    }
#military .margin-top-bottom{margin-top:15px !important; margin-bottom: 20px !important;}
#military .scroll_bar
{ 

    height: 300px;
    padding: 15px 10px;
    
}
}


.endorce_form .nf-before-form-content{display: none;}
.endorce_form .nf-form-content .list-select-wrap .nf-field-element>div,
.endorce_form .nf-form-content input:not([type=button]),
.endorce_form .nf-form-content textarea{background: #EBEBEB;
    border: 1px solid #EBEBEB;
    border-radius: 4px;}
.endorce_form .nf-form-content .list-select-wrap .nf-field-element>div:focus,
.endorce_form .nf-form-content input:not([type=button]):focus,
.endorce_form .nf-form-content textarea:focus{border: 1px solid #EBEBEB;
    border-radius: 4px;}
  .endorce_form .nf-error-msg.nf-error-field-errors{display: none;}
  .endorce_form input::placeholder{color: #91a4b4;}
 .endorce_form .checkbox-wrap .nf-field-element label.nf-checked-label:before,
 .endorce_form .checkbox-wrap .nf-field-label label.nf-checked-label:before,
 .endorce_form .listcheckbox-wrap .nf-field-element label.nf-checked-label:before,
 .endorce_form .listcheckbox-wrap .nf-field-label label.nf-checked-label:before
{
	color: #f99863;
	top: -1px;
    left: -25px;
    font-size: 20px;
    border-color:#377dba; 
}
.endorce_form .checkbox-wrap .nf-field-element label:after,
.endorce_form .checkbox-wrap .nf-field-element label:after, 
.endorce_form .checkbox-wrap .nf-field-label label:after,
.endorce_form .listcheckbox-wrap .nf-field-element label:after,
.endorce_form .listcheckbox-wrap .nf-field-label label:after
{
	height: 25px;
	width: 25px;
	border-color:#377dba; 
}
.endorce_form .nf-form-content label {
	font-size: 16px;
    line-height: 34px;
    padding-left: 25px;
    font-weight: normal;

}
.endorce_form .nf-form-content button,
.endorce_form .nf-form-content input[type=button],
.endorce_form .nf-form-content input[type=submit]
{
	background: #0072cc;
    border: 1px solid #0072cc;
    color: #FFF;
    border-radius: 4px;
    width: 100%;
    line-height: 20px;
}
.endorce_form .nf-form-content button:hover,
.endorce_form .nf-form-content input[type=button]:hover,
.endorce_form .nf-form-content input[type=submit]:hover
{
	background: #0072cc;
    border: 1px solid #0072cc;
   color: #FFF;
}
.endorce_form .nf-response-msg p{text-align: center; font-size: 19px !important; padding-bottom: 20px !important;}
@media(max-width: 767px)
{
	.endorce_form .nf-response-msg p{text-align: center; font-size: 16px !important; padding-bottom: 10px !important;}
}
/* Military css ends here */


/*--------------Miliitary main page start -----------*/
#military_main #banner{
    height: Calc(100% - 220px);
    display: flex;
    align-items: center;
    padding: 0;
    overflow-x: hidden;
}
#military_main #banner h2{
    font-family: Aku-Kamu;
    font-size: 60px;
    color: #fff;
    margin: 0;
    line-height: 70px;
    text-align: center;
    text-transform: uppercase;
}
@media(max-width: 991px){
    #military_main #banner h2{
        font-size: 50px;
        line-height: 60px;
    }
    #military_main #banner {
        height: 305px;
    }
}
@media(max-width: 991px){
    #military_main #banner{
        height: Calc(100% - 130px);
    }
}
@media(max-width: 767px){
    #military_main #banner{
        height: Calc(100% - 134px);
    }
    #military_main #banner h2{
        font-size: 30px;
        line-height: 40px;
    }
}
@media(max-width: 550px){
    #military_main #banner{
         height: Calc(100% - 120px);
    }
    #military_main #banner h2{
        font-size: 25px;
        line-height: 35px;
    }
}
@media(max-width: 400px){
     #military_main #banner h2{
        font-size: 23px;
        line-height: 30px;
    }
}
@media(max-width: 350px){
    #military_main #banner h2{
        font-size: 20px;
        line-height: 28px;
    }
}
#military_main, #military_main p {
    color: #787878;
    font-family: roboto;
    font-size: 1em;
    line-height: 1.88em;
}
#military_main .dotted hr {
    margin: 55px 0;
    border-top: 2px dotted #b1b1b1;
}
#military_main h2 {
    font-family: Oswald-Bold;
    font-size: 35px;
    color: #333;
    margin: 0 auto 30px;
    text-align:left;
}
@media(max-width: 767px){
    #military_main h2 {
        font-size: 24px;
    }
}

#military_main .gender_got{
    padding: 20px 0px 0;
}
#military_main #header{
    background-color: transparent;
}
#military_main .header_banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center center;
    height:577px;
    position: relative;
    background-image: url(resources/images/military/military_banner.jpg);
    margin-bottom: 70px;
}
#military_main .margin-top-bottom{margin-top:30px !important; margin-bottom: 20px !important;}
#military_main .scroll_bar
{ 
    background: #f4f4f4;
    border: 1px solid #e8e8e8;
    height: 500px;
    padding: 50px 40px;
    overflow-y: scroll;
    overflow-x: hidden;
}
@media(max-width: 991px){
    #military_main .header_banner{
        height: 400px;
    }
    #military_main .vce-row{ padding-left: 15px; padding-right: 15px; }

    #military_main .margin-top-bottom{margin-top:20px !important; margin-bottom: 30px !important;}
#military_main .scroll_bar
{ 

    height: 400px;
    padding: 20px 10px;
    
}
}
@media(max-width: 767px){
    #military_main .header_banner {
        margin-bottom: 50px;
        height: 340px;
    }

}
@media (max-width: 550px){
    #military_main .header_banner {
        height:300px;
    }
#military_main .margin-top-bottom{margin-top:15px !important; margin-bottom: 20px !important;}
#military_main .scroll_bar
{ 

    height: 300px;
    padding: 15px 10px;
    
}
}


#military_main #end_video {
    position: relative;
    padding-bottom: 0px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-top: 30px;
}
#military_main #end_video.mt { margin-top:0px;}
#military_main .container-fluid.gray_area1{padding:0;}
#military_main #end_video .container{padding: 0;}
#military_main .gray_area1 .container{padding: 0;}
@media(min-width: 1000px){
 #military_main .gray_area1 .container .col-sm-4{padding-left: 0;}
 #military_main .gray_area1 .container .col-sm-8{ padding-right: 0;}
}

#military_main .gray_bg{background-color: #EBEBEB; padding: 70px 0; width:100%;margin-top:30px !important; }
@media(max-width: 767px){
    #military_main #end_video{
        padding: 0 ;
    }
    #military_main #end_video .container .row{
        margin: 0px;
    }
   #military_main .gray_area1 .container .col-xs-12{margin-top: 10px; padding-left: 0; padding-right: 0;}
   #military_main .gray_bg{padding: 25px 15px; margin-top:20px !important; }

}

#military_main #end_video .video_wrapper {
    position: relative;
}
#military_main #end_video .playButton {
    border-radius: 100px;
    border: none;
    height: 70px;
    position: absolute;
    width: 70px;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    cursor: pointer;
    display: block;
    background-image: url(resources/images/play_button.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
@media(max-width: 767px){
    #military_main #end_video .playButton {
        height: 40px;
        width: 40px;
    }
}
#military_main .interested_btn{
background: #0072cc;
    border: 1px solid #0072cc;
    color: #FFF;
    border-radius: 40px;
    width: 100%;
    padding: 10px;
    line-height: 20px;
    margin: 30px 0;
    outline: 0;
    max-width: 310px;
}




#military_main .without_bg_btn{
    color: #FFF;
    background-color:#f99863;
    font-size: 18px;
    border: 2px solid #f99863;
    border-radius:24px;
    height: 48px;
    padding: 0;
    width: 214px;
    
}
#military_main .without_bg_btn.yn{
    background-color:#377dba;
    border: 2px solid #377dba;
    width:100%;
    max-width: 180px;
    margin-top: 20px;
    
}
#military_main .without_bg_btn.gu{
    width:100%;
    max-width: 180px;
    margin-top: 20px;
}
#military_main .without_bg_btn.yn{
    background-color:#377dba;
    border: 2px solid #377dba;
    }
#military_main .without_bg_btn.bottom_btn{
    color: #595959;
    background-color:transparent;
    border: 2px solid #f99863;
    
}
#military_main .bottom_btn:hover{
    color: #FFF;
    background-color:#f99863;
}
#military_main .without_bg_btn.bottom_btn2{
    background-color:#377dba;
    border: 2px solid #377dba;
    }
@media(max-width: 767px){
    .soc_icon img{height:40px;}
    #military_main .text-cent_mobi{
text-align: center;
}
  #military_main .block-cent_mobi{
    display: block;
    margin-right: auto;
    margin-left: auto;
}
    #military_main .without_bg_btn{
    border-radius:19px;
    height:38px;
    font-size: 15px;
    width:170px;
    }
}

#military_main ul.font_style_lists li{
    color:#fa9964;
    margin-bottom: 5px;
}
#military_main #resources a{
    color: #787878;
}
#military_main .slick-dots{
    display:none !important;
}
#military_main .wpsisac-slick-carousal .wpsisac-image-slide {
    margin: 0 -23px;
}
@media(max-width:991px)
{
    #military_main .wpsisac-slick-carousal .wpsisac-image-slide {
    margin: 0 -10px;
}
}
#military_main .wpsisac-image-slide-wrap{overflow:visible;}

#military_main .slick-prev.slick-arrow,#military_main .slick-next.slick-arrow{
    background-color: #fff !important;
    border-radius: 50px !important;
    height: 50px;
    width: 50px;
    opacity: 0.8;
    background-size: 10px 15px !important;
}
#military_main .slick-prev.slick-arrow{
    background-position: 6.5px !important;
}
#military_main .slick-next.slick-arrow{
    background-position: 7.5px !important;
}
#military_main .slick-slider { display: table; table-layout: fixed; width: 100%; }



#military_main .slider_bottom_text {
    position: absolute;
    text-align: center;
    width: 100%;
    margin-top: 15px;
    color: #fff;
    font-family: roboto;
    font-size:1.4em;
    
}


@media only screen and (max-width: 480px)
{
#military_main .wpsisac-slick-carousal .wpsisac-image-slide-wrap,#military_main  .wpsisac-slick-carousal .wpsisac-image-slide {
    height: 200px !important;
}
    #military_main .wpsisac-slick-carousal .wpsisac-image-slide {
    margin: 0;
} 
}
#military_main .modal-dialog {
      max-width:1000px;
      margin:0 auto;
      top: 25%;
  }
#military_main .slick-current a.video-btn{cursor:pointer;
}


#military_main .modal-body {
  position:relative;
  padding:0px;
}
#military_main .close {
  position:absolute;
  right: -13px;
  top: -23px;
  z-index:999;
  font-size:2rem;
  font-weight: normal;
  color:#fff;
  opacity:1;
}
@media (min-width: 768px)
{
#military_main .modal-content {
    box-shadow: none;
    border:none;
}
}
.slick-slide .play_btn{display:none;}
.slick-slide.slick-current .play_btn{display:block;}
.play_btn img{width:90px !important; height:90px !important;}
.play_btn{position:absolute; top:50%; margin-top:-45px; left:50%; margin-left:-45px;}
@media (max-width: 767px)
{
    .play_btn img{width:60px !important; height:60px !important;}
.play_btn{position:absolute; top:50%; margin-top:-30px; left:50%; margin-left:-30px;}
}
@media only screen and (max-width: 480px)
{
#military_main .wpsisac-slick-carousal .wpsisac-image-slide, #military_main .wpsisac-slick-carousal .wpsisac-image-slide-wrap {
   height: auto !important;
}
}
#military_main .wpsisac-slick-carousal.design-6 .slick-arrow{
    margin-top: -30px !important;
}
#military_main .wpsisac-slick-carousal .slick-slide {
    padding: 0px 0 60px !important;
}
#military_main .slick-center .slider_bottom_text{
    font-size: 1em;
}
@media(max-width:991px){
    #military_main .wpsisac-slick-carousal .slick-slide {
    padding: 0 0 85px!important;
}
    #military_main .wpsisac-slick-carousal.design-6 .slick-arrow{
    margin-top: -50px !important;
}
}
@media(max-width:767px){
    #military_main .slider_bottom_text{
        font-size: 1.1em;
        line-height: 1.1em;
    }
    #military_main .wpsisac-slick-carousal .slick-slide {
    padding: 0 0 0px!important;
}
}
#military_main #resources a img {
    margin-bottom: 15px;
}
#military_main #resources>div {
    padding: 0 15px;
}
@media(max-width: 991px){
    #military_main .vce-row--col-gap-30>.vce-row-content>.vce-col {
    margin-right: 15px;
}
}
@media(max-width:767px){
    #military_main #resources a img {
    margin: 25px auto 15px;
}
    #military_main #resources p {
    text-align: center;
}
}
#military_main #el-94273898, #military_main #el-94273898 .col-xs-12 {
    padding: 0;
}
#military_main #el-57c3c721 img{
    margin: 40px auto 60px;
}
#military_main .wpsisac-slick-carousal button.slick-prev, #military_main .wpsisac-slick-carousal button.slick-prev:hover, #military_main .wpsisac-slick-carousal button.slick-prev:focus{
    background: url(resources/images/military_main/leftArrow.png) center center no-repeat !important;    
    background-size: contain !important;
}
#military_main .wpsisac-slick-carousal button.slick-next, #military_main .wpsisac-slick-carousal button.slick-next:hover, #military_main .wpsisac-slick-carousal button.slick-next:focus{
    background: url(resources/images/military_main/rightArrow.png) center center no-repeat !important;
    background-size: contain !important;
}
#military_main h2.wpsisac-slide-title {
    color: #787878;
    font-family: roboto;
    font-size: 1.3em;
    line-height: 1.88em;
    text-align: center;
    text-transform: capitalize;
    margin-top: 20px !important;
}
#military_main #el-2c38877f hr{
    margin-top: 0;
}
#military_main .vce#el-a302c773{
    margin-bottom: 0;
}
#military_main #military_main_resources .wpsisac-slick-carousal .wpsisac-image-slide {
    margin: 0 10px !important;
}
#military_main #military_main_resources .wpsisac-slick-carousal.design-6 .wpsisac-image-slide img{
    width: 100%;
}
#military_main #military_main_resources h2.wpsisac-slide-title{
    font-size: 1.0em;
    text-align: left;
}
#military_main .btn1 button {
    margin-top: 25px;
}
#military_main .military_mainBanner2 img{
    margin: 40px auto 70px;
}
#military_main #el-387c2280 {
    margin-bottom: 0;
}
#military_main #el-387c2280 .dotted hr{
    margin-top: 40px;
}
#military_main #el-0852b728 .dotted hr, #military_main #el-98891479 .dotted hr{
    margin-top: 10px;
}
#military_main .blue_bg h2{
    margin-bottom: 60px;
}
#military_main #el-898d45e4 hr{
    margin-top: 0;
}
#military_main #el-a49e3ad3 {
    margin-bottom: 15px;
}
#military_main .wpsisac-slick-carousal .slick-slide:focus{
    outline: unset;
}
@media (min-width: 768px) and (max-width:991px){
    #military_main #military_main_resources .vce-row {
        width: 95%;
    }
    #military_main #military_main_resources .wpsisac-slick-carousal.design-6 .slick-prev{
    left: -20px !important;
}
#military_main #military_main_resources .wpsisac-slick-carousal.design-6 .slick-next{
    right: -20px !important;
}
}
@media (min-width: 992px) and (max-width:1049px){
    #military_main #military_main_resources .vce-row {
        width: 95%;
    }
    #military_main #military_main_resources .wpsisac-slick-carousal.design-6 .slick-prev{
    left: -25px !important;
}
#military_main #military_main_resources .wpsisac-slick-carousal.design-6 .slick-next{
    right: -25px !important;
}
}
@media (min-width: 1050px) and (max-width:1199px){
    #military_main #military_main_resources .vce-row {
        width: 1000px;
    }
    #military_main #military_main_resources .wpsisac-slick-carousal.design-6 .slick-prev{
    left: -20px !important;
}
#military_main #military_main_resources .wpsisac-slick-carousal.design-6 .slick-next{
    right: -20px !important;
}
}
@media(min-width: 1200px){
    #military_main #military_mainVideo .vce-row {
        width: 1040px;
    }
    #military_main .wpsisac-slick-carousal.design-6 .slick-prev{
    left: -70px !important;
}
#military_main .wpsisac-slick-carousal.design-6 .slick-next{
    right: -70px !important;
}
    #military_main #military_main_resources .wpsisac-slick-carousal.design-6 .slick-prev{
    left: -90px !important;
}
#military_main #military_main_resources .wpsisac-slick-carousal.design-6 .slick-next{
    right: -90px !important;
}
}
@media(max-width: 1024px){
    #military_main #military_main_resources .wpsisac-slick-carousal .slick-slide {
    padding: 0px 0 110px !important;
}   
}
@media(max-width: 991px){
    #military_main #military_main_resources .wpsisac-slick-carousal .slick-slide {
    padding: 0px 0 68px !important;
}   
}
#military_main #back_g_border-top{background-image: url(resources/images/military_main/border_top.png); background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 40px;}
#military_main #back_g2{position: relative;}
#military_main #back_g2::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 12.4%;
    left: 0;
    border-top: 4px dotted #f99863;
}
#military_main #back_g4{position: relative;}
#military_main #back_g4::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 12.4%;
    right: 0;
    border-top: 4px dotted #f99863;
}
#military_main #back_g6{position: relative;}
#military_main #back_g6::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 12.4%;
    left: 0;
    border-top: 4px dotted #f99863;
}
#military_main #back_g8{position: relative;}
#military_main #back_g8::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 12.4%;
    right: 0;
    border-top: 4px dotted #f99863;
}
@media(max-width: 767px){
    #military_main #back_g_border-top{
    height:25px;}
    #military_main #back_g2::before {display: none;}
    #military_main #back_g4::before {display: none;}
    #military_main #back_g6::before {display: none;}
    #military_main #back_g8::before {display: none;}
    #military_main .military_mainBanner2 img {
        margin: 15px auto 50px;
    }
    #military_main #el-e85d4c97 p {
        text-align: left;
    }
    #military_main h2.wpsisac-slide-title{
        font-size: 1em;
        margin-bottom: 0 !important;
    }
    #military_main .wpsisac-slick-carousal.design-6{
        margin-bottom: 0;
    }
    #military_main .blue_bg h2 {
        margin-bottom: 30px;
    }
    #military_main #military_main_resources .wpsisac-slick-carousal .wpsisac-image-slide{
        margin: 0 0 !important;
    }
    #military_main #military_main_resources .wpsisac-slick-carousal .slick-slide{
        padding: 0px 0px 40px!important;
    }
    #military_main #military_main_resources h2.wpsisac-slide-title{
        text-align: center;
    }
    #military_main #military_main_resources .wpsisac-slick-carousal.design-6 .slick-arrow {
        margin-top: -45px !important;
    }
    #military_main #military_mainVideo .wpsisac-slick-carousal.design-6 .slick-arrow {
        margin-top: -28px !important;
    }
}
 #military_main .pods h4{color: #333; margin-top: 0px;}
  #military_main .pods p.date_n{color: #91a4b5; font-weight: 100; padding-top: 5px;}
   #military_main .pods a{color: #377dba;}
 #military_main .padd_top_30px{ padding-top: 30px; }
  #military_main .padd_bott_55px{ padding-bottom: 55px; }
   #military_main .text-right-custom{text-align: right;}
   @media(max-width: 767px)
   {
   	 #military_main .pods h4{margin-top:22px;}
   	  #military_main .padd_top_30px{ padding-top: 20px; }
  #military_main .padd_bott_55px{ padding-bottom: 35px; }
   #military_main .text-right-custom{text-align: center;}
   #military_main .mob_center{text-align: center;}
   }