body{
    margin:0;
    padding:0;
    color: #5c5c5c;
    font-family: "Noto Serif", serif;
    font-size: 17px;
    line-height: 28px;
}
p {
    color: #5c5c5c;
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 16px;
    font-family: "Noto Serif", serif;
}
h1, h2, h3, h4, h5, h6{
     color: #002d70;
     font-family: "Philosopher", sans-serif;
     font-weight: 700;
}

h1{
    font-size: 22px;
    color: #000000;
}
h2{
    font-size: 18px;
    color: #000000;
}
h3{
    font-size: 22px;
    color: #002d70;
}
h4{
    font-size: 18px;
    color: #002d70;
}
h5{
    font-size: 22px;
    color: #d6a33a;
}
h6{
    font-size: 18px;
    color: #d6a33a;
}
.contact_heading_title h1, .page_heading{
    font-size: 36px;
}
a{
    color: #002d70;
}
a:focus, a:hover{
	text-decoration:none;
}
.logo {
    padding:10px;
    display: block;
    width: 100%;
    float: left;
}
.logo img {
    width: 220px;
}
.search-block {
    display: flex;
    align-items: center;
    margin: 10px 0px;
}
.search-box input[type=submit] {
    right: 0px;
    left: auto;
    width: 40px;
    height: 40px;
    top: 0px;
}
.search-box input {
    border: none;
    text-align: left;
    font-style: normal;
    font-size: 16px;
    font-weight: 500;
    padding-left: 0px;
    border-bottom: 1px solid #dedede;
    border-radius: 4px;
}
.member-button .btn-primary {
    background-color: #d6a33a;
    border-color: #d6a33a;
    padding: 10px 15px;
    border-radius: 4px;
    margin-left: 15px;
    letter-spacing: 0.3px;
    font-size: 16px;
    transition: all 0.3s linear;
}
.member-button .btn-primary:hover{
    background-color: #002d70;
    border-color: #002d70;
    color: #fff;
}
.navbar-header .attr-nav, .navbar-nav.breadcrumb > li + li:before {
    display: none;
}
.navbar-right {
    float: none !important;
}
nav.navbar.bootsnav{
    background-color: #ffffff;
    border-bottom: 1px solid #d6d6d6;
}
nav.navbar.bootsnav .navbar-nav > li > a {
    color: #002d70;
    font-weight: 700 !important;
    padding: 20px 12px;
    font-size: 16px;
    font-family: "Philosopher", sans-serif;
    text-shadow: none;
    margin: 15px 0px;
}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
    background-color: #002d70;
    color: #fff;
    padding:10px 10px;
    font-family: "Philosopher", sans-serif;
    font-size: 16px;
    font-weight: 700 !important;
}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a:hover{
    background-color: #3bb8ff;
    color: #fff;
    transition: all 0.3s linear;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu{
    padding:0px !important;
    border:none;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, nav.navbar.bootsnav .navbar-toggle {
    color: #fff;
    padding: 6px 10px 2px 10px;
    cursor: pointer;
    background-color: #002d70;
}
button.navbar-toggle .fa-bars {
    font-size: 22px;
}
.attr-nav > ul > li > a {
    color: #ffffff;
    padding: 18px 10px;
}
.carousel-inner>.item:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.50);
}
.carousel-indicators{
    display: none;
}
.carousel-caption {
    background-color: transparent;
    width: 50%;
    top: 30%;
}
.carousel-caption h1{
    color: #fff;
    font-size: 36px;
    margin: 0px;
}
.carousel-caption a {
    background-color: #d6a33a;
    font-weight: 700;
    height: 55px;
    line-height: 55px;
    border-radius: 5px;
}
.about-block {
    padding: 80px 0px;
}
.abt-right h2 {
    color: #002d70;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 0px;
}
.abt-right h3 {
    font-size: 20px;
    line-height: 28px;
    color: #3bb8ff;
    margin: 0px;
    padding-bottom: 20px;
}
.gcc-title {
    font-size: 48px;
    margin: 0px;
    padding-bottom: 40px;
}
.service-block {
    padding: 60px 0px;
    background-color: #eff0f2;
}
.fig-heading {
    overflow: hidden;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 85px;
    transition: all 0.3s ease-in-out;
}
.service-content:hover .fig-heading {
    height: 110px;
    transition: all 0.3s ease-in-out;
}
.fig-heading h3 {
    margin: 0px;
    color: #ffffff;
    font-size: 30px;
    text-align: center;
}
.fig-heading h3 a{
    color: #ffffff;
    padding-top: 10px;
    display: block;
}
.we_do_list ul li {
    margin-bottom: 10px;
}
.chamber-list {
    margin-bottom: 30px;
}
.event-heading h3 {
    margin: 0px;
}
.event-heading a {
    display: block;
    color: #3bb8ff;
    text-align: center;
    font-family: "Arizonia", cursive;
    font-size: 48px;
    font-weight: 400;
    padding: 25px 10px;
    background: #002d70;
}
.event-heading a:hover{
    color: #d6a33a;
}
.event-block {
    padding: 50px 0px;
}
.service-content {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-bottom: 30px;
}
.mission-col{
    padding: 0px;
}
.mission-block {
    padding: 65px 0px 80px;
    background-color: #002d70;
}
.mission-content h3 {
    color: #3bb8ff;
    font-family: "Arizonia", cursive;
    font-weight: 400;
    font-size: 48px;
    margin: 0px;
    padding-bottom: 20px;
}
.mission-content p {
    color: #fff;
    font-size: 20px;
    line-height: 35px;
    margin: 0px 30px;
}
.support-block {
    background-color: #fff;
    padding: 50px 0px;
}
.owl-pagination {
    display: none;
}
#owl-demo .item {
    text-align: center;
    margin: 0px 25px;
}
.address-col {
    background-color: #002d70;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 550px;
}
.address-list {
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
}
.address-list h3 {
    color: #fff;
    margin: 0px;
    font-size: 30px;
    width: 200px;
    float: left;
}
.address-list p, .address-list p a {
    margin: 0px;
    color: #3bb8ff;
}
.map-info {
    margin-bottom: -10px;
    margin-left: -10px;
}
footer{
    background-color: #eff0f2;
    border: none;
}
.top-footer {
    background-color: #eff0f2;
    padding: 80px 0px 50px;
}
.footer-menu ul li a {
    color: #002d70;
    margin: 0px 10px;
}
.footer-menu ul li a:hover{
    color: #3bb8ff;
}
.footer-logo {
    padding-top: 35px;
    padding-bottom: 45px;
}
.del-space{
    display: none;
}
.social-icons ul li a {
    width: 50px;
    height: 50px;
    background-color: #d6a33a;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    border-radius: 3px;
    transition: all 0.3s linear;
}
.social-icons ul li a:hover{
    background-color: #002d70;
    color: #fff;
}
.copy-block {
    padding-top: 30px;
}
.search-box, .member-button{
    display: none;
}
.member-detail-block, .join-chamber-block {
    padding-top: 50px;
    padding-bottom: 50px;
}
.membership-title {
    font-size: 36px;
    margin: 0px;
    padding-bottom: 30px;
}
.member-detail-list img {
    border-radius: 100%;
    width: 300px;
    text-align: center;
    margin: 0px auto;
    display: block;
}
.member-detail-list {
    margin-top: 20px;
    margin-bottom: 35px;
}
.member-detail-list h3 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 15px;
}
.member-detail-list p {
    text-align: center;
    margin-bottom: 10px;
}
.directory-block {
    background-color: #f0f0f0;
    padding-top: 50px;
    padding-bottom: 50px;
}
.direct-content h3 {
    font-size: 30px;
    padding-bottom: 10px;
}
.join-content {
    margin-top: 20px;
    margin-bottom: 30px;
    text-align: center;
}
.join-content img {
    width: 100%;
    border-radius: 15px;
}
.join-content h3 {
    text-align: center;
    font-size: 30px;
}
.join-content .btn-primary {
    color: #fff;
    background-color: #d6a33a;
    border-color: #d6a33a;
    font-size: 16px;
    padding: 10px 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    transition: all 0.3s linear;
}
.join-content .btn-primary:hover{
    color: #fff;
    background-color: #c59634;
    border-color: #c59634;
}
.update-member-block {
    padding-bottom: 60px;
}
.become-text {
    color: #3bb8ff;
    font-size: 18px;
}
.levels-block {
    background-color: #002d70;
    padding-top: 50px;
    padding-bottom: 50px;
}
.levels-block .membership-title, .levels-content p, .levels-content a {
    color: #fff;
}
.levels-content ul{
    margin-bottom: 20px;
}
.levels-content li {
    color: #fff;
    margin-bottom: 6px;
}


/*--member-directory--*/

.member-block{

    padding: 30px 0px;

}

.member-direct .search-box {

    float: left;

    margin-top: 10px;

}

.member-direct .form-control {
    float: left;
    width: 300px;
    margin-top: 10px;
    height: 40px;
    margin-left: 20px;
}

.top_paging {

    width: 100%;

    float: left;

    margin-top: 10px;

    border-bottom: 1px solid #dfdfdf;

    padding-bottom: 10px;

}

.member-left, .member-direct {

    width: 100%;

    float: left;

}

.member-content {

    margin-top: 10px;

    width: 100%;

    float: left;

}

.member-right-content h1 {

    margin-top: 0px;

    font-size: 24px;

    margin-bottom: 10px;

}

.member-right-content .cat-list{

    list-style-image: url(../images/right_arrow.png);

    padding-left: 25px;

}

.member-right-content .cat-list li{

    border-bottom: 1px dotted #d8d8d8;

    margin-bottom: 10px;

    padding-bottom: 3px;

}

.top_paging li a {

    font-weight: 600;

}

.listing-left img{

    border: 1px solid #DDDDDD;

    border-radius: 4px 4px 4px 4px;

    margin: 0 15px 0 0;

    padding: 5px;

}

.listing-center, .listing-right {

    font-size: 14px;

    line-height: 25px;

}

.listing-right .view_full {

    background-color: #0054a6;

    color: #ffffff;

    padding: 6px 25px;

    display: inline-block;

    border-radius: 250px;

}

.listing-right .view_full:hover{

     background-color: #4e7435;

    color: #ffffff;

}

.listing-content {

    border-bottom: 1px solid #e1e1e1;

    padding: 20px 0px;

    width: 100%;

    float: left;

}

.listing-right {

    width: 100%;

    float: right;

    text-align: right;

}

.listing-content .listing-center{

    float: left;

}

.listing-content .listing-number{

    float: right;

}

.listing-number li {

    font-size: 14px;

    line-height: 25px;

}

.member-direct #search-button {
    float: left;
    width: 125px;
    padding: 5px 10px;
    background-color: #0c4769;
    color: #ffffff;
    text-transform: uppercase;
    font-style: normal;
    border-color: #0054a6;
    margin-left: 20px;
    margin-top: 10px;
    border-radius: 5px;
    transition: all 0.3s ease;
}
.member-direct #search-button:hover{

    background-color: #4e7435;

    color: #ffffff;

    border-color: #4e7435;

}

.member-direct .search-box input {
    border: 1px solid #ccc;
    padding: 5px 10px;
}

.mdetails .mem-title {
    float: left;
    font-weight: 700;
    color: #000000;
}
.mdetails .mem-compny {
    margin-bottom: 5px;
    color: #317ecc;
}
.relocate-left img {
    width: 100%;
}
.relocate-right h6 {
    margin-top: 0px;
}
.relocate-left {
    margin-bottom: 30px;
}
.business-block {
    padding-top: 50px;
    background-color: #f2f9ff;
    padding-bottom: 50px;
}
.business-content h3 {
    text-align: center;
    line-height: 26px;
    font-size: 18px;
}
.mem-desc {
    margin-top: 15px;
}
.mem-desc h5 {
    font-size: 16px;
    color: #000;
    font-weight: 700;
    font-family: 'Montserrat-Regular';
}
.mdetails p {
    margin-bottom: 6px;
}
.social-icons img {
    width: 30px;
    margin-right: 7px;
    margin-top: 6px;
}

.mem-search-box input {
    border:none;
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
    text-align: left;
    font-style: normal;
    font-size: 16px;
    font-weight: 500;
    padding-left: 0px;
    border-bottom:1px solid #dedede;
    border-radius:4px;
}

.mem_add_city {
  margin-bottom: -5px !important;
}

.mov-events-page .spl-col {
  display: flex;
  flex-direction: inherit;
}

.spl-pack {
  margin-bottom: 40px;
  box-shadow: 0 10px 15px 0 rgb(0 0 0 / 20%) !important;
}

.spl-content {
  padding:15px 20px 15px;
}

.spl-content h2 {
  font-size: 18px;
  line-height: 25px;
}

.btn-default {
  color: #002d70;
  background-color: #fff;
  border-color:#002d70;
  transition: all 0.3s linear;
}

.btn-default:hover {
  color: #d6a33a;
  background-color: #d6a33a;
  border-color:#d6a33a;
  color: #ffffff;
}


/*--media-responsive--*/
@media (min-width:1200px){
    .carousel-caption h1 {
        font-size: 55px;
        line-height: 1.2;
    }
    .abt-right {
        padding-left: 30px;
    }
    .abt-right h2, .membership-title{
        font-size: 48px;
    }
    .mission-content p{
        margin: 0px 15%;
    }
    .search-box, .member-button{
        display: block;
    }
    .event-image {
        height: 300px;
        overflow: hidden;
    }
    .direct-content {
        margin-left: 20px;
    }   
    .update-content {
        padding-top: 50px;
    }

}
@media (min-width:1500px){
    .container{
        width: 1320px;
    }
    .logo{
        padding: 15px 0px;
    }
    nav.navbar.bootsnav .navbar-nav > li > a {
        font-size: 20px;
        padding: 20px 16px;
        margin: 28px 0px;
    }
    .abt-right h2, .gcc-title, .event-heading a, .mission-content h3 {
        font-size: 55px;
    }
    .search-block{
        margin: 23px 0px;
    }
}
@media (max-width:1199px) and (min-width:992px){
    nav.navbar.bootsnav .navbar-nav > li > a{
        padding: 15px 15px;
        font-size: 16px;
        margin: 22px 0px;
    }
    #navbar-menu {
        padding: 0px;
    }
    .carousel-caption{
        top: 25%;
    }
    .fig-heading{
        padding: 0px;
    }
    .fig-heading h3 a{
        padding: 15px 10px;
    }
    #owl-demo .item img {
        padding: 0px 20px;
    }
    .search-block{
        display: none;
    }

}
@media (max-width:991px) and (min-width:768px){
    nav.navbar.bootsnav .navbar-nav > li > a{
        padding: 15px 7px;
        font-size: 14px;
        margin: 12px 0px;   
    }
    ul.nav.navbar-nav.navbar-right {
        width: 100%;
    }
    .navbar-header {
        float: none;
        margin: 0px;
        width: 100%;
        text-align: center;
    }
    .carousel-caption h1 {
        font-size: 30px;
    }
    .carousel-caption a {
        font-size: 16px;
        width: 150px;
        height: 40px;
        line-height: 40px;
    }
    .event-heading a {
     font-size: 36px;
    }
    .address-list h3{
        width: 135px;
    }
    .fig-heading {
        padding: 0px;
        height: 70px;
    }
    .fig-heading h3{
        font-size: 22px;
    }
    .fig-heading h3 a{
        padding: 15px 5px;
    }
    .mission-content p {
        font-size: 18px;
        line-height: 30px;
    }
    .footer-menu ul li a{
        margin: 0px 5px;
    }
    .search-block{
        display: none;
    }
   
}
@media (max-width:767px) and (min-width:320px){
    .abt-left figure img{
        width: 100%;
    }
    .search-block{
        justify-content: center;
    }
    .member-button .btn-primary{
        margin: 0px;
    }
    nav.navbar.bootsnav .navbar-nav > li > a{
        padding: 10px 10px;
        font-size: 16px;
        margin: 0px;
    }
    nav.navbar.bootsnav .navbar-toggle{
        top: 0px;
    }
    .carousel-caption{
        display: none;
    }
    .carousel-inner>.item:before{
        background-color: initial;
    }
    .abt-right h2{
        font-size: 36px;
    }
    .abt-right {
        padding-top: 25px;
    }
    .fig-heading{
        padding: 0px;
    }
    .address-col{
        height: auto;
    }
    .home-address-info {
        padding: 35px 20px;
    }
}
@media (max-width:480px) and (min-width:320px){
    .logo img {
        float: none;
    }
    .about-block, .service-block, .event-block{
        padding: 30px 0px;
    }
    .fig-heading h3{
        font-size: 28px;
    }
    .mission-content p {
        font-size: 16px;
        line-height: 26px;
        margin: 0px 15px;
    }
    .gcc-title{
        font-size: 36px;
        padding-bottom: 25px;
    }
    .top-footer {
        padding-top: 35px;
        padding-bottom: 30px;
    }
    .footer-menu ul li {
        display: block;
        margin-bottom: 10px;
    }
    .footer-logo img {
        width: 220px;
    }
    .footer-logo {
        padding-top: 20px;
        padding-bottom: 35px;
    }
    .home-address-info{
        padding: 35px 10px;
    }
    .address-list h3 {
        width: 115px;
        font-size: 24px;
    }
}
