.header {
    position: relative;
    height: 90px;
    width: 100%;
    z-index: 5;
}

.relative-header {
    position: relative;
    height: 90px;
    width: 100%;
    z-index: 4;
}

.font-bitter {
    font-family: 'Bitter', serif;
    font-weight: bold;
}

.font-lato {
    font-family: 'Lato', sans-serif;
    font-weight: 200;
}

.menu-span-index {
    right: 0;
}

.bold {
    font-weight: bold;
}

.main-color {
    color: #6a2a80;
}

.landing-text {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.apply-now {
    border: 0;
    background: rebeccapurple;
    margin-top: 10px;
    padding: 5px 40px;
    border-radius: 5px;
    float: right;
    cursor: pointer;
    display: block;
    margin: 23px auto;
    color: #fff;
}

.apply-job {
    text-align: left;
    margin-top: 50px;
    background: #ffffff;
    padding: 20px;
}

.black {
    color: #000;
}

.white-span {
    color: #fff !important;
}

.pink {
    color: #eb3149;
}

.header .container {
    height: 100%;
    display: flex;
    align-items: center;
}

.logo {
    width: 100px;
    height: 50px;
}

.menu-span {
    font-size: 30px;
    cursor: pointer;
    position: absolute;
    padding: 0px 0px 0 0;
    right: 0;
    color: #000;
    font-weight: bold;
}

.relative {
    position: relative;
}

.flex {
    display: flex;
}

.block {
    display: block;
}

.landing {
    height: calc(100vh - 90px);
    position: relative;
    width: 100%;
}

    .landing video {
        height: 100%;
        width: 100%;
    }

section {
    padding: 50px 0;
}

.my-carousel {
    width: 100%;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    height: 332px;
    position: relative;
    margin-bottom: 20px;
}


.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    padding: 40px 40px;
}

.slider-title {
    font-size: 1.5rem;
    color: #000;
}

.slider-num {
    font-size: 50px;
    color: #eb3149;
    font-family: 'Bitter', serif;
    font-weight: 700;
    padding-left: 10px;
    padding-right: 50px;
}

.swiper-slide p {
    font-size: 1rem;
    padding-left: 120px;
}

.btn-more {
    background-color: #eb3149 !important;
    color: white !important;
    padding: 0px 25px;
    font-weight: 500;
    margin-left: 120px;
    margin-top: 35px;
}

.slider-img-right {
    width: 100%;
    margin-top: -90px;
}

.bg-main {
    background: #6b2b7f;
}

.white {
    color: #fff;
}


.clientGroup {
    display: -webkit-box;
    width: 100%;
    height: 100px;
    overflow: hidden;
    position: relative;
    margin-top: 50px;
}

.clientLeft {
    position: absolute;
    top: -10px;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
    z-index: 10;
    left: 0px;
}

.clientRight {
    position: absolute;
    top: -10px;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
    right: 1%;
    z-index: 10;
}

.firstPage, .secondPage {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    transition: 0.4s;
    justify-content: center;
}

.clientImg:first-of-type {
    padding-left: 0%;
}

.clientImg img {
    width: 100%;
    max-width: 100%;
    height: 100px;
    background: #fff;
}

.clientImg {
    width: 16%;
    position: relative;
    padding-left: 1%;
}

.section-client {
    height: auto;
}

.btn-client {
    display: flex;
    width: 200px;
    justify-content: center;
    margin: 50px auto;
}

.phone {
    color: #000 !important;
    z-index: 100;
    text-align: center;
    display: block;
}

.email {
    color: #80cdd7;
    margin-bottom: 10px;
    display: block;
    text-align: center;
}

.follow-email {
    display: block;
    text-align: center;
    color: #000;
}

.location-list {
    display: flex;
    justify-content: center;
    width: 80%;
    list-style: none;
    margin: auto;
    font-weight: 500;
}

    .location-list li {
        flex: 1;
        position: relative;
    }

        .location-list li:before {
            content: "\f111";
            position: absolute;
            left: -15px;
            font-family: "font awesome 5 free";
            color: #4A276B;
            font-weight: 900;
            font-size: 10px;
            top: 5px;
        }

        .location-list li:nth-of-type(2):before {
            color: #ef516c;
        }

        .location-list li:nth-of-type(3):before {
            color: #33bcdb;
        }

        .location-list li:nth-of-type(4):before {
            color: #fec41b;
        }

        .location-list li:nth-of-type(5):before {
            color: #ef516c;
        }

        .location-list li:nth-of-type(6):before {
            color: #000;
        }



.no-overflow {
    overflow-x: hidden;
}

.section-follow {
    background-image: linear-gradient(83deg,#ffc419 33.33%, #eb3149 33.33%, #eb3149 66.66%, #6b2b7f 66.66%);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.follow-title-left {
    text-align: center;
    color: #4c2762;
    font-family: 'Lato', sans-serif;
    font-weight: bolder;
}

.follow-title-right {
    text-align: center;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: bolder;
}

.hand {
    width: 55px;
    height: 65px;
    animation-direction: alternate;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: hand-2;
    margin: auto;
    display: block;
}

@keyframes hand-2 {
    0% {
        transform: rotate(8deg);
        transform-origin: 50% 50%;
    }
}

.follow-social {
    display: flex;
    justify-content: center;
}

    .follow-social img {
        width: 60px;
        margin: 0 5px;
    }

.section-follow p {
    font-size: 16px;
}

.no-margin {
    margin: 0
}

.contact-phone {
    color: #000 !important;
    margin: 30px 0;
    display: block;
    width: 20px;
}

.contact-email {
    color: #80cdd7;
    margin-bottom: 10px;
    display: block;
    padding: 0px 0px;
    width: 230px;
}

.landing {
    position: relative;
    width: 100%;
    height: 100vh;
    background-size: 100% 100%;
}


footer {
    background: #4b266b !important;
    color: #fff;
    font-weight: 500;
}

    footer a {
        color: #fff;
    }

.min-height {
    min-height: calc(100vh - 130px);
}

.purple-bg {
    background: #4b266b;
}

.btn-project {
    width: 200px;
    margin-top: 40px;
}

.accordion-image-mobile {
    display: none;
}

.tab-group {
    display: flex;
    width: 55%;
}

    .tab-group button {
        width: 98%;
        margin-left: 1%;
        border-radius: 8px 8px 0 0;
        color: #fff;
    }

        .tab-group button:focus {
            outline: none;
            box-shadow: none;
        }

        .tab-group button:nth-of-type(1) {
            background: #6b2b7f;
        }

        .tab-group button:nth-of-type(2) {
            background: #eb3149;
        }

        .tab-group button:nth-of-type(3) {
            background: #ffc619;
            color: #000;
        }

.visions {
    color: #fff;
    background: #40b37e;
    min-height: 450px;
    overflow: hidden;
}

    .visions img {
        width: 120px;
        height: 100px;
        margin-right: 20px;
    }

    .visions p {
        font-size: 15px;
        line-height: 25px;
    }

.s-vis, .t-vis {
    display: none;
}

.s-vis {
    background: #EB3149;
}

.t-vis {
    background: #FFC619;
    color: #000000;
}

.what-do-bg {
    min-height: calc(100vh - 90px);
    background-image: url(../images/pattern-inner-service.png);
    background-size: 100% 100%;
}

.service {
    box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.2);
    padding: 15px 20px;
    margin-bottom: 30px;
    background: #fff;
    opacity: 0.8;
    border-radius: 8px;
    transition: 0.4s;
}

    .service:hover {
        opacity: 1;
    }

.service-num {
    color: #eb3149;
    font-size: 35px;
    line-height: 35px;
    transition: 0.5s;
}

.service-name {
    transition: 0.5s;
}

.services a:hover {
    text-decoration: none;
}

    .services a:hover .service-num, .services a:hover .service-name {
        padding-left: 5px;
        color: #6a2a80;
    }

.service-title span {
    font-size: 60px;
    color: #eb3149;
    font-weight: bold;
    padding-right: 15px;
}

.service-desc {
    padding-top: 20px;
    font-size: 21px;
    /* width:68%; */
}

.service-bg {
    background-image: url(../images/1.png);
    background-size: 70px;
    background-repeat: no-repeat;
    background-position: 98%;
}

.service-img {
    width: 95%;
}

.side-nav {
    position: fixed;
    right: -100%;
    top: 0;
    width: 30%;
    background: #fff;
    height: 100vh;
    z-index: 10;
    transition: 0.5s;
    z-index: 55555555555555;
}

    .side-nav h1 {
        text-align: center;
    }

.side-tabs {
    padding: 0;
    text-align: left;
    padding-top: 20px;
    list-style: none;
}

    .side-tabs a {
        padding: 0 2px 5px 40px;
        color: black;
        transition: 0.5s;
        display: block;
        font-size: 25px;
        font-family: 'Lato', sans-serif;
        font-weight: bold;
    }

    .side-tabs li:hover a {
        background: #44083b;
        color: #fff;
        text-decoration: none;
    }

.side-nav h1:hover {
    cursor: pointer;
    color: #44083b;
}

.side-social {
    position: relative;
    width: 100%;
    bottom: 0%;
}

.follow-social img {
    transition: 0.5s;
}

    .follow-social img:hover {
        transform: rotate(360deg);
    }

.modal-title {
    color: #fcc51d;
    text-align: center;
}

.modal-desc {
    font-size: 12px;
    color: #d0c5c6;
    text-align: center;
}

.modal-close {
    width: 30px;
    font-size: 33px;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    z-index: 10;
}

.purple {
    color: #4c2762 !important;
}

.yellow {
    color: #ffc419 !important;
}

.modal-body input, .modal-body textarea {
    width: 90%;
    margin: auto;
    margin-bottom: 8px;
    background: none;
    border: 1px solid #d0c5c6;
    color: #d0c5c6;
    text-align: center;
    border-radius: 8px;
    height: 33px;
}

.modal-btn {
    width: 90%;
    margin-left: 5%;
    color: #fff !important;
}

.project-modal {
    border: 1px solid #fcc51d;
    background: none;
}

    .project-modal .form-control:focus {
        border-color: #fcc51d;
        box-shadow: none;
        background: none;
    }



.client-slider .flex {
    width: 100%;
    justify-content: space-around;
}

.margin-auto {
    margin: 0 auto;
}

.no-all-overflow {
    overflow: hidden;
}

.bg-scale {
    animation: cloud 20s infinite alternate;
    width: 100%;
    height: 100vh;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.side-nav h1 span {
    font-weight: 200;
}

@keyframes cloud {
    100% {
        transform: scale(1.3);
    }
}

.content-loader {
    overflow: hidden;
}

/* Scrollbar style*/

::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #6a2a80;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

/* End Scrollbar style */

.right-arrow, .left-arrow {
    font-size: 45px;
    z-index: 0;
    color: #000;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev, .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: none !important;
    cursor: pointer;
}


#loading-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10000000000;
    background: #fff;
}

#loading-text {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #999;
    width: 100px;
    height: 30px;
    margin: -7px 0 0 -45px;
    text-align: center;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 20px;
}

#loading-content {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 170px;
    height: 170px;
    margin: -85px 0 0 -85px;
    border: 3px solid #F00;
}

    #loading-content:after {
        content: "";
        position: absolute;
        border: 3px solid #0F0;
        left: 15px;
        right: 15px;
        top: 15px;
        bottom: 15px;
    }

    #loading-content:before {
        content: "";
        position: absolute;
        border: 3px solid #00F;
        left: 5px;
        right: 5px;
        top: 5px;
        bottom: 5px;
    }

#loading-content {
    border: 3px solid transparent;
    border-top-color: #4D658D;
    border-bottom-color: #4D658D;
    border-radius: 50%;
    -webkit-animation: loader 2s linear infinite;
    -moz-animation: loader 2s linear infinite;
    -o-animation: loader 2s linear infinite;
    animation: loader 2s linear infinite;
}

    #loading-content:before {
        border: 3px solid transparent;
        border-top-color: #D4CC6A;
        border-bottom-color: #D4CC6A;
        border-radius: 50%;
        -webkit-animation: loader 3s linear infinite;
        -moz-animation: loader 2s linear infinite;
        -o-animation: loader 2s linear infinite;
        animation: loader 3s linear infinite;
    }

    #loading-content:after {
        border: 3px solid transparent;
        border-top-color: #84417C;
        border-bottom-color: #84417C;
        border-radius: 50%;
        -webkit-animation: loader 1.5s linear infinite;
        animation: loader 1.5s linear infinite;
        -moz-animation: loader 2s linear infinite;
        -o-animation: loader 2s linear infinite;
    }

@-webkit-keyframes loaders {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#content-wrapper {
    color: #FFF;
    position: fixed;
    left: 0;
    top: 20px;
    width: 100%;
    height: 100%;
}

.what-static, .what-gif {
    position: absolute;
    width: 80px;
    right: 5px;
    top: 5px;
    max-height: 68px;
}

.services a:hover .what-static {
    z-index: -1;
}

.services a:hover .what-gif {
    z-index: 1;
}

.portfolio-landing-title {
    font-size: 60px;
}

    .portfolio-landing-title ~ p {
        font-size: 25px;
        color: #ccc;
    }

#my-grid img {
    width: 100%;
    transition: 0.5s;
    height: 150px;
    cursor: pointer;
}

.portfolio-box {
    overflow: hidden;
    background: linear-gradient(-30deg,#50064b, #c82d4d 150%);
    margin-bottom: 30px;
    border-radius: 8px;
}

    .portfolio-box:before {
        content: '';
        position: absolute;
        top: 10px;
        left: 10px;
        right: 10px;
        bottom: 10px;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        transition: 0.5s;
        transform: scaleX(0);
        opacity: 0;
        z-index: 1;
    }

    .portfolio-box:hover:before {
        transform: scaleX(1);
        opacity: 1;
    }

.portfolio-text {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    padding: 20px;
    text-align: center;
}

    .portfolio-text h2 {
        transform: translateY(-50px);
        opacity: 0;
        visibility: hidden;
        font-size: 20px;
    }

    .portfolio-text p {
        transform: translateY(50px);
        opacity: 0;
        visibility: hidden;
    }

    .portfolio-text h2, .portfolio-text p {
        margin: 0 0 10px;
        padding: 0;
        color: #fff;
        transition: 0.5s;
        transition-delay: 0.2s;
    }

.portfolio-box:hover .portfolio-text h2 {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
    color: #fff;
}

.portfolio-box:hover .portfolio-text p {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}

.portfolio-box:after {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    transition: 0.5s;
    transform: scaleY(0);
    opacity: 0;
    z-index: 1;
}

.portfolio-box:hover:after {
    transform: scaleY(1);
    opacity: 1;
}

.portfolio-box:hover img {
    opacity: 0.2;
    transform: scale(1.2);
}

.portfolio-filter {
    box-shadow: 1px 2px 10px 0px rgb(75, 38, 107);
    border-radius: 5px;
}

.categories h3, .countries h3 {
    padding: 20px;
    cursor: pointer;
    position: relative;
    color: #ee4b5c
}

    .categories h3 i, .countries h3 i {
        position: absolute;
        right: 35px;
        top: 25px;
        color: #ee4b5c;
        transition: 0.5s;
    }

.rotate-icon {
    transform: rotate(180deg);
}

.sticky-header {
    transition: 0.7s;
    background: #fff;
    box-shadow: 1px 3px 5px 1px rgba(143,143,143,0.1);
    position: fixed !important;
}

#my-grid.achieve img {
    height: 200px;
}

.achieve-img {
    width: 40%;
    float: right;
    border-radius: 10px;
    margin: 12px 0 10px 10px;
    padding: 0;
}

.achieve-desc {
    font-size: 20px;
    padding-top: 5px;
}

.no-sticky {
    position: relative !important;
    transition: 0s !important;
    background: #fff !important
}

.modal-backdrop.show {
    opacity: 0.98;
}

.close {
    text-shadow: none;
    color: #fcc51d;
}

    .close:hover {
        color: #fcc51d;
    }

.what-section .swiper-slide p, .what-do-bg .shadow-slide p {
    font-size: 15px;
    padding-left: 62px;
    padding-right: 5px;
    padding-bottom: 0px;
    margin-bottom: 0;
    color: #000;
}

.filter-icon, .close-filter {
    display: none;
}

@media (max-width: 500px) {





    .portfolio-filter {
        position: fixed;
        z-index: 6;
        width: 90vw;
        background: white;
        transition: 0.5s;
        right: 0;
        top: 60px;
        overflow: auto;
        height: 90vh;
    }

        .portfolio-filter .close-filter {
            position: absolute;
            left: 10px;
            top: 10px;
            font-size: 30px;
            z-index: 10;
            display: block;
            width: 50px;
            height: 50px;
            text-align: center;
        }

    .filter-icon {
        position: fixed;
        right: 0;
        font-size: 30px;
        background: rebeccapurple;
        padding: 5px;
        color: #ffc619;
        border-radius: 10px 0px 0px 10px;
        z-index: 5;
        display: block;
    }

    .portfolio-filter-hide {
        right: -100vw;
    }

    .section-client .swiper-button-next, .section-client .right-arrow {
        right: 20px !important;
        color: #fff !important;
    }

    .section-client .left-arrow, .section-client .swiper-button-prev {
        left: 20px !important;
        color: #fff !important;
    }

    .menu-span-index {
        right: 13px;
    }

    h1, h2, h3, h4, h5, h6, p {
        text-align: center;
    }

    .slider-num, .swiper-slide p {
        padding: 0;
    }

    .my-carousel {
        height: auto;
    }

    .slider-img-right {
        width: 80%;
        margin-top: -50px;
        margin: auto;
        display: block;
        padding-top: 30px;
    }

    .btn-more {
        margin-left: 0;
        left: 0;
        right: 0;
        margin: 30px auto;
        width: 230px;
        display: block;
    }

    .client-group {
        height: 150px;
        margin-top: 30px;
    }

    .clientLeft {
        left: 0px;
    }

    .clientRight {
        right: 4px;
    }

    .firstPage, .secondPage {
        display: flex;
        flex-wrap: wrap;
    }

    .clientImg:first-of-type {
        padding-left: 1%;
    }

    .clientImg img {
        height: 70px;
        background: #fff;
    }

    .clientImg {
        display: flex;
        align-items: center;
        width: 30%;
        margin: 1px 1px 1px 0px;
    }

    .location-list {
        width: 100%;
        flex-wrap: wrap;
    }

        .location-list li {
            flex: auto;
            width: 33%;
            padding-bottom: 5px;
        }

    .section-follow {
        background-image: linear-gradient(#ffc419 33.33%, #eb3149 33.33%, #eb3149 66.66%, #6b2b7f 66.66%);
    }

    .mobilePattern {
        padding-top: 20px;
    }

    .follow-title-right {
        margin-top: 50px;
    }

    .tab-group button {
        padding: 5px;
    }

    .tab-group {
        width: 99%;
    }

    .header {
        height: 60px;
    }

    .logo {
        width: 80px;
        height: 40px;
    }

    .menu-span {
        right: 13px;
    }

    .visions img {
        width: 160px;
        height: 130px;
        margin: auto;
        display: block;
    }

    .service-name {
        text-align: left;
        font-size: 16px;
    }

    .service-num {
        font-size: 30px;
        line-height: 30px;
    }

    .service {
        padding: 15px 10px;
        margin-bottom: 15px;
    }

    .service-img {
        width: 90%;
        display: block;
        margin: auto;
    }

    .service-title span, .slider-num {
        display: block;
    }

    .swiper-slide p {
        padding-top: 20px;
    }

    .mobile-title {
        font-size: 32px;
    }

    .contact-phone {
        padding: 0px;
        width: 120px;
        text-align: center;
        left: 0;
        right: 0;
        margin: auto;
    }

    .contact-email {
        padding: 0px;
        width: 170px;
        text-align: center;
        left: 0;
        right: 0;
        margin: auto;
        padding-bottom: 30px;
        padding-top: 10px;
    }

    .side-nav {
        width: 90%;
    }

    .client-slider img {
        width: 32%;
        margin: 0 0 3px 3px;
    }

    .client-slider .flex {
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .section-client {
        height: auto;
    }

    .accordion-image-mobile {
        display: none;
        width: 100%;
        padding-top: 20px;
    }

    .achieve-desc {
        padding-right: 0;
    }

    .achieve-img {
        width: 100%;
        float: initial;
        padding: 0;
        margin: 0;
    }

    .portfolio-landing-title {
        font-size: 40px;
    }

        .portfolio-landing-title ~ p {
            font-size: 18px;
        }

    .what-static, .what-gif {
        width: 70px;
    }
}

.our-post {
    padding: 0 20px 0 40px;
}

.post-after {
    position: absolute;
    right: -5px;
    width: 40px;
}

.our-post input {
    background: none;
    width: 80%;
    margin: auto;
    border: 1px solid #ffc419;
    color: #fff;
}

    .our-post input::placeholder {
        color: #fff;
        font-weight: bold;
    }

.our-post button {
    background: #ffc419;
    color: #000;
    font-weight: bold;
    width: 80% !important;
    display: block;
    margin: auto;
    border: none;
    border-radius: 4px;
    padding: 6px;
    cursor: pointer;
}

.career-desc {
    padding-top: 20px;
    color: #c7c7c7;
}

.career-num ~ p {
    margin-top: -10px;
    padding-right: 35px;
    color: #c7c7c7;
}

.career-num {
    font-size: 60px;
    text-align: center;
    padding-top: 30px;
}

.my-sarsoor {
    width: 200px;
    height: 150px;
    position: fixed;
    left: 0px;
    bottom: 0;
    z-index: 9999999999;
    display: none;
}

.custom-footer .flex > aside .custom-social-footer li {
    padding-right: 20px;
}

@media (min-width: 1500px) {
    .section-follow {
        background-image: linear-gradient(83deg,#ffc419 33.33%, #eb3149 34.33%, #eb3149 63.66%, #6b2b7f 64.66%);
    }
}



.what-section .swiper-button-next, .what-section .swiper-container-rtl .swiper-button-prev {
    right: 40px;
}

.what-section .swiper-button-prev, .what-section .swiper-button-prev, .what-section .swiper-container-rtl .swiper-button-next {
    left: 40px;
}

.advanced-arrow {
    left: 0;
}

.slider-2-container {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    transition: 0.5s;
    transition-delay: 0.3s;
}

.swiper-slide-active .slider-2-container {
}

.bg-slide-2 .slider-2-container .slider-btn, .bg-slide-3 .slider-2-container .slider-btn {
    left: 0;
    bottom: auto;
    width: 19vw;
    top: 0;
    position: relative;
    display: block;
    border-radius: 8px;
    margin: inherit;
    transition: 0.5s;
}

    .bg-slide-2 .slider-2-container .slider-btn:hover, .bg-slide-3 .slider-2-container .slider-btn:hover {
        opacity: 0.7;
        color: currentColor;
        text-decoration: none;
    }

.bg-slide-2 .slider-2-container .second-slide-text, .bg-slide-3 .slider-2-container .second-slide-text {
    font-size: 40px;
    color: #fff;
    white-space: pre-line;
    font-weight: 500;
    background: rgba(135, 34, 98, 0.8);
    display: inline-flex;
    border-radius: 10px;
    padding: 0 30px;
}

.my-num {
    font-size: 28px !important;
    color: #eb3149;
    font-family: 'Bitter', serif;
    font-weight: 700;
    padding-left: 2px;
    padding-right: 3px;
}

.achieve-title {
    font-size: 17px;
}

.moon-slider-2 {
    opacity: 0;
    z-index: 1;
    position: absolute;
    left: 0vw;
    top: 0;
    height: 100%;
    width: 37vw;
    animation-delay: 0.5s;
}

.moon-slider-3 {
    opacity: 0;
    z-index: 1;
    position: absolute;
    left: 16vw;
    top: -10vh;
    height: 100%;
    width: 37vw;
    animation-delay: 0.5s;
}

.swiper-slide-active .ss-2 {
    animation: moon-fade 1s forwards;
}

.swiper-slide-active .ss-3 {
    animation: moon-fade-2 1s forwards;
}

@keyframes moon-fade-2 {
    to {
        opacity: 1;
        top: 0vw;
    }
}

@keyframes moon-fade {
    to {
        opacity: 1;
        left: 16vw;
    }
}

@keyframes moon-fade-mobile {
    to {
        opacity: 1;
    }
}

@keyframes moon-btn-scale {
    to {
        transform: scale(0.9);
    }
}


.moon-slider-2 a, .moon-slider-3 a {
    position: absolute;
    bottom: 10%;
    left: 11%;
    background: #ffc519;
    color: #5f2b75;
    font-weight: bold;
    padding: 5px 0px;
    border-radius: 5px;
    width: 14vw;
    text-decoration: none;
    text-align: center;
    z-index: 1;
    animation: moon-btn-scale 1s infinite alternate;
}

.moon-slider-2 > a ~ img, .moon-slider-3 > a ~ img {
    width: 100%;
    height: 100%;
    position: relative;
}

@keyframes moon-fade-mobile-2 {
    to {
        opacity: 1;
        top: 60px;
    }
}

.index-mail {
    padding-left: 20%;
}

@media (max-width: 500px) {
    .slider-2-container {
        width: 100vw;
    }

    .moon-slider-2 {
        animation-delay: 0.5s !important;
        opacity: 0;
        z-index: 1;
        position: absolute;
        left: 0;
        top: 60px;
        height: 50vh;
        width: 100vw;
    }

    .moon-slider-3 {
        animation-delay: 0.5s !important;
        opacity: 0;
        z-index: 1;
        position: absolute;
        left: 0;
        top: 0px;
        height: 50vh;
        width: 100vw;
    }

    .swiper-slide-active .ss-3 {
        animation: moon-fade-mobile-2 1s forwards !important;
    }

    .swiper-slide-active .ss-2 {
        animation: moon-fade-mobile 1s forwards !important;
    }

    .moon-slider-2 a, .moon-slider-3 a {
        left: auto;
        right: 20px;
        padding: 10px 0px;
        width: 55vw;
    }

    .slider-2-container {
        left: 0;
        right: 0;
        width: 100vw;
        margin: 0 auto;
    }

    .bg-slide-2 .slider-2-container .slider-btn, .bg-slide-3 .slider-2-container .slider-btn {
        width: 60vw;
    }
}
.istanbul-custom i {
    display: none;
}


@media (max-width: 500px)
{
    .istanbul-custom i {
        display: block;
    }
    .location-list .istanbul-custom:before {
        content: "";
    }

    .istanbul-custom i {
        font-size: 10px;
        padding-right: 17px;
    }

    .istanbul-custom {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-right: 15%;
    }
}

.apply-training {
    float: left;
}
