@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;1,900&display=swap');

body {
    font-family: 'Poppins', sans-serif;
    background-color: #fff;
}

.logo-block {
    width: 230px;
    margin-top: 20px;
    margin-bottom: 12px;
}

.btn-info-quote {
    background-color: #119FC9;
    color: #fff;
    border-radius: 20px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 16px;
    font-size: 15px;
}

.btn-info-quote:hover {
    background-color: #0887ad;
    color: #fff;
}


.btn-send {
    background-color: #119FC9;
    color: #fff;
    border-radius: 20px;
    padding-left: 32px;
    padding-right: 32px;
    margin-left: 0px;
    font-size: 15px;
}

.btn-send:hover {
    background-color: #0887ad;
    color: #fff;
}

.whatsapp_container {
    display: block;
    float: left;
    padding-left: 24px;
}

.whatsapp_container_image {
    float: left;
    max-width: 34px;
    padding-top: 4px;
    padding-right: 8px;
}

.whatsapp_container_image img {
    max-width: 100%;
}

.whatsapp_content_outer {
    display: block;
    float: left;
    text-align: right;
}

.whatsapp_content_sm {
    display: block;
    font-size: 11px;
}

.whatsapp_content_number {
    display: block;
    font-size: 16px;
    color: #119FC9;
    font-weight: 600;
    margin-top: -1px;
}

.carousel-caption {
    top: 5.5em;
}

.carousel-sanmac h5 {
    font-size: 62px;
    font-weight: 300;
}

.carousel-sanmac p {
    font-size: 26px;
    font-weight: 200;
    margin-top: -5px;
}

.custom-menu {
    -webkit-box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.24);
    font-size: 15px;
}

.navbar-nav {
    font-size: 16px;
}

.nav-link {
    padding-left: 12px !important;
    padding-right: 12px !important;
}

.home-about-outer {
    width: 100%;
    float: left;
    background-color: #ECECEC;
    padding: 90px 0;
}

.home-about-text-outer {
    padding-left: 0px;
}

.home-about-title {
    font-size: 32px;
    margin-bottom: 24px;
}

.home-about-img {
    margin-right: 32px;
}

.home-enquiry-img {
    margin-right: 32px;
    border-radius: 5px;
    overflow: hidden;
}

.home_services_outer {
    width: 100%;
    float: left;
    padding: 80px 0;
}

.home_services_outer h2 {
    font-size: 30px;
    font-weight: 400;
}

.service-flex-outer {
    min-width: 100%;
    display: flex;
    margin: 0 -20px;
    flex-wrap: wrap;
}

.service-flex-block {
    min-width: calc(33.333% - 40px);
    max-width: calc(33.333% - 40px);
    border-radius: 5px;
    margin: 20px 20px 20px 20px;
    overflow: hidden;
    -webkit-box-shadow: 1px 3px 15px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 1px 3px 15px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 1px 3px 15px 0px rgba(0, 0, 0, 0.16);
    position: relative;

}

.service-home-thump {
    min-width: 100%;
    max-width: 100%;
}

.service-flex-text {
    padding: 20px 24px 10px 24px;
}

.service-flex-text h2 {
    color: #119FC9;
    font-size: 26px;
    font-weight: 300;
}

.next-button {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    -webkit-box-shadow: 1px 3px 10px 0px rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 1px 3px 10px 0px rgba(0, 0, 0, 0.26);
    box-shadow: 1px 3px 10px 0px rgba(0, 0, 0, 0.26);
    position: absolute;
    background-color: white;
    right: 20px;
    /* top: 185px; */
    text-align: center;
    transition: ease-in-out .5s;
    bottom: -15px;

}

.next-button img {
    margin-top: 10px;
    max-width: 9px;
}


.next-button:hover {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    -webkit-box-shadow: 1px 3px 12px 0px rgba(0, 0, 0, 0.56);
    -moz-box-shadow: 1px 3px 12px 0px rgba(0, 0, 0, 0.56);
    box-shadow: 1px 3px 12px 0px rgba(0, 0, 0, 0.56);
    position: absolute;
    background-color: #86dffa;
    right: 20px;
    bottom: -15px;
    text-align: center;
    transition: ease-in-out .5s;

}



.footer_outer {
    width: 100%;
    min-height: 388px;
    float: left;
    background-image: url(../images/Group_44.png);
    background-size: cover;
    background-position: center center;
    color: white;
    padding: 72px 0;
}

.footer_menu a {
    color: white;
    text-decoration: none;
    margin-bottom: 16px;
    font-size: 14px;
    display: block;
}

.footer_menu a:hover {
    color: #48cff8;
    text-decoration: none;
    margin-bottom: 16px;
    font-size: 14px;
    display: block;
    transition: all .4s;
}

.footer_subhead h3 {
    color: white;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 28px;
}

.footer_address {
    color: white;
    font-size: 14px;
    font-weight: 200;
    margin-right: 40px;
    margin-bottom: 20px;
    display: flex;
}

.footer-icon {
    float: left;
    margin-right: 16px;
    max-width: 22px;
}

.margin-btm {
    margin-bottom: 28px;
}


.social_media_icons {
    display: block;
    margin-top: 16px;
}

.social_media_icons a {
    display: inline-block;
    margin-right: 16px;
}

.social_media_icons a:hover {
    display: inline-block;
    margin-right: 16px;
}

.social_media_icons img {
    max-width: 24px;
}

.copyright_block {
    color: white;
    font-size: 13px;
    font-weight: 200;
    margin-top: 60px;
}

.img_outer {
    position: relative;
}

.flex_center {
    align-items: center;
}


.testimonials_contain {
    max-width: 70%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 90px;
}

.testimonial_img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 26px auto;
}

.service_conent_outer h2 {
    text-align: center;
}

/*** homepage responsiveness ***/


@media only screen and (max-width: 1400px) {
    .logo-block {
        width: 176px;
        margin-top: 20px;
        margin-bottom: 12px;
    }

    .nav-link {
        padding-left: 8px !important;
        padding-right: 8px !important;
        font-size: 15px;
    }

    .btn-info-quote {
        background-color: #119FC9;
        color: #fff;
        border-radius: 20px;
        padding-left: 14px;
        padding-right: 14px;
        margin-left: 10px;
        font-size: 15px;
    }

    .carousel-caption {
        top: 2.5em;
    }

    /* .next-button {
        top: 156px;
        text-align: center;
        transition: ease-in-out .5s;
    } */

    .carousel-sanmac h5 {
        font-size: 52px;
        font-weight: 300;
    }

    .carousel-sanmac p {
        font-size: 22px;
        font-weight: 200;
        margin-top: -5px;
    }
}


@media only screen and (max-width: 1200px) {

    .btn-info-quote {
        background-color: #119FC9;
        color: #fff;
        border-radius: 10px;
        padding-left: 12px;
        padding-right: 12px;
        margin-left: 10px;
        font-size: 14px;
    }

    .logo-block {
        width: 170px;
        margin-top: 20px;
        margin-bottom: 16px;
    }

    .whatsapp_container_image {
        float: left;
        max-width: 28px;
        padding-top: 4px;
        padding-right: 6px;
    }

    .flex_wrap {
        flex-wrap: wrap !important;
    }

    .navbar-brand {
        min-width: 100%;
    }

    /* .next-button {
        top: 125px;
        text-align: center;
        transition: ease-in-out .5s;
    } */

}


@media only screen and (max-width: 991px) {

    .service-flex-block {
        min-width: calc(50% - 40px);
        max-width: calc(50% - 40px);
        border-radius: 5px;
        margin: 20px 20px 20px 20px;
        overflow: hidden;
        -webkit-box-shadow: 1px 3px 15px 0px rgba(0, 0, 0, 0.16);
        -moz-box-shadow: 1px 3px 15px 0px rgba(0, 0, 0, 0.16);
        box-shadow: 1px 3px 15px 0px rgba(0, 0, 0, 0.16);
        position: relative;
    }

    /* .next-button {
        top: 145px;
        text-align: center;
        transition: ease-in-out .5s;
    } */

    .home-about-img {
        margin-right: 0px;
        margin-bottom: 32px;
    }


    .carousel-sanmac h5 {
        font-size: 42px;
        font-weight: 300;
    }

    .carousel-sanmac p {
        font-size: 18px;
        font-weight: 200;
        margin-top: -5px;
    }

    .navbar-toggler {
        float: right;
    }

    .navbar-brand {
        min-width: inherit;
    }

    .home-about-outer {
        width: 100%;
        float: left;
        background-color: #ECECEC;
        padding: 50px 0;
    }

    .home_services_outer {
        width: 100%;
        float: left;
        padding: 70px 0;
    }

    .carousel-caption {
        top: 1.5em;
    }

    .footer_menu {
        margin-bottom: 36px;
    }

    .copyright_block {

        margin-top: 20px;
    }

    .btn-info-quote {
        background-color: #119FC9;
        color: #fff;
        border-radius: 10px;
        padding-left: 12px;
        padding-right: 12px;
        margin-left: auto;
        margin-right: auto;
        font-size: 14px;
        margin-bottom: 24px;
        margin-top: 8px;
    }

    .whatsapp_container {
        display: block;
        float: left;
        padding-left: 10px;
        margin-bottom: 24px;
    }

    .nav-item {

        font-size: 16px;
        text-align: center;
    }

    .whatsapp_content_outer {
        display: inline-block;
        float: none !important;
        text-align: center;
    }

    .whatsapp_container {
        text-align: center;
    }

    .whatsapp_container_image {
        float: none !important;
        max-width: 28px;
        padding-top: 0px;
        padding-right: 6px;
        display: inline-block;

    }

    .whatsapp_container_image img {
        max-width: 100%;
        margin-top: -18px;
    }


}


@media only screen and (max-width: 768px) {

    .service-flex-block {
        min-width: calc(50% - 20px);
        max-width: calc(50% - 20px);
        border-radius: 5px;
        margin: 10px 10px 10px 10px;
        overflow: hidden;
        -webkit-box-shadow: 1px 3px 15px 0px rgba(0, 0, 0, 0.16);
        -moz-box-shadow: 1px 3px 15px 0px rgba(0, 0, 0, 0.16);
        box-shadow: 1px 3px 15px 0px rgba(0, 0, 0, 0.16);
        position: relative;
    }

    .service-flex-outer {
        min-width: 100%;
        display: flex;
        margin: 0 -10px;
        flex-wrap: wrap;
    }

    /* .next-button {
        top: 113px;
        text-align: center;
        transition: ease-in-out .5s;
    } */

    .service-flex-text h2 {
        color: #119FC9;
        font-size: 18px;
        font-weight: 400;
    }

    .service-flex-text p {
        font-size: 14px;
        font-weight: 400;
    }

    .home_services_outer h2 {
        font-size: 24px;
        font-weight: 400;
        line-height: 34px;
    }

    .home-about-title {
        font-size: 26px;
        margin-bottom: 24px;
    }


    .home-about-outer {
        width: 100%;
        float: left;
        background-color: #ECECEC;
        padding: 40px 0 30px 0;
    }

    .home_services_outer {
        width: 100%;
        float: left;
        padding: 50px 0 50px 0;
    }

}




@media only screen and (max-width: 575px) {

    .service-flex-block {
        min-width: calc(100% - 20px);
        max-width: calc(100% - 20px);
        border-radius: 5px;
        margin: 10px 10px 10px 10px;
        overflow: hidden;
        -webkit-box-shadow: 1px 3px 15px 0px rgba(0, 0, 0, 0.16);
        -moz-box-shadow: 1px 3px 15px 0px rgba(0, 0, 0, 0.16);
        box-shadow: 1px 3px 15px 0px rgba(0, 0, 0, 0.16);
        position: relative;
    }

    .service-flex-outer {
        min-width: 100%;
        display: flex;
        margin: 0 -10px;
        flex-wrap: wrap;
    }

    /* .next-button {
        top: 113px;
        text-align: center;
        transition: ease-in-out .5s;
    } */

    .service-flex-text h2 {
        color: #119FC9;
        font-size: 18px;
        font-weight: 400;
    }

    .service-flex-text p {
        font-size: 14px;
        font-weight: 400;
    }

    .home_services_outer h2 {
        font-size: 24px;
        font-weight: 400;
        line-height: 34px;
    }

    .home-about-title {
        font-size: 26px;
        margin-bottom: 24px;
    }

    .home-about-outer {
        width: 100%;
        float: left;
        background-color: #ECECEC;
        padding: 30px 0 20px 0;
    }

    .home_services_outer {
        width: 100%;
        float: left;
        padding: 30px 0 20px 0;
    }




}


@media only screen and (max-width: 575px) {
    .home_services_outer h2 {
        font-size: 22px;
        font-weight: 400;
        line-height: 30px;
    }

    .hide_mobile {
        display: none;
    }
}

@media only screen and (min-width: 575px) {
    .home_services_outer h2 {
        font-size: 22px;
        font-weight: 400;
        line-height: 30px;
    }

    .hide_desktop {
        display: none;
    }
}


.button-area span { margin-top: 8px; display: block; color: #17b8e9;}

.subpage_banner {
    width: 100%;
    float: left;
}

.subpage_conent_outer {
    width: 100%;
    background-color: white;
    padding: 80px 0 90px 0;
    float: left;
}

.subpage_title {
    font-size: 40px;
    margin-bottom: 0px;
    color: #17b8e9;
    font-weight: 300;
}

.subpage_subtitle {
    font-size: 32px;
    margin-bottom: 20px;
    color: #202020;
    font-weight: 300;
    line-height: 48px;
    text-align: center;
    margin: 0px 0 24px 0;
}

.supage_content {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 32px;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #119FC9;
}

.aboutus_second_content {
    padding: 80px 0 120px 0;
    background-color: #ECECEC;
    width: 100%;
    float: left;
}

.services_margin {
    margin: 20px 0 90px 0;
}


.service_conent_outer_gray {
    width: 100%;
    background-color: #f0f0f0;
    padding: 80px 0 90px 0;
    float: left;
    border-top: solid 1px #ECECEC;
    border-bottom: solid 1px #ECECEC;
}

.service_conent_outer {
    width: 100%;
    background-color: #fff;
    padding: 80px 0 90px 0;
    float: left;
}

.service_subtitle {
    font-size: 32px;
    color: #202020;
    font-weight: 300;
    line-height: 48px;
    text-align: center;
    margin: 0px 0 58px 0;
}

.gallery_outer {
    width: 100%;
    float: left;
    margin: 80px 0;
}

.jumbotron {
    text-align: center;
    padding: 0px;
    margin: 20px 0 0 0;
}

.gallery {
    padding: 40px;
}

.gallery img {
    width: 100%;
    border-radius: 0;
    position: relative;
    margin-bottom: 40px;
}

.contact_outer {
    width: 100%;
    background-color: #fff;
    padding: 120px 0 130px 0;
    float: left;
}

.jumbotron h1 {
    font-weight: 300;
}

.testimon {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 68px auto;
}

.testimon h1 {
    font-weight: 300;
    text-align: center;
    margin-bottom: 16px;
    color: #119FC9;
    font-size: 36px;
}

.contact_outer .form-control::placeholder {
    color: rgba(0, 0, 0, 0.3);
}

.error-txt {
    font-size: 14.5px;
    color: #d93025;
    text-align: left;
    margin: 24px 0 4px 2px;
    display: none;
}

@media only screen and (max-width: 575px) {

    .subpage_conent_outer {
        width: 100%;
        background-color: white;
        padding: 30px 0 0px 0;
        float: left;
    }

    .subpage_title {
        font-size: 28px;
        margin-bottom: 0px;
        color: #17b8e9;
        font-weight: 300;
    }

    .aboutus_second_content {
        padding: 30px 0 40px 0;
        background-color: #ECECEC;
        width: 100%;
        float: left;
    }

    .subpage_subtitle {
        font-size: 20px;
        margin-bottom: 20px;
        color: #202020;
        font-weight: 300;
        line-height: 28px;
        text-align: center;
        margin: 0px 0 24px 0;
    }

    .service_subtitle {
        font-size: 24px;
        color: #202020;
        font-weight: 300;
        line-height: 32px;
        text-align: center;
        margin: 0px 0 38px 0;
    }

    .service_conent_outer {
        width: 100%;
        background-color: #fff;
        padding: 30px 0 0px 0;
        float: left;
    }

    .service_conent_outer_gray {
        width: 100%;
        background-color: #f0f0f0;
        padding: 30px 0 0px 0;
        float: left;
        border-top: solid 1px #ECECEC;
        border-bottom: solid 1px #ECECEC;
    }

    .testimon h1 {
        font-weight: 300;
        text-align: center;
        margin-bottom: 16px;
        color: #119FC9;
        font-size: 28px;
    }

    .gallery_outer {
        width: 100%;
        float: left;
        margin: 30px 0;
    }

    .gallery {
        padding: 40px 40px 0 40px;
    }

    .contact_outer {
        width: 100%;
        background-color: #fff;
        padding: 30px 0 30px 0;
        float: left;
    }

    .home-enquiry-img { display: none;}

}