

#nav .nav-link:hover,
#nav .nav-link:active,
#nav .nav-link:focus,
#nav .nav-link.active {
	border-bottom: 4px solid #006ee5;
    }

    .text-link,
    .banner-box .right-box .link,
    .lacation-list .fa,
    #main a
    {
    color: #006ee5;
    }

    .text-link:hover,
    .text-link:focus,
    .text-link:active,
    .banner-box .right-box .link:hover,
    .banner-box .right-box .link:focus,
    .banner-box .right-box .link:active {
    color: #006ee5;
    }

    .box-form .form-btn,
    .banner-box .right-box,
    .btn-scroll,
    #main .nav li:nth-child(even),
    .just-list li:after,
    .fix-menu ul a:hover, .fix-menu ul a:focus, .fix-menu ul a:active,
    .column-border ul li:after,
    .nav-opener:before, .nav-opener:after, .nav-opener span {
    background: #006ee5;
    }

    .box-form .form-btn:hover,
    .box-form .form-btn:active,
    .box-form .form-btn:focus {
    background: #006ee5 !important;
    }

    #main .nav li:nth-child(2n+6) {
    background: rgba(225, 225, 225, 0.45);
    }

    .banner-contactUs .right-box,
    .banner-inner .right-box,
    .banner-box .left-box,
    #main .nav li:nth-child(2n+5) {
    background: rgba(0, 110, 229, 0.5);
    }

    #main .lacation-list a{
    color: inherit;
    }
