

.mycta h2{
    color: #fff;
}

.pheader h2 {
    color: #fff;
    font-size: 30px;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.79);
}

.footer_top {
    padding: 50px 0px;
    background: #377bad;
}

.footer_top .textwidget, .footer_top a, .footer_top li, .footer_top p, .footer_top span {
    color: #ffffff;
    word-wrap: break-word;
}

.footer_bottom {
    background: #286490;
}


.myul ul {
    list-style-position: outside;
    margin-left: 5%;
}

.myul li {
    font-size: 16px !important;
    line-height: 23px;
    color: #262626;
    font-family: lato;
}

.footer_top .four_columns .column3 .column_inner>div, .footer_top .three_columns .column3 .column_inner>div {
    margin: 0px !important;
}

@media screen and (min-width: 768px) {
    .myservices .vc_col-sm-2 {
        width: 20%;
    }
}

/*-------------*/
@media screen and (max-width: 1000px) {
     nav.mobile_menu,
     .header_bottom {
         background: #3280b9 !important;
    }

    nav.mobile_menu ul li a, nav.mobile_menu ul li h3 {
        color: #fff;
    }

     .mobile_menu_button span {
         color: #ececec !important;
    }
}

nav.mobile_menu ul li, nav.mobile_menu ul li ul li {
    border-bottom: 1px solid #ffffff4a;
}