* {
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    padding: 0;
    margin: 0;
    outline: none !important;
}

body {
    background: #0e0c0a;
    overflow-x: hidden !important;
    color: #ffffff;
}

:root {
    max-width: 100%;
    overflow-x: hidden !important;
    --theme: #e9a50e;
    --theme2: #c38d15;
}

::selection {
    color: white;
    background: var(--theme);
}

main {
    overflow-x: hidden !important;
    width: 100%;
    overflow: hidden;
    min-height: 100vh;
    padding-top: 0;
}

button {
    cursor: pointer !important;
    user-select: none !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

img {
    user-select: none;
}

header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: fit-content;
    padding: 10px 0;
    z-index: 999;
    background: #0e0c0aba;
    transition: 1s;
}

.HeaderInner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    flex-wrap: wrap;
    margin: 0 auto;
}

.HeaderLogoParent {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: max-content;
}

.HeaderLogo {
    cursor: pointer;
}

.HeaderLogo img {
    display: block;
    margin: 0 0;
    width: auto;
    height: 50px;
}

.HeaderLogoParent h6 {
    display: block;
    margin: 0px 15px;
    width: max-content;
    font-size: 16px;
    font-weight: 200;
    cursor: pointer;
    transition: 350ms;
}


.HeaderLogoParent h6:hover {
    transform: scale(1.1);
    color: var(--theme);
    text-decoration: underline;
}

.HeaderLogoParent h6 i {
    margin: 0 5px;
    color: var(--theme2);
}

.HeaderTabs {
    display: flex;
    justify-content: space-between;
    margin: 0 0;
    width: max-content;
    align-items: center;
}

.HeaderTabs ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 20px;
    padding: 0;
}

.HeaderTabs ul li {
    display: block;
    margin: 0 10px;
    width: fit-content;
    padding: 10px 15px;
    text-transform: uppercase;
    font-weight: 300;
    cursor: pointer;
    transition: 350ms;
    font-size: 15px;
    letter-spacing: 2px;
    user-select: none;
}

.HeaderTabs ul li:hover {
    color: var(--theme);
}

.Banner {
    position: relative;
    overflow: hidden;
}

.Banner video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    z-index: -1;
    opacity: 0.5;
    filter: contrast(129%) grayscale(25%) brightness(80%);
    background: none;
    padding-bottom: 20px;
}

.BannerInner {
    display: flex;
    margin: 0 0;
    width: 100%;
    min-height: 120vh;
    align-items: center;
    padding-top: 69px;
}

.BannerDiv {
    display: block;
    margin: 0 0;
    width: 50%;
    position: relative;
}


.BannerDiv h1 {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 55px;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: 0px 0px 20px #000000;
}

.BannerDiv h1 u {
    background: var(--theme2);
    text-decoration: none;
    text-shadow: none;
    padding: 0 7px;
}

.BannerDiv p {
    display: none;
    margin: 20px auto;
    width: 100%;
    font-size: 21px;
    font-weight: 400;
    text-shadow: 0px 0px 6px #000000;
    color: #e9e9e9;
    text-align: justify;
}

.BannerSocials {
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    margin: 20px auto 0;
}

.BannerSocials a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    aspect-ratio: 1/1;
    color: white;
    text-decoration: none;
    font-size: 25px;
    background: #0e0c0a54;
    position: relative;
    overflow: hidden;
    margin-right: 15px;
    border-radius: 5px;
    transition: 300ms;
}

.BannerSocials a:hover {
    transform: scale(1.1);
    background: #0e0c0a;
}

.GetConsultationBTN {
    display: flex;
    justify-content: center;
    align-items: center;
    background: none;
    color: var(--theme2);
    border: solid 1px;
    padding: 10px 15px;
    border-radius: 1000px;
    text-transform: uppercase;
    font-size: 14px;
    transition: 350ms;
    overflow: hidden;
    position: relative;
}

.GetConsultationBTN i {
    margin-right: 10px;
}

.GetConsultationBTN:Hover {
    transform: scale(1.05);
    background: var(--theme2);
    border-color: var(--theme2);
    color: #0c0c0c;
}

.About {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 45px 0 25px;
}

.AboutInner {
}

.AboutInner h1 {
    display: flex;
    justify-content: start;
    align-items: baseline;
    text-transform: uppercase;
    font-size: 39px;
    color: var(--theme2);
    position: relative;
    font-weight: bold;
    margin: 0 auto;
    width: 100%;
}

.AboutInner h1 a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    height: 100%;
    font-size: 19px;
    text-decoration: none;
    color: #ffffff;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 10px;
    opacity: 0.4;
    transition: 350ms;
}

.AboutInner h1 a i {
    font-size: 25px;
    margin: 0 6px;
}

.AboutInner p {
    display: block;
    margin: 21px auto;
    width: 100%;
    font-size: 20px;
    font-weight: 100;
    line-height: 2;
    text-align: justify;
    text-align: justify;
}

.AboutInner label {
    color: #ededed;
    margin: 0 15px;
}

.Counters {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 35px auto;
    flex-wrap: wrap;
}

.CounterItem {
    display: block;
    margin: 19px 0;
    padding: 20px 26px;
    width: 29%;
    background: #16130e;
    border-radius: 10px;
    transition: 400ms;
}

.CounterItem h5 {
    display: block;
    margin: 0 auto;
    width: auto;
    text-transform: uppercase;
    font-size: 16px;
    color: var(--theme2);
    font-weight: bold;
}

.CounterItem h6 {
    display: block;
    margin: 15px auto 0;
    width: auto;
    font-size: 28px;
}

.CounterItem strong {
    margin: 0 4px;
}

.AboutInner h1 a:hover {
    transform: scale(1.1);
    color: var(--theme);
    opacity: 1;
}

.ServicesGH {
    display: flex;
    justify-content: space-between;
    align-items: start;
    width: 100%;
    flex-wrap: wrap;
    padding-left: 31%;
}

.ServiceItem {
    display: block;
    margin: 17px 0;
    width: 48%;
    background: #16130e;
    padding: 20px 25px 21px;
    border-radius: 10px;
    position: relative;
    padding-left: 67px;
    opacity: 0.9;
    border: solid 2px transparent;
    transition: 350ms;
}


.ServiceItem:hover {
    opacity: 1;
    border-color: #2e271c;
}

.ServiceItem i {
    position: absolute;
    left: 20px;
    top: 16px;
    width: fit-content;
    font-size: 25px;
    color: var(--theme2);
    margin: 0;
}

.ServiceItem h4 {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    color: var(--theme2);
    text-transform: uppercase;
    cursor: default;
}

.ServiceItem p {
    display: block;
    margin: 9px auto 0;
    width: 100%;
    font-size: 16px;
    font-weight: 100;


    /* number of lines to show */
    cursor: default;
}

.Services {
    background: #241e15;
    padding: 65px 0;
    position: relative;
    z-index: 2;
}

.Clients {
    display: block;
    margin: 0 auto;
    width: 100%;
    background: #16130e;
    padding: 12px 0;
    position: relative;
    overflow: hidden;
    z-index: 2;
    /* box-shadow: inset -1px -38px 38px -32px #3228166b; */
}

.ClientsSlider {
    direction: ltr;
    padding-left: 28%;
}

.ClientsSliderItem {
}

.ClientsSliderItem img {
    display: block;
    margin: 0 auto;
    width: 60%;
    aspect-ratio: 1/0.5;
    object-fit: contain;
    object-position: center center;
    opacity: 0.7;
    transition: 350ms;
}

.ClientsSliderItem img:hover {
    opacity: 1
}

.ServicesArt {
    position: absolute;
    left: 0;
    top: 0;
    width: 65%;
    height: 100%;
    object-fit: cover;
    object-position: right;
    opacity: 0.3;
}

.ServicesFade {
    position: absolute;
    right: 0;
    top: 0;
    width: 39%;
    height: 100%;
    background: #221f1b;
    box-shadow: 1px 1px 167px 200px #221f1b;
    z-index: 0;
}

.ServicesArt2 {
    position: absolute;
    left: -3%;
    bottom: 0;
    width: auto;
    height: 110%;
    filter: brightness(81%) contrast(115%) saturate(151%) grayscale(32%) hue-rotate(18deg);
}

.ServicesBG {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
    mix-blend-mode: overlay;
    background: #000000;
}

.ServicesHeader {
    display: block;
    margin: 23px auto;
    width: 100%;
}

.ServicesHeader h1 {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-weight: bold;
    color: var(--theme2);
    text-transform: uppercase;
    font-size: 31px;
}

.ServicesHeader p {
    display: block;
    margin: 6px auto;
    width: 100%;
    font-weight: 100;
    font-size: 18px;
}

.BannerDiv label {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 25px;
    text-transform: uppercase;
    text-shadow: 0px 0px 20px #000000;
    letter-spacing: 10px;
}

.BannerFade {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background: #0e0c0a;
    box-shadow: 0px 15px 98px 152px #0e0c0a;
}

.Testimonials {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 15px 0 45px;
    position: relative;
    overflow: hidden;
    background: #0e0c09;
}

.TestimonialsSlider {
    direction: ltr;
}

.TestimonialsSliderItem {
}

.TestimonialsSliderItemInner {
    display: block;
    margin: 25px auto;
    width: 90%;
    background: #15120d;
    padding: 20px;
    position: relative;
    padding-left: 75px;
    border-radius: 20px;
}

.TestimonialsSliderItemInner h4 {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 16px;
    text-transform: uppercase;
    color: var(--theme2);
    font-weight: bold;
}

.TestimonialsSliderItemInner h4 .setbg {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    aspect-ratio: 1/1;
    margin: 20px;
    border-radius: 1000px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #0e0c09;
}

.TestimonialsSliderItemInner label {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 12px;
    color: #ffffff;
    opacity: 0.8;
}

.TestimonialsSliderItemInner p {
    display: block;
    margin: 9px auto;
    width: 100%;
    font-size: 14px;
    font-weight: 100;
}

.TestimonialsSliderItemInner p i {
    position: absolute;
    right: 26px;
    top: -15px;
    font-size: 35px;
    color: var(--theme2);
    transform: scale(1.5) rotate(8deg);
    text-shadow: 1px 1px 1px #000000;
}

.SharedSectionHeader {
    display: block;
    margin: 40px auto;
    text-align: center;
    width: 700px;
    max-width: 100%;
}

.SharedSectionHeader h1 {
    display: block;
    margin: 0 auto;
    width: fit-content;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 35px;
}

.SharedSectionHeader h1 u {
    text-decoration: none;
    color: var(--theme2);
}

.SharedSectionHeader p {
    display: block;
    margin: 10px auto;
    width: 100%;
    font-size: 20px;
    font-weight: 100;
}

.TestimonialsSlider .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    width: max-content;
    flex-wrap: wrap;
    padding: 0;
    margin: 25px auto 0;
}

.TestimonialsSlider .slick-dots li {
    display: block;
    margin: 0 0;
    width: fit-content;
}

.TestimonialsSlider .slick-dots li div {
    display: block;
    margin: 0 4px;
    width: 25px;
    height: 14px;
    background: #ffffff;
    border-radius: 10px 1px;
    opacity: 0.2;
    transition: 300ms;
}

.TestimonialsSlider .slick-dots .slick-active div {
    background: var(--theme2);
    opacity: 1;
    width: 40px;
}

.Reels {
    display: block;
    margin: 0 auto;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 15px 0 30px;
    background: var(--theme2);
    z-index: 2;
    background: #12100d;
}

.ReelsSlider {
    margin: 0 auto;
    width: 100%;
    direction: ltr;
}

.ReelsSliderItem {
}

.ReelsSliderItemInner {
    display: block;
    margin: 0 auto;
    width: 95%;
    position: relative;
    aspect-ratio: 1/1.7;
    overflow: hidden;
    border-radius: 20px;
    background: #0e0c0a;
    z-index: 2;
    cursor: pointer;
    transition: 350ms;
}

.reelThumb {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
    opacity: 0.8;
    filter: grayscale(35%);
    transition: 450ms;
}

.ReelsSliderItemInner .setbg {
    position: absolute;
    right: 0;
    top: 0;
    width: 29px;
    aspect-ratio: 1/1;
    z-index: 2;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    filter: invert(1);
    margin: 20px;
}

.ReelsSliderItemDetails {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 25px 30px;
}

.ReelsSliderItemDetails label {
    display: block;
    margin: 9px auto;
    width: 100%;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
}

.ReelsSliderItemDetails label i {
    margin-right: 8px;
}

.ReelsSliderItemDetails p {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 14px;
}

.ReelsSlider .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    width: max-content;
    flex-wrap: wrap;
    padding: 0;
    margin: 28px auto;
}

.ReelsSlider .slick-dots li {
    display: block;
    margin: 0 0;
    width: fit-content;
}

.ReelsSlider .slick-dots li div {
    display: block;
    margin: 0 4px;
    width: 17px;
    height: auto;
    aspect-ratio: 1/1;
    background: white;
    border-radius: 1000px;
    opacity: 0.2;
    transition: 300ms;
    cursor: pointer;
}

.ReelsSlider .slick-dots .slick-active div {
    background: var(--theme2);
    opacity: 1;
}

.ReelsBG {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right top;
    /* filter: grayscale(100%) brightness(40%) contrast(173%); */
    opacity: 0.01;
    z-index: -1;
    pointer-events: none;
}

.ReelsSliderItemFade {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    background: #0e0c0a;
    z-index: -1;
    box-shadow: 0px -26px 96px 108px #0e0c0a;
    opacity: 0.8;
}


.ReelsSliderItemInner:hover {
    transform: scale(1.02);
}

.ReelsSliderItemInner:hover .reelThumb {
    opacity: 1;
    transform: scale(1.1);
    filter: grayscale(0);
}

.ReelsSliderItemInner:hover .setbg {
    display: none;
}

.HeaderOnScroll {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999999999999;
    background: #0a0704;
    box-shadow: 0px 20px 43px -27px #ffffff0a;
    padding-top: 20px;
}

.ReelsSliderParent {
    display: block;
    margin: 0 0;
    width: 380px;
}

.Content {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 100%;
}

.NewsGH {
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin: 0 auto;
    flex-wrap: wrap;
    margin-right: 2%;
}

.NewsItem {
    display: block;
    margin: 0 0 25px;
    width: 44%;
    background: #100d07;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    transition: 450ms;
    margin-right: 4%;
}

.NewsItemDetails {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 20px;
    position: relative;
    padding-bottom: 48px;
}

.NewsItem .NewsThumb {
    display: block;
    margin: 0 auto;
    width: 100%;
    aspect-ratio: 1/0.5;
    object-fit: cover;
    object-position: center center;
    opacity: 0.8;
    filter: grayscale(35%);
    transition: 450ms;
}

.NewsItemDetails h5 {
    display: block;
    margin: 0 auto 8px;
    width: 100%;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    color: var(--theme);
}

.NewsItemDetails label {
    display: block;
    margin: 5px auto;
    width: 100%;
    font-size: 12px;
    opacity: 0.7;
}

.NewsItemDetails label i {
    margin: 0 0;
    margin-right: 6px;
}

.NewsItemDetails button {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 15px;
    border-radius: 10px;
    background: none;
    color: var(--theme);
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
    border: solid 1px;
    padding: 8px 17px;
    padding-right: 33px;
    transition: 350ms;
}

.NewsItemDetails button i {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    height: 100%;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
}


.NewsItem:hover {
    transform: scale(1.05);
}

.NewsItem:hover .NewsThumb {
    filter: grayscale(0);
    opacity: 1;
}

.NewsItem:hover .NewsItemDetails button {
    background: var(--theme);
    border-color: var(--theme);
    color: #201a12;
}

.Shine {
    position: absolute;
    right: 57px;
    top: -50%;
    height: 200%;
    width: 0;
    transform: rotate(32deg);
    mix-blend-mode: color;
    box-shadow: 1px 1px 19px 16px #ffb000;
    -webkit-animation: ShineAnimation 3s ease-in-out infinite;
    animation: ShineAnimation 3s ease-in-out infinite;
}

@keyframes ShineAnimation {
    0% {
        right: -120%;
    }
    100% {
        right: 220%;
    }
}

.GetConsultationNow {
    display: block;
    margin: 0 auto;
    width: 100%;
    position: relative;
    padding: 97px 0;
    overflow: hidden;
}

.GetConsultationNowInner {
    display: block;
    margin: 0 auto;
    width: 100%;
    position: relative;
    padding: 60px 15%;
    text-align: center;
}

.GetConsultationNowInner h1 {
    display: block;
    margin: 20px auto;
    width: 100%;
    font-size: 54px;
    text-transform: uppercase;
    font-weight: bolder;
    color: var(--theme2);
}

.GetConsultationNowInner p {
    display: block;
    margin: 0 auto 30px;
    width: 100%;
    font-size: 25px;
    text-shadow: -2px 2px 1px #000000;
    font-weight: 100;
}

.GetConsultationNowInner button {
    display: flex;
    justify-content: center;
    align-items: center;
    background: none;
    color: var(--theme2);
    border: solid 1px;
    padding: 15px 15px;
    border-radius: 1000px;
    text-transform: uppercase;
    font-size: 16px;
    transition: 350ms;
    overflow: hidden;
    position: relative;
    margin: 30px auto 0;
}

.GetConsultationNowInner button i {
    margin-right: 10px;
}


@keyframes ConsultNowBGAnimation {
    0% {
        transform: scale(1.0);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1.0);
    }
}

.GetConsultationNowInner button:hover {
    transform: scale(1.1);
    background: var(--theme);
    border-color: var(--theme);
    color: #0e0c0a;
}

.GetConsultationNowInner h2 {
    display: flex;
    margin: 23px auto;
    width: fit-content;
    font-size: 17px;
}

.GetConsultationNowInner h2 label {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    background: #ffffff0d;
    margin-right: 15px;
    padding: 10px 20px;
    border-radius: 5px;
    direction: ltr;
    position: relative;
    padding-left: 40px;
    font-weight: 100;
    cursor: pointer;
    transition: 350ms;
    user-select: none;
}

.GetConsultationNowInner h2 label i {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: 100%;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--theme2);
}

.GetConsultationNowInner h2 label:hover {
    color: var(--theme2);
    transform: scale(1.05);
    background: #ffffff12;
}

.ScrollIndicatorAmount {
    position: fixed;
    left: 0;
    top: 0;
    height: 5px;
    background: var(--theme2);
    z-index: 99999999999;
}

.ScrollerBtn {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 9999999999999;
}

.ScrollerBtn button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    aspect-ratio: 1/1;
    margin: 20px;
    border: none;
    background: var(--theme);
    color: #ffffff;
    border-radius: 10px;
    font-size: 20px;
}

.GetConsultationNowInner h1 u {
    text-shadow: none;
    text-decoration: none;
    color: white;
}

.GetConsultationNowClouds {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -3;
    object-fit: cover;
    object-position: center center;
    filter: grayscale(1) brightness(80%);
    mix-blend-mode: color-dodge;
}

footer {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 70px 0 95px;
    background: #0a0704;
    position: relative;
    z-index: 2;
}

.FooterInner {
    display: flex;
    justify-content: start;
    align-items: start;
    width: 100%;
    flex-wrap: wrap;
}

.FooterVision {
    display: block;
    margin: 0 0;
    width: 30%;
}

.FooterVision img {
    display: block;
    margin: 0 0;
    width: 100px;
    max-width: 100%;
}

.FooterVision p {
    display: block;
    margin: 16px auto;
    width: 100%;
    text-align: justify;
    font-size: 15px;
}

.FooterUsefulTabs {
    display: block;
    margin: 0 auto;
    width: 25%;
    transition: 350ms;
}

.FeaturedIn h4, .FooterUsefulTabs h4 {
    display: block;
    margin: 0 auto;
    width: 100%;
    color: var(--theme2);
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
}

.FooterUsefulTabs ul {
    display: block;
    margin: 10px auto 0;
    width: 100%;
    padding: 0;
}

.FooterUsefulTabs ul li {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 9px 3px;
    cursor: pointer;
    color: #e9e9e9;
    transition: 350ms;
    text-transform: uppercase;
    font-size: 14px;
    user-select: none;
}


.FooterUsefulTabs ul li:hover {
    color: var(--theme2);
    text-decoration: underline;
}

.FeaturedIn {
    display: block;
    margin: 0 0;
    width: 30%;
}

.FeaturedInGH {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.FeaturedInItem {
    display: block;
    margin: 8px auto 15px;
    width: 100%;
    background: #ffffff0a;
    border-radius: 10px;
    padding: 10px 20px;
    position: relative;
    padding-left: 80px;
    cursor: pointer;
    transition: 350ms;
    padding-right: 45px;
    user-select: none;
}

.FeaturedInItem .setbg {
    position: absolute;
    left: 0;
    top: 0;
    width: 55px;
    height: 45px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 5px;
    margin: 10px;
}

.FeaturedInItem h5 {
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* number of lines to show */
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.FeaturedInItem label {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-weight: 600;
    text-transform: uppercase;
    color: #efefef;
    font-size: 10px;
    pointer-events: none;
}

.FeaturedInItem label i {
}

.FeaturedInItem .fa-arrow-right {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 13px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
}


.FeaturedInItem:hover {
    transform: scale(1.01);
    background: #ffffff0f;
}

.Preloader {
}

.PreloaderInner {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #14110b;
    z-index: 999999999999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.PreloaderDiv {
    display: block;
    margin: 0 auto;
    width: fit-content;
    aspect-ratio: 1/1;
    position: relative;
    z-index: 2;
}

.PreloaderDiv div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    aspect-ratio: 1/1;
    background: #0a0804;
    border-radius: 100%;
    animation: 5s linear infinite ScaleAnimation;
}

.PreloaderDiv img {
    display: block;
    margin: 0 auto;
    width: 60px;
    animation: 5s linear infinite rotation;
}

@keyframes ScaleAnimation {
    50% {
        transform: scale(0.0);
    }

    50% {
        transform: scale(2.0);
    }

    100% {
        transform: scale(0.0);
    }
}


@keyframes rotation {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(359deg)
    }
}

.GetConsultation {
    padding: 100px 0 40px;
}

.GetConsultationForm {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 100%;
    flex-wrap: wrap;
}

.GetConsultationFormRow {
    display: block;
    margin: 0 0;
    width: 33%;
    padding: 10px;
}

.GetConsultationFormRow label {
    display: block;
    margin: 9px auto;
    width: 100%;
    font-size: 15px;
}

.GetConsultationFormRow label u {
    text-decoration: none;
    color: #ff6f6f;
    margin: 0 4px;
}

.GetConsultationFormHolder {
    display: block;
    margin: 0 auto;
    width: 100%;
    background: #ffffff;
    height: 45px;
    border-radius: 5px;
    position: relative;
    z-index: 2;
}

.GetConsultationFormHolder g {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: 100%;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000000;
    font-size: 19px;
    opacity: 0.5;
    pointer-events: none;
}

.GetConsultationFormHolder g i {
    pointer-events: none;
}

.GetConsultationFormHolder input, .GetConsultationFormHolder select {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: none;
    border: none;
    padding: 9px 17px;
    padding-left: 50px;
}

.GetConsultationFormRow textarea {
    display: block;
    margin: 0 auto;
    width: 100%;
    border-radius: 5px;
    padding: 10px;
    font-size: 15px;
    height: auto;
    min-height: 110px;
}

.GetConsultationFormSubmit {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 20px 0 0;
}

.GetConsultationFormSubmit button {
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--theme2);
    border: none;
    padding: 15px 20px;
    border-radius: 10px;
    color: white;
    text-transform: uppercase;
    padding-left: 40px;
    position: relative;
    transition: 300ms;
}

.GetConsultationFormSubmit button i {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    transition: 300ms;
}

.GetConsultationFormSubmit button:hover {
    transform: scale(1.1);
    background: #000000;
}

.GetConsultation {
}

.GetConsultationCover {
    display: block;
    margin: 0 auto 20px;
    width: 100%;
    padding: 78px 5%;
    position: relative;
    z-index: 2;
    overflow: hidden;
    background: #101010;
    border-radius: 20px;
    color: #000000;
}

.GetConsultationCoverFade {
    position: absolute;
    left: 0;
    top: 0;
    width: 60%;
    height: 107%;
    background: #ffffff;
    box-shadow: 60px 0px 80px 34px #ffffff;
    z-index: -1;
}

.ConsultNowBG {
    position: absolute;
    right: 0;
    top: 0;
    width: 40%;
    height: 100%;
    z-index: -2;
    object-fit: cover;
    object-position: center center;
}

.GetConsultationCoverInner {
    display: block;
    margin: 0 0;
    width: 58%;
}

.GetConsultationCoverInner h1 {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: bold;
    color: #0e0c0a;
}

.GetConsultationCoverInner h1 u {
    text-decoration: none;
    color: var(--theme2);
}

.GetConsultationCoverInner p {
    display: list-item;
    margin: 15px auto;
    width: 100%;
    font-size: 15px;
    list-style: square;
    list-style-type: disclosure-closed;
}

.HomeConsultNowBG {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    filter: brightness(37%) contrast(120%) grayscale(1);
    -webkit-animation: ConsultNowBGAnimation 15s ease-in-out infinite;
    animation: ConsultNowBGAnimation 15s ease-in-out infinite;
}

.ConsultationSent {
}

.ConsultationSentInner {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0e0c0a;
    z-index: 9999999999999999999;
}

.ConsultationSentDiv {
    display: block;
    margin: 0 auto;
    width: 600px;
    text-align: center;
    max-width: 100%;
}

.ConsultationSentDiv img {
    display: block;
    margin: 18px auto;
    width: auto;
    height: 200px;
}

.ConsultationSentDiv h3 {
    display: block;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: var(--theme2);
    text-transform: uppercase;
}

.ConsultationSentDiv p {
    display: block;
    margin: 3px auto;
    width: 100%;
    font-size: 20px;
    font-weight: 200;
}

.ConsultationSentDiv button {
    display: flex;
    margin: 20px auto 0;
    width: fit-content;
    background: none;
    color: var(--theme);
    border: solid 2px;
    align-items: center;
    justify-content: center;
    padding: 10px 13px;
    border-radius: 5px;
    text-transform: uppercase;
    transition: 300ms;
}

.ConsultationSentDiv button i {
    margin: 0 0;
    margin-right: 12px;
}

.ConsultationSentDiv button:hover {
    background: var(--theme);
    border-color: var(--theme);
    color: #0e0c0a;
}

.VideoPlayer {
    display: none;
}

.VideoPlayerInner {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.VideoPlayerFade {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    z-index: -1;
    opacity: 0.5;
}

.VideoPlayerDiv {
    display: block;
    margin: 0 auto;
    width: 420px;
    background: #000000;
    aspect-ratio: 1/1.5;
    max-height: 90%;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.VideoPlayerDiv video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
}

.StoryShow {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 100px 0 40px;
}

.StoryShowInner {
    display: block;
    margin: 0 auto;
    width: 100%;
    position: relative;
    padding-left: 500px;
}

.StoryShowImage {
    position: absolute;
    left: 0;
    top: 0;
    width: 450px;
    height: auto;
    border-radius: 10px;
}

.StoryShowMain {
}

.StoryShowMain h1 {
    display: block;
    margin: 0 auto;
    width: 100%;
    color: var(--theme2);
}

.StoryShowMain p {
    display: block;
    margin: 12px auto;
    width: 100%;
}

.StoryShowFullDescription {
}

.StoryShowFullDescription * {
    max-width: 100%;
    color: white;
}

.StoryShowFullDescription h1,
.StoryShowFullDescription h2,
.StoryShowFullDescription h3,
.StoryShowFullDescription h4,
.StoryShowFullDescription h5,
.StoryShowFullDescription h6 *,
.StoryShowFullDescription h1 *,
.StoryShowFullDescription h2 *,
.StoryShowFullDescription h3 *,
.StoryShowFullDescription h4 *,
.StoryShowFullDescription h5 *,
.StoryShowFullDescription h6 * {
    color: var(--theme) !important;
}


.AboutPage {
    display: block;
    margin: 0 auto;
    width: 100%;
    position: relative;
    padding-bottom: 113px;
}

.AboutPageCover {
    display: block;
    margin: 0 auto;
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 700px;
}

.AboutPageCover img {
    display: block;
    margin: 0 auto;
    width: 100%;
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.AboutPageCoverFade {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30px;
    background: #0e0c0a;
    box-shadow: 0px -26px 90px 132px #0e0c0a;
}

.AboutPageCover .setbg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: auto 80%;
    background-position: bottom center;
    background-repeat: no-repeat;
}

.AboutPageCover .setbg, .AboutPageCover img {
    filter: hue-rotate(2deg) saturate(111%) contrast(111%);
}

.AboutFullDescription * {
    max-width: 100%;
    color: white;
}

.AboutFullDescription h1,
.AboutFullDescription h2,
.AboutFullDescription h3,
.AboutFullDescription h4,
.AboutFullDescription h5,
.AboutFullDescription h6 *,
.AboutFullDescription h1 *,
.AboutFullDescription h2 *,
.AboutFullDescription h3 *,
.AboutFullDescription h4 *,
.AboutFullDescription h5 *,
.AboutFullDescription h6 * {
    color: var(--theme2) !important;
}

.AboutPageIntroduction {
}

.AboutPageIntroduction h1 {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--theme2);
}

.AboutPageIntroduction p {
    display: block;
    margin: 15px auto 40px;
    width: 100%;
    font-size: 20px;
    font-weight: 100;
}

.AllStories {
    padding: 90px 0 40px;
}

.Pagination {
    display: flex;
    justify-content: center;
    width: max-content;
    max-width: 100%;
    margin: 0 auto;
}

.Pagination a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    background: #262218;
    padding: 3px 7px;
    border-radius: 5px;
    margin: 0 5px;
    color: #ffffff;
    font-weight: 500;
    font-size: 15px;
    text-decoration: none !important;
    transition: 300ms;
}

.Pagination a:hover {
    background: #3a3424;
    transform: scale(1.1);
}

.Pagination .ActivePagination {
    background: var(--theme) !important;
    color: white !important;
    transform: scale(1.0) !important;
    pointer-events: none;
}

.ContactUsPage {
}

.ContactUsPageCover {
    display: flex;
    margin: 0 auto;
    width: 100%;
    height: 420px;
    background: var(--theme2);
    overflow: hidden;
    position: relative;
    z-index: 2;
    justify-content: center;
    align-items: center;
}

.ContactUsPageCover video {
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    mix-blend-mode: luminosity;
    opacity: 0.5;
}

.ContactUsPageCover .setbg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-size: auto 71%;
    background-position: center bottom;
    background-repeat: repeat-x;
}

.ContactUsPageCover h1 {
    display: block;
    margin: 0 auto;
    width: 90%;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 140px;
}

.ContactUsPageInner {
}

.ContactUsPageInner iframe {
    display: block;
    margin: 20px auto;
    width: 100%;
    height: 400px;
    border-radius: 20px;
}

.ContactUsPageInner h1 {
}

.ContactUsPageInner label {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 25px;
    padding: 15px 0;
    border-bottom: solid 1px #ffffff0f;
    letter-spacing: 1px;
}

.ContactUsPageInner label i {
    margin: 0 0;
    color: var(--theme2);
    margin-right: 30px;
}

.ContactUsPageSocialMedia {
    display: flex;
    justify-content: start;
    align-items: center;
    width: max-content;
    max-width: 100%;
    flex-wrap: wrap;
    margin: 15px 0 35px;
}

.ContactUsPageSocialMedia a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    aspect-ratio: 1/1;
    background: #282621;
    margin: 0 0;
    margin-right: 10px;
    border-radius: 5px;
    text-decoration: none;
    color: white;
    font-size: 27px;
    transition: 300ms;
}

.ContactUsPageSocialMedia a i {
    pointer-events: none;
}


.ContactUsPageInner label:last-of-type {
    border-bottom: 0;
}

.ContactUsPageSocialMedia a:hover {
    transform: scale(1.1);
    background: #3c3a33;
}

@media only screen and (max-width: 1450px) {
    .ServicesArt2 {
        display: none;
    }

    .ServicesGH {
        padding: 0;
    }

    .container {
        max-width: 100%;
    }
}

.SideMenuBtn {
    display: none;
}

.SideMenu {
    display: none;
}

.CopyRightsText {
    display: block;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    letter-spacing: 0px;
    padding: 10px 0;
    opacity: 0.3;
    transition: 500ms;
}

.CopyRightsText a {
    text-decoration: none;
    font-weight: bold;
    color: var(--theme2);
    margin: 0 3px;
    transition: 350ms;
    display: inline-block;
    direction: ltr;
}

.CopyRightsText a:hover {
    color: var(--theme);
    text-decoration: underline;
}

.CopyRightsText:hover {
    opacity: 1;
}

.VideoPlayerCloser {
    display: none;
}

.BannerDivLogoParent {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: start;
    height: 100%;
    padding-top: 10%;
    pointer-events: none;
}

.BannerDivLogo {
    display: block;
    margin: 0 auto;
    width: 350px;
    max-width: 100%;
}

.ContactUsPageCover img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
    object-position: center center;
}
