/************ Preloader *************/

.preloader-inner img {

    width: 400px;

}





/************ Navigation Bar *************/


.header-logo img {
    width: 350px;
    transition: all 0.5s;
}



.main-menu a {

    font-size: 16px;

    font-weight: 500;

}



.header-layout3 .main-menu {
    margin-right: 60px;
}



.main-menu ul.sub-menu li a {

    font-size: 20px;

}



.main-menu ul.sub-menu li {

    padding: 9px;

}





/*********** Banner **********/

.hero-style3 {

    max-width: 900px;

}



.hero-style3 .hero-title {

    font-size: 64px;

    line-height: 69px;

}



.hero-style3 .hero-text {

    max-width: 900px;

    margin-top: 20px;

}



.fa-x-twitter:before {

    content: "\e61b";

}



.social-links svg {

    width: 16px;

    fill: white;

}





/************ About Us **************/

.abt {

    padding-bottom: 100px;

}



.fa-play:before {

    content: "";

    background-image: url(assets/img/product/Group.png);

}





/*************** Our Products ****************/

.box-img {

    width: 150px;

    height: 110px;

}



.box-img img {

    width: 100%;

    height: 100%;

}





/************** Industry we served ************/

.serve {

    background-color: white !important;

}





/************** Sustainability Initiatives ***************/

.about-feature-wrap li {

    list-style: url(assets/img/KO-icon/Background.png);

    line-height: 28px;

}



.about-feature-wrap {

    padding-top: 25px;

    margin-top: 25px;

}



/*************** Why choose us ***************/

.choose-blocks {

    margin-top: 68px;

}



.choose-blocks .row:nth-child(2) .choose-content {

    margin-bottom: 0px;

}


.choose-content {
    background-color: white;
    padding: 20px;
    width: 500px;
    min-height: 215px;
    margin-bottom: 22px;
    border-radius: 30px;
}
.choose-content p{
    margin-bottom: 0px;
}


.inner-content {

    padding: 0px 20px;

}



.inner-content ul {

    padding: 0px 0px 0px 20px;

}





/************** Certificates *************/

.certificate-img {

    width: 100%;

    height: 100%;

}



.certificate-img img {

    width: 100%;

    height: 100%;

    padding: 30px;

    background-color: whitesmoke;


    border-radius: 15px;

}





/************** Testimonials *************/

.box-author img {
    width: 80px;
    height: 80px;
    background-color: white;
    object-fit: cover;
}





/************** Form **************/

.form-blog {

    padding-bottom: 100px;

}





/************** Footer **************/

.th-social svg {

    fill: white;

    width: 20px;

}



.icon-masking img {

    width: 80%;

}



/************* End Bag **************/

.developer-link {

    text-align: end;

    color: white;

}



.copyright-text {

    text-align: left;

}



.developer-link a {

    color: white;

}



.scroll-top {

    bottom: 10%;

}


/****************************** Media Screens *********************************/

/* ===== Responsive for 1440px screens ===== */

@media (min-width: 1440px) and (max-width: 1919px) {

    .container {

        padding: 0px 50px;

    }



  .hero-style3 {
    position: relative;
    padding: 270px 0 150px 50px;
    max-width: 1000px;
    z-index: 4;
}


    .header-logo img {
    width: 172px;
}



.hero-3 .social-links {

    left: 3%;

    top: 50%;

    bottom: 0;

    margin: auto;

    height: fit-content;

    transform: translateY(-100%);

}



    .main-menu a {

        font-size: 18px;

    }



    .header-layout3 .main-menu {

        margin-right: 35px;

    }



    .choose-content {

        background-color: white;

        padding: 20px;

        width: 100%;

        border-radius: 30px;

    }



    .copyright-wrap {

        padding: 15px 0px;

    }



    .scroll-top {

        bottom: 10%;

    }



}

/* ===== Responsive for 1366px screens ===== */

@media (min-width:1366px) and (max-width: 1439px) {

    .main-menu.style2>ul>li>a {

        position: relative;

        padding: 5.5px 14px;

        background-color: transparent;

        -webkit-transition: all 0.4s ease-in-out;

        transition: all 0.4s ease-in-out;

        z-index: 2;

    }



    .header-layout3 .main-menu {

        margin-right: 40px;

    }



    .main-menu a {

        font-size: 18px;

    }



    .choose-content {

        background-color: white;

        padding: 20px;

        width: 400px;

        height: 250px;

        border-radius: 30px;

    }



    .certificate-img img {

        width: 100%;

        height: 100%;

        padding: 25px;

        background-color: whitesmoke;

        border-radius: 30px;

    }



    .icon-masking img {

        width: 80%;

    }



    .copyright-wrap {

        padding: 15px 0px;

    }



    .scroll-top {

        bottom: 10%;

    }



}

/* ===== Responsive for 1280px screens ===== */

@media (min-width:1280px) and (max-width:1366px) {

    .main-menu.style2>ul>li>a {

        position: relative;

        padding: 5.5px 10px;

        background-color: transparent;

        -webkit-transition: all 0.4s ease-in-out;

        transition: all 0.4s ease-in-out;

        z-index: 2;

    }





    .header-layout3 .main-menu {

        margin-right: 40px;

    }



    .main-menu a {

        font-size: 16px;

    }



   .th-btn {

        padding: 12.5px 20px;

    }



    .choose-content {

        background-color: white;

        padding: 15px 20px;


        border-radius: 30px;

        width: 100%;

    }



    .inner-content {

    padding: 0px 5px;

}   







    .certificate-img img {

        width: 100%;

        height: 100%;

        padding: 25px;

        background-color: whitesmoke;

        border-radius: 30px;

    }



    .icon-masking img {

        width: 75%;

    }



    .copyright-wrap {

        padding: 15px 0px;

    }



    .scroll-top {

        bottom: 10%;

    }



}

/* ===== Responsive for 1200px screens ===== */

@media (min-width:1200px) and (max-width:1279px) {

    .container {

        padding: 0px 25px;

    }



    .main-menu.style2>ul>li>a {

        position: relative;

        padding: 5.5px 10px;

        background-color: transparent;

        -webkit-transition: all 0.4s ease-in-out;

        transition: all 0.4s ease-in-out;

        z-index: 2;

    }



   



 .header-layout3 .main-menu {
    margin-right: 0;
    margin-left: -8px;
}


    .main-menu a {

        font-size: 16px;

    }



    .th-btn {

        padding: 17.5px 17px;

    }



    .choose-content {

        background-color: white;

        padding: 15px 15px;

        width: 325px;   

        margin: 10px 0px;

        border-radius: 30px;

    }



    .certificate-img img {

        width: 100%;

        height: 100%;

        padding: 25px;

        background-color: whitesmoke;

        border-radius: 30px;

    }



    .icon-masking img {

        width: 75%;

    }



    .copyright-wrap {

        padding: 15px 0px;

    }



    .scroll-top {

        bottom: 10%;

    }



}

/* ===== Responsive for 1020px screens ===== */

@media (min-width:1020px) and (max-width:1199px) {



    .main-menu a {

        font-size: 14px;

    }






    .main-menu a {

        font-size: 14px;

    }



    .th-btn {

        padding: 17.5px 17px;

        font-size: 15px;

    }



    .header-layout3 .main-menu {
    margin-right: 0px;
    margin-left: -8px;
}



    .hero-style3 {

        max-width: 700px;

    }



    .hero-style3 .hero-title {

        font-size: 48px;

        line-height: 64px;

    }



    .inner-content {

        padding: 0px 9px;

    }



    .choose-content {

        background-color: white;

        padding: 20px;

        width: 100%;

        height: 90%;

        margin: 20px 0px;

        border-radius: 30px;

    }




    .main-menu.style2>ul>li>a {

        padding: 2px 7px;

    }



  



    .hero-style3 .hero-title {

        font-size: 46px;

        line-height: 64px;

    }



    .icon-masking img {

        width: 70%;

    }



    .header-logo {

        padding: 15px 5px;

    }



    .copyright-wrap {

        padding: 15px 0px;

    }



    .scroll-top {

        bottom: 10%;

    }



}

/* ===== Responsive for 992px screens ===== */

@media (min-width:992px) and (max-width:1019px) {

    .main-menu a {

        font-size: 14px;

    }



    .header-logo img {

        width: 140px !important;

    }



    .header-logo {

        padding: 24px 5px;

    }



    .main-menu a {

        font-size: 14px;

    }



    .th-btn {

        padding: 17.5px 17px;

        font-size: 15px;

    }



    .header-layout3 .main-menu {

        margin-right: 0px;

    }



    .hero-style3 {


        max-width: 700px;

    }



    .th-btn {

        padding: 15.5px 15px;

        font-size: 15px;

    }



    .main-menu.style2>ul>li>a {

        padding: 2px 7px;

    }



  .hero-3 .slider-arrow {

    --icon-size: 50px;

}



    .hero-style3 .hero-title {

        font-size: 46px;

        line-height: 64px;

    }



    .choose-content {

        background-color: white;

        padding: 20px;

        width: 100%;

        height: 90%;

        border-radius: 30px;

    }


.blog-grid.style2 .blog-img {
    margin-bottom: 15px;
    min-width: 150px;
    height: 150px;
    max-width: 150px;
}



    .icon-masking img {

    width: 65%;

}

.th-widget-about .about-logo {

    margin-bottom: 25px;

}

.th-widget-about .about-text {

    font-size: 15px;

}



    .copyright-wrap {

        padding: 15px 0px;

    }



    .scroll-top {

        bottom: 10%;

    }



}

/* ===== Responsive for 991px screens ===== */

@media (min-width:990.5px) and (max-width:991.5px) {

    .header-logo img {

        width: 225px;

    }



    .choose-content {

        background-color: white;

        padding: 20px;

        width: 100%;

        height: 90%;

        margin: 20px 0px;

        border-radius: 30px;

    }



    .hero-3 .slider-arrow {

        --icon-size: 40px;

    }



    .hero-style3 .hero-title {

        font-size: 46px;

        line-height: 64px;

    }



    .blog-grid.style2 .blog-img {

        width: 656px;

        min-width: 100%;

        height: 369px;

        margin-bottom: 15px;

    }



    .mobile-logo img {

        width: 225px;

    }



    .certificate-img img {

        width: 100%;

        height: 100%;

        padding: 25px;

        background-color: whitesmoke;

        border-radius: 30px;

    }



    .icon-masking img {

        width: 70%;

    }



    .copyright-text {

        text-align: center;

    }



    .developer-link {

        text-align: center;

    }

    .copyright-wrap {

        padding: 10px 0px;

    }



    .scroll-top {

        bottom: 10%;

    }

}


/* ===== Responsive for 768px screens ===== */

@media (min-width:768px) and (max-width:989px) {

    .header-logo img {

    width: 150px;

}

    .choose-content {

        background-color: white;

        padding: 20px;

        width: 100%;

        height: 90%;

        margin: 20px 0px;

        border-radius: 30px;

    }



    .hero-3 .slider-arrow {

        --icon-size: 40px;

    }



    .hero-style3 .hero-title {

        font-size: 42px;

        line-height: 64px;

    }



    .hero-style3 .hero-text {

        font-size: 18px;

        max-width: 900px;

        margin-top: 20px;

    }

    .mobile-logo img {

        width: 200px;

    }



    .certificate-img img {

        width: 100%;

        height: 100%;

        padding: 25px;

        background-color: whitesmoke;

        border-radius: 30px;

    }



    .icon-masking img {

    max-width: 200px;

    width: 100%;

}

footer .row > *:nth-child(1) .widget.footer-widget .th-widget-about {
    padding-left: 18px;
}



    .copyright-text {

        text-align: center;

    }



    .developer-link {

        text-align: center;

    }



    .copyright-wrap {

        padding: 10px 0px;

    }



    .scroll-top {

        bottom: 10%;

    }

}


/* ===== Responsive for 767px screens ===== */

@media (min-width:766.5px) and (max-width:767.5px) {

    .header-logo img {

        width: 200px;

    }



    .choose-content {

        background-color: white;

        padding: 20px;

        width: 100%;

        height: 90%;

        margin: 20px 0px;

        border-radius: 30px;

    }



    .hero-3 .slider-arrow {

        --icon-size: 40px;

    }



    .hero-style3 .hero-title {

        font-size: 36px;

        line-height: 40px;

    }



    .hero-style3 .hero-text {

        font-size: 18px;

        max-width: 900px;

        margin-top: 20px;

    }



    .mobile-logo img {

        width: 200px;

    }



    .certificate-img img {

        width: 100%;

        height: 100%;

        padding: 25px;

        background-color: whitesmoke;

        border-radius: 30px;

    }



    .blog-grid.style2 .blog-img {

        width: 100%;

        min-width: 100%;

        height: 268px;

        margin-bottom: 15px;

    }



    .icon-masking img {

        width: 60%;

    }



    .copyright-text {

        text-align: center;

    }



    .developer-link {

        text-align: center;

    }



    .copyright-wrap {

        padding: 10px 0px;

    }



    .scroll-top {

        bottom: 10%;

    }

}
@media (max-width:765px) {
    .wp_btn {
    transform: translateY(-15px);
}
}
/* ===== Responsive for 600px screens ===== */

@media (min-width:600px) and (max-width:765px) {

    .header-logo img {

        width: 150px;

    }



    .choose-content {

        background-color: white;

        padding: 20px;

        width: 100%;

        height: 90%;

        margin: 20px 0px;

        border-radius: 30px;

    }



    .hero-3 .slider-arrow {

        --icon-size: 35px;

        top: 65%;

    }



    .fa-arrow-left:before {

        content: "\f060";

        padding: 9px;

    }



    .hero-style3 .hero-title {

        font-size: 24px;

        line-height: 30px;

    }



    .hero-style3 .hero-text {

        font-size: 15px;

        max-width: 900px;

        margin-top: 20px;

    }



    .mobile-logo img {

        width: 150px;

    }



    .certificate-img img {

        width: 100%;

        height: 100%;

        padding: 25px;

        background-color: whitesmoke;

        border-radius: 30px;

    }



    .blog-grid.style2 .blog-img {

        width: 100%;

        min-width: 100%;

        height: 268px;

        margin-bottom: 15px;

    }
	
	.blog-grid .blog-img {
    height: 268px;
}



   .icon-masking img {

    width: 100%;

    max-width: 200px;

}



    .copyright-text {

        text-align: center;

    }



    .developer-link {

        text-align: center;

    }



    .copyright-wrap {

        padding: 10px 0px;

    }



    .scroll-top,.wp_btn {

        height: 40px;

        width: 40px;

        right: 30px;

    }

 


 .wp_btn svg{
    height: 25px;
    width: 25px;
 }


    .hero-3 .slider-arrow.slider-next {

        top: 73%;

        right: 60px;

        left: unset;

    }



    .scroll-top:after {

        line-height: 40px;

        font-size: 20px;

        height: 40px;

        width: 40px;

    }



}

/* ===== Responsive for 499px screens ===== */
@media (max-width:499px) {
    .wp_btn {
    transform: translateY(-10px);
}
}

@media (min-width:499px) and (max-width:599px) {

    .header-logo img {

        width: 150px;

    }
    



    .choose-content {

        background-color: white;

        padding: 20px;

        width: 100%;

        height: 90%;

        margin: 20px 0px;

        border-radius: 30px;

    }



    .hero-3 .slider-arrow {

        --icon-size: 35px;

        top: 68%;

    }



    .fa-arrow-left:before {

        content: "\f060";

        padding: 9px;

    }



    .hero-style3 .hero-title {

        font-size: 24px;

        line-height: 30px;

    }



    .hero-style3 .hero-text {

        font-size: 14px;

        max-width: 900px;

        margin-top: 20px;

    }



    .mobile-logo img {

        width: 150px;

    }



    .certificate-img img {

        width: 100%;

        height: 100%;

        padding: 25px;

        background-color: whitesmoke;

        border-radius: 30px;

    }



    .blog-grid.style2 .blog-img {

        width: 100%;

        min-width: 100%;

        height: 245px;

        margin-bottom: 15px;

    }
	
	.blog-grid .blog-img {
    height: 245px;
}



    .icon-masking img {

        width: 60%;

    }



    .copyright-text {

        text-align: center;

    }



    .developer-link {

        text-align: center;

    }



    .copyright-wrap {

        padding: 10px 0px;

    }



    .scroll-top {

        height: 40px;

        width: 40px;

    }
    .wp_btn{
        height: 40px;

        width: 40px;
    }
    .wp_btn svg {
    height: 25px;
    width: 25px;
}



    .hero-3 .slider-arrow.slider-next {

        top: 76%;

        right: 60px;

        left: unset;

    }



    .scroll-top:after {

        line-height: 40px;

        font-size: 20px;

        height: 40px;

        width: 40px;

    }



    .hero-style3 {

        padding-left: 30px;

        padding-right: 30px;

    }

}

/* ===== Responsive for 415px screens ===== */

@media (min-width:415px) and (max-width:498px) {

    .header-logo img {

        width: 150px;

    }



    .choose-content {

        background-color: white;

        padding: 20px;

        width: 100%;

        height: 90%;

        margin: 20px 0px;

        border-radius: 30px;

    }



    .hero-3 .slider-arrow {

        --icon-size: 35px;

        top: 69%;

        right: 30px;

    }



    .hero-3 .slider-arrow.slider-next {

        top: 77%;

        right: 30px;

        left: unset;

    }



    .fa-arrow-left:before {

        content: "\f060";

        padding: 9px;

    }



    .hero-style3 .hero-title {

        font-size: 21px;

        line-height: 30px;

    }



    .hero-style3 .hero-text {

        font-size: 14px;

        margin-top: 20px;

    }



    .mobile-logo img {

        width: 150px;

    }



    .certificate-img img {

        width: 100%;

        height: 100%;

        padding: 25px;

        background-color: whitesmoke;

        border-radius: 30px;

    }



    .blog-grid.style2 .blog-img {

        width: 100%;

        min-width: 100%;

        height: 197px;

        margin-bottom: 15px;

    }
	
	.blog-grid .blog-img {
    height: 197px;
}



    .icon-masking img {

        width: 60%;

    }



    .copyright-text {

        text-align: center;

        font-size: 14px;

    }



    .developer-link {

        text-align: center;

        font-size: 14px;

    }



    .copyright-wrap {

        padding: 10px 0px;

    }



    .scroll-top {

        height: 40px;

        width: 40px;


    }
    .wp_btn {
    height: 40px;
    width: 40px;
}
 .wp_btn svg{
    height: 25px;
    width: 25px;
 }



    .scroll-top:after {

        line-height: 40px;

        font-size: 20px;

        height: 40px;

        width: 40px;

    }



    .hero-style3 {

        padding-left: 35px;

        padding-right: 35px;

    }

}

/* ===== Responsive for 375px screens ===== */
@media (max-width:499px) {
    .scroll-top,
    .wp_btn {
        bottom: 7%;
        right: 20px;
    }
}

@media (min-width:375px) and (max-width:414px) {

   .header-logo img {

    width: 130px;

}



    .choose-content {

        background-color: white;

        padding: 20px;

        width: 100%;

        height: 90%;

        margin: 20px 0px;

        border-radius: 30px;

    }



    .hero-3 .slider-arrow {

    --icon-size: 35px;

    top: 75%;

    right: 30px;

}



   .hero-3 .slider-arrow.slider-next {

    top: 82%;

    right: 30px;

    left: unset;

}



    .fa-arrow-left:before {

        content: "\f060";

        padding: 9px;

    }



    .hero-style3 .hero-title {

        font-size: 21px;

        line-height: 30px;

    }



    .hero-style3 .hero-text {

        font-size: 14px;

        margin-top: 20px;

    }



    .mobile-logo img {

        width: 150px;

    }



    .certificate-img img {

        width: 100%;

        height: 100%;

        padding: 25px;

        background-color: whitesmoke;

        border-radius: 30px;

    }



    .blog-grid.style2 .blog-img {

        width: 100%;

        min-width: 100%;

        height: 175px;

        margin-bottom: 15px;

    }
	.blog-grid .blog-img {
    height: 175px;
}



    .icon-masking img {

        width: 100%;

        max-width: 200px;

    }





    .copyright-text {

        text-align: center;

        font-size: 13px;

    }



    .developer-link {

        text-align: center;

        font-size: 14px;

    }



    .copyright-wrap {

        padding: 10px 0px;

    }



   .scroll-top {

    height: 40px;

    width: 40px;

    right: 20px;

}
.wp_btn{
       height: 40px;

    width: 40px;

    right: 20px;
}
.wp_btn svg {
    height: 24px;
    width: 24px;
}


    .scroll-top:after {

        line-height: 40px;

        font-size: 20px;

        height: 40px;

        width: 40px;

    }



    .hero-style3 {

        padding-left: 35px;

        padding-right: 35px;

    }

}
/* ===== Responsive for 375px screens ===== */

@media (min-width:320px) and (max-width:374px) {

    .header-logo img {

    width: 120px;

}

.th-menu-toggle {

    width: 35px;

    height: 35px;

    font-size: 17px;

}

.header-layout3 .menu-area {

    padding: 0px 10px;

    margin-top: 20px;

}

.hero-style3 .hero-title {

    font-size: 22px;

}

    .choose-content {

        background-color: white;

        padding: 20px;

        width: 100%;

        height: 90%;

        margin: 20px 0px;

        border-radius: 30px;

    }



    .hero-3 .slider-arrow {

        --icon-size: 35px;

        top: 73%;

        right: 20px;

    }



    .hero-3 .slider-arrow.slider-next {

        top: 81%;

        right: 20px;

        left: unset;

    }



    .fa-arrow-left:before {

        content: "\f060";

        padding: 9px;

    }



    .hero-style3 .hero-title {

        font-size: 20px;

        line-height: 30px;

    }



    .hero-style3 .hero-text {

        font-size: 14px;

        margin-top: 20px;

    }



    .mobile-logo img {

        width: 150px;

    }



    .certificate-img img {

        width: 100%;

        height: 100%;

        padding: 25px;

        background-color: whitesmoke;

        border-radius: 30px;

    }



    .blog-grid.style2 .blog-img {

        width: 100%;

        min-width: 100%;

        height: 144px;

        margin-bottom: 15px;

    }



    .icon-masking img {

        width: 60%;

    }



    .copyright-text {

        text-align: center;

        font-size: 14px;

    }



    .developer-link {

        text-align: center;

        font-size: 14px;

    }



    .copyright-wrap {

        padding: 10px 0px;

    }



    .scroll-top {

        height: 40px;

        width: 40px;

    }

    .wp_btn{
       height: 40px;

    width: 40px;
}
.wp_btn svg {
    height: 24px;
    width: 24px;
}


    .scroll-top:after {

        line-height: 40px;

        font-size: 20px;

        height: 40px;

        width: 40px;

    }



    .hero-style3 {

        padding-left: 35px;

        padding-right: 35px;

    }



    .hero-style3 .th-btn {

    font-size: 15px;

    padding: 11.5px 20px;

}

}
@media (max-width:1919px) {


    .inner-content {

        padding: 0px 15px;

    }
    .choose-content {
    min-height: 228px;
}

    

}

@media (max-width:1439px) {


.hero-style3 {
    padding: 300px 0 200px 0;
}

.hero-style3 .hero-title {

        font-size: 55px;

    }

}

@media (max-width:1365px) {

    .hero-style3 .hero-title {

    font-size: 50px;

    line-height: 65px;

}

.choose-content {

    font-size: 15px;

}

.inner-content {

    padding: 0px;

}

.certificate-img img {

    padding: 28px;

}
.choose-content {
    min-height: 240px;
}
.banner_sec .swiper-wrapper .swiper-slide {
    max-height: 850px;
}

}

@media (max-width:1199px) {

    .hero-style3 .hero-title {

        font-size: 40px;

        line-height: 58px;

    }

    .choose-blocks {

    margin-top: 45px;

}

.choose-content h6 {

    font-size: 18px;

    margin-bottom: 8px;

    line-height: 130%;

}

.choose-content {

    height: 95%;

    margin-bottom: 10px;

}

.form-blog {

    padding-bottom: 80px;

}

section#blog-sec {

    padding-bottom: 80px;

}

.process-box .box-text {

    font-size: 15px;

}
.hero-style3 {
    padding: 200px 0 100px 0px !important ;
}
.banner_sec .swiper-wrapper .swiper-slide {
    max-height: 850px;
}
}

@media (max-width:991px) {

    .hero-style3 .hero-title {

    font-size: 35px;

    line-height: 130%;

}

.hero-style3 {

    text-align: left;

}

.hero-style3 .hero-text {

    font-size: 17px;

    max-width: 550px;

    margin-top: 10px;

}

.hero-style3 .btn-group {

    justify-content: start !important;

}

.hero-style3 {

    padding-left: 0px;

}
.choose-content {
    min-height: 220px;
    margin-bottom: 0px;
    height: auto;
}
}

@media (max-width:767px) {

    .hero-style3 {

    padding-left: 12px;

    padding-right: 12px;

}

.hero-style3 .hero-title {

    font-size: 25px;

    text-align: center;

}

.hero-style3 .hero-text {

    font-size: 15px;

    max-width: 100%;

    text-align: center;

}

.hero-style3 .btn-group {

    justify-content: center !important;

}

.box-img {

    width: 120px;

    height: 80px;

}

.about-feature-wrap {

    padding-top: 15px;

    margin-top: 15px;

    text-align: left;

}

.about-feature-wrap li {

    font-size: 15px;

    line-height: 25px;

}

.choose-blocks {

    margin-top: 20px;

}

.form-blog {

    padding-bottom: 50px;

}

section#blog-sec {

    padding-bottom: 50px;

}
.hero-style3 .hero-text {
    font-size: 14px;
    line-height: 160%;
}
.choose-content {
    min-height: fit-content;
}

.hero-style3 {
    padding: 150px 0 100px 0px !important;
}
.banner_sec .swiper-wrapper .swiper-slide {
    min-height: 620px;
}
.certificate-img img {
        padding: 22px;
    }

}

@media (max-width:498px) {

    .choose-blocks {
    margin-top: 0;
}

}

@media (max-width:374px) {

    .hero-style3 .hero-title {

    font-size: 22px;

}

.blog-grid .blog-img {

    height: 144px;

}

div#why-choose-us-home-sec .title-area .sec-title {

    font-size: 22px;

    margin-bottom: 5px;

}

.blog-grid .blog-img {

    margin-bottom: 16px;

}

.blog-grid .box-title {

    font-size: 17px;

    margin-bottom: 15px;

}

section#blog-sec .blog-grid a.th-btn {

    font-size: 15px;

}

}
@media (max-width:1365px) {
   .main-menu.style2>ul>li>a {
    padding: 5.5px 10px !important;
}
.header-layout3 .main-menu.style2>ul>li>a {
    font-size: 15px;
}
.header-layout3 .main-menu {
    margin-right: 0 !important;
}
    
}
@media (max-width:1279px) {
    .main-menu.style2>ul>li>a {
    padding: 5.5px 8px !important;
}
}

@media (max-width:1199px) {
.header-layout3 .main-menu.style2>ul>li>a {
    font-size: 14px;
}
.main-menu.style2>ul>li>a {
    padding: 4.5px 6px !important;
}
    
}


