/* Minification failed. Returning unminified contents.
(262,20): run-time error CSS1046: Expect comma, found '255'
(262,27): run-time error CSS1046: Expect comma, found ')'
(270,23): run-time error CSS1046: Expect comma, found '61'
(270,29): run-time error CSS1046: Expect comma, found ')'
 */
/* Global Start */
* {
    font-family: "Poppins Regular";
}

p {
    color: #1a3d6b;
    font-size: 16px;
}

.number {
    font-weight: 800;
    font-size: 100px;
    padding-right: 20px;
    line-height: 88px;
    color: #1a3d6b;
    font-family: 'Mallory' !important;
}

h1 {
    font-family: "Poppins Bold";
    font-weight: 900;
    font-size: 50px;
}

h4 {
    font-family: "Poppins Regular";
    font-size: 24px;
    color: #1a3d6b;
    line-height: 50px;
    font-weight: 800;
}

.color {
    background-color: #f2f5ff;
}

.image-radius {
    border-radius: 42px !important;
    padding: 20px;
}

.paddings {
    padding-right: 50px;
    padding-left: 50px;
}

h5 {
    font-family: "Poppins Semi-Bold";
}

.h2-title-low-height {
    font-family: "Poppins Bold";
    font-size: 30px;
    color: #1a3d6b;
    line-height: 50px;
    font-weight: 800;
}

.h2-title-white {
    font-family: "Poppins Bold";
    font-size: 30px;
    color: white;
    line-height: 50px;
    font-weight: 800;
}

.h2-title-low-height-small {
    font-family: "Poppins Bold";
    font-size: 30px;
    color: #2065b0;
    line-height: 50px;
    font-weight: 800;
}

.panel {
    margin-bottom: 10px;
    /*box-shadow: 0 4px 4px rgba(0, 0.4, 0.5, 0.5);*/
}

.panel-heading {
    background-color: #1a3d6b;
    padding: 10px;
    border-radius: 20px 20px 0px 0px;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
}

.panel-body {
    padding: 10px;
    background-color: #c2daf9;
    border-radius: 0px 0px 20px 20px;
    transition: transform .5s;
}

.panel-collapse {
    transition: height 0.3s ease;
    overflow: hidden;
}

.collapse.show {
    height: auto;
}


a {
    text-decoration: none;
}
.h1style h1 {
    font-size: 30px;
    color: #ea2229 !important;
}

#white {
    padding-left: 45px;
    padding-right: 45px;
    padding-top: 20px;
    color: white !important;
}
#white-heading {
    color: white !important;
}

#blue {
    padding-left: 45px;
    padding-right: 40px;
    padding-top: 20px;
}
/*
#blue li {
    color: #1a3d6b;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
}*/

a.nav-link.active {
    color: #fe0000 !important;
}

.large-box {
    border: 20px solid #ea2229;
    background-color: #fff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
}

/*.bg-image {
    background-image: url('../Content/Images/Large-bg-img1.jpg');
}*/

.h2-title-extra-large {
    font-size: 50px;
    font-family: "Poppins Bold";
    color: #1a3d6b;
    line-height: 50px;
    font-weight: 800;
}

img {
    max-width: 100%;
    height: auto;
}

/*.bg-image {
    position: relative;
}

    .bg-image:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url('../Content/Images/Large-bg-img.jpg');
        opacity: 0.5;*/ /* Adjust the opacity value as desired */
        /*z-index: -1;
    }*/

/* Global End */
/* Font Start */
@font-face {
    font-family: "Poppins Light";
    src: url("../Fonts/Poppins-Light.ttf");
}

@font-face {
    font-family: "Poppins Regular";
    src: url("../Fonts/Poppins-Regular.ttf");
}

@font-face {
    font-family: "Poppins Semi-Bold";
    src: url("../Fonts/Poppins-SemiBold.ttf");
}

@font-face {
    font-family: "Poppins Bold";
    src: url("../Fonts/Poppins-Bold.ttf");
}
/* Font End */
/* Navbar Start */
#header {
    position: absolute;
    z-index: 10;
    width: 100%;
}

.fixed-top {
    background-color: #dcdddf;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
}

nav {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    box-sizing: border-box;
    background-color: rgba(253, 253, 251, .6);
}

.email-address {
    display: inline;
}

.label {
    display: none;
}

/*.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: #fff;
    height: 10rem;
}*/
.notValidated {
    border-color: red;
    border-width: 1.5px;
    border-style: solid;
}

    .notValidated:focus {
        border-color: red;
        border-width: 1.5px;
        border-style: solid;
        box-shadow: 0 0 0 .25rem #c53b3b40;
    }


.contact-us-btn {
    background-color: #1a3d6b;
    border: 2px solid#1a3d6b;
    color: rgb(255 255 255);
    text-decoration: none;
    transition: all ease .3s;
}

    .contact-us-btn:hover {
        background-color: #fff;
        border: 2px solid #1a3d6b;
        color: rgb(26 61 107);
    }

.section1-bg {
    /*background-image: url('../Content/Images/section1-bg.webp');*/
    background-image: url('../Content/Images/section1-bg2.webp');
    width: 100%;
    min-height: 100vh;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0 0;
}
/* Navbar End */
.banner-map {
    background-image: url('../Content/Images/NewMap.webp');
}

#red {
    color: #ea2229;
}

.main-testimonial {
    background-color: #2065b0;
    padding-top: 40px;
    padding-bottom: 40px;
}

.main-testimonial-grey {
    background-color: #d1d1d1;
    padding-top: 50px !important;
    padding-bottom: 50px;
    box-sizing: border-box;
    display: flex;
    border-radius: 30px;
}

.main-testimonial-white {
    background-color: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
}

/* What we do Start */
.what-we-do-left {
    background-image: url("../Content/Images/left-bg.webp");
    padding-bottom: 50px;
    background-size: cover;
    background-repeat: no-repeat;
}

.what-we-do-right {
    background-image: url("../Content/Images/right-bg.webp");
    min-height: 80vh;
    background-size: cover;
    background-repeat: no-repeat;
}

.what-we-do-mobile {
    background-color: #1a3d6b;
    padding-bottom: 50px;
}

.p-white {
    font-family: "Poppins Light";
    color: #fff;
}
/* What we do End */
/* Our Commitment Start */
.commitment-bg {
    background-image: url("../Content/Images/map.webp");
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 5%;
    padding-bottom: 5%;
}
/* Our Commitment End */
/* Footer Start */
.footer-links ul {
    display: flex;
    flex-direction: column;
    list-style: none;
}

.footer-links a {
    color: #a6a6a6;
    /*padding-left: 1.75rem;*/
    text-decoration: none;
}

.footer-social-icons a {
    color: #676767;
    letter-spacing: 15px;
    text-align: start;
}

.form-check-input {
    border: 2px solid rgba(0,0,0,.40) !important;
}

.company-logo {
    margin-top: -2%;
}
/* Footer End */
/* Modal Start */
.custom-modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}
/* Modal End */

/* Responsiveness  Start*/
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 767px) {
    .blogs-title {
        display: none;
    }
}

@media only screen and (max-width: 600px) {
    #white {
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 20px;
        color: white !important;
    }

    .paddings {
        padding-right: 20px;
        padding-left: 20px;
    }

    #blue {
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 20px;
    }
    .navbar-nav {
        display: flex;
        flex-direction: column;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
        background-color: #fff;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 100px;
        left: 0px;
        right: 0;
        bottom: 0;
        z-index: 100;
    }

    .h1-title {
        font-family: "Poppins Bold";
        font-size: 38px;
        color: #ea2229;
        font-weight: 900;
        line-height: 48px;
    }

    .h2-title {
        font-family: "Poppins Bold";
        font-size: 40px;
        color: #1a3d6b;
        line-height: 55px;
        font-weight: 800;
    }

    .h2-subtitle {
        font-family: "Poppins Bold";
        font-size: 16px;
        line-height: 26px;
        text-transform: uppercase;
        color: #1a3d6b;
    }

    .card {
        background-color: rgba(253, 253, 251, .9);
        border-radius: 15px;
    }

    .custom-card {
        background-color: #fff;
        border: 2px solid #ccc;
        border-radius: 45px;
        text-align: center;
        margin: 15px;
    }

    .what-we-do-left-content {
        padding: 10% 10px 0px 10%;
    }

    .footer-links ul {
        display: flex;
        flex-direction: column;
        list-style: none;
        padding: 0rem;
    }

    .footer-links a {
        color: #a6a6a6;
        padding-left: 0rem;
        text-decoration: none;
    }

    .chechout-card {
        width: 100%;
        max-width: 100%;
        background-color: rgba(253, 253, 251, .9);
        border-radius: 15px;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

    #white {
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 20px;
        color: white !important;
    }

    #blue {
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 20px;
    }
    .navbar-nav {
        display: flex;
        flex-direction: column;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
        background-color: rgba(253, 253, 251, 0%);
        height: 6rem;
    }

    .h1-title {
        font-family: "Poppins Bold";
        font-size: 55px;
        color: #ea2229;
        font-weight: 900;
        line-height: 60px;
    }

    .h2-title {
        font-family: "Poppins Bold";
        font-size: 40px;
        color: #1a3d6b;
        line-height: 70px;
        font-weight: 800;
    }

    .h2-subtitle {
        font-family: "Poppins Bold";
        font-size: 16px;
        line-height: 26px;
        text-transform: uppercase;
        color: #1a3d6b;
    }

    .card {
        background-color: rgba(253, 253, 251, .9);
        border-radius: 15px;
    }

    .custom-card {
        background-color: #fff;
        border: 2px solid #ccc;
        border-radius: 45px;
        text-align: center;
        margin: 15px 0px;
    }

    .what-we-do-left-content {
        padding: 10% 10px 0px 10%;
    }

    .footer-links ul {
        display: flex;
        flex-direction: column;
        list-style: none;
        padding: 0rem;
    }

    .footer-links a {
        color: #a6a6a6;
        padding-left: 0rem;
        text-decoration: none;
    }

    .chechout-card {
        width: 100%;
        max-width: 100%;
        background-color: rgba(253, 253, 251, .9);
        border-radius: 15px;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    #white {
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 20px;
        color: white !important;
    }

    #blue {
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 20px;
    }
    .h1-title {
        font-family: "Poppins Bold";
        font-size: 55px;
        color: #ea2229;
        font-weight: 900;
        line-height: 60px;
    }

    .h2-title {
        font-family: "Poppins Bold";
        font-size: 40px;
        color: #1a3d6b;
        line-height: 70px;
        font-weight: 800;
    }

    .h2-subtitle {
        font-family: "Poppins Bold";
        font-size: 20px;
        line-height: 20px;
        text-transform: uppercase;
        color: #1a3d6b;
    }

    .card {
        background-color: rgba(253, 253, 251, .9);
        border-radius: 15px;
    }

    .custom-card {
        background-color: #fff;
        border: 2px solid #ccc;
        border-radius: 45px;
        text-align: center;
    }

    .what-we-do-left-content {
        padding: 10% 10px 0px 10%;
    }

    .footer-links ul {
        display: flex;
        flex-direction: column;
        list-style: none;
        padding: 0rem;
    }

    .footer-links a {
        color: #a6a6a6;
        padding-left: 0rem;
        text-decoration: none;
    }

    .chechout-card {
        width: 100%;
        max-width: 100%;
        background-color: rgba(253, 253, 251, .9);
        border-radius: 15px;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) and (max-width: 1199px) {

    #white {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
        color: white !important;
    }

    #blue {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
    }

    .navbar-nav {
        display: flex;
        flex-direction: column;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
        background-color: rgba(253, 253, 251, .0);
        height: 10rem;
    }

    .nav-link {
        padding-right: 2rem !important;
        padding-left: 2rem !important;
        color: black !important;
        font-weight: bold;
        margin-left: -30px !important;
    }

    .h1-title {
        font-family: "Poppins Bold";
        font-size: 65px;
        color: #ea2229;
        font-weight: 900;
        line-height: 60px;
    }

    .h2-title {
        font-family: "Poppins Bold";
        font-size: 40px;
        color: #1a3d6b;
        line-height: 70px;
        text-transform: uppercase;
        font-weight: 800;
    }

    .h2-subtitle {
        font-family: "Poppins Bold";
        font-size: 20px;
        line-height: 20px;
        color: #1a3d6b;
    }

    .card {
        background-color: rgba(253, 253, 251, .9);
        border-radius: 15px;
    }

    .custom-card {
        background-color: #fff;
        border: 2px solid #ccc;
        border-radius: 45px;
        text-align: center;
    }

    .what-we-do-right {
        background-image: url("../Content/Images/right-bg.webp");
        min-height: 60vh;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .what-we-do-left-content {
        padding: 15% 0px 0px 30%;
    }

    .footer-links ul {
        display: flex;
        flex-direction: column;
        list-style: none;
    }

    .footer-links a {
        color: #a6a6a6;
        font-size: 14px;
        /*padding-left: 1.15rem;*/
        text-decoration: none;
    }

    .chechout-card {
        width: 100%;
        max-width: 100%;
        background-color: rgba(253, 253, 251, .9);
        border-radius: 15px;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    #white {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
        color: white !important;
    }

    #blue {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
    }
    .navbar-nav {
        display: flex;
        flex-direction: column;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
        background-color: rgba(253, 253, 251, .0);
        height: 10rem;
    }

    .nav-link {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
        color: black !important;
        font-weight: bold;
    }

    .h1-title {
        font-family: "Poppins Bold";
        font-size: 65px;
        color: #ea2229;
        font-weight: 900;
        line-height: 65px;
    }

    .h2-title {
        font-family: "Poppins Bold";
        font-size: 40px;
        color: #1a3d6b;
        line-height: 70px;
        font-weight: 800;
    }

    .h2-subtitle {
        font-family: "Poppins Bold";
        font-size: 25px;
        line-height: 20px;
        color: #1a3d6b;
        text-transform: uppercase;
    }

    .card {
        max-width: 65%;
        background-color: rgba(253, 253, 251, .9);
        border-radius: 15px;
    }

    .custom-card {
        background-color: #fff;
        border: 2px solid #ccc;
        border-radius: 45px;
        text-align: center;
    }

    .what-we-do-right {
        background-image: url("../Content/Images/right-bg.webp");
        min-height: 60vh;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .what-we-do-left-content {
        padding: 15% 0px 0px 30%;
    }

    .footer-links ul {
        display: flex;
        flex-direction: column;
        list-style: none;
    }

    .footer-links a {
        color: #a6a6a6;
        font-size: 14px;
        /*padding-left: 1.15rem;*/
        text-decoration: none;
    }

    .chechout-card {
        width: 100%;
        max-width: 100%;
        background-color: rgba(253, 253, 251, .9);
        border-radius: 15px;
    }
}

@media only screen and (max-width: 1400px){
    .email-address {
        display: none;
    }

    .label {
        display: inline;
    }
}
/* Responsiveness  End*/
.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    /* add padding to account for vertical scrollbar */
    padding-right: 20px;
}
/* IE 6 doesn�t support max-height
* we use height instead, but this forces the menu to always be this tall
*/
* html .ui-autocomplete {
    height: 100px;
}

/* News Section -- Start*/
section#section-news {
    margin-top: 100px;
    padding-top: 15px;
    background: #efefef;
    border-bottom: 1px solid #1a5695;
}

.news-left {
    background: #1a5695;
    padding: 50px 50px 50px 150px;
}

.news-right {
    padding: 50px;
}

.update-title {
    background: #fe0002;
    color: #ffffff;
    padding: 5px;
    border-radius: 10px;
}
.news-title {
    color: #fe0002;
}
.news-content {
    color: blue;
}
.news-date {
    color: blue;
}
/* News Section -- End*/

/* FAQs Section - Start */
#faq-section {
    background: #efefef;
    padding-top: 75px;
    padding-bottom: 75px;
}
.accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #010089;
}
.accordion-button {
    color: #fe0000;
    background-color: rgba(253, 253, 251, .9);
}
/* FAQs Section - End  */
