*{
    margin:0 auto;
    padding: 0;
    box-sizing: border-box;
}
:root{
    --blue1 : #0091ac;
    --blue2 : #00c8dc;
    --green1 : #4bb91e;
    --green2 : #82e650;
    --iranyekan: IRANYekan;
    --Kalameh: Kalameh;
}

body{
    background:#0a0a0a;
}



body:not(.elementor-editor-active) section.VideoLoad  div {
    position: unset !important;
}
body.elementor-editor-active section.VideoLoad .VideoEmbed {
    display:none;
}
body:not(.elementor-editor-active) section.VideoLoad .VideoEmbed {
    position: absolute !important;
    height: 0%;
    width: 15px;
    border-radius: 10px;
    right: calc(50% - 7.5px);
    bottom: 0;
    transition: 0.5s;
    overflow: hidden;
    z-index: -1;
}
body:not(.elementor-editor-active) section.VideoLoad .VideoEmbed::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #0091ac4f;
    right: 0;
    top: 0;
    opacity: 0.92;
}
body:not(.elementor-editor-active) section.VideoLoad .VideoEmbed.LoadFirst {
    height: 30%;
    transition: 0.5s;
    bottom: 35%;
}
body:not(.elementor-editor-active) section.VideoLoad .VideoEmbed.LoadSecond {
    width:30%;
    right:35%;
    transition: 0.5s;
}
body:not(.elementor-editor-active) section.VideoLoad .VideoEmbed.LoadThird {
    width:100%;
    height:100%;
    right:0;
    bottom: 0;
    border-radius: 0;
    transition: 0.5s;
}
section.VideoLoad .VideoEmbed.LoadThird video {
    object-fit: cover;
}
body:not(.elementor-editor-active) section.VideoLoad .HtmlCode {
    position: absolute !important;
    width: 100% !important;
    height: 100%;
    right: 0 !important;
    top: 0 !important;
}
.elementor-heading-title b {
    color: var(--green2);
}
.elementor-heading-title i {
    color: var(--blue1);
    font-style: normal;
    font-weight: 900;
}
body:not(.elementor-editor-active) section.VideoLoad .VideoEmbed.Black::after {
    background: #181818;
}

body:not(.elementor-editor-active) section.VideoLoad .VideoEmbed.Black::after {
    background: var(--green1);
}

body.page-id-49 .elementor-heading-title b {
    color: #fff;
}

header {
    position: absolute;
    width: 100%;
    right: 0;
    top: 0;
    z-index: 9;
}
body.admin-bar header {
    top: 32px;
}
header .logo {
    float: left;
    width: 200px;
    margin: 0 calc(50% - 100px);
}
header .logo img {
    float: left;
    width: 100%;
}
header .loadMenu {
    position: relative;
    margin: 16px calc(50% - 36px) 0;
    width: 72px;
    float: left;
}
header .loadMenu .header_menu {
    float: left;
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}
header .loadMenu:before {
    position: absolute;
    content: "";
    width: 0;
    height: 3px;
    background: rgba(0,0,0,0.2);
    transition: 0.5s;
}
header .loadMenu .header_menu a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    padding: 9px 0 9px 0 !important;
    margin: 0 0px 0 0;
    float: left;
    font-family: "Noto Sans", Sans-serif;
    font-weight: 100;
}

header .loadMenu.active::before {
    width: 100%;
    transition: 0.5s;
}


header .loadMenu .header_menu a:hover, header .loadMenu .header_menu li.current-menu-item  a {
    border: ;
    position: relative;
}
header .loadMenu .header_menu a:hover:after , header .loadMenu .header_menu li.current-menu-item a:after {
    position: absolute;
    height: 4px;
    background: var(--green1);
    top: -1px;
    content: "";
    left: 0;
    width: 100%;
}

header .CTA {
    float: right;
    border: 1px solid #ffffff80;
    color: #ffffffdb;
    text-decoration: none;
    padding: 6px 20px;
    font-family: "Noto Sans", Sans-serif !important;
    display: flex;
    align-items: center;
}
header .Social {
    float: right;
    list-style: none;
    padding: 0;
    display: flex;
    margin: 0px 0 0 0;
}
header .Social li a {
    color: #ffffffdb;
    font-size: 30px;
    margin: 0 10px;
}
header .CTA i {
    font-size: 20px;
    margin: 0px 8px 0 0;
}
header .row {
    align-items: center;
}

body:not(.elementor-editor-active) section.VideoLoad .Mouse {
    position: absolute !important;
    border: 1px solid #fff;
    width: 24px;
    height: 47px;
    border-radius: 50px;
    right: calc(50% - 12px);
}
body:not(.elementor-editor-active) section.VideoLoad .Mouse:after {
    position: absolute;
    content: "";
    width: 5px;
    height: 10px;
    background: #ffffffd1;
    border-radius: 5px;
    right: calc(50% - 2.5px);
    bottom: 5px;
    animation: 1s infinite alternate MouseMove;
}
@keyframes MouseMove {
    from {bottom: 8px;}
    to {bottom: 4px;}
}

body:not(.elementor-editor-active) section.VideoLoad div.MouseEffect {
    position: relative !important;
}

body:not(.elementor-editor-active) section.VideoLoad .LineMouse {
    position: absolute !important;
    width: 3px;
    height: 40vh;
    background: rgba(255,255,255,0.3);
    border-radius: 50px;
    right: calc(50% - 1.5px);
    top: 60px;
    overflow: hidden;
}

body:not(.elementor-editor-active) section.VideoLoad .LineMouse::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 50px;
    top: 0;
    -webkit-animation-name:styles_scroll__mYEyG;
    animation-name:styles_scroll__mYEyG;
    -webkit-animation-duration:3s;
    animation-duration:3s;
    -webkit-animation-delay:.35s;
    animation-delay:.35s;
    -webkit-animation-fill-mode:both;
    animation-fill-mode:both;
    -webkit-animation-iteration-count:infinite;
    animation-iteration-count:infinite
}

@-webkit-keyframes styles_scroll__mYEyG {
    0% {
        transform:scaleY(0);
        transform-origin:top left
    }
    50% {
        transform:scale(1);
        transform-origin:top left
    }
    50.1% {
        transform:scale(1);
        transform-origin:bottom left
    }
    to {
        transform:scaleY(0);
        transform-origin:bottom left
    }
}
@keyframes styles_scroll__mYEyG {
    0% {
        transform:scaleY(0);
        transform-origin:top left
    }
    50% {
        transform:scale(1);
        transform-origin:top left
    }
    50.1% {
        transform:scale(1);
        transform-origin:bottom left
    }
    to {
        transform:scaleY(0);
        transform-origin:bottom left
    }
}



.StickyTopText span {
    font-size: 30px;
    font-weight: 600;
    font-family: poppins !important;
    color: #626262d1;
    transition: 0.5s;
}
.StickyTopText span.active {
    color: var(--blue1);
    transition: 0.5s;
}

.StickyColumn {
    position: sticky;
    top: 50px;
}

body.page-id-49 .StickyTopText span.active {
    color: var(--green1);
}

.StickyTopText span.green.active {
    color: var(--green1);
}


.MaskImage > div {
    position: sticky !important;
    width: 100% !important;
    height: 100vh;
    top: 0;
    border-right: 15px solid #0a0a0a;
    z-index: 9;
    right: 0;
    top: 0;
    border-left: 15px solid #0a0a0a;
    border-top: 15vh solid #0a0a0a;
    border-bottom: 15vh solid #0a0a0a;
}
.MaskImage {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
}

body.elementor-editor-active .MaskImage > div{
    display:none;
}



.ScrollPageMove {
    width: 100%;
    position: relative;
}
.ScrollPageMove div {
    position: unset !important;
}
.ScrollPageMove .Fixed_Text {
    position: absolute !important;
    width: 100%;
    height: 100vh;
    right: 0;
    top: 0;
    border: 1px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 250px;
    font-weight: 900;
    -webkit-text-stroke: 4px #ffffff45;
    color: transparent;
    z-index: 0;
    font-family: "Noto Sans", Sans-serif;
}
.ScrollPageMove .BodyText > div > div > div {
    display: flex !important;
    width: max-content !important;
    flex-direction: row;
    flex-wrap: nowrap !important;
    height: 100vh;
    align-items: center;
    top: 0;
    position: relative !important;
    z-index: 2;
}
.ScrollPageMove .BodyText > div > div > div > div {
    width: 400px;
    background: var(--blue1);
    margin: 0 40px 0 40px;
    color: #fff;
    padding: 47px 30px;
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
    position: relative !important;
    top: -50px;
    border-radius: 10px;
}
.ScrollPageMove .BodyText > div > div > div > div:nth-child(2n) {
    top: 50px;
}
.ScrollPageMove .BodyText > div > div > div > div .elementor-image-box-content {
    width: 100%;
    float: right;
    margin: 0 !important;
}
.ScrollPageMove .BodyText > div > div > div > div .elementor-image-box-content .elementor-image-box-title {
    float: right;
    width: 100%;
    text-align: left;
    font-size: 37px;
    font-weight: 600;
    position: relative;
    padding: 0 18px 0 0;
    line-height: 1.2;
    color: #fff;
    text-shadow: 0 0 10px rgba(0,0,0,0.4);
}
.ScrollPageMove .BodyText > div > div > div > div .elementor-image-box-content .elementor-image-box-title:after {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    border: 3px solid var(--first);
    border-radius: 50%;
    right: 0;
    top: 2px;
}
.ScrollPageMove .BodyText > div > div > div > div .elementor-image-box-content .elementor-image-box-description {
    float: left;
    width: 100%;
    text-align: justify;
    margin: 5px 0 0 0;
    font-size: 17px;
    line-height: 1.6;
    font-weight: 100;
}
.ScrollPageMove .BodyText > div > div > div > div .elementor-image-box-content .elementor-image-box-description b {
    float: right;
    width: 100%;
    font-size: 26px;
    font-weight: 600;
    text-align: right;
    height: 75px;
    overflow: hidden;
    margin: 2px 0 7px 0;
}
.ScrollPageMove .BodyText > div > div > div > div .elementor-image-box-content .elementor-image-box-description i {
    float: right;
    width: 100%;
    font-size: 14px;
    font-style: normal;
    font-weight: 200;
    line-height: 1.8;
}

.ScrollPageMove > .elementor-container {
    position: sticky !important;
    top: 0;
    overflow: hidden;
    width: 100%;
    height: 100vh;
}

body.page-id-49 .StickyTopText span.active.green {
    color: var(--blue1);
}

.CoreValue {
    float: right;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
}
.CoreValue li {
    width: 100%;
    margin: 0;
    height: 500px;
    position: relative;
    transition: 1.5s;
}
.CoreValue.step1 li {
    margin: 5px;
    border-radius: 6px;
    overflow: hidden;
    transition: 1.5s;
}
.CoreValue li .Background {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}
.stickyParentDIVValue > div > div {
    position: sticky !important;
    top: 100px;
}

.CoreValue.step1 li .Text {
    position: absolute;
    width: 100%;
    padding: 10px;
    background-color: #000;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: rotateY(180deg);
    z-index: -1;
    background-size: cover;
    background-position: center;
}
.CoreValue.step1 li .Text::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: ;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.10) -31.02%, #000000f7 36.15%);
}
.CoreValue.step1 li .Text .title {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: var(--green1);
    font-family: "Noto Sans", Sans-serif;
    font-weight: 900;
    position: relative;
    z-index: 1;
}
.CoreValue.step1 li .Text p {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 17px;
    font-family: "Noto Sans", Sans-serif;
    color: #999;
    font-weight: 200;
    text-align: center;
    line-height: 1.7;
    height: 204px;
    margin: 5px 0 0 0;
    position: relative;
    z-index: 1;
}


.ThumbPartner {
    float: left;
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center;
    position: relative;
}
.ThumbPartner:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, #181818 0.27%, rgba(24, 24, 24, 0.00) 90.57%);
}
.TextPartner {
    float: left;
    margin: 0 0 0 0;
    position: relative;
    left: -40px;
}

.CoreValue.step1.step2 li {
    transform: rotateY(180deg);
    transition: 1.5s;
}

.CoreValue.step1.step2 li .Text {
    z-index: 1;
    transition: 0.1s;
    transition-delay: 0.3s;
}
.CoreValue.step1.step2 li .Background{
    opacity:0;
    transition: 0.1s;
    transition-delay: 0.3s;
}



.ProductItem {
    float: left;
    width: 100%;
    position: relative !important;
    padding: 20px 0 20px 160px;
    height: 212px;
}
.ProductItem:before {
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    background: #666;
    bottom: 0;
    left: 0;
    transition: 0.5s;
}
.ProductItem.loaded::before {
    transition: 0.5s;
    transition-delay: 0.5s;
    width: 100%;
}
.ProductItem span {
    position: absolute;
    background: var(--blue1);
    color: #fff;
    font-size: 11px;
    font-weight: 100;
    padding: 3px 10px 2px;
    border-radius: 50px;
    left: 0;
    top: 0;
    letter-spacing: 1px;
    font-family: "Noto Sans", Sans-serif;
    opacity: 0;
    transition: 0.5s;
}
.ProductItem.loaded span {
    transition: 0.5s;
    transition-delay: 0.6s;
    opacity: 1;
}
.ProductItem h2 {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 32px;
    font-family: "Noto Sans", Sans-serif;
    margin: 10px 0 7px 0;
    position: relative;
    left: -20px;
    opacity: 0;
    transition: 0.5s;
}
.ProductItem.loaded h2 {
    transition: 0.5s;
    transition-delay: 0.7;
    left: 0;
    opacity: 1;
}
.ProductItem p {
    float: left;
    width: 100%;
    font-family: "Noto Sans", Sans-serif;
    color: #ffffffba;
    font-weight: 100;
    font-size: 15px;
    line-height: 2;
    opacity: 0;
    transition: 0.5s;
    margin: 0 0 9px 0;
}
.ProductItem.loaded p {
    transition: 0.5s;
    transition-delay: 0.8;
    opacity: 1;
}
.ProductItem .readMore {
    font-size: 14px;
    font-family: "Noto Sans", Sans-serif;
    color: var(--green1);
    opacity: 0;
    transition: 0.5s;
}
.ProductItem.loaded .readMore {
    transition: 0.5s;
    transition-delay: 0.9;
    opacity: 1;
}
.ProductItem .thumb {
    position: absolute;
    width: 200px;
    height: 200px;
    background-color: #151515;
    box-shadow: -5px 0 10px #00000096;
    background-position: center;
    background-size: cover;
    bottom: 0;
    left: 0;
    transition: 0.5s;
    z-index: -1;
}

.ProductItem h2 b {
    color: var(--blue2);
}

.StickyColumn > div > section {
    position: sticky;
    top: 200px;
}

.ProductItem .thumb::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, #181818 0.27%, rgba(24, 24, 24, 0.00) 90.57%);
}

.MenuBar {
    float: left;
    width: 34px;
    height: 30px;
    cursor: pointer;
    border: ;
    margin: -5px 0 0 0;
}
.MenuBar span {
    float: left;
    width: 100%;
    height: 1px;
    background: #fff;
    margin: 7px 0 0 0;
    transition: 0.5s;
}
.MenuBar span:nth-child(2) {
    width: 75%;
}
.MenuBar:hover span:nth-child(2) {
    width: 100%;
    transition: 0.5s;
}


.MenuLeft {
    position: fixed;
    width: 100%;
    left: -100%;
    background: #000;
    z-index: 99;
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: start;
    opacity:0;
    transition:0.5s ;
}
.MenuLeft .closeMenu {
    position: absolute;
    left: 100px;
    top: 50px;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
}

.MenuLeft.active {
    opacity: 1;
    transition: 1s;
    left: 0;
}


.MenuLeft .TextMenu {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0 0 0 100px;
}
.MenuLeft .TextMenu ul {
    padding: 0 0;
    list-style: none;
    padding: 0;
    margin: 0;
}
.MenuLeft .TextMenu ul li {
    float: left;
    width: 100%;
}
.MenuLeft .TextMenu ul li a {
    float: left;
    font-size: 36px;
    font-family: "Noto Sans", Sans-serif;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    margin: 0 0 8px 0;
    position: relative;
}

.MenuLeft:before {
    position: absolute;
    right: 15%;
    width: 1px;
    height: 0;
    background: #ffffff14;
    content: "";
    top: 0;
    transition: 0.5s;
}
.MenuLeft.active::before {
    height: 100%;
    transition: 0.5s;
    transition-delay: 1.2s;
}


.MenuLeft .TextMenu ul li a:before {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    background: #ffffff91;
    bottom: -1px;
    left: 0;
    transition: 0.5s;
}
.MenuLeft .TextMenu ul li a:hover::before {
    width: 100%;
    transition: 0.5s;
}


.ThumbPartner {
    float: left;
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center;
    position: relative;
}
.ThumbPartner:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, #181818 0.27%, rgba(24, 24, 24, 0.00) 90.57%);
}
.TextPartner {
    float: left;
    margin: 0 0 0 0;
    position: relative;
    left: 0px;
}

.CustomerList .swiper-slide-inner {
    background: #f7f7f74f;
    margin: 0 10px !important;
    float: right;
    border-radius: 10px;
    padding: 20px 10px;
}


.StickySectionPartner section.elementor-section {
    position: sticky;
    top: 100px !important;
    background: #0a0a0a;
}





.CaseOfStuddy {
    float: left;
    width: 100%;
    border-bottom: 1px solid #232323;
    padding: 21px 13px;
    position: relative;
    cursor: pointer;
}
.CaseOfStuddy h3 {
    float: left;
    width: 70%;
    color: #fff;
    font-family: "Noto Sans", Sans-serif;
    font-size: 23px;
    font-weight: 600;
    line-height: 1.5;
}
.CaseOfStuddy p {
    float: left;
    width: 100%;
    color: #999;
    font-size: 20px;
    margin: 0 0 0 0;
}
.CaseOfStuddy .Gallery {
    position: absolute;
    width: 250px;
    height: 200px;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0;
}
.CaseOfStuddy .Gallery > div {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}
.CaseOfStuddy:hover .Gallery {
    opacity: 1;
}


footer {
    float: right;
    width: 100%;
    background: var(--blue1);
    padding: 40px 0 20px;
}
footer h2 {
    float: right;
    width: 100%;
    text-align: left;
    font-family: "Noto Sans", Sans-serif;
    font-weight: 600;
    color: #fff;
}
footer a, footer p
{
    text-align: left;
    float: right;
    width: 100%;
    color: #fff;
    font-size: 17px;
    text-decoration: none;
    font-family: "Noto Sans", Sans-serif;
    margin: 1px 0 16px 0;
}


#Newsletter {
    float: left;
    width: 100%;
    font-size: 15px;
    display: flex;
}
#Newsletter label {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 18px;
    margin: 0 0 5px 0;
    font-family: "Noto Sans", Sans-serif;
}
#Newsletter .form-control {
    float: left;
    width: 100%;
    height: 46px;
}
#Newsletter .form-group {
    width: 70%;
    margin: 0;
}
#Newsletter .btn {
    background: #000;
    color: #fff;
    font-family: "Noto Sans", Sans-serif;
    height: 47px;
    font-size: 16px;
    margin: 31px 0 0 4px;
    width: 30%;
}

.ValuesSlide .swiper-slide-image {
    width: 98%;
}
.ValuesSlide .swiper-slide-inner {
    position: relative;
}
.ValuesSlide .swiper-slide-inner:after {
    position: absolute;
    content: "";
    width: 98%;
    height: 100%;
    right: 1%;
    top: 0;
    background: var(--blue1);
    opacity: 0.2;
}


.ValuesSlide .swiper-slide-inner .elementor-image-carousel-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    flex-direction: ;
    z-index: 9;
}
.ValuesSlide .swiper-slide-inner .elementor-image-carousel-caption span {
    position: absolute;
    width: 98%;
    height: 100%;
    background: #ffffff2e;
    left: 1%;
    display: flex;
    align-items: center;
    font-size: 26px;
    padding: 0 21px;
    font-family: "Noto Sans", Sans-serif;
    backdrop-filter: blur(10px);
    opacity: 0;
    transition: 0.5s;
}
.ValuesSlide .swiper-slide-inner .elementor-image-carousel-caption b {
    width: 80%;
    font-size: 35px;
    color: #fff;
    font-family: "Noto Sans", Sans-serif;
    text-shadow: 0 0 10px rgba(0,0,0,0.22);
}
.ValuesSlide .swiper-slide-inner:hover .elementor-image-carousel-caption span {
    opacity: 1;
}

footer .DownloadBrochure {
    font-size: 24px;
    font-family: "Noto Sans", Sans-serif;
    color: #fff;
    border-bottom: 1px solid #fff;
    width: auto;
    float: left;
    font-weight: 400;
    margin: 0 !important;
}
#Newsletter {
    float: right;
    width: auto;
    background: #fff;
    border-radius: 50px;
    padding: 3px 10px;
    display: flex;
    align-items: center;
}
#Newsletter h2 {
    display: none;
}
label {
}
#Newsletter .form-group {
    display: flex;
    width: 100%;
}
#Newsletter .form-group label {
    font-size: 13px;
    color: #000;
    width: auto;
    display: none;
}
.form-control {
}
#Newsletter .form-control {
    border: 0 !important;
    font-size: 13px;
    height: 38px;
    border: ;
}
#Newsletter .btn {
    margin: 0 0 0 0;
    border-radius: 50px;
    font-size: 13px;
    padding: 0 15px;
    height: 32px;
}
footer .row {
    align-items: center;
}
footer .ContactItem {
    float: left;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 40px 0 0 0;
    border-top: 1px solid #eeeeee42;
    display: flex;
    align-items: center;
    padding: 15px 0 0 0;
}
footer .ContactItem li {
    margin: 0;
    width: 100%;
}
footer .ContactItem li:nth-child(2) {
    text-align: center;
}
footer .ContactItem li:last-child {
    text-align: right;
}
footer .ContactItem li a , footer .ContactItem li p {
    float: none;
    width: auto;
    margin: 0 !important;
    color: #fff !important;
}


footer .footer_menu {
    float: left;
    width: 100%;
    margin: 27px 0 0 0;
    list-style: none;
    padding: 19px 0 0 0;
    border-top: 1px solid #ffffff2e;
    display: flex;
}
footer .footer_menu a {
    font-family: "Noto Sans", Sans-serif;
    font-size: 17px;
    text-transform: capitalize;
    color: #fff !important;
    margin: 0;
}
.MenuLeft .TextMenu ul li a:hover {
    color: var(--blue1);
}
.rank-math-breadcrumb p {
    display: flex;
    align-items: center;
    justify-content: center;
}
.rank-math-breadcrumb p a , .rank-math-breadcrumb p span {
    color: #fff;
    margin: 0 5px;
    font-family: Poppins;
    font-weight: 100;
}
.ImageBackground {
    position: relative !important;
}
.ImageBackground:before {
    display:block!important;
    opacity: 1;
    content:"";
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    right: 0;
    top: 0;
    z-index: 1;
}

.IMGSHadow img {
    filter: ;
    border: 3px solid #fff;
    box-shadow: 0 5px 12px rgba(0,0,0,0.2);
    filter: blur(0.5px);
}

.EVList .elementor-icon-list-items {
    float: right;
    width: max-content;
}
.EVList .elementor-icon-list-items .elementor-icon-list-item {
    display: block;
    padding: 0 16px;
}
.page-id-860 .CaseOfStuddy h3 {
    color: #000 !important;
}
.page-id-860 .CaseOfStuddy {
    float: left;
    width: 100%;
    border-bottom: 1px solid #2323235e !important;
    padding: 21px 13px;
    position: relative;
    cursor: pointer;
}
.page-id-860 .CaseOfStuddy {
    float: left;
    width: 100%;
    border-bottom: 1px solid #2323235e !important;
    padding: 21px 13px;
    position: relative;
    cursor: pointer;
}
.page-id-860 .CaseOfStuddy h3 {
    color: #000000d9 !important;
}
.ContactForm .elementor-field-label {
    margin: 0;
    margin: 0 0 2px 0;
}
.ContactForm button .elementor-button-icon {
    display: none;
}