*{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
img{ 
	max-width: 100%; 
}
body{
	font-family: 'Poppins', sans-serif;
	color: #333333;
	font-size: 15px;
	margin: 0;
}
.container{
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 15px;
}
.header_top_info{
	border-bottom: 1px solid #e5e5e5;
	padding: 10px 0;
}
.d_flex{
	display: flex;
	flex-wrap: wrap;
}
.jc_space_between{
	justify-content: space-between;
}
.jc_center{
	justify-content: center;
}
.align_item_center{
	align-items: center;
}
.header_top_info .cont_no{ 
	display: inline-block; 
	color: #000000;
	font-size: 14px;
}
.header_top_info .cont_no span, .header_top_info .user_login span{
	vertical-align: middle;
}
.header_top_info .user_login{ 
	display: inline-block; 
	margin-left: 20px;
	position: relative;
}
.header_top_info .user_login a:link, .header_top_info .user_login a:visited{
	color: #424242;
	font-size: 14px;
	text-decoration: none;
}
.header_top_info .user_login a:hover{
	color: #333;
}
.header_top_info .tagline{
	color: #000000;
	font-size: 12px;
}

/* main menu */
.header_main .mainmenu{
	vertical-align: middle;
}
.header_main .mainmenu ul{
	padding:0;
	margin:0;
}
.header_main .mainmenu ul li{
	padding: 0;
	margin: 0 0 0 28px;
	display: inline-block;
	position: relative;
}
.header_main .mainmenu ul li a:link, .header_main .mainmenu ul li a:visited{
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}
.header_main .slidenav ul li.active ul.submenu li a:link, 
.header_main .slidenav ul li.active ul.submenu li a:visited{
	color: #666;	
}
.header_main .mainmenu ul li a::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #ff00b4;
    transition: width .3s;
}
.header_main .mainmenu ul li.active a:link, .header_main .mainmenu ul li.active a:visited,
.header_main .mainmenu ul li a:hover{
	color: #ff00b4;

}
.header_main .mainmenu ul li.active ul li a:link, 
.header_main .mainmenu ul li.active ul li a:visited{
	color: #000;
}
.header_main .mainmenu ul li.active ul li a:hover{
	color: #ff00b4;
}
.header_main .mainmenu ul li a:hover::after ,
.header_main .mainmenu ul li.active a::after{
    width: 100%;
    //transition: width .3s;
}
.header_main .mainmenu ul li ul li{
	display: block;
	margin: 0;
}
.header_main .mainmenu ul li ul li a::after{
	display: none;
}
.header_main .mainmenu ul li:hover ul{
	display: block;
}
/* end main menu */
.header_main{
	padding: 27px 0 35px;
}
.row{
	margin: 0 -15px;
}
.col-md-6{
	padding: 0 15px;
	width: 50%;
}
.col-md-12{
	width: 100%;
	padding: 0 15px;
}
.col-md-4{
	width: 33.33%;
	padding: 0 15px;
}
.col-md-3{
	width: 25%;
	padding: 0 15px;
}
.about_sec .about_img{
	margin-left: 50px;
	position: relative;
	z-index:3;
}
.about_sec .about_img:before{
	border: 1px solid #00dcee;
	position: absolute;
	left: -16px;
	top:-16px;
	width:100%;
	height: 100%;
	content: ""; 
	pointer-events: none;
}
.about_sec .about_img img{
	display: block;
}
.about_sec .about_img .about_img_title{
	background: rgba(0,220,238,0.35);
	color: #fff;
	font-size: 33px;
	font-weight: 500;
	position: absolute;
	bottom: 0;
	padding: 35px 56px;
}
.about_sec .about_text h2{
	font-size: 36px;
	color: #333;
	margin: 0;
	font-weight: 600;
}
.about_sec .about_text p{
	margin: 20px 0;
	font-size: 15px;
}
.about_sec .about_text a.readmore_btn:link, .about_sec .about_text a.readmore_btn:visited{
	
	display: inline-block;
	margin: 22px 0;
}
.button span b{
	color: #ec008c;
}

.button {
	 padding:0 15px;
	 line-height: 43px;
	 position: absolute;
	 border: solid #00dcee 2px;
	 background: transparent;
	 cursor: pointer;
	 transition: all 1s;
	 text-align:center;	
}
 .button span {
	color:#333333;
	font-weight: 500;
	text-decoration: none;
	text-align: center;
}
 .button .line {
	 background: #ec008c;
	 position: absolute;
	 transition: none;
	 transform: scale(0);
	 opacity: 1;
}
 .button .line:nth-child(1) {
	 transform-origin: 100% 100%;
	 height: 2px;
	 width: 20%;
	 bottom: 0;
}
 .button .line:nth-child(4) {
	 transform-origin: 0 100%;
	 height: 2px;
	 width: 20%;
	 top: -1px;
	 right: 0;
}
 .button .line:nth-child(2) {
	 transform-origin: 100% 100%;
	 height: 100%;
	 width: 2px;
	 bottom: 0;
	 left: -1px;
}
 .button .line:nth-child(5) {
	 transform-origin: 100% 0;
	 height: 100%;
	 width: 2px;
	 bottom: 0;
	 right: -1px;
}
 .button .line:nth-child(3) {
	 transform-origin: 0 100%;
	 height: 2px;
	 width: 100%;
	 top: -1px;
	 left: -1px;
}
 .button .line:nth-child(6) {
	 transform-origin: 100% 0;
	 height: 2px;
	 width: 100%;
	 bottom: 0;
	 right: -1px;
}
 .button:hover > .line {
	 transform: scale(1);
	 opacity: 0;
	 transition: all 1s;
}
 .button:hover > .line:nth-child(2), .button:hover > .line:nth-child(5) {
	 transition-delay: 0.5s;
}
 .button:hover > .line:nth-child(3), .button:hover > .line:nth-child(6) {
	 transition-delay: 0.9s;
}
 .button:hover {
	 background: rgba(255, 255, 255, 0.03);
	 border: solid #ec008c 2px;
}
.procedures_sec{
	background:url(../images/procedures_img.jpg) no-repeat left center;
	padding: 100px 0;
	margin-top: -80px;
	background-size: cover; position:relative;
}
.procedures_sec:before { position:absolute; content:""; background:rgba(255,0,110,0.5); width:100%; height:100%; left:0; top:0; z-index:1; }
.procedures_sec .container { position:relative; z-index:2; }
.procedures_sec .button { position:relative; display:inline-block; margin-top:20px; }
.procedures_sec_txt h2 { 
	color: #fdff00; 
	font-size: 36px; 
	font-weight:600; 
	margin:0 0 20px 0;
}
.procedures_sec_txt p{
	color: 	#fff;
	font-size: 18px;
	line-height: 30px;
}
.procedures_sec_txt ul li{
	color:#fff;
}
.procedures_sec_txt .button span{
	color:#fff;
}
.white_bg_sec_home{ 
	background:url(../images/white-bg-img.jpg) no-repeat center	top; 
	background-size: cover;
	padding-bottom: 100px;
}
.white_bg_sec_home .detail_box{
	margin-top: -126px;
	position: relative;
	background: #fdff00;
	padding: 40px 50px 60px;
	margin-left: 16px;
	margin-right: 15px;
}
.white_bg_sec_home .detail_box:before{
	border: 1px solid #00dcee;
	position: absolute;
	left: -16px;
	top:-16px;
	width:100%;
	height: 100%;
	content: ""; 
	pointer-events: none;
}
.white_bg_sec_home .detail_box h2{
	margin: 0;
	font-size: 36px;
	font-weight: 600;
}
.white_bg_sec_home .detail_box h5{
	font-weight: bold;
	font-size: 20px;
	margin: 22px 0 9px;
}
.white_bg_sec_home .detail_box p{
	font-size: 15px;
	line-height: 30px;
	margin: 0;
	text-align: justify;
}
.white_bg_sec_home .detail_box a.read_more_link:link, .white_bg_sec_home .detail_box a.read_more_link:visited{
	float: right;
	color: #ff00b4;
	font-size: 15px;
	text-decoration: none;
	font-weight: 500;
}
.white_bg_sec_home .detail_box a.read_more_link:hover{
	color:#000;
}
.white_bg_sec_home .detail_box.trustees_box{
	margin-top: 235px;
}
.white_bg_sec_home .detail_box.trustees_box{
	background: #00dcee;
}
.white_bg_sec_home .detail_box.trustees_box:before{
	border: 1px solid #ff00b4;
}
.white_bg_sec_home .detail_box.letters_box{
	margin-top: -262px;
}
.white_bg_sec_home .detail_box.letters_box{
	background: #ff00b4;
}
.white_bg_sec_home .detail_box.letters_box:before{
	border: 1px solid #000000;
}
.white_bg_sec_home .detail_box.letters_box a.read_more_link:link, 
.white_bg_sec_home .detail_box.letters_box a.read_more_link:visited{
	color: #fdff00;
}
.white_bg_sec_home .detail_box.letters_box a.read_more_link:hover{
	color: #000;
}
.clearfix{
	clear: both;
	float: none;
}
/* slider home */
.silck_slider_center .slick-slide img {
    width: 100%;
	max-height:400px;
}

.silck_slider_center .slick-prev:before,
.silck_slider_center .slick-next:before {
    color: black;
}


.silck_slider_center .slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2;
    position: relative;
}
    
.silck_slider_center .slick-active {
    opacity: .5;
}

.silck_slider_center .slick-current {
    opacity: 1;
}
.silck_slider_center .slick-prev{
	left: 31px;
	z-index: 9;
}
.silck_slider_center .slick-next{
	right: 31px;
}
.silck_slider_center .slick-dots{
	bottom: 0;
}
.silck_slider_center{
	overflow: hidden;
	border-bottom: 5px solid #fdff00;
	margin-bottom: 50px;
}
.silck_slider_center .slick-next:before{
	content: "";
	background: url(../images/slider-next-arrow.png) no-repeat left top;
	width: 15px;
	height: 25px;
	display: block;
}
.silck_slider_center .slick-prev:before{
	content: "";
	background: url(../images/slider-prev-arrow.png) no-repeat left top;
	width: 15px;
	height: 25px;
	display: block;
}
.silck_slider_center .slider_text{
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.7);
	display: flex;
	align-items:center;
	justify-content: center;
	padding: 30px 0;
}
.silck_slider_center .slider_text img{
	width: auto;
	display: inline-block;
}
.silck_slider_center .slider_text h3{
	font-size: 36px;
	color: #fdff00;
	margin: 20px 0 30px;
	position: relative;
	font-weight: 600;
	padding-bottom: 20px;
}
.silck_slider_center .slider_text h3:after{
	width:280px;
	height: 1px;
	position: absolute;
	left: 50%;
	margin-left: -140px;
	content: "";
	bottom: 0;
	background: #7f7f7f;
}
.silck_slider_center .slider_text p{
	font-weight: 500;
	font-size: 22px;
	color: #cccccc;
	margin-bottom: 0;
}

/* footer */
.footer{ 
	background: #000;
	border-top:5px solid #00dcee;
	padding: 79px 0 0px; 
}
.footer .footer_col1 h5{
	font-size:15px;
	font-weight: bold;
	margin: 20px 0 0;
	color: #cccccc; 
}
.footer .footer_col1 p{
	margin: 0 0 20px;
	line-height: 30px;
	color: #cccccc;
	font-weight: normal;
	font-size: 15px;
}
.footer .footer_col1 p a:link, .footer .footer_col1 p a:visited{
	color: #cccccc;
}
.footer .footer_col1 p a:hover{
	text-decoration: none;
}
.footer .footer_col1 p a.email_footer:link, .footer .footer_col1 p a.email_footer:visited{
	color: #cccccc;
	text-decoration: none;
}
.footer .footer_col1 p a.email_footer:hover{
	text-decoration:underline;
}
.footer_col2{
	 
}
.footer .footer_col2 h5{
	font-size:15px;
	font-weight: bold;
	margin: 20px 0 20px;
	color: #cccccc;
}
.footer .footer_col2 ul{
	padding: 0;
	margin: 0;
}
.footer .footer_col2 ul li{
	padding: 0;
	margin: 0 0 21px;
	list-style: none;
}
.footer .footer_col2 ul li:before{
	content: "\f105";
	font-family: 'Font Awesome 6 Free';
  	font-style: normal;
 	font-weight: 900;
 	color: #ccc;
 	margin-right: 10px;
}
.footer .footer_col2 ul li a:link, .footer_col2 ul li a:visited{
	color: #cccccc;
	font-size: 15px;
	font-weight: normal;
	text-decoration: none;
}
.footer .footer_col2 ul li a:hover{
	color: #ec008c;
}
.footer .copyright_sec{
	background: #1b1b1b;
	margin-top: 40px;
	padding: 20px 0;
}
.footer .copyright_sec p, .footer .copyright_sec a:link, .footer .copyright_sec a:visited{
	font-size: 14px;
	color: #cccccc;
	text-decoration: none;
	margin: 0;
}
.footer .copyright_sec a:hover{
	text-decoration: underline;
}
.social_icon h3{
	color: #cccccc;
	font-size: 15px;
}
.social_icon a:link, .social_icon a:visited{
	color: #cccccc;
	margin-right: 12px;
	display: inline-block;
}
.social_icon a:hover{
	color: #ec008c;
}

.social_icon{ margin-top: 20px; }
.social_icon_col{ width: auto; }

/* mobile menu */
.hamburger {
    position: relative;
    width: 40px;
    height: 30px;
    cursor: pointer;
    border: 5px solid transparent;
    float: right;
    display: none;
}
.hamburger span {
    width: 100%;
    height: 2px;
    background: #000;
    display: block;
    position: absolute;
    right: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all 0.3s
}
.hamburger span.h-top {
    top: 0
}
.hamburger span.h-bottom {
    bottom: 0;
    width: 27px
}
.hamburger span.h-middle {
    top: 50%;
    margin-top: -1px;
    width: 25px
}
.hamburger.h-active span {
    width: 100%
}
.hamburger.h-active span.h-top {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    margin-top: -1px
}
.hamburger.h-active span.h-middle {
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0
}
.hamburger.h-active span.h-bottom {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 50%;
    margin-bottom: -1px
}
.bottombar {
    background-color: #08509e
}
.main-nav>ul {
    padding: 0;
    margin: 0;
    list-style: none
}
.main-nav>ul>li {
    display: inline-block;
    position: relative;
    margin-left: -4px;
    padding-right: 15px
}
.main-nav>ul>li+li {
    padding: 0 15px
}
.main-nav>ul>li>a {
    text-transform: uppercase;
    display: block;
    text-decoration: none;
    color: #000;
    font-size: 16px;
    position: relative;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all 0.3s
}
.main-nav>ul>li:hover>a {
    color: #00b7d7
}
.submenu {
    position: absolute;
    left: 0;
    top: auto;
    right: 0;
    min-width: 200px;
    list-style: none;
    margin: 0;
    padding: 0;
    padding: 15px;
    background: #fff;
    border: 1px solid #f7f7f7;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    -o-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
    -webkit-box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.3);
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all 0.3s
}
.submenu>li {
    display: block;
    margin: 0 -15px
}
.submenu>li a {
    display: block;
    padding: 10px 15px;
    color: #666;
    line-height: 1;
    font-size: 14px;
    text-decoration: none;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all 0.3s
}
.submenu>li a:hover {
    background: #f7f7f7;
    color: #08509e
}
.main-nav .fl {
    width: 30px;
    font-size: 20px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    font-style: normal;
    position: absolute;
    right: 5px;
    top: 0;
    z-index: 999;
    display: none
}
.main-nav .fl:before {
    font-size: 14px;
    text-align: center;
    line-height: 35px
}
.main-nav>ul>li+li .submenu {
    left: 25px
}
.main-nav>ul>li:hover .submenu {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1
}
.content-block {
    padding: 70px 0;
    position: relative
}
.slideInUp {
    visibility: hidden;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    -moz-transform: translate3d(0, 30px, 0);
    -ms-transform: translate3d(0, 30px, 0);
    -o-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out
}
.is-active .slideInUp {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.slideInUp2 {
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s
}

/* end mobile menu */

/* breadcrumbs */
ul.breadcumb-menu {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}
ul.breadcumb-menu li {
    color: #fff;
    display: flex;
    align-items: center;
    letter-spacing: 0;
}
ul.breadcumb-menu li::before {
    content: "\f105";
    margin: 0px 5px;
    font-family: 'fontawesome';
}
ul.breadcumb-menu li:first-child::before {
    display: none;
}
ul.breadcumb-menu li a {
    color: #fff;
}
ul.breadcumb-menu li a:hover {
    opacity: .7;
}
.breadcumb-title {
    font-size: 40px;
    color: #fff;
    font-weight: 700;
    margin: 0;
    line-height: 45px;
	margin-bottom:10px;
}
.breadcrum_sec{
	background: url(../images/breadcrumbs-bg.jpg) no-repeat center center;
	position: relative;
	padding: 88px 0;
	z-index: 1;
	border-bottom: 5px solid #fdff00;
	margin-bottom: 60px;
	min-height: 250px;
}
.breadcrum_sec::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 0;
    opacity: 0.7;
    pointer-events: none;
    content: "";
}
.breadcrum_sec .container{
	position: relative;
	z-index: 0;
}
.about_page_sec_main{
	margin-bottom: 60px;
}

/* contact page */
.contact_sec .contact_info_box {
	position: relative;
	background: #fdff00;
	padding: 60px;
}
.contact_sec .contact_info_box:before{
	border: 1px solid #00dcee;
	position: absolute;
	left: -16px;
	top:-16px;
	width:100%;
	height: 100%;
	content: ""; 
	pointer-events: none;
}
.contact_info_box a:link, .contact_info_box a:visited{
	color: #000;
	text-decoration: none;
}
.con_text_box{
	background: #fff;
	border:1px solid #ddd;
	padding: 10px;
	display: block;
	width: 100%;
	margin-bottom: 15px;
	font-size: 15px;
	font-family: 'Poppins', sans-serif;
}
.con_textarea{
	background: #fff;
	border:1px solid #ddd;
	padding: 15px;
	display: block;
	width: 100%;
	margin-bottom: 15px;
	min-height: 100px;
	font-size: 15px;
	font-family: 'Poppins', sans-serif;
}
.con_button {
	position: inherit;
	font-weight: bold;
	width: auto;
	font-size: 15px;
	font-family: 'Poppins', sans-serif;
	padding: 5px 15px;
}
.contact_form_sec{
	margin: 30px 0 60px;
}

.mb_15{
	margin-bottom: 15px;
}
.p20{
	padding: 20px;
}
.amt_txt{
	background: #fff;
    border: 1px solid #ddd;
    padding: 10px;
    display: inline-block;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 10px;
}
.amountperwm .amt_txt{
	margin-bottom: 0;
}
.benifit{
	width: 35%;
}
.income_field{
	width: 50%;
}
.radio_group div{
	margin-bottom: 5px;
}
.btndiv button{
	margin-right: 15px;
}
.ethnic_div .col-md-3{
	position: relative;
	padding-left: 40px;
}
.ethnic_div .col-md-3 input{
	position: absolute;
	left: 15px;
	top: 2px;
}
.cont_icon a:link, .cont_icon a:visited{
	color: #333;
	text-decoration: none;
}
.cont_icon a:hover{
	color: #ec008c;
}

.trustees-listing{
	text-align:center;
}
.trustee-name{
	color: #ff00b4;
    font-weight: bold;
    font-size: 18px;
	margin-top: 10px;
}
.trustee-desg{
	font-weight:600;
	margin:0 0 5px;
	color:#333333;
}
.trustee-box{
	margin-bottom:20px;
}
.trustee-image{
	border:1px solid #dedede;
	line-height: 0;
}

@media only screen and (max-width: 1024px) and (min-width: 999px)  {
	.procedures_sec{
		margin-top: 30px;
		padding-top: 70px;
	}
	.about_sec .about_img .about_img_title{
		font-size: 28px;
	}
}

@media (max-width: 1023px) {

	/* mobile menu */
    .main-nav.mainmenu  {
        position: fixed;
        top: 0;
        left: 0;
        width: 250px;
        padding: 20px;
        z-index: 99999;
        height: 100%;
        overflow: auto;
        background: #000;
        -webkit-overflow-scrolling: touch;
        -webkit-transform: translateX(-250px);
        -moz-transform: translateX(-250px);
        -ms-transform: translateX(-250px);
        -o-transform: translateX(-250px);
        transform: translateX(-250px);
        -webkit-transition: -webkit-transform .3s ease-in;
        -moz-transition: -moz-transform .3s ease-in;
        -o-transition: -o-transform .3s ease-in;
        transition: transform 0.3s ease-in
    }
    .main-nav.mainmenu.slidenav {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
    .header_main .main-nav.mainmenu >ul {
        float: none;
    }
    .header_main .main-nav.mainmenu >ul>li {
        display: block;
        padding: 0 !important;
        margin-left: 0;
    }
    .header_main .main-nav.mainmenu >ul>li>a {
        font-size: 14px;
		color: #fff;
        line-height: 35px;
        color: #fff;
    }
    .header_main .main-nav.mainmenu .fl {
        display: block;
        line-height: 35px;
    }
    .header_main .submenu {
        position: static;
        min-width: 200px;
        background: transparent;
        border: none;
        padding: 5px 15px 5px 25px;
        filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1;
        visibility: visible;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
        display: none;
    }
    .header_main .mainmenu ul .submenu>li a {
        display: block;
        padding: 10px 0;
        color: #666;
        line-height: 0.8;
        font-size: 14px;
        color: #ccc;
        text-decoration: none;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        transition: all 0.3s;
        font-weight: normal;
    }
    .header_main .mainmenu .submenu>li a:hover {
        background: transparent;
        color: #08509e;
    }
    .header_main .mainmenu .slideInUp {
        visibility: visible;
        filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
    }
    /* end mobile menu */

    .header_main{
    	padding: 27px 0 22px;
    }
}

@media only screen and (max-width: 1023px) and (min-width: 768px)  {
	.procedures_sec{
		margin-top: 30px;
		padding-top: 70px;
	}
	.about_sec .about_img .about_img_title{
		font-size: 28px;
		padding: 20px;
	}
	.col-md-6{
		width: 100%;
	}
	.benifit{
		width: 25%;
	}
	.applicant_form .col-md-6{
		width: 50%;
	}
	.footer_col2{
		margin-left: 20px;
	}
	.about_sec .about_img{
		width: 501px;
		margin: 60px auto;
	}
	.white_bg_sec_home .detail_box.trustees_box, .white_bg_sec_home .detail_box.letters_box{
		margin-top: 60px;
	}
	/* mobile menu */
	.hamburger{
		display: block;
	}
	/* end mobile menu */
	.silck_slider_center .slider_text h3{
		margin: 10px 0 20px;
		padding-bottom: 10px;
	}
	.contact_sec .contact_info_box{
		margin: 30px 0 0 15px;
	}

	.amountperwm .amt_txt{
		width: 150px;
	}
}

@media only screen and (max-width: 767px) {
	.procedures_sec{
		margin-top: 30px;
		padding-top: 70px;
	}
	.about_sec .about_img .about_img_title{
		font-size: 22px;
		padding: 20px;
	}
	.col-md-6{
		width: 100%;
	}
	.footer_col2{
		margin-left: 20px;
	}
	.about_sec .about_img{
		width: 501px;
	    margin: 60px auto 0;
	    max-width: 97%;
	}
	.white_bg_sec_home .detail_box.trustees_box, .white_bg_sec_home .detail_box.letters_box{
		margin-top: 60px;
	}
	/* mobile menu */
	.hamburger{
		display: block;
	}
	/* end mobile menu */
	.silck_slider_center .slider_text h3{
		font-size: 22px;
		margin: 10px 0 20px;
		padding-bottom: 10px;
	}
	.silck_slider_center .slider_text p{
		font-size: 16px;
		margin-bottom: 0;
	}
	.silck_slider_center .slick-slide img{
		height: 300px;
    	object-fit: cover;
	}
	.silck_slider_center .slider_text img{
		height: 60px;
	}
	.silck_slider_center .slick-prev{
		left: 15px;
	}
	.silck_slider_center .slick-next{
		right: 15px;
	}
	.white_bg_sec_home .detail_box{
		margin-right: 0;
	}
	.about_sec .about_text h2{
		font-size: 22px;
	}
	.about_sec .about_text p{
		font-size: 14px;
	}
	.breadcrum_sec{
		padding: 50px 0;
		min-height: 174px;
		margin-bottom: 40px;
	}
	.contact_sec .contact_info_box{
		margin: 30px 0 0 15px;
		padding: 30px;
	}
	.trustee-box{
		width:50%;
	}
}
@media only screen and (max-width: 479px){
	.footer_col2 {
	    margin-left: 0;
	}
	.about_sec .about_img{
		margin-left: 16px;
		width: auto;
	}
	.contact_sec .contact_info_box{
		font-size: 12px;
		padding: 22px;
	}
	.ethnic_div .col-md-3, .income_field{
		width: 100%;
	}
	.footer .footer_col1 p a.email_footer:link, .footer .footer_col1 p a.email_footer:visited{
		font-size: 14px;
	}
	.col-md-4{
		width: 100%;
	}
	.p20{
		padding: 10px;
	}
	.white_bg_sec_home .detail_box{
		padding: 40px 36px 60px;
	}
	.white_bg_sec_home .detail_box h2{
		font-size: 30px;
	}
	.benifit{
		width: auto;
	}
	.trustee-box{
		width:100%;
	}
}
@media only screen and (max-width: 319px){
	.main-nav.mainmenu{
		width: 216px;
	}
	.logo{
		width: 75%;
	}
}
#wpcrlLoginForm,
#wpcrlResetPasswordSection {
	background: rgb(241, 241, 241);
    padding: 20px;
    border: 1px solid rgb(222, 222, 222);
    width: 500px;
    max-width: 100%;
    margin: 0px auto;
}
#wpcrlLoginForm h3,
#wpcrlResetPasswordSection h3 { margin-top:0; }
#wpcrlLoginForm .button,
#wpcrlResetPasswordSection .button { position:relative; }
.form-submit .button { position:relative; display:inline-block; }

.tab-content.profile-content .wpfep-form-profile .user_url, .tab-content.profile-content .wpfep-form-profile .wpfep-textarea-field, .tab-content.profile-content .wpfep-form-profile .wpfep-save .btn, .tab-content.password-content .wpfep-form-password .wpfep-save .btn { display:none; }

#loader-wrapper { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 1000; }
#loader { display: block; position: relative; left: 50%; top: 50%; width: 44px; height: 44px; margin:-22px 0 0 -22px;
    background:url(../images/loader.gif) 50% 50% no-repeat; z-index: 1001; }
#loader-wrapper .loader-section { position: fixed; top: 0; width: 100%; height: 100%; background:#fff; z-index: 1000; }

.user-menu { /*position:absolute; right:0; top:0; max-width: 60px;*/ }
.user-dropdown {
    list-style: none;
    background: #fff;
    padding: 0;
    position: absolute;
    top: 20px;
    right: 0;
    width: 150px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 1px 4px -1px rgba(0,0,0,0.5);
}
.user-dropdown:before {
    content: "";
    height: 10px;
    width: 10px;
    background-color: #ffffff;
    position: absolute;
    top: -6px;
    right: 20px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-left: 1px solid #EEF1F3;
    border-top: 1px solid #EEF1F3;
    pointer-events: none;
}
.user-dropdown.open {
    top: 30px;
    opacity: 1;
    visibility: visible;
    pointer-events: inherit;
    z-index: 9;
}
.user-dropdown li {
    border-bottom: 1px solid #EEF1F3;
    display: block; margin-right: 0;
}
.user-dropdown li a {
    display: block;
    padding: 5px 15px;
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    text-align: left;
}

.testimonial-info {
    background: #fff;
    padding: 20px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 1px 4px -1px rgba(0,0,0,0.5);
	position:relative;
}
.testimonial-info:before {
    content: "";
    height: 10px;
    width: 10px;
    background-color: #ffffff;
    position: absolute;
    bottom: -6px;
    left: 20px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    pointer-events: none;
}
.testimonial-name { font-size:16px; font-weight:700; padding:10px 15px; margin-bottom:10px; }
.folders-box, .files-box { margin-bottom:20px; }
.folder-thumb, .file-thumb { background:#f1f1f1; border:1px solid #dedede; text-align:center; padding:5px; }
.folder-thumb img, .file-thumb img { display:inline-block; }
.folders-box a, .files-box a { display:block; color:#333; }
.folders-box a:hover, .files-box a:hover { color:#ff00b4; text-decoration:none; }
.folder-name, .file-name { font-size:16px; font-weight:700; padding:5px 10px; }


#working_emp_info,
#is_member_info,
#member_trade_info_div,
#applied_bc_info,
#apply_prev_info { background:#fafafa; padding-top:15px; padding-bottom:15px; margin-top:10px; margin-bottom:10px; }
.add_employment,
.add_relatives,
.add_organisations,
.add_application { background:#333; color:#fff; padding:8px 20px; font-size:14px; font-weight:600; display:inline-block;  }
.add_employment:hover,
.add_employment:focus,
.add_relatives:hover,
.add_relatives:focus,
.add_organisations:hover,
.add_organisations:focus,
.add_application:hover,
.add_application:focus { background:#ff00b4; color:#fff; text-decoration:none; outline:none;  }
.del_curr_row  { background: #333; color:#fff; padding:5px 15px; font-size:14px; font-weight:600; display:inline-block;  }
.del_curr_row:hover,
.del_curr_row:focus { background: #ff00b4; color:#fff; text-decoration:none;  }

#working_emp_info .employment_outer .row,
#member_trade_info_div .row,
#applied_bc_info .organisations_outer .row,
#apply_prev_info .application_outer .row { margin-top:10px; }
#working_emp_info .employment_outer .row:nth-child(1),
#member_trade_info_div .row:nth-child(1),
#applied_bc_info .organisations_outer .row:nth-child(1),
#apply_prev_info .application_outer .row:nth-child(1) { margin-top:0; }
#working_emp_info .employment_outer .row:nth-child(1) .col-md-12 .del_row_outer,
#member_trade_info_div .row:nth-child(1) .col-md-12 .del_row_outer,
#applied_bc_info .organisations_outer .row:nth-child(1) .col-md-12 .del_row_outer,
#apply_prev_info .application_outer .row:nth-child(1) .col-md-12 .del_row_outer { display:none; }

label small { font-weight:400; }
.btndiv { margin-top:10px; }

.cradio,
.cradio2 { display: inline-block; margin-right: 10px; }
.cradio [type="radio"]:checked,
.cradio [type="radio"]:not(:checked),
.cradio2 [type="radio"]:checked,
.cradio2 [type="radio"]:not(:checked) {    
    display: none !important;
}
.cradio [type="radio"]:checked + span,
.cradio [type="radio"]:not(:checked) + span,
.cradio2 [type="radio"]:checked + label,
.cradio2 [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    font-weight: 400;
    display: inline-block;
}
.cradio [type="radio"]:checked + span:before,
.cradio [type="radio"]:not(:checked) + span:before,
.cradio2 [type="radio"]:checked + label:before,
.cradio2 [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
    pointer-events: none;
}
.cradio [type="radio"]:checked + span:after,
.cradio [type="radio"]:not(:checked) + span:after,
.cradio2 [type="radio"]:checked + label:after,
.cradio2 [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #ff00b4;
    position: absolute;
    top: 6px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    pointer-events: none;
}
.cradio [type="radio"]:not(:checked) + span:after,
.cradio2 [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.cradio [type="radio"]:checked + span:after,
.cradio2 [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.app_btn { margin: 20px 0 50px 0; text-align:center; }
.app_btn a {
	font-weight: bold;
	width: auto;
	font-size: 15px;
	font-family: 'Poppins', sans-serif;
	padding:0 15px;
	line-height: 43px;
	border: solid #00dcee 2px;
	background: transparent;
	display: inline-block;
	margin: 5px 15px;
	text-decoration: none;
	cursor: pointer;
	transition: all 1s;
	color: #333;
}
.app_btn a:hover,
.app_btn a:focus { background:#00dcee; color:#fff; }
.app_btn a:last-child {	border: solid #ec008c 2px; }
.app_btn a:last-child:hover,
.app_btn a:last-child:focus { background:#ec008c; color:#fff; }
.page-id-8 .breadcrum_sec,
.page-id-51 .breadcrum_sec{ background: url(../images/banner-01.jpg) no-repeat center center; }
.page-id-11 .breadcrum_sec,
.page-id-151 .breadcrum_sec{ background: url(../images/banner-02.jpg) no-repeat center center; }
.page-id-20 .breadcrum_sec,
.page-id-18 .breadcrum_sec,
.page-id-22 .breadcrum_sec{ background: url(../images/banner-03.jpg) no-repeat center center; }
.testimonialslist_new .title { padding:0; margin:0 0 20px 0; }
.divider { border-bottom:1px dashed #dedede; line-height:1px; width:30%; margin:30px auto; }
