@import url('https://fonts.googleapis.com/css2?family=Changa:wght@200;300;400;500;600;700;800&display=swap');

* {
    margin: 0;
    padding: 0;
    font-family: 'Changa', sans-serif;
    outline: none !important;
}

:root {
    overflow-x: hidden !important;
}


body {
    background-color: #0d1136;
}

main {
    overflow: hidden;
    overflow-x: hidden !important;
}

header {
    display: block;
    margin: 0 auto;
    width: 100%;
    background: #ffffff;
    /* padding-top: 10px; */
    /* padding-bottom: 10px; */
    position: relative;
    z-index: 222;
    cursor: url('https://static-00.iconduck.com/assets.00/cursor-icon-1153x2048-nnnpnrnz.png'), pointer !important;
}

.HeaderLogo {
    cursor: pointer;
    transition: 400ms;
    filter: grayscale(0) brightness(100%);
}

.HeaderLogo img {
    width: auto;
    max-width: 100%;
    height: 75px;
    filter: brightness(121%) saturate(80%);
}

.Banner {
    position: relative;
    overflow: hidden;
    position: relative;
    z-index: 2;
    overflow: visible;
}

.BannerBG {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    mix-blend-mode: luminosity;
    opacity: 0.2;
}

.BannerText {
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 3;
}

.BannerText h3 {
    color: #ffffff;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 6px;
    font-size: 17px;
}

.BannerText h1 {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 74px;
}

.BannerText p {
    display: block;
    margin: 20px 0;
    width: 100%;
    line-height: normal;
}

.BannerTextInner {
    display: block;
    margin: 0 0;
    width: 60%;
    color: aliceblue;
    max-width: 850px;
}

.HeaderTabs {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    height: 100%;
    padding: 0;
    margin: 0 auto;
}

.HeaderTabs li {
    width: fit-content;
    padding: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    cursor: pointer;
    transition: 300ms;
    color: #484848;
    text-transform: uppercase;
}

.HeaderTabs li:hover {
    transform: scale(1.2);
    color: #ce363a;
}

.HeaderBtns {
}

.HeaderBtns button {
    display: block;
    margin: 0 auto;
    width: fit-content;
    padding: 6px 12px;
    color: #ce363a;
    background: none;
    border: solid 2px;
    border-radius: 10px;
    padding-left: 50px;
    position: relative;
    font-weight: 500;
    transition: 300ms;
}

.HeaderBtns button .setbg {
    position: absolute;
    left: 7px;
    top: 10%;
    width: auto;
    height: 80%;
    aspect-ratio: 1/1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    filter: hue-rotate(-190deg) brightness(63%) saturate(2.0);
    transition: 300ms;
}

.ServicesItem {
    display: block;
    margin: 22px auto;
    width: 95%;
    background: white;
    padding: 29px;
    border-radius: 7px 39px;
    position: relative;
    z-index: 2;
}

.ServicesItem .ServiceIcon {
    display: block;
    margin: 0 0 17px;
    width: 100px;
    aspect-ratio: 1/1;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.ServiceCARDbg {
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    width: 90%;
    position: absolute;
    right: 0;
    bottom: 0;
    aspect-ratio: 1/0.5;
    z-index: -1;
    opacity: 0.3;
}

.ServicesItem h4 {
    display: block;
    margin: 8px auto;
    width: 100%;
    color: #151d61;
    font-weight: bold;
}

.ServicesItem p {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
    line-clamp: 3;
    -webkit-box-orient: vertical;
    min-height: 67px;
}

.Services {
    display: block;
    position: relative;
    z-index: 2;
    padding-top: 110px;
    padding-bottom: 60px;
}

.SectionHeader {
    display: block;
    margin: 55px auto;
    width: 800px;
    max-width: 90%;
    color: white;
    text-align: center;
}

.SectionHeader h1 {
    display: block;
    margin: 0 auto 20px;
    width: fit-content;
    font-size: 30px;
    padding: 10px 12px;
    padding-bottom: 11px;
    position: relative;
}

.SectionHeader p {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 16px;
    line-height: normal;
}

.SectionHeader h1 div {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    height: 3px;
    background: #ce363a;
}

.Art1 {
    position: absolute;
    right: -11%;
    bottom: 0;
    width: 60%;
    height: 115%;
    aspect-ratio: 1/1;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.Art0 {
    position: absolute;
    right: 0;
    top: -60px;
    width: 45%;
    height: 90%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
    transform: translatey(0px);
    -webkit-animation: Art0Animation 4s ease-in-out infinite;
    animation: Art0Animation 4s ease-in-out infinite;
    filter: hue-rotate(-34deg) saturate(2.5) grayscale(20%) drop-shadow(-50px -10px 3px #0000007a);
}

@keyframes Art0Animation {
    0% {
        transform: rotate(5deg);
    }
    50% {
        transform: rotate(-5deg);
    }
    100% {
        transform: rotate(5deg);
    }
}


.HeaderBtns button:hover {
    transform: scale(1.1);
    background: #ce363a;
    color: aliceblue;
}

.HeaderBtns button:hover .setbg {
    filter: grayscale(1) invert(1) brightness(6);
}

.WhyChoosUs {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #f3f3f3;
    z-index: 22;
}

.WhyChooseInner {
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
}

.WhyChooseDiv {
    display: block;
    margin: 0 0;
    width: 60%;
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}

.WhyChooseDiv h5 {
    display: flex;
    justify-content: start;
    align-items: center;
    position: relative;
    padding: 1px 1px;
    color: #464646;
    width: 46%;
    padding: 7px 4px;
    margin: 9px 2%;
}

.WhyChooseDiv h5 i {
    width: fit-content;
    background: #ce363a;
    margin-right: 12px;
    font-size: 14px;
    border-radius: 4px;
    overflow: visible;
    color: aliceblue;
}

.WhyChoosUsHeader {
    display: block;
    margin: 30px 0;
    width: 60%;
}

.WhyChoosUsHeader h4 {
    display: block;
    margin: 0 auto;
    width: 100%;
    color: #151d61;
    font-size: 45px;
}

.WhyChoosUsHeader label {
    display: flex;
    margin: 15px auto;
    width: 100%;
    font-size: 24px;
    color: #e7585c;
    text-shadow: 0px 0px 12px #ffffff33;
    align-items: center;
}

.WhyChoosUsHeader label div {
    width: 33px;
    height: 3px;
    background: #e7585c;
    margin: 0 9px;
}

.OurClients {
    display: block;
    margin: 90px auto 31px;
    width: 100%;
}

.OurClientsSlider {
    direction: ltr !important;
    pointer-events: none !important;
}

.OurClientsSliderItem {
    cursor: grab;
}

.OurClientsSliderItem .setbg {
    width: 80%;
    aspect-ratio: 1/0.5;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
}

.OurClientsSlider .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 62px auto;
    padding: 0;
    width: 100%;
    z-index: 4;
    position: relative;
}

.OurClientsSlider .slick-dots li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    margin: 0 4px;
}

.OurClientsSlider .slick-dots li div {
    width: 20px;
    height: 13px;
    background: white;
    cursor: pointer;
    opacity: 0.5;
    border-radius: 10px 0px;
    transition: 300ms;
}

.OurClientsSlider .slick-dots .slick-active div {
    opacity: 1.0;
    width: 41px;
}


.OurProjectsGH {
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
}

.OurProjectItem {
    background: #e3e3e3;
    width: 40%;
    margin: 35px auto;
    aspect-ratio: 1/1;
    border-radius: 1000px;
    overflow: hidden;
    position: relative;
    -webkit-animation: OurProject 4s ease-in-out infinite;
    animation: OurProject 4s ease-in-out infinite;
}

.OurProjectItem .setbg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    filter: brightness(85%);
}

.OurProjectItemInfo {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: white;
    padding: 13px 15% 30px;
    text-align: center;
}

.OurProjectItemInfo h4 {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 16px;
    color: #151d61;
    font-weight: bold;
}

.OurProjectItemInfo button {
    display: flex;
    margin: 14px auto 0;
    width: fit-content;
    color: #ce363a;
    border: solid 2px;
    padding: 5px 11px;
    border-radius: 1000px;
    font-size: 15px;
    background: none;
    font-weight: 600;
    justify-content: center;
    align-items: center;
    transition: 300ms;
}

.OurProjectItemInfo button:hover {
    background-color: #ce363a;
    border-color: #ce363a;
    color: aliceblue;
    transform: scale(1.1);
}

.OurProjectItemInfo button i {
    margin: 0 4px;
}


@keyframes OurProject {
    0% {
        transform: rotate(2deg) scale(1);
        top: 5px;
        left: 5px
    }
    50% {
        transform: rotate(-2deg) scale(0.9);
        top: 0px;
        left: 0px;
    }
    100% {
        transform: rotate(2deg) scale(1);
        top: 5px;
        left: 5px
    }
}

.OurProjectArt {
    position: absolute;
    left: -3%;
    bottom: 0;
    width: 45%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.OurProject {
    position: relative;
    padding-top: 150px;
}

.Projectspresentation {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.ProjectspresentationInner {
    display: block;
    margin: 0 auto;
    width: 100%;
    color: aliceblue;
}

.ProjectspresentationInner h6 {
    display: flex;
    margin: 0 auto;
    width: 100%;
    font-size: 20px;
    letter-spacing: 6px;
    font-weight: 300;
    align-items: center;
}

.ProjectspresentationInner h1 {
    display: block;
    margin: 15px auto;
    width: 100%;
    font-size: 66px;
    font-weight: bold;
}

.ProjectspresentationInner h6 div {
    width: 33px;
    height: 3px;
    background: #ce363a;
    margin: 0 7px;
}

.BannerHALF {
    position: absolute;
    left: -25%;
    top: -134%;
    width: 60%;
    height: 400%;
    background-color: #ce363a;
    z-index: 2;
    transform: rotate(35deg);
    opacity: 0.7;
    background-size: 100px 100px;
    background-position: center;
    background-repeat: repeat;
}

.BannerHALF .setbg {
    background-size: 880px;
    background-position: center;
    background-repeat: repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 150%;
    opacity: 0.1;
    -webkit-animation: BannerArtAnimation 20s ease-in-out infinite;
    animation: BannerArtAnimation 20s ease-in-out infinite;
}


@keyframes BannerArtAnimation {
    0% {
        top: -25%;
    }
    50% {
        top: 0;
    }
    100% {
        top: -25%;
    }
}

.WhyChooseUsBG {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    z-index: -1;
    mix-blend-mode: hard-light;
    filter: grayscale(1) brightness(68%);
    opacity: 0.2 !important;
}


.OurProjectHALF {
    position: absolute;
    right: -25%;
    top: -134%;
    width: 60%;
    height: 400%;
    background-color: #ce363a;
    z-index: 2;
    transform: rotate(-35deg);
    opacity: 0.7;
    background-size: 100px 100px;
    background-position: center;
    background-repeat: repeat;
    z-index: -1;
}

.OurProjectHALF .setbg {
    background-size: 880px;
    background-position: center;
    background-repeat: repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 150%;
    opacity: 0.1;
    -webkit-animation: BannerArtAnimation 20s ease-in-out infinite;
    animation: BannerArtAnimation 20s ease-in-out infinite;
}


.Dubai {
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 100%;
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: bottom center;
    filter: drop-shadow(0px 0px 162px white) brightness(0.2);
}

.ContactUs {
    background: #151d61;
    padding-top: 0;
    padding-bottom: 20px;
}

.SocialMedia {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 13px auto;
}

.SocialMedia a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    font-size: 23px;
    color: aliceblue;
    text-decoration: none;
    padding: 5px 6px;
    margin: 0 6px;
    transition: 300ms;
}

.SocialMedia a:hover {
    color: #d2484b;
    transform: scale(1.3);
}

.ContactUs h1 {
    display: block;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    font-size: 70px;
    color: aliceblue;
}

.FooterCenter {
}

.FooterCenter {
}

.FooterCenterLogo {
    display: block;
    margin: 0 auto 16px;
    width: auto;
    height: 83px;
    max-width: 100%;
    object-fit: contain;
    object-position: center;
}

footer {
    background: #040613;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}

.FooterCenter h4 {
    display: block;
    margin: 14px auto;
    width: 100%;
    text-align: center;
    color: aliceblue;
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 100;
}

.FooterCenter h4 i {
    margin: 0 4px;
}

.Vision {
    display: block;
    margin: 0 0;
    width: 90%;
}

.Vision h4 {
    display: block;
    margin: 14px auto;
    width: 100%;
    font-size: 27px;
    color: #ce363a;
}

.Vision p {
    display: block;
    margin: 19px auto;
    width: 100%;
    font-size: 17px;
    color: aliceblue;
    font-weight: 100;
    line-height: normal;
}

.OverFHidden {
    overflow: hidden;
}

.Blogs {
    position: relative;
}

.BlogsSlider {
    direction: ltr !important;
}

.BlogsSliderItem {
}

.BlogsSliderInner {
    display: block;
    margin: 0 auto;
    width: 85%;
    background: white;
}

.BlogsSliderThumb {
    display: block;
    margin: 0 auto;
    width: 100%;
    aspect-ratio: 1/0.5;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.BlogsSliderItemText {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 20px;
}

.BlogsSliderItemText h4 {
    color: #ce363a;
    display: block;
    margin: 0 auto;
    width: 97%;
    font-size: 17px;
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 41px;
}

.BlogsSliderItemText label {
    display: block;
    margin: 4px auto;
    width: 97%;
    font-size: 15px;
    color: #585858;
}

.BlogsSliderItemText label i {
    margin-right: 4px;
}

.BlogsSliderItemText button {
    display: block;
    margin: 22px auto 0px;
    width: 100%;
    background: none;
    color: #1554a5;
    border: solid 2px;
    padding: 5px 5px;
    font-size: 16px;
    border-radius: 10px;
    position: relative;
    transition: 300ms;
    text-transform: uppercase;
    font-weight: 600;
    overflow: hidden;
}

.BlogsSliderItemText button i {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: auto;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #1554a5;
    padding: 0 10px;
    color: aliceblue;
}

.BlogsSliderItemText button:hover {
    transform: scale(1.05);
    background: #1554a5;
    color: aliceblue;
    border-color: #1554a5;
}

.HeaderTabs li i {
    margin: 0 6px;
}

.AllArticlesBtn {
    text-decoration: none;
    background: #1554a5;
    padding: 7px 15px;
    color: aliceblue;
    border-radius: 5px;
    overflow: hidden;
    display: block;
    width: fit-content;
    margin: 80px auto;
    font-size: 17px;
    position: relative;
    z-index: 22;
    transition: 300ms;
}


.AllArticlesBtn:hover {
    transform: scale(1.1);
    background: #d03e42;
}


.SeeMoreProjects {
    text-decoration: none;
    background: #1554a5;
    padding: 7px 15px;
    color: aliceblue;
    border-radius: 5px;
    overflow: hidden;
    display: block;
    width: fit-content;
    font-size: 17px;
    z-index: 22;
    transition: 300ms;
    position: absolute;
    right: 0;
    top: 0;
    margin: 4%;
}

.SeeMoreProjects i {
    padding: 0 4px;
    font-size: 12px;
}


.BlogsPage {
    padding-top: 0;
    padding-bottom: 50px;
}

.BlogCover {
    display: block;
    margin: 0 auto;
    width: 100%;
    aspect-ratio: 1/0.3;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #e1e1e1;
}


.BlogShow {
    display: block;
    margin: 50px auto;
    width: 100%;
    background: white;
}

.BlogShowIntro {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 20px;
}

.BlogShowIntro h3 {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 22px;
    font-weight: bold;
    color: #ce363a;
}

.BlogShowIntro h4 {
    display: block;
    margin: 7px auto;
    width: 100%;
    font-size: 14px;
}

.BlogShowIntro h4 i {
    margin: 0 5px;
}

.BlogShowIntro label {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 13px;
}

.BlogShowIntro label i {
    margin: 0 5px;
}

.BlogTextEditorContentGH {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 20px;
    min-height: 400px;
    overflow: hidden;
}

.ScrollIndicatorAmountParent {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 9px;
    z-index: 99999999;
}

.ScrollIndicatorAmount {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #e13b40;
}

.ScrollerBtn {
    position: fixed;
    left: 0;
    bottom: 0;
    display: none;
    background: #ce363a;
    justify-content: center;
    align-items: center;
    width: 60px;
    aspect-ratio: 1/1;
    border-radius: 10000px;
    border: none;
    margin: 40px;
    padding: 17px;
    z-index: 9999999999999;
}

.ScrollerBtn .setbg {
    display: block;
    margin: 0 auto;
    width: 100px;
    aspect-ratio: 1/1;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    filter: invert(1);
}

.OurProjectItemRegular {
    display: block;
    margin: 24px auto;
    width: 95%;
    position: relative;
    aspect-ratio: 1/1;
    background-color: #ebebeb;
    overflow: hidden;
    border-radius: 10px;
    overflow: hidden;
}

.OurProjectItemRegular .setbg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: brightness(90%);
}

.OurProjectsPage {
    overflow: hidden !important;
    padding-top: 60px;
    padding-bottom: 70px;
    height: fit-content;
}


.OurProjectItemRegular .OurProjectItemInfo {
    padding: 18px 15px;
    box-shadow: 0px -20px 30px -14px #0000005c;
}

.OurProjectItemRegular .OurProjectItemInfo button i {
    margin: 0 5px;
}

.ProjectShow {
    display: block;
    margin: 70px auto;
    width: 100%;
    background: white;
}

.ProjectShowCover {
    display: block;
    margin: 0 auto;
    width: 100%;
    aspect-ratio: 1/0.5;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: whitesmoke;
}

.ProjectDetails {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 30px;
}

.ProjectDetailsTitle {
    display: block;
    margin: 0 auto;
    width: 100%;
    color: #ce363a;
}

.ProjectDetailsCreated {
}

.ProjectShowTextEditorContent {
}

.ProjectShowTextEditorContent * {
}

.FooterPosts {
    display: flex;
    justify-content: start;
    width: 90%;
    flex-wrap: wrap;
}

.FooterPostItem {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 21%;
    aspect-ratio: 1/1;
    background-color: #22253c;
    position: relative;
    overflow: hidden;
    margin: 2%;
    color: aliceblue;
    font-size: 20px;
    z-index: 2;
    cursor: pointer;
    text-shadow: 1px 1px 1px #ce3629;
}

.FooterPostItem i {
    display: none;
}

.FooterPostItem .setbg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: 500ms;
    z-index: -1;
}

.FooterPostItem:hover {
}

.FooterPostItem:hover .setbg {
    transform: scale(1.5);
    filter: contrast(0.9) brightness(44%);
}

.FooterPostsParent {
    display: block;
    margin: 0 0;
    width: 100%;
}

.FooterPostsParent h4 {
    display: block;
    margin: 14px auto;
    width: 100%;
    font-size: 27px;
    color: #ce363a;
}


.FooterPostItem:hover i {
    display: block;
}

.SideMenuBtn {
    display: none;
}

.SideMenu {
    display: none;
}

.FooterCopyrights {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: none
}

.FooterCopyrights p {
    display: block;
    margin: 0 auto;
    width: 100%;
    border-top: solid 1px #ffffff0d;
    padding: 11px 0;
    color: white;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.FooterCopyrights p a {
    text-decoration: none;
}

.FooterCopyrights p a img {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: 18px;
    margin: 0 11px;
    transition: 300ms;
}

.FooterCopyrights p a img:hover {
    transform: scale(1.2);
}

.Preloader {
}

.PrloaderInner {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    z-index: 99999999999999999999;
}

.PreloaderDiv {
}

.PreloaderDiv img {
    display: block;
    margin: 0 auto;
    width: 320px;
    filter: brightness(111%);
}

.PreloaderDiv label {
    display: block;
    margin: 19px auto;
    width: fit-content;
    font-size: 22px;
    font-weight: 200;
    font-size: 19px;
}


.CountersBG {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    z-index: -1;
    mix-blend-mode: hard-light;
    filter: grayscale(1) brightness(68%);
    opacity: 0.2 !important;
}


.Counters {
    background: white;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    z-index: 1;
}

.CounterItem {
    display: block;
    margin: 20px auto;
    width: 100%;
    text-align: center;
    color: #040613;
    padding: 10px;
}

.CounterItem h3 {
    display: block;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    color: #ce363a;
}

.CounterItem label {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 15px;
    font-weight: 600;
}

.CounterThumb {
    display: block;
    margin: 0 auto 20px;
    max-width: 100%;
    height: 80px;
    aspect-ratio: 1/1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.Counters .CountersBG {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.1 !important;
}

.ReelsSliderItem {
}

.ReelsSliderItemInner {
    background: white;
    display: block;
    margin: 40px auto;
    width: 85%;
    position: relative;
    z-index: 2;
    border-radius: 20px;
    overflow: hidden;
    transition: 400ms;
    cursor: pointer;
}

.ReelsSliderThumb {
    display: block;
    margin: 0 auto;
    width: 100%;
    aspect-ratio: 1/1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: brightness(75%);
    transition: 300ms;
}

.ReelsIcon {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: 35px;
    aspect-ratio: 1/1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
    margin: 15px;
    filter: invert(1);
}

.ReelsSlider {
    display: block;
    margin: 0 auto;
    width: 100%;
    direction: ltr !important;
}

.ReelText {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 10px;
}

.ReelText h4 {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 17px;
    font-weight: bold;
    color: #ce363a;
}

.ReelText p {
    display: block;
    margin: 11px auto;
    width: 100%;
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
    line-clamp: 3;
    -webkit-box-orient: vertical;
    min-height: 63px;
}


.ReelsSliderItem .fa-play-circle {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 60px;
    color: aliceblue;
    text-shadow: 0px 0px 31px #00000052;
}


.ReelsSliderItemInner:hover {
    transform: scale(1.1);
}


.ReelsSliderItemInner:hover .ReelsSliderThumb {
}

.Reels {
    position: relative;
    padding-bottom: 305px;
}


.VideoPreview {
    display: none;
}

.VideoPreviewInner {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999999999999;
}

.VideoPreviewDiv {
    display: flex;
    margin: 0 auto;
    width: auto;
    height: auto;
    max-height: 85%;
    overflow: hidden;
    max-width: 80%;
    background-color: #000000;
}

.VideoPreviewFade {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: black;
    opacity: 0.5;
}

.VideoPreviewDiv video {
    display: block;
    margin: 0 auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
}

.VidPlayerCloser {
    display: none;
}

.HeaderLogo:hover {
    filter: grayscale(8%) brightness(123%) contrast(1.5);
}


.ReelsSlider .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    margin: 13px auto;
    padding: 0;
    z-index: 2;
    position: relative;
}

.ReelsSlider .slick-dots li {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ReelsSlider .slick-dots li div {
    display: block;
    width: 20px;
    height: 13px;
    background: white;
    margin: 0 6px;
    border-radius: 5px;
    opacity: 0.3;
    cursor: pointer;
    transition: 300ms;
}

.ReelsSlider .slick-dots .slick-active div {
    opacity: 1.0;
    width: 36px;
}

.BlogTextEditorContentGH *, .ProjectShowTextEditorContent * {
    font-family: 'Changa', sans-serif !important;
}

.LoginScreen {
}

.LoginScreenInner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.LoginScreenDiv {
    display: block;
    margin: 0 auto;
    width: 500px;
    background: white;
    z-index: 22;
    padding: 10px;
    border-radius: 20px;
    height: fit-content;
    max-height: 90%;
    overflow-y: auto;
    max-width: 95%;
}

.LoginForm {
}

.LoginForm h4 {
    display: block;
    margin: 0 auto;
    width: 97%;
    font-size: 30px;
    font-weight: bold;
    color: #ce363a;
    text-transform: uppercase;
}

.LoginFormRow {
    display: block;
    margin: 10px auto;
    width: 100%;
    padding: 10px;
}

.LoginFormHolder {
    display: block;
    margin: 0 auto;
    width: 100%;
    background: #f3f3f3;
    height: 45px;
    position: relative;
    overflow: hidden;
    border: solid 1px #e7e7e7;
}

.LoginFormHolder g {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: 100%;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #585858;
    z-index: 2;
    pointer-events: none;
}

.LoginFormHolder g i {
    pointer-events: none;
}

.LoginFormHolder input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: none;
    border: none;
    z-index: 0;
    padding-left: 50px;
}

.LoginFormRow label {
    display: block;
    margin: 0 auto 7px;
    width: 100%;
    font-size: 15px;
}


.ShowPasswordBtn {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    height: 100%;
    aspect-ratio: 1/1;
    background: none;
    z-index: 3;
    border: none;
    color: #35395e;
    font-size: 22px;
}

.ShowPasswordBtn i {
    pointer-events: none;
}

.PassIsVisible {
    color: #668f61;
}

.LoginFormRow h12 {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.LoginFormRow h12 input {
    margin: 0 4px;
}

#RecaptchaFrame {
    display: block;
    margin: 0 auto;
    width: 100%;
    overflow: hidden !important;
    height: 81px;
}

.LoginSubmit {
    display: block;
    margin: 0 auto 10px;
    width: fit-content;
    padding: 10px 36px;
    border: none;
    background: #dc474b;
    color: aliceblue;
    border-radius: 10px;
    text-transform: uppercase;
    letter-spacing: 5px;
    transition: 300ms;
}

.LoginLogo {
    display: block;
    margin: 0 auto;
    width: 224px;
}

.HeaderLoginBtn {
    display: block;
    margin: 0 auto;
    width: fit-content;
    padding: 6px 20px;
    font-size: 16px;
    color: #151d61;
    font-weight: bold;
    border: solid 2px;
    background: none;
    padding-left: 40px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

.HeaderLoginBtn .setbg {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: 100%;
    aspect-ratio: 1/1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    filter: hue-rotate(-190deg) brightness(63%) saturate(2.0);
}


.SocialMedia a .setbg {
    display: block;
    margin: 0 auto;
    width: 100%;
    aspect-ratio: 1/1;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
