* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 12px;
    font-family: "Poppins", sans-serif;
}

:root {
    --mainColor: #711731;
    --mainColor2: #660f28;
    --btnColor: #75253d;
    --btnColor2: #c14f56;
    --footerColor: #3d0616;
    --mainWhite: #fefefe;
    --GreyMain: #e1e1e1;
    --GreyLight: #e6e7e9;
    --GreyLight2: #eeeeee;
    --GreyDark: #9b9b9b;
}

body {
    background-color: white;
}

.Main-container {
    width: 100%;
}

.menubar-top {
    width: 100%;
    height: 80px;
    background-color: var(--GreyLight);
}

.menubar-inn {
    width: 1245px;
    height: 100%;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    color: rgb(91, 91, 91);
}

.logo-container img {
    width: 136px;
}

.menu-sec1 {
    display: flex;
    gap: 20px;
    /* margin-left: 50px; */
    font-size: 11px;
}

.menu-info {
    display: flex;
    gap: 5px;
    align-items: center;
}

.menu-info img {
    width: 28px;
}

.important-info {
    font-weight: 700;
    margin-top: -2px;
}

.loginSocials-con {
    display: flex;
    gap: 20px;
    /* margin-left: 40px; */
}

.socials img,
.loginIcon img {
    width: 20px;
    margin: 0 5px;
}

.waImg {
    width: 25px;
}

.loginIcon {
    margin-left: 30px;
}

.loginIcon a {
    display: flex;
    align-items: center;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    color: black;
}

.navBar {
    height: 50px;
    background-color: var(--mainColor2);
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 20;
}

.navBar-inn {
    width: 945px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 40px;
    gap: 30px;
    position: relative;
    z-index: 20;
}

.navBar-inn a {
    color: white;
    text-decoration: none;
}

.navBar-inn a:hover {
    text-decoration: underline;
}

.more-btn-con {
    width: max-content;
}

.more-btn {
    position: relative;
    min-width: max-content;
    padding: 0 15px 0 0;
}

.more-btn::before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: rgb(255, 255, 255);
    position: absolute;
    right: 0;
    top: 5px;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    z-index: 30;
    transform: rotate(0deg);
    transition: all 0.4s;
}

.more-link-parent:hover .morelinks-btn-div::before,
.more-btn-con:hover .more-btn::before {
    transform: rotate(181deg);
}

.more-btn .drop-menu-con {
    top: 16px;
}

.more-btn .drop-menu-con,
.morelinks-btn-div .drop-menu-con {
    position: absolute;
    background-color: var(--mainColor2);
    filter: drop-shadow(0px 4px 5px rgb(0, 0, 0, 0.1));
    border-radius: 3px;
    visibility: hidden;
    transform: scale(0);
    transition: all 0.2s;
    transform-origin: 50% 0;
    padding: 14px 0;
}

.morelinks-btn-div:hover .drop-menu-con,
.more-btn-con:hover .more-btn .drop-menu-con {
    visibility: visible;
    transform: scale(1);
    padding: 20px;
}

.drop-link {
    margin: 10px 0;
    text-wrap: nowrap;
    display: block;
}

.content-container {
    width: 1245px;
    margin: 0 auto;
    /* background-color: var(--GreyLight); */
}

.top-banner {
    height: 400px;

    background-repeat: no-repeat;
    background-size: cover;
}

.top-banner-inn {
    width: 1245px;
    background-image: url(/imgs/BannerBG2.png);
    height: 100%;
    position: relative;
    margin: 0 auto;
}

.swirlLines {
    position: absolute;
    bottom: 0;
    z-index: auto;
}

.banner-content {
    display: flex;
    justify-content: space-between;
}

.banner-content .textArea {
    height: 200px;
    width: 400px;
    margin: 7em 0 0 10em;
    color: var(--mainWhite);
}

.banner-content .textArea h2 {
    font-size: 35px;
    line-height: 1.2em;
    margin: 0 0 10px 0;
}

.banner-content .textArea p {
    font-size: 16px;
}

.banner-content img {
    width: 47%;
    z-index: 10;
    position: relative;
}

.contact-btn {
    text-decoration: none;
    color: var(--footerColor);
    padding: 8px 35px;
    background-color: white;
    border-radius: 17px;
    display: block;
    width: max-content;
    margin: 20px 0 0 0;
    font-weight: 600;
    z-index: 10;
    position: relative;
}

.contact-btn:hover {
    background-color: var(--btnColor);
    color: white;
    border: 1px solid white;
}

.WWdo-contents {
    height: 300px;
    /* background-color: var(--GreyMain); */
    padding: 20px 30px;
}

.SecTitle-name {
    font-size: 18px;
}

.photoWhatwedo {
    margin: 10px 0 0 0;
    display: flex;
    gap: 20px;
}

.WWdo-contents {
    display: flex;
    justify-content: space-between;
    height: max-content;
    margin: 30px 0;
}

.WWdo-contents .photo {
    width: 287px;
    height: 235px;
}

.WWdo-contents .photo img {
    width: inherit;
    height: inherit;
    background: url(/imgs/indexPhoto3.png);
}

.WWDs {
    width: 320px;
    height: max-content;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.WWDs .servTab {
    height: 80px;
    width: 150px;
    border: 1px solid var(--btnColor);
    border-radius: 12px;
    display: grid;
    place-content: center;
    padding: 10px;
    text-wrap-mode: wrap;
}

.WWDs .servTab:hover {
    cursor: pointer;
    background-color: var(--mainColor);
    color: white;
    border: 0;
}

.WWdo-contents .photo {
    background: url(/imgs/indexPhoto3.png);
    background-repeat: repeat;
    background-size: cover;
    /* transition: linear 0.2s; */
    border-radius: 8px;
}

.right-con {
    width: 450px;
    border-radius: 12px;
    overflow: hidden;
    filter: drop-shadow(5px 6px 5px rgb(0, 0, 0, 0.2));
    height: max-content;
    position: relative;
}

.right-con .photoArea {
    width: 100%;
    height: 190px;
    overflow: hidden;
}

.right-con .photoArea img {
    width: inherit;
}
.right-con .textArea {
    background-color: white;
    padding: 20px 25px;
}

.right-con .textArea h2 {
    font-size: 20px;
}

.WhoWeAre {
    height: max-content;
    background: url(/imgs/indexPhoto5-BG.png);
    margin-bottom: 20px;
    display: flex;
    padding: 30px;
    justify-content: space-between;
}

.WhoWeAre .left-con {
    width: 350px;
    padding: 40px 0 0 20px;
}

.WhoWeAre .SecTitle-name {
    margin-bottom: 10px;
}

.WhoWeAre .right-con {
    width: max-content;
    margin-top: -60px;
}

.WhoWeAre .right-con img {
    animation: novaPlane 8s linear infinite;

    /* transition: 0.2 ease; */
}

@keyframes novaPlane {
    0% {
        transform: translateX(-60px);
    }

    100% {
        transform: translateX(0);
    }
}

.WhoWeAre .textArea {
    filter: none;
    height: max-content;
    background-color: transparent;
}

.WhoWeAre-extra .menu-sec1 {
    width: 1245px;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 30px;
    margin: 0 0 20px 0;
}

.WhoWeAre-extra .menu-info-infoCon {
    width: 300px;
}

.WhoWeAre-extra .important-info {
    font-size: 19px;
}

.WhoWeAre-extra .icon-con {
    width: 40px;
    margin-right: 10px;
}

.WhoWeAre-extra .icon-con img {
    width: inherit;
    height: inherit;
    object-fit: cover;
    border-radius: 50%;
}

.extra-top {
    height: max-content;
    padding: 30px 0;
}

.extra-bottom {
    display: flex;
    padding: 30px;
    margin: 0 auto;
    justify-content: space-evenly;
    background-color: var(--GreyLight2);
}

.extra-bottom .left-con {
    width: 400px;
    overflow: hidden;
}

.extra-bottom .left-con img {
    width: 350px;
    border-radius: 15px;
}

.extra-bottom .left-con .image2 {
    margin: -60px 0 0 30px;
}

.extra-bottom .right-con {
    filter: none;
}

.extra-bottom .enquiry-form {
    width: 390px;
    height: max-content;
    padding: 20px;
    background-color: white;
    border: 1px solid var(--GreyLight);
    filter: drop-shadow(5px 6px 5px rgba(143, 143, 143, 0.2));
    position: relative;
    border-radius: 5px;
}

.enquiry-form .text-area {
    position: relative;
    z-index: 30;
    top: 0;
    left: 0px;
    color: black;
}

.enquiry-form .text-area .main-text {
    font-size: 23px;
    font-weight: 800;
    width: 380px;
    line-height: 1.2;
    margin-bottom: 10px;
    color: var(--mainColor2);
}

.enquiry-form .text-area .sub-text {
    font-size: 12.5px;
    margin-bottom: 20px;
}

.enquiry-form input,
.enquiry-form textarea {
    width: 100%;
    padding: 10px;
    background-color: var(--GreyLight);
    border: 0px solid var(--GreyLight);
    border-radius: 5px;
    display: inline-block;
    height: max-content;
    outline: none;
    margin-bottom: 10px;
}

.enquiry-form .searchBtn {
    background-color: var(--btnColor);
    color: white;
    padding: 10px 25px !important;
    width: 130px;
    border-radius: 5px;
}

.enquiry-form .searchBtn:hover {
    background-color: var(--GreyLight);
    color: var(--btnColor);
    cursor: pointer;
}

.OurClients-con {
    width: 100%;
    padding: 30px 0;
}

.client-list.index {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.client-logo-con {
    width: 150px;
    height: 80px;
}

.client-list img {
    width: inherit;
    height: 100%;
}

.stats-inn .SecTitle-name,
.OurClients-con .SecTitle-name {
    width: max-content;
    margin: 0 auto;
}

.client-list {
    width: max-content;
    margin: 10px auto;
}

.compliance {
    background-color: var(--mainColor);
    margin: 0 0 20px;
    display: flex;
    gap: 40px;
}

.compliance img {
    width: 500px;
    height: 100%;
}

.compliance .text-con {
    color: white;
    padding: 30px;
}

.compliance .important-info {
    font-size: 22px;
    margin: 0 0 10px;
}

.compliance .menu-info-infoCon {
    width: 500px;
    font-size: 13px;
    margin: 20px 0;
}

.leadership-con {
    height: max-content;
    gap: 30px;
    padding: 10px 0;
    justify-content: space-between;
    margin: 0 auto;
    background-color: #eeeeee;
}

.leadership-con .right-con {
    width: 400px;
}

.leadership-con .important-info {
    font-size: 22px;
    margin: 0 0 10px;
}

.leadership-con .contact-btn {
    background-color: var(--btnColor);
    color: white;
    padding: 10px 25px;
    /*width: 130px;*/
    text-wrap-mode: nowrap;
}

.stats-numbers-con {
    height: max-content;
    margin: 20px 0;
    /* background-color: var(--GreyMain); */
}

.stats-inn {
    width: 1245px;
    margin: 0 auto;
    height: 100%;
    padding: 15px;
}

.stats-infos {
    width: 1000px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    margin: 20px auto 0;
    padding: 20px;
    border-top: 0px solid var(--GreyDark);
    background-color: var(--GreyLight2);
}

.stats-infos .icon-con {
    width: 60px;
    height: 60px;
    margin-right: 10px;
}

.stats-infos .icon-con img {
    width: inherit;
    height: inherit;
    object-fit: cover;
    border-radius: 50%;
}

.stats-infos .important-info {
    font-size: 24px;
    color: var(--btnColor2);
}

/* below is CSS for About Us Page ........................................... */

.content-area.more {
    width: 1245px;
    margin: 0 auto;
}

.pageNavs {
    padding: 20px 30px;
    display: flex;
    margin: 0 0 20px;
}

.pageNavs a {
    display: block;
    width: max-content;
    text-decoration: none;
    margin: 0 10px;
    color: black;
}

.active-page {
    font-size: 14px;
    color: var(--btnColor2);
    font-weight: 600;
}

.content1-con {
    display: flex;
    gap: 30px;
    padding: 0 20px 30px;
    margin: 0 auto;
    justify-content: space-between;
}

.content-sec.One {
    width: 300px;
}

.content-sec.two {
    width: 400px;
}

.content-sec.three {
    width: 330px;
}

.Abt-big-photo {
    width: 100%;
    border-radius: 20px;
}

.content-sec.two .Abt-big-photo {
    height: 250px;
    object-fit: cover;
}

.content-sec .important-info {
    font-size: 18px;
    margin: 15px 0 10px;
}

.abt-info-short-box {
    width: 100%;
    height: max-content;
    border: 2px solid var(--GreyLight2);
    border-radius: 16px;
    margin: 20px 0;
}

.info-title-button {
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid var(--GreyDark);
    align-items: center;
}

.info-title-name {
    font-size: 18px;
    font-weight: 600;
}

.info-open-btn {
    width: 40px;
    height: 40px;
    position: relative;
    border: 1px solid var(--GreyDark);
    border-radius: 50%;
}

.info-open-btn::before {
    content: "";
    width: 12px;
    height: 12px;
    background-color: var(--GreyDark);
    position: absolute;
    right: 12px;
    top: 13px;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    z-index: 30;
    transform: rotate(0deg);
    transition: all 0.4s;
}
.info-open-btn-con {
    transform: rotate(0deg);
    transition: all 0.4s;
}

.info-open-btn:hover {
    cursor: pointer;
    background-color: var(--GreyMain);
}

/*.theInfo{
      padding: 20px;
      line-height: 1.8em;
      transition: all 0.4s;
      visibility:collapse;
      scale: 0;
      height: 0;
  }*/

.theInfo {
    padding: 20px;
    line-height: 1.8em;
    transition: all 0.4s;
    visibility: visible;
    scale: 1;
    height: max-content;
}

.compliance.companyVideo {
    margin: 0;
    justify-content: center;
    flex-direction: row-reverse;
    padding: 30px;
}

.ourTeam-slider-con {
    height: max-content;
    padding: 20px 0;
    width: 1000px;
    margin: 0 auto;
}

.ourTeam-slider-con .SecTitle-name {
    width: max-content;
    margin: 0 auto;
    padding: 30px 0;
    color: var(--mainColor);
}

.team-member-con {
    display: flex;
    margin: 20px auto;
    background-color: white;
    filter: drop-shadow(5px 6px 5px rgb(0, 0, 0, 0.2));
    border: 1px solid var(--GreyLight2);
    border-radius: 15px;
    overflow: hidden;
    max-height: 300px;
}

.member-name-contact {
    display: flex;
    gap: 20px;
    width: 55%;
    border-right: 2px solid var(--GreyLight);
}

.mem-photo-con {
    width: 260px;
    height: 100%;
    overflow: hidden;
}

.mem-photo-con img {
    width: inherit;
    /*height: inherit;*/
    object-fit: cover;
}

.contact-details {
    padding: 20px 0;
}

.contact {
    margin: 30px 0;
}

.member-bio {
    width: 40%;
    padding: 20px 30px;
    height: inherit;
    overflow-y: scroll;
}

.member-name {
    font-size: 17px;
    font-weight: 600;
}

.title-con {
    font-size: 14px;
    font-weight: 600;
    color: var(--GreyDark);
    margin: 0 0 10px;
}

.SeeMore.team {
    display: block;
    height: max-content;
    outline: none;
    background-color: var(--btnColor);
    color: white;
    padding: 10px 55px;
    width: max-content;
    border-radius: 15px;
    text-decoration: none;
    margin: 0 0 20px;
}

.facility-gal {
    display: flex;
    gap: 2px;
    margin: 20px 0;
}

.facility-gal .photo-con {
    width: 200px;
    height: 200px;
    overflow: hidden;
}

.facility-gal .photo-con img {
    height: inherit;
    width: inherit;
    object-fit: cover;
}

.ourTeam-banner {
    height: 200px;
    display: grid;
    place-content: center;
    background: url(/imgs/BannerBG.png);
    color: white;
    text-align: center;
    line-height: 2em;
}

.ourTeam-banner.MORE {
    background: url(/imgs/Faq1-bannerBG.png);
}

.team-page-nav-con {
    display: flex;
    justify-content: space-between;
}

.sideNav {
    width: 200px;
    height: max-content;
    margin: 30px 0;
    background-color: var(--GreyLight);
    line-height: 2.5em;
    padding: 20px;
    position: sticky;
    top: 20px;
}

.sideNav-title {
    font-size: 16px;
}

.sideNav a {
    display: block;
    text-decoration: none;
    color: black;
}

.sideNav a:hover {
    text-decoration: underline;
}

.sideNav .active-link {
    font-weight: 800;
    color: var(--btnColor);
}

.sideBar-right {
    position: sticky;
    height: max-content;
    top: 20px;
    margin: 30px 0 20px;
    border: 2px solid var(--GreyLight);
    padding: 15px;
    border-radius: 12px;
}

.sideBar-right .enquiry-form {
    width: 250px;
}

.sideBar-right .enquiry-form .text-area .main-text {
    font-size: 18px;
    font-weight: 800;
    width: inherit;
}

.content-read-con {
    width: 700px;
    height: 1000px;
    margin: 40px 20px 0;
    background-color: var(--GreyLight2);
    padding: 20px 30px;
}

.content-read-con h2 {
    font-size: 16px;
    font-weight: 700;
    margin: 20px 0;
}

.content-read-con p {
    line-height: 1.5em;
    font-size: 14px;
}

.content-read-con img {
    margin: 15px 0;
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: top;
}

.pageNavs.services {
    margin: 0 0 10px;
}

.services-top-banner {
    height: max-content;
    background-color: var(--GreyLight2);
    display: flex;
}

.services-top-banner img {
    width: 60%;
}

.services-top-banner .text-area {
    padding: 30px 20px 0;
    width: 400px;
}

.services-top-banner .text-area .main-text {
    font-size: 20px;
    font-weight: 800;
    width: 380px;
    line-height: 1.2;
    margin-bottom: 10px;
    color: var(--mainColor2);
}

.services-top-banner .text-area .sub-text {
    font-size: 12.5px;
    margin-bottom: 20px;
}

.list-of-services-con .SecTitle-name {
    padding: 10px 20px;
    color: white;
    display: block;
    background-color: var(--btnColor);
    font-weight: 200;
    font-size: 13px;
}

.list-of-services-con-inn {
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    height: max-content;
    justify-content: space-between;
}

.team-member-con.services {
    width: 48%;
    flex-grow: 1;
    margin: 10px;
}

.member-name-contact.services {
    width: auto;
}

.member-bio.services {
    width: 100%;
}

.title-con.services {
    font-size: 16px;
    color: black;
}

.faq-con {
    padding: 30px;
}

.faq-con-inn {
    width: 700px;
    height: max-content;
    border: 1px solid var(--GreyDark);
    margin: 0 auto;
    border-radius: 16px;
    display: flex;
    gap: 10px;
    padding: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.faq-con-inn.blogs {
    border: 0;
    background-color: #f4f4f4;
    border-radius: 0;
}

.theAnswers {
    width: 49%;
    min-height: 150px;
    background-color: var(--GreyLight2);
    border-radius: 16px;
    padding: 20px;
}

.theAnswers h1 {
    font-size: 16px;
    margin: 0 0 10px;
    color: var(--mainColor);
}

.BigPhoto-display {
    width: 650px;
    height: 380px;
    border-radius: 8px;
    /* background: url(img/homehotel.jpg); */
    background-color: var(--GreyLight2);
}

#expandedImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
    background: url(/imgs/prevBg.jpg);
    background-size: cover;
    background-position: top;
}

.thumbnails {
    display: flex;
    gap: 10px;
    width: 100%;
    overflow-x: scroll;
}

.thumbnails img {
    width: 100px;
    height: 90px;
    border-radius: 6px;
    object-fit: cover;
    margin: 10px 0;
    object-position: top;
}

.thumbnails img:hover {
    cursor: pointer;
}

.pageNavs.blogs {
    padding: 30px 30px 0;
    display: flex;
    margin: 0;
}

.blogNews-con {
    width: 100%;
    height: 380px;
    /* background-color: var(--GreyLight2); */
    margin: 10px auto;
    /* border:1px solid var(--GreyLight2); */
    background-color: white;
    overflow: hidden;
    border-radius: 11px;
}

.blogNews-con a {
    text-decoration: none;
    color: black;
}

.blogNews-con .photo-con {
    width: 100%;
    height: 220px;
    overflow: hidden;
}

.blogNews-con:hover .photo-con img {
    transform: scale(1.3);
    filter: grayscale(1);
}

.blogNews-con .photo-con img {
    width: inherit;
    height: inherit;
    object-fit: cover;
    object-position: top;
    transition: all 0.4s;
}

.blogNews-con .text-area {
    padding: 15px;
}

.blogNews-con .article-date {
    color: var(--GreyDark);
}

.blogNews-con .article-title {
    font-size: 16px;
    font-weight: 800;
}

.blogNews-con .article-shortSum {
    height: 40px;
    overflow: hidden;
    line-height: 1.5em;
    margin: 10px 0;
}

.blogNews-con .readmore {
    color: var(--btnColor);
}

.services-top-banner.clients {
    height: 400px;
    background-color: var(--mainColor);
    display: flex;
    padding: 20px 40px;
    color: white;
    justify-content: space-between;
}

.services-top-banner.clients .main-text {
    color: white;
    font-size: 27px;
}

.services-top-banner.clients img {
    width: 50%;
    object-fit: cover;
    object-position: top;
}

.services-top-banner.contact {
    gap: 50px;
    margin: 0 0 20px;
}

.clientType-con {
    width: 200px;
    height: 100px;
    color: white;
    background-color: var(--mainColor);
    display: grid;
    place-content: center;
    margin: 10px;
    padding: 20px;
}

.contacts-detail-con {
    padding: 50px 30px;
    display: flex;
    flex-wrap: wrap;
}

.contacts-detail-con .text-area .main-text {
    font-size: 16px;
    font-weight: 800;
    width: 380px;
    line-height: 1.2;
    margin-bottom: 10px;
}

.extra-bottom.contact .text-area,
.contacts-detail-con .text-area.contacts {
    margin: 0 0 30px;
}

.extra-bottom.contact .text-area .main-text {
    font-size: 20px;
    font-weight: 800;
    width: 380px;
    line-height: 1.2;
    margin-bottom: 10px;
    color: var(--mainColor2);
}

.mobileNavOpener {
    display: none;
}

/* css for footer here ........................................................ */

.footer {
    height: 400px;
    background-color: var(--footerColor);
    z-index: 5;
    position: relative;
}

.footer-sub {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding: 20px 20px 10px;
    gap: 30px;
}

.footer-sub.top {
    border-bottom: 2px solid white;
}

.footer .sections {
    width: 15%;
    height: max-content;
    display: flex;
    align-items: center;
    font-size: 13px;
}

.logo-footer {
    width: 60px;
    height: 60px;
}

.footer .sections .icons {
    width: 35px;
    filter: brightness(100);
}

.footer .sections .textInfo {
    color: white;
}

.footer .sections .textInfo span {
    display: block;
    font-weight: 700;
    color: var(--mainblue);
}

.footer .sections.mail {
    gap: 10px;
}

.footer-sub.bottom a {
    text-decoration: none;
    color: var(--GreyLight);
    display: flex;
    gap: 6px;
}

.footer-sub.bottom .sections .textInfo span {
    display: block;
    font-weight: 700;
    margin-bottom: 10px;
}

.footer-sub.bottom .sections .textInfo span {
    display: block;
    font-weight: 700;
    margin-bottom: 10px;
}

.footer-sub.bottom .newsletter-sub-info {
    padding: 10px 25px;
    background-color: transparent;
    border: 1px solid white;
    border-radius: 8px;
    outline: none;
    margin: 0 0 10px;
    color: white;
    width: 100%;
}

.footer-sub.bottom .searchBtn {
    background-color: var(--btnColor2);
    color: white;
    outline: none;
    border-radius: 8px;
    border: 0;
    width: 100%;
    padding: 10px 25px;
}

/* CSS for NavBar Mobile here ............................................... */

.navBarMobile-con {
    width: 100%;
    margin: 0 auto;
    padding: 20px 10px;
}

.navBarMobile-inn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
}

.navBarMobile-inn a {
    width: 45%;
    min-height: 60px;
    text-decoration: none;
    color: var(--btnColor);
    background-color: var(--GreyLight2);
    flex-grow: 1;
    display: grid;
    place-content: center;
    font-size: 16px;
    text-wrap: wrap;
    padding: 10px;
    text-align: center;
    border-radius: 4px;
}

@media screen and (max-width: 480px) {
    .menubar-top {
        position: sticky;
        top: 0;
        z-index: 20;
    }

    .navBar {
        width: 100%;
        overflow: scroll;
        position: sticky;
        top: 80px;
        z-index: 20;
    }

    .navBar-inn {
        width: 100%;
        padding: 0 10px;
    }

    .navBar-inn a,
    .more-btn::before {
        display: none;
    }

    .mobileNavOpener {
        width: 36px;
        height: max-content;
        top: 5px;
        right: 20px;
        position: absolute;
        padding: 5px 0;
        display: block;
        z-index: 10000;
    }

    .mobileNavOpener .bar {
        height: 5px;
        background-color: white;
        margin: 0 0 5px;
    }

    .menubar-inn {
        width: 100%;
        display: flex;
        padding: 20px 10px;
    }

    .menu-sec1 {
        display: none;
    }

    .logo-container img {
        width: 90px;
    }

    .content-container {
        width: 100%;
    }

    .top-banner {
        height: max-content;
    }

    .top-banner-inn {
        width: 100%;
        z-index: 0;
    }

    .banner-content {
        display: flex;
        flex-wrap: wrap-reverse;
        padding: 0px 0 40px;
    }

    .banner-content img {
        width: 100%;
    }

    .swirlLines {
        width: 100%;
    }

    .banner-content .textArea {
        width: 100%;
        margin: 0;
        padding: 20px 30px;
    }

    .WWdo-contents {
        flex-wrap: wrap;
    }

    .photoWhatwedo {
        margin: 10px 0;
        flex-wrap: wrap;
    }

    .WWdo-contents .photo {
        width: 100%;
    }

    .WWDs {
        width: 100%;
    }

    .WWDs .servTab {
        width: 48%;
    }

    .WhoWeAre {
        flex-wrap: wrap;
    }

    .WhoWeAre .left-con {
        width: 100%;
        padding: 0;
    }

    .WhoWeAre .right-con {
        width: 100%;
        margin-top: 0px;
    }

    .WhoWeAre .right-con img {
        animation: novaPlane 8s linear forwards;
    }

    @keyframes novaPlane {
        0% {
            transform: translateX(-60px);
            width: 300px;
        }

        100% {
            width: 350px;
            transform: translateX(-50px);
        }
    }

    .WhoWeAre-extra .menu-sec1 {
        width: 100%;
        flex-wrap: nowrap;
        margin: 0 0 20px 0;
        padding: 0 20px;
        overflow: scroll;
        gap: 0;
    }

    .client-list.index {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        overflow: scroll;
        gap: 20px;
    }

    .client-logo-con {
        width: 100px;
        height: 60px;
    }

    .extra-bottom {
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
    }

    .extra-bottom .enquiry-form {
        width: 100% !important;
    }

    .compliance {
        flex-wrap: wrap;
        gap: 0;
    }

    .compliance .menu-info-infoCon {
        width: 100%;
    }

    .compliance img {
        width: 100%;
    }

    .stats-infos {
        width: 100%;
        overflow: scroll;
    }

    .stats-inn {
        width: 100%;
    }

    .content-area.more {
        width: 100%;
    }

    .content1-con {
        flex-wrap: wrap-reverse;
        width: 100%;
    }

    .content-sec.One {
        width: 100%;
    }

    .content-sec.three {
        width: 100%;
        margin: -20px 0 0;
    }

    .Abt-big-photo {
        width: 100%;
        height: 200px;
        object-fit: cover;
        object-position: top;
    }

    .ourTeam-slider-con {
        width: 100%;
        padding: 10px;
    }

    .SeeMore.team {
        width: 100%;
        text-align: center;
    }

    .compliance.companyVideo .photo-con {
        margin: -30px 0 0;
        transform: scale(0.7);
    }

    .compliance .text-con {
        padding: 20px;
        margin: 0;
    }

    /* .compliance .text-con {
      padding: 0;
      margin: -30px 0 0;
  } */

    .team-member-con {
        display: block;
        max-height: max-content;
        filter: none;
    }

    .member-bio {
        width: 100%;
        border-top: 1px solid var(--GreyDark);
    }

    .contact {
        margin: 16px 0;
    }

    .member-name-contact {
        width: 100%;
    }

    .facilities-overview-con {
        padding: 0 10px;
        overflow: scroll;
        width: 100%;
    }

    .facility-gal {
        display: flex;
        gap: 2px;
        margin: 20px 0;
        width: 100%;
        overflow: scroll;
    }

    .services-top-banner {
        flex-wrap: wrap-reverse;
        overflow: hidden;
        /* margin: 20px 0 0; */
    }

    .services-top-banner.contact {
        margin: 20px 0 0;
    }

    .services-top-banner img {
        width: 150%;
    }

    .mem-photo-con {
        width: 140px;
        height: 180px;
        overflow: hidden;
    }

    .member-name-contact.services .mem-photo-con {
        width: 100%;
        height: 165px;
        overflow: hidden;
    }

    .extra-bottom .left-con .image2 {
        margin: -60px 0 0 15px;
        width: 310px;
    }

    .services-top-banner .text-area .main-text {
        width: 100%;
    }

    .services-top-banner.clients .main-text {
        color: white;
        font-size: 17px;
    }

    .services-top-banner.clients {
        padding: 20px;
    }

    .services-top-banner.clients img {
        width: 100%;
        height: 125px;
    }

    .list-of-services-con-inn {
        padding: 5px;
    }

    .clientType-con {
        max-width: 45%;
        font-size: 15px;
    }

    .ourTeam-banner {
        width: 100%;
        height: 100px;
    }

    .team-page-nav-con {
        flex-wrap: wrap;
    }

    .sideNav {
        width: 100%;
        margin: 0;
        position: sticky;
        top: 130px;
        left: 0;
        display: flex;
        overflow: scroll;
        text-wrap: nowrap;
        gap: 20px;
        z-index: 15;
    }

    .sideNav-title {
        font-size: 16px;
        width: 100px;
        text-wrap: nowrap;
    }

    .sideNav a {
        display: block;
    }

    .content-read-con {
        width: 100%;
        height: max-content;
        margin: 10px 0 0;
        padding: 20px;
    }

    .sideBar-right {
        position: relative;
        top: 0;
        margin: 30px auto;
        width: 90%;
        z-index: 0;
    }

    .sideBar-right .enquiry-form {
        width: 100%;
    }

    .enquiry-form .text-area .main-text {
        width: 100%;
    }

    .faq-con {
        width: 100%;
        padding: 0;
        margin: 5px 0;
        border: 0;
    }

    .faq-con-inn {
        width: 100%;
        border: 0;
    }

    .BigPhoto-display {
        width: 100%;
    }

    .pageNavs.blogs {
        margin: 0 0 20px;
    }

    .theAnswers {
        width: 100%;
    }

    .footer {
        width: 100%;
        height: max-content;
        background-color: var(--footerColor);
        z-index: 5;
        position: relative;
    }

    .footer-sub {
        width: 100%;
        display: block;
        padding: 20px;
    }

    .footer-sub .sections {
        width: 100%;
        height: 79px;
    }

    .footer-sub.bottom .sections {
        height: max-content;
    }

    .footer-sub.bottom {
        border-bottom: 0px solid var(--footerColor);
        display: flex;
        flex-wrap: wrap;
    }

    .footer .sections .textInfo {
        width: 100%;
    }

    .footer-sub.bottom .newsletter-sub-info {
        display: block;
        width: 100%;
    }

    .td-name {
        max-width: 200px;
        height: max-content;
        font-size: 12px;
        text-wrap-mode: wrap;
    }

    .travel-distance {
        gap: 10px;
    }

    .page-name {
        font-size: 17px;
    }

    .search-btn {
        width: 30px;
        height: 25px;
    }
}

@media screen and (max-width: 360px) {
    .clientType-con {
        max-width: 42%;
        font-size: 15px;
    }

    .extra-bottom .left-con .image2 {
        margin: -60px 0 0 15px;
        width: 273px;
    }

    /* .member-name-contact {
      display: block;
     } */

    .mem-photo-con {
        width: 140px;
        height: 180px;
        overflow: hidden;
    }

    .member-name-contact.services .mem-photo-con {
        width: 100%;
        overflow: hidden;
    }

    .ourTeam-slider-con .mem-photo-con img {
        object-position: top;
    }

    /* .contact-details {
      padding: 20px 0 0 30px;
  } */

    .extra-top {
        height: max-content;
        padding: 6px 0;
    }

    .compliance.companyVideo .photo-con {
        margin: -65px 0 0;
        transform: scale(0.55);
    }

    .compliance.index .text-con {
        padding: 20px;
        margin: 1px 0 0 0;
    }

    .compliance .text-con {
        padding: 20px;
        margin: -61px 0 0 0;
    }
}
* {
    font-size: 14.5px;
}

.services-top-banner .text-area .sub-text {
    font-size: 14.5px;
    margin-bottom: 20px;
}

.mem-photo-con {
    width: 195px;
    height: 100%;
    overflow: hidden;
}

.extra-bottom .enquiry-form {
    width: 450px;
}

.enquiry-form .text-area .sub-text {
    font-size: 14.5px;
}

.WWDs .servTab {
    width: 155px;
}

.enquiry-form .text-area .sub-text {
    font-size: 15.5px;
}

.banner-content .textArea {
    margin: 5em 0 0 9em;
}

.banner-content .textArea h2 {
    margin: 0px 0 20px 0;
}

.WhoWeAre .left-con {
    padding: 10px 0 30px 20px;
}

.menu-info-infoCon p {
    font-size: 13px;
}

.mobile-menu {
    display: none;
    height: 100%;
}
@media screen and (max-width: 480px) {
    .mobile-menu.active {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 100;
        background-color: white;

    }
}
