/* begin */
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}


@media (min-width:1280px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1572px;
        /* viewport size  - margin + gutter width ----- 1920 - 153*2 + 30 */
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

@font-face {
    font-family: 'Manrope', sans-serif;
    src: url(../fonts/Manrope-Bold.woff2) format("woff2"), url(../fonts/Manrope-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Manrope', sans-serif;
    src: url(../fonts/Manrope-ExtraBold.woff2) format("woff2"), url(../fonts/Manrope-ExtraBold.woff) format("woff");
    font-weight: 800;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Manrope', sans-serif;
    src: url(../fonts/Manrope-ExtraLight.woff2) format("woff2"), url(../fonts/Manrope-ExtraLight.woff) format("woff");
    font-weight: 200;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Manrope', sans-serif;
    src: url(../fonts/Manrope-Light.woff2) format("woff2"), url(../fonts/Manrope-Light.woff) format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Manrope', sans-serif;
    src: url(../fonts/Manrope-Medium.woff2) format("woff2"), url(../fonts/Manrope-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Manrope', sans-serif;
    src: url(../fonts/Manrope-Regular.woff2) format("woff2"), url(../fonts/Manrope-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Manrope', sans-serif;
    src: url(../fonts/Manrope-SemiBold.woff2) format("woff2"), url(../fonts/Manrope-SemiBold.woff) format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Public Sans', sans-serif;
    src: url(../fonts/PublicSans-Light.woff2) format("woff2"), url(../fonts/PublicSans-Light.woff) format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Public Sans', sans-serif;
    src: url(../fonts/PublicSans-Medium.woff2) format("woff2"), url(../fonts/PublicSans-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Public Sans', sans-serif;
    src: url(../fonts/PublicSans-Regular.woff2) format("woff2"), url(../fonts/PublicSans-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

/* font-weight */
.medium {
    font-weight: 500;
}

.regular {
    font-weight: 400;
}

.bold {
    font-weight: 700
}

.semi {
    font-weight: 600;
}

.light {
    font-weight: 300 !important;
}

.underline {
    text-decoration: underline;
}

html {
    height: -webkit-fill-available;
    font-size: 7px;
    overflow-x: hidden;
	scroll-behavior: smooth;
}

@media (min-width: 1366px) {
    html {
        font-size: 8px;
    }
}

@media (min-width: 1920px) {
    html {
        font-size: 10px;
    }
}

/* font size */
.heading-60 {
    font-size: 6rem;
    letter-spacing: 0.9rem;
    line-height: calc(90/60);
}

@media(max-width:575px) {
    .heading-60 {
        font-size: 4rem;
    }
}

.heading-80 {
    font-size: 8rem;
    letter-spacing: 0.16rem;
    line-height: calc(100/80);
}

.heading-30 {
    font-size: 3rem;
    letter-spacing: 0.36rem;
    line-height: calc(66/30);
}

.text-20 {
    font-size: 2rem;
    line-height: calc(30/20);
}

.text-22 {
    font-size: 2.2rem;
    line-height: calc(32/22);
    letter-spacing: 0.044rem;
}

.text-27 {
    font-size: 2.7rem;
    letter-spacing: 0.324rem;
    line-height: calc(66/27);
}

.text-18 {
    font-size: 1.8rem;
    letter-spacing: 0.216rem;
    line-height: calc(66/18);
}

body {
    -webkit-box-sizing: border-box;
    position: relative;
    box-sizing: border-box;
    min-height: 100vh;
    min-height: -webkit-fill-available;
    overflow-x: hidden;
    color: #171717;
    font-family: 'Public Sans', sans-serif;
    font-size: 1.6rem;
    line-height: calc(26/16);
}

.yellow {
    color: #F0C347;
}

.blue {
    color: #005DAA;
}

.white {
    color: #FFFFFF;
}

.mt-10 {
    margin-top: 1rem;
}

.mt-15 {
    margin-top: 1.5rem;
}

.mt-20 {
    margin-top: 2rem;
}

.mt-30 {
    margin-top: 3rem;
}

.mt-40 {
    margin-top: 4rem;
}

.mt-50 {
    margin-top: 5rem;
}

.mt-60 {
    margin-top: 6rem;
}

.mt-80 {
    margin-top: 8rem;
}

a {
    text-decoration: none;
}

button {
    cursor: pointer;
}

.font-manrope {
    font-family: 'Manrope', sans-serif;
}
.font-manrope.yellow {
    letter-spacing: 0.192rem;

}
/* button */
.btn {
    gap: 1rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding: 0 2rem;
    min-width: 22rem;
    height: 5.4rem;
    color: #fff;
    font-size: 1.8rem;
    line-height: calc(56/18);
    text-align: center;
    white-space: nowrap;
	font-weight: 500;
	 font-family: 'Manrope', sans-serif;
	letter-spacing: 0.36rem;
}

.btn-yellow {
    background-color: #F0C347 !important;
    color: #171717 !important;
    border: none;
}
.btn-yellow:hover {
    opacity: 0.5;
}
.btn-icon {
    display: block;
    color: #DEAD26 !important;
    text-decoration: underline;
    padding: 0;
    min-width: auto;
    height: auto;
    line-height: 2.4rem;
}

.btn-icon .icon {
    width: 2.4rem;
    height: 2.4rem;
    margin-right: 1rem;
}

.btn-blue {
    background-color: #427DCC !important;
    color: #FFFFFF !important;
}

.btn-white {
    background-color: #FFFFFF !important;
    color: #427DCC !important;
    border: 1px solid #427DCC;
}

.btn-gray {
    background-color: #FFFFFF !important;
    border: 1px solid #E8E8E8;
    border-radius: 5px;
    color: #414042;
}

.btn-gray1 {
    background-color: #E8E8E8 !important;
    border-radius: 1rem;
    color: #414042;
}

.btn-gray:hover {
    border: 2px solid #427DCC;
    color: #427DCC;
    font-weight: 600;
}

.btn-gray1,
.btn-white:hover,
.btn-blue:hover,
.btn-orange:hover {
    opacity: 0.8;
}

/* header */

.top .logo {
    position: fixed;
    display: block;
    height: 5rem;
    width: auto;
    top: 4rem;
    left: 10rem;
    z-index: 999;
}

.top .logo img {
    width: auto;
    height: 100%;
}

.header1 {
    position: fixed;
    z-index: 99;
    transition: all .5s;
    top: 0;
    bottom: 0;
    right: 0;
    width: 16rem;
    padding: 13rem 4rem 4.5rem 2rem;
    background: rgba(77, 77, 77, 0.5);
    backdrop-filter: blur(3px);
    overflow-y: auto;
}
.header1::-webkit-scrollbar{
    display: none;
}
@media(max-width:991px) {
    .header1 {
        right: -16rem;
    }
}

.header .menu-button {
    display: none;
}

.top .logo {
    display: block;
    height: 5rem;
    width: auto;
}

.top .logo img {
    width: auto;
    height: 100%;
}

.header .menu-list {
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
    list-style: none;
    float: right;
    width: 100%;
    padding: 0;
}

.header .menu-link {
    display: block;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    color: #FFFFFF;
    font-size: 1.4rem;
    font-weight: 400;
    text-decoration: none;
    margin-bottom: 5rem;
	letter-spacing: 0.084rem;
	line-height: calc(20/14);
}

.header .menu-link:hover {
    color: #DEAD26;
    font-weight: bold;
}

.header .wrapper {
    padding: 0;
}

.header1 .call .icon {
    width: 4rem;
    height: auto;
}

.toggle-btn {
    position: fixed;
    z-index: 999;
    top: 3.5rem;
    right: 4rem;
}

.header1.active {
    right: 0;
}

@media (min-width: 991px) {
    .header .toggle-btn {
        display: none;
    }

}

@media(max-width:991px) {
    .toggle-btn {
        right: 2rem;
    }

    .top .logo {
        left: 2rem;
    }
}

.toggle-btn .svg-trigger {
    -webkit-transition: -webkit-transform 400ms;
    transition: -webkit-transform 400ms;
    transition: transform 400ms;
    transition: transform 400ms, -webkit-transform 400ms;
    cursor: pointer;
    width: 40px;
    height: 40px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.toggle-btn .svg-trigger path {
    fill: none;
    stroke: #005DAA;
    stroke-width: 5;
    stroke-linecap: round;
    -webkit-transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
}

.toggle-btn .svg-trigger path:nth-child(1) {
    stroke-dasharray: 40 160;
}

.toggle-btn .svg-trigger path:nth-child(2) {
    stroke-dasharray: 40 142;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition: -webkit-transform 400ms;
    transition: -webkit-transform 400ms;
    transition: transform 400ms;
    transition: transform 400ms, -webkit-transform 400ms;
}

.toggle-btn .svg-trigger path:nth-child(3) {
    stroke-dasharray: 40 85;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition: stroke-dashoffset 400ms, -webkit-transform 400ms;
    transition: stroke-dashoffset 400ms, -webkit-transform 400ms;
    transition: transform 400ms, stroke-dashoffset 400ms;
    transition: transform 400ms, stroke-dashoffset 400ms, -webkit-transform 400ms;
}

.toggle-btn.active .svg-trigger {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.toggle-btn.active .svg-trigger path:nth-child(1),
.toggle-btn.active .svg-trigger path:nth-child(3) {
    stroke-dashoffset: -64px;
}

.toggle-btn.active .svg-trigger path:nth-child(2) {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

img {
    display: block;
    width: 100%;
    height: auto;
}

/* footer */
.footer {
    background: #083267;
    padding: 7rem 0 0 0;
}


.footer .menu-list {
    list-style: none;
}

.footer .nav-link {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    font-size: 1.8rem;
    font-weight: 400;
    color: #FFFFFF;
    letter-spacing: 0.216rem;
    line-height: calc(30/18);
    font-family: 'Manrope', sans-serif;
    margin-right: 5rem;
    padding: 0;
    margin-bottom: 2rem;
}
.footer .nav-link:hover,
.footer .menu-item.active .nav-link{
    color:#DEAD26;
    font-weight: bold;
}
.footer .menu .menu-child {
    font-weight: 300;
    list-style: none;
}

.footer .menu .menu-child li {
    margin-top: 1.5rem;
}

.footer .menu .menu-child li:hover a,
.footer .menu .menu-child li.active a {
    text-decoration: underline;
}

@media(min-width: 1800px) {
    .footer .box {
        display: flex;
        gap: 15%;
    }
}

.footer .box .box-left {
    width: 87%;
}

@media(max-width: 991px) {
    .footer .box .box-left {
        width: 100%;
    }
}

.footer .box .box-right {
    margin-top: 3rem;
}

@media (max-width: 767px) {

    .footer .description,
    .footer .ft-menu {
        margin-top: 5rem;
    }
}

.footer ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

.footer .info-list {
    list-style: none;
    display: block;
}

.footer .info-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.footer .info-list li .icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0.5rem;
    width: 3rem;
    height: 3rem;
}

.footer .social-list li img,
.footer .info-list li .icon img {
    filter: invert(91%) sepia(95%) saturate(7459%) hue-rotate(319deg) brightness(96%) contrast(95%);
}

.footer .info-list li:not(:last-child) {
    margin-bottom: 2rem;
}

.footer .info-list li .content {
    padding-left: 1rem;
    color: #FFFFFF;
    font-size: 1.6rem;
}

.footer .social-list {
    display: flex;
}

.footer .social-list li {
    margin-right: 4rem;
}

.footer .social-list li a {
    width: 3rem;
    height: 3rem;
    display: block;
}

.footer .ft {
    display: flex;
    justify-content: space-around;
}

@media(max-width: 767px) {
    .footer .ft {
        justify-content: left;
    }

    .footer .ft .ft-menu {
        margin-right: 6rem;
    }
}

.copyright {
    text-align: center;
    color: #FFFFFF;
    background-color: #083267;
    padding: 1.5rem 0;
    margin-top: 7rem;
    font-size: 1.4rem;
    border-top: 1px solid #FFFFFF;
    ;
}


/* checkout */
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: unset;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    display: none !important;
}

.woocommerce form .form-row::after,
.woocommerce form .form-row::before,
.woocommerce-page form .form-row::after,
.woocommerce-page form .form-row::before {
    display: none;
}

.checkout-page form .form-row {
    display: block;
}

.select2-container .select2-selection--single,
.checkout-page .form-control {
    height: 4.7rem;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 4.7rem;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 4.2rem;
}

@media(max-width:768px) {

    .woocommerce table.shop_table_responsive tr:nth-child(2n) td,
    .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
        background-color: unset;
    }

    .none {
        display: none !important;
    }
}

.woocommerce .products ul::after,
.woocommerce .products ul::before,
.woocommerce ul.products::after,
.woocommerce ul.products::before {
    display: none;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    width: 100%;
    margin: 0;
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
    float: unset;
    width: unset;
    padding-right: 0;
}

.my-tabs .tab-content,
.accordion-content {
    display: none;
}

.tabs-nav-wrap {
    overflow: hidden;
    overflow-x: auto;
}

input,
textarea {
    -webkit-transition: outline 0.2s;
    transition: outline 0.2s;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-radius: 0.4rem;
    padding: 0rem 2rem;
    width: 100%;
    height: 6rem;
    font-weight: normal;
}

select {
    /* background-image: url(../img/homepage/dropdown.png); */
    background-position: center;
    background-position: calc(100% - 2rem) center;
    background-repeat: no-repeat;
    background-size: 1.2rem auto;
    padding: 0 2rem;
    padding-right: 3rem;
    width: 100%;
    height: 6rem;
    line-height: 6rem;
    text-transform: capitalize;
    border: 1px solid #E6E6E6;
    border-radius: 0.5rem;
}

.form-control {
    height: 6rem;
    line-height: 6rem;
    border: 1px solid #E6E6E6;
    border-radius: 0.5rem;
    font-size: 1.7rem;
    font-weight: 300;
    padding: 1.8rem 2.5rem;
}

textarea {
    padding: 1.8rem 2.5rem;
    min-height: 20rem;
    resize: none;
    border: 1px solid #E6E6E6;
    border-radius: 0.5rem;
}

@media screen and (min-width: 768px) {
    .form-row {
        grid-gap: 0 3rem;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
    }
}

.description p+p {
    padding-top: 2rem;
}

/* hero banner */
.hero-banner .swiper-slide {
    position: relative;
    padding: 41rem 0;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next,
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: unset;
}

.who-are-we {
    background-size: 100% 50% !important;
    background-position: bottom !important;
    background-repeat: no-repeat !important;
}

.who-are-we .content1 {
    padding: 13rem 0 12rem 0;
}

.who-are-we .content1 .image {
    position: absolute;
    z-index: 10;
    width: 63rem;
    height: 82rem;
}

.who-are-we .content2 {
    padding: 7rem 0;
}

.who-are-we .content2 .items {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10rem;
    grid-row-gap: 6rem;
}

.who-are-we .content2 .statistics.statistics-1 .number {
    font-variant-numeric: tabular-nums;
}

@media(max-width: 1199px) {
    .who-are-we .content1 .image {
        position: unset;
        width: 100%;
        height: auto;
    }

    .who-are-we .content1 {
        padding: 13rem 0 5rem 0;
    }

    .who-are-we .content2 {
        padding: 7rem 5rem;
    }
}

@media(max-width: 575px) {
    .who-are-we .content1 .image {
        margin-bottom: 5rem;
    }

    .who-are-we .content2 {
        padding: 7rem 0rem;
    }
}

.what-we-do {
    padding: 13rem 0;
    background-color: #F7F7F7;
}

.what-we-do .accordions .accordion-item .accordion-heading .arrow {
    -ms-flex-negative: 0;
    background-image: url("../image/icon/10.png");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    flex-shrink: 0;
    height: 28px;
    margin-right: 1.5rem;
    width: 28px;
    transform: rotate(180deg);
}

.what-we-do .accordions .accordion-item.active .accordion-heading .arrow {
    -ms-flex-negative: 0;
    background-image: url("../image/icon/10.png");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    flex-shrink: 0;
    height: 28px;
    margin-right: 1.5rem;
    width: 28px;
    filter: invert(15%) sepia(150%) saturate(3483%) hue-rotate(193deg) brightness(93%) contrast(68%);
    transform: rotate(0deg);
}

.what-we-do .accordions .accordion-item .accordion-heading {
    display: flex;
    transition: all .3s;
    align-items: center;
    justify-content: space-between;
    padding: 2rem 0;
    font-size: 2.7rem;
    font-weight: 400;
}

.what-we-do .accordions .accordion-item {
    border-bottom: 1px solid #B9B9B9;

}

.what-we-do .accordions .accordion-item .accordion-content {
    padding-bottom: 2rem;
}

.what-we-do .accordions .accordion-item.active .accordion-heading {
    color: #005DAA;
}

.what-we-do .image {
    width: 100%;
    height: auto;
}

@media(max-width:575px) {
    .what-we-do .image {
        margin-top: 5rem;
    }
}

.commodities .banner {
    padding: 37rem 0 8rem 0;
}

.scrollbar {
    height: 41rem;
    width: 85%;
    overflow-y: scroll;
    display: inline-block;
}

.div-child {
    padding-right: 3rem;
}

#scroll::-webkit-scrollbar {
    width: 3px;
    height: 107px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

#scroll::-webkit-scrollbar-thumb {
    background-color: #F0C347;
}

.commodities .my-tabs {
    display: flex;
}

.commodities .tab-nav {
    display: flex;
    transition: all .3s;
    align-items: center;
    padding-bottom: 3rem;
    font-size: 1.8rem;
    font-weight: 400;
    flex: 30%;
}

.commodities .arrow {
    -ms-flex-negative: 0;
    background-image: url("../image/icon/10.png");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    flex-shrink: 0;
    height: 20px;
    margin-right: 1.5rem;
    width: 20px;
    transform: rotate(90deg);
}

.commodities .tabs {
    padding: 6rem 7rem 4rem 18rem;
    background-color: #F0F0F0;
    margin-bottom: 0;
}


.commodities .tab-container {
    flex: 70%;
}

.commodities .tabs .tab-nav.active {
    color: #005DAA;
    filter: invert(15%) sepia(150%) saturate(3483%) hue-rotate(193deg) brightness(93%) contrast(68%);
}

.commodities .tab-content {
    padding: 6rem 0 0 9rem;
}

@media(max-width:1200px) {
    .commodities .tab-content {
        padding: 6rem 0 0 3rem;
    }

    .scrollbar {
        width: 80%;
    }
}
@media(max-width:991px) {
    .commodities .tabs {
        padding: 6rem 3rem 3rem 3rem;
    }

    .scrollbar {
        width: 90%;
    }
}
@media(max-width:575px) {
    .commodities .my-tabs {
        display: block;
    }
    
}
.contact-form {
    background-size: 30% !important;
    background-position: top right !important;
    background-repeat: repeat-y !important;
    padding: 13rem 0;
    background-color: #FCFCFC;
}

.wpcf7 {
    max-width: 100%;
}

input,
textarea {
    -webkit-transition: outline 0.2s;
    transition: outline 0.2s;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-radius: 0.4rem;
    padding: 0rem 2rem;
    width: 100%;
    height: 6rem;
    font-weight: normal;
}

select {
    /* background-image: url(../img/homepage/dropdown.png); */
    background-position: center;
    background-position: calc(100% - 2rem) center;
    background-repeat: no-repeat;
    background-size: 1.2rem auto;
    padding: 0 2rem;
    padding-right: 3rem;
    width: 100%;
    height: 5rem;
    line-height: 5rem;
    text-transform: capitalize;
    border: 1px solid #F7BA9F;
    border-radius: 1.2rem;
    color: #F7BA9F;
    margin-bottom: 2rem;
}

.form-control {
    height: 5.4rem;
    line-height: 5.4rem;
    border: 1px solid #B9B9B9;
    font-size: 1.8rem;
    padding: 1.5rem 2rem;
    margin-bottom: 2rem;
    border-radius: 0;
}

textarea {
    padding: 1.5rem 2rem;
    min-height: 15rem;
    resize: none;
    border: 1px solid #B9B9B9;
    border-radius: 0;
}

.form-group label {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    font-family: 'Manrope', sans-serif;
}

@media screen and (min-width: 768px) {
    .form-row {
        grid-gap: 0 4rem;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
    }
}

.contact-form .image {
    width: 100%;
    height: auto;
}

@media(max-width:575px) {
    .contact-form .image {
        margin-top: 5rem;
    }
}

.what-set {
    padding: 15rem 0;
}

.what-set .items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-top: 10rem;
}

@media(max-width:1800px) {
    .what-set .items {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        margin-right: 16rem;

    }
}

@media(max-width:991px) {
    .what-set .items {
        margin-right: 0rem;
    }
}

@media(max-width:575px) {
    .what-set .items {
        display: grid;
        grid-template-columns: repeat(1, 1fr);

    }
}

.what-set .items .icon {
    width: 8rem;
    height: 8rem;
}

.what-set .items .item {
    padding: 4rem;
    border: 1px solid #FFFFFF;
}

.what-set .items .icon img {
    filter: invert(91%) sepia(95%) saturate(7459%) hue-rotate(319deg) brightness(96%) contrast(95%);
}

.certification {
    padding: 20rem 0;
}

.certification .tabs-wrapper .tabs-nav {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
}

.certification .tabs-wrapper .tabs-nav li {
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #B9B9B9;
}

.certification .tabs-wrapper .tabs-nav li a {
    font-size: 2rem;
    color: #B9B9B9;
    margin-right: 5rem;
    font-family: 'Manrope', sans-serif;
    text-decoration: none;
}

.certification .tabs-wrapper .tabs-nav li:last-child a {
    margin-right: 0rem;
}

.certification .tabs-wrapper .tabs-nav li.tab-active a {
    color: #005DAA;
    font-weight: 600;
    padding-bottom: 1rem;
    border-bottom: 2px solid #005DAA;
}

.services .tab-content,
.certification .tab-content {
    display: none;
}

.services .tab-content.current,
.certification .tab-content.current {
    display: block;
}

.certification .tab-content .swiper-slide .slide-content {
    padding: 3rem;
    border: 1px solid #005DAA;
}
.certification .tab-content .swiper-slide .slide-content .text{
    font-size: 1.6rem;
    letter-spacing: 0.016rem;
}
.certification .tab-content .swiper-slide .slide-content:hover {
    background-color: #005DAA;
}

.certification .tab-content .swiper-slide .slide-content:hover .text,
.certification .tab-content .swiper-slide .slide-content:hover .icon img {
    filter: invert(99%) sepia(69%) saturate(103%) hue-rotate(416deg) brightness(315%) contrast(100%)
}

.certification .tab-content .swiper-slide .slide-content:hover .title {
    font-weight: 600 !important;
    filter: invert(99%) sepia(4%) saturate(0%) hue-rotate(329deg) brightness(105%) contrast(100%);
}

.certification .box-end {
    position: relative;
    width: 15rem;
    display: flex;
    margin: auto;
    height: 8rem;
}
.certification .swiper-pagination-fraction {
    width: 4rem;
    left: 37%;
}
.certification .swiper-button-prev {
    position: absolute;
    left: -2rem;
    top: 92%;
    width: 4.7rem;
    height: 1.6rem;
}

.services .swiper-button-prev img,
.certification .swiper-button-prev img {
    transform: rotate(180deg);

}

.certification .swiper-button-next {
    right: -2rem;
    top: 92%;
    width: 4.7rem;
    height: 1.6rem;
}

.services {
    padding: 14rem 0;
}

.services .swiper-slide {
    width: fit-content !important;
}

.services .swiper-slide a {
    font-size: 2rem;
    color: #B9B9B9;
}

.services .swiper-slide a:hover {
    text-decoration: none;
    color: #005DAA;
    font-weight: 700;
}

.services .tabs-wrapper {
    border-bottom: 1px solid #B9B9B9;
}

.services .tab-active a {
    color: #005DAA;
    font-weight: 700;
    border-bottom: 2px solid #005DAA;
    padding-bottom: 0.5rem;
    display: block;
}

.services .swiper-button-prev,
.services .swiper-button-next {
    display: none;
    width: 4.7rem;
    height: 1.6rem;
}

@media(min-width:1700px) {
    .services .swiper-button-prev {
        left: -7rem;
        top: 10rem;
        display: block;
    }

    .services .swiper-button-next {
        right: -7rem;
        top: 10rem;
        display: block;

    }
}

.services .icon {
    width: 2.8rem;
    height: 2.8rem;
    transform: rotate(90deg);
    margin-right: 1rem;
}

.services .icon img {
    filter: invert(15%) sepia(150%) saturate(3483%) hue-rotate(193deg) brightness(93%) contrast(68%);
}

.services .image {
    width: 100%;
    height: auto;
}

@media(max-width:768px) {
    .services .image {
        margin-bottom: 3rem;
    }
}
