
@font-face {
    font-family: 'Poppins Semibold';
    src: url('/assets/fonts/Poppins-SemiBold.ttf');
}

@font-face {
    font-family: 'Poppins Regular';
    src: url('/assets/fonts/Poppins-Regular.ttf');
}

@font-face {
    font-family: 'Montserrat SemiBold';
    src: url('/assets/fonts/Montserrat-SemiBold.ttf');
}

@font-face {
    font-family: 'Montserrat';
    src: url('/assets/fonts/Montserrat-Regular.ttf');
}

body {
    font-family: 'Montserrat';
}

.semi-circle-bg {
    background: url(/assets/images/semi-circle.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: auto 100%;
}

#home-nav .nav-link:not(.active) {
    font-size: 20px;
    color: #001A6D;
    font-weight: bolder;
}

#home-nav .active {
    font-size: 20px;
    color: #FFC500;
    font-weight: bolder;
}

#home-header {
    /* background-color: #8CD1F9; */
}

.main-blue-bg {
    /* background-color: #8CD1F9; */
}

.hero-bg {
    background: url(/assets/images/header-main.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
/*
This is the visible area of you carousel.
Set a width here to define how much items are visible.
The width can be either fixed in px or flexible in %.
Position must be relative!
*/
.jcarousel {
    position: relative;
    overflow: hidden;
}

/*
This is the container of the carousel items.
You must ensure that the position is relative or absolute and
that the width is big enough to contain all items.
*/
.jcarousel ul {
    width: 10000em;
    position: relative;

    /* Optional, required in this case since it's a <ul> element */
    list-style: none;
    margin: 0;
    padding: 0;
}

/*
These are the item elements. jCarousel works best, if the items
have a fixed width and height (but it's not required).
*/
.jcarousel li {
    /* Required only for block elements like <li>'s */
    float: left;
}

.jcarousel-item .card {
    border-radius: 35px;
    padding-top: 2px;
    height: 262px;
}

.jcarousel-item .card-body {
    font-size: 16px;
    padding-top: 0px;
}

.jcarousel-item .card-header {
    color: #0052A4;
    background: transparent;
    border: 0px;
    font-size: 23px;
    font-family: 'Montserrat SemiBold';
}

.control-wrap {
    border-radius: 30px;
    background: linear-gradient(180deg, #1094DF 0%, #0052A4 100%);
    width: 50px;
    height: 50px;
    display: inline-block;
    color: #ffffff;
    text-align: center;
}

.jcarousel-control-prev {
    background-image: url(/assets/images/left-arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    background-size: 24%;
    width: 50px;
    height: 50px;
}

.jcarousel-control-next {
    background-image: url(/assets/images/right-arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    background-size: 24%;
    width: 50px;
    height: 50px;
}

.control-wrap:has(> a.inactive) {
    visibility: hidden;
}

.lean-bg-img {
    background: url(/assets/images/lean-fill2.png);
}

.quality-bg-img {
    background: url(/assets/images/quality-fill2.png);
}

.pm-bg-img {
    background: url(/assets/images/pm-fill2.png);
}

.mechanical-bg-img {
    background: url(/assets/images/mechanical-fill2.png);
}

.services-wrap {
    /* background: linear-gradient(180deg, #1094DF 0%, #0052A4 100%); */
    background: #ffffff;
    /* padding: 48px; */
    box-shadow: 0px 12px 40px rgba(0, 0, 0, 0.09);
    border-radius: 21px;
    margin-bottom: -15vh;
}

.services-blue {
    background: #014E92;
    border-radius: 0px 0px 20px 20px !important;
    text-align: center;
    margin-bottom: 16px;
}

.services-ic {
    width: 50%;
    height: 100px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
}

.services-wrap .services-item {
    /* padding: 1vw 1vw 0vw 1vw; */
}

.services-item p {
    text-align: center;
    color: #0052A4;
}

.selected-service {
    background: rgba(16, 148, 223, 0.23);
    border-radius: 20px;
}

.services-wrap h1 {
    color: rgba(0, 82, 164, 1);
    font-family: 'Montserrat';
    font-size: 3vw;
}

.si-inner {
    padding-top: 20px;
    width: 100%;
}

#contact-form {
    background-color: rgba(140, 209, 249, 1);
    padding: 3rem;
}

#contact-form button {
    background-color: rgba(0, 26, 109, 1);
    color: #ffffff;
}

.text-50 {
    font-family: 'Montserrat Semibold';
    font-size: 50px;
    font-weight: 900;
    color: #001A6D;
}

.btn-blue {
    font-size: 22px;
    background-color: #001A6D;
    color: #ffffff;
    width: 35%;
    margin-bottom: 70px;
}

.btn-clear {
    font-size: 22px;
    color: #001A6D;
    border-color: #001A6D;
    width: 35%;
    margin-bottom: 70px;
}

.offer-section {
    margin-top: 15vh;
    padding-bottom: 46px;
}

.contact-details {
    /* display: block;
    margin: auto;
    width: 25%; */
    /* text-align: left; */
}

.contact-details img {
    margin-right: 5px;
}

#contact-form .form-control {
    padding: 20px;
}

.footer-imges {
    background: #D9D9D9;
}

.copyright-text {
    font-size: 14px;
    color: #ffffff;
}

.section-title {
    color: #001A6D;
    font-weight: 600;
    padding: 26px 0px;
}

.center-title {
    color: #001A6D;
    font-weight: 600;
}

.f-img {
    width: 100%;
}

.irum {
    width: 70%;
}

.contact-details a {
    display: block;
    color: #001A6D;
    text-decoration: none;
    font-weight: 500;
}

.jcarousel-item .card {
    background: #FFFFFF;
    box-shadow: 0px 6px 18px -3px rgba(0, 0, 0, 0.2);
    border: 0px;
}

.text-white {
    color: #ffffff;
    font-family: Montserrat SemiBold;
}

.learn-more-btn {
    margin: auto;
    display: block;
    background-color: #FFC500;
    color: #ffffff;
    width: 200px;
    font-family: Montserrat SemiBold;
    margin-bottom: 6%;
}

@media screen and (min-width: 1441px) {
    .jcarousel-item .card-header {
        font-size: 20px;
    }

    .jcarousel-item .card-body {
        font-size: 14px;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1440px) {
    .text-50 {
        /* font-size: 34px; */
    }

    .btn-blue,
    .btn-clear {
        font-size: 14px;
        width: 30%;
        padding: 13px !important;
        margin-bottom: 25px;
    }

    .jcarousel-item .card-header {
        font-size: 20px;
    }

    .jcarousel-item .card-body {
        font-size: 14px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1024px) {
    .text-50 {
        font-size: 34px;
    }

    .btn-blue,
    .btn-clear {
        font-size: 14px;
    }

    .jcarousel-item .card-header {
        font-size: 20px;
    }

    .jcarousel-item .card-body {
        font-size: 14px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .text-50 {
        font-size: 28px;
    }

    .learn-more-btn {
        margin-bottom: 0px;
    }

    .btn-blue,
    .btn-clear {
        font-size: 14px;
        width: 46%;
        padding: 12px !important;
        margin-bottom: 25px;
    }

    .jcarousel-item .card-header {
        font-size: 18px;
    }

    .jcarousel-item .card-body {
        font-size: 12px;
    }

    .jcarousel-item .card {
        height: 230px;
    }

    .services-item p {
        font-size: 10px;
    }

    .footer-imges {
        /* padding-top: 10px; */
    }

    .footer-imges img {
        /* width: 70%; */
    }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .hero-bg {
        background-size: cover !important;
    }

    .main-blue-bg .p-5 {
        padding-top: 0px !important;
        padding-bottom: 2rem !important;
    }
}

@media screen and (max-width: 425px) {
    .navbar-brand img {
        width: 63px !important;
    }

    .main-blue-bg .p-5 {
        padding: 0px !important;
    }

    .learn-more-btn {
        margin-bottom: 55px !important;
        font-size: 12px !important;
        width: 120px !important;
        padding: 5px !important;
    }

    .hero-inner p {
        font-size: 12px;
    }
    .navbar-nav {
        position: absolute;
        font-size: 10px !important;
        right: 0px;
    }

    .navbar-nav .nav-item {
        padding: 0px !important;
        font-size: 10px !important;
    }

    #home-nav .nav-link {
        font-size: 10px !important;
        text-align: right;
    }
}

@media screen and (max-width: 767px) {
    .text-50 {
        font-size: 18px;
    }

    .hero-bg {
        background-size: contain;
    }

    .main-blue-bg .hero-inner {
        padding: 5px !important;
    }
    
    .main-blue-bg .p-5 {
        padding: 0px !important;
    }

    .learn-more-btn {
        margin-bottom: 55px !important;
        font-size: 14px;
        width: 167px;
        padding: 10px !important;
    }

    .btn-blue,
    .btn-clear {
        font-size: 14px;
        width: 46%;
        padding: 12px !important;
        margin-bottom: 25px;
    }

    .jcarousel-item .card-header {
        font-size: 18px;
    }

    .jcarousel-item .card-body {
        font-size: 12px;
    }

    .jcarousel-item .card {
        height: 230px;
    }

    .services-wrap h1 {
        font-size: 26px;
        padding-top: 22px;
    }

    .services-item {
        width: 100%;
    }

    .services-ic {
        height: 85px;
    }

    .footer-imges {
        padding-top: 10px;
    }

    .footer-imges img {
        width: 30%;
    }

    .copyright-text {
        font-size: 8px;
    }
}

@media (min-width: 1990px) {
    .container {
        max-width: 2480px;
    }

    .text-50 {
        font-size: 98px;
    }
    
    .btn-blue,
    .btn-clear  {
        font-size: 30px;
        width: 40%;
    }
    
    .offer-section {
        margin-top: 15vh;
        padding-bottom: 46px;
    }
    
    .services-wrap {
        margin-bottom: -9vh;
    }

    .services-wrap .services-item {
        /* padding: 2vw 2vw 0vw 2vw; */
    }

    .services-ic {
        width: 100%;
        height: 100px;
    }

    .services-wrap {
        margin-bottom: -12vh;
    }

    .jcarousel-item .card-header {
        font-size: 45px;
    }

    .jcarousel-item .card-body {
        font-size: 28px;
    }

    .jcarousel-item .card {
        width: 33rem !important;
        height: 33rem;
    }

    .center-title {
        font-size: 70px;
    }

    .center-title-sub {
        font-size: 25px;
    }

    #home-nav .nav-link {
        font-size: 34px !important;
    }
}