* {
    box-sizing: border-box;
    color: #fff;
    margin: 0;
    padding: 0;
    font-family: 'PoppinsRegular', sans-serif;
}

body {
    line-height: initial;
    background-color: #000;
}

.nav-link-home.w--current {
    color: #fff;
}

h2 {
    width: 100%;
    max-width: 486px;
    margin: 0 auto 32px;
    text-align: center;
    font-family: 'PoppinsSemiBold', sans-serif;
    font-size: 48px;
    color: #fff;
}

h2 .hero-divider-project {
    margin-top: 12px;
}

/* App */

header {
    width: 100%;
    margin: auto;
    max-width: 1580px;
    min-height: 110px;
    /*box-shadow: 0 0 3px red;*/
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    padding: 16px 30px 0;
    z-index: 11;
    /*background-color: rgba(0, 0, 0, .3);*/
    background-color: black;
}

header .portfolio-text-home {
    padding: 0 0 16px 0;
}

header .hero-divider-project {
    margin: 0;
    background-color: #fff;
}

.banner {
    width: 100%;
    position: relative;

}

.aaa {
    position: relative;
}

.camera {
    position: sticky;
    top: 50%;
    bottom: 0;
    margin: auto;
    height: 90vh;
    transform: translateY(-50%);

}

.banner .body {
    max-width: 1580px;
    margin: auto;

    padding: 150px 30px 0;
}

.banner img {
    border: 1px solid #fff;
    padding: 10px;
}

.container__nav.w-container {
    width: 100%;
    max-width: 100%;
    margin: 0;
}

.nav-link-home {
    color: #fff;
    font-family: 'PoppinsSemiBold', sans-serif;
    font-size: 18px;
}

.nav-links-wrapper {
    grid-column-gap: 46px;
}

.navbar-mobile svg path {
    stroke: #fff;
}

.hero-divider-project {
    fill: #fff;
    background-color: #D0D200;
    width: 100%;
}

/*Swiper Slider*/
.headSwiper {
    width: 100%;
    padding: 0 30px;
    margin: 190px auto 100px;
    max-width: 1580px;
}

.headSwiper .swiper-slide {

    display: grid;
    row-gap: 32px;
}

.headSwiper .swiper-slide .slideItem {
    text-align: center;
    font-size: 18px;
    background: #171717;
    padding: 24px !important;


}

.headSwiper .swiperItem {
    flex-direction: column;
    align-items: flex-start;
    padding: 2px;
}

.headSwiper .swiper-slide .footContent {
    padding: 30px 24px;
    font-family: 'PoppinsMedium', sans-serif;
    font-size: 24px;
    color: #FFFFFF;
    background: #171717;
    display: flex;
    column-gap: 16px;
    align-items: flex-start;

}

.headSwiper .swiper-slide .footContent img {
    min-width: 48px;
    max-width: 48px;
    height: 48px;
}

.headSwiper .swiper-slide .footContent h3 {
    font-family: 'PoppinsSemiBold', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    margin: 0 0 4px;
}

.headSwiper .swiper-slide .footContent p {
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

.headSwiper .swiper-slide h4 {
    font-family: 'PoppinsSemiBold', sans-serif;
    font-size: 24px;
    color: #EACA06;

}


.headSwiper .swiper-slide p {
    font-size: 18px;
    text-align: left;
    color: #fff;
    margin: 16px 0 !important;
}


.headSwiper .swiper-slide a {
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
    transition: 1s ease;
    background-color: transparent;
}

.headSwiper .swiperItem > img {
    margin: 36px 0;
}

.headSwiper .swiper-slide a:hover {
    /*background-color: #D0D200;*/
    /*border-color:#fff ;*/
}

.headSwiper .swiper-slide a:hover .arrowRightWhite {
    width: 0;
}

.headSwiper .swiper-slide .arrowRightGreen {
    width: 0;
}


.headSwiper .swiper-slide a:hover .arrowRightGreen {
    width: max-content;
}


.aboutUsContainer {
    margin-bottom: 128px;
}

.aboutUsContainer > .body {
    background-image: url("../assets/images/abotUsBanner.png");
    background-size: contain;


}

.aboutUs {
    display: flex;
    justify-content: space-between;
    max-width: 1520px;
    margin: 140px auto 0;
    align-items: center;
    line-height: 24px;
}

.aboutUs .leftBar > img {
    border: 1px solid #fff;
    padding: 10px;
}

.aboutUs .small {
    height: 428px;
}

.aboutUs .big {
    margin-top: -350px;
    margin-left: 250px;
}

.aboutUs .leftBar {

}

.aboutUs .rightBar {
    max-width: 744px;

}

.aboutUs .rightBar h3 {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 60px;
    line-height: 72px;
    /* identical to box height, or 120% */


    /* White */

    color: #FFFFFF;

    margin-bottom: 10px;
}

.aboutUs .rightBar p {
    /* Poppins/16px/Regular */

    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    /* or 150% */


    /* White */
    margin-bottom: 30px;

    color: #FFFFFF;
}

.aboutUs .rightBar > div {
    display: flex;
    background: #171717;
    padding: 24px;
    margin-bottom: 20px;
    align-items: flex-start;
    margin-bottom: 20px;

}

.aboutUs .rightBar > div img {
    margin-right: 10px;


}

.phoneInfo {
    display: flex;
    align-items: center;
    column-gap: 15px;
    margin-left: 100px;
    font-size: 18px;
    color: #FFFFFF;
}

.phoneInfo > * {
    margin: 0;
}

nav .phoneInfo {
}

.container__nav .phoneInfo {
}

.whyChooseUsContainer {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    width: 100%;
    margin: auto;
    max-width: 1580px;
    column-gap: 31px;
    margin-bottom: 155px;
    padding: 0 30px;
}

.whyChooseUsContainer h1 {
    width: 100%;

    margin: 0 0 41px;
    text-align: left;
    font-family: 'PoppinsSemiBold', sans-serif;
    font-size: 120px;
    line-height: 176px;
    color: #fff;

}

.whyChooseUsContainer .hero-divider-project {
    width: 47%;
    margin: 12px 0 0 0;
}

.whyChooseUsContainer p {
    max-width: 82%;
    font-size: 18px;
}

.whyChooseUsContainer .getContent {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 155px;

}

.whyChooseUsContainer .getContent span {
    display: block;
    max-width: 312px;
    font-family: 'PoppinsSemiBold', sans-serif;
    font-size: 48px;
    line-height: 53px;
    text-align: center;
}

/********/


.contactContainer {
    margin-bottom: 128px;
}

.contactContainer .content {
    display: flex;
    justify-content: space-between;
    column-gap: 108px;
    max-width: 1320px;
    margin: 40px auto 0;
    padding: 0 30px;

}

.contactContainer .infoSide {

}

.contactContainer .infoSide p {
    display: flex;
    margin-bottom: 24px;
}

.contactContainer .infoSide p img {
    margin-right: 16px;
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.contactContainer .socialMedias {
    display: flex;
    column-gap: 20px;

}

.contactContainer .socialMedias > button {
    background-color: transparent;

}

.contactContainer .infoSide .footLogos {
    margin-top: 32px;
    display: flex;
    column-gap: 32px;


}

.contactContainer .formGroup {
    width: 100%;
    max-width: 615px;
    display: grid;
    row-gap: 32px;
}

.contactContainer input,
.contactContainer textarea {
    width: 100%;
    background-color: transparent;
    padding: 12px 0;
    border: none;
    /*border-bottom:2px solid #D0D200;*/
    outline: none;
    resize: none;
    border-bottom: 2px solid #fff;

}

.contactContainer label {
    position: relative;
}

/*.contactContainer label .line {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #D0D200;
    width: 0;
    height: 2px;
    transition: 5s ease;
}*/

/*.contactContainer label:hover .line {
    width: 100%;
}*/

.contactContainer input[type=submit] {
    padding: 16px 32px;
    background: #EACA06;
    font-family: 'PoppinsSemiBold', sans-serif;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    width: max-content;
    border: none;
    color: #0F0F0F;

}


footer {
    text-align: center;
    /*background: #12102E;*/
    padding: 8px 30px;
}

footer > p {
    font-size: 14px;
    color: #FFFFFF;
    margin: 0;
}


/*  Services Page  */


section#services {
    width: 100%;
    max-width: 1520px;
    margin: 0 auto;
    padding-top: 158px;
}

.servicesTitle h1 {
    font-family: 'PoppinsSemiBold', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 52px;
    text-align: center;
}

.servicesTitleLine {
    border: 2px solid #EACA06;
    width: 100%;
    max-width: 486px;
    margin: 0 auto;
}

.servicesContent {
    width: 100%;
    display: flex;
    gap: 32px;
    justify-content: space-between;
    padding: 40px 0 128px;
}

.servicesContentImage {
    position: fixed;
}

.servicesContentText {
    width: 100%;
    max-width: 870px;
    margin: 0 0 0 auto;
}

.servicesText-1 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 1px solid #2B2B2B;
    transition: background-color 1s ease-out 100ms;
}

.servicesImage-1 {
    background: #171717;
    padding: 24px;
}

.servicesText-number h5 {
    font-family: 'PoppinsRegular', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 40px;
    color: #2B2B2B;
    margin: 0 !important;
}

.servicesText-title h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 40px;
    color: #EACA06;
    margin: 0 0 16px;
}

.servicesText-title p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #FFFFFF;
}

.servicesText-number {
    padding-right: 24px;
}

.servicesText-icon a {
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 1s ease;
    background-color: transparent;
}

.servicesText-one {
    display: flex;
}

.servicesText-number.text-number-one {
    padding-right: 32px;
}

.servicesText-1:hover {
    background: #2B2B2B;
    padding: 12px;
    margin-bottom: 0;
}

.servicesText-1:hover .servicesText-number h5 {
    color: white;
}

.servicesText-1:hover .servicesText-number {
    padding-right: 4px;
}

img#servicesImage-one {
    width: 518px;
    /*width: 100%;*/
    height: 286px;
    object-fit: cover;
    transition: 0.5s;

}


/*  Services Single Page  */

section#servicesSingle {
    width: 100%;
    max-width: 1520px;
    margin: 0 auto;
    padding-top: 158px;
}

div.servicesSingleContainer {
    width: 100%;
    display: flex;
    justify-content: space-between;
}


.singleDiv-One {
    width: 100%;
}

.singleDiv-Two {
    width: 100%;
}

h2.single-title {
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 53px;
    margin: 0 !important;
    text-align: start;
    position: relative;
}

h2.single-title:after {
    content: '';
    width: 100%;
    border: 2px solid #EACA06;
    position: absolute;
    bottom: -14px;
    left: 0;
}

p.single-pgh-1 {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #FFFFFF;
    padding: 20px 0 32px;
}

.single-button a {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    text-decoration: none;
    color: #0F0F0F;
    background: #EACA06;
    padding: 16px 32px;
}


p.single-pgh-2 {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

h2.singleDiv-TwoBox-title {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    margin: 32px 0 16px !important;
    text-align: start;
}

h5.singleBox-content-title {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #EACA06;
    position: relative;
}

h5.singleBox-content-title:after {
    content: url('../assets/images/Vector.png');
    position: absolute;
    right: 2%;
}

.singleBox-content:not(:last-child) {
    border-bottom: 2px solid #EACA06;
}

p.singleBox-content-pgh {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.singleDiv-One-image {
    position: relative;
    padding: 48px 0;
}


.singleDiv-imageOne img {
    border: 2px solid #FFFFFF;
    padding: 16px 12px;
}

.singleDiv-imageTwo img:last-child {
    border: 2px solid #FFFFFF;
    padding: 16px 12px;
}

.singleDiv-imageTwo {
    position: absolute;
    top: 30%;
    right: 14%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.singleDiv-imageTwo-content {
    position: absolute;
    right: 24%;
}

.aboutUs.singlePage-bookNow {
    flex-direction: row-reverse;
}

.singlePage-bookNow img.big {
    margin-top: -325px;
    margin-left: 0;
    background: black;
}

.singlePage-bookNow img.small {
    margin-left: 350px;
    background: black;
}

.singlePage-bookNow .single-button.bookNow {
    display: unset !important;
    background: unset !important;
    padding: unset !important;
}

.otherServices-box {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 32px;
}

.otherServices-boxItem {
    background: #171717;
    padding: 24px;
}

h5.services-boxItem-title {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color: #EACA06;
}

.otherServices-boxItem img {
    padding: 30px 0 16px;
}

p.services-boxItem-pgh {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 27px;
}

.otherServices-boxItem a {
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
    transition: 1s ease;
    background-color: transparent;
}

.otherServices-boxItem a img {
    padding: 0 !important;
}

.otherServices {
    padding-top: 128px;
}

h2.otherServices-title {
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 53px;
    text-align: center;
    position: relative;
}

h2.otherServices-title:after {
    content: '';
    border: 2px solid #EACA06;
    position: absolute;
    width: 100%;
    bottom: -10px;
    right: 0;
}

.contact-singlePage {
    margin-top: 128px;
}

/*  About Page  */

section#about {
    width: 100%;
    max-width: 1520px;
    margin: 0 auto;
    padding-top: 20px;
}

.aboutContainer.about-global .aboutUs {
    align-items: start;
}

.single-button.aboutNow {
    display: unset !important;
    background: unset !important;
    padding: 0 !important;
}

.aboutSingle-title {
    position: relative;
    font-style: normal;
    font-weight: 500;
    font-size: 60px;
    line-height: 72px;
}

.aboutSingle-title:after {
    content: '';
    border: 2px solid #EACA06;
    position: absolute;
    width: 100%;
    bottom: 0;
    right: 0;
}

.aboutPage-divTwo {
    display: flex;
    justify-content: space-between;
    gap: 32px;
    background: unset !important;
    padding: 0 !important;
    margin-top: 40px;
}

.aboutPage-divTwo-one {
    width: 100%;
    background: #171717;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 24px;
    height: 195px;
}

.aboutPage-divTwo-one h1 {
    font-style: normal;
    font-weight: 500;
    font-size: 100px;
    line-height: 120px;
    color: #EACA06;
}

.aboutPage-divTwo-one p {
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 27px;
    text-align: center !important;
    font-family: 'PoppinsRegular', sans-serif !important;
}

h2.team-title {
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 53px;
    text-align: center;
    position: relative;
}

h2.team-title:after {
    content: '';
    border: 2px solid #EACA06;
    position: absolute;
    width: 100%;
    bottom: -10px;
    right: 0;
}

.team-members {
    width: 100%;
    display: flex;
    gap: 34px;
    align-items: center;
}

.team-members-image {
    border: 2px solid #FFFFFF;
    padding: 14px;
}

.team-members-image {
    width: 100%;
    max-width: 485px;
}

.team-members-desc {
    width: 100%;
    max-width: 744px;
}

.team-members-image img {
    width: 100%;
    height: 344px;
    object-fit: cover;
}

.team-members:nth-child(even) {
    flex-direction: row-reverse;
}

.globalTeam-members {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 48px;
}


h3.team-members-desc-name {
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 40px;
}

.team-members-desc p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

h2.best-title {
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 53px;
    text-align: center;
    position: relative;
}

h2.best-title:after {
    content: '';
    border: 2px solid #EACA06;
    position: absolute;
    width: 100%;
    bottom: -10px;
    right: 0;
}

.globalAbout-best {
    margin-top: 128px;
}

.globalAbout-best .headSwiper {
    margin: 34px auto 100px;
}

.globalAbout-team {
    margin-top: 128px;
}

/*  Join Page   */


section#join {
    padding: 158px 30px 0;
}

.joinContainer {
    width: 100%;
    max-width: 744px;
    margin: 0 auto;
}

h2.join-title {
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 53px;
    text-align: center;
    position: relative;
}

h2.join-title:after {
    content: '';
    border: 2px solid #EACA06;
    position: absolute;
    width: 100%;
    bottom: -10px;
    right: 0;
}

.join-pgh {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
}

.join-box-item {
    background: #171717;
    padding: 24px;
}

.join-box {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin: 24px 0 128px;
}

/*   Contact Page   */
section#contact {
    padding-top: 158px;
}

a.nav-link-home.w-nav-link.w--current {
    color: #EACA06;
    font-size: 18px;
}

.aboutUs.singlePage-bookNow h3 {
    position: relative;
}

.aboutUs.singlePage-bookNow h3:after {
    content: '';
    width: 100%;
    max-width: 486px;
    border: 2px solid #EACA06;
    position: absolute;
    bottom: -2px;
    left: 0;
}

/*  Media  */


@media (max-width: 1600px) {


    .section-gsap-right img.img1 {
        width: 100%;
        max-width: 310px;
    }

    .section-gsap-right img.img2 {
        width: 100%;
        max-width: 360px;
    }

    .section-gsap-right img.img3 {
        width: 100%;
        max-width: 290px;
        margin-left: 50px;
    }

    .aboutUs .leftBar.gs_reveal img.big {
        width: 100%;
        max-width: 350px;
        margin-top: -274px;
        margin-left: 190px;
    }

    .servicesContent {
        padding: 40px 30px 128px;
    }

    .servicesContentText {
        max-width: 800px;
    }

    section#servicesSingle {
        width: 100%;
        max-width: unset;
        padding: 158px 40px 0;
    }

    section#about {
        max-width: unset;
        padding: 20px 40px 0;
    }


}

@media (max-width: 1500px) {
    .singleDiv-imageTwo {
        right: 4%;
    }

    .aboutUs.singlePage-bookNow img.small {
        margin-left: 288px;
    }

    .aboutUs.singlePage-bookNow img.big {
        margin-left: 108px !important;
    }
}

@media (max-width: 1440px) {
    .aboutUs {
        padding: 0 30px;
    }

    .aboutUs img.small {
        width: 100%;
        max-width: 290px;
        object-fit: cover;
    }

    .aboutUs .leftBar.gs_reveal img.big {
        width: 100%;
        max-width: 300px;

    }

    .nav-link-home {
        font-size: 16px;
    }

    section#services {
        padding: 158px 30px 0;
    }

    .aboutContainer.about-global img.big {
        max-width: 360px;
    }

    .whyChooseUsContainer h1 {
        font-size: 98px;
    }

    .section-gsap-right img.img1 {
        left: 42%;
    }

    .section-gsap-right img.img2 {
        right: 32%;
    }

    .section-gsap-right img.img3 {
        bottom: 56%;
    }

    .servicesContent {
        padding: 40px 0 128px;
    }

    .servicesContentText {
        max-width: 724px;
    }

    .aboutContainer.about-global .aboutUs {
        padding: 0;
    }

}

@media (max-width: 1400px) {
    .servicesSingleContainer {
        flex-direction: column;
    }

    .singleDiv-imageTwo {
        right: 45%;
        top: 8%;
    }

    .singleDiv-One-image {
        padding: 48px 0 150px;
    }

    .aboutUs.singlePage-bookNow {
        flex-direction: column-reverse;
        gap: 40px;
        padding: 0;
    }

    .aboutUs.singlePage-bookNow .rightBar.gs_reveal {
        max-width: unset;
    }

    .aboutUs.singlePage-bookNow .leftBar.gs_reveal {
        display: flex;
        gap: 24px;
        width: 100%;
        justify-content: space-between;
    }

    .aboutUs.singlePage-bookNow img.small {
        margin: 0 !important;
        height: auto;
    }

    .aboutUs.singlePage-bookNow img.big {
        margin: 0 !important;
    }

}

@media (max-width: 1370px) {
    img#servicesImage-one {
        width: 100%;
        max-width: 440px;
        height: 240px;
    }

    .aboutContainer.about-global .aboutUs {
        flex-direction: column-reverse;
    }

    .aboutUs .leftBar.gs_reveal img.big {
        margin-top: 166px;
        margin-left: -100px;
    }

    .aboutContainer.about-global .rightBar.gs_reveal {
        width: 100%;
        max-width: unset;
    }

    .singlePage-bookNow img.big {
        margin-top: -274px !Important;
        margin-left: 190px !Important;
    }

}

@media (max-width: 1300px) {
    .servicesContentImage {
        display: none;
    }

    .servicesContentText {
        max-width: unset;
    }
}

@media (max-width: 1200px) {
    .singleDiv-imageTwo {
        right: 34%;
    }
}

@media (max-width: 1000px) {
    .singleDiv-imageTwo {
        right: 18%;
    }

    .otherServices-box {
        grid-template-columns: auto auto;
    }
}

@media (max-width: 900px) {
    .swiper-slide {
        width: 100% !important;
    }
}

@media (max-width: 830px) {
    .singleDiv-imageTwo {
        right: 0%;
    }
}

@media (max-width: 767px) {

    section#services {
        padding: 158px 16px 0;
    }

    .servicesTitle h1 {
        font-size: 36px;
    }

    .servicesTitle h1 {
        font-size: 36px;
    }

    .servicesText-number h5 {
        font-size: 24PX;
    }

    .servicesText-title h3 {
        font-size: 24px;
        margin: 0 0 4px;
    }

    .servicesText-title p {
        font-size: 16px;
    }

    .servicesText-icon a {
        width: 24px;
        height: 24px;
        padding: 4px;
    }

    .container__nav.w-container {
        padding: 0;
    }

    h2.join-title {
        font-size: 36px;
    }

    p.join-pgh {
        font-size: 14px;
    }

    section#join {
        padding: 158px 16px 0;
    }

    h4.join-box-title {
        font-size: 16px;
    }

    p.join-box-pgh {
        font-size: 16px;
    }

    .join-box {
        gap: 16px;
    }

    h2 {
        font-size: 36px !important;
        line-height: 40px;
    }

    .contactContainer .content {
        flex-direction: column-reverse;
        gap: 32px;
    }

    .aboutUs .rightBar h3 {
        font-size: 36px;
    }

    .aboutUs .rightBar p {
        font-size: 14px;
        margin-bottom: 16px;
    }

    .single-button a {
        font-size: 16px;
    }

    .team-members {
        flex-direction: column;
    }

    .team-members:nth-child(even) {
        flex-direction: column;
    }

    .team-members-image {
        width: 100%;
        max-width: unset;
    }

    .aboutPage-divTwo-one h1 {
        font-size: 36px;
    }

    h3.team-members-desc-name {
        font-size: 24px;
    }

    .team-members-desc p {
        font-size: 14px;
    }

    .aboutContainer.about-global img.small {
        max-width: unset;

    }

    .aboutContainer.about-global img.big {
        max-width: unset !important;
        margin-top: 30px !important;
        margin-left: 0 !important;
    }

    section#about {
        padding: 20px 16px 0;
    }

    .servicesSingleContainer {
        flex-direction: column;
    }

    section#servicesSingle {
        padding: 158px 16px 0;
    }

    .aboutUs.singlePage-bookNow {
        flex-direction: column-reverse;
    }

    h2.single-title {
        font-size: 36px;
    }

    h2.single-title:after {
        border: 1px solid #EACA06;
        max-width: 254px;
        bottom: -8px;
    }

    p.single-pgh-1 {
        font-size: 14px;
        line-height: 20px;
    }

    .singleDiv-imageOne img {
        width: 100%;
        max-width: 234px;
        height: auto;
    }

    .singleDiv-imageTwo .singleDiv-imageTwo-content {
        right: 2%;
    }

    .singleDiv-imageTwo img:last-child {
        width: 100%;
        max-width: 242px;
    }

    .singleDiv-imageTwo {
        top: 10%;
        right: 30%;
    }

    .singleDiv-One-image {
        padding: 48px 0 190px;
    }


    p.single-pgh-2 {
        font-size: 14px;
        line-height: 20px;
    }

    h2.singleDiv-TwoBox-title {
        font-size: 18px;
        line-height: 27px;
    }

    h5.singleBox-content-title {
        font-size: 16px;
        line-height: 24px;
    }

    p.singleBox-content-pgh {
        font-size: 14px;
        line-height: 20px;
    }

    section#servicesSingle .aboutUs.singlePage-bookNow {
        margin: 60px auto 0;
        padding: 0;
        gap: 44px;
    }

    .aboutUs.singlePage-bookNow p {
        margin-bottom: 30px;
    }

    .aboutUs.singlePage-bookNow h3:after {
        border: 1px solid #EACA06;
        bottom: 2px;
        max-width: 254px;
    }

    .aboutUs.singlePage-bookNow .leftBar.gs_reveal {
        width: 100%;
        display: unset;
    }

    .aboutUs.singlePage-bookNow img.small {
        max-width: unset !important;
        margin: unset !important;
    }

    .aboutUs.singlePage-bookNow img.big {
        margin: 24px 0 0 !important;
        max-width: unset !important;
    }

    h2.otherServices-title:after {
        border: 1px solid #EACA06;
    }

    .otherServices-box {
        grid-template-columns: auto;
    }

    .otherServices-box {
        grid-template-columns: auto;
    }


    .otherServices-boxItem img {
        width: 100%;
        padding: 8px 0 16px;
    }

    h5.services-boxItem-title {
        font-size: 16px;
    }

    p.services-boxItem-pgh {
        font-size: 14px;
    }

    .otherServices-boxItem a {
        width: 24px;
        height: 24px;
        padding: 4px;
    }

}

@media (max-width: 568px) {
    .singleDiv-imageTwo {
        right: 18%;
    }
}

@media (max-width: 498px) {
    .singleDiv-imageTwo {
        right: 4%;
    }

    .singleDiv-imageOne img {
        width: 100%;
        max-width: 188px;
        height: auto;
    }

    .singleDiv-imageTwo img:last-child {
        width: 100%;
        max-width: 226px;
    }
}





