
        .dropdown a {
            padding: 0;
            font-family: 'Poppins';
            color: #fff;
            font-size: 16px;
            -webkit-transition: all .4s ease;
            transition: all .4s ease;
            font-weight: 600;
            display: inline-block;
        }

        .dropdown {
            position: relative;
            display: inline-block;

        }


        .dropdown-content {
            display: none;
            position: absolute;
            background-color: #f9f9f9;
             
            box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
            z-index: 1;
            width: 217px;
            border-radius: 8px;
        }


        .dropdown-content a {
            color: black;
            padding: 12px 16px;
            text-decoration: none;
            display: block;
            border-radius: 8px;
            font-size: 16px;
        }


        .dropdown-content a:hover {
            background-color: orangered;
            color: white;
        }


        .dropdown:hover .dropdown-content {
            display: block;
        }
.preloader {
    background-color: 00006;
}
.active-link a {
    color: #000093 !important;
}
.header.header-home-three .header-navigation .container .main-navigation {
    background: #e5e5e5;
    border-bottom: 3px solid #060606;
}
.header.header-home-three .header-navigation ul.navigation-box > li > a {
    color: #030303;
}
.dropdown a {
    color: #030303;
}
.header-navigation .container .right-side-box a.rqa-btn {
    background: #000093;
}
.header.header-home-three .header-navigation .container .right-side-box a.rqa-btn {
    padding: 18px 69px;
    border-bottom: 3px solid #fff;
}
.header-top.home-three .header-right-info {
   padding: 15px 0;
    margin-top: -7px;
}
.about-style-two .about-content p.tag-line span {
    color: #000093;
}
.about-style-two .about-content .quote-box h4 {
    color: #000093;
}
.about-style-two .about-content .quote-box {
    border-left: 2px solid #000093;
}
.about-style-two .about-content a.view-more {
    background: #000093 !important;
}
.item.mb-60 {
    color: #070772;
}
.feature-style-one [class*=col-md]:nth-child(2) {
    background: #000093;
}
.feature-style-one [class*=col-md]:nth-child(3) {
    background: #f6f6f6;
}
.feature-style-one .single-feature-style-one.light .icon-box i {
    color: #000;
}
.feature-style-one .single-feature-style-one.light .text-box h3, .feature-style-one .single-feature-style-one.light .text-box p {
    color: #000;
}
.feature-style-one .single-feature-style-one.light .text-box p {
    color: #000;
}
i#newicom {
    color: white;
}
h3#textuing {
    color: #fff;
}
p#textuing {
    color: #fff;
}
.rqa-box form.rqa-form button {
    background: #000093;
}
p#pri {
    padding: 0px;
}
section.privacy {
    border-bottom: 3px solid #000093;
}
.testimonials-style-three {
    padding-top: 110px;
    padding-bottom: 20px;
}
div#new-header {
    text-align: center;
}
div#client-header {
    margin-top: 20px;
    margin-bottom: 0px;
}
a#drop-font {
    font-size: 13px;
}
@media only screen and (max-width: 786px) {

            .right-side-box {
                display: none;
            }

            .navbar-header {
                margin-left: 264px !important;
                margin-top: -53px;
            }

            .header-right-info.pull-right {
                display: none;
            }

            div#minimal-bootstrap-carousel {
                margin-top: -64px;
            }

            .header-navigation .container {
                background: none;
                padding-top: 38px;
                padding-bottom: 26px;
            }

            .about-content {
                margin-top: -38px;
            }

        }
