@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-ExtraBold.eot');
    src: url('../fonts/Gilroy-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-ExtraBold.woff2') format('woff2'),
        url('../fonts/Gilroy-ExtraBold.woff') format('woff'),
        url('../fonts/Gilroy-ExtraBold.ttf') format('truetype'),
        url('../fonts/Gilroy-ExtraBold.svg#Gilroy-ExtraBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir Next LT Pro';
    src: url('../fonts/AvenirNextLTPro-Regular.eot');
    src: url('../fonts/AvenirNextLTPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AvenirNextLTPro-Regular.woff2') format('woff2'),
        url('../fonts/AvenirNextLTPro-Regular.woff') format('woff'),
        url('../fonts/AvenirNextLTPro-Regular.ttf') format('truetype'),
        url('../fonts/AvenirNextLTPro-Regular.svg#AvenirNextLTPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Avenir Next LT Pro';
    font-weight: normal;
    font-size: 18px;
    color: #000;
}

/*h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Gilroy';
    font-weight: bold;
}

.btn {
    font-family: 'Gilroy';
}
*/


.header-2302 .header-main {background-color: #fff;}
.header-2302 .header-contact {line-height: 1.4;}
.header-contact,
.header-contact a {color: #15233a;font-size: 16px;font-weight: normal;}
.header-contact h5 {margin-bottom: 0;font-size: 16px;color: #15233a;}
.header-2302 .navbar li {padding-right: var(--nav-pr); padding-left: var(--nav-pl);}
.header-nav li a {font-family: 'Avenir Next LT Pro';padding-right: 0;padding-left: 0;text-transform: capitalize;border-bottom: 2px solid transparent;}

.navbar a:focus {
    padding-right: 0;
    padding-left: 0;
}

.navbar a.btn.btn-primary {
    padding: 5px 30px;
    display: inline-block;
    border-radius: 32px;
}

.header-2302 .navbar .dropdown ul a {
    padding-left: 0 !important;
}

.header-2302 .navbar>li:first-child {
    padding-left: 0;
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .header-2302 .header-contact {
        line-height: 1.4;

    }
.header-2302 .navbar li {
    padding-left: 30px;
    padding-right: 30px;
}
    .header-nav a,.header-nav a:focus {
        text-transform: capitalize;
        font-size: 17px;
    }

}

@media (max-width: 991px) {
    .header-2302 .header-contact .phone .fa-solid {
        margin-bottom: 0;
    }


}

@media (min-width: 1200px) {
    .header-2302 .navbar {
        padding: 0;
    }

    .header-2302 .navbar ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center
    }

    .header-2302 .navbar li {
        position: relative
    }

    .header-nav a {
        text-transform: capitalize;
    }

    .header-2302 .navbar a i,
    .header-2302 .navbar a:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px
    }

    .header-2302 .navbar a:hover:before,
    .header-2302 .navbar li:hover>a:before,
    .header-2302 .navbar ul li a:hover,
    .header-2302 .navbar ul li.active:focus,
    .header-2302 .navbar ul li.active a {
        background-color: transparent;
        border-bottom: 2px solid #05085a;
    }

    .header-2302 .navbar ul li.active:before {
        visibility: visible;
        width: 100%
    }

    .header-2302 .navbar .dropdown:hover>ul {
        opacity: 1;
        visibility: visible
    }

    .header-2302 .navbar .dropdown ul {
        background-color: #0E3875;
        display: block;
        position: absolute;
        top: calc(100%);
        margin: 0;
        padding: 0;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        box-shadow: 0 0 30px rgba(127, 137, 161, .25);
        transition: .3s;
        border-radius: 0
    }

    .header-2302 .navbar .dropdown .dropdown:hover>ul {
        left: -100%;
        opacity: 1;
        top: 0;
        left: 100%;
        visibility: visible
    }

    .header-2302 .navbar .dropdown ul li {
        min-width: 200px
    }

    .header-2302 .navbar .dropdown ul a {
        padding: 10px 20px;
        font-size: 15px;
        text-transform: none;
        color: #FFF;
        line-height: 30px
    }

    .header-2302 .navbar .dropdown ul a i {
        font-size: 12px
    }

    .header-2302 .navbar .dropdown ul li:hover>a {
        color: #FFF;
    }

    .header-2302 .mobile-nav-show,
    .header-2302 .mobile-nav-hide {
        display: none
    }
}

@media (min-width: 991px) and (max-width: 1200px) {
    .header-contact .row.align-items-center {
        display: flex;
        justify-content: flex-end;
    }

    .header-contact .row.align-items-center .col-2 {
        width: 10%;
    }

    .header-nav a {
        text-transform: capitalize;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 15px;
    }
}

@media (max-width: 1199px) {
    .header-2302 .navbar {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        max-width: 400px;
        bottom: 0;
        transition: .3s;
        z-index: 9997
    }

    .header-2302 .navbar ul {
        background-color: #15233a;
        position: absolute;
        inset: 0;
        padding: 50px 0 10px 0;
        margin: 0;
        overflow-y: auto;
        transition: .3s;
        z-index: 9998
    }

    .header-2302 .navbar a,
    .header-2302 .navbar a:focus {
        color: #FFF;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 20px !important;
        font-size: 15px;
        font-weight: 600;
        white-space: nowrap;
        transition: .3s
    }

    .header-2302 .navbar a i,
    .header-2302 .navbar a:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px
    }

    .header-2302 .navbar a:hover,
    .header-2302 .navbar .active,
    .header-2302 .navbar .active:focus,
    .header-2302 .navbar li:hover>a {
        color: #FFF;
    }

    .header-2302 .navbar .dropdown ul,
    .header-2302 .navbar .dropdown .dropdown ul {
        position: static;
        display: none;
        padding: 10px 0;
        margin: 0 20px;
        transition: all .5s ease-in-out;
    }

    .header-2302 .navbar .dropdown>.dropdown-active,
    .header-2302 .navbar .dropdown .dropdown>.dropdown-active {
        display: block
    }

    .header-2302 .mobile-nav-show {
        font-size: 28px;
        cursor: pointer;
        line-height: 0;
        transition: .5s;
        z-index: 9999;
        margin-right: 10px
    }

    .header-2302 .mobile-nav-hide {
        color: #fff;
        font-size: 32px;
        cursor: pointer;
        line-height: 0;
        transition: .5s;
        position: fixed;
        right: 20px;
        top: 20px;
        z-index: 9999
    }

    .mobile-nav-active .header-2302 {
        overflow: hidden
    }

    .mobile-nav-active .header-2302 .navbar {
        right: 0
    }

    .mobile-nav-active .header-2302 .navbar:before {
        content: "";
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, .8);
        z-index: 9996
    }
    
    .mobile-nav-active .header-nav .btn {
        position: absolute;
        z-index: 9999;
        top: 10px;
        left: 60px;
        padding: 0 15px !important;
    }

    .header-contact .row.align-items-center {
        display: flex;
        justify-content: space-evenly;
    }

    .header-contact i {
        padding-top: 0;
    }

    .mobile-icon-right {
        margin-top: 11px;
    }
    .logo img {
        max-height: 110px;
    }
}

.header-contact i {
    color: #15233a;
    font-size: 21px;
    padding-top: 11px;
    margin-right: 10px;
}

.header-2302 .navbar {
    background-color: var(--nav-bg);
    border-top: 1px solid #c6c6c6;
    padding-top: 8px;
    padding-bottom: 8px;
}

@media (max-width: 767px) {
    .header-contact .row.align-items-center {
        display: flex;
        justify-content: space-evenly;
    }


}



.slide .slide-text {
    position: absolute;
    color: #fff;
    font-weight: 700;
    background-color: transparent;
    left: 46%;
    top: 50%;
    width: 850px;
}

.slide .slide-text h2 {
    color: #FFFFFF;
    padding: 0 10px;
}

.slide .slide-text h1 {
    color: #FFF;
    font-size: 45px;
    line-height: 50px;
    margin-bottom: 20px;
}

.slide .slide-text h5 {
    color: #FFF;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 30px;
}

@media (max-width: 1500px) {
    .slide .slide-text {
        top: 40%;
        width: 600px;
    }
}

@media (max-width: 1200px) {
    .slide .slide-text {
        top: 40%;
        width: 450px;
    }

    .slide .slide-text h2 {
        font-size: 35px;
    }

    .slide .slide-text h3 {
        font-size: 32px;
        line-height: 40px;
    }

    .slide .slide-text .btn {
        /* padding: 5px 5px; */
        font-size: 15px;
    }
}

@media screen and (min-width: 991px) and (max-width: 1400px) {
    .slide .slide-text {
        top: 37%;
        width: 550px;
    }

    .slide .slide-text h1 {
        color: #FFF;
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 19px;
    }

    .slide .slide-text h5 {
        color: #FFF;
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 22px;
    }

    .slide .slide-text p {
        font-size: 18px;
        font-weight: normal;
        margin-top: 5px !important;
    }

    .slide .slide-text .btn {
        padding: 5px 18px;
        font-size: 15px;
        padding-right: 35px;
    }
}

@media (max-width: 991px) {
    .slide .slide-text {
        line-height: 150%;
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        transform: translate(0, 0);
        background-color: #15233a;

    }

    .slide .slide-text h1 {
        color: #FFF;
        font-size: 28px;
        line-height: 33px;
        margin-bottom: 18px;
    }

    .slide .slide-text h5 {
        color: #FFF;
        font-size: 23px;
        line-height: 30px;
        margin-bottom: 30px;
    }

    .slide .slide-text p {
        font-size: 20px;
        font-weight: normal;
        color: #fff;
    }

    .slide .slide-text .btn {
        background-color: var(--color-primary);
        color: #FFF;
    }
}

@media screen and (min-width: 1400px) and (max-width: 1600px) {

    .slide .slide-text {
        top: 41%;
    }

    .navbar a.btn.btn-primary {
        padding: 5px 30px;
        font-size: 18px;
    }

}


.section-2055 {
    background-color: #191919;
}

.section-2055 a {
    color: #FFF;
    text-decoration: none;
}

.section-2055 .social .fa-brands {
    color: #FFF;
    margin-right: 30px;
    font-size: 20px;
}

.section-2055 .social .fa-brands:hover {
    color: #FFFFFF;
}

.section-2055 .footer-bottom {
    background-color: #000000;
}

@media (max-width: 1200px) {
    .section-2055 .footer-middle {
        padding-bottom: 50px
    }
}


@media (min-width: 1600px) {
    .container {
        max-width: 1570px;
    }
}

.faq .fa.fa-search { display: none;}
.testimonials{background-color: #ebebeb;}
.section-2008 {
    padding: 100px 0;
}

.section-2008 .fa-solid {
    color: #EC5251;
    line-height: 25px;
}

.section-2008 .btn.btn-2008 {
    background-color: #EC5251;
    color: #FFF;
}


section.section-2304 {
    background-color: #0f0f11;
    padding: 90px 0;
    color: #fff;
}

.section-2304 .bg-white {
    background-color: #1d3151 !important;
}

.section-2304 .bg-white:hover {
    background-color: #EC5251 !important;
}

.section-2304 .bg-white h5 {
    color: #ffffff;
    font-size: 25px;
    min-height: 45px;
}

.section-2304 h3 {
    color: #ffffff;
    font-size: 35px;
}

.section-2304 p.limit-height {
    color: #fff;
    min-height: 163px;
}

.section-2304 a.btn.btn-primary {
    padding: 0;
    background-color: transparent !important;
    border: 0;
    padding-right: 35px;
    padding-top: 0;
    line-height: 23px;
    padding-bottom: 0;
    box-shadow: none !important;
}

.section-2304 a.btn.btn-primary:after {
    top: 1px;
}

.section-2304 a.btn.btn-primary:hover {
    background-color: transparent !important;
    box-shadow: none !important;

}

.section-2084 {
    padding: 100px 0;
}

.section-2084 p {
    font-size: 18px;
}

.section-2191 {
    background-color: #15233a;
    padding: 100px 0;
}

.section-2191 h2 {
    color: #fff;
}

.section-2191 .col-12 p {
    margin-top: 37px;
}

@media (min-width: 1400px) {

    .section-2191 .col-12 {
        padding-left: 150px;
        padding-right: 150px;
    }

}

.testimonials .swiper-container {
    padding-left: 0;
    padding-right: 0;
}

.testimonials h2 {
    color: #15233a;
    font-size: 40px;
    margin-bottom: 0;
}

.testimonials .testimonial-item {
    transition: 0.3s;
    transition: transform 300ms ease-out;
}

.testimonials .testimonial-item:hover {
    -webkit-transform: translate(0, -5px);
    -ms-transform: translate(0, -5px);
    transform: translate(0, -5px);
}

.section-2046 {
    background-image: url(../img/instantquote-bg.jpg);
    background-size: 100% 100%;
}

.section-2046 a {
    color: #FFF;
}

.sponsor {
    padding: 100px 0;
}

.inner-second {
    background-color: #15233a;
    padding: 100px 0;
    background-image: url("../img/inner-bg.jpg");
    background-position: left top;
    background-repeat: no-repeat;
    color: #fff;
}


.inner-second ol.list-group {
    background-color: transparent !important;
    width: max-content;
}

.inner-second ol.list-group li {
    background: transparent;
    color: #fff;
    font-size: 18px;
    padding-left: 0;
    margin-bottom: 20px;
    justify-content: center !important;
    display: flex;
    align-items: center !important;
}

.inner-second h2 {
    color: #fff;
}

.inner-second h3 {
    color: #fff;
}

.inner-second ol.list-group li a.btn.btn-primary {
    margin-left: 77px;
}

.section-2008.graybg {
    background-color: #f1f1f1;
}

.section-2008 .card.mb-3 {
    background-color: #15233a;
    border-radius: 0;
    margin-top: 50px;
    padding: 35px;
}

.section-2008 .card.mb-3 h5,
.section-2008 .card.mb-3 p {
    color: #fff;
}

.section-2008 .card .col-md-2 {
    padding-top: 21px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.section-2119 {
    background-color: #EFEFEF;
}

.section-2119 .form-control {
    background-color: #3b4d5a;
    border: 1px solid #3b4d5a;
    border-radius: 0;
    min-height: 55px;
    color: #fff;
}

.section-2119 .form-control::placeholder {
    color: #FFFFFF;
}

.section-2119 .btn-primary {
    background-color: #8AC633;
    color: #fff;
}

.section-2119 .address {
    font-weight: bold;
}

.section-2119 .address a {
    color: #4390dc;
}

.section-2119 .address a:hover {
    color: #90d981;
}

.section-2119 .address i {
    color: #4390dc;
}

.section-2140 {
    background-color: #0F2544;
    margin: 0;
    font-family: 'Avenir Next LT Pro';
}

.footer-middle {
    font-family: 'Avenir Next LT Pro';
}

.footer-middle h3 {
    font-family: 'Gilroy';
}

.section-2140 a {
    text-decoration: none;
    color: #FFF;
    text-transform: capitalize;
    font-size: 16px;
    font-family: 'Avenir Next LT Pro';
}

ul#footer-nav {
    padding-left: 0;
}

.section-2140 .footer-menu li {
    list-style: none;
}

.section-2140 .footer-menu li:before {
    content: '\f105';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    margin-right: 5px;
    color: #fff;
    font-size: 14px;
}

.section-2140 a:hover {
    text-decoration: underline;
    color: #facf0e;
}

.section-2140 .footer-middle {
    background-color: #0F2544;
    padding: 50px 0;
    font-size: 16px;
}

.section-2140 .footer-middle p {

    font-size: 16px;
}

.section-2140 .address .fa-solid {
    color: #ffffff;
}

.form-group {
    margin-bottom: 15px;
}

.section-2140 .footer-middle .form-control {
    border-radius: 0;
    min-height: 45px;
}

.section-2140 .footer-middle button.btn {
    padding-left: 15px;
}

.section-2140 .menu li {
    line-height: 35px;
}

.section-2140 .menu li:before {
    content: '\f105';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    margin-right: 5px;
    color: #6090D5;
}

.section-2140 .footer-bottom {
    background-color: #08182E;
    font-family: 'Avenir Next LT Pro';
}

.section-2140 .social {
    margin-top: 35px;
}

.section-2140 .social .fa-brands {
    color: #AFAFAF;
    margin-left: 10px;
    font-size: 20px;
}

.section-2140 .social .fa-twitter {
    color: #41ABE1;
}

.section-2140 .social .fa-facebook-f {
    color: #235BD2;
    margin-left: 0;
}

.section-2140 .social .fa-instagram {
    color: #B62374;
}

.section-2140 .social .fa-pinterest-p {
    color: #FE0000;
}

.page-banner img {
    width: 100%;
}

.banner-text {
    color: #fff;
    font-weight: 700;
    text-align: left;
    width: 850px;
    position: absolute;
    top: 35%;
}

.banner-text h1 {
    color: #fff;
    font-size: 75px;
    margin-bottom: 35px;
    line-height: 88px;
}

.banner-text p {
    color: #ffffff;
    font-size: 25px;
    line-height: 36px;
    font-weight: normal;
}

.section-2304 p.text-center a.btn.btn-primary {
    background-color: #1192dc !important;
    padding: 7px 30px;
    position: relative;
    border: 0;
    border-radius: 30px;
    box-shadow: inset 0 0 0 0 #1192dc;
    text-transform: capitalize;
    line-height: 30px;
    padding-right: 40px;
}

.section-2304 p.text-center a.btn.btn-primary:after {
    top: 6px;
}

.review-title h1, .review-title h1 a {
        display: flex;
        align-items: center;
        line-height: 40px;
    }
    
@media screen and (min-width: 1400px) and (max-width: 1600px) {
.banner-text {
    color: #fff;
    font-weight: 700;
    text-align: left;
    width: 850px;
    position: absolute;
    top: 14%;
}
}
@media (max-width:1200px){
    .review-title h1, .review-title h1 a {
        line-height: 25px !important;
        font-size: 25px;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1400px) {
    .banner-text {
        color: #fff;
        font-weight: 700;
        text-align: left;
        margin-top: -258px;
        padding-bottom: 0;
        width: 615px;
        padding-bottom: 40px;
    }
.banner-text {
    color: #fff;
    font-weight: 700;
    text-align: left;
    margin-top: -46px;
    padding-bottom: 0;
    width: 615px;
}

.banner-text h1 {
    color: #fff;
    font-size: 32px;
    margin-bottom: 16px;
    line-height: 40px;
}
}
@media (max-width:991px) {
    .review-title {
        flex-direction: column;
        gap: 15px;
        padding: 0 15px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
.banner-text {
    color: #fff;
    font-weight: 700;
    text-align: left;
    margin-top: -46px;
    padding-bottom: 0;
    width: 615px;
}

.banner-text h1 {
    color: #fff;
    font-size: 32px;
    margin-bottom: 16px;
    line-height: 40px;
}
    .banner-text p {
        color: #ffffff;
        font-size: 22px;
        line-height: 32px;
        font-weight: normal;
    }

}

@media screen and (min-width: 991px) and (max-width: 1400px) {
    .slide .slide-text {
        top: 37%;
        width: 550px;
    }

    .slide .slide-text h1 {
        color: #FFF;
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 19px;
    }

    .slide .slide-text h5 {
        color: #FFF;
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 22px;
    }

    .slide .slide-text p {
        font-size: 18px;
        font-weight: normal;
        margin-top: 5px !important;
    }

    .slide .slide-text .btn {
        padding: 5px 18px;
        font-size: 15px;
        padding-right: 35px;
    }
}


@media screen and (max-width: 767px) {
    .banner-text {
        margin-top: 0;
        background-color: #19233b;
        width: 100%;
        margin-top: 30px;
        padding: 15px;
        position: relative;
    }

   .banner-text h1 {
    font-size: 40px;
    margin-bottom: 9px;
    line-height: 47px;
}

    .section-2008 h2 {
        line-height: 37px;
    }

    h2,
    h2 a {
        font-size: 30px;
        line-height: 34px;
    }
    .inner-second ol.list-group {
    width: auto;
}
.inner-second ol.list-group li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
    text-align: center !important;
}
.inner-second ol.list-group li a.btn.btn-primary {
    margin-left: 0;
}

}

@media screen and (max-width: 579px) {
    .slide .slide-text .btn {
        width: 100%;
        margin-bottom: 10px;
    }
}