header.header-2 .main-header-wraper {
    background-color: #ffffff;
    position: relative;
    padding: 0px 50px;
}


header.header-2 .main-menu ul > li > a {
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 1;
    padding: 40px 12px;
    overflow: hidden;
    color: #0b81c2;
}



header.header-2 .main-menu ul > li > a:hover {
   
    color: #233b77;
}


.theme-btn {
    color: #FFF;
    padding: 15px 17px;
    border-radius: 5px;
    font-size: 14px;
    background-color: #0985c7;
    border: 1px solid #0985c7;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


.theme-btn:hover {
    background-color: #233b77;
    border: 1px solid #233b77;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    color: #FFF;
}

h1 {
    font-size: 36px;
    line-height: 55px;
    letter-spacing: -3px;
}


.footer-wrap .footer-bottom .footer-bottom-content {
    border-top: 1px solid #efeff1;
    padding: 30px 0px;
    color: #fff;
}

.mt-4 {
    margin-top: 0.5rem !important;
    color: #fff;
}
.my-5 {
    margin-top: 1rem !important;
    margin-bottom: 3rem !important;
}

.footer-wrap .single-footer-wid .wid-title h4 {
    margin-bottom: 30px;
    color: #fff;
}


.footer-wrap .single-footer-wid ul li > a {
    color: #fbfbfb;
    margin-bottom: 15px;
    display: block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: 500;
    text-transform: capitalize;
}

.footer-wrap .single-footer-wid ul li > a:hover {
    color: #fff;
    
}

.footer-wrap .single-footer-wid ul li::before {
    position: absolute;
    content: "\f101";
    left: 0;
    font-family: "Font Awesome 5 Pro";
    color: #fff;
}


@media (max-width: 1600px) {
    .hero-2 .single-slide .hero-contents h1 {
        font-size: 50px;
    }
}


.features-2 {
    background-color: #fff;
    z-index: 1;
    position: relative;
    overflow: hidden;
}


.accordion .card-header {
    padding: 0px 28px;
    border: none;
    background-color: #f8f8f8;
}

.faq-section {
    position: relative;
    background-color: #fff;
}


.section-padding {
    padding-top: 120px !important;
    padding-bottom: 80px !important;
}



#hamburger {
    padding-left: 15px;
    color: #000000 !important;
    font-size: 36px;
    line-height: 1;
    text-align: right;
   
}


.page-banner-wrap h1 {
    font-size: 60px;
    text-transform: capitalize;
    text-align: center;
}



.service-details-content ul li {
    color: #424242;
    margin-top: 8px;
    padding-left: 40px;
    font-weight: 400 !important;
}


@media (max-width: 767px) {
    .accordion .card-header a {
        line-height: 40px;
        font-size: 13px !important;
    }
}