﻿@import url('https://fonts.googleapis.com/css2?family=Bai+Jamjuree:wght@200;300;400;500;600;700&family=Istok+Web:wght@400;700&display=swap');

body {
    font-family: 'Bai Jamjuree', sans-serif;
    /*    font-family: 'Istok Web', sans-serif;
*/ margin: 0;
    padding: 0;
    background-color: #F5F5F5
}

a {
    text-decoration: none
}

p {
    font-size: 16px;
    line-height: 28px;
}

.clearfix {
    clear: both
}

.container {
    width: 1200px;
}

.header {
    background: #fff;
    width: 100%;
    position: relative;
}

.logo {
    width: 180px;
    padding: 20px 0 16px 0;
    float: left;
    position: relative
}

    .logo img {
        width: 100%
    }


.social {
    width: auto;
    float: right;
    margin-top: 12px;
    margin-left: 20px;
}

    .social a {
        display: inline-block;
        color: #414344;
        margin: 0 0 0 20px;
    }

        .social a i {
            font-size: 14px;
        }

        .social a:hover {
            color: #888
        }

.slider {
    background-color: #fff;
    display: block
}

.padding {
    padding: 100px 0;
}

.title {
    display: block;
    margin-bottom: 40px;
}

    .title h1 {
        color: #101c26;
        font-size: 34px;
        font-weight: 700;
        text-transform: capitalize;
        position: relative;
        font-family: 'Bai Jamjuree', sans-serif;
    }

        .title h1::before {
            content: '';
            width: 5px;
            height: 26px;
            background-color: #1D9F88;
            float: left;
            margin-right: 10px;
            margin-top: 8px;
        }

    .title h3 {
        font-size: 24px;
        color: #101c26;
        font-weight: 300;
        font-family: 'Bai Jamjuree', sans-serif;
        width: 600px
    }

.about {
    display: block;
    background-color: #fff;
    background-image: url(../images/about-small-bg.jpg);
    background-repeat: no-repeat;
    background-position: bottom right;
}

    .about p {
        color: #414344
    }

.about-numbers {
    display: block;
    width: 320px;
    float: right;
}

.about-numbers-block1 {
    width: 160px;
    height: 160px;
    border: 1px solid #e5e5e5;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.04);
    padding: 23px;
    background-color: #fff;
}

    .about-numbers-block1 span {
        font-size: 14px;
        color: #101c26;
        font-family: 'Bai Jamjuree', sans-serif;
        display: block
    }

    .about-numbers-block1 h2 {
        color: #1D9F88;
        font-size: 50px;
        font-family: 'Bai Jamjuree', sans-serif;
        font-weight: 700;
    }

.about-numbers-block2 {
    width: 160px;
    height: 160px;
    border: 1px solid #e5e5e5;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.04);
    float: right;
    padding: 23px;
    background-color: #ffff;
}

    .about-numbers-block2 span {
        font-size: 14px;
        color: #101c26;
        font-family: 'Bai Jamjuree', sans-serif;
        display: block
    }

    .about-numbers-block2 h2 {
        color: #101c26;
        font-size: 50px;
        font-family: 'Bai Jamjuree', sans-serif;
        font-weight: 700;
        margin-bottom: 0;
    }

.read-more {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    padding: 10px 20px;
    clear: both;
    background-color: #1d9f88;
    border: 1px #fff solid;
    font-family: 'Bai Jamjuree', sans-serif;
    font-weight: 500;
}

.strenght {
    display: block;
    background-color: #1D9F88;
    background-image: url(../images/strenght.jpg);
    background-position: left center;
    background-size: contain;
    background-repeat: no-repeat
}

.strenght-txt {
    margin-left: 44%;
}

.strenght h3 {
    display: block;
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 12px;
    position: relative;
    padding-left: 30px;
    color: #fff;
}

    .strenght h3 i {
        font-size: 24px;
        margin-right: 10px;
        color: #fff;
    }

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    background: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.04);
}

    .swiper-slide img {
        display: block;
        width: 100%;
    }

.swiper, swiper-container {
    padding-bottom: 50px;
}

.swiper-pagination-bullet-active {
    background: #1d9f88;
}

.swiper-txt {
    display: block;
    padding: 20px;
    text-align: left;
}

    .swiper-txt h3 {
        color: #101c26;
        font-size: 22px;
        font-weight: 700;
        font-family: 'Bai Jamjuree', sans-serif;
        margin-bottom: 14px;
    }

    .swiper-txt h2 {
        font-family: 'Bai Jamjuree', sans-serif;
        color: #1D9F88;
        font-weight: 300;
    }

.services {
    display: block;
    -webkit-box-shadow: inset 0 500px 0 0 #101c26;
    box-shadow: inset 0 500px 0 0 #101c26;
}

.mission {
    display: block;
    background-image: url(../images/globe.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
}

    .mission h3 {
        font-size: 34px;
        color: #1D9F88;
        /*! margin-left: 12%; */
        font-weight: 900;
        font-family: 'Bai Jamjuree', sans-serif;
        margin-bottom: 20px;
    }

    .mission h4 {
        font-size: 24px;
        color: #101c26;
        margin-left: 4%;
        font-weight: 300;
        width: 70%;
        line-height: 38px;
        font-family: 'Bai Jamjuree', sans-serif;
    }

.partnership {
    display: block;
    background-color: #fff;
}

    .partnership ul {
        list-style: none;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

        .partnership ul li {
            width: 200px;
        }

.partner-items {
/*    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 2rem*/
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 2rem;
}

    .partner-items img {
        width: 100%;
        /*height: 200px;*/
        object-fit: contain;
        margin: auto;
    }

@media screen and (max-width: 767px) {
    .partner-items {
        grid-template-columns: repeat(3, 1fr);
        gap: 1rem;
    }
}

@media screen and (max-width: 350px) {
    .partner-items {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
}

.Training {
    display: block;
    -webkit-box-shadow: inset 400px 0 0 0 #1D9F88;
    box-shadow: inset 400px 0 0 0 #1D9F88;
}

.Training-img {
    width: 30%;
    float: left
}

    .Training-img img {
        width: 100%
    }

.Training-txt {
    width: 67%;
    margin-left: 3%;
    float: left
}

.Training-txt-card {
    background: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.04);
    border-top: 3px #1D9F88 solid;
    padding: 20px 24px;
    height: 100%;
}

    .Training-txt-card h4 {
        font-size: 14px;
        color: #000000;
        margin-bottom: 12px;
        font-weight: 500;
        font-family: 'Bai Jamjuree', sans-serif;
    }

        .Training-txt-card h4 span {
            color: #1D9F88;
            margin-right: 5px;
        }

.Training-txt-card-xtra {
    background-color: #F5F5F5;
    padding: 20px;
}

    .Training-txt-card-xtra h5 {
        font-size: 16px;
        font-weight: 300;
        font-family: 'Bai Jamjuree', sans-serif;
    }

        .Training-txt-card-xtra h5 i {
            color: #000;
            margin-right: 5px;
        }

.Training-txt-card-xtra2 {
    background: #ecf8f6;
    border: 1px solid #1d9f88;
    padding: 10px;
    text-align: center
}

    .Training-txt-card-xtra2 span {
        font-size: 16px;
        color: #000
    }

.Training-line {
    display: block;
    padding-top: 20px;
    border-top: 1px #D8D8D8 solid;
}

.clients {
    display: block;
    background-color: #fff;
    background-image: url(../images/client-bg.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100%;
}

.clients-img {
    width: 100%;
    border: 1px #E5ECEB solid;
}

    .clients-img img {
        width: 100%;
    }

.footer {
    display: block;
    background-image: url(../images/footer.jpg);
    background-color: #101c26;
}

.footer-top {
    display: block;
    padding: 40px 0;
}

.footer-logo {
    width: 150px;
}

.footer-social {
    float: right;
    margin-top: 11px;
}

    .footer-social a {
        color: #fff;
        margin-left: 10px;
        font-size: 20px;
    }

.footer-mid {
    display: block;
    border-top: 1px #595E60 solid;
    border-bottom: 1px #595E60 solid;
    padding: 40px 0;
}

    .footer-mid h4 {
        font-size: 16px;
        text-transform: uppercase;
        color: #fff;
        font-weight: 700;
        font-family: 'Bai Jamjuree', sans-serif;
        margin-bottom: 20px;
    }

        .footer-mid h4:before {
            content: '';
            width: 4px;
            height: 15px;
            background-color: #1D9F88;
            float: left;
            margin-right: 10px;
            margin-top: 3px;
        }

.footer-mid-links {
    display: block
}

    .footer-mid-links a {
        display: block;
        font-size: 13px;
        color: #C9C9C9;
        margin-bottom: 5px;
        font-family: 'Bai Jamjuree', sans-serif;
        text-transform: uppercase;
    }

    .footer-mid-links p {
        display: block;
        font-size: 13px;
        color: #C9C9C9;
        margin-bottom: 5px;
        font-family: 'Bai Jamjuree', sans-serif;
        text-transform: uppercase;
    }

.footer-avesta {
    display: block;
    padding: 20px 0;
}

    .footer-avesta h4 {
        font-size: 12px;
        color: #C9C9C9;
        font-weight: 300;
        float: left;
        font-family: 'Bai Jamjuree', sans-serif;
        text-transform: uppercase;
    }

    .footer-avesta h5 {
        font-size: 12px;
        color: #C9C9C9;
        font-weight: 300;
        float: right;
        font-family: 'Bai Jamjuree', sans-serif;
        text-transform: uppercase;
    }

.page-titles {
    display: block;
    height: 404px;
    background-size: cover;
    background-position: center center;
    width: 100%
}

    .page-titles h1,
    .page-titles h2 {
        font-size: 32px;
        color: #fff;
        text-transform: uppercase;
        font-weight: 600;
        font-family: 'Bai Jamjuree', sans-serif;
        margin-top: 180px;
        display: inline-block;
    }

.Objectives {
    display: block;
    background-color: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.04);
    width: 81%;
    padding-left: 19%;
    position: relative;
}

    .Objectives::after {
        content: '';
        background-color: #fff;
        width: 100%;
        position: absolute;
        height: 50px;
        left: 0;
        bottom: -50px;
        z-index: 2;
    }

    .Objectives h3 {
        display: block;
        position: relative;
        font-size: 20px;
        color: #101c26;
        padding-left: 40px;
        font-family: 'Bai Jamjuree', sans-serif;
        font-weight: 300;
        width: 80%;
        margin-bottom: 20px;
    }

        .Objectives h3 i {
            color: #1D9F88;
            position: absolute;
            left: 0;
            top: 5px;
        }

.How {
    display: block;
    background-color: #fff;
}

    .How ul {
        display: block;
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .How ul li {
            width: 30%;
            float: left;
            padding: 0 30px 20px 0;
            margin-right: 30px;
        }

            .How ul li h3 {
                color: #1d9f88;
                font-size: 24px;
                font-weight: 700;
                margin-bottom: 20px;
                border-bottom: 1px #ddd solid;
                padding-bottom: 18px;
                margin-top: 30px;
                position: relative;
            }

                .How ul li h3::after {
                    content: '';
                    width: 60px;
                    height: 3px;
                    background-color: #1D9F88;
                    position: absolute;
                    bottom: 0;
                    left: 0;
                }

            .How ul li h5 {
                display: block;
                position: relative;
                font-size: 16px;
                color: #101c26;
                padding-left: 24px;
                font-family: 'Bai Jamjuree', sans-serif;
                font-weight: 300;
                margin-bottom: 14px;
                line-height: 24px;
            }

                .How ul li h5 i {
                    color: #1D9F88;
                    position: absolute;
                    left: 0;
                    top: 0;
                }

.cert {
    display: block;
}

.cert-card {
    background: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.04);
    padding: 20px;
    text-align: center
}

    .cert-card img {
        width: 100%;
        margin-bottom: 20px;
    }

    .cert-card h3 {
        font-size: 20px;
        color: #1D9F88;
        text-transform: uppercase;
    }

    .cert-card span {
        color: #101c26;
        font-size: 16px;
    }

.detail {
    display: block;
    background-color: #fff;
}

.detail-wrapper {
    width: 768px;
    margin: 0 auto;
}

    .detail-wrapper img {
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }

    .detail-wrapper h1 {
        margin-bottom: 30px;
        font-size: 36px;
        font-weight: 700;
    }

    .detail-wrapper p {
        color: #414344;
    }

.detail-list {
    display: block;
    margin-top: 40px;
}

    .detail-list h5 {
        display: block;
        position: relative;
        font-size: 20px;
        color: #101c26;
        padding-left: 40px;
        font-family: 'Bai Jamjuree', sans-serif;
        font-weight: 300;
        margin-bottom: 20px;
    }

        .detail-list h5 i {
            color: #1D9F88;
            position: absolute;
            left: 0;
            top: 1px;
        }

.partners {
    display: block
}

.partners-card {
    background: #fff;
    border: 1px solid #e5e5e5;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.04);
    padding: 24px;
}

    .partners-card img {
        display: block;
        width: 225px;
        margin-bottom: 10px;
    }

    .partners-card h2 {
        font-weight: bold;
        font-size: 28px;
        line-height: 48px;
        color: #1d9f88;
        margin-bottom: 14px;
    }

    .partners-card p {
        color: #414344;
        margin-bottom: 14px;
    }

.partners-site {
    display: block;
    padding-top: 14px;
    border-top: 1px #E5ECEB solid;
}

    .partners-site a {
        font-weight: 500;
        font-size: 12px;
        text-align: left;
        color: #1d9f88;
        text-transform: uppercase
    }

        .partners-site a i {
            margin-left: 10px;
            color: #000
        }

.Training-page {
    display: block;
    background-color: #fff
}

.main-tab {
    display: block;
    margin-top: 50px;
}

.nav {
    border-bottom: 1px #E5ECEB solid;
}

.nav-item {
    margin-right: 20px;
}

.nav-pills .nav-link {
    border: 0;
    border-radius: 0;
    font-size: 20px;
    font-weight: 700;
    padding: 0 0 14px 0;
    color: #666;
}

    .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        color: #1D9F88;
        background-color: transparent;
        border-bottom: 3px #1D9F88 solid;
        border-radius: 0;
    }

.tab-wrapper {
    display: block;
    margin-top: 30px;
    background-color: #F5F5F5;
}

table {
    font-size: 16px;
}

tbody, td, tfoot, th, thead, tr {
    padding: 10px;
    vertical-align: top;
}

table img {
    width: 100%
}

.icons {
    display: block;
    margin-top: 50px;
}

    .icons ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .icons ul li {
            width: 19%;
            float: left;
            margin-right: 1.2%;
            margin-bottom: 20px;
        }

            .icons ul li:last-child {
                margin-right: 0
            }

.icons-card {
    background: #fff;
    border: 1px solid #e5e5e5;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.04);
    text-align: center;
    padding: 20px;
    height: 200px;
}

    .icons-card h2 {
        font-size: 20px;
        display: block;
        margin-top: 30px;
    }

        .icons-card h2 span {
            display: block;
            clear: both;
            font-size: 12px;
        }

.Engineering {
    display: block;
    margin-top: 30px;
}

    .Engineering h1 {
        font-size: 20px;
        color: #000;
        font-weight: 600;
        margin-bottom: 20px;
    }

.Engineering-card {
    background-color: #F5F5F5;
    padding: 20px;
}

    .Engineering-card h2 {
        font-size: 16px;
        color: #101c26;
        margin-bottom: 0
    }

        .Engineering-card h2 i {
            color: #1D9F88;
            margin-right: 10px;
        }

.nont {
    display: block
}

    .nont ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .nont ul li {
            width: 24%;
            float: left;
            margin-right: 1.3%;
            margin-bottom: 20px;
        }

            .nont ul li:nth-child(4n+0) {
                margin-right: 0
            }

.nont-card {
    background: #fff;
    border: 1px solid #e5e5e5;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.04);
    text-align: left;
    padding: 20px;
    height: 120px;
}

    .nont-card h2 {
        font-size: 18px;
        display: block;
        font-weight: 700;
        color: #1c9f87;
    }

    .nont-card span {
        display: block;
        clear: both;
        font-size: 16px;
    }

.Consultancy {
    display: block;
    background-color: #F5F5F5
}

.Consultancy-card {
    width: 80%;
    background-color: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.04);
    border-top: 3px #1D9F88 solid;
    padding: 30px;
    position: relative
}

    .Consultancy-card div {
        display: block;
        position: relative;
        margin-bottom: 20px;
    }

        .Consultancy-card div span {
            font-size: 16px;
            color: #1D9F88;
            position: absolute;
            left: 0;
            top: 0;
        }

        .Consultancy-card div h3 {
            display: inline-block;
            padding-left: 40px;
            font-size: 16px;
        }

.con-img {
    position: absolute;
    right: -24%;
    top: 20px;
}

.Announcements  {
    display: block;
    background-color: #1D9F88;
}

.Announcements-card {
    background-color: #fff;
    padding: 20px;
}

    .Announcements-card span {
        color: #1D9F88;
        font-size: 14px;
    }

    .Announcements-card h2 {
        font-size: 18px;
        margin: 0;
        line-height: 26px;
        color: #000
    }

.unlock {
    display: block;
    background-color: #fff;
}

.unlock-main {
    display: block
}

.unlock-main-left {
    width: 60%;
    float: left;
}

    .unlock-main-left h2 {
        font-weight: 600;
        margin-top: 50px
    }

.unlock-main-right {
    width: 38%;
    float: right;
    margin-left: 2%;
}

    .unlock-main-right img {
        width: 100%
    }

.main-jobs {
    display: block;
    margin-top: 50px;
}

.jobs {
    display: block
}

    .jobs ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .jobs li {
        display: block;
        position: relative;
        border-top: 1px #f5f5f5 solid;
        padding: 10px 0;
    }

        .jobs li h2 {
            font-size: 18px;
            font-weight: 600;
            width: 50%;
            float: left;
            margin-bottom: 0
        }

        .jobs li h3 {
            display: inline-block;
            font-size: 16px;
            color: #666;
            margin-right: 60px;
            margin-bottom: 0
        }

        .jobs li a {
            float: right;
            font-size: 14px;
            color: #1d9f88;
            text-transform: uppercase;
            font-weight: 600;
        }

            .jobs li a i {
                margin-left: 10px;
            }

.jobs-detail {
    display: block;
    background-color: #fff;
}

.jobs-xtra {
    display: block;
    margin: 30px 0
}

.jobs-detail-wrapper {
    width: 768px;
    margin: 0 auto;
}

    .jobs-detail-wrapper h1 {
        margin-bottom: 10px;
        font-size: 36px;
        font-weight: 700;
    }

    .jobs-detail-wrapper h3 {
        font-size: 18px;
        font-weight: 600
    }

    .jobs-detail-wrapper p {
        color: #414344;
        margin-bottom: 30px;
    }

.form-control {
    border-radius: 0;
    border-color: #DFEEEB;
}

.form-select {
    border-radius: 0;
    border-color: #DFEEEB;
}

.map {
    display: block;
    height: auto
}

    .map iframe {
        width: 100%;
        height: 400px;
    }

.contact-left {
    display: block;
}

.contact-items {
    display: block;
    margin-bottom: 20px;
    position: relative;
    min-height: 41px
}

.contact-items-icon {
    width: 41px;
    height: 41px;
    background-color: #1D9F88;
    text-align: center;
    line-height: 41px;
    position: absolute;
}

    .contact-items-icon i {
        color: #fff;
    }

.contact-items h3 {
    font-size: 20px;
    padding-left: 60px;
}

.contact-form {
    display: block;
    padding: 30px;
    background-color: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.04);
}

@media only screen and (max-width:1440px) {
    .Objectives {
        width: 88%;
        padding-left: 8%;
    }
}

@media only screen and (max-width:1360px) {
    .strenght {
        background-position: -170PX center;
    }

        .strenght h3 {
            font-size: 20px;
        }

            .strenght h3 i {
                font-size: 20px;
            }
}

@media only screen and (max-width:1200px) {
    .Consultancy-card div {
        margin-bottom: 12px;
    }

        .Consultancy-card div h3 {
            margin: 0;
        }

    .con-img {
        width: 450px;
    }
}

@media only screen and (max-width:1024px) {
    .logo {
        width: 140px;
        padding: 10px 0 10px 0;
    }

    .jobs li h2 {
        font-size: 16px;
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }

    .unlock-main-left h2 {
        margin-top: 0;
    }

    .Consultancy-card {
        width: 100%;
        padding: 30px;
    }

    .con-img {
        position: static;
        width: 100%;
        display: block;
    }

    .nont ul li {
        width: 49%;
        margin-right: 2%;
    }

        .nont ul li:nth-child(2n+0) {
            margin-right: 0
        }

    .How ul li {
        width: 100%;
        float: none;
        padding: 0 0 20px;
        margin-right: 0;
    }

    .social {
        margin-top: 22px;
        margin-right: 80px;
    }

    .strenght {
        background-image: none;
    }

    .strenght-txt {
        margin-left: 2%;
    }

    .swiper-txt h3 {
        font-size: 16px;
    }

    .mission h3 {
        margin-left: 0;
    }

    .mission h4 {
        margin-left: 6%;
        width: 100%;
    }

    .Training {
        -webkit-box-shadow: inset 200px 0 0 0 #1D9F88;
        box-shadow: inset 200px 0 0 0 #1D9F88;
    }

    .title h3 {
        width: 100%;
    }
}

@media only screen and (max-width:768px) {
    .about-numbers {
        display: none;
    }

    .jobs-detail-wrapper {
        width: 96%;
    }

    .map iframe {
        height: 200px;
    }

    .icons ul li {
        width: 49%;
        margin-right: 2%;
    }

        .icons ul li:nth-child(2n+0) {
            margin-right: 0
        }

    .partners-card h2 {
        font-size: 18px;
    }

    .partners-card img {
        width: 155px;
    }

    .detail-wrapper {
        width: 96%;
    }

    .padding {
        padding: 40px 0;
    }

    .title {
        margin-bottom: 30px;
    }

        .title h1 {
            font-size: 30px;
        }

    p {
        font-size: 14px;
        line-height: 24px;
    }

    .read-more {
        font-size: 12px;
        padding: 8px 20px;
    }

    .title h1::before {
        height: 23px;
        margin-top: 7px;
    }

    .title h3 {
        font-size: 20px;
        width: 100%;
    }

    .mission h3 {
        font-size: 20px;
    }

    .mission h4 {
        font-size: 18px;
        line-height: 30px;
        margin-left: 6%;
        width: 94%;
    }

    .partnership {
        background-image: none;
    }

        .partnership ul {
            width: 100%;
        }

    .Training {
        box-shadow: none;
    }

    .Training-img {
        display: none;
    }

    .Training-txt {
        width: 100%;
        margin-left: 0;
        float: none;
    }

    .footer-top {
        padding: 20px 0;
    }

    .footer-logo {
        width: 130px;
    }

    .footer-social {
        margin-top: 7px;
    }

        .footer-social a {
            font-size: 16px;
        }

    .footer-avesta h4 {
        float: none;
        text-align: center;
    }

    .footer-avesta h5 {
        float: none;
        text-align: center;
    }

    .page-titles {
        height: 200px;
    }

        .page-titles h1 {
            font-size: 20px;
            margin-top: 84px;
        }

    .Objectives {
        width: 96%;
        padding-left: 4%;
    }

        .Objectives h3 {
            font-size: 16px;
            padding-left: 30px;
            width: 90%;
            margin-bottom: 10px;
        }

        .Objectives::after {
            bottom: 0px;
        }
}

@media only screen and (max-width:576px) {
    .container {
        width: 96%;
    }

    .contact-items h3 {
        font-size: 14px;
        padding-left: 40px;
    }

    .contact-items-icon {
        width: 31px;
        height: 31px;
        line-height: 31px;
    }

    .jobs-detail-wrapper h1 {
        margin-bottom: 0;
        font-size: 22px;
    }

    .unlock-main-left h2 {
        margin-top: 0;
        font-size: 20px;
    }

    .unlock-main-left {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }

    .unlock-main-right {
        width: 100%;
        float: none;
        margin-left: 0;
    }

    .nont ul li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .nont-card {
        height: auto;
    }

    .icons {
        margin-top: 20px;
    }

        .icons ul li {
            width: 100%;
            margin-right: 0;
            margin-bottom: 10px;
        }

    .icons-card {
        height: auto;
    }

    table {
        font-size: 12px;
    }

    .nav-pills .nav-link {
        font-size: 14px;
        padding: 0 0 10px 0;
    }

    .padding {
        padding: 20px 0;
    }

    .Objectives {
        padding-left: 4%;
    }

    .title h1 {
        font-size: 24px;
    }

    .detail-wrapper h1 {
        font-size: 22px;
    }

    .detail-list h5 {
        font-size: 16px;
    }

    .title h1::before {
        height: 21px;
        margin-top: 4px;
    }

    .strenght h3 {
        font-size: 16px;
        padding-left: 20px;
    }

        .strenght h3 i {
            font-size: 14px;
        }

    .services {
        -webkit-box-shadow: inset 0 300px 0 0 #101c26;
        box-shadow: inset 0 300px 0 0 #101c26;
    }

    .jobs-detail-wrapper {
        width: 92%;
    }
}

@media only screen and (max-width:440px) {
    .logo {
        width: 100px;
        padding: 10px 0 10px 0;
    }

    .jobs li h3 {
        font-size: 14px;
        margin-right: 20px;
        margin-bottom: 0;
    }

    .jobs li a {
        font-size: 12px;
    }

    .Consultancy-card {
        padding: 20px;
    }

    .social {
        margin-top: 15px;
        margin-right: 60px;
        margin-left: 0;
    }

        .social a {
            margin: 0 0 0 12px;
        }

    .partnership ul li {
        width: 48%;
        margin-bottom: 10px
    }

    .title h1 {
        font-size: 20px;
    }

        .title h1::before {
            height: 15px;
            margin-top: 4px;
            margin-right: 5px;
            width: 3px;
        }

    .title h3 {
        font-size: 16px;
        width: 100%;
    }
}

.companies {
    /*display: grid;
    grid-template-columns: repeat(4, 1fr);*/
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 2rem;
}

.company-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 1rem;
    color: black;
}

    .company-item img {
        background: white;
        width: 250px;
        padding: 2rem;
    }

@media screen and (max-width: 527px) {
    .companies {
        justify-content: center;
    }
}

.company-detail {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.company-detail-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    color: black;
}

    .company-detail-head img {
        background: white;
        width: 200px;
        padding: 2rem;
        object-fit: contain;
    }

.gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.gallery-item {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 250px;
    height: 250px;
}

.fancybox__caption {
    max-width: 700px !important;
}

@media screen and (max-width: 1000px) {
    .gallery-item {
        width: 200px;
        height: 200px;
    }
}

@media screen and (max-width: 474px) {
    .gallery {
        justify-content: center;
    }
}

.news {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.news-item {
    background: white;
    width: 370px;
}

.news-item-img {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 250px;
}

.news-item-info {
    padding: 1rem;
    color: #000;
}


.news-item-info p {
    line-height: 23px;
}

@media screen and (max-width: 1000px) {
    .news-item {
        width: 300px;
    }
}

@media screen and (max-width: 768px) {
    .news {
        justify-content: center;
    }
        .news-item {
        width: 100%;
        max-width: 350px;
    }
}

.otherDetailsSwiper {
    padding-bottom: 80px !important;
}

    .otherDetailsSwiper .swiper-button-prev,
    .otherDetailsSwiper .swiper-button-next {
        top: 94% !important;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        width: 1.8rem;
        height: 1.8rem;
    }

        .otherDetailsSwiper .swiper-button-next::after, .otherDetailsSwiper .swiper-button-prev::after {
            content: "";
        }

    .otherDetailsSwiper .swiper-button-prev {
        right: 5%;
        left: unset;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%234c71ae'%2F%3E%3C%2Fsvg%3E") !important;
    }

    .otherDetailsSwiper .swiper-button-next {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%234c71ae'%2F%3E%3C%2Fsvg%3E") !important;
    }

.serviceSwiper .swiper-slide img,
.service-img  {
    height: 13rem !important;
    object-fit: cover !important;
}





    .slick-slider .slick-list .homeSlide .slide__img {
        height: 50rem;
    }

    .slick-slider .slick-list .homeSlide .slide__img img {
        object-fit: cover;
        height: 100%;
        width: 100%;
    }

@media screen and (max-width: 800px) {
    .slick-slider .slick-list .homeSlide .slide__img {
        height: 30rem;
    }
}

@media screen and (max-width: 500px) {
    .slick-slider .slick-list .homeSlide .slide__img {
        height: 20rem;
    }
}