@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700&display=swap');

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
}

h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.bg-secondary1 {
    background-color: #D7E9F9;
}

.bg-primary1 {
    color: #06357A;
}

.bg-primary11 {
    background-color: #06357A;
}

.bg-green {
    background-color: #07AA8B;
}

.bg-eeg {
    background-color: #2596C1;
}

.navbar-nav .nav-item {
    margin-left: 7px;
    margin-right: 7px;
}

.icon-small {
    font-size: 0.7rem;
}

@media (min-width: 992px) {
    .custom-sec {
        height: 550px !important;
        overflow: hidden;
    }
}

@media (max-width: 991.98px) {
    .custom-sec {
        height: auto !important;
        overflow: hidden;
        padding-top: 40px !important;
        padding-bottom: 0 !important;
    }
}

.responsive-text {
    font-size: 1.25rem;
}

.responsive-text1 {
    font-size: 1.15rem;
}

.responsive-text2 {
    font-size: 2rem;
}

.responsive-text0 {
    font-size: 1.15rem;
}

@media (min-width: 768px) {
    .responsive-text0 {
        font-size: 1.15rem;
    }

    .responsive-text {
        font-size: 1.5rem;
    }

    .responsive-text1 {
        font-size: 1.75rem;
    }

    .responsive-text2 {
        font-size: 1.0rem;
    }

}

@media (min-width: 992px) {
    .responsive-text0 {
        font-size: 1.20rem;
    }

    .responsive-text {
        font-size: 1.75rem;
    }

    .responsive-text1 {
        font-size: 1.5rem;
    }

    .responsive-text2 {
        font-size: 2.55rem;
    }
}

.responsive-heading {
    font-size: 1.25rem;
}

@media (min-width: 768px) {
    .responsive-heading {
        font-size: 1.75rem;
    }
}

@media (min-width: 992px) {
    .responsive-heading {
        font-size: 2rem;
    }
}


.responsive-span {
    font-size: 1.25rem;
}

@media (min-width: 768px) {
    .responsive-span {
        font-size: 1.5rem;
    }
}

@media (min-width: 992px) {
    .responsive-span {
        font-size: 1.75rem;
    }
}

.responsive-paragraph {
    font-size: 1rem;
}

@media (min-width: 768px) {
    .responsive-paragraph {
        font-size: 1rem;
    }
}

@media (min-width: 992px) {
    .responsive-paragraph {
        font-size: 1.30rem;
    }
}

.navbar-toggler {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

h5 {
    font-size: 1rem;
}

ul {
    font-size: 0.9rem;
}

.font-size-services-box {
    font-size: 18px;
}

.font-size-eeg-sec {
    font-size: 13px
}

.nav-font-size {
    font-size: 18px;
}

/* ABOUT US STYLES */

.profile-style {
    width: 220px;
    height: 230px;
    border-radius: 50%;
}

.line-height-style {
    line-height: 1.8;
}

/*  CONTACT US STYLES */

.hr-contact-page {
    border-top: 1px solid black;
    opacity: .75;
}

.div-contact-us {
    text-decoration: none;
    color: black;
}

.font-size-employment {
    font-size: 13px;
}

.services-div {
    width: 230px;
    height: 100px;
    background-color: #E0E0E0;
}

.services-card {
    width: 230px;
    height: 100px;
    background-color: #fff;
}

.image-banner-sm {
    height: auto;
    width: 100%;
    max-width: 330px;
}

.image-banner-md {
    height: auto;
    width: auto;
    min-height: 300px;
    min-width: 300px;
}

.image-banner-lg {
    height: auto;
    min-height: 470px;
    min-width: 470px;
    width: auto;
    position: absolute;
    bottom: -300px;
    left: 30px;
}