/*-----------------------------------------------------------------------------------

    Template Name: Your template name 
    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=Montserrat:300,400,500,600,700|Open+Sans:300,400,600,700,800');

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;
  font-family: 'Montserrat', sans-serif;
}
a {transition: all 0.3s ease 0s;text-decoration:none;}
a:hover {
  color: #ec4445;
  text-decoration: none;
}
a:active, a:hover {
  outline: 0 none;
}
ul{
list-style: outside none none;
margin: 0;
padding: 0
}
.clear{clear:both}
body {
    background: #EEF3FA;
    font-family: 'Open Sans', sans-serif;
}
#body_wrapper{
    max-width: 1366px;
    margin: 0 auto;
    background-color: #FFFFFF;
}
::-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;
}
.mb_30{
    margin-bottom: 30px;
}
.mt_30 {
    margin-top: -45px;
}
.pb_75{
    padding-bottom: 75px;
}
.pb_90 {
    padding-bottom: 117px;
}
.bg_color {
    background-color: #013A4B !important;
}
/*for_mobile_menu*/
#sidebar_menu {
    position: absolute;
    top: 21px;
    right: 0;
    width: 100%;
    height: auto;
    background: #fff;
    z-index: 99999;
    padding: 25px;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0px 24px 62px 12px rgba(0,0,0, 0.5);
}

#sidebar_menu.visible{
   opacity: 1;
    visibility: visible;
    transition: .3s;
}
.menu_top {
    padding-top: 81px;
}
.menu_logo {
    width: 150px;
}
.inner_btn img {
    position: relative;
    top: -23px;
}
.menu_logo img{
    width: 100%;
}
.iner_side{}

.in_btn{}
.in_btn span{}
.in_btn span i{}
.main_menu{}
.main_menu ul{}
.main_menu ul > li {
    text-align: right;
    position: relative;
    margin-bottom: 3px;
}
.main_menu ul li > a {
    width: 200px;
    text-align: right;
    color: #00394A;
    padding-left: 20px;
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.2px;
}
.main_menu ul li > a:hover{
}
.brek_hover ul li > a:hover{
    border-bottom-color: transparent;
    color: #00394A;
}.first {
    font-size: 15px;
    position: absolute;
    top: 9px;
    left: : 1px;
    color: #0179FF;
}
.second {
    font-size: 15px;
    position: absolute;
    top: 9px;
    left: : 1px;
    color: #0179FF;
    opacity: 0;
    visibility: hidden;

}
.main_menu ul li:hover .first{
    opacity: 0;
    visibility: hidden;
}
.main_menu ul li:hover .second{
    opacity: 1;
    visibility: visible;
}
.main_menu ul li ul {
    position: absolute;
    background: #fff;
    width: 100%;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transform: .3s;
    display: inline-block;
    color: #fff;
}
.main_menu ul li:hover ul{
    opacity: 1;
    visibility: visible;
    position: inherit;
}
.main_menu ul li ul li {
    margin-top: 10px;
}
.main_menu ul li ul li a {
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    padding: 5px 0px 10px 0;
    border-bottom: none;
    color: #0078FF;
    transition: .3s;
}
.menu_btn {
    position: absolute;
    right: 15px;
    top: -25px;
    background: transparent;
    z-index: 99;
    text-align: center;
    line-height: 45px;
    color: #000;
    cursor: pointer;
}

.menu_btn img {
    margin-top: -9px;
    right: 2px;
}
.menu_btn i {
    font-size: 20px;
}
.menu_btn span{}
.menu_btn big {
    font-weight: 700;
    text-transform: capitalize;
    padding: 0 15px;
    font-size: 24px;
}
.down_angle{}
.down_angle img {
    float: right;
    position: relative;
    top: -25px;
}
/*header_area*/
header{
    background-color: #013A4B;
}
.header_area{
    padding: 20px 0;
}
.logo{
    width: 140px;
}
.logo img{}
.header_icon{
    float: right;
}
.header_icon a {
    width: 32px;
    height: 32px;
    background: #F2F3F5;
    border-radius: 50%;
    line-height: 32px;
    display: inline-block;
    text-align: center;
    margin-left: 10px;
}
.header_icon i{
    color: #0078FF;
    font-size: 16px;
}
.header_menu {
    float: right;
    margin-top: 25px;
}
.header_menu ul{}
.header_menu ul > li{
    display: inline-block;
    position: relative;
}
.header_menu ul li > a {
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 600;
    padding-left: 17px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.2px;
    
}
.header_menu ul li:hover > a{
    color: #ACB6B8;
}
.header_menu ul li a i{
    color: #0078FF;
    padding-left: 5px;
}
.mega_menu {
    position: absolute;
    width: 520px;
    background: #FFFFFF;
    padding: 32px 30px 28px;
    transition: .5s;
    z-index: 999;
    box-shadow: 0px 5px 20px 4px rgba(0,0,0, 0.2);
    top: 189%;
    opacity: 0;
    visibility: hidden;
}
.header_menu ul li:hover .mega_menu{
    opacity: 1;
    visibility: visible;
}
.mega_menu:before{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: 0;
    left: 32px;
    border-style: solid;
    border-width: 12px 12px 0 12px;
    border-color: #0078ff transparent transparent transparent;
}
.mega_menu span {
    width: 50%;
    float: left;
    display: grid;
    padding-right: 20px;
}
.mega_menu span a {
    color: #013A4B;
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
}
.mega_menu span :hover a{
    color: #0078FF !important;
}
.mega_menu span a:hover {
   color: #0078FF;
}
.member {
    width: 100%;
    display: grid;
}

/*banner_area*/
.banner_area{
    position: relative;
    background-color: #FFFFFF !important;
}
.single_banner{
    width: 50%;
    float: left;
}
.header_text {
    margin-top: 60px;
    padding-right: 50px;
}
.header_text h2 {
    color: #0078FF;
    font-size: 36px;
    line-height: 44px;
    font-weight: 700;
    letter-spacing: -1px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 16px;
}
.header_text p {
    color: #013A4B;
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    position: relative;
    margin: 0;
    padding-bottom: 30px;
}
.header_text p::before {
    position: absolute;
    width: 80px;
    height: 4px;
    background: #F2F3F5;
    left: 0;
    bottom: 0;
    content: "";
}
.single_banner_sm {

}
.single_banner_sm img{
    width: 100%;
}
.banner_img {
    background-image: url(img/banner.jpg);
    height: 420px;
    width: 674px;
}
.side_btn {
    display: inline-block;
    position: absolute;
    top: 68px;
    right: 0;
}
.side_btn button {
    width: 80px;
    height: 30px;
    font-size: 12px;
    color: #fff;
    background-color: #013A4B;
    border: none;
    text-align: left;
    margin-bottom: 2px;
    position: relative;
    transition: .3s;
}
.side_btn button:hover{
    background-color: #0078FF;
    opacity: 1;
}
.side_btn button::before {
    position: absolute;
    content: "";
    background-color: #0078FF;
    width: 12px;
    height: 1px;
    top: 15px;
    right: 0;
    transition: .3s;
}
.side_btn button:hover::before{
    background-color: #FFFFFF;
}

/*news_area*/
.news_area{
    background: #FAFAFC;
    padding-bottom: 70px;
}
.commonite_aera{
    background: #fff;
}
.communites_top {
}
.news_top {
}
.news_top h2 {
    display: inline-block;
    font-size: 26px;
    line-height: 32px;
    font-weight: 800;
    margin-bottom: 0;
    color: #fff;
    position: absolute;
    top: -149px;
    left: 46px;
}
.news_top i {
    width: 60px;
    height: 60px;
    border: 1px solid #fff;
    border-radius: 50%;
    line-height: 60px;
    text-align: center;
    font-size: 30px;
    margin: 20px 0;
    color: #fff;
    position: absolute;
    top: -182px;
    right: 46px;
}
.news_img{
    position: relative;
}
.news_img img{}
.news_title{
    display: inline-block;
    font-size: 26px;
    line-height: 32px;
    font-weight: 800;
    margin-bottom: 0;
    color: #fff;   
}
.communites_top h2 {
    position: absolute;
    top: -11px;
    left: 46px;
}
.icon{}
.communites_top i {
    width: 60px;
    height: 60px;
    border: 1px solid #fff;
    border-radius: 50%;
    line-height: 60px;
    text-align: center;
    font-size: 30px;
    margin: 20px 0;
    color: #fff;
    position: absolute;
    top: -44px;
    right: 46px;
}
.communites_top{}
.single_communite {
    padding-left: 30px;
    padding-top: 25px;
    position: relative;
}
.single_communite p {
    color: #013A4B;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
}
.single_communite span {
    color: #82858A;
    font-size: 14px;
    line-height: 22px;
    position: relative;
}
.news_link {
    position: absolute;
    right: 30px;
    bottom: 11px;
}
.single_communite span::before {
    position: absolute;
    content: "";
    background: #7A7E82;
    width: 20px;
    height: 1px;
    top: 11px;
    right: -25px;
}
.news_link a{
    color: #013A4B;
    font-size: 14px;
    line-height: 22px;
    padding: 10px 20px 12px;
    background: #F6F7F9;
}
.date_line {
    overflow: hidden;
    margin-top: -10px;
}
.date_text{
     float: left;
    padding-top: 35px;
    padding-left: 30px;
}
.date_line h5 {
    width: 90px;
    height: 90px;
    background: #0078FF;
    display: block;
    text-align: center;
    color: #fff;
   
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 2px;
    padding-top: 10px;
    margin: 0;
}
.date_line strong {
    font-size: 38px;
    line-height: 44px;
    letter-spacing: 1.1px;
    font-family: 'Open Sans', sans-serif;
}
.event_left {
    padding-left: 148px;
    padding-top: 40px;
}
.single_news{
    padding: 25px 0px 0 30px;
}
.single_news h4{
    color: #013A4B;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    font-family: 'Montserrat', sans-serif;
}
.single_news p{
    color: #A2A6A9;
    margin-bottom: 5px;
    line-height: 20px;
     
}
.single_news strong {
    color: #013A4B;
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    font-style: italic;
}
.single_news span{
    color: #7A7E82;
    font-size: 14px;
    line-height: 22px;
    position: relative; 
}
.single_news span::before {
    position: absolute;
    content: "";
    background: #7A7E82;
    width: 20px;
    height: 1px;
    top: 11px;
    right: -25px;
}
.news_color {
    color: #0078FF !important;
}
.mt_84 {
    margin-bottom: 85px;
    display: inline-block;
}
.mt_50 {
    margin-top: -183px;
}
footer{
    background: #013A4B;
    padding: 38px 0;
}
.footer_widgets{}
.footer_content{}
.footer_content p {
    font-size: 14px;
    line-height: 26px;
    color: #A2A4A6;
    margin: 0;
}
.footer_content strong {
    color: #fff;
    float: left;
    padding-right: 4px;
}
.footer_content a{
    color: #A2A4A6;
}
.footer_menu{
    text-align: right;
}
.footer_menu ul{}
.footer_menu ul li{
    display: inline-block;
}
.footer_menu ul li a {
    font-size: 14px;
    line-height: 28px;
    color: #fff;
    padding-left: 25px;
}
.copy_right{
    text-align: right;
}
.copy_right p {
    color: #A2A4A6;
    margin: 0;
    padding-top: 30px;
}




/*for_inner*/
.header_text_inner ul {
    margin-bottom: 17px;
}
.header_text_inner ul > li{
    display: inline-block;
}
.header_text_inner ul li > a {
    font-size: 26px;
    line-height: 32px;
    font-weight: 800;
    color: #013A4B;
    font-family: 'Open Sans', sans-serif;
}
.header_text_inner {
    position: relative;
    padding: 80px 0 0px 0;
}
.header_tex{}
.header_tex p{
    color: #3B6774;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    position: relative;
    padding-bottom: 30px;
}
.header_tex p::before{
    position: absolute;
    width: 80px;
    height: 4px;
    background: #F2F3F5;
    left: 0;
    bottom: 0;
    content: "";
}
.header_text_inner h2 {
    color: #0078FF;
    font-size: 36px;
    line-height: 44px;
    font-weight: 700;
    letter-spacing: -1px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 16px;
}
.header_text_inner p {
    color: #063E4F;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    padding-right: 65px;
}
/*.header_text_inner p::before {
    position: absolute;
    width: 80px;
    height: 4px;
    background: #F2F3F5;
    left: 0;
    bottom: 0;
    content: "";
}*/
.banner_img_inner{
    background-image: url(img/banner.jpg);
    height: 342px;
    width: 674px;
}
.join_text_inner{
    position: relative;
    padding: 30px 0;
}
.join_text_inner:before{
    position: absolute;
    width: 80px;
    height: 4px;
    background: #F2F3F5;
    left: 0;
    bottom: 0;
    content: "";
}
.join_text_inner h3{
    font-size: 26px;
    line-height: 32px;
    font-weight: 800;
    color: #013A4B;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 17px;
}
.join_text_inner p {
    color: #174A5D;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}
.inner_list_item{}
.inner_list_item ul {
    padding-left: 30px;
}
.inner_list_item ul li {
    font-size: 16px;
    line-height: 26px;
    color: #134858;
    font-weight: 300;
    margin-bottom: 8px;
    padding-left: 10px;
}
.inner_list_item ul span {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    color: #0078FF;
    position: relative;
    left: -15px;
}
.join_text_inner{}
.join_text_inner h4 {
    color: #013A4B;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}
.join_text_inner h5 {
    color: #0078FF;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}
.join_text_inner a {
    color: #0078FF;
    font-size: 14px;
    line-height: 22px;
    background: #F6F7F9;
    padding: 15px 20px 17px;
    border-radius: 5px;
    margin: 20px 0;
    display: inline-block;
}
.style_bg {
    background: #F6F7F9;
    font-size: 20px !important;
    line-height: 32px !important;
    padding: 40px;
    font-weight: 300 !important;
    margin-bottom: 20px !important;
}
.caption {
    padding-top: 30px;
}
.caption img{
    width: 100%;
}
.caption h3{
    font-size: 26px;
    line-height: 32px;
    font-weight: 800;
    color: #013A4B;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 17px;
}
.caption p {
    color: #013A4B;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    font-style: italic;
    margin: 0;
    padding-top: 12px;
}
.join_text_inner > span {
    font-size: 26px;
    line-height: 32px;
    font-weight: 800;
    color: #013A4B;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 17px;
    display: inline-block;
}
.stylesheet_menu {
    top: -668px !important;
    position: relative;
}
.mission {
}
.mission_info {
    padding: 30px 0 110px 0;
}
.mission_info h3{
    font-size: 26px;
    line-height: 32px;
    font-weight: 800;
    color: #0078FF;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 17px;   
}
.stylesheet_col{
    color: #0079FF !important;
}
.mission_info p {
    margin: 0;
    background: #F6F7F9;
    padding: 30px;
    color: #0B4352;
    font-size: 20px;
    line-height: 32px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}




.inner_menu_single {
    background: #F6F7F9;
    position: absolute;
    width: 100%;
    top: -466px;
    right: 0px;
    opacity: .9;
}
.inner_menu_single h3 {
    color: #013A4B;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    padding: 36px 40px 20px;
    margin: 0;
}
.inner_menu_item {
}
.inner_menu_item ul {
    padding-bottom: 25px;
}
.inner_menu_item ul li {
    margin-bottom: 5px;
}
.inner_menu_item ul li a {
    color: #013A4B;
    line-height: 24px;
    border-left: 4px solid transparent;
    padding-left: 36px;
}
.inner_menu_item ul li:hover a{
    color: #0077FF;
    border-left-color: #0077FF;
}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
.{}


