/* PAGE HEADER STYLE============================================ */

#page-title.page-title-1 .page-title-inner {
    background-color: #f4f4f4;
    background-image: none;
}
#page-title.page-title-1 .title{
    padding: 40px 20px;
    background-color: transparent;
}
#page-title.page-title-1 .title h3 {
    color: #252525;
    font-weight: 500;
}
#page-title.page-title-1 .title h1 {
    color: #4283ce;
    font-weight: 500;
}

/* HEADING COLORS &amp; SIZED=================================== */
.fancy-heading.left .heading-top {
    position: relative;
    bottom: -2.5em; 
    color: #252525;
    text-transform: inherit; 
    font-weight: 500;
}

.fancy-heading.left h1, .fancy-heading.left h2 {
    margin-top: -1em;
    margin-bottom: 1em;
}
.multiline .fancy-heading.left h1, .multiline .fancy-heading.left h2 {
    margin-top: -2em;
    margin-bottom: 2em;
}

.simple-heading.left h2, .simple-heading left h1, .fancy-heading.left h1, .fancy-heading.left h2, .intro-title.center h2{
    color: #4283ce;
    text-transform: uppercase;
}

.simple-heading.left h2 strong {
    color: #252525;
    font-weight: 500;
}

.cma_contact-info h3 {
    margin-bottom: 5px;
    font-weight: 500;
    text-transform: initial;
}

@media (max-width: 991px) {
    .fancy-heading.left h1, .fancy-heading.left h2, 
        .multiline .fancy-heading.left h1, .multiline .fancy-heading.left h2 {
        margin: 0;
    }
    .fancy-heading.left .heading-top {
        position: initial;
        bottom: 0;
    }
}

/* ROW MARGINS=================================== */
.page-content .row.sm-row{
    margin-bottom: 40px;
}
.page-content .row.title-row {
    margin-bottom: 40px !important;
}
.row.title-row .col-md-12{
    margin:0;
}
.txt-widget-sm .widget_text{
    margin-top: 26px; 
    margin-bottom: 13px
}
.txt-widget-sm2 .widget_text{ 
    margin-bottom: 13px
}

/* SERVICEBOX FIX===================================  */
@media (max-width: 991px) {
    .service-box-container .col-md-4  {
        margin-bottom: 40px;
    }
}
.service-box-4:hover {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
}
.service-box-4:hover:after {
    opacity: 0;
}

/* FOOTER MARGINS===================================  */
#footer .row {
    margin-bottom: 0px;
}
#footer-wrapper {
    padding-top: 40px;
}

.footer-widget-container {
    margin-bottom: 40px!important;
}
.footer-widget-container .widget .title h3 {
    margin-bottom: 10px;
}
.footer-widget-container .widget li {
    line-height: 1.5em;
    padding-bottom: 5px;
    padding-top: 4px;
}

/* HREF\&#039;s INVERSE===================================  */
a.inv {
    color: #4283ce;
}
a.inv:hover {
    color: #777;
    text-decoration: underline;
}

/* CALL TO ACTION===================================  */
@media only screen and (min-width: 991px) {
    .call-to-action .text {
        width: 73%;
    }
}

/* MENU FIX=========================================  */
#dl-menu {
    margin: 0 auto;
    width: 80% !important;
    float: none !important;
    max-width: 80%;
}


/* BUTTON OVERRIDE===================================  */
.btn.empty.black {
    border: 2px solid #4283ce;
    background-color: transparent;
}
.btn.black {
    background-color: #4283ce;
}

.btn.empty.black span {
    color: #4283ce;
}
.btn.empty.black:after {
    background-color: #4283ce;
}
.btn.empty:hover span {
    color: #fff;
}

.wpcf7-submit.btn.empty.theme-color {
    padding: 10px 60px;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    border: 2px solid #4283ce;
    background-color: transparent;
    color: #4283ce;
    border-radius: 0;

    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    text-decoration: none;
}
.wpcf7-submit.btn.empty.theme-color:hover {
    color: #fff;
    background-color: #4283ce;
}
.wpcf7-submit.btn.empty.theme-color:after {
    background-color: #4283ce;
    position: absolute;
    content: \&#039;\&#039;;
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.wpcf7-submit.btn.empty.theme-color:hover::after {
    width: 100%;
    z-index: 1;
}