@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');


* {
    font-family: "Mulish", sans-serif;
}


a {
    text-decoration: none !important;
}


.sticky {
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
    background: #fff;
    animation: sticky 2s;
    box-shadow: 0px -1px 4px 0px;
}


.inch19 .about .for_img img {
    width: 100%;
    height: 334px;
    object-fit: contain;
}



img.header_logo {
    width: 160px;
    height: 70px;
    object-fit: contain;
}


ul.navbar-nav.ms-auto.mb-2.mb-lg-0 {
    gap: 22px;
}


a.nav-link.active {
    font-size: 20px;
    font-weight: 600;
    color: #3d73a1 !important;
}


a.nav-link {
    font-size: 20px;
    font-weight: 600;
}


.offset-4 {
    margin-left: 14.333333%;
}


section.home {
    background: url(../img/home_bg.jpg);
    height: 600px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.inch19 .home {
    background: url(../img/home_bg19.jpg);
    height: 600px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.inch24 .home {
    background: url(../img/home_bg24.jpg);
    height: 600px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.inch36 .home {
    background: url(../img/home_bg36.jpg);
    height: 600px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.home .main-title h1 {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
}



.home .main-title h4 {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}


.home .cnt p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}


.home .for_img img {
    width: 100%;
}





.about .main_title h2 {
    font-size: 40px;
    font-weight: 700;
    color: #3d73a1;
    margin-bottom: 40px;
}


.about span {
    color: #373435;
}


.about .for_img img {
    width: 100%;
}


.about .col-lg-7 {
    display: flex;
    justify-content: center;
    align-items: center;
}







.product .main_title h2 {
    font-size: 40px;
    font-weight: 700;
    color: #000;
    margin-bottom: 45px;
}


.product span {
    color: #3d73a1;
}

.product .main {
    box-shadow: 0px 0px 6px 0px #00000066;
    padding: 20px;
    border-radius: 0px 60px;
    background: #00224500;
}


.product .for_img img {
    width: 100%;
    border-radius: 0px 60px;
}



.product .title h4 {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    margin-top: 15px;
}





.why .for_icon i {
    font-size: 35px;
    color: #fff;
    height: 70px;
    width: 70px;
    background: #3d73a1;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}


.why .title h4 {
    font-size: 22px;
    font-weight: 600;
    margin: 10px 0px 2px 0px;
}


.why .main {
    box-shadow: 0px 0px 6px 0px #00000054;
    padding: 20px;
    border-radius: 60px 0px;
}




.why .main_title h2 {
    font-size: 40px;
    font-weight: 700;
    color: #000;
    margin-bottom: 45px;
}


.why span {
    color: #3d73a1;
}






.faq .main_title h2 {
    font-size: 40px;
    font-weight: 700;
    color: #000;
    margin-bottom: 45px;
}


.faq span {
    color: #3d73a1;
}



.accordion-item {
    margin-bottom: 20px;
    border: none !important;
    box-shadow: 0px 0px 6px 0px #00000047;
    /* background: #3e4095; */
    border-radius: 0px !important;
}


button.accordion-button {
    background: #3d73a1 !important;
    color: #fff !important;
    box-shadow: none !important;
}


.accordion-button::after {
    filter: invert(1);
}


p.acco {
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 600;
}






.support .main_title h2 {
    font-size: 40px;
    font-weight: 700;
    color: #3d73a1;
    margin-bottom: 45px;
}


.support span {
    color: #000;
}



.support .info1 img {
    width: 54px;
}



.support .title {
    margin-left: 15px;
}


.support .title h4 {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    margin-bottom: 3px;
}


.support .title p {
    font-size: 16px;
    color: #000;
    margin-bottom: 0px;
}


.info1 {
    display: flex;
    align-items: center;
    padding: 20px 33px;
    box-shadow: 0px 0px 6px 0px #00000061;
    border-radius: 56px;
}


a {
    text-decoration: none !important;
}


.support .main {
    height: 100%;
}




section.copyright {
    background: #3d73a1;
    padding: 10px;
}

.copyright h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0px;
    color: #ffffff;
}




@media (max-width: 767.98px) {
    
    
    .offset-4 {
    margin-left: 0 !important;
}

    button.navbar-toggler {
        border-radius: 0px !important;
        box-shadow: none !important;
    }

    img.header_logo {
        width: 130px;
        height: 46px;
    }

    .home .col-lg-5.d-none {
        display: block !important;
    }


    section.home {
        height: 100%;
        background-position: 37% 50%;
    }


    .home .main-title h1 {
        font-size: 26px;
    }

    .home .main-title h4 {
        font-size: 20px;
    }


    .about .main_title h2 {
        font-size: 30px;
        margin-bottom: 30px;
    }

   .inch19 .about .main_title h2 {
        font-size: 27px;
        margin-bottom: 30px;
    }

    .about .for_img img {
        margin-bottom: 20px;
    }


    .inch19   .product .main_title h2 {
        font-size: 28px;
        margin-bottom: 25px;
    }

    ul.navbar-nav.ms-auto.mb-2.mb-lg-0 {
        gap: 0;
        line-height: 18px;
    }



    .inch19 .home {
        height: 100%;
        background-position: 37% 50%;
    }


    .product .main_title h2 {
        font-size: 30px;
        margin-bottom: 25px;
    }

    .product .col-lg-4.col-md-6 {
        margin-top: 20px;
    }

    .why .main_title h2 {
        font-size: 29px;
        margin-bottom: 15px;
    }

    .why .col-lg-3.col-md-6 {
        margin-top: 20px;
    }

    .faq .main_title h2 {
        font-size: 23px;
        margin-bottom: 35px;
    }

    p.acco {
        font-size: 16px;
    }

    section.why.py-5 {
        padding: 30px 0px !important;
    }


    section.product.py-5 {
        padding: 30px 0px !important;
    }

    section.about.py-5 {
        padding: 30px 0px !important;
    }

    section.faq.py-5 {
        padding: 30px 0px !important;
    }


    .offset-2 {
        margin-left: 0 !important;
    }


    .support .main_title h2 {
        font-size: 30px;
        margin-bottom: 15px;
    }


    .support .col-lg-4 {
        margin-top: 20px;
    }

}