@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

:root {
    --main-color: #024F7A;
    --button-color: #FF3D00;
    --background-color: #F9F9F9;
    --text-color: #fff;
    --section-bg: #F0F5F7;
    --footer-bg: #2D2D2D;
    --border-color: #B8B8B8;
    --blue-button: #006DCC;
    --black-color: #000;
}


body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif !important;
    line-height: 1.9 !important;
    font-size: 16px !important;
}
a {
    text-decoration: none !important;
}
*{
    box-sizing: border-box;
}

.section{
    padding: 50px 0;
}
ul, ol{
    padding-left: 0 !important;
}
h2{
    margin-bottom: 30px !important;
    font-weight: 700 !important;
    font-size: 36px !important;
}
.logo h4{
    font-weight: bold;
}
.logo h4 {
    color: #024F7A;
    font-weight: 700;
}
.logo span{
    color: #c33f17 !important;
}
.sign-up-btn{
    padding: 10px 25px;
    border-radius: 50px;
    color: #fff;
    background-color: var(--button-color);
}
.sign-up-btn:hover{
    color: #fff;
    background-color: var(--main-color);
}
.review-head ul{
margin-top: 5px;
    list-style: none;
}
.review-head ul li {
    font-weight: bold;
}
.banner {
    background: url(../img/Frame.jpg) no-repeat center;
    background-size: cover;
    min-height: 660px;
    margin-top: 0px;
}
.bg-banner{
    background-color: #747474;
    width: 100%;
    color: #fff;
}

.nav-pills {
margin-top: 10px;
text-align: center;
align-items: center;
}

.nav-item .nav-link{
    color: black;
    font-weight: bold;
    padding: 11px 24px !important;
}
.nav-item .nav-link:hover{
    color: black;
}

.navbar-toggler {
    background-color: white !important;
}

.navbar-toggler-icon {
    color: #000 !important;
    /* background-color: #000 !important; */
}


 .banner-content {
    text-align: left;
    /* margin-top: 70px; */
}

.banner-content p {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    /* max-width: 50%; */

}

.banner-content h1 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 30px;
    /* max-width: 50%; */
}
.banner-content  samp {
    color: #FF3D00;
}

.service-bullet ul {
    list-style: none;
}
.service-bullet ul li {
    color: #fff;
    font-size: 20px;
}
.faq-section.section{
    margin-top: -40px;
}



.bg-reviwes {
    background-color: #2B485A;
    padding: 40px;
    margin-top: -40px;
}
.review-box {
    display: flex;
    align-items: center;
    color: #fff;
}
.review-box-icon i {
    font-size: 46px;
    margin-right: 30px;
}
.review-box-content h4 {
    font-weight: bold;
}


.content-list ul{
    list-style: none;
    padding-left: 0;
    line-height: 3;
    font-weight: 700;
}
.content-list ul li{
    font-size: 15px;
}
.content-list ul li i {
    margin-right: 20px;
    padding: 10px;
}


.review {
    position: relative;
    margin-top: -80px;
    /* margin-bottom: 50px; */
}

.review-heading h4 {
    font-weight: 700;
    font-size: 26px;
    margin-top: 18px;
}

.about-content h2 {
    font-weight: 700;
    font-size: 36px;
}
.about-section {
background-color: #F1F1F1;

}
.about-content span {
    font-weight: 700;
    color: #084298;
}
.about-content p {
    color: #0D4C92;
    /* font-weight: bold; */
    font-size: 16px
}
.about-content p {
    color: #000;
}

.card-header i {
    margin-bottom: 10px;
    font-size: 40px;
}
.card-img{
    color: #fff;
    height: 50px;
}
.card {
    background: #2B485A !important;
    color: #fff;
    text-align: center;
    padding: 20px !important;
    display: flex;
    height: 450px;
}
.card-header h4 {
    margin: 0 !important;
    font-size: 21px;
    font-weight: 600;
}
.card-text {
    font-size: 18;
}
.google-review-img1 {
    margin-top: 50px;
}
.faq-qu{
    background-color: #FF3D00 !important;
    padding: 0px;
}
.accordion-body {
    box-shadow: 1px 3px 10px rgb(8 8 8 / 20%);
    margin-bottom: 30px;
    padding: 24px;
}
.accordion-question{
    color: #fff;
}
.bg-details {
    background-color: #F1F1F1;
    padding: 40px;
}
.form-design h4 {
    font-weight: 700;
    font-size: 32px;
}
.main-btn{
    background-color: #FF3D00 !important;
    color: #fff;
    font-size: 18;
    font-weight: bold;
    text-align: center;
    padding: 20px;
    margin-bottom: 20px;
}

.main-btn:hover{
    color: #fff;
    background-color: var(--main-color) !important;
}

.bg-end{
    background-color: #06283D;
}
.footer-logo{
    margin-bottom: 30px;
    color: #fff;
}
.footer-logo span {
    color: #FF3D00 !important;
}
.footer-dec p{
    color: #fff;
}
.footer-menu h4{
    font-weight: bold;
    color: #fff;
    margin-bottom: 30px;
}
.footer-menu a {
    color: #fff;
}
.footer-menu a:hover{
    color: #fff;
}
.footer-contact h4{
    font-weight: bold;
    color: #fff;
    margin-bottom: 30px;
}
.footer-contact i{
    font-weight: bold;
    color: #fff;
}
.footer-contact i:hover{
    font-weight: bold;
    color: #fff;
}
.footer-contact ul li a {
    color: #fff;
}
.footer-social ul li i {
    color: #fff;
}
.disclaimer p {
    color: #fff;
    margin-top: 20px;
    font-weight: 600;
} 
.disclaimer b{
font-weight: bolder;
}
.border-bottom {
    border-bottom: 1px solid #dee2e6!important;
}
.copyright{
    background-color: #fefdfd;
    margin-top: -40px;
    padding: 10px;
}
.copyright-content p {
    color: rgb(6, 1, 1);
    /* font-size: 12px; */
    font-weight: 600;
} 
.footer-menu ul {
    list-style: none;
}
.footer-contact ul {
    list-style: none;
}

.center {
    min-height: 500px !important;
    align-items: center !important;
}
.footer-menu ul li {
    display: inline-block;
    margin: 0 10px;
    border: none;
}
.footer-menu{
    display: flex;
    justify-content: end;
}

.accordion-button::after{
    filter: brightness(12.5);
}
.accordion-question{
    margin-bottom: 0;
}

.logo {
    margin-right: 20px;
}



/* 
.customer-review-box-design{
    display: flex !important;
} */

button.owl-prev span, button.owl-next span {
    background: var(--main-color) !important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 0 !important;
    margin: 0;
    font-size: 30px !important;
    line-height: 33px;
    color: #fff !important;
    display: block;
}

.owl-nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    top: 43%;
    margin: 0;
}

ul.side-ul-space {
    margin-left: 30px;
}


#myBtn {
    /* display: none; */
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: var(--button-color);
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 50px;
}
.owl-carousel .owl-stage {

    display: flex;

}
.item{
    display: flex;
}
.customer-review-box{
    display: flex;
}
.customer-review-box-design {
    display: flex;
}
.owl-item.cloned{
    display: flex;
}
.owl-stage{
    display: flex;
}
.customer-review.owl-carousel.owl-theme.owl-loaded.owl-drag{
    display: flex;
}
.button.owl-prev span, button.owl-next span{
    margin-right: -20px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
    margin-left: -44px;
}
.service-icon img {
    width: 64px !important;
    margin: auto;
    margin-bottom: 28px;
    filter: brightness(12.5);
}