.homePage .cardS1,
.aboutPage .cardS1 {
    background: #fff;
    border-radius: 18px;
    padding: 30px 100px 30px 30px;
    margin-top: 50px;
}

.homePage .cardS1 .row,
.aboutPage .cardS1 .row {
    margin-bottom: 40px;
}

.homePage .cardS1 .row h2,
.aboutPage .cardS1 .row h2 {
    font-size: 80px;
    font-weight: bold;
    margin-bottom: 60px;
}

.homePage .cardS1 .row .img,
.aboutPage .cardS1 .row .img {
    text-align: center;
    margin-top: -100px;
}

.homePage .cardS1 p,
.aboutPage .cardS1 p {
    max-width: 95%;
    font-size: 20px;
    line-height: 30px;
}

@media (max-width: 991px) {
    .homePage .cardS1,
    .aboutPage .cardS1 {
        padding: 30px;
        padding-top: 15px;
    }

    .homePage .cardS1 .row,
    .aboutPage .cardS1 .row {
        margin-bottom: 16px;
    }

    .homePage .cardS1 .row h2,
    .aboutPage .cardS1 .row h2 {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .homePage .cardS1 p,
    .aboutPage .cardS1 p {
        font-size: 12px;
        line-height: 20px;
    }
}

.homePage .cardS2,
.aboutPage .cardS2 {
    background: #fff;
    border-radius: 18px;
    padding: 30px;
    margin-top: 120px;
}

.homePage .cardS2 .head,
.aboutPage .cardS2 .head {
    display: flex;
    align-items: flex-end;
    gap: 25px 50px;
    margin-top: -100px;
    margin-bottom: 30px;
}

.homePage .cardS2 .head img,
.aboutPage .cardS2 .head img {
    height: 220px;
}

.homePage .cardS2 .head h2,
.aboutPage .cardS2 .head h2 {
    font-size: 50px;
    font-weight: bold;
}

.homePage .cardS2 .img,
.aboutPage .cardS2 .img {
    text-align: center;
    margin-top: -140px;
}

.homePage .cardS2 p,
.aboutPage .cardS2 p {
    font-size: 20px;
    line-height: 34px;
}

.homePage .cardS2 .mobileDescription,
.aboutPage .cardS2 .mobileDescription {
    text-align: center;
    display: none;
    font-size: 12px;
    line-height: 28px;
}

@media (max-width: 1200px) {
    .homePage .cardS2,
    .aboutPage .cardS2 {
        padding: 30px;
    }

    .homePage .cardS2 .head,
    .aboutPage .cardS2 .head {
        flex-direction: column;
        align-items: flex-start;
    }

    .homePage .cardS2 .head img,
    .aboutPage .cardS2 .head img {
        height: 150px;
    }

    .homePage .cardS2 .head h2,
    .aboutPage .cardS2 .head h2 {
        font-size: 40px;
    }

    .homePage .cardS2 .head + p,
    .aboutPage .cardS2 .head + p {
        display: none;
    }

    .homePage .cardS2 .mobileDescription,
    .aboutPage .cardS2 .mobileDescription {
        display: block;
    }
}

@media (max-width: 840px) {
    .homePage .cardS2,
    .aboutPage .cardS2 {
        margin-top: 40px;
    }

    .homePage .cardS2 .head,
    .aboutPage .cardS2 .head {
        margin-top: -75px;
        gap: 12px;
        margin-bottom: 0;
    }

    .homePage .cardS2 .head img,
    .aboutPage .cardS2 .head img {
        height: 80px;
        margin-inline-start: -15px;
    }

    .homePage .cardS2 .head h2,
    .aboutPage .cardS2 .head h2 {
        font-size: 30px;
    }

    .homePage .cardS2 .head .des,
    .aboutPage .cardS2 .head .des {
        font-size: 10px;
        margin-bottom: 20px;
    }

    .homePage .cardS2 .head a,
    .aboutPage .cardS2 .head a {
        font-size: 14px;
        padding: 6px 15px;
    }

    .homePage .cardS2 .img,
    .aboutPage .cardS2 .img {
        margin-top: -87px;
    }
}

.homePage .sectionHead,
.aboutPage .sectionHead {
    margin: 40px auto;
}

.homePage .sectionHead h1,
.aboutPage .sectionHead h1 {
    color: #fff;
    font-size: 60px;
    font-weight: bold;
    text-align: center;
}

.homePage .cardS3,
.aboutPage .cardS3 {
    background: #fff;
    border-radius: 18px;
    padding: 100px;
    margin-top: 200px;
}

.homePage .cardS3 {
    padding: 80px 50px;
}

.homePage .cardS3 .img,
.aboutPage .cardS3 .img {
    text-align: center;
    margin-top: -300px;
}

.homePage .cardS3 .img {
    margin-top: -200px;
}

.homePage .cardS3 .details,
.aboutPage .cardS3 .details {
    align-items: flex-end;
}

.homePage .cardS3 .details .title,
.aboutPage .cardS3 .details .title {
    font-size: 80px;
    font-weight: bold;
    margin-bottom: 20px;
}

.homePage .cardS3 .details .title {
    font-size: 30px;
}

.homePage .cardS3 .details .des,
.aboutPage .cardS3 .details .des {
    font-size: 34px;
}

.homePage .cardS3 .details .des {
    font-size: 14px;
}

.homePage .cardS3 .details a,
.aboutPage .cardS3 .details a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 50px;
    font-size: 20px;
    background: #feb96a;
    color: #6b6b6b;
    border-radius: 6px;
}

.homePage .owl-news .more a {
    width: max-content;
    display: block;
    padding: 15px 50px;
    font-size: 20px;
    background: #feb96a;
    color: #6b6b6b;
    border-radius: 6px;
    margin: 0 auto;
}

.homePage .cardS3 .details a {
    font-size: 14px;
    padding: 15px 18px;
}

@media (max-width: 1200px) {
    .homePage .cardS3,
    .aboutPage .cardS3 {
        padding: 50px;
        margin-top: 150px;
    }

    .homePage .cardS3 .img,
    .aboutPage .cardS3 .img {
        margin-top: -200px;
    }

    .homePage .cardS3 .details,
    .aboutPage .cardS3 .details {
        flex-direction: column;
        align-items: flex-start;
        gap: 22px;
    }

    .homePage .cardS3 .details .title,
    .aboutPage .cardS3 .details .title {
        font-size: 40px;
        margin-bottom: 0;
    }

    .homePage .cardS3 .details .des,
    .aboutPage .cardS3 .details .des {
        font-size: 24px;
    }
}

@media (max-width: 676px) {
    .homePage .cardS3,
    .aboutPage .cardS3 {
        padding: 25px;
        margin-top: 100px;
    }

    .homePage .cardS3 .img,
    .aboutPage .cardS3 .img {
        margin-top: -110px;
    }
}

@media (max-width: 430px) {
    .homePage .cardS3,
    .aboutPage .cardS3 {
        margin-top: 70px;
    }

    .homePage .cardS3 .img,
    .aboutPage .cardS3 .img {
        margin-top: -88px;
    }

    .homePage .cardS3 .details .title,
    .aboutPage .cardS3 .details .title {
        font-size: 30px;
    }

    .homePage .cardS3 .details .des,
    .aboutPage .cardS3 .details .des {
        font-size: 14px;
    }

    .homePage .cardS3 .details a,
    .aboutPage .cardS3 .details a {
        font-size: 14px;
        padding: 6px 15px;
    }
}

.homePage .cardS4,
.aboutPage .cardS4 {
    background: #fff;
    border-radius: 18px;
    padding: 30px;
    margin-top: 200px;
}

.homePage .cardS4 .img,
.aboutPage .cardS4 .img {
    text-align: center;
    margin-top: -140px;
}

.homePage .cardS4 .details,
.aboutPage .cardS4 .details {
    margin-top: -210px;
}

.homePage .cardS4 .details img,
.aboutPage .cardS4 .details img {
    height: 300px;
}

.homePage .cardS4 .details .title,
.aboutPage .cardS4 .details .title {
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 20px;
}

.homePage .cardS4 .details .des,
.aboutPage .cardS4 .details .des {
    font-size: 30px;
    margin-bottom: 40px;
}

.homePage .cardS4 .details a,
.aboutPage .cardS4 .details a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: -moz-max-content;
    width: max-content;
    padding: 15px 50px;
    font-size: 20px;
    background: #feb96a;
    color: #6b6b6b;
    border-radius: 6px;
}

@media (max-width: 1200px) {
    .homePage .cardS4 .details .title,
    .aboutPage .cardS4 .details .title {
        font-size: 40px;
    }

    .homePage .cardS4 .details .des,
    .aboutPage .cardS4 .details .des {
        font-size: 20px;
    }
}

@media (max-width: 840px) {
    .homePage .cardS4,
    .aboutPage .cardS4 {
        margin-top: 100px;
    }

    .homePage .cardS4 .details,
    .aboutPage .cardS4 .details {
        margin-top: -75px;
    }

    .homePage .cardS4 .details img,
    .aboutPage .cardS4 .details img {
        height: 80px;
    }

    .homePage .cardS4 .details .title,
    .aboutPage .cardS4 .details .title {
        font-size: 26px;
    }

    .homePage .cardS4 .details .des,
    .aboutPage .cardS4 .details .des {
        font-size: 10px;
        margin-bottom: 20px;
    }

    .homePage .cardS4 .details a,
    .aboutPage .cardS4 .details a {
        font-size: 14px;
        padding: 6px 15px;
    }

    .homePage .cardS4 .img,
    .aboutPage .cardS4 .img {
        margin-top: -95px;
    }
}

.homePage .features {
    margin: 60px 0px;
}

.homePage .featBox {
    background: #fff;
    border-radius: 18px;
    padding: 25px;
    height: 100%;
}

.homePage .featBox .icon {
    height: 80px;
    width: 80px;
    background: #fff;
    border-radius: 50%;
    margin: 0 auto;
    margin-top: -60px;
    padding: 15px;
    border: 1px solid #707070;
    margin-bottom: 8px;
}

.homePage .featBox .title {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 8px;
}

.homePage .staticses {
    background: #fff;
    margin: 100px auto;
}

.homePage .staticses .content {
    min-height: 200px;
    display: flex;
    justify-content: center;
    padding: 40px 0px;
}

.homePage .staticses .content .staticsBox {
    padding: 0px 60px;
    text-align: center;
}

.homePage .staticses .content .staticsBox:nth-of-type(2) {
    border-inline-start: 1px solid #707070;
    border-inline-end: 1px solid #707070;
}

.homePage .staticses .content .staticsBox .icon {
    height: 100px;
    width: 100px;
    background: #fff;
    padding: 15px;
    border-radius: 50%;
    border: 1px solid #707070;
    margin: 0 auto;
    margin-top: -100px;
    margin-bottom: 8px;
}

.homePage .staticses .content .staticsBox .title {
    background: #feb96a;
    font-size: 20px;
    font-weight: bold;
    padding: 0px 30px;
    margin-bottom: 12px;
}

.homePage .staticses .content .staticsBox .number {
    font-size: 40px;
    font-weight: bold;
}

.homePage .staticses .content .staticsBox a {
    background: #ebebeb;
    border-radius: 24px;
    color: #162434;
    font-weight: bold;
    padding: 6px 35px;
}

@media (max-width: 772px) {
    .homePage .staticses .content .staticsBox {
        padding: 0px 30px;
    }

    .homePage .staticses .content .staticsBox .icon {
        height: 80px;
        width: 80px;
        margin-top: -80px;
    }

    .homePage .staticses .content .staticsBox .title {
        padding: 0px 10px;
    }
}

@media (max-width: 562px) {
    .homePage .staticses .content .staticsBox {
        padding: 0px 8px;
    }

    .homePage .staticses .content .staticsBox a {
        padding: 5px 10px;
    }
}

.owl-news {
    background: #fff;
    padding: 40px 25px;
}

.owl-news .news .img {
    border-radius: 45px;
    overflow: hidden;
    margin-bottom: 8px;

}

.owl-nav {
    transform: translateY(-210px);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.owl-nav button {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    background: rgba(232, 232, 232, 0.64) !important;
    color: #707070;
    font-size: 40px !important;
}

@media (max-width: 991px) {
    .owl-nav {
        transform: translateY(-220px);
    }
}

@media (max-width: 430px) {
    .owl-nav {
        transform: translateY(-180px);
    }

    .owl-nav button {
        height: 60px;
        width: 60px;
    }
}

.latestNewsPage .news {
    text-align: center;
}

.latestNewsPage .news .img {
    height: 400px;
    margin-bottom: 20px;
}

.latestNewsPage .news .img img {
    height: 100%;
    width: 100%;
    border-radius: 34px;
}

.latestNewsPage .news p {
    font-size: 20px;
    padding: 0px 30px;
}

@media (max-width: 991px) {
    .latestNewsPage .news .img {
        height: 200px;
    }

    .latestNewsPage .news p {
        font-size: 16px;
    }
}

.productsPage .product {
    display: block;
    background: #fff;
    border-radius: 9px;
    padding: 26px 10px;
    height: 100%;
}

.productsPage .product .img {
    height: auto;
    margin-bottom: 12px;
}

.productsPage .product .img img {
    height: auto;
}

.productsPage .product p {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}

@media (max-width: 430px) {
    .productsPage .product {
        border-radius: 10px;
        /*min-height: 270px;*/
        height: 100%;
    }

    .productsPage .product .img {
        max-height: 172px;
    }

    .productsPage .product p {
        font-size: 12px;
        font-weight: 500;
    }
}

.productPage .product {
    padding: 26px;
    background: #fff;
    border-radius: 25px;
}

.productPage .product .img {
    height: 600px;
}

.productPage .product .img img {
    height: 100%;
}

.productPage .product .details {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0px 50px;
}

.productPage .product .details .title {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 32px;
}

.productPage .product .details ul {
    width: 100%;
}

.productPage .product .details ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    padding: 15px 0px;
    border-bottom: 0.5px solid #707070;
}

.productPage .product .details ul li span {
    font-size: 20px;
    font-weight: 600;
}

.productPage .sectionHead {
    margin: 20px 0px;
}

.productPage .sectionHead h2 {
    font-size: 25px;
    color: #fff;
}

.productPage .productComponents {
    background: #fff;
    padding: 26px;
    border-radius: 25px;
}

.productPage .productComponents p {
    font-size: 25px;
    font-weight: 500;
}

@media (max-width: 991px) {
    .productPage .product .img {
        height: auto !important;
    }

    .productPage .product .details {
        padding: 0;
    }

    .productPage .product .details .title {
        font-size: 20px;
    }

    .productPage .product .details ul li span {
        font-weight: bold;
        font-size: 14px;
    }

    .productPage .productComponents p {
        font-size: 14px;
        font-weight: bold;
    }
}

.certificatesPage h2 {
    font-weight: bold;
    margin-bottom: 40px;
}

.certificatesPage p {
    line-height: 30px;
    font-size: 16px;
}

.contactUsPage .info {
    margin: 30px auto 60px;
}

.contactUsPage .info .infoBox {
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    border-radius: 25px;
    padding: 25px 45px;
}

.contactUsPage .info .infoBox .icon {
    height: 40px;
    width: 40px;
}

.contactUsPage .info .infoBox .icon img {
    height: 100%;
    width: 100%;
}

.contactUsPage .info .infoBox .title,
.contactUsPage .info .infoBox .text {
    font-size: 20px;
    font-weight: bold;
    color: #6b6b6b;
}

.contactUsPage .info .infoBox .text {
    font-size: 34px;
}

.contactUsPage .form .formHead {
    margin-bottom: 20px;
}

.contactUsPage .form .formHead h2 {
    font-size: 30px;
    font-weight: bold;
    color: #6b6b6b;
    margin-bottom: 20px;
}

.contactUsPage .form .formHead p {
    font-weight: 500;
    font-size: 18px;
    color: #6b6b6b;
}

.contactUsPage .form form .input {
    height: 45px;
    max-width: 800px;
    margin-bottom: 32px;
}

.contactUsPage .form form .input input {
    height: 100%;
    width: 100%;
    background: #ededed;
    border: none;
    padding: 16px;
}

.contactUsPage .form form .input input::-moz-placeholder {
    font-size: 20px;
    font-weight: 500;
    color: #c3c3c3;
}

.contactUsPage .form form .input input::placeholder {
    font-size: 20px;
    font-weight: 500;
    color: #c3c3c3;
}

.contactUsPage .form form textarea {
    height: 350px;
    width: 100%;
    background: #ededed;
    border: none;
    padding: 16px;
    resize: none;
    margin-bottom: 12px;
}

.contactUsPage .form form textarea::-moz-placeholder {
    font-size: 20px;
    font-weight: 500;
    color: #c3c3c3;
}

.contactUsPage .form form textarea::placeholder {
    font-size: 20px;
    font-weight: 500;
    color: #c3c3c3;
}

.contactUsPage .form form p {
    font-weight: 500;
    font-size: 16px;
    color: #6b6b6b;
    margin-bottom: 20px;
}

.contactUsPage .form form button {
    background: #262626;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 14px 32px;
}

@media (max-width: 991px) {
    .contactUsPage .info .infoBox .title {
        font-size: 16px;
    }

    .contactUsPage .info .infoBox .text {
        font-size: 20px;
    }
}

.pageHead {
    margin-bottom: 45px;
}

.pageHead h1 {
    font-size: 40px;
    color: #fff;
}

@media (max-width: 430px) {
    .pageHead {
        margin-bottom: 25px;
    }

    .pageHead h1 {
        font-size: 25px;
    }
}

.pageHeadS2 {
    margin-bottom: 20px;
}

.pageHeadS2 h1 {
    font-size: 25px;
    color: #fff;
}

.content {
    border-radius: 25px;
    background: #fff;
    padding: 65px 80px;
}

@media (max-width: 991px) {
    .content {
        padding: 65px;
    }
}

@media (max-width: 430px) {
    .content {
        padding: 35px;
    }


}


@media only screen and (max-width: 600px) {
    .productPage .product .img img{
        max-height: 350px;
    }
}

.faqPage .accordion .accordion-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    box-shadow: none;
    color: #162434;
    font-size: 16px;
    font-weight: 500;
}

.faqPage .accordion .accordion-button::after {
    filter: brightness(0);
    margin-left: 0;
}

.fonticon i {
    font-size: 45px;
    color: #e1dede;
}

.flag-img {
    max-width: 32px;
    border-radius: 20px;
    margin-top: -4px;
}


html[lang="en"][dir="ltr"] .homePage .cardS2 .head img {
    transform: scaleX(-1);
}

.latestNewsPage .news span {
    color: #b7b7b7;
}

.latestNewsPage .news span i {
    color: #b7b7b7;
}


.productsPage #pagination {
    margin: 0px auto;
    margin-top: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.productsPage #pagination li:first-of-type a,
.productsPage #pagination li:last-of-type a {
    font-weight: 500;
}

.productsPage #pagination li a {
    display: inline-block;
    text-decoration: none;
    font-size: 20px;
    color: #162434;
}

.productsPage #pagination li a.active {
    font-weight: 500;
    color: #fff;
}
