/* Overall */

.primary-clr {
    color: #007AFF
}

.secondary-clr {
    color: #007AFF
}


/* Nav Bar */

.menu li a {
    font-size: 16px;
    font-weight: bold;
    color: #007AFF;
    opacity: 1
}

.single_banner::before {
    background-image: linear-gradient(#f3f3f3 0, rgba(243, 243, 243, 0) 100%);
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background-size: 100%;
}

.single_banner img {
    margin-top: -75px;
    height: 600px;
}

.affix {
    background-color: #ffffff;
    color: #fff
}

.affix .menu li a {
    color: #007AFF;;
    opacity: 1;
}


/* contact_section */

.contact_section {
    padding: 25px 0;
    background-color: #007AFF;
    margin-top: -70px;
    position: relative;
    z-index: 100;
}

.contact_section p {
    font-size: 28px;
    color: #fff;
    font-weight: 300;
    line-height: 30px;
}

.footer_contact_section {
    /* padding: 25px 0; */
    padding: 3px 0;
    background-color: #007AFF;
}

.footer_contact_section p {
    font-size: 28px;
    color: #fff;
    font-weight: 300;
    line-height: 30px;
}

a:hover {
    color: #90c84b
}

.custom_link {}

.custom_link a {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 11px;
    padding-left: 9px;
    padding-right: 9px;
    border-bottom: 3px solid #007AFF;
    transition: 300ms all
}

.custom_link a:hover {
    border-bottom: 3px solid #90c84b;
}

.service_image {
    width: 70px
}

.services-single:hover .service_image {
    filter: invert(1) brightness(100);
    -webkit-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
}

.services-single:hover {
    background: #007AFF
}

.call-to-action-video::before {
    background-image: url("../img/events.jpg")
}

.footer-top {
    padding: 12px 0 0 0;
    background: #fff;
    color: #007AFF
}

.about-us-img_div {
    margin-top: 50px
}


/*.home_slider {position: absolute; top: 0}*/
@media(min-width:1600px){
    .hero-equal-height {
        min-height: 108px;
        padding-top: 95px!important;
    }
}



@media(max-width:1400px){
    .hero-equal-height {
        min-height: auto!important;
        padding-top: 95px!important;
    }
}



.color-secondary {
    /* background-color: #1A1446!important; */
}

.animate-border {
    background-color: #007AFF!important;
}

.promo-item:hover:before {
    background-color: #007AFF!important;
}

.promo-item:before {
    background-color: #007AFF!important;
}


.header nav {
    /* background: #;
    color: #fff */
     background: #fff;
    color: #007AFF
}

.navbar-nav li ul li a {
    color: #000000 !important;
}

.navbar-nav li ul li a:hover {
    color: #fff !important;
}
.custom_arrow {padding-left: 115px}

@media (max-width: 560px) {
    /*.home_slider {position: relative!important;}*/
    /*.hero-equal-height {min-height: auto!important;}*/
    .navbar {
        background: #fff!important;
    }
    .single_banner img {
        margin-top: 0px;
        height: 237px;
    }
    .contact_section {
        margin-top: 0;
        padding: 17px 10px;
    }
    .footer_contact_section {
        padding: 17px 10px;
    }
    .contact_section p {
        font-size: 22px
    }
    .footer_contact_section p {
        font-size: 22px
    }
    .about-us-img_div {
        margin-top: 10px!important;
    }
    .about-content-wrap h2 {
        margin-top: 0!important;
    }
    .about-content-wrap p {
        padding-top: 5px!important;
        padding-bottom: 5px!important;
    }
    .events_div {
        padding: 0!important;
    }
    .call-to-action-video::before {
        background-image: url("../img/events.jpg") !important;
        background-size: cover;
        background-position: right;
        width: 100%;
        opacity: .7
    }
    .footer-top-wrap .text-right {
        text-align: center!important;
    }
    .footer-nav-wrap {
        text-align: center
    }
    .footer-top-wrap div[class*='col-']:not(:last-of-type) {
        margin-bottom: 0!important;
    }
    .scroll-top.open {
        bottom: 65px;
    }
    .scroll-top {
        right: 25px;
    }
    .menu li a {
        color:#007AFF;

        /* color: #1A1446; */

        opacity: 1
    }
    .about-content-wrap {
        margin-top: 20px
    }
    .why-choose-us {
        padding: 20px 0!important;
    }
    .lead {
        margin-bottom: 15px
    }
    .custom_link span {
        padding-left: 140px!important;
    }
    .see_more {
        text-align: center!important;
    }
    .see_more .custom_link span {
        padding-left: 170px!important;
    }

}

@media (min-width: 1327px) and (max-width:1500px) {
    .contact_section {
        margin-top: 0!important;
    }
}



@media (max-width: 1200px) {


    .custom_arrow {padding-left: 60px!important;}



}


.menu ul {width: max-content}
.blacked {color: #000!important;}
.title_div {width: fit-content;margin: auto;}
