html,body{
    width: 100%;
     overflow-x: hidden;  
}

body {
    font-family: 'Noto+Sans+TC', arial, sans-serif;
    color: #6D6E71;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 300;
}



.clear {clear: both;}

img {
    max-width: 100%; 
    height: auto;
}

table {font-size: 13px;}

.container {
    padding: 0;
    margin: 0 auto;
    width: 100%;
}

.wrapper {
    max-width: 1080px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 15px;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 0px;
   padding-left: 0px; 
}

.logo a:hover{
    opacity: 1;
}
/*========== Typogray =============*/

a {
  color: #009BDB;
  text-decoration: none;
  font-weight: 700;
  opacity: 1;
}

a:focus, a:hover, a:active {
  opacity: 0.8;
  text-decoration: none;
  outline: none;
    color: #009BDB;

}

h1 {
  font-size: 30px;
  font-family: 'Oswald', arial, sans-serif;  
  font-weight: 700;
  text-transform:capitalize;
  color: #21667E;
  margin-bottom: 26px;
}

h2 {
  font-size: 24px;
  font-family: 'Noto Sans', arial, sans-serif;  
  font-weight: 700;
  text-transform:capitalize;
  color: #21667E;
  margin-bottom: 25px;
}

h3 {
  font-size: 18px;
  font-family: 'Noto Sans', arial, sans-serif;  
  font-weight: 700;
  text-transform:capitalize;
  color: #21667E;
  margin-bottom: 10px;
}

h4 {
    font-size: 16px;
    font-family: 'Noto Sans', arial, sans-serif; 
    font-weight: 700; 
    text-transform:capitalize;
    color:#21667E;
    margin-bottom: 8px;
}

.event-contain h2 {
   font-size: 23px;
}

.subpage-content h1{
    margin-top: 0px;
}


/*========= Buttons ===========*/

a.btn, .btn {
    background: #00723F;
    color: #fff;
    text-decoration: none;
    border-radius: 0;
    border: 0;
    font-size: 16px;
    font-family: 'Noto Sans', arial, sans-serif;
   font-weight: 700; 
}

a.btn:hover {
    text-decoration: none;
    opacity: 0.8;
    color: #fff;
}    


.btn.focus, .btn:focus, .btn:hover {
   opacity: 0.8;
   outline: none !important;
   color: #fff;
}

.btn:after {
    content: ''; 
  display: none;
}


#button, #Submit1, input#button.form_button2, input#Submit1, input[type="reset"], input[type="submit"], html input[type="button"] {
    color: #fff;
    text-transform: capitalize;
    text-shadow: none;
    border-radius: 0px;
    box-shadow: none;
    border: none;
    display: inline-block;
    font-size: 16px;
     background: #009BDB;
    padding: 6px 12px;
    color: #fff;
    font-family: 'Noto Sans', arial, sans-serif;
   font-weight: 700; 
}

#button {
    margin: 0;
    padding: 5px 25px!important;
    font-family: 'Noto Sans', arial, sans-serif;
   font-weight: 700; 
}

.store-buttons button {
    font-size: 16px !important;
    color: #fff!important;
     background: #009BDB!important;
    background-image: none!important;
     font-family: 'Noto Sans', arial, sans-serif;
   font-weight: 700; 
    margin: 0 5%;
    width: 20%;
}

.store-buttons button:hover{
    opacity: .8;
}

#button:hover, #Submit1:hover, html input[type="button"]:hover,
input#button.form_button2:hover, input[type="reset"]:hover,
input[type="submit"]:hover {
    text-decoration: none;
    opacity: 0.8;
}

#button:focus, #Submit1:focus, input[type="button"]:focus, input[type="submit"]:focus,
input#button.form_button2:focus, input[type="reset"]:focus {
  outline: none;
}

.event-cal a {text-decoration: none;}

a.btn.view-btn:after {
    content: '';
    display: none;
}

a.btn.event-button:hover {
  opacity: .8;
  color: #fff;

}

a.btn.view-btn {
    background: #009BDB; 
    color: #fff; 
    font-family: 'Noto Sans', arial, sans-serif;
   font-weight: 700;
   }

div .event-btns a.btn.view-btn {
background:#00723F;
}

a.btn.view-btn.active, a.btn.view-btn:focus {
    background: #e6e6e6!important;
    color: #6D6E71;
}

.sign .btn-user{
    font-size: 30px;
    padding: 6px 100px;
    background: transparent;
    border: solid #e1dfe0 3px;
    font-family: 'Noto Sans', arial, sans-serif;
   font-weight: 700; 
}

.outer-right{
    border: 5px solid #efefef;
    padding: 5px;

}

.subpage-content-right .login-area{
    margin-top: 0px;
}

.join{
    float:right;
    margin-right: 30px;
    display: flex;
    justify-content: center;

}


.subpage-content-right .join{
    float:none;
    margin-right: 0px;
}


.subpage-content-right .join{
    margin: 0px;
}

.subpage-content-right .btn.join-us{
    background: #e1dfe0;
    font-size: 24px;
    padding: 6px 74px;
    color: #bd504d;
}


.subpage-content-right .btn.sign-in{
    font-size: 24px;
    padding: 6px 62px;
    color: #bd504d;
    margin-top: 10px;
    margin-bottom: 10px;
}


.btn.join-us{
    background: #e1dfe0;
    color: #333333;
    font-size: 30px;
    padding: 6px 100px;
}


.btn.join-us:after {
    content: ''; 
    display: none;
}

.btn.join-us:hover{
    background: #e1dfe0;
    opacity: .8;
}

.btn.sign-in{
    font-size: 30px;
    padding: 6px 100px;
    background: transparent;
    border: solid #e1dfe0 3px;
}

.btn.sign-in:hover{
    background: #e1dfe0;
    opacity: .8;
}
/*========== Nav section =============*/

.navrow {
    background:#009BDB;
    height: 35px;
}

.navrow .col-md-9.col-sm-9 {
    padding-right: 0;
}

.navbar-static-top .navbar-collapse {
    text-align: center;
}

.navbar-nav {
    float: right;
    display: inline-block;
    width: auto;
}

.nav>li>a {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    padding: 8px 6px 8px 2px;
    text-decoration: none;
    font-weight: 700;
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
}

.nav > li > a:hover, .nav > li > a:focus, .nav .navbar ul li:hover, .nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    opacity: .8;
    background: none;
}

.nav>li>a:after{
    content: '|';
    font-size: 16px;
    color: #fff;
    padding: 0px 6px  4px;
}


.nav>li:last-of-type>a:after{
  content: '';
  display: none;
  padding: 0
}




.dropdown-menu {
    border-radius: 0;
    font-size: 15px;
    padding-top: 15px;
    padding-bottom: 10px;
    background-color: #fff;
    top: 100%;
    min-width: 200px;
    border: 2px solid #66D9F8;
    box-shadow: none;
    margin-top: 4px;
}  

.dropdown-menu > li > a {
    padding: 6px 14px;
    color: #6D6E71;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background-color: #009BDB;
    color: #fff;
}

.navbar.navbar-static-top {
    min-height: 45px;
    margin: 0;
    border: none;
}

/*--this fixes the dropdown not showing all the time on hover--*/
.dropdown:hover .dropdown-menu {
    display: block;
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 4px;
}

/*----------search-icon------------*/

.search {
    display: inline-block; 
    float: right;
}

.search-icon {
    margin-right: 10px;
}

.search .fa{
    font-size: 16px;
    background: transparent;
    padding: 8px 8px;
    color: #fff;
}

.search input[type="text"] {
    border: none;
    background: transparent;
    outline: none;
    padding: 10px;
    line-height: 24px;
    height: 24px;
    display: inline-block;
    float: left;
    color: #000;
    width: 60%;
    font-size: 14px;
}

.search button[type="submit"] {
    background: #009BDB;
    border: none;
    padding: 0px 4px;
    margin: 0;
    float:right;
    color: #fff;
    line-height: 24px;
    height: 24px;
    font-size: 15px;
    font-family: 'Noto Sans', arial, sans-serif;
   font-weight: 700; 
}

#searchbar {
    padding: 6px 12px;
    text-align: center;
    position: absolute;
    z-index: 20;
    right: 0px;
    display: none;
    width: 240px;
    top: 55px;
    background:#ffffff;
}

/*========== navigation section ends =============*/

/*========== Header section =============*/

.header-section {padding: 20px 0; }

.logo{
    position: relative;
    z-index: 5;
    text-align: center;
    margin-bottom: 30px;
}

.logo img{
    width:100%;
}

header {
    position: absolute;
    z-index: 11;
    top: 0;
    right: 0;
    left: 0;
    padding: 40px 0px 0px;
}

header .subpages{
    position: relative;

}

/*--------top-links----------*/

.top-contain {
    float: right; 
    display: inline-block;
}

.top-links {
    float: right;
    display: inline-block;
    margin: 5px 0 30px;
}

.top-links ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.top-links li {
    list-style-type: none;
    display: inline-block;
    line-height: 1em;
    color: #629abf;
    font-size: 14px;
    font-weight: bold;
}

.top-links ul>li:after{
    content: ">";
    padding: 0 5px;
}

.top-links ul>li:last-of-type:after{
    content: "";
    display: none;
    padding: 0;
}


.top-links a {
    text-decoration: none;
    color: #629abf;
    /*margin-right: 8px;*/
    text-transform: capitalize;
    font-size: 14px;
    font-weight: bold;
    vertical-align: middle;
}



.social ul {
    list-style-type: none;
    padding: 0;
    margin-bottom: 20px;
    margin-top: 20px;
}

.social li {
    list-style-type: none;
    display: inline-block;
    line-height: 1em;
}

.social a {
    text-decoration: none;
    color: #484848;
    /*margin-right: 8px;*/
    text-transform: capitalize;
    font-size: 30px;
    vertical-align: middle;
    padding: 0 15px;
}

.top-links a:last-child {padding-right: 0;}

.top-links a:hover, .top-links a:focus, .top-links a.active {
    opacity: 0.8;
}

.modal-dialog{
    position: relative;
    z-index: 13;
}

.modal-backdrop{
    z-index: 12;
}

.member-box input[type="text"], .member-box input[type="password"], .member-box input[type="email"] {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
    padding: 0 5px;
    font-weight: normal;
    border: 1px solid #ccc;
}

.member_box_1 input[type="text"], .member_box_1 input[type="password"], .member_box_1 input[type="email"] {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
    padding: 0 5px;
    font-weight: normal;
    border: 1px solid #ccc;
}

.member-box h3 {
    font-size: 26px;
    color: #bd504d;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 0;
}

.login {
    margin: 10px 0;
}

.loginbtn{
    float: right;

}

.member-box-login{
    text-align: center;
    width: 70%;
    margin: 0 auto 15px auto;
}

.member-login {
    display: inline-block;
    float: right;
    /*margin-top: 70px;*/
}

.forgot{
    float: right;
    text-align: right; 
}

.member-box .enter_button{
    float: right;
}

 .entry-field .sign-btn {
    display: inline-block;
    float: left;
}
.entry-field .txt-user, .entry-field .txt-pass {
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    margin-left: 8px;
   width: 120px;
    color: #333333;
    padding: 4px 5px;
    border: 1px solid #727E83;
    background: #fff;
    border-radius: 0;
    font-weight: 400;
}

.entry-field .txt-user {margin-left: 0px;}

.sign-btn{
    margin-left: 8px;
}

.sign-btn .btn {
    border-radius: 0px;
    padding: 4px 5px;
    font-weight: 400;
    font-size: 15px;
    text-transform: none;
    background:  #009BDB;
}

.sign .btn:after{
    content: '';
    padding: 0;
    display: none;
}

.sign .btn:before{
    content: '\f090';
    font-family: "FontAwesome";
    padding-right:5px;
}


.sign{
    display: flex;
    justify-content: center;
}


.logoutbtn .btn-user{
      background: #00723F;
    color: #fff;
    font-size: 15px;
    padding: 6px 16px;
    text-transform: capitalize;
    text-decoration: none;
    border-radius: 0;
    border: 0;
    font-family: 'Noto Sans', arial, sans-serif;
    font-weight: 700;
}
    
.accountbtn .btn-user{
    background: #00723F;
    color: #fff;
    font-size: 15px;
    padding: 6px 16px;
    text-transform: capitalize;
    text-decoration: none;
    border-radius: 0;
    border: 0;
    font-family: 'Noto Sans', arial, sans-serif;
    font-weight: 700;
}

.entry-field, .sign-btn {
    display: inline-block;
    float: left;
}

.sign-btn .btn {
    border-radius: 0px;
    padding: 4px 12px;
    font-weight: 700;
    font-size: 16px;
    text-transform: capitalize;
    background: #009BDB;
    font-family: 'Noto Sans', arial, sans-serif; 
}


.sign-btn .btn:after{
    content: '';
    padding: 0;
    display: capitaliz;
}
/*
.sign-btn .btn:before {
    content: "\f023";
    font-family: "FontAwesome";
    padding-right: 5px;
}
*/

.frgt {
    float: right;
    color: #fff;
    font-size: 14px;
    padding-top: 5px;
    opacity: 1;
    text-decoration: none;
    text-transform: capitalize;
}

.frgt:hover {opacity: 0.8; color: #fff;}

/*========== Header section =============*/

/*========== Slider section =============*/

section.slide .row {
    margin: 0;
}

section.slide{
    height: 580px;

}

section {padding: 0;}

.slider-area {
z-index: -1;
}

.slider-bg {
    width: 100%;
    margin-top: 0;
}

.slider-area .col-sm-12, .slider-area .col-md-12 {
    padding: 0;
}

.subparallax .parallax{
    min-height: 240px;
    height: 240px;
}

 section.slide.subparallax{
       height: 145px;

}

.parallax {
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size:cover;
    background-repeat: no-repeat;
    display: inline-block;
    min-height: 580px;
    height: 580px;
    display: block;
    border: 1px solid #fff;
}

.slidecont {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.slidecont .wrapper {
    height: 100%;
    width: 100%;
    position: relative;
    padding: 0;
}

.flexslider {border: 0px;}

.flexslider .slides img {width: 100%;}

.flex-control-nav {
    margin-bottom: 25px; 
    z-index: 30;

    -webkit-transition: all .3s ease;
    display: inline-block;
}

.flexslider:hover .flex-control-nav {
    opacity: .8;    
    -webkit-transition: all .3s ease;
}

.flex-control-nav li a {
    width: 10px;
    height: 10px;
    display: block;
    background:  #66D9F8;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    z-index: -9999;
}

.flex-control-nav li a:hover{
    opacity: .8;
}

.flexslider a:focus{
        opacity: .8;
}

.flexslider a:hover{
        opacity: .8;
}

.flexslider a:active {
        opacity: .8;
}

.caption {
    position: relative;
    top: 180px;
    bottom: 0;
    right: 0;
    width: 33.33%;
    height: 100%;
    padding: 0 20px;
    display: table;
    text-align: left;
    font-size: 16px;
    color: #fff;
    background: transparent;
    float: left;
}

.slide.wrap {
   display: block;
   vertical-align: middle;
}

.caption h1, .caption h2 {
   margin-top: 0;
   color: #fff;
   font-size: 30px;
   text-transform: capitalize;
   text-align: left;
   margin-bottom: 15px;
  
}

.caption h3{
    color: #fff;
}

.caption p {
    color: #fff; 
    font-size: 16px; 
    text-align: left;
}

.caption a.btn {
    background: #00723F;
    color: #fff;
    font-size: 15px;
    padding: 6px 16px;
    text-transform: capitalize;
    text-decoration: none;
    border-radius: 0;
    border: 0;
    margin-top: 15px;
   font-weight: 700;
   font-family: 'Noto Sans', arial, sans-serif; 
}

.caption a.btn:after{
    content: '';
    display: none;
    padding: 0;
}

.caption a {
    text-decoration: none;
}

/*========== Slider section ends =============*/

/*========== Main Section =============*/

section.main {
   padding-bottom:65px;
   margin: 0px;
   z-index: 10;
   position: relative;
}

section.main ul{
 font-family: 'Noto Sans', arial, sans-serif; 
    font-weight: 400;
    }

.greywidth{
    background: #EAEAEC;
    padding: 30px 0px;
    color:  #6D6E71;
}

.greywidth h2{
    color: #000000;
    margin-top:10px;
}

.greywidth .gryarea-button{
    float: right;
  text-align: right;
  margin-bottom: 10px;
}

.gryarea-button a{
     background: #00723F;
    padding: 6px 12px;
    color: #fff;
    font-family: 'Noto Sans', arial, sans-serif;
   font-weight: 700; 
}

.gryarea-button a:hover{
opacity: .8;
}

.ltbluwidth{
   background:#90B9CC;
    padding: 30px 0px;
}

.whats-new h2{
  color: #fff;
    margin-top:10px;
}

div #bluecenter {
    margin: 0px 90px;
}

.blue-box{
  background:#D9F0FA;
  max-width: 300px;
  border-bottom: 2px solid #D9F0FA;
  padding-right: 0px;
}

.blue-body{
padding: 10px 10px 0px!important;
}

.blue-box h2 h3{
  color: #6d6e71; 
}

.blue-box .blue-button{
  float: right;
  text-align: right;
}

.blue-button a {
    background: #009BDB;
    padding: 6px 12px;
    color: #fff;
    font-family: 'Noto Sans', arial, sans-serif; 
}

.blue-box .btn:hover{
opacity: .8;

}

.mid-content {
    text-align: center;
    margin-top: 50px;
    color: #6D6E71;
    margin-bottom: 20px;
}

div #mid-content{
  padding: 0px 30px;
}

div .mid-content h2 a{
    font-size: 24px; 
    text-transform:capitalize; 
    color: #21667E;
    font-weight: 700;
    font-family: 'Noto Sans', arial, sans-serif;  
}

div .mid-content h2 a:hover{
  opacity: .8;
    text-decoration: none;
}

.mid-content span.fa {
    font-size: 68px;
    text-align: center;
    color: white;
    background: #1c3665;
    margin-bottom: 10px;
    -webkit-border-radius: 120px;
    -moz-border-radius: 120px;
    border-radius: 120px;
    width: 120px;
    height: 120px;
    line-height: 120px;
    margin-top: 20px;
}

.mid-content a:hover {
    opacity: 0.8;
    text-decoration: none;
}

.mid-content a{

}

.mid-content img{
    width: 100px;
    height: 100px;
    -webkit-border-radius: 360px;
    -moz-border-radius: 360px;
    border-radius: 460px;
    border: 3px solid #727E83;
    padding: 10px;
  }

.mid-content p {
    margin: 0 0 15px;
    padding: 0px 20px;
}

.more-btn a{
    background: #00723F;
    color: #fff;
    font-size: 15px;
    padding: 6px 16px;
    text-transform:capitalize; 
    text-decoration: none;
    border-radius: 0;
    border: 0;
    font-family: 'Noto Sans', arial, sans-serif;
    font-weight: 700; 
}

.border {
    border-left: 2px solid #b5b5b5;
    padding-left: 30px;
}

.row.row-eq-height>div>h2:first-of-type, .events-wrap h2 {
    margin-top: 0;
}


.grey-area{
    background: #eeeeee;
    padding: 40px 0 45px;
    text-align: center;
}

.message-area h2{
    color: #bd504d;
    font-weight: 700;
}


.mid-content-right{
    margin:40px 0px;
    border: solid 3px #efefef;
    padding: 0px 20px 20px 20px;
}


.mid-content-right ul {
    list-style:none;
    margin: 0.75em 0;
    padding: 0 1em;
}


.mid-content-right li:before {
    content:"";
    border-color:transparent #111;
    border-style:solid;
    border-width: 0.35em 0 0.35em 0.45em;
    display: block;
    height: 0;
    left: 1em;
    position: relative;
    top:  1.3em;
    width: 0;
}

.mid-content-right h2{
  color: #bd504d;

}

.lower-content h2{
    background: #bd504d;
    color: #ffffff;
    padding: 12px 0px;
    text-align: center;
}

.mid-content-right li{
    color: #bd504d;

}


.bottom-padding{
    padding-bottom: 40px;
}

hr{
    border-top: 2px solid #b5b5b5;
}


/*---------- Event-Section -------------*/


.events-wrap h2:before {
    content: "\f073";
    font-family: FontAwesome;
    font-size: 42px;
    color: #ea723d;
    padding-right: 10px;
}

.events-wrap{
  margin-bottom: 40px;
  display: inline-block;
    width: 100%;
}

.events ul {
    margin: 0;
    list-style-type: none;
    padding: 0;
}

.events li {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   margin-bottom: 20px;
}

.event_date {
    text-align: center;
    width: 68px;
    height: 68px;
    min-width: 68px;
    padding: 5px 0px;
    border: 0;
    background-color: #009BDB;
    display: inline-block;
}

.event_date div, .event_date .month, .event_date .day, 
.event_date .year {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    float: left;
    margin: 0 auto;
    width: 100%;
    letter-spacing: 2px;
    font-weight: 700;
}

li.latest_event .event_date {
   background-color: #00723F;
}

li.latest_event .event_content h5 a {color: #00723F;}

.event_date .day {
  font-size: 28px; 
  font-weight: 500;
  line-height: 1.3em;}

.event_date .month {
   font-size: 18px; 
   font-weight: 700;
   line-height: 1.3em;
}

.event_content {
    float: left;
    display: inline-block;
    margin-left: 15px;
}



.event_content h5 a {
    padding-bottom: 0px;
    font-size: 13px;
    color: #009BDB;
    text-decoration: none;
    text-transform: uppercase;
}

.event_content h5 {margin-top: 3px;}


.event_content p {
    line-height: 1.5;
    text-align: left !important;
    font-size: 13px;
}

.events li .event_content:hover h5 a, .events li .event_content:hover {
 opacity: .8;
}

.eventSection, .blog {
   margin: 25px 0 15px;
}

.view-more {
   text-align: right;
   float: right;
   margin-top: 20px;
}


.view-more a {
   padding: 6px 22px;
}


.view-more a:after {
    content: ''; 
    display: none;
}


.jobInfo{
    display: none;
}

.jobHeadings h3{
    margin:0px;
}

.jobHeadings li{
    padding-bottom:10px;
    list-style-type: none;
}

.jobInfo{
    border-bottom: 4px solid #efefef;

}


/*----------blog section-------------*/


ul.news-list {
    margin: 0;
    list-style-type: none;
    padding-left: 2px;
    display: flex;
}

ul.news-list li {
    padding-bottom: 8px;
}

h4.section-heading a {
    text-decoration: none;
    font-size: 18px;
    color: #ea723d;
    font-weight: bold;
    text-transform: capitalize;
    padding-top: 10px;
}

h4.section-heading a:hover {
    opacity: 0.8;
}

ul.meta {
    margin: 0; 
    list-style-type: none; 
    padding: 0;
}

ul.meta li {
    color: #014896; 
    font-weight: 300;
    line-height: 1;
    display: inline-block;
}

ul.news-list p {margin-top: 8px; color: #484848;}

ul.news-list p a { text-decoration: none;}

ul.news-list p a:hover, ul.news-list p a:focus, ul.news-list p a.active {
    color: #484848;
}

.blog span.view-more {margin-top: 10px; margin-bottom: 30px;}


/*------- sponsor-styles --------*/

.sponsor {
  background: #fff;
  padding: 30px 0px;

}

.sponsor h2 {
    text-align: center;
    padding-bottom: 0px;
}

.sponsor-logo {
    margin: 0px;
    padding: 0px; 
}

ul.slide-logo {
    padding: 5px 5px;
    text-align: center;
}

ul.slide-logo li {text-align: center; height: auto;}

ul.slide-logo li img {
    max-height: 135px;
}

.slick-slide img {margin: 0 auto;}

.slick-prev, .slick-next {
    display: none;
    left: 0;
    right: 0;
}


/*========== Main Section ends =============*/

/*========== Footer Section =============*/

.footer-top {
    background: #B3C8DF; 
    padding: 35px 0 25px;
    color: #000;
    font-family: 'Roboto', arial, sans-serif; 
    font-weight: 300;
    font-size: 14px;
}

.footer-top .col-md-1{
  width: 45px!important;
 margin-right: 5px;
}

.footer-logo img{
 width: 45px;
}

.footerAddress a {  
    color: #000;
    font-family: 'Roboto', arial, sans-serif; 
    font-weight: 300;
    font-size: 14px;
  }

.footerAddress  {
  color: #000; 
  text-align: left;
}

.footerSocial {
    text-align: right;
    padding-bottom: 20px;
}


.footerPhone h2{
  color: #000;
  font-size:16px;
  margin-top: 0px;
  padding-top: 0px;
  margin-bottom: 8px;
  font-family: 'Roboto', arial, sans-serif; 
}

.footerPhone a{
    color: #000;
    font-family: 'Roboto', arial, sans-serif; 
    font-weight: 300;
    font-size: 14px;
  text-decoration: none;
}

.footerPhone a:hover{
 opacity: .8;
 text-decoration: none;
}

.follow-us{
    margin-right: 35px;
}

.footerSocial ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.footerSocial li {
   display: inline-block;
   line-height: 22px;
   float: right; 
   text-align: right;
}

.footerSocial li a {
    color: #009BDB;
    text-decoration: none;
    font-size: 30px;
    padding-right: 20px;
    padding-bottom: 10px;
}

.footerSocial li a:hover {
  opacity: 0.8;
}

.footer-bottom {
   background: #009BDB;
   padding: 10px 0px;
}

.copy {
   margin: 10px auto; 
   text-align: right; 
   font-size: 12px;
   color: #fff;
}

/*========== Footer Section ends =============*/




/*========== Subpage Section =============*/

section.interior {
    padding: 60px 0 80px;
    min-height: 600px;

}

.ad-banner{
    margin-top: 30px;
    text-align: center;
}

.subpage-content-right {background:transparent;}

.slider-bg img{
height: 152px;
width: 100%;
overflow: hidden;
}

.member-btn {
  margin: 25px auto 35px auto;
  text-align: center; 
}

.member-btn a {
   text-align: center;
   padding: 10px 40px;
   font-size: 16px;
   text-decoration: none;
   text-transform: capitalize;
   font-family: 'Noto Sans', arial, sans-serif;
   font-weight: 700; 
}

.member-btn a:after {
   content: '';
   display: none;
}

.header-section.sub {
   border-bottom: 7px solid #3f6e9f;
}

.twitter.sub:before {
   content: "";
   background: #b5b5b5;
   width: 96%;
   height: 2px;
   display: block;
   margin: 15px auto 25px;
   text-align: center;
}

/*--------Right side navigation---------*/

.subpage-menu {
   position: relative;
   width: 100%;
   padding: 0;
   display: inline-block;
}

.subpage-menu ul {
   margin: 0;
   list-style-type: none;
   padding: 0;
}

.subpage-menu>ul>li>a {
    width: 100%;
    padding: 5px 8px 5px 20px;
    display: inline-block;
    background: #00A94F;
    margin-bottom: 10px;
    color: #fff;
    font-size: 16px;
    text-align: left;
    text-transform: uppercase;
    font-family: 'Roboto', arial, sans-serif;  
}

.subpage-menu a {
   color: #fff;
   text-decoration: none;
   font-size: 14px;
}

.subpage-menu a:after {
    display: inline-block;
    content: "\f105";
    color: #fff;
    vertical-align: middle;
    font-weight: normal;
    font-size: 18px;
    font-family: FontAwesome;
    padding-right: 15px;
    float: right;
}

.subpage-menu a:hover {
   opacity: .8;
}

.subpage-menu a:active,
.subpage-menu a:focus {
    opacity: .8;
    outline: none;
}

.subpage-menu ul ul {
    margin-bottom: 10px;
}

.subpage-menu ul>li>ul>li>a {
     color: #fff;
     text-transform: none;
     background: #727E83;
     margin: 5px 0px;
     padding: 5px 8px 5px 8px; 
     display: inline-block;
     border-bottom: none;
     width: 100%;
     font-size: 14px;
     text-transform: uppercase;
    font-family: 'Roboto', arial, sans-serif;  
}


.subpage-menu ul li ul li a:after {content: '';}

.subpage-menu ul li ul li a:hover,
.subpage-menu ul li ul li a:focus,
.subpage-menu ul li ul li a:active {
   opacity: .8;
}

.subpage-content-left {padding-right: 20px;}

.title-section{
margin-top: 60px;
}

.title-section h2 {
   padding-bottom: 8px;
   margin-bottom: 15px;
   font-size: 24px;
}

.title-section p {padding-bottom: 15px;}

.sub-mmbr-btn{
    background: #009BDB;
    color: #fff;
    text-decoration: none;
    border-radius: 0;
    border: 0;
    font-size: 16px;
    font-family: 'Noto Sans', arial, sans-serif;
    font-weight: 700;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none; 
}

 .sub-mmbr-btn :after{
   display: none;
}

.sub-mmbr-btn:hover{
      color: #fff;
}


/*----------Breadcrumb styles-----------*/

.breadcrumb-menu {
    padding-bottom: 8px;
}

.breadcrumb-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.breadcrumb-menu ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.breadcrumb-menu li:after {
    display: inline-block;
    content: "/";
    color: #629abf;
    font-weight: normal;
    width: 12px;
}

.breadcrumb-menu ul li:last-child:after {
    content: "";
}

.breadcrumb-menu li:last-child a {
    color: #629abf;
}

.breadcrumb-menu ul li a {
    font-size: 12px;
    text-transform: capitalize;
    margin-right: 8px;
    margin-left: 0;
    color: #629abf;
    text-decoration: none;
}

.breadcrumb-menu ul li:first-of-type a {margin-left: 0;}

.breadcrumb-menu ul li a:hover,
.breadcrumb-menu ul li a:active  {
    text-decoration: underline;
}


.sponsor.sub:before {margin: 30px auto 35px;}

.subpage-content-left ul{
    font-family: 'Noto Sans', arial, sans-serif; 
    font-weight: 400;
}

/*========== Subpage Section Ends =============*/

/*============ User portal =============*/

.member-box{
text-align: center;
}

.member_login_name {
    text-transform: capitalize;
    font-size: 24px;
    color: #2d3656;
    font-weight: 700;
    margin-right: 8px;
}

.member_login_name, ul.member_logged_in {
   display: inline-block;
}

.subpage-content-right .member-login-content{
padding-bottom: 10px;
}

.member-login-content {
    text-align: right;
}

.member_box_1 .member-login-content {
    text-align: center;
}

ul.member_logged_in { 
    font-size: 18px; 
    padding-left: 0; 
    list-style-type: none;
}

ul.member_logged_in li {display: inline-block;}

.member-login-content li a {opacity: 1;}

.member-login-content li a:hover {
    opacity: 0.8; 
}

span.member_login_exp {
   font-size: 12px; 
   line-height: 0.8;
   display: block;
}

#accordion ul {
    padding-bottom: 5px;
}

#accordion h3 {
   background: transparent;
   width: 100%;
   font-size: 18px;
    font-family: 'Noto Sans', arial, sans-serif;  
  font-weight: 700;
  text-transform:capitalize;
  color: #21667E;
    padding-bottom: 5px;
   margin-bottom: 5px;
}

.accordion ul {
    padding-bottom: 10px;
}

.accordion li {
    border-bottom: 1px solid #629abf;
}

.accordion li a {
    padding: 6px 8px 2px 8px;
    line-height: 1;
    font-size: 16px;
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
    color: #009BDB;
    font-family: 'Roboto', arial, sans-serif; 
}


.accordion li a:hover:after, .accordion li a:focus:after, 
.accordion li a.active:after {color:  #21667E;}

.form_sub_title {
  color: #999898; 
  font-size: 16px;
  font-weight: 400;
}

.logout_wrapper {
   float: right;
   clear: both;
}

#logged-in{
    display:flex;
    justify-content:space-evenly;
}

.accountbtn{
    margin-right: 10px;
}

a.btn.btn-login {
    margin: 20px auto 30px auto;
    padding: 0 45px;
    font-family: 'Noto Sans', arial, sans-serif;
   font-weight: 700; 
} 

 a.btn.btn-login h5{ 
    color: white; 
    font-family: 'Noto Sans', arial, sans-serif;
   font-weight: 700;  
}

a.btn.btn-login:hover {
    opacity: 0.8; 
    color: #fff;
}

a.btn.btn-login h5:after {
    content: '';
    font-family: FontAwesome;
    padding-left: 5px;
}

a.btn.btn-login:after {
    content: '';
}   

a.btn.btn-login:hover {
    opacity: 0.8; color: #fff;
}

/*============Member Pages CSS Form/Table============*/


.form_data {
    font-weight: normal;
    color: #4c4c4c;
}

.form_data_block, .form_top, .form_data_block_2, .form_data_block_4, .form_data_block_5, 
.form_data_block_6, .form_data_block_7, .form_data_block_8, .form_data_block_9, 
.form_data_block_no_side_padding, .form_data_block_underline, 
.form_data_block_overline, .form_data_block_3 {
    background: #ececec;
    padding: 10px 8px;
    border: 0;
    border: 1px solid #e7e6e6;
    font-weight: normal;
    color: #6f6e6e;
    border-bottom: 1px solid white;
    height: auto;
}

.form_data_block_2, .form_data_block_5{
    background: #fbfbfb;
    border-bottom: 1px solid #e7e6e6;
}

.form_sub_title_block, .form_sub_title_block_2, .form_sub_title_block_3 {
    background-color: #ffffff;
    border-collapse: collapse;
    padding: 30px 8px 15px;
    font-size: 1.1em;
    border-bottom: 2px solid;
}

.form_data_block_5{
    border: 1px solid #e7e6e6;
}

.form_sub_title {
    font-weight: bold;
    font-size: 1.1em;
    padding-left: 0;
}

.form_top table, .form_top p, .form_top a, .form_top a:visited, .form_link, 
.form_link a, .form_top_selected, .form_link a:visited, .form_link_selected, 
.form_top2, .form_top2 p, .form_top2 table, .form_top2 a, .form_top2 a:visited {
    font-size: 10px;
    font-weight: normal;
    color: #333;
    line-height: 1.1em;
    text-transform: capitalize;
}

.form_nav {
    background: #c1c1c1;
    color: white;
    padding: 10px 8px;
    border: 0;
    font-weight: normal;
    border-bottom: 1px solid white;
    height: auto;
}

.form_nav_link, .form_nav_link_selected{
    font-size: 10px;
    font-weight: normal;
    color: #333;
    line-height: 1.1em;
    text-transform: capitalize;
}

.form_top_selected, .form_link_selected, .form_nav_link_selected{
    color: white;
}

.directions_area, .directions_area_3, .directions_area_2 {
    font-weight: normal;
    color: #3a3a39;
    padding: 15px;
    background-color: #efefef;
}

.directions_area, .directions_area_3, .directions_area_2{
    border-bottom: 1px solid white;
}

.directions_area p, .directions_area table, .directions_area a, 
.directions_area a:link, .directions_area a:visited,
.directions_area, .directions_area_3, .directions_area_2{
    font-size: 1em;
}

.directions_area_title{
    font-size: 1.1em;
    width: 100%;
    margin: 10px 0 15px;
}

.btn-row {
    width: 100%;
    display: inline-block;
    text-align: right;
    padding-top: 10px;
}

.btn-row>td{
    width: 100%;
    display: inline-block;
    text-align: right;
}

.form_textbox, .form_textarea, .form_textarea_big, .form_multiselect, 
.form_textarea_short, .form_textbox_small, .form_button{
    font-size: 1em;
    padding: 5px;
    font-family: 'Noto Sans', arial, sans-serif;
   font-weight: 700; 
}

input[disabled="disabled"]:hover {
    cursor: not-allowed;
}

.form_data_medium, .form_data_medium p, .form_data_medium table, 
.form_data_medium a{
    font-size: 1em;
}

.form_data_medium{
    padding: 10px 8px;
}

.req, .required{
    color: red;
}

.form_textarea_narrow, .form_textarea_shorter, .form_textarea_2 {
    width: auto;
    min-width: 230px;
    max-width: 100%;
    background-color: #ffffff;
    font-weight: normal;
    border: 1px solid #cccccc;
}

.form_data_block textarea, .form_data_block_2 textarea {
    border: 1px solid #ccc;
}

.form_data_block label, .form_top label, .form_data_block_2 label, .form_data_block_4 label, .form_data_block_7 label, .form_data_block_8 label, .form_data_block_9 label, .form_data_block_no_side_padding label, .form_data_block_underline label, .form_data_block_overline label, .form_data_block_3 label{
    margin-bottom:0;
    font-weight:normal;
}

#button1.form_button_2 {
    padding: 6px 15px!important;
    font-family: 'Noto Sans', arial, sans-serif;
   font-weight: 700; 
}

/*CUSTOM MEMBER PAGE COLORS*/
.form_sub_title{
    color: #2d3656;
}

.form_sub_title_block, .form_sub_title_block_2, .form_sub_title_block_3{
    border-bottom-color: #629abf!important;
}



/*============Member Pages CSS ends============*/

/*==========Design-template-full=========*/

.member_box_1 h1 {
    font-size: 24px;
}

.member_box_1 {
    text-align: center;
    border: 2px solid #cccdcc;
    width: 55%;
    padding: 30px;
    margin: 40px auto 35px auto;
}
 
.member_login_contain {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-top: 15px;
}

#inputs {
    padding-bottom: 8px;
    text-align: center;
    margin: 0 auto;
    border-radius: 0;
}

.login-field {
    margin-bottom: 7px;
    border: 1px solid #bbb;
    width: 100%;
    height: 30px ;
    line-height: 1.9 ;
    padding-left: 4px;
}

.signIn-btn {
    float: right;
}

.forgot-links {
    float: left;
    text-align: left;
    font-size: .875em;
}

.forgot-links a {
    padding-top: 10px;  
    opacity: 1;
}

.forgot-links a:hover {
    opacity: 0.8; 
    color: #009BDB;
}

h3.badlogin {
    text-transform: none;
    font-size: 15px;
    line-height: 1.4;
    padding: 0 15px;
    font-weight: normal;
}

/*==========Design-template-full ends=========*/



/*========= Mediaqueries ===========*/
@media (max-width: 1120px) {
section.interior {
    padding: 60px 0 80px;
    min-height: 1100px;

}
        .wrapper {
    max-width: 980px;
}
}
  

@media (max-width: 1100px) {



 div#bluelft {
    margin-left: 15px;
}

div #bluecenter {
    margin: 0px 30px;
}

ul.slide-logo{
    padding: 0;
}

  .slick-prev, .slick-next {
      display: none;
      left: 0;
      right: 0;
  }

.member-btn a {
    padding: 10px 25px; 
    font-size: 15px;
}

.caption {
    width: 40%;
}
}



@media (max-width: 991px) {


  

    .slider-bg img {
    height: 135px;
    width: 100%;
    overflow: hidden;
}

    .nav>li>a {
        font-size: 14px;
    }

    .wrapper {
    max-width: 700px;


    }

    div#bluelft {
    margin-left: 0px;
    }

     div #bluecenter{
        margin:0px;
    }

    .top-contain {
    margin-right: 3px;
    }

.subpage-menu ul {
    margin: 0;
    list-style-type: none;
    padding: 0px 15px 0px 0px;
}

.search-row {
    position: absolute;
    right: 0;
    z-index: 1050;
    }



div .slider-area .col-xs-12 .col-sm-12{
       padding-right: 0px!important;
    padding-left: 0px!important;
}

.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    margin-right: 0px; 
    margin-left: 0px; 
}

    /*-----search-mobile-section--------*/
    .search-row {
       position: relative;
       right: 0;
       z-index: 1050;
    }  

    .icons {
       float: right;
       position: relative;
       right: 1px;
    }

    .fa-search {
       margin-left: 3px; 
       color: #fff; 
       font-size: 20px !important;
    }

    #searchbar {
       padding: 0;
       text-align: center;
       position: absolute;
       z-index: 20;
       right: 0px;
       display: none;
       width: 240px;
       top: 35px;
    }


    .search-field {
        width: 225px;
        border: 0;
        font-size: 17px;
        padding: 0;
        padding-left: 7px;
        display: inline-block;
        float: left;
        margin: 0;
        line-height: 35px;
        height: 35px;
    }

    .searchform input:focus, .search-btn:focus {
        outline: none;
    }

    .btn.search-btn {
        padding: 0 7px;
        width: auto;
        float: right;
        font-size: 17px;
        color: white;
        line-height: 35px;
        height: 35px;
    }


    .search-btn:hover {
       opacity: 0.8;
       color: white;
    }

    .search-btn.btn:after {
        display: none;
    }

    .slick-prev, .slick-next{
        display: none; 
        left:0; 
        right:0;
    }

    .member_box_1 {width: 65%;}

    .member-box {width: 98%;}

    .noPadding {padding: 0;}

 }


@media (min-width: 768px) and (max-width: 860px) {

   .navbar.navbar-static-top {
    height: auto; 
    line-height: 1;
    }

   .member-btn a {
       font-size: 14px;
       width: 100%;
       padding: 10px 0;
   }

   .twitter.sub h2, .sponsor.sub h2 {
      font-size: 23px;
   }

   .caption{
     width: 50%;
   }

}


@media (max-width: 700px) {
    
    .caption {
        left: 0px;    
        max-width: 700px;
        margin-left: 0px;
        width: 100%;
    }

    
}

@media (max-width: 310px) {

       .wrapper {
    max-width: 300px;

    }
}

@media (max-width: 640px) {


  .upperContent h2, .lowerContent h2 {
     font-size: 30px;
  }


  .entry-field .txt-user, .entry-field .txt-pass {
     margin-left: 0;
  }
  
  .subpage-content h1 {
     font-size: 25px;
  }

  .member_box_1 {width: 95%;}

  .member-box {width: 100%;}

}


/*---------------------------------------------------*/
/*---------------------------------------------------*/
/*---------------------------------------------------*/
/*---------------------------------------------------*/
/*------------------------767------------------------*/
/*---------------------------------------------------*/
/*---------------------------------------------------*/
/*---------------------------------------------------*/
/*---------------------------------------------------*/


@media (max-width: 767px) {


  

    #logged-in{
        margin:30px;
    }

    .title-section {
    margin-top: 50px;
    }

    .subpage-content-right{
        margin-top: 60px;
    }

    section.interior {
    margin-top: 60px;
    padding: 60px 0 30px;
    }

    .slider-bg img {
   overflow: hidden;
    max-width: fit-content;
    height: 220px;
    display: block;
    width: fit-content;
    }

       .top-contain {
        float: none; 
        margin: 0px; 
        text-align: center;
        display: block;
        }

    .entry-field .txt-user, .entry-field .txt-pass{
    height: 25px;
    width: 40%;
    margin-bottom: 5px;
    margin-left: 0;
    }
    
    .login-area{
      margin-top: 10px;
      margin-bottom: 10px;
    }


     .entry-field, .sign-btn {
        display: block;
        margin-left: 0;
        float: none;
    }

   .sign-btn {
    float: none;
    }

    .sign-btn .btn{
     padding: 3px 10px;   
    }

    .join{
      float: none;
      margin-right: 0px;
      margin-top: 20px;
      margin-bottom: 20px;
    }

    .button-left{
    float: none;
   }

    .button-left a {
     float: none;
     margin-top: 0;
    background: #6D6E71;
    padding: 3px 10px;
  }

    .search-row {
    position: absolute;
    right: 0;
    z-index: 1050;
    }

    .caption {
        position: relative;
        top: 280px;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 40%;
        padding: 0 20px;
        display: table;
        text-align: left;
        font-size: 16px;
        color: #fff;
         z-index: 12;
        float: none;
    }

    .slidecont {
        background: rgba(0, 0, 0, 0.2);
    }

   .logo img{
    max-width:100%;
   }

    .parallax{
      height: 600px;
    }

    .header-section {
        padding: 15px 0px 0px 0px;
    }


    .logo {
        margin: 0 auto; 
        text-align: center; 
        padding-top: 0px;
    }


    .top-links, .member-login {
        float: none; 
        width: 100%;
    }

    .top-links ul {
        padding: 0;
    }

    .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 
    {
        padding-right: 15px!important;
        padding-left: 15px!important;
    }

    div .slider-area .col-xs-12 {
           padding-right: 0px!important;
        padding-left: 0px!important;
    }


    section.slide {
        height: 400px;
    }

    section.main {
        padding-bottom: 0px;
        margin-top: 60px;
        z-index: 1;
        position: relative;
    }

    .follow-us {
        margin-right: 0px;
    }



    .blue-box {
        border-top: 15px solid #90B9CC;
        background: #D9F0FA;
        max-width: 100%;
        border-bottom: 2px solid #D9F0FA;
    }


    .sponsor {
        background: #fff;
        padding: 15px 0px;
    }

    .whats-new h2 {
        color: #fff;
        margin-top: 5px;
        margin-bottom: 5px
    }

    .greywidth {
        background: #EAEAEC;
        padding: 15px 0px;
        color: #6D6E71;
    }

    .ltbluwidth {
        background: #90B9CC;
        padding: 15px 0px;
    }

    div #bluecenter{
      margin: 0px 0px;
    }

     .mid-content {
        margin-bottom: 20px;
        margin-top: 30px;
      }

      div.slider-area .col-xs-12 {
    padding-right: 0px!important;
    padding-left: 0px!important;
    }

    div .slider-area .col-xs-12 {
    padding-right: 0px!important;
    padding-left: 0px!important;
    }



    /*========== MOBILE NAVIGATION ONLY ============*/
    .nav-contain ul{
        padding-inline-start: 0px;
    }

      .nav-contain {
         height: auto;
         width: 100%;
      }

      .navbar {
        margin-bottom: 0;
        }

      .navbar-toggle {
         background-color: transparent;
         border-radius: 0;
         padding: 0px 0px;
         margin-left: 15px;
         float: left;
      }

      .navbar-toggle:hover, .navbar-toggle:active, .navbar-toggle:focus 
      {
         background-color: transparent;
       }

      .navbar-toggle .icon-bar {
        background-color: #fff; 
        height: 3px;
      }

      .navbar.navbar-static-top {
        min-height: auto; 
        margin-bottom: 0;
        }

      .navbar-collapse .navbar-nav>li>a {
         float: none;
         line-height: 35px;
         border-right: 0;
         border-left: 0;
        color: #6D6E71;
      }  

      .navbar-collapse {
         padding-right: 0;
         padding-left: 0;
      }

      .navbar-static-top .navbar-collapse {
         text-align: center;
         border: 0;
         box-shadow: none;
         position: relative;
         min-width: 200px;
         right: 0;
         padding-bottom: 10px;
         background: #fff;
      }

      .navbar-nav {
         float: none;
         width: 100%;
      }

      .navbar-collapse .open .dropdown-menu {
         background-color: #edebec; 
         width: 100%;
         min-width: 0;
         display: inline-block;
      }

      .navbar-nav>li>.dropdown-menu {
         position: relative;
         min-width: 100%;
         margin-top: -2px;
         box-shadow: none;
         border-right: 0;
         border-left: 0;
          color: #6D6E71;
      } 

      .navbar-collapse .dropdown-menu>li>a {
        text-align: center;
         color: #6D6E71;
     }

      .navbar-collapse .dropdown-menu>li>a:hover {
         background-color:#009BDB;
         color: #fff;
      }

      .nav>li>a {
        padding: 0px;
      }

      .nav>li>a:after {
    content: '|';
    display: none;
    font-size: 16px;
    color: #fff;
    padding: 0px;
    }

    .nav > li > a:hover:after, .nav > li > a:focus:after, .nav>li.open>a:after{
    display: none;
    content: '';
    }

    .nav > li > a:hover, .nav > li > a:focus, .nav .navbar ul li:hover, .nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background:#66D9F8;
    color: #fff;
    opacity: 1;
    }

    .dropdown-menu{
        border: 0px;
    }


    .dropdown-menu > li > a {
    padding: 6px 14px;
    color: #6D6E71;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: 700;
    }
   

/*============= MOBILE NAVIGATION ENDS ================*/
    
    .member_box_1 {
        width: 60%;
    }

    .member-box {
        width: 100%;
    }

    .member-login-content {
    text-align: center;
    }

    .border{
     border: none;
     padding-left: 15px;
    }

    .blog {
        padding-top: 20px;
    }

    span.view-more {
        margin-right: 0;
    }

    .sponsor:before {
       width: 100%;
       margin: 20px auto 35px;
    }

    .row-eq-height {
        display: block;
    }

    .footerSocial {
    text-align: center;
    margin-bottom: 0px;
    padding-bottom: 5px;
    }

    .footer-logo {
       margin-left: auto;
       margin-right: auto;
       display: block;
       float: none;
    }

    .footer-top {
    text-align: center;
    padding: 35px 0 5px;
    }

    .footerSocial li {
        display: inline-block;
        line-height: 22px;
        float: none;
        text-align: center;
    }

    .footerSocial li a {
        color: #009BDB;
        text-decoration: none;
        font-size: 30px;
        padding-right: 5px;
        padding-bottom: 0px;
    }

    .footerAddress{
      text-align: center;
    }

    .footer-links{
        text-align: center;
    }

    .breadcrumb-contain .col-xs-9, .breadcrumb-contain .col-xs-3 {
      padding-right: 0px; 
      padding-left: 0px;
    }

    .breadcrumb-menu {
       padding-bottom: 15px;
    }


    .sidebarmenu_page {
           clear: both;
           padding-top: 25px;
        }

    
    .slick-prev, .slick-next {
        right: 0;
        left: 0;
        display: none;
    }

    .copy{
    text-align: center;
    }


}















