/*-----------------------------------------------------------------------------------

    Template Name: ACDS 
    Template URI: http://bootexperts.com
    Description: This is html5 template
    Author: BootExperts
    Author URI: http://bootexperts.com
    Version: 1.0

-----------------------------------------------------------------------------------
    
    CSS INDEX
    ===================
	
    1. Theme Default CSS (body, link color, section etc)

-----------------------------------------------------------------------------------*/

/*----------------------------------------*/
/*  1.  Theme default CSS
/*----------------------------------------*/
/*google fonts*/
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');

html, body {height: 100%;}
.floatleft {float:left}
.floatright {float:right}
.alignleft {float:left;margin-right:15px;margin-bottom: 15px}
.alignright {float:right;margin-left:15px;margin-bottom: 15px}
.aligncenter {display:block;margin:0 auto 15px}
a:focus {outline:0px solid}
img {max-width:100%;height:auto}
.fix {overflow:hidden}
p {margin:0 0 15px;}
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 10px;
  text-transform: capitalize;
}
a {transition: all 0.3s ease 0s;text-decoration:none;}
a:hover {
  text-decoration: none;
}
a:active, a:hover {
  outline: 0 none;
}
ul{
list-style: outside none none;
margin: 0;
padding: 0
}
.clear{clear:both}
body {
    font-family: 'Roboto', sans-serif;
    
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
.bg_col_1 {
    background-color: #0E227B !important;
}
.bg_col_2 {
    background-color: #77809F !important;
}
.mt_30{
    margin-top: 30px;
}
.mt_40{
    margin-top: 40px;
}
.mb_30{
    margin-bottom: 30px
}
.mb_0{
    margin-bottom: 0px !important;
}

/*for_mobile_menu*/
#sidebar_menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 285px;
    height: auto;
    background: #F5F6F8;
    z-index: 99999;
    padding: 25px;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
}
#sidebar_menu.visible{
   opacity: 1;
    visibility: visible;
    transition: .3s;
}
.menu_top {
    padding-top: 81px;
}
.menu_logo {
    padding-bottom: 40px;
}
.iner_side{}


.main_menu{}
.main_menu ul{}
.main_menu ul > li {
    text-align: left;
    position: relative;
    margin-bottom: 10px;
}
.main_menu ul li > a {
    display: block;
    font-weight: 700;
    color: #1D3482;
    font-size: 16px;
    border-bottom: 2px solid transparent;
    padding-bottom: 10px;
}
.main_menu ul li > a:hover{
    border-bottom-color:#295FE5;
}
.menu_btn {
    position: absolute;
    left: 15px;
    top: 10px;
    background: transparent;
    z-index: 99;
    text-align: center;
    line-height: 45px;
    color: #001990;
    cursor: pointer;
}

.menu_btn img {
    margin-top: -2px;
}
.menu_btn i {
    font-size: 25px;
}
.menu_btn span {
    font-size: 16px;
    line-height: 22px;
    color: #203783;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 15px;
}

/*header_area*/
header{}
.header_top_area {
    padding: 20px 0 19px 0;
}
.logo {
    width: 176px;
    height: 81px;
}
.logo a{}
.header_text{}
.header_text p {
    color: #9B9B9B;
    font-size: 28px;
    font-weight: 400;
    margin: 0;
    padding-top: 20px;
}
.icon_contact {
    padding-top: 16px;
}
.header_icon {
    float: left;
    padding-left: 42px;
}
.header_icon a {
    width: 50px;
    height: 50px;
    background: #F5F6F8;
    display: inline-block;
    text-align: center;
    line-height: 56px;
    border-radius: 50px;
    margin-left: 10px;
}
.header_icon i {
    color: #2D5FE6;
    font-size: 20px;
}.header_icon i:hover {
    color: #1D3482;
}
.header_contact {
    float: right;
    padding-top: 5px;
    font-weight: 300;
}
.header_contact span {
    display: block;
    color: #5D5D5D;
    font-size: 16px;
}
.menu_area {
    background-color: #F5F6F8;
    height: 60px;
    position: relative;
}
.header_menu {
    padding-top: 19px;
}
.header_menu ul {
}
.header_menu ul li{
    display: inline-block;
}
.header_menu ul li:last-child{
    margin-right: 0;
}
.header_menu ul li a {
    display: block;
    font-weight: 700;
    color: #1D3482;
    font-size: 16px;
    border-bottom: 2px solid transparent;
    padding-bottom: 16px;
    margin-right: 40px;
}
.header_menu ul li:hover a{
    border-bottom-color: #295FE5;
}
.header_login {
    float: right;
    padding-top: 19px;
}
.header_login span{
    color: #2B5FE6;
    font-weight: 700;
    font-size: 16px;
}
.login {
    background: #2B5FE6;
    padding: 19px 25px 18px;
    color: #FFFFFF !important;
    margin-left: 30px;
}

/*banner_area_start*/
.banner_area {
    padding-top: 40px;
}
.single_banner{}
.banner_img {
    float: left;
    position: relative;
}
.banner_img img {
    width: 100%
}

.banner_text {
    position: absolute;
    left: 30px;
    bottom: 22px;
}
.banner_text h2 {
    font-size: 36px;
    line-height: 44px;
    font-weight: 700;
    color: #FFFFFF;
}
.banner_link {
    display: inline-block;
    position: absolute;
    right: 30px;
    bottom: 38px;
}
.banner_link a {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 16px;
    border: 1px solid #fff;
    padding: 6px 16px;
    border-radius: 3px;
}
.banner_text_two{
    position: absolute;
    left: 30px;
    bottom: 22px;
}
.banner_text_two h2{
    font-size: 28px;
    line-height: 34px;
    font-weight: 700;
    color: #FFFFFF;
}

/*acds_area_start*/
.acds_area{
    padding: 50px 0 45px 0;
}
.acds_title {
    float: right;
    margin-top: -7px;
}
.acds_title h1 {
    font-size: 60px;
    text-transform: uppercase;
    line-height: 72px;
    font-weight: 900;
    color: #001990;
    margin: 0;
}
.acds_info p {
    font-size: 24px;
    line-height: 34px;
    font-weight: 300;
    color: #030303;
    margin: 0;
    padding-right: 55px;
}

/*membership_area_start*/
.membership_area {
    margin-bottom: -110px;
}
.single_member{
    padding: 38px 100px ;
    background-color: #3A70F6;
    width: 33.33%;
    float: left;
    transition: .3s;
}
.single_member:hover{
    background-color: #F09313 !important;
}
.member_info{
    text-align: center;
    color: #FFFFFF;
}
.member_info i{
    font-size: 44px;
}
.member_info h2 {
    font-size: 32px;
    font-weight: 700;
    margin: 20px 0 24px;
}
.member_info a{
    color: #FFFFFF;
    font-weight: 400;
    font-size: 16px;
    border: 1px solid #fff;
    padding: 6px 16px;
    border-radius: 3px;
}
/*news_events_start*/
.news_events{
    padding: 160px 0 50px 0;
    background-color: #F5F6F8;
}
.news{}
.news_title{}
.h2_title {
    font-size: 32px;
    color: #1F3684;
    font-weight: 700;
    margin-bottom: 30px;
}
.news_title h3{}
.news_info {
    background: #FFFFFF;
    padding: 24px 35px 27px 30px;
    margin-bottom: 10px;
}
.news_info h3 {
    font-size: 20px;
    line-height: 28px;
    color: #000000;
    font-weight: 500;
}
.news_info p {
    color: #545454;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    margin: 0;
}
.news_info a {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    color: #2B5FE6;
    text-transform: capitalize;
}
.event_single{
    margin-bottom: 10px;
}
.event_info {
    background: #FFFFFF;
    padding: 24px 35px 27px 30px;
}
.event_info h3 {
    font-size: 20px;
    line-height: 28px;
    color: #000000;
    font-weight: 500;
}
.event_info p {
    color: #545454;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    margin: 0
}
.event_info a {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    color: #2B5FE6;
    text-transform: capitalize;
}
.news_link {
    margin-top: 32px;
}
.news_link a {
    color: #2B5FE6;
    font-size: 16px;
    border: 1px solid #2B5FE6;
    padding: 9px 25px;
    border-radius: 3px;
    display: inline-block;
}

.date {
    float: left;
    background-color: #F7A422;
    padding: 25px 30px 70px;
    border-radius: 5px 0 0 5px;
    margin-right: 30px;
}
.date_bg_2{
    background-color: #1E3583 !important;
}
.date p {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 1.5px;
    color: #FFFFFF;
    margin: 0;
}
.date span {
    font-size: 36px;
    line-height: 48px;
    font-weight: 700;
}
.P_title{
    color: #545454;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;    
}

/*newsleller_area*/
.newsleller_area{
    padding: 60px 0;
}
.newslatter_info {
    margin-left: 165px;
}
.newslatter_info h2{}
.newslatter_info p{}
.newslatter_form {
    margin-top: 65px;
}
.newslatter_form form{}
.newslatter_form form input {
    width: 350px;
    height: 52px;
    color: #9B9B9B;
    padding-left: 20px;
    font-size: 16px;
    font-weight: 300;
    border: 1px solid #9B9B9B;
    border-radius: 3px 0 0 3px;
    border-right-color: transparent;
}
.newslatter_form form button {
    border: none;
    background-color: #F7A422;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    width: 100px;
    height: 52px;
    border-radius: 0 3px 3px 0;
    margin-left: -3px;
}

/*footer_area*/
footer{
    background-color: #1E3583;
    padding: 32px 0 36px 0;
}
.footer_widgets{}
.footer_title{}
.footer_title a{
    color: #FFFFFF;
}
.footer_title p {
    margin: 0;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #FFFFFF;
}
.footer_title span {
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
}
.copy_right {
    text-align: right;
    margin-top: 35px;
}



/*inner_page_1*/
.inner_2_area {
    padding: 72px 0 70px;
}
.inner_mobile_menu {
    border-bottom: 1px solid #EBECEE;
    padding: 18px 0 15px 0;
}
.inner_mobile_menu ul{}
.inner_mobile_menu ul li{
    display: inline-block;
}
.inner_mobile_menu ul li a {
    color: #B8BABC;
    font-size: 14px;
    line-height: 22px;
    border-right: 1px solid #EBECEE;
    text-transform: capitalize;
    padding: 0 10px;
}
.inner_mobile_menu ul li:hover a{
    color: #616D91;
}
.inner_mobile_menu ul li:last-child a{
    border-right: none;
}
.inner_mobile_menu ul li:first-child a{
    padding-left: 0;
}
.body_padding {
    padding-left: 30px;
}
.left_heading{}
.left_heading h2 {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 1px;
    color: #1E3382;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.inner_menu_single{
    margin-bottom: 30px;
}
.inner_menu_single h3 {
    color: #325DDF;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
}
.inner_menu_item {
    margin-left: -15px;
}
.inner_menu_item ul{}
.inner_menu_item ul li {
    margin-bottom: 5px;
}
.inner_menu_item ul li a {
    color: #6D779B;
    line-height: 22px;
    border-left: 2px solid transparent;
    padding-left: 15px;
}
.inner_menu_item ul li:hover a{
    color: #345CDF;
    border-left-color: #345CDF;
}
.inner_content {
    margin-top: -12px;
}
.body_title{}
.body_title h1 {
    color: #2F6BEA;
    font-size: 60px;
    line-height: 72px;
    font-weight: 900;
    margin-bottom: 50px;
}
.inner_info{
    margin-bottom: 45px;
}
.inner_info h2 {
    color: #1E3583;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 25px;
}
.inner_info p {
    color: #292929;
    font-size: 20px;
    line-height: 32px;
    font-weight: 300;
    margin: 0;
}
/*inner_b_start*/
.inner_b_banner {
    background: url(img/banner/banner_b.png);
    background-size: cover;
    height: 220px;
    background-position: 100% 100%;
    position: relative;
}
.banner_b_text {
    display: inline-block;
    position: absolute;
    bottom: 14px;
}
.banner_b_text h2 {
    font-size: 60px;
    line-height: 72px;
    font-weight: 900;
    color: #FFFFFF;
}
.{}
/*for_stylesheet*/
.main_info {
    position: relative;
    top: -25px;
}
.main_info h2 {
    font-size: 32px;
    font-weight: 700;
    color: #1E3583;
    margin-bottom: 22px;
}
.main_info p {
    font-size: 20px;
    line-height: 32px;
    font-weight: 300;
    color: #292929;
}
.Membership ul {
    padding-left: 35px;
}
.Membership ul li {
    list-style: initial;
    font-size: 20px;
    line-height: 28px;
    font-weight: 300;
    color: #232323;
    padding-top: 20px;
}
.nember ul{
    padding-left: 35px;
}
.nember ul li{
    list-style: url;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    color: #232323;
    padding-top: 20px;
}
.main_info h3 {
    color: #969696;
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
    letter-spacing: 1.1px;
}
.main_info a {
    color: #FFFFFF;
    background: #01A1DD;
    font-size: 16px;
    font-weight: 500;
    width: 135px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    border-radius: 2px;
    margin-top: 10px;
    display: inline-block;
}
.caption {
    padding: 30px 0 5px 0;
}
.caption p {
    line-height: 22px;
    margin-top: 20px;
    color: #616D91;
}
.small_btn a {
    color: #2A5FE6;
    background: none;
    font-size: 16px;
    width: 135px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    border-radius: 2px;
    margin-top: 27px;
    border: 1px solid #2A5FE6;
}
.color_5 {
    color: #345CDF !important;
}







.{}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
.{}


