@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');

* {
    font-family: "Tajawal", serif;
    font-optical-sizing: auto;
    padding: 0;
    margin: 0;
    outline: none !important;
}

body {
    background: #f4f4f4;
}

::selection {
    background: var(--theme1);
    color: white !important;
}


:root {
    overflow-x: hidden !important;
    --page: #f9fafa;
    --theme1: #37a1a6;
    --theme2: #e6b622;
}

main {
    overflow: hidden;
    position: relative;
}

/* 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 {
    padding: 0 0;
    background: white;
}

.HeaderInner {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 100%;
    align-items: center;
    position: relative;
}

.HeaderLogo {
    margin: 0 auto;
    width: fit-content;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.HeaderLogo img {
    display: block;
    margin: 10px auto;
    width: auto;
    height: 86px;
    cursor: pointer;
}

.HeaderTabs {
    display: flex;
    justify-content: center;
    margin: 0 0;
    width: 100%;
    align-items: center;
}

.HeaderTabs ul {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    margin: 0 20px;
    padding: 0;
}

.HeaderTabs ul li {
    display: block;
    margin: 0 8px;
    width: fit-content;
    padding: 12px 15px;
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
    font-weight: 700;
    color: #ffffff;
    transition: 300ms;
}

.HeaderTabs ul li:hover {
    color: var(--theme2);
}

.HeaderButtons {
    display: flex;
    justify-content: center;
    align-items: center;
    width: max-content;
    padding: 0;
    height: 100%;
}

.HeaderButtons button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 6px;
    padding: 3px 15px;
    border: solid 2px transparent;
    background: var(--theme1);
    color: aliceblue;
    position: relative;
    padding-left: 35px;
    border-radius: 5px;
    transition: 300ms;
}

.HeaderButtons button i {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: 100%;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.HeaderButtons button:last-child {
    background: #e6e6e6;
    color: black;
}

.HeaderTabsParent {
    background: #646464;
}

.HeaderSocialMedia {
    display: flex;
    justify-content: start;
    align-items: center;
    width: fit-content;
    height: 100%;
    margin: 0 0;
}

.HeaderSocialMedia a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #e6e6e6;
    width: 40px;
    aspect-ratio: 1/1;
    margin: 0 5px;
    border-radius: 1000px;
    text-decoration: none;
    color: #838383;
    font-size: 19px;
    transition: 300ms;
}

.HeaderSocialMedia a i {
    pointer-events: none;
}

.HeaderSocialMedia a:hover {
    transform: scale(1.1);
    color: var(--theme2);
}

.Banner {
    display: block;
    margin: 0 auto;
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.Banner video {
    position: absolute;
    left: 0;
    top: -25px;
    width: 100%;
    height: 110%;
    object-fit: cover;
    object-position: center center;
    z-index: -1;
    opacity: 0.8;
}

.BannerInner {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 2;
}

.BannerDiv {
    display: block;
    margin: 0 auto;
    width: 800px;
    max-width: 100%;
    text-align: center;
    text-shadow: 0px 0px 21px white;
}

.BannerDiv h1 {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: none;
}

.BannerDiv p {
    display: block;
    margin: 10px auto;
    width: 100%;
    font-size: 27px;
    font-weight: 500;
}

.BannerDiv button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    margin: 30px auto 0;
    padding: 10px 15px;
    font-weight: 600;
    border: solid 2px;
    border-radius: 100px;
    padding-left: 50px;
    background: #ffffff52;
    position: relative;
    text-transform: uppercase;
    transition: 300ms;
}

.BannerDiv button .setbg {
    position: absolute;
    left: 11px;
    top: 20%;
    width: auto;
    height: 60%;
    aspect-ratio: 1/1;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: 300ms;
}

.BannerDiv button:hover {
    transform: scale(1.1);
    background: #0e0e0e;
    color: aliceblue;
    border-color: #000000;
}

.BannerDiv button:hover .setbg {
    filter: invert(1);
}

.VideoOverlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: 370px;
    z-index: -1;
    /* mix-blend-mode: color; */
    overflow: hidden;
    opacity: 0.03;
}

.ChatBtn {
    position: fixed;
    right: 0;
    bottom: 0;
    margin: 20px;
    width: 70px;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px;
    background: var(--theme1);
    border: none;
    border-radius: 1000px;
    z-index: 99999999999;
    transition: 300ms;
}

.ChatBtn:hover {
    transform: scale(1.1);
    background-color: var(--theme2);
}

.ChatBtn .setbg {
    display: block;
    margin: 0 auto;
    width: 100%;
    aspect-ratio: 1/1;
    background-size: contain;
    background-position: center center;
    filter: invert(1);
    background-repeat: no-repeat;
}

.OurStory {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 111px 0;
    position: relative;
    z-index: 3;
}

.OurStoryInside {
    color: #474747;
    display: block;
    margin: 0 auto;
    width: 900px;
    max-width: 100%;
    text-align: left;
}

.OurStoryInside h1 {
    display: block;
    margin: 0 0;
    width: fit-content;
    font-size: 60px;
    text-transform: uppercase;
    font-weight: bold;
    color: #474747;
    position: relative;
    padding-bottom: 20px;
}

.OurStoryInside h1 div {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50%;
    height: 10px;
    background: var(--theme1);
}

.OurStoryInside p {
    display: block;
    margin: 29px auto;
    width: 100%;
    font-size: 21px;
    font-weight: 400;
    text-align: justify;
}

.OurStoryInside button {
    display: block;
    margin: 0 0;
    width: fit-content;
    position: relative;
    padding: 10px 15px;
    overflow: hidden;
    border: solid 2px;
    color: var(--theme1);
    text-transform: uppercase;
    padding-right: 50px;
    font-weight: 600;
    border-radius: 100px;
    transition: 300ms;
}

.OurStoryInside 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: 20px;
}

.OurServices {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 119px 0 100px;
];
    background: #ffffff;
    position: relative;
    z-index: 2;
}

.SharedSectionHeader {
    display: block;
    margin: 0 auto 20px;
    width: 800px;
    max-width: 100%;
    text-align: center;
    color: #474747;
}

.SharedSectionHeader h1 {
    display: block;
    margin: 0 auto 17px;
    width: fit-content;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 25px;
    position: relative;
    padding-bottom: 15px;
}

.SharedSectionHeader h1 div {
    position: absolute;
    left: 25%;
    bottom: 0;
    width: 50%;
    height: 5px;
    background: var(--theme1);
}

.SharedSectionHeader p {
    display: block;
    margin: 7px auto;
    width: 100%;
    font-size: 17px;
}

.OurServicesSlider {
    direction: ltr;
}

.OurServicesSliderItem {
}

.OurServicesSliderItemInner {
    display: block;
    margin: 30px auto;
    width: 85%;
    background: #f2f2f2;
    padding: 20px;
    /* border: solid 1px #e7e7e7; */
    border-radius: 20px 5px;
}

.OurServicesSliderItemInner .setbg {
    display: block;
    margin: 0 auto 20px;
    width: 100%;
    height: 60px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.OurServicesSliderItemInner h4 {
    display: block;
    margin: 15px auto;
    width: 100%;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    color: var(--theme1);
    text-transform: uppercase;
    filter: brightness(80%);
    min-height: 44px;
}

.OurServicesSliderItemInner button {
    display: block;
    margin: 20px auto 0;
    width: fit-content;
    padding: 9px 15px;
    border: none;
    background: #e7e7e7;
    color: #999999;
    position: relative;
    padding-right: 54px;
    border-radius: 1000px;
    overflow: hidden;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    transition: 300ms;
}

.OurServicesSliderItemInner button i {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    height: 100%;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0000000a;
}

.OurServicesSlider .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    margin: 40px auto 0;
    padding: 0;
}

.OurServicesSlider .slick-dots li {
    display: block;
    margin: 0 0;
    width: fit-content;
}

.OurServicesSlider .slick-dots li div {
    display: block;
    margin: 0 5px;
    width: 20px;
    height: 10px;
    background: #000000;
    opacity: 0.2;
    border-radius: 0px 9px;
    transition: 300ms;
    cursor: pointer;
}

.OurServicesSlider .slick-dots .slick-active div {
    width: 35px;
    cursor: default;
    opacity: 1;
    background: var(--theme1);
}

.WhoWeServeGH {
    display: flex;
    justify-content: space-between;
    margin: 50px auto 0;
    width: 100%;
    flex-wrap: wrap;
}

.WhoWeServeItem {
    display: block;
    margin: 23px 0;
    width: 48%;
    background: #ffffff;
    padding: 40px 10px;
    position: relative;
    padding-left: 200px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 1px 1px 16px -10px #00000045;
}

.WhoWeServeItem .setbg {
    position: absolute;
    left: 0;
    top: 0;
    width: 160px;
    height: auto;
    aspect-ratio: 1 / 1;
    border-radius: 20px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    /* filter: grayscale(40%); */
    margin: 18px;
    max-height: 83%;
}

.WhoWeServeItem h4 {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    color: var(--theme1);
    text-transform: uppercase;
}

.WhoWeServeItem p {
    display: block;
    margin: 10px 0;
    width: 96%;
    font-size: 14px;
    text-align: justify;
}

.WhoWeServe {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 110px 0 29px;
    position: relative;
    z-index: 4;
}

.CertifiedBy {
    background: #474747;
    padding: 245px 0 75px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.CertifiedBy .SharedSectionHeader {
    color: aliceblue;
}

.CertifiedBySlider {
    direction: ltr !important;
}

.CertifiedBySliderItem {
}

.CertifiedBySliderItemInner {
    display: block;
    margin: 60px auto;
    width: 60%;
    cursor: pointer;
    transition: 300ms;
    filter: grayscale(1);
}

.CertifiedBySliderItemInner .setbg {
    display: block;
    margin: 0 auto;
    width: 100%;
    aspect-ratio: 1/0.5;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.CertifiedBySliderItemInner:hover {
    transform: scale(1.1);
    filter: grayscale(0);
}


.CertifiedBySlider .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    margin: 40px auto 0;
    padding: 0;
}

.CertifiedBySlider .slick-dots li {
    display: block;
    margin: 0 0;
    width: fit-content;
}

.CertifiedBySlider .slick-dots li div {
    display: block;
    margin: 0 5px;
    width: 20px;
    height: 10px;
    background: #ffffff;
    opacity: 0.2;
    border-radius: 0px 9px;
    transition: 300ms;
    cursor: pointer;
}

.CertifiedBySlider .slick-dots .slick-active div {
    width: 35px;
    cursor: default;
    opacity: 1;
    background: var(--theme1);
}

.BannerDiv h1 u {
    text-decoration: none;
    background: var(--theme1);
    color: aliceblue;
    padding: 0 15px;
    border-radius: 5px;
    text-shadow: none;
    margin: 0 5px;
}

.AboutSectionArt {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.AboutSectionArt .setbg {
    display: block;
    margin: 0 auto;
    width: 90%;
    height: 100%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}


.OurServicesSliderItemInner button:hover {
    background: var(--theme2);
    color: aliceblue;
}

.WhoWeServeClips {
    position: absolute;
    left: 0;
    top: -54px;
    width: 260px;
    aspect-ratio: 1/0.5;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.Blogs {
    padding: 110px 0;
    position: relative;
    z-index: 2;
}

.BlogsGH {
    display: flex;
    margin: 80px 0 0;
    width: 55%;
    justify-content: space-between;
    flex-wrap: wrap;
}

.BlogsItem {
    display: block;
    margin: 20px 0;
    width: 46%;
    aspect-ratio: 1/1;
    position: relative;
    background: #d3d3d3;
    border-radius: 20px;
    z-index: 2;
    cursor: pointer;
    transition: 400ms;
}

.BlogsItem .setbg {
    position: absolute;
    left: 6%;
    top: -12px;
    width: 70%;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    transition: 400ms;
}

.BlogsItem .BlogsItemThumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
    object-position: center center;
    border-radius: 10px;
    transition: 400ms;
}

.BlogsItemText {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #ffffff;
    padding: 10px;
    z-index: 2;
    padding-bottom: 61px;
}

.BlogsItemText h4 {
    display: block;
    margin: 0 auto 9px;
    width: 100%;
    font-size: 17px;
    font-weight: bold;
}

.BlogsItemText label {
    display: block;
    margin: 0 auto;
    position: relative;
    padding: 1px 0;
    padding-left: 27px;
    font-size: 12px;
    font-weight: bold;
    color: var(--theme2);
    pointer-events: none;
}

.BlogsItemText label img {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: 100%;
    aspect-ratio: 1/1;
    object-position: center center;
    object-fit: cover;
    border-radius: 1000px;
}

.BlogsItemTextFade {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: inset -1px -140px 177px -50px #000000;
    transition: 400ms;
}

.BlogsItemText button {
    position: absolute;
    right: 0;
    bottom: 0;
    width: fit-content;
    margin: 10px;
    padding: 5px 10px;
    color: white;
    background: none;
    border: solid 2px;
    border-radius: 1000px;
    text-transform: uppercase;
}

.BlogsItemText button i {
    margin: 0 5px;
}

.BlogsItem:hover {
    transition: 650ms;
    transform: scale(1.05);
}

.BlogsArt {
    position: absolute;
    right: 9%;
    top: 26%;
    width: 32%;
    height: 64%;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translatey(0px);
    -webkit-animation: BlogsArtAnimation 6s ease-in-out infinite;
    animation: BlogsArtAnimation 7s ease-in-out infinite;
}

@keyframes BlogsArtAnimation {
    0% {
        transform: scale(0.9);
    }
    50% {
        transform: scale(1.0);
    }
    100% {
        transform: scale(0.9);
    }
}

.Edge1 {
    position: absolute;
    left: 0;
    bottom: -52px;
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    z-index: -1;
    filter: brightness(105%);
}

.Edge2 {
    position: absolute;
    left: 0;
    bottom: -143px;
    width: 100%;
    aspect-ratio: 1/1;
    height: auto;
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    z-index: 0;
    filter: brightness(107%);
    pointer-events: none;
}

.HeaderButtons button:first-child:hover {
    transform: scale(1.1);
    background: var(--theme2);
}

.HeaderButtons button:last-child:hover {
    transform: scale(1.1);
    background: #646464;
    color: aliceblue;
}

.OurStoryInside button:hover {
    transform: scale(1.1);
    border-color: var(--theme1);
    background: var(--theme1);
    color: aliceblue;
}

.Waves {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    z-index: -1;
    filter: grayscale(1);
    opacity: 0.3;
}

.CertifiedBy video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
    filter: grayscale(1);
    object-position: center center;
    mix-blend-mode: screen;
    opacity: 0.04;
}

.Edge3 {
    position: absolute;
    left: 0;
    top: -30px;
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    z-index: -1;
    filter: brightness(105%);
    transform: rotateX(180deg) rotateY(180deg);
}

footer {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 110px 0;
    background: #4e4e4e;
    color: aliceblue;
}

.FooterVision {
}

.FooterVision h4 {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--theme1);
}

.FooterVision p {
    display: block;
    margin: 15px auto;
    width: 100%;
    font-size: 15px;
    text-align: justify;
}

.FooterCenter {
    display: block;
    margin: 0 auto;
    width: 100%;
    border: dashed 1px #575757;
    border-top: 0;
    border-bottom: 0;
}

.FooterLogo {
    display: block;
    margin: 0 auto 25px;
    width: auto;
    max-width: 100%;
    height: 150px;
    object-fit: contain;
    object-position: center center;
}

.FooterSocials {
    display: flex;
    justify-content: start;
    align-items: center;
    width: fit-content;
    height: 100%;
    margin: 0 auto;
}

.FooterSocials a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #414141;
    width: 40px;
    aspect-ratio: 1 / 1;
    margin: 0 5px;
    border-radius: 1000px;
    text-decoration: none;
    color: #ffffff;
    font-size: 19px;
    transition: 300ms;
}

.FooterLast {
    display: block;
    margin: 0 auto;
    width: 95%;
}

.FooterLast h4 {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--theme1);
    text-align: left;
}

.FooterLast label {
    display: block;
    margin: 22px auto;
    width: 100%;
    font-size: 17px;
    padding: 0 0;
    padding-left: 34px;
    position: relative;
    direction: ltr;
}

.FooterLast label .setbg {
    position: absolute;
    left: 0;
    top: 6px;
    width: auto;
    height: 20px;
    aspect-ratio: 1/1;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    filter: invert(1);
}

.OurStoryInside p strong {
}

.OurStoryInside p strong u {
    text-decoration: none;
    color: var(--theme1);
}

.OurStoryInside p strong u:last-of-type {
    color: var(--theme2);
}

.AboutPage {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 80px 0;
}

.AboutPageItem {
    display: block;
    margin: 40px auto;
    width: 100%;
    background: white;
    padding: 20px;
    position: relative;
    border-radius: 20px;
    min-height: 480px;
    padding-left: 400px;
}

.AboutPageItemThumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 380px;
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: center center;
    margin: 0;
    border-radius: 20px;
    padding: 20px;
}

.AboutPageItemTitle {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-weight: bold;
    font-size: 35px;
    text-transform: uppercase;
    color: var(--theme1);
}

.AboutPageItemTextEditorContent {
    display: block;
    margin: 15px auto;
    width: 100%;
}

.AboutPageItemTextEditorContent * {
    max-width: 100%;
}

.AboutPageItemTextEditorContent h1,
.AboutPageItemTextEditorContent h2,
.AboutPageItemTextEditorContent h3,
.AboutPageItemTextEditorContent h4,
.AboutPageItemTextEditorContent h5,
.AboutPageItemTextEditorContent h6,
.AboutPageItemTextEditorContent h1 *,
.AboutPageItemTextEditorContent h2 *,
.AboutPageItemTextEditorContent h3 *,
.AboutPageItemTextEditorContent h4 *,
.AboutPageItemTextEditorContent h5 *,
.AboutPageItemTextEditorContent h6 * {
    color: var(--theme2);
}

.Toolkit {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 40px 0;
}

.ToolkitPage {
    display: block;
    margin: 0 auto;
    width: 100%;
    background: white;
}

.ToolkitCover {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: fit-content;
    min-height: 540px;
    background: #ffffff;
    position: relative;
    padding: 30px;
    display: flex;
    justify-content: start;
    align-items: center;
    z-index: 2;
    border-radius: 20px;
}

.ToolkitCover .ToolkitCoverImage {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: -1;
}

.ToolkitCover .ToolkitCoverEdge {
}

.ToolkitCoverText {
    display: block;
    margin: 0 0;
    width: 550px;
    max-width: 100%;
}

.ToolkitCoverText h1 {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 50px;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--theme1);
}

.ToolkitCoverText p {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 24px;
}

.ToolkitTextEditor {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 20px;
}

.ToolkitTextEditor * {
    max-width: 100%;
}

.BlogsPage {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 60px 0;
}

.BlogsPage .BlogsItem {
    display: block;
    margin: 15px auto;
    width: 100%;
}

.Pagination {
    display: flex;
    justify-content: center;
    align-items: start;
    margin: 35px auto;
    width: 100%;
    flex-wrap: wrap;
}

.Pagination button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    aspect-ratio: 1 / 1;
    border: solid 1px #e2e2e2;
    background: #ffffff;
    border-radius: 5px;
    margin: 5px;
    font-weight: 600;
    transition: 300ms;
    color: #a6a6a6;
}

.Pagination button:hover {
    transform: scale(1.1);
    background: #ffffff;
    border-color: #bfbfbf;
    color: #2a2a2a;
}

.Pagination .ActivePagination {
    transform: scale(1.0) !important;
    border-color: var(--theme1) !important;
    background: var(--theme1) !important;
    color: aliceblue !important;
}

.Contact {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 55px 0;
    background: #eaeaea;
}

.ContactCover {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: fit-content;
    padding: 130px 90px;
    position: relative;
    overflow: hidden;
    background: var(--theme1);
    z-index: 2;
    color: aliceblue;
}

.ContactCover video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    z-index: -1;
    mix-blend-mode: luminosity;
    opacity: 0.3;
    filter: contrast(0.5);
}

.ContactCoverInner {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.ContactCoverInner h1 {
    display: block;
    margin: 0 auto;
    width: 100%;
    text-transform: uppercase;
    text-shadow: 2px -1px 1px #00000038;
}

.ContactCoverInner p {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 20px;
    font-weight: 100;
}

.ContactPageBody {
    display: block;
    margin: 0 auto;
    width: 100%;
    background: #ffffff;
    padding: 50px;
}

.ContactPageBody h1 {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 23px;
    letter-spacing: 0px;
    padding: 19px 0;
    border-bottom: solid 1px #f4f4f4;
    font-weight: 500;
    color: var(--dark);
}

.ContactPageSocialMedia {
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
    margin: 29px auto;
}

.ContactPageSocialMedia a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    text-align: center;
    background: #ececec;
    width: 47px;
    margin: 10px;
    aspect-ratio: 1/1;
    border-radius: 1000px;
    color: var(--dark);
    font-size: 22px;
    transition: 300ms;
}

.ContactPageBody h1 i {
    margin: 0 11px;
    color: var(--theme1);
}


.ContactPageSocialMedia a:hover {
    transform: scale(1.1);
    background: var(--theme1);
    color: aliceblue;
}

.ContactPageBody iframe {
    display: block;
    margin: 0 auto;
    width: 100%;
    aspect-ratio: 1/0.3;
    border: none;
    border-radius: 10px;
}

.Chat {
    display: block;
    margin: 0 auto;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-size: 400px;
    background-repeat: repeat;
}

.ChatHeader {
    display: block;
    margin: 0 auto;
    width: 100%;
    background: white;
    position: relative;
    z-index: 2;
}

.ChatHeader h4 {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--theme1);
}

.ChatHeader label {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.ChatBody {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    padding-top: 93px;
    padding-bottom: 150px;
    overflow: hidden;
    overflow-y: auto;
}

.ChatBodyBG {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: 400px;
    mix-blend-mode: darken;
    z-index: -1;
    opacity: 0.3;
}

.ChatFooter {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    background: white;
    padding: 10px 0;
}

.ChatFooterInner {
    display: flex;
    margin: 0 auto;
    width: 100%;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 0 0;
    padding-right: 86px;
}

.ChatFooterInner input {
    display: block;
    margin: 0 auto;
    width: 100%;
    border: solid 1px #cacaca;
    padding: 15px 20px;
    border-radius: 1000px;
}

.ChatFooterInner button {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    height: 100%;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    background: #4e4e4e;
    color: aliceblue;
    border-radius: 1000px;
    transition: 300ms;
    font-size: 21px;
}

.ChatFooterInner button i {
}

.ChatFooterInner button:hover {
    transform: scale(1.1);
    background: var(--theme2);
}

.ChatHeaderInner {
    display: block;
    margin: 0 auto;
    width: 100%;
    position: relative;
    padding: 20px 0;
    padding-left: 125px;
}

.ChatHeader .setbg {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: 100%;
    aspect-ratio: 1/1;
    background-size: cover;
}

.ChatItem {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.ChatItemInner {
    display: block;
    margin: 25px 0;
    width: 600px;
    background: #ffffff;
    max-width: 90%;
    padding: 15px 20px;
    border: solid 1px #dcdcdc;
    border-radius: 20px;
    position: relative;
    padding-left: 68px;
}

.ChatThumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    aspect-ratio: 1/1;
    border-radius: 100px;
    margin: 13px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.ChatItemInner label {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-weight: bold;
}

.ChatItemInner p {
    display: block;
    margin: 5px auto;
    width: 100%;
    font-size: 16px;
}

.Received {
    display: flex;
    justify-content: start;
}

.Sent {
    display: flex;
    justify-content: end;
}

.Sent .ChatItemInner {
    background: var(--theme1);
    color: aliceblue;
}

.Received .ChatItemInner label {
    color: var(--theme2);
}

.ChatHeaderInner h4 u {
    text-decoration: none;
    color: var(--theme2);
}

.ChatLoading {
    position: absolute;
    left: 0;
    bottom: 80px;
    width: 100%;
    display: none;
}

.ChatLoadingInner {
    display: block;
    margin: 0 auto;
    width: 100%;
    position: relative;
    padding: 10px;
    padding-left: 86px;
}

.ChatLoadingInner img {
    position: absolute;
    left: 0;
    top: 4px;
    width: 70px;
}

.ChatLoadingInner label {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 19px;
}

.ArabicRespond .ChatItemInner {
    direction: rtl;
    text-align: right;
    padding: 15px 20px;
    padding-right: 68px;
}

.ArabicRespond .ChatItemInner .ChatThumb {
    left: unset;
    right: 0;
}


.BlogShow {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 40px 0;
}

.BlogShowPage {
    display: block;
    margin: 0 auto;
    width: 100%;
    background: white;
}

.BlogShowCover {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: fit-content;
    min-height: 600px;
    background: #e7e7e7;
    position: relative;
    padding: 30px;
    display: flex;
    justify-content: start;
    align-items: center;
    z-index: 2;
    border-radius: 20px;
    overflow: hidden;
}

.BlogShowPageCoverImage {
    position: absolute;
    right: 0;
    top: 0;
    width: 60%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: 0.8;
}

.BlogShowPageCoverText {
    display: block;
    margin: 0 0;
    width: 640px;
    max-width: 90%;
}

.BlogShowPageCoverText h1 {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--theme1);
}

.BlogShowPageCoverText p {
    display: block;
    margin: 20px auto;
    width: 100%;
    font-size: 18px;
    text-align: justify;
}

.BlogShowPageTextEditor {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 20px;
}

.BlogShowPageTextEditor * {
    max-width: 100%;
}

.BlogCreatedBy {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 20px;
}

.BlogCreatedBy label {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 5px 0;
    padding-left: 85px;
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: bold;
    color: var(--theme2);
}

.BlogCreatedBy label img {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: 100%;
    aspect-ratio: 1/1;
    background-color: #e7e7e7;
    border-radius: 100px;
    overflow: hidden;
    object-fit: cover;
}

.Preloader {
}

.PreloaderInner {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    z-index: 99999999999999;
}

.PreloaderDiv {
    display: block;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

.PreloaderDiv img {
    display: block;
    margin: 0 auto;
    width: auto;
    height: 160px;
    max-width: 80%;
    object-fit: contain;
    object-position: center center;
    transform: translatey(0px);
    -webkit-animation: PreloaderLoaderAnimation 3s ease-in-out infinite;
    animation: PreloaderLoaderAnimation 3s ease-in-out infinite;
}

@keyframes PreloaderLoaderAnimation {
    0% {
        transform: scale(0.8);
    }
    50% {
        transform: scale(1.0);
    }
    100% {
        transform: scale(0.8);
    }
}

.OurTeamSliderItem {
}

.OurTeamSliderInner {
}

.OurTeamSliderItem img {
    display: block;
    margin: 13px AUTO;
    width: 150px;
    max-width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: center center;
    border-radius: 1000px;
}

.OurTeamSliderItem h4 {
    display: block;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--theme1);
}

.OurTeamSliderItem label {
    display: block;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #787878;
}


.OurTeamSlider {
    direction: ltr !important;
    display: block;
    margin: 60px auto;
    width: 100%;
}

.OurTeamSlider .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    margin: 40px auto 0;
    padding: 0;
}

.OurTeamSlider .slick-dots li {
    display: block;
    margin: 0 0;
    width: fit-content;
}

.OurTeamSlider .slick-dots li div {
    display: block;
    margin: 0 5px;
    width: 20px;
    height: 10px;
    background: #404040;
    opacity: 0.2;
    border-radius: 0px 9px;
    transition: 300ms;
    cursor: pointer;
}

.OurTeamSlider .slick-dots .slick-active div {
    width: 35px;
    cursor: default;
    opacity: 1;
    background: var(--theme1);
}

.OurTeam {
    display: block;
    margin: 95px auto 0;
    width: 100%;
}

.ServiceShow {
}

.ServiceShowPage {
}

.ServiceShowCover {
    display: block;
    margin: 24px auto;
    width: 100%;
    min-height: 200px;
    background: #e3e3e3;
    padding: 20px;
    padding-left: 170px;
    position: relative;
    border-radius: 10px;
}

.ServiceShowIcon {
    position: absolute;
    left: 0;
    top: 0;
    width: 130px;
    aspect-ratio: 1/1;
    margin: 20px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.ServiceShowCover h1 {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-weight: bold;
    color: var(--theme1);
}

.ServiceShowTextEditor {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 20px;
}

.ServiceShowTextEditor * {
    max-width: 100%;
}

.ServiceShowCover label {
    display: block;
    margin: 16px auto;
    width: 100%;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.8;
}

.FooterSocials a:hover {
    transform: scale(1.1);
    background: var(--theme1);
}

.JoinUs {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 50px 0;
}

.JoinUsForm {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 100%;
    padding: 20px;
    flex-wrap: wrap;
    background: #ffffff;
    border-radius: 20px;
    border: solid 1px #e7e7e7;
}

.JoinUsFormRow {
    display: block;
    margin: 0 0;
    width: 33%;
    padding: 20px;
}

.JoinUsFormRow label {
    display: block;
    margin: 7px auto;
    width: 100%;
    font-size: 15px;
    font-weight: 600;
    color: #4c4c4c;
}

.JoinUsFormHolder {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 45px;
    position: relative;
    overflow: hidden;
    background: #ffffff;
    border-radius: 5px;
    border: solid 1px #dfdfdf;
    z-index: 2;
}

.JoinUsFormHolder g {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: 100%;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #3a3a3a;
    opacity: 0.7;
}

.JoinUsFormHolder input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: none;
    border: none;
    padding: 0 0;
    padding-left: 40px;
    display: flex;
    font-size: 16px;
}

.JoinUsFormRow textarea {
    display: block;
    margin: 13px auto;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    background: #ffffff;
    border-radius: 5px;
    border: solid 1px #dfdfdf;
    z-index: 2;
    padding: 10px 20px;
    min-height: 120px;
}

.JoinUsFormHolder input[type=file] {
    padding: 6px 0;
    padding-left: 55px;
    cursor: pointer;
}

.JoinUsFormSubmit {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 10px auto;
}

.JoinUsFormSubmit button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    padding: 10px 40px;
    border: none;
    background: var(--theme1);
    color: aliceblue;
    position: relative;
    padding-left: 70px;
    border-radius: 10px;
    overflow: hidden;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
    font-size: 20px;
    transition: 300ms;
}

.JoinUsFormSubmit button i {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #00000017;
    font-size: 14px;
}

.JoinUsFormSubmit button:hover {
    transform: scale(1.05);
    background: var(--theme2);
}

.JoinUsFormCover {
    display: flex;
    justify-content: center;
    margin: 0 auto 40px;
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 2;
    padding: 20px;
    height: fit-content;
    min-height: 300px;
    flex-direction: column;
    border-radius: 10px;
}

.JoinUsFormCover img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    z-index: -1;
}

.JoinUsFormCover h1 {
    display: block;
    margin: 0 0;
    width: 50%;
    color: var(--theme2);
    font-weight: bolder;
    text-transform: uppercase;
}

.JoinUsFormCover label {
    display: block;
    margin: 0 0;
    width: 50%;
    font-size: 23px;
    color: #ffffff;
}

.JoinUsNote {
    display: flex;
    margin: 25px auto;
    width: 100%;
    justify-content: start;
    align-items: center;
    height: auto;
    background: #ffcccc;
    color: #ff8d8d;
    border: solid 2px;
    border-radius: 10px;
    min-height: 65px;
    position: relative;
    padding-left: 60px;
}

.JoinUsNote i {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    font-size: 30px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1/1;
}

.JoinUsNote label {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-weight: 600;
}

.JoinUsSuccess {
    background: #bcffce;
    color: #6fcb88;
}

.JoinUsFormRow label u {
    text-decoration: none;
    color: #f65a5a;
}

.JoinUsFormRow label s {
    text-decoration: none;
    font-size: 13px;
    margin: 0 4px;
    color: #a5a5a5;
}

.SideMenuBtn {
    display: none;
}

.SideMenu {
    display: none;
}

.ErrorPage {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ErrorPageDiv {
    display: block;
    margin: 0 auto;
    width: fit-content;
    max-width: 100%;
    text-align: center;
}

.ErrorPageDiv img {
    display: block;
    margin: 0 auto;
    width: 180px;
    mix-blend-mode: darken;
}

.ErrorPageDiv h4 {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-weight: bold;
    font-size: 40px;
    color: var(--theme1);
}

.ErrorPageDiv label {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 17px;
}

.ErrorPageDiv button {
    display: block;
    margin: 20px auto 0;
    width: fit-content;
    background: var(--theme1);
    color: aliceblue;
    padding: 7px 12px;
    border: none;
    border-radius: 5px;
    transition: 300ms;
}

.ErrorPageDiv button i {
}

.ErrorPageDiv button:hover {
    transform: scale(1.1);
    background: #5a5a5a;
}

.TeamPopUp {
    display: none;
}

.TeamPopUpInner {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.TeamPopUpFade {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #000000;
    opacity: 0.5;
}

.TeamPopUpDiv {
    display: block;
    margin: 0 auto;
    width: 700px;
    position: relative;
    z-index: 2;
    background: #ffffff;
    max-width: 90%;
    max-height: 80%;
    overflow-y: auto;
    border-radius: 10px;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
    padding: 30px;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.TeamPopUpDiv::-webkit-scrollbar {
    display: none;
}

.TeamPopUp {
}

.TeamPopUpPhoto {
    display: block;
    margin: 0 auto;
    width: fit-content;
    height: 180px;
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: center center;
    border-radius: 1000px;
}

.TeamPopUpText {
    display: block;
    margin: 11px auto;
    width: 100%;
}

.TeamPopUpText h4 {
    display: block;
    margin: 0 auto;
    width: 100%;
    color: var(--theme1);
    font-weight: bold;
    text-transform: uppercase;
}

.TeamPopUpText label {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 16px;
}

.TeamPopUpDescription {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.TeamPopUpDescription * {
    max-width: 100%;
}

.OurTeamSliderInner button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    background: none;
    color: var(--theme1);
    text-transform: uppercase;
    font-weight: 500;
    border: solid 2px;
    border-radius: 10px;
    padding: 5px 10px;
    margin: 15px auto;
    transition: 300ms;
    font-size: 13px;
}

.OurTeamSliderInner button:hover {
    background: var(--theme1);
    border-color: var(--theme1);
    color: aliceblue;
    transform: scale(1.1);
}

.Algorithms {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 55px 0;
}

.AlgorithmsBG {
}

.AlgorithmsSlider {
    direction: ltr;
}

.AlgorithmsSliderItem {
}

.AlgorithmsSliderItemInner {
    display: block;
    margin: 0 auto;
    width: 90%;
    aspect-ratio: 1/1.5;
    position: relative;
    background-color: #4e4e4e;
    overflow: hidden;
    z-index: 2;
}

.AlgorithmsSliderItemThumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    opacity: 0.8;
    z-index: -1;
}

.AlgorithmsSliderItemText {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px;
    z-index: 2;
    color: white;
    padding-bottom: 68px;
}

.AlgorithmsSliderItemText h4 {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: bold;
    color: var(--theme1);
}

.AlgorithmsSliderItemText p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0 auto;
    width: 100%;
    font-size: 14px;
}

.AlgorithmsSliderItemText label {
    display: flex;
    margin: 7px auto;
    width: 100%;
    position: relative;
    justify-content: start;
    align-items: center;
    font-weight: bold;
    color: var(--theme2);
}

.AlgorithmsSliderItemText label img {
    display: block;
    margin: 0 0;
    width: auto;
    height: 23px;
    aspect-ratio: 1/1;
    overflow: hidden;
    background-color: #6e6e6e;
    border-radius: 1000px;
    margin-right: 9px;
}

.AlgorithmsSliderItemText button {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    background: none;
    border: 0;
    border-top: solid 1px #ffffff45;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 8px;
    padding: 8px 0;
    background: #ffffff2e;
    transition: 400ms;
}

.AlgorithmsSliderItemText button i {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: 100%;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.AlgorithmsSliderItemFade {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 90px;
    z-index: 0;
    background: #000000;
    box-shadow: 1px 1px 321px 186px #000000;
}

.AlgorithmsSliderItemText button:hover {
    color: var(--theme2);
    border-color: #545454;
    background: #545454;
}

.AlgorithmsSlider .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    margin: 40px auto 0;
    padding: 0;
}

.AlgorithmsSlider .slick-dots li {
    display: block;
    margin: 0 0;
    width: fit-content;
}

.AlgorithmsSlider .slick-dots li div {
    display: block;
    margin: 0 5px;
    width: 20px;
    height: 10px;
    background: #000000;
    opacity: 0.2;
    border-radius: 0px 9px;
    transition: 300ms;
    cursor: pointer;
}

.AlgorithmsSlider .slick-dots .slick-active div {
    width: 35px;
    cursor: default;
    opacity: 1;
    background: var(--theme1);
}

.BlogCreatedBy label u {
    text-decoration: none;
    display: block;
    font-size: 15px;
    color: #838383;
    font-weight: 500;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* number of lines to show */
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.BlogShowCoverFade {
    position: absolute;
    left: 0;
    top: 0;
    width: 47%;
    height: 100%;
    background: #badee9;
    z-index: -1;
    box-shadow: 1px 1px 126px 146px #badee9;
}
