

.bg-white {
    background-color: white;
}
.text-black {
 color: black;
}
.header-style-1 .navbar-brand, .header-style-2 .navbar-brand, .header-style-3 .navbar-brand {
    margin-top: -10px;
}

.feature-section .grid .fi:before {
    font-size: 45px;
    font-size: 2.8125rem;
    color:  #1b202e;
}

.cta-s3-section .cta-content {
    width: 600px;
    float: right;
    background-color: #202020b3;
    padding: 75px 45px 85px;
}

.cta-s3-section .cta-content a{
    color: #202020b3;
    font-size: 18px;
    background: white;
    padding: 15px;
    width: 400px;
    border-radius: 90px;
}

.theme-btn, .theme-btn-s4 {
    background-color: #ececec5e;
    font-size: 17px;
    font-size: 1.0625rem;
    font-weight: bold;
    color: #fff;
    padding: 18px 30px;
    border: 0;
    border-radius: 60px;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.theme-btn:after, .theme-btn-s4:after {
    content: "";
    background-color:  #1b202e;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 5px;
    top: 5px;
    border-radius: 60px;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.header-style-1 .search-contact .contact a, .header-style-2 .search-contact .contact a, .header-style-3 .search-contact .contact a {
    background:  #1b202e;
    display: block;
    padding: 26px 30px 26px 100px;
    position: relative;
    color: #fff;
}

.theme-btn-s2 {
    background-color: #47bb6b;
    font-weight: bold;
    color: #fff;
    padding: 16px 60px 16px 30px;
    display: inline-block;
    position: relative;
}


.cta-s3-section .cta-content {
    width: 50%;
    float: right;
    background-color: #202020b3;
    padding: 75px 45px 85px;
}

.header-style-1 .navbar-header button, .header-style-2 .navbar-header button, .header-style-3 .navbar-header button {
    background:  #1b202e;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    top: 30px;
}

@media screen and (min-width: 992px) {
    .header-style-1 .navigation #navbar > ul > li > a:hover:before, .header-style-2 .navigation #navbar > ul > li > a:hover:before, .header-style-3 .navigation #navbar > ul > li > a:hover:before {
        opacity: 1;
    }
}
@media screen and (min-width: 992px) {
    .header-style-1 .navigation #navbar > ul > li > a:before, .header-style-2 .navigation #navbar > ul > li > a:before, .header-style-3 .navigation #navbar > ul > li > a:before {
        content: "";
        background: #30374a;
        width: 100%;
        height: 43px;
        border-radius: 43px;
        position: absolute;
        left: 0;
        top: calc(50% - 21px);
        opacity: 0;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
    }
}
    .site-footer .agent-widget .fi:before {
        font-size: 25px;
        font-size: 1.5625rem;
        color: #ffffff;
    }

    .site-footer .agent-widget p {
        font-size: 18px;
        font-size: 1.125rem;
        font-weight: 600;
        color: #ffffff;
        margin: 0;
        text-decoration: underline;
    }
    
    .site-footer .newsletter-area form button {
        background-color: #ffffff;
        height: 60px;
        padding: 0 20px;
        font-size: 14px;
        font-size: 0.875rem;
        font-weight: 600;
        text-transform: uppercase;
        position: absolute;
        right: 0;
        top: 0;
        border: 2px solid black;
        border-radius: 60px;
        outline: 0;
        color: #000000;
    }
    .policy-section .policy-grids > .grid:nth-child(2) .theme-btn-s3 {
        background-color: rgb(35 61 98);
    }

    .theme-btn-s3 {
        background-color: transparent;
        font-size: 17px;
        font-size: 1.0625rem;
        font-weight: 600;
        color: #21222c;
        padding: 16px 30px;
        border: 2px solid #21222c;
        border-radius: 60px;
        display: inline-block;
        position: relative;
        z-index: 1;
    }


    .theme-btn-s3:hover, .theme-btn-s3:focus, .theme-btn-s3:active {
        background-color: #21222c;
        color: #fff;
    }

    .policy-section .policy-grids > .grid:nth-child(2) .theme-btn-s3 {
        background-color: rgb(33 34 44);
        color: white;
    }

    .policy-section .policy-grids > .grid:nth-child(2) .theme-btn-s3:hover {
        background-color: rgb(33 34 44);
        color: white;
        box-shadow: -5px -5px  10px rgb(201, 201, 201);
    }

    .theme-btn-s2:hover {
        background-color: #60b975;
        color: #fff;
    }

    .service-single-section .tab-links li.active a {
        background-color:  #1b202e;
        position: relative;
    }
    .service-single-section .tab-links li.active a:before {
        content: "";
        border: 10px solid transparent;
        border-top: 10px solid  #1b202e;
        position: absolute;
        left: calc(50% - 5px);
        bottom: -20px;
    }
    .service-single-section .tab-links .fi:before {
        font-size: 45px;
        font-size: 2.8125rem;
        color:  #1b202e;
    }
    .service-single-section .bottom-info .pdf-dwn-area i {
        font-size: 50px;
        font-size: 3.125rem;
        color:  #1b202e;
        position: absolute;
        left: 25px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }


@media (max-width: 991px) {

    .cta-s3-section .cta-content {
        width: 350px;
        float: right;
        background-color: #202020b3;
        padding: 75px 45px 85px;
    }

  
    .navbar-header {
        margin-bottom: 22px;
    }
    .header-style-1, .header-style-2, .header-style-3 {
        background-color:  #1b202e;
    }
    .header-style-3 .navbar-header button {
        background-color:  #1b202e;
    }
    .site-header #navbar .navbar-nav {
        margin: 0;
        text-align: center;
        margin-top: 100px;
    }
    .site-header #navbar > ul > li {
        border-bottom:none;
        padding-bottom: 20px;
    }
    .site-header #navbar > ul > li > a {
       font-size: 22px;
    }

}

@media (max-width: 991px) {
    .header-style-1 .navbar-header, .header-style-2 .navbar-header, .header-style-3 .navbar-header {
        padding: 5px 0 45px 0;
        margin-bottom: 22px !important;
    }
}

@media (max-width: 991px) {
    .header-style-1, .header-style-2, .header-style-3 {
        background-color:  #1b202e !important;
    }
}

.service-single-section .features-grid .grid .fi:before {
    font-size: 45px;
    font-size: 2.8125rem;
    color:  #1b202e;
}

.testimonials-section-s2 .grid {
    background-color: rgb(48 116 185 / 10%);
    padding: 45px;
    position: relative;
}

.testimonials-section-s2 .slick-arrow .fi:before {
    font-size: 14px;
    font-size: 0.875rem;
    color: #233d62;
}


.testimonials-section-s2 .slick-arrow {
    width: 45px;
    height: 45px;
    line-height: 42px;
    background: #fff;
    padding: 0;
    color: #233d62;
    border-radius: 50%;
    border: 2px solid #233d62;
    text-align: center;
    cursor: pointer;
}

.testimonials-section-s2 .slick-arrow:hover .fi:before {
    color: #233d62;
}

.testimonials-section-s2 .slick-arrow:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(48 116 185 / 10%);
}

.contact-section .contact-info-grids > div {
    background-color: #ffffff;
    border: 1px solid #233d62;
}
.contact-section .contact-info-grids h4, .contact-section .contact-info-grids p, .contact-section .contact-info-grids .fi:before {
    color: #233d62;
}

.contact-section {
    padding: 200px 0px;
}

footer img {
    width: 30%;
}
@media (max-width: 991px) {
    .policy-section .policy-grids .grid {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .site-footer .link-widget {
        max-width: 100%;
    }
}
.site-footer .link-widget ul {
    width: 100%;
    float: center;
    text-align: center;
}