@font-face {
    font-family: "Formata";
    src: url("../fonts/Formata-Regular.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Formata";
    src: url("../fonts/Formata-Italic.otf") format("opentype");
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: "Formata";
    src: url("../fonts/Formata-Medium.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Formata";
    src: url("../fonts/Formata-MediumItalic.otf") format("opentype");
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: "Formata";
    src: url("../fonts/Formata-Light.otf") format("opentype");
    font-weight: lighter;
    font-style: normal;
}

@font-face {
    font-family: "Formata";
    src: url("../fonts/Formata-LightItalic.otf") format("opentype");
    font-weight: lighter;
    font-style: italic;
}

@font-face {
    font-family: "Formata";
    src: url("../fonts/Formata-Bold.otf") format("opentype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Formata";
    src: url("../fonts/Formata-BoldItalic.otf") format("opentype");
    font-weight: bold;
    font-style: italic;
}

html {
    scroll-behavior: smooth;
  }

body {
    margin: 0;
    padding: 0;
    font-family: Formata;
}

nav#hiveSupportMainNav{
    position: fixed;
    width: 100%;
    z-index: 99;
}

nav#hiveSupportMainNav.blur{
    backdrop-filter: blur(7px);
    background-color: rgb(255 255 255 / 50%);
}

.hs-container {
    max-width: 960px;
    margin: auto;
    width: 100%;
}

.bannerAndNav {
    background-image: url("../images/banner-background-1.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
}

.bannerAndNav nav .logo img {
    max-width: 170px;
}

.bannerAndNav nav .mainNav {
    display: flex;
    justify-content: space-between;
    padding: 40px 0;
}

.bannerAndNav nav .mainNav .menu {
    display: flex;
    align-items: center;
}

.bannerAndNav nav .mainNav .menu .menuBurgerIcon {
    display: none;
}

.bannerAndNav nav .mainNav .menu ul {
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    z-index: 999;
}

.bannerAndNav nav .mainNav .menu ul li {
    margin-right: 18px;
}

.bannerAndNav nav .mainNav .menu ul li a {
    text-decoration: none;
    font-size: 16px;
    border-bottom: 4px solid transparent;
    padding-right: 18px;
    color: #231f20;
}

.bannerAndNav nav .mainNav .menu ul li a.active {
    border-color: #f9ad1d;
    font-weight: bold;
}

.bannerAndNav nav .mainNav .menu ul li:last-child {
    margin-right: 0;
}

.bannerAndNav nav .mainNav .menu ul li button {
    background-color: #f9ad1d;
    padding: 7px 18px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.bannerAndNav .banner {
    display: flex;
    padding-top: 40px;
}

.bannerAndNav .banner .text {
    display: flex;
    flex-direction: column;
}

.bannerAndNav .banner .text p {
    margin: 0;
}

.bannerAndNav .banner .text .rightBy {
    color: #f9ad1d;
    font-weight: bolder;
    font-size: 50px;
}

.bannerAndNav .banner .text .yourTeam {
    font-size: 30px;
    color: #231f20;
    text-wrap: nowrap;
}

.bannerAndNav .banner .text .weAre {
    font-size: 30px;
    color: #f9ad1d;
    font-weight: bolder;
    margin-top: 60px;
    text-wrap: nowrap;
}

.bannerAndNav .banner .text .twenty4 {
    font-size: 24px;
    color: #231f20;
    font-weight: bold;
    padding: 15px 0;
}

.bannerAndNav .banner .text a {
    text-transform: uppercase;
    background: #000;
    color: #fff;
    font-weight: bolder;
    font-size: 20px;
    padding: 7px 10px;
    border-radius: 5px;
    border: none;
    text-align: center;
    text-decoration: none;
}

.bannerAndNav .banner .image {
    display: flex;
    align-items: center;
}

.bannerAndNav .banner .image img {
    max-width: 100%;
}

.bannerAndNav .weBelieve {
    margin-top: 55px;
}

.bannerAndNav .weBelieve .text {
    text-align: center;
}

.bannerAndNav .weBelieve .text p {
    margin: 0;
    font-size: 30px;
}

.bannerAndNav .weBelieve .text h2 {
    margin: 0;
    font-size: 52px;
}

.bannerAndNav .weBelieve .services {
    z-index: 2;
    position: relative;
}

.bannerAndNav .weBelieve .services .box {
    background-color: #fff;
    margin-top: 40px;
    box-shadow: 0px 0px 14px -2px #555555;
    display: flex;
    justify-content: right;
}

.bannerAndNav .weBelieve .services .box .boxItem {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    padding: 10px 0;
    width: 16.666666%;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}

.bannerAndNav .weBelieve .services .box .boxItem:hover,
.bannerAndNav .weBelieve .services .box .boxItem.active {
    background-color: #f9ad1d;
}

.bannerAndNav .weBelieve .services .box .boxItem .imageBox {
    flex-grow: 1;
    text-align: center;
}

.bannerAndNav .weBelieve .services .box .boxItem .imageBox svg {
    max-width: 100px;
    max-height: 100px;
}

.bannerAndNav .weBelieve .services .box .boxItem p {
    text-transform: uppercase;
    flex-grow: 0;
    margin: 0;
    text-align: center;
    font-size: 14px;
    height: 90px;
    padding-top: 15px;
    box-sizing: border-box;
}

.bannerAndNav .weBelieve .boxNav {
    display: none;
}

.whyChooseUs {
    background-color: #f9ad1d;
    margin-top: -96px;
}

.whyChooseUs .whyChooseUsMain {
    display: flex;
    padding-top: 120px;
}

.whyChooseUs .whyChooseUsMain .about {
    width: 60%;
    padding-right: 15px;
}

.whyChooseUs .whyChooseUsMain .about h2 {
    font-weight: bold;
    color: #fff;
    font-size: 40px;
}

.whyChooseUs .whyChooseUsMain .about p {
    font-size: 16px;
    line-height: 34px;
}

.whyChooseUs .whyChooseUsMain .scrollBoxWrapper {
    width: 40%;
    margin-bottom: 30px;
    position: relative;
}

.whyChooseUs .whyChooseUsMain .scrollBoxWrapper .scrollBox {
    overflow-y: scroll;
    padding: 0px 25px;
    max-height: 330px;
    border: 1px solid #000;
    border-top: 0;
    border-bottom: 0;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.whyChooseUs .whyChooseUsMain .scrollBoxWrapper .scrollBox::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.whyChooseUs .whyChooseUsMain .scrollBoxWrapper .scrollBox {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.whyChooseUs .whyChooseUsMain .scrollBoxWrapper .scrollBox .hexIcon {
    position: absolute;
    top: 40px;
    left: -10px;
    font-size: 26px;
    transform: rotate(90deg);
    color: #fff;
}

.whyChooseUs .whyChooseUsMain .scrollBoxWrapper #topScrollIndicator {
    background-color: #f9ad1d;
    width: 100%;
    height: 20px;
    text-align: center;
    box-shadow: 0px 5px 11px -8px #555555;
    margin-bottom: 10px;
}

.whyChooseUs .whyChooseUsMain .scrollBoxWrapper #topScrollIndicator svg {
    fill: #fff;
    width: 12px;
    transform: rotate(180deg);
}

.whyChooseUs .whyChooseUsMain .scrollBoxWrapper #bottomScrollIndicator {
    background-color: #f9ad1d;
    width: 100%;
    height: 20px;
    text-align: center;
    box-shadow: 0px -5px 11px -8px #555555;
    margin-top: 10px;
}

.whyChooseUs .whyChooseUsMain .scrollBoxWrapper #bottomScrollIndicator svg {
    fill: #fff;
    width: 12px;
}

.hexV2Section {
    overflow: hidden;
    display: flex;
}

.hexV2Section #hexV2SectionContainer {
    margin-top: -5px;
    margin-bottom: -70px;
}

.hexV2Row {
    display: flex;
}

.hexV2Row .hexV2 {
    display: flex;
    justify-content: center;
    overflow: hidden;
    z-index: 1;
}

.hexV2Section .hs-container {
    position: relative;
}

.hexV2Section .hs-container h3 {
    text-align: center;
    font-size: 50px;
    position: absolute;
    width: 100%;
    z-index: 9;
}

.hexV2Row .hexV2 .hexV2Left {
    background-color: transparent;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    border-top: 52px solid transparent;
    border-bottom: 52px solid transparent;
    margin-left: -30px;
}

.hexV2Row .hexV2 .hexV2Middle {
    width: 60px;
    height: 104px;
    background-color: transparent;
}

.hexV2Row .hexV2 .hexV2Right {
    background-color: transparent;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 52px solid transparent;
    border-bottom: 52px solid transparent;
    margin-right: -30px;
}

.hexV2Row .hexV2.activeLink {
    cursor: pointer;
}

.hexV2Row .hexV2.activeLink .hexV2Left {
    border-right-color: #f9ad1d;
}

.hexV2Row .hexV2.activeLink .hexV2Middle {
    background-color: #f9ad1d;
}

.hexV2Row .hexV2.activeLink .hexV2Right {
    border-left-color: #f9ad1d;
}

.hexV2Row .hexV2.activeLink:hover .hexV2Left {
    border-right-color: #ffbf47;
}

.hexV2Row .hexV2.activeLink:hover .hexV2Middle {
    background-color: #ffbf47;
}

.hexV2Row .hexV2.activeLink:hover .hexV2Right {
    border-left-color: #ffbf47;
}

.hexV2Row .hexV2Gap {
    width: 60px;
    padding: 0 5px;
    z-index: -1;
}

.hexV2Row .hexV2.lightHex .hexV2Left {
    border-right-color: #eee;
}

.hexV2Row .hexV2.lightHex .hexV2Middle {
    background-color: #eee;
}

.hexV2Row .hexV2.lightHex .hexV2Right {
    border-left-color: #eee;
}

.hexV2Row .hexV2.mildHex .hexV2Left {
    border-right-color: #ddd;
}

.hexV2Row .hexV2.mildHex .hexV2Middle {
    background-color: #ddd;
}

.hexV2Row .hexV2.mildHex .hexV2Right {
    border-left-color: #ddd;
}

.hexV2Row .hexV2.lighterHex .hexV2Left {
    border-right-color: #f3f3f3;
}

.hexV2Row .hexV2.lighterHex .hexV2Middle {
    background-color: #f3f3f3;
}

.hexV2Row .hexV2.lighterHex .hexV2Right {
    border-left-color: #f3f3f3;
}

.hexV2Row .hexV2 .hexV2Middle {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.hexV2Row .hexV2 .hexV2Middle h4 {
    font-size: 10px;
    margin-bottom: 0;
}

.hexV2Row .hexV2 .hexV2Middle svg {
    width: 50px;
}

.hs-footer {
    background-color: #000;
    color: #fff;
    padding-top: 30px;
}

.hs-footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.hs-footer ul li {
    font-size: 14px;
    margin-bottom: 7px;
}

.hs-footer ul li a {
    color: inherit;
    text-decoration: none;
}

.hs-footer h4 {
    font-size: 18px;
    margin: 0;
    margin-top: 70px;
    margin-bottom: 4px;
}

.hs-footer .footerMain {
    display: flex;
    flex-direction: column;
}

.hs-footer .footerMain .footerLink {
    display: flex;
}

.hs-footer .footerMain .footerLink .footerAbout {
    display: flex;
    width: 65%;
}

.hs-footer .footerMain .footerLink .footerAbout .about {
    width: 50%;
}

.hs-footer .footerMain .footerLink .footerAbout .about p {
    font-size: 14px;
    line-height: 26px;
    padding-right: 15px;
}

.hs-footer .footerMain .footerLink .footerAbout .services {
    width: 50%;
}

.hs-footer .footerMain .footerLink .footerQuickLinks {
    display: flex;
    width: 35%;
    justify-content: space-between;
}

.hs-footer .footerMain .copyrightAndTP {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
    color: #8a8a8a;
}

.hs-footer .footerMain .copyrightAndTP p {
    font-size: 14px;
    margin-top: 40px;
    margin-bottom: 20px;
}

.hs-footer .footerMain .copyrightAndTP p a {
    color: inherit;
    text-decoration: none;
}

.websiteUnderConstruction {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60vh;
    background-color: #f9ad1d;
}

.websiteUnderConstruction h1 {
    font-size: 60px;
    border-bottom: 12px solid #fff;
    padding-right: 80px;
}

.about .aboutBannerImg {
    height: 390px;
    background: Url("../images/about-Banner.jpg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    display: flex;
}

.about .aboutBannerImg .aboutBannerTittle {
    display: flex;
}

.about .aboutBannerImg .aboutBannerImgWrapper {
    display: flex;
    width: 100%;
}

.about .aboutBannerImg .aboutBannerImgWrapper h1 {
    font-size: 38px;
    text-transform: capitalize;
    margin-bottom: 0;
}

.about .bannerAndNav nav .mainNav {
    padding-bottom: 20px;
}

.about .bannerAndNav .aboutText {
    text-align: center;
}

.about .bannerAndNav .aboutText p {
    font-size: 1rem;
    margin-top: 20px;
    margin-bottom: 30px;
}

.about .bannerAndNav .aboutText h2 {
    font-size: 1.3rem;
    font-weight: bolder;
}

.about .ourMissionAndValues {
    background: linear-gradient(270deg, #f9ad1d 40%, transparent 40%);
}

.about .ourMissionAndValues .ourMissionAndValuesWrapper {
    display: flex;
    margin-top: 35px;
    box-sizing: border-box;
}

.about .ourMissionAndValues .ourMissionAndValuesWrapper .ourMission {
    width: 36%;
    padding-right: 40px;
    box-sizing: border-box;
}

.about .ourMissionAndValues .ourMissionAndValuesWrapper .ourMission h2 {
    font-size: 1.8rem;
    font-weight: bold;
}

.about .ourMissionAndValues .ourMissionAndValuesWrapper .ourMission p {
    font-size: 1rem;
    padding-right: 20px;
}

.about .ourMissionAndValues .ourMissionAndValuesWrapper .ourValues {
    width: 64%;
    padding: 30px 0 30px 40px;
    background-color: #f9ad1d;
    box-sizing: border-box;
}

.about .ourMissionAndValues .ourMissionAndValuesWrapper .ourValues h2 {
    font-size: 1.8rem;
    font-weight: bold;
}

.about .ourMissionAndValues .ourMissionAndValuesWrapper .ourValues .ourValuesList {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

.about .ourMissionAndValues .ourMissionAndValuesWrapper .ourValues .ourValuesList>div {
    width: 50%;
}

.about .ourMissionAndValues .ourMissionAndValuesWrapper .ourValues .ourValueItem {
    display: flex;
    gap: 10px;
}

.about .ourMissionAndValues .ourMissionAndValuesWrapper .ourValues .ourValueItem .valueItemImg {
    box-sizing: border-box;
    position: relative;
}

.about .ourMissionAndValues .ourMissionAndValuesWrapper .ourValues .ourValueItem .valueItemImg .valueItemImgIcons {
    position: absolute;
    display: flex;
    top: 0;
    left: 0;
    width: 64px;
    height: 72.02px;
    justify-content: center;
    align-items: center;
}

.about .ourMissionAndValues .ourMissionAndValuesWrapper .ourValues .ourValueItem .valueItemImg .valueItemImgIcons svg {
    width: 40px;
}

.about .ourMissionAndValues .ourMissionAndValuesWrapper .ourValues .ourValueItem .valueItemImg .hex {
    display: flex;
    flex-direction: column;
}

.about .ourMissionAndValues .ourMissionAndValuesWrapper .ourValues .ourValueItem .valueItemImg .hex .hexLeft {
    background-color: transparent;
    border-right: 32px solid transparent;
    border-left: 32px solid transparent;
    border-top: 18.4615385px solid transparent;
    border-bottom: 18.4615385px solid #eee;
    margin-top: -18.4615385px;
}

.about .ourMissionAndValues .ourMissionAndValuesWrapper .ourValues .ourValueItem .valueItemImg .hex .hexMiddle {
    width: 64px;
    height: 36.9230769px;
    background-color: #eee;
}

.about .ourMissionAndValues .ourMissionAndValuesWrapper .ourValues .ourValueItem .valueItemImg .hex .hexRight {
    background-color: transparent;
    border-left: 32px solid transparent;
    border-right: 32px solid transparent;
    border-top: 18.4615385px solid #eee;
    border-bottom: 18.4615385px solid transparent;
    margin-bottom: -18.4615385px;
}

/* .about .ourMissionAndValues .ourMissionAndValuesWrapper .ourValues .ourValueItem .valueItemImg::before {
    content: "\2B22";
    color: #fff;
    font-size: 5rem;
    vertical-align: top;
} */

.about .ourMissionAndValues .ourMissionAndValuesWrapper .ourValues .ourValueItem .valueItemText {
    display: flex;
    flex-direction: column;
}

.about .ourMissionAndValues .ourMissionAndValuesWrapper .ourValues .ourValueItem .valueItemText h3 {
    font-size: 1rem;
    margin: 0;
    margin-top: 12px;
}

.about .ourMissionAndValues .ourMissionAndValuesWrapper .ourValues .ourValueItem .valueItemText p {
    font-size: 0.8rem;
    margin: 0;
}

.about .meetOurTeam {
    padding: 40px 0;
}

.about .meetOurTeam h2 {
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
}

.about .meetOurTeam .meetOurTeamList {
    display: flex;
    flex-direction: column;
    row-gap: 80px;
}

.about .meetOurTeam .meetOurTeamList .meetOurTeamItem {
    display: flex;
    padding: 10px;
}

.about .meetOurTeam .meetOurTeamList .meetOurTeamItem .teamImage .hexImg .hexImgLeft {
    filter: drop-shadow(2px 4px 6px black);
}

.about .meetOurTeam .meetOurTeamList .meetOurTeamItem.evenItem .teamImage .hexImg .hexImgLeft {
    filter: none;
}

.about .meetOurTeam .meetOurTeamList .meetOurTeamItem.evenItem .teamImage .hexImg .hexImgRight {
    filter: drop-shadow(2px 4px 6px black);
}

.about .meetOurTeam .meetOurTeamList .meetOurTeamItem.hexSection {
    display: flex;
}

.about .meetOurTeam .meetOurTeamList .meetOurTeamItem .teamImage .hexImg {
    display: flex;
    background-size: cover;
    overflow: hidden;
}

.about .meetOurTeam .meetOurTeamList .meetOurTeamItem.hive-AdnanMustafa .teamImage .hexImg {
    background-image: url(../images/adnan.jpg);
}

.about .meetOurTeam .meetOurTeamList .meetOurTeamItem.hive-HamidRaza .teamImage .hexImg {
    background-image: url(../images/hamid.jpg);
}

.about .meetOurTeam .meetOurTeamList .meetOurTeamItem.hive-AhsanAbbas .teamImage .hexImg {
    background-image: url(../images/ahsen.jpg);
}

.about .meetOurTeam .meetOurTeamList .meetOurTeamItem .teamImage .hexImg .hexImgLeft {
    background-color: transparent;
    border-right: 80px solid transparent;
    border-left: 80px solid #fff;
    border-top: 138.66667px solid #fff;
    border-bottom: 138.66667px solid #fff;
    margin-left: -80px;
}

.about .meetOurTeam .meetOurTeamList .meetOurTeamItem .teamImage .hexImg .hexImgMiddle {
    width: 160px;
    height: 277.3334px;
    background-color: transparent;
}

.about .meetOurTeam .meetOurTeamList .meetOurTeamItem .teamImage .hexImg .hexImgRight {
    background-color: transparent;
    border-left: 80px solid transparent;
    border-right: 80px solid #fff;
    border-top: 138.66667px solid #fff;
    border-bottom: 138.66667px solid #fff;
    margin-right: -80px;
}

.about .meetOurTeam .meetOurTeamList .meetOurTeamItem .teamInfo .infoRow {
    display: flex;
}

.about .meetOurTeam .meetOurTeamList .meetOurTeamItem .teamInfo .infoRow .scrollDiv {
    flex: 0 0 8%;
    display: flex;
    justify-content: center;
    position: relative;
}

.about .meetOurTeam .meetOurTeamList .meetOurTeamItem .teamInfo .infoRow .scrollDiv .scrollPath {
    display: inline-flex;
    justify-content: center;
    height: 100%;
    border: 0.5px solid #535353;

}

.about .meetOurTeam .meetOurTeamList .meetOurTeamItem .teamInfo .infoRow .scrollDiv .hexIcon {
    font-size: 1.4rem;
    color: #f9ad1d;
    position: absolute;
    transform: rotate(90deg);
}

.about .meetOurTeam .meetOurTeamList .meetOurTeamItem .teamInfo h2 {
    font-size: 1.4rem;
    font-weight: bold;
    text-align: left;
    margin-bottom: 0;
}

.about .meetOurTeam .meetOurTeamList .meetOurTeamItem .teamInfo h2 span {
    font-size: 1rem;
}

.about .meetOurTeam .meetOurTeamList .meetOurTeamItem .teamInfo p.designation {
    margin-top: 0;
    font-size: 0.8rem;
}

.about .meetOurTeam .meetOurTeamList .meetOurTeamItem .teamInfo .description {
    overflow-y: scroll;
    max-height: 200px;
}

.about .meetOurTeam .meetOurTeamList .meetOurTeamItem.evenItem .teamInfo .description {
    padding-right: 20px;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.about .meetOurTeam .meetOurTeamList .meetOurTeamItem .teamInfo .description::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.about .meetOurTeam .meetOurTeamList .meetOurTeamItem .teamInfo .description {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.servicesBanner {
    position: relative;
}

.servicesBanner .servicesBannerImg {
    display: flex;
}

.servicesBanner .servicesBannerImg img {
    width: 100%;
}

.servicesBanner .servicesBannerTittle {
    position: absolute;
    top: 0;
}

.servicesBanner .servicesBannerTittle h1 {
    font-size: 3.5rem;
    color: #f9ad1d;
    margin-bottom: 0;
}

.servicesBanner .servicesBannerTittle p {
    font-size: 2rem;
    font-weight: bold;
}

.servicesBanner .services {
    z-index: 2;
    position: relative;
    top: -100px;
}

.servicesBanner .services .box {
    background-color: #fff;
    margin-top: 40px;
    box-shadow: 0px 0px 14px -2px #555555;
    display: flex;
    justify-content: right;
}

.servicesBanner .services .box .boxItem {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    padding: 10px 0;
    width: 16.666666%;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}

.servicesBanner .services .box .boxItem:hover,
.servicesBanner .services .box .boxItem.active {
    background-color: #f9ad1d;
}

.servicesBanner .services .box .boxItem .imageBox {
    flex-grow: 1;
    text-align: center;
}

.servicesBanner .services .box .boxItem .imageBox svg {
    max-width: 100px;
    max-height: 100px;
}

.servicesBanner .services .box .boxItem p {
    text-transform: uppercase;
    flex-grow: 0;
    margin: 0;
    text-align: center;
    font-size: 0.9rem;
    height: 90px;
    padding-top: 15px;
    box-sizing: border-box;
}

.servicesItem.odd {
    background: linear-gradient(270deg, #f9ad1d 50%, transparent 50%);
    margin-bottom: 100px;
}

.servicesItem.even {
    background: linear-gradient(270deg, transparent 50%, #f9ad1d 50%);
    margin-bottom: 100px;
}

.servicesItem {
    scroll-margin-block: 160px;
}

.servicesItem .servicesItemMain {
    display: flex;
    align-items: center;
}

.servicesItem .servicesItemMain .servicesDescription {
    flex: 1 1 50%;
    box-sizing: border-box;
    margin-top: -30px;
}

.servicesItem.odd .servicesItemMain .servicesDescription {
    padding-right: 20px;
}

.servicesItem.even .servicesItemMain .servicesDescription {
    padding-left: 20px;
}

.servicesItem .servicesItemMain .servicesDescription h2 {
    font-size: 1.8rem;
    font-weight: bolder;
    line-height: 1.7rem;
}

.servicesItem .servicesItemMain .servicesDescription p {
    font-size: 1rem;
    line-height: 1.6rem;
}

.servicesItem .servicesItemMain .servicesDescription p a {
    text-decoration: underline;
}

.servicesItem .servicesItemMain .servicesDescription p a#dashboardSample {
    cursor: pointer;
}

.servicesItem .servicesItemMain .servicesDescription button {
    background-color: #000;
    color: #fff;
    padding: 10px 15px;
    border-radius: 4px;
    border: none;
    outline: none;
    font-weight: bold;
    cursor: pointer;
}

.servicesItem .servicesItemMain .servicesPoints {
    flex: 1 1 50%;
    padding-bottom: 20px;
    box-sizing: border-box;
}

.servicesItem.odd .servicesItemMain .servicesPoints {
    padding-left: 20px;
}

.servicesItem.even .servicesItemMain .servicesPoints {
    padding-right: 20px;
}

.servicesItem .servicesItemMain .servicesPoints h3 {
    font-size: 1.8rem;
    font-weight: bolder;
}

.servicesItem .servicesItemMain .servicesPoints .whatWeDoPoints {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.servicesItem .servicesItemMain .servicesPoints .whatWeDoPoints .pointItem {
    width: 124px;
}

.servicesItem .servicesItemMain .servicesPoints .whatWeDoPoints .pointItem .pointItemIcon {
    position: relative;
    display: flex;
    align-items: center;
}

.servicesItem .servicesItemMain .servicesPoints .whatWeDoPoints .pointItem .pointItemIcon::before {
    content: "\2B22";
    font-size: 3.5rem;
    color: #fff;
    position: absolute;
    z-index: 0;
    transform: rotate(90deg);
}

.servicesItem .servicesItemMain .servicesPoints .whatWeDoPoints .pointItem .pointItemIcon svg {
    z-index: 5;
    position: relative;
    width: 52px;
    height: 52px;
    left: 20px;
}

.servicesItem .servicesItemMain .servicesPoints .whatWeDoPoints .pointItem p {
    font-size: 0.8rem;
}

.servicesItem .servicesItemMain .servicesPoints .whatWeDoPoints {
    justify-content: space-between;
}

.servicesBanner .boxNav {
    display: none;
}

body.contactUs {
    background-image: url(../images/banner-background-1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right;
}

body.contactUs .bannerAndNav {
    background-image: initial;
    background-repeat: initial;
    background-size: initial;
    background-position: initial;
}

.contactUsTitleBanner {
    background-color: #f9ad1d;
    padding: 5px;
}

.contactUsTitleBanner .contactUsTitle h1 {
    font-size: 3rem;
    margin-bottom: 15px;
}

.contactUsTitleBanner .contactUsTitle p {
    font-size: 1.2rem;
    line-height: 1.7rem;
}

.contactUsTitleBanner .contactUsTitleMain {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 340px;
}

.contactUsTitleBanner .contactUsTitleMain .contactUsTitleSocial {
    display: flex;
    column-gap: 10px;
    padding-bottom: 35px;
}

.contactUsTitleBanner .contactUsTitleMain .contactUsTitleSocial a svg {
    width: 35px;
}

.contactUsSection .contactUsMain {
    display: flex;
    gap: 20px;
}

.contactUsSection .contactUsMain .contactUsInfo {
    flex: 1 1 30%;
    margin-top: 40px;
    margin-bottom: 40px;
}

.contactUsSection .contactUsMain .contactUsInfo h2 {
    font-size: 2rem;
}

.contactUsSection .contactUsMain .contactUsInfo p {
    font-size: 1.4rem;
}

.contactUsSection .contactUsMain .contactUsInfo .contactUsInfoBox {
    display: flex;
}

.contactUsSection .contactUsMain .contactUsInfo .contactUsInfoBox .contactUsInfoIcon {
    flex: 1 1 100px;
    display: flex;
}

.contactUsSection .contactUsMain .contactUsInfo .contactUsInfoBox .contactUsInfoIcon span {
    display: block;
    width: 1px;
    border-right: 1px solid #000;
    margin: 20px 0 90px 0;
}

.contactUsSection .contactUsMain .contactUsInfo .contactUsInfoBoxText p {
    font-size: 0.9rem;
    margin-bottom: 20px;
    position: relative;
}

.contactUsSection .contactUsMain .contactUsInfo .contactUsInfoBoxText p::before {
    content: "\2B22";
    font-size: 1.6rem;
    color: #f9ad1d;
    position: absolute;
    z-index: 0;
    transform: rotate(90deg);
    left: -13.5%;
    top: -7px;
}

.contactUsSection .contactUsMain .contactUsInfo .contactUsInfoBoxText p span {
    font-weight: bold;
    display: block;
}

.contactUsSection .contactUsMain .contactUsFormBox {
    flex: 1 1 70%;
    box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 57%);
    padding: 15px;
    background-color: #fff;
    margin-top: -140px;
    margin-bottom: 50px;
}

.contactUsSection .contactUsMain .contactUsFormBox .formBoxMessage {
    display: flex;
    background-color: #F3F3F5;
    padding: 15px;
    align-items: center;
    margin-bottom: 50px;
}

.contactUsSection .contactUsMain .contactUsFormBox .formBoxMessage .formBoxMessageIcon svg {
    width: 50px;
    padding-bottom: 5px;
}

.contactUsSection .contactUsMain .contactUsFormBox .formBoxMessage .formBoxMessageText p {
    font-size: 1.2rem;
    padding-left: 15px;
    margin: 0;
    font-weight: 500;
}

.contactUsSection .contactUsMain .contactUsFormBox .formContactUs {
    padding: 0 30px;
}

.contactUsSection .contactUsMain .contactUsFormBox .formContactUs .formContactUsSplitSection {
    display: flex;
    margin-bottom: 30px;
    gap: 20px;
}

.contactUsSection .contactUsMain .contactUsFormBox .formContactUs .formContactUsSplitSection>div {
    flex-grow: 1;
    display: flex;
    justify-content: center;
}

.contactUsSection .contactUsMain .contactUsFormBox .formContactUs input {
    background-color: #F3F3F5;
    outline: none;
    border: 1px solid #e7e7e7;
    font-size: .7rem;
    height: 30px;
    width: 100%;
    padding-left: 15px;
    font-family: inherit;
}

.contactUsSection .contactUsMain .contactUsFormBox .formContactUs input::placeholder,
.contactUsSection .contactUsMain .contactUsFormBox .formContactUs .formContactUsTextarea textarea::placeholder {
    color: #000;
    opacity: 1;
    /* Firefox */
}

.contactUsSection .contactUsMain .contactUsFormBox .formContactUs input::-ms-input-placeholder,
.contactUsSection .contactUsMain .contactUsFormBox .formContactUs .formContactUsTextarea textarea::-ms-input-placeholder {
    /* Edge 12-18 */
    color: #000;
}

.contactUsSection .contactUsMain .contactUsFormBox .formContactUs .formContactUsOptional h2 {
    font-size: 1.5rem;
    font-weight: lighter;
    margin-top: 50px;
}

.contactUsSection .contactUsMain .contactUsFormBox .formContactUs .formContactUsTextarea {
    margin-bottom: 30px;
}

.contactUsSection .contactUsMain .contactUsFormBox .formContactUs .formContactUsTextarea textarea {
    background-color: #F3F3F5;
    outline: none;
    border: 1px solid #e7e7e7;
    font-size: .7rem;
    width: 100%;
    padding-left: 15px;
    padding-top: 15px;
    font-family: inherit;
    box-sizing: border-box;
}

.contactUsSection .contactUsMain .contactUsFormBox .formContactUs .formDropLike {
    background-color: #F3F3F5;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.contactUsSection .contactUsMain .contactUsFormBox .formContactUs .formDropLike .formDropLikeIcon {
    flex-grow: 0;
}

.contactUsSection .contactUsMain .contactUsFormBox .formContactUs .formDropLike .formDropLikeIcon svg {
    height: 35px;
}

.contactUsSection .contactUsMain .contactUsFormBox .formContactUs .formDropLike .formDropLikeText {
    flex-grow: 1;
}

.contactUsSection .contactUsMain .contactUsFormBox .formContactUs .formDropLike .formDropLikeText p {
    text-align: center;
    margin: 0;
}

.contactUsSection .contactUsMain .contactUsFormBox .formContactUs button {
    width: 100%;
    background-color: #000;
    color: #fff;
    border: none;
    font-size: 1.5rem;
    font-family: inherit;
    font-weight: bolder;
    padding: 10px 0;
    border-radius: 5px;
    margin-bottom: 70px;
}

.getInTouchDirectly {
    background-color: #f9ad1d;
    box-sizing: border-box;
    display: flex;
    padding: 25px 0;
}

.getInTouchDirectly .getInTouchDirectlyTitle {
    text-align: center;
}

.getInTouchDirectly .getInTouchDirectlyTitle h2 {
    font-size: 2.2rem;
    margin-bottom: 5px;
}

.getInTouchDirectly .getInTouchDirectlyTitle p {
    font-size: 1.6rem;
    margin-top: 5px;
    margin-bottom: 35px;
}

.getInTouchDirectly .getInTouchDirectlyAddress {
    display: grid;
    gap: 20px;
    grid-template-columns: auto auto auto auto;
}

.getInTouchDirectly .getInTouchDirectlyAddress .getInTouchDirectlyAddressItem {
    flex-grow: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.getInTouchDirectly .getInTouchDirectlyAddress .getInTouchDirectlyAddressItem h4 {
    margin-bottom: 5px;
    font-size: 0.8rem;
}

.getInTouchDirectly .getInTouchDirectlyAddress .getInTouchDirectlyAddressItem .getInTouchDirectlyAddressItemBox {
    border: 1px solid #fff;
    box-sizing: border-box;
    padding: 20px 15px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.getInTouchDirectly .getInTouchDirectlyAddress .getInTouchDirectlyAddressItem .getInTouchDirectlyAddressItemBox .ItemBoxAddress {
    flex-grow: 1;
}

.getInTouchDirectly .getInTouchDirectlyAddress .getInTouchDirectlyAddressItem .getInTouchDirectlyAddressItemBox .ItemBoxEmail,
.getInTouchDirectly .getInTouchDirectlyAddress .getInTouchDirectlyAddressItem .getInTouchDirectlyAddressItemBox .ItemBoxMobile {
    flex-grow: 0;
}

.getInTouchDirectly .getInTouchDirectlyAddress .getInTouchDirectlyAddressItem .getInTouchDirectlyAddressItemBox p {
    font-size: .8rem;
    text-wrap: wrap;
    line-height: 1.2rem;
}

.getInTouchDirectly .getInTouchDirectlyFooter {
    text-align: center;
    margin-top: 35px;
    margin-bottom: 5px;
}

.getInTouchDirectly .getInTouchDirectlyFooter p {
    font-size: 1rem;
    margin: 5px;
}

.getInTouchDirectly .getInTouchDirectlyFooter p:last-child {
    font-weight: bold;
}

.floatingNotification {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9999;
    padding: 15px;
}

.floatingNotification .floatingNotifications {
    position: relative;
    padding: 18px 10px;
    display: flex;
    flex-direction: column;
    row-gap: 12px;
    border-radius: 5px;
    box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 57%);
    transition: bottom 1s ease-in;
}

.floatingNotification .floatingNotifications.success {
    background-color: #f9ad1d;
}

.floatingNotification .floatingNotifications.failure {
    background-color: #c44d56;
    color: #fff;
}

.floatingNotification .floatingNotifications.success.on {
    bottom: -85px;
}

.floatingNotification .floatingNotifications.failure.on {
    bottom: 0;
}

.floatingNotification .floatingNotifications.off {
    bottom: -200px;
}

.floatingNotification .floatingNotifications.on {
    transition: bottom .5s ease-in;
}

.floatingNotification .floatingNotifications h6 {
    margin: 0;
    font-size: .8rem;
}

.floatingNotification .floatingNotifications p {
    margin: 0;
    font-size: 1rem;
}

.dashboardSamplePopup {
    width: 100vw;
    height: 100vh;
    background-color: rgb(35 31 32 / 65%);
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 9999999;
    display: none;
    flex-direction: column;
    backdrop-filter: blur(14px);
}

.dashboardSamplePopup .imageContainer {
    flex-grow: 1;
    max-height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dashboardSamplePopup .imageContainer img {
    max-width: 90%;
    max-height: 90%;
}

.dashboardSamplePopup .controlsContainer {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.dashboardSamplePopup .controlsContainer button {
    background-color: #000;
    color: #fff;
    padding: 10px 15px;
    border-radius: 4px;
    border: none;
    outline: none;
    font-weight: bold;
    cursor: pointer;
}

.dashboardSamplePopup .controlsContainer button.close {
    background-color: #c44d56;
}