body {
    background: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}
a { text-decoration: none; color: #0F75BC; }


.min-h-100vh {
    min-height: 100vh;
}

.title-xl {
    font-size: 48px;
    color: black;
    font-weight: 300;
}

.title-2xl {
    font-size: 54px;
    color: black;
}
.title {
    font-size: 38px;
}
.title-bold {
    font-weight: 600;
}

.title-semibold {
    font-weight: 600;
}
mark {
    color: #0797D4ed; margin: 0; padding: 0; background: none;
}
.blue-color {
    color: #161954; font-weight: 600;
}
.lightblue-color {
    color: #0797D4; font-weight: 600;
}


.bg-gray {
    background: #D3DAEB; padding: 30px 0px; display: block; position: relative; min-height: 280px;
}

.bg-blue {
    background: #161954; padding: 30px 0px; display: block; position: relative; min-height: 300px; color: #fff;
}

.auth-card {
    width: 90%; 
    margin: 20px auto;
    border-radius: 10px;
    background: #fff;
    padding: 30px;
}


.auth-card .form-control{
    background: #fff; border: 1px solid #ddd;
    border-radius: 31px;
    padding: 10px;
    min-height: 51px;
}

.form-control{
    background: #fff;
    border-radius: 0;
    padding: 10px;
    min-height: 51px;
}

.shadown {
    background: #fff; border: none !important; box-shadow: 0px 0px 5px rgba(150, 150, 150, 0.2); border-radius: 8px;
}

.shadown .form-control {
    border: 1px solid #dfdfdf; border-radius: 5px;
}

.line {
    width: 5px;
    height: 150px;
    background: #c0c0c0;
    margin: 50px auto;
}

.alert-gray {
    background: #b2c1d4; color: rgb(78, 88, 97); border: 1px dashed rgb(78, 88, 97); border-radius: 10px;
}

.whitebox {
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    border-radius: 28px;
    box-sizing: border-box;
    padding: 30px;
    min-height: 250px;
    position: relative;
}

.small-height {
    min-height: 100px !important;
}

.p-m {
    padding: 10px;
}
.text-black { color: #000;}

.topbar {
    color: #fff;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.274);
    padding: 15px 0px;
    padding-top: 20px;
}
.topbar a {
    color: #fff;
}
.iss-nav{ background: transparent !important; padding: 10px;  }
.iss-nav .nav-link{ color: #fff !important; font-size: 14px; margin: 0px 10px; }
.btn-warning { background: #FF0000; color: #073577 !important; border: none !important; padding: 8px 25px !important; border-radius: 5px; }
.btn-primary { background: #0797D4; color: #fff !important; border: none !important; padding: 8px 25px !important; border-radius: 5px; }
.btn-primary-link { background: transparent; color: #0797D4 !important; border: none; border-bottom: 2px dashed #0797D4; padding: 8px 10px !important; 
                    border-radius: 0px; font-weight: bold; }

.iss-nav-sticky {
    position: fixed; width: 100%; background: #fff !important; top: 0px; left: 0; z-index: 999999999999 !important;
}
.iss-nav-sticky .nav-link{ color: #073577 !important;}

.btn-sm-admin {
    padding: 4px 8px !important; font-size: 11px;
}

.whyicons{ width: 40px; height: 40px; margin: 20px auto !important; text-align: center;}

.iss-nav.iss-nav2{ background: #fff !important; }
.nav-link.btn-iss{ color: #fff !important;}
.btn-iss{ background: #073577; padding: 10px 40px !important; color: #fff !important; border-radius: 50px; position: relative;}
.btn-iss::after{ content:" "; width: 30px; height: 30px; background: #FF0000; border-radius: 50%; display: block; z-index: 2; position: absolute; right: 5px; top: 15%;}
.navbar .megamenu{ padding: 1rem; }
.navbar .dropdown-menu{ position: absolute; z-index: 9999999999999999 !important; } 
.iss-nav .dropdown:hover .dropdown-menu{ display: block !important; }
.iss-nav .dropdown-header{ font-size: 15px; font-weight: bold; color: #073577;}

.rounded-lg {
    border-radius: 35px;
}
.rounded-sm {
    border-radius: 6px;
}


.logo {
    width: 120px; margin-top: 10px;
}
.footer-logo {
    width: 120px; margin-top: 10px;
}
.footer-logo-container {
    background: #fff; padding: 10px; border-radius: 10px; width: 140px !important; display: flex; justify-content: center; align-items: center;
}
.logo-sm {
    width: 80px;
}
.logo-bg-white { display: none; }

.hero {
    background: url('../images/hero-image.jpg') no-repeat center; background-size: cover; min-height: 850px; padding: 0px; margin: 0px; position: relative;
}

.hero-overlay, .link-overlay {
    background: #161954c4; margin: 0; padding: 0; width: 100%; min-height: 850px; position: relative; z-index: 1; display: flex; justify-content: center; align-items: center;
    flex-direction: column; text-align: left; color: #fff;
}
.hero-content {
    width: 65%; margin: 0 auto; min-height: 680px; display: flex; align-items: center;
}

.hero-about {
    background: url('../images/hero-about.jpg') no-repeat center; background-size: cover; height: 150px !important; padding: 0px; margin: 0px; position: relative; overflow: hidden;
}
.hero-about .hero-overlay {
    height: 150px;
}

.content-text {
    width: 80%;
}
.hero-content .hero-title {
    font-size: 45px; font-weight: 600;
}
.quote-form {
    background: #3d5081bd; margin: 0; padding: 20px; min-height: 400px; text-align: left; color: #fff; border-radius: 10px; position: relative;
}
.quote-form .form-control {
    background: transparent;
    border: 1px solid #ffffff85; border-radius: 10px; color: #fff;
}
.quote-form .form-control::placeholder{
    color: #fff !important;
}

.quote-form select.form-control {
    color: #161954; background: #fff;
}
.quote-form .form-control::-moz-placeholder {
    color: #fff !important;
}
.quote-form .form-control::-webkit-input-placeholder {
    color: #fff !important;
}
.visible-mobile { display: none; }
.font-bold {
    font-weight: bold;
}
.gray-text { color: #757575 }
.bold-title {
    font-size: 29px;
    font-weight: 800;
}
.bold-title span {
    font-weight: 300;
}
.text-sm {
    font-size: 12px;
}

.service-image {
    height: 280px;
    width: 100%;
    object-fit: cover;
}
.services-btn {
    border: 1px solid #ccc;
    display: flex; justify-content: center; align-items: center; flex-direction: column;
    min-height: 180px; margin-bottom: 25px;
    text-align: center; color: #073577;
}
.services-btn h4 { font-weight: bold; font-size: 16px;}
.services-btn:hover { color: red; }
.sm-icon {
    width: 64px; margin-bottom: 10px;
}

.service-link {
    position: relative; height: 350px; overflow: hidden; display: block; margin: 8px;
}
.link-overlay {
    min-height: 350px; background:rgba(7, 53, 119, 0.5); transition: all .3s;
}
.link-overlay:hover { background:rgba(255, 0, 0, 0.5); }

.faq{
    background: transparent; color: #161954; padding: 18px; border-radius: 6px; cursor: pointer; margin: 0px 0px; text-align: left;
}
.faq .faq-question {
    font-weight: 400; background: #fff; border-radius: 6px; padding: 18px; height: auto !important;
    font-size: 17px; font-weight: 600;
}
.faq-question p{ display: block; margin: 0; padding: 0;}
.faq .faq-answer {
    font-size: 15px; margin-top: 10px; padding: 10px 5px; display: none;
}

.faq .faq-question:hover {
    color: #161954;
}
.h-auto { min-height: auto !important; }
.bg-blue a { color: #fff !important; }

.title-md {
    font-size: 28px;
}
.title-sm { font-size: 20px; }
.hidden { display: none; }

.footer ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
}
.footer ul li{
    margin: 10px 0px;
}
.footer ul li a{ 
    display: block;
    padding: 8px 5px;
    text-decoration: none;
}
.footer ul li a:hover {
    background: rgba(150, 150, 150, 0.2);
    border-radius: 4px;
}

.fr-statuses {
    display: flex;
    width: 100%;
    flex: 1 1 0;
    flex-direction: column;
}
.fr-statuses .item {
    text-align: left; position: relative;
    flex: 1 1 0;
    min-height: 90px;
    border-top: 1px solid #efefef;
}
.fr-statuses .item .item-content{
    margin-left: 30px
 }
.fr-statuses .item p {
    font-size: 12px;
    width: 90%;
}
.fr-statuses .item .checked { font-size: 20px; width: auto; margin: 0 auto; position: relative;}
.fr-statuses .item .checked::after {
    height: 91px;
    width: 4px;
    background: #161954;
    position: absolute;
    z-index: 1;
    content: " ";
    top: 75%;
    left: 7.5px;
}
.fr-statuses .item:last-child .checked::after {
    background: transparent;
}


.slick-prev:before, .slick-next:before {
    color:rgba(7, 53, 119, 1) !important;
}


.testimonial {
    background: url('../images/testimonial-bg.jpg') no-repeat center; background-size: cover; min-height: 550px; padding: 0px; margin: 0px; position: relative;
}
.testimonial-overlay {
    background: #161954c4; margin: 0; padding: 0; width: 100%; height: 100%; position: absolute; z-index: 0; display: flex; justify-content: center; align-items: center;
    flex-direction: column; text-align: left; color: #fff;
}

.custom-radio { 
    width: 25px;
    height: 25px;
    border: 1px solid #fff;
    border-radius: 50%;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.custom-radio .checkmark {
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    display: inline-block;
    opacity: 0;
    transition: all .5s ease;
    background-color: #fff;
    position: absolute;
    border-radius: 50%;
}
.custom-radio input {
    display: none;
}
.custom-radio input:checked + .checkmark {
    opacity: 1;
}
@media (max-width: 768px) {
    .featured-text { width: 90%; }
    .home-advert{
        width: 100%;
        top: 10px;
    }
    .visible-mobile { display: inline-block; }
    .title-xl {
        font-size: 28px;
        font-weight: 300;
    }
    
    .title-2xl {
        font-size: 34px;
    }
    
    .hidden-mobile {
        display: none;
    }
    .top-menu .btn-primary {
        padding: 5px 8px; font-size: 12px !important;
    }
    .top-menu .cart-nav {
        margin-right: 15px;
    }
    .categories-menu li a { border-right: 1px solid #ddd; }
    .categories-menu li:last-child a { border: none; }
    .home-overlap{ 
        top: 20px;
    }
    .fr-statuses {
        flex-direction: column;
    }
    .fr-statuses .item {
        text-align: left; position: relative; margin-bottom: 20px;
    }
  
    .fr-statuses .item:last-child { display: none; }
    .pad {
        padding: 0 20px;
    }
    .hero {
        min-height: 1250px; height: auto;
    }
    .hero-overlay {
        min-height: 1250px; height: auto;
    }
    
    .hero-content {
        width: 95%; margin: 0 auto; min-height: 680px; display: flex; align-items: center;
    }
    .content-text {
        width: 90%; margin: 0px auto; margin-bottom: 50px;
    }
    .hero-content .hero-title {
        font-size: 38px; font-weight: 600;
    }
    .topbar { 
        display: none;
    }
    .iss-nav{
        margin-bottom: 50px; top: 0px;
    }
}