﻿/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/***== LAYOUT PAGE CSS START==****/
@font-face {
    font-family: 'Inter';
    src: url('../font/Inter-ExtraLight.woff2') format('woff2'), url('../font/Inter-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../font/Inter-Black.woff2') format('woff2'), url('../font/Inter-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../font/Inter-Light.woff2') format('woff2'), url('../font/Inter-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../font/Inter-Bold.woff2') format('woff2'), url('../font/Inter-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../font/Inter-Medium.woff2') format('woff2'), url('../font/Inter-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../font/Inter-ExtraBold.woff2') format('woff2'), url('../font/Inter-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../font/Inter-SemiBold.woff2') format('woff2'), url('../font/Inter-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../font/Inter-Regular.woff2') format('woff2'), url('../font/Inter-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../font/Inter-Thin.woff2') format('woff2'), url('../font/Inter-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}


body {
    width: 100%;
    overflow-x: hidden;
    font-family: 'Inter', sans-serif;
}

main {
    width: 100%;
    overflow-x: hidden;
}

.gradient-text {
    background: -o-linear-gradient(315deg, rgba(228,122,82,1) 10%, rgba(205,93,112,1) 31%, rgba(119,94,165,1) 50%, rgba(60,77,131,1) 69%, rgba(60,138,168,1) 87%);
    background: linear-gradient(135deg, rgba(228,122,82,1) 10%, rgba(205,93,112,1) 31%, rgba(119,94,165,1) 50%, rgba(60,77,131,1) 69%, rgba(60,138,168,1) 87%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ly-sc {
    padding-top: 71px;
    padding-bottom: 20px;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.langselect {
    list-style: none;
    height: 40px;
    line-height: 55px;
    padding-left: 20px;
}

a.nav-link, .desktop-lang-select {
    border: 0;
    outline: 0;
}

.mobile-lang-select {
    font-size: 17px;
    color: #29235c !important;
    font-weight: 600;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.ar-menu {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
    /* padding-left: 80px;
    padding-right: 100px;*/
}

@media (max-width: 991px) {
    .langselect {
        line-height: 45px;
        margin-right: 85px;
    }

    button.navbar-toggler {
        position: absolute;
        right: 40px;
        top: 25px;
    }

    select.mobile-lang-select {
        position: absolute;
        right: 22%;
        border: 0;
        outline: 0;
        display: block;
    }

    li.desktop-lang-select-li {
        display: block;
        position: absolute;
        top: 35px;
        right: 90px;
    }

    .desktop-lang-select, li.desktop-lang-select-li {
        display: block;
    }
}

@media (max-width: 575px) {
    select.mobile-lang-select {
        right: 25%;
    }
}

@media (min-width: 991px) {
    select.mobile-lang-select {
        display: none;
    }
}

@media (min-width: 1200px) {
    .ly-sc {
        padding-bottom: 0px;
    }
}


@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

@media (max-width: 575px) {
    .ly-sc {
        padding-bottom: 0px;
    }
}

.navbar-right {
    display: block;
}



    .navbar-right li {
        display: inline-block;
    }

.navbar {
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

    .navbar.fixed-top {
        -webkit-animation-duration: .5s;
        animation-duration: .5s;
        -webkit-animation-name: smooth;
        animation-name: smooth;
    }

.fixed-top {
    min-height: 109px;
    background: #fff;
}

.navbar-brand {
    width: 165px;
    margin-right: 85px;
}

a.nav-link, .desktop-lang-select {
    font-size: 17px;
    color: #29235c !important;
    font-weight: 600;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

    a.nav-link:hover {
        color: #db6449 !important;
    }

a.outline-btn {
    text-decoration: none;
    cursor: pointer;
}

.navbar-right li {
    margin-right: 5px;
    min-height: 50px;
    line-height: 50px;
}

.navbar-right select {
    border: 0;
}

    .navbar-right select:focus, .navbar-right select:focus {
        outline: none;
    }

.outline-btn {
    position: relative;
    z-index: 3;
    background: #fff;
    color: #1172c4;
    font-size: 13px;
    border-color: #1172c4;
    border-style: solid;
    border-width: 2.3px;
    border-radius: 22px;
    padding: 13px 20px;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}


    .outline-btn.white-blue {
        font-weight: 700;
        color: #29235c !important;
        border-color: #29235c;
    }

        .outline-btn.white-blue:hover, .outline-btn.active {
            background: #29235c;
            color: #fff !important;
        }


.btn-gradient {
    border-width: 2px;
    background: transparent;
    border-radius: 22px;
    color: #29235c;
    position: relative;
    z-index: 1;
    font-size: 13px;
    padding: 15px 20px;
    font-weight: 700;
    cursor: pointer;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

a.btn-gradient {
    text-decoration: none;
}

    a.btn-gradient:hover, a.btn-gradient.active {
        background: -webkit-gradient(linear, left top, right top, color-stop(4%, rgba(229,125,80,1)), color-stop(23%, rgba(199,88,119,1)), color-stop(46%, rgba(143,96,164,1)), color-stop(62%, rgba(93,81,147,1)), color-stop(79%, rgba(93,81,147,1)), color-stop(92%, rgba(0,160,221,1)));
        background: -o-linear-gradient(left, rgba(229,125,80,1) 4%, rgba(199,88,119,1) 23%, rgba(143,96,164,1) 46%, rgba(93,81,147,1) 62%, rgba(93,81,147,1) 79%, rgba(0,160,221,1) 92%);
        background: linear-gradient(90deg, rgba(229,125,80,1) 4%, rgba(199,88,119,1) 23%, rgba(143,96,164,1) 46%, rgba(93,81,147,1) 62%, rgba(93,81,147,1) 79%, rgba(0,160,221,1) 92%);
        color: #fff;
    }

.btn-gradient:before,
.btn-gradient:after {
    content: ' ';
    position: absolute;
    border-radius: 22px;
}

.btn-gradient:before {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -2;
    background: #fff;
    /*background: linear-gradient(135deg, rgba(228,122,82,1) 10%, rgba(205,93,112,1) 31%, rgba(119,94,165,1) 50%, rgba(60,77,131,1) 69%, rgba(60,138,168,1) 87%);*/
    background: -webkit-gradient(linear, left top, right top, color-stop(4%, rgba(229,125,80,1)), color-stop(23%, rgba(199,88,119,1)), color-stop(46%, rgba(143,96,164,1)), color-stop(62%, rgba(93,81,147,1)), color-stop(79%, rgba(93,81,147,1)), color-stop(92%, rgba(0,160,221,1)));
    background: -o-linear-gradient(left, rgba(229,125,80,1) 4%, rgba(199,88,119,1) 23%, rgba(143,96,164,1) 46%, rgba(93,81,147,1) 62%, rgba(93,81,147,1) 79%, rgba(0,160,221,1) 92%);
    background: linear-gradient(90deg, rgba(229,125,80,1) 4%, rgba(199,88,119,1) 23%, rgba(143,96,164,1) 46%, rgba(93,81,147,1) 62%, rgba(93,81,147,1) 79%, rgba(0,160,221,1) 92%);
}

.btn-gradient:after {
    top: 2px;
    bottom: 2px;
    left: 2px;
    right: 2.3px;
    background-color: #fff;
    z-index: -1;
    opacity: 1;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

h2.text-center.gradient-text.arena-title {
    font-size: 46px;
    font-weight: 900;
}

.arena-light-title {
    font-size: 32px;
}

@media (max-width: 1442px) {
    /* a.nav-link, .desktop-lang-select {
        font-size: 14px;
    }*/
}

@media(max-width:1200px) {
    h2.text-center.gradient-text.arena-title {
        font-size: 26px;
    }

    .arena-light-title {
        font-size: 21px;
    }
}


@media(max-width:1400px) {
    .navbar-brand {
        width: 165px;
        /*    margin-right: 30px;*/
    }

    /* a.nav-link {
        font-size: 14px;
    }*/

    .outline-btn {
        /*  font-size: 10px;
        padding: 7px 15px;*/
    }

    .btn-gradient {
        /*  font-size: 10px;
        padding: 9px 15px;*/
    }

    .navbar-brand {
        width: 120px;
    }

    .swiper-button-prev, .swiper-button-next {
        display: none;
    }
}

@media(max-width:1114px) {
    .navbar-right li {
        margin-right: 0;
    }

    .navbar-brand {
        margin-right: 20px;
    }
}

@media(max-width:1080px) {

    .outline-btn.white-blue, .btn-gradient {
        font-size: 9px;
    }
}

@media(max-width:999px) {
    .navbar-brand {
        margin-right: 20px;
    }
}

@media(min-width: 991px) {
    .langselect2.pull-right {
        right: 70px;
        top: 56px;
    }
}

@media(min-width: 1114px) {
    .langselect2.pull-right {
        right: 70px;
        top: 46px;
    }
}

@media(min-width: 1400px) {
    .langselect2.pull-right {
        top: 46px;
    }
}

@media(max-width: 991px) {
    .langselect2.pull-right {
        position: absolute;
        right: 120px;
        top: 42px;
    }

    .navbar-right {
        padding-left: 0;
        display: block;
        margin-top: 20px;
    }

        .navbar-right li {
            display: block;
            min-height: 40px;
            line-height: 40px !important;
        }

    .btn-gradient:after {
        right: 2px;
    }
}

@media(width:1024px) {
    a.nav-link {
        font-size: 11px;
    }

    .langselect2.pull-right {
        top: 58px;
    }
}

@media(max-width:768px) {
    .langselect2.pull-right {
        position: absolute;
        top: 44px;
    }

    .ar-menu {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 15px;
        padding-top: 10px;
    }

    nav.navbar.navbar-expand-lg.navbar-light {
        padding-bottom: 20px;
    }
}

@media(max-width: 575px) {
    button.navbar-toggler {
        right: 40px;
    }

    li.desktop-lang-select-li {
        right: 27%;
    }

    .langselect {
        margin-right: 110px;
    }

    .langselect2.pull-right {
        right: 110px;
    }
}

div#myCarousel {
    margin-top: 61px;
}


/**== REFERENCE AREA START==***/
.reference-area .swiper-slide img {
    max-width: 80%;
    margin: 0 auto;
    display: block;
}

.reference-area .swiper-button-prev, .reference-area .swiper-button-next {
    opacity: 0;
}

.reference-area .swiper {
    margin-top: 50px;
    margin-bottom: 50px;
}

@media(max-width:575px) {
    .reference-area .swiper {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

/**== REFERENCE AREA START==***/

/**== Feature AREA START==***/
.ft-container {
    position: relative;
}

h2.ft-left-title .ft-title-container {
    position: absolute;
    top: 0;
    height: 65px;
    background: #fff;
    z-index: 1;
    padding-right: 30px;
    padding-left: 30px;
    line-height: 62px;
    border-radius: 40px;
    border: 2px solid #be446c;
    padding-left: 60px;
    padding-right: 60px;
}


.ft-title-text {
    background: -webkit-gradient(linear, left top, right top, color-stop(15%, rgba(36,106,146,1)), color-stop(29%, rgba(60,58,126,1)), color-stop(52%, rgba(118,80,156,1)), color-stop(71%, rgba(163,68,134,1)), color-stop(93%, rgba(189,68,109,1)));
    background: -o-linear-gradient(left, rgba(36,106,146,1) 15%, rgba(60,58,126,1) 29%, rgba(118,80,156,1) 52%, rgba(163,68,134,1) 71%, rgba(189,68,109,1) 93%);
    background: linear-gradient(90deg, rgba(36,106,146,1) 15%, rgba(60,58,126,1) 29%, rgba(118,80,156,1) 52%, rgba(163,68,134,1) 71%, rgba(189,68,109,1) 93%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
}

.ft-left-title {
    position: relative;
    height: 65px;
    margin-bottom: 40px;
}

    .ft-left-title:after {
        content: "";
        top: 50%;
        right: -5px;
        height: 2px;
        width: calc(100% + 5px);
        position: absolute;
        background: #be446c;
    }

    .ft-left-title:before {
        content: "";
        top: 50%;
        right: -10px;
        height: 10px;
        width: 10px;
        border: 2px solid #be446c;
        border-radius: 50%;
        position: absolute;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background-color: white;
        z-index: 1;
    }

    .ft-left-title:after,
    .ft-left-title:before {
        content: "";
        display: block;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

/**RIGHT TITLE*/
h2.ft-right-title .ft-title-container {
    position: absolute;
    top: -7px;
    height: 65px;
    background: #fff;
    z-index: 1;
    padding-right: 30px;
    padding-left: 30px;
    line-height: 62px;
    border-radius: 40px;
    border: 2px solid #be446c;
    padding-left: 60px;
    padding-right: 60px;
    right: 0;
}

h2.ft-right-title .ft-title-text {
    background: -webkit-gradient(linear, left top, right top, color-stop(15%, rgba(189,68,109,1)), color-stop(29%, rgba(163,68,134,1)), color-stop(52%, rgba(118,80,156,1)), color-stop(71%, rgba(60,58,126,1)), color-stop(93%, rgba(36,106,146,1)));
    background: -o-linear-gradient(left, rgba(189,68,109,1) 15%, rgba(163,68,134,1) 29%, rgba(118,80,156,1) 52%, rgba(60,58,126,1) 71%, rgba(36,106,146,1) 93%);
    background: linear-gradient(90deg, rgba(189,68,109,1) 15%, rgba(163,68,134,1) 29%, rgba(118,80,156,1) 52%, rgba(60,58,126,1) 71%, rgba(36,106,146,1) 93%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
}

h2.ft-right-title {
    position: relative;
    height: 49px;
    margin-bottom: 0px;
}

    h2.ft-right-title:after {
        content: "";
        top: 50%;
        left: -5px;
        height: 2px;
        width: calc(100% + 5px);
        position: absolute;
        background: #be446c;
    }

    h2.ft-right-title:before {
        content: "";
        top: 50%;
        left: -10px;
        height: 10px;
        width: 10px;
        border: 2px solid #be446c;
        border-radius: 50%;
        position: absolute;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background-color: white;
        z-index: 1;
    }

    h2.ft-right-title:after,
    h2.ft-right-title:before {
        content: "";
        display: block;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

.featurette-container {
    max-width: 1140px;
    padding: 10px;
    margin-top: 160px;
    margin-bottom: 50px;
}

.featurette {
    margin-bottom: 50px;
}

.featurette-heading {
    font-size: 26px;
    margin-bottom: 15px;
    padding-left: 20px;
}

.featurette-list {
    list-style-type: none;
    font-size: 16px;
}

.featurette-list {
    list-style: none;
}

    .featurette-list li {
        list-style-type: circle;
        color: #951c7d;
    }

        .featurette-list li span {
            color: #000;
            display: block;
        }

.feature-img-box img {
    border-radius: 10px;
    overflow: hidden;
    max-width: 502px;
    margin: 0 auto;
}

@media(min-width:1200px) {
    h2.ft-right-title .ft-title-text, h2.ft-left-title .ft-title-text {
        font-size: 46px;
    }
}

@media(max-width:1200px) {
    .featurette-container {
        margin-top: 100px;
    }

    span.ft-title-text {
        font-size: 20px;
    }

    h2.ft-left-title .ft-title-container, h2.ft-right-title .ft-title-container {
        line-height: 53px;
    }
}

@media(max-width: 768px) {
    .feature-img-box {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

@media(max-width: 575px) {
    .featurette-container {
        margin-top: 50px;
    }

    h2.ft-left-title .ft-title-container, h2.ft-right-title .ft-title-container {
        padding-left: 25px;
        padding-right: 25px;
    }

    .feature-img-box img {
        max-width: 250px;
        margin: 0 auto;
        display: block;
    }

    .featurette-heading {
        font-size: 21px;
    }

    .featurette-list li span {
        color: #000;
        font-size: 14px;
    }

    .featurette-list li {
        margin-bottom: 10px;
    }

    h2.ft-right-title, h2.ft-left-title {
        margin-bottom: 20px;
    }

    section.ly-sc.ly-sc-2.feature-area {
        padding-top: 20px;
    }

    .featurette-list {
        padding-left: 19px;
    }
}

/**== Feature AREA END==***/
/**== PLATFORM AREA START==***/
.swiper-button-prev, .swiper-button-next {
    opacity: 0.3;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}

    .swiper-button-prev:hover, .swiper-button-next:hover {
        opacity: 1;
    }

.cardSlider__section {
    position: relative;
    margin-top: 30px;
}

    .cardSlider__section .swiper {
        width: calc(100% - 60px);
        margin: 0 auto;
    }


        .cardSlider__section .swiper .swiper-wrapper .cardItem {
            width: 25%;
            height: auto;
        }


        .cardSlider__section .swiper .swiper-wrapper .card__wrapper {
            height: 100%;
            padding: 65px 30px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-flow: column;
            flex-flow: column;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

            .cardSlider__section .swiper .swiper-wrapper .card__wrapper .card__title {
                margin-bottom: 15px;
                text-align: center;
            }

            .cardSlider__section .swiper .swiper-wrapper .card__wrapper .card__desc {
                margin-bottom: 15px;
                text-align: center;
                font-size: 13px;
                line-height: 1.4;
                height: 50px;
            }

            .cardSlider__section .swiper .swiper-wrapper .card__wrapper .card__btn {
                border-radius: 5px;
                padding: 12px 24px;
                text-decoration: none;
                color: #000;
            }

    .cardSlider__section .swiper-pagination {
        display: none;
    }



        .cardSlider__section .swiper-pagination .swiper-pagination-bullet {
            background-color: #000;
        }

    .cardSlider__section .swiper-button-prev,
    .cardSlider__section .swiper-button-next {
        display: none;
        color: #000;
    }

.platform-area {
    padding-top: 100px;
    padding-bottom: 60px;
}

.cardItemImageBox {
    width: 145px;
    height: 145px;
    position: relative;
    margin: 0 auto;
    margin-bottom: 10px;
}

    .cardItemImageBox img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        width: 100px;
    }

.swiper-slide.cardItem > .card__wrapper {
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
}

@media(min-width: 991px) {
    .swiper-slide.cardItem:hover > .card__wrapper {
        border-radius: 50% / 100px;
        -webkit-transition: .2s ease;
        -o-transition: .2s ease;
        transition: .2s ease;
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }
}

.platform-area .card__desc {
    color: #262564;
    font-weight: bold;
    text-align: center;
}

@media (max-width: 1200px) {
    .swiper-slide.cardItem:hover > .card__wrapper {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .platform-area {
        padding-top: 0;
        padding-bottom: 0;
    }

    .cardSlider__section {
        margin-top: 0;
    }

        .cardSlider__section .swiper .swiper-wrapper .card__wrapper {
            padding: 0px;
        }

            .cardSlider__section .swiper .swiper-wrapper .card__wrapper .card__desc {
                font-size: 12px;
            }

    .swiper.cardSlider {
        margin-bottom: 70px;
    }
}

@media (min-width: 992px) {
    .cardSlider__section .swiper .swiper-wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
}

/**== PLATFORM AREA END==***/
/**== COUNTER AREA START==***/
.counter-area-bg {
    position: relative;
    padding-bottom: 120px;
    padding-top: 50px;
}

    .counter-area-bg:before {
        content: ' ';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 0.7;
        background-image: url('../img/counter-bg.png');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        z-index: -1;
    }

.counter-box {
    width: 280px;
    height: 280px;
    border: 2px solid #951c7d;
    border-radius: 50%;
    position: relative;
    margin: 0 auto;
}

.counter-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    text-align: center;
}

.counter-number {
    font-size: 82px;
    font-weight: bold;
    background: -o-linear-gradient(315deg, rgba(228,122,82,1) 10%, rgba(205,93,112,1) 31%, rgba(119,94,165,1) 50%, rgba(60,77,131,1) 69%, rgba(60,138,168,1) 87%);
    background: linear-gradient(135deg, rgba(228,122,82,1) 10%, rgba(205,93,112,1) 31%, rgba(119,94,165,1) 50%, rgba(60,77,131,1) 69%, rgba(60,138,168,1) 87%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.counter-text {
    font-size: 20px;
    color: #262564;
    font-weight: bold;
}

.counter-plus {
    color: #273a76;
}

@media(max-width:1200px) {
    .counter-number {
        font-size: 42px;
    }

    .counter-box {
        width: 200px;
        height: 200px;
    }
}

@media(max-width:768px) {
    .counter-box {
        margin-bottom: 50px;
        width: 110px;
        height: 110px;
    }

    .counter-number {
        font-size: 28px;
    }

    .counter-area-bg {
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .counter-text {
        font-size: 10px;
    }
}

@media(max-width:475px) {
    .counter-box {
        margin-left: -3px;
    }
}
/**== COUNTER AREA END==***/

/**== PARTNER AREA START==***/
.parner-area {
    padding-top: 60px;
    padding-bottom: 60px;
    color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 99;
}

    .parner-area:before {
        content: ' ';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        /*opacity: 0.6;*/
        background-image: url('../img/parner-area-bg.jpg');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        z-index: -1;
    }

section.parner-area img {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0 auto;
    display: block;
    right: 0;
    height: 100%;
}

.partner-area-button {
    background-color: #fff;
    font-weight: bold;
    padding: 15px 45px;
    min-width: 100px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 20px;
    color: #29235c;
    position: relative;
    border-radius: 80px;
    cursor: pointer;
    margin-top: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a.partner-area-button {
    text-decoration: none;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.partner-area-button:hover {
    background: #29235c;
    color: #fff;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.partner-light-title {
    font-size: 40px;
}

.partner-bold-title {
    margin-bottom: 50px;
    font-size: 50px;
    font-weight: bold;
}

@media(max-width:1200px) {
    .partner-bold-title {
        font-size: 30px;
    }

    .partner-light-title {
        font-size: 25px;
    }
}

@media(max-width: 575px) {
    .partner-area-button {
        padding: 12px 35px;
        font-size: 14px;
    }
}
/**== PARTNER AREA END==***/
/**== FOOTER AREA START==***/
.footer {
    background: #262564;
    color: #fff;
    overflow: hidden;
}

footer.footer h6 {
    font-weight: bold;
}

.footer a, .footer .nav-link {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}

.footer-bottom {
    background: #0037c7;
    padding: 20px;
}

a.footer-btn {
    background-color: #fff;
    height: 60px;
    border: none;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 4px;
    width: 100%;
    margin-bottom: 10px;
    font-weight: 600;
    text-align: center;
    max-width: 320px;
    color: #0a1e53 !important;
    text-decoration: none;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    line-height: 60px;
}

.footer-btn span {
    margin-left: 15px;
}

a.footer-btn:hover {
    background-color: #0060b8;
    color: #fff !important;
}

.footer-btn-right, .footer-subscriber {
    width: 100%;
    height: 36px;
    line-height: 36px;
    border: none;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 4px;
    text-align: center;
    border-radius: 40px;
    cursor: pointer;
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 13px;
    max-width: 280px;
}

input.form-control.footer-subscriber {
    background: #2c2b8a;
    color: white;
}

.footer-btn-demo {
    background-color: #00a0dd;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

    .footer-btn-demo:hover {
        background-color: #33b5e7;
    }

.footer-btn-partner {
    background-color: #3230b0;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

    .footer-btn-partner:hover {
        background-color: #4946df;
    }

.footer-bottom ul {
    padding-left: 0;
}

    .footer-bottom ul li:first-child {
        padding-left: 0;
    }

    .footer-bottom ul li {
        display: inline-block;
        padding-left: 10px;
    }

        .footer-bottom ul li a, .footer-bottom p, .footer-bottom a {
            font-weight: 400;
            font-size: 12px;
            -webkit-transition: .3s ease;
            -o-transition: .3s ease;
            transition: .3s ease;
        }

            .footer-bottom ul li a:hover {
                color: #0a1e53 !important;
            }

.footer-contact-inf a {
    font-weight: 400;
    margin-left: 10px;
}

.footer-contact-inf p {
    line-height: 10px;
}

.footer-contact-inf {
    margin-top: 15px;
}

.social-media {
    padding-left: 0;
}

    .social-media li {
        list-style: none;
        display: inline-block;
        margin-right: 15px;
    }

    .social-media img {
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1);
        -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
        transform: scale(0.6);
        -webkit-transition: .2s ease;
        -o-transition: .2s ease;
        transition: .2s ease;
    }

        .social-media img:hover {
            -webkit-transform: scale(0.8);
            -ms-transform: scale(0.8);
            transform: scale(0.8)
        }

@media(min-width: 1200px) {
    ul .nav.flex-column {
        margin-top: -13px;
    }
}

@media(min-width:768px) {
    .footer-lang {
        margin-top: 100px;
        text-align: left;
        padding-left: 10px;
    }

        .footer-lang ul {
            padding-left: 0;
        }
}

.footer-bottom a, .ft-copy {
    color: #fff;
}

    .footer-bottom a:hover {
        color: #fff !important;
    }

.footer-lang ul li {
    display: inline-block;
    margin-right: 15px;
}

.footer-lang a {
    color: #b3c3ee;
}

    .footer-lang a:hover {
        color: #fff;
    }

    .footer-lang a.active {
        color: #fff;
    }

@media(max-width:768px) {
    .footer {
        padding: 20px;
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media(max-width:575px) {
    .footer-btn span {
        margin-left: 5px;
    }

    a.footer-btn {
        width: 100px;
        height: 95px;
        line-height: 108px;
        margin-right: 10px;
        font-size: 12px;
    }

    .footer-btn-demo, .footer-btn-partner {
        width: 47%;
        margin-right: 6px;
    }

    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: start !important;
    }

    .text-sm-left {
        text-align: left !important;
    }

    .pl-sm-0 {
        padding-left: 0;
    }

    .mt-sm-3 {
        margin-top: 25px;
    }

    .footer-lang {
        text-align: center;
        margin-top: 35px;
    }

        .footer-lang ul {
            margin: 0 auto;
            right: 0;
            left: 0;
            padding-left: 0;
        }

    .footer-bulletin {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: start !important;
    }

        .footer-bulletin h6, .footer-bulletin p {
            text-align: left !important;
        }

    .footer-bottom li {
        padding-left: 0 !important;
    }

    .btn-vp {
        text-align: center;
    }
}
/***== LAYOUT PAGE CSS END==****/
/***== HOME BG CSS STAR==****/
.reference-area, .platform-area, .feature-area {
    position: relative;
}

.partner-content {
    position: relative;
}

    .partner-content .left-bg {
        position: absolute;
        left: -70px;
        top: -100px;
        width: 30%;
        max-width: 570px;
    }

    .partner-content .right-bg {
        position: absolute;
        right: 0;
        bottom: -470px;
        width: 50%;
        max-width: 670px;
    }

.reference-area .left-bg, .howto-rpa-area .left-bg {
    position: absolute;
    left: 0;
    top: 30%;
    width: 30%;
    max-width: 570px;
}

.reference-area .right-bg, .howto-rpa-area .right-bg {
    position: absolute;
    right: 0;
    top: 80%;
    width: 50%;
    max-width: 670px;
}

.feature-area .left-bg {
    position: absolute;
    left: 0;
    bottom: -20%;
    width: 30%;
    max-width: 570px;
}

.platform-area .right-bg {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    max-width: 670px;
}

@media(max-width: 768px) {
    .reference-area .right-bg {
        right: -20px;
        top: 150%;
    }

    .platform-area .right-bg {
        right: -50px;
    }

    .feature-area .left-bg {
        bottom: -16%;
        width: 40%;
    }
}

@media(max-width: 575px) {
    .reference-area .left-bg {
        top: -31px;
        width: 60%;
    }

    .partner-content .left-bg {
        position: absolute;
        left: 0px;
        top: -53px;
        width: 65%;
        max-width: 570px;
    }

    .partner-content .right-bg {
        bottom: 0;
        width: 56%;
    }
}

/**TITLE ANIMATE*/
@media(min-width: 1250px) {
    h2.ft-right-title:after {
        width: 0;
    }

    h2.ft-left-title:after {
        width: 0;
    }

    .ft-container.aos-init.aos-animate h2.ft-right-title:after, .ft-container.aos-init.aos-animate h2.ft-left-title:after {
        -webkit-transition: width 2s ease-in-out;
        -o-transition: width 2s ease-in-out;
        transition: width 2s ease-in-out;
        width: 100%;
    }

    h2.ft-right-title .ft-title-container, h2.ft-left-title .ft-title-container {
        border: 2px solid #324e87;
    }

    .ft-container.aos-init.aos-animate .ft-title-container {
        -webkit-transition: border-color 1s ease 1s;
        -o-transition: border-color 1s ease 1s;
        transition: border-color 1s ease 1s;
        border: 2px solid #be446c
    }
}
/**TITLE ANIMATE*/

/*** BACKGROUND ANIMATION*/
@media(min-width: 1250px) {
    .left-bg img, .right-bg img {
        -webkit-animation: opacityChange 1s infinite;
        animation: opacityChange 1s infinite;
    }

    @-webkit-keyframes opacityChange {
        0% {
            opacity: 0.9;
        }

        50% {
            opacity: 0.5;
        }

        100% {
            opacity: 0.9;
        }
    }

    @keyframes opacityChange {
        0% {
            opacity: 0.9;
        }

        50% {
            opacity: 0.5;
        }

        100% {
            opacity: 0.9;
        }
    }
}
/*** BACKGROUND ANIMATION*/
/***== HOME BG CSS END==****/

/***== COMPANIES PAGE CSS START==****/
.cp-title {
    font-weight: bold;
    margin-bottom: 30px;
}

/***== COMPANIES PAGE CSS END==****/

/***== RPA NEDIR PAGE CSS START==****/
.rpabluebg {
    background: #03123d;
    padding-top: 20px;
    padding-bottom: 20px;
}

@media(max-width:575px) {
    .rpabluebg {
        padding-top: 0px;
        padding-bottom: 0px;
    }
}

.rpaicon-box {
    width: 120px;
    height: 120px;
    overflow: hidden;
    padding: 14px;
}

    .rpaicon-box img {
        width: 95%;
    }

.rpaicon-fy-box {
    width: 150px;
    height: 150px;
    overflow: hidden;
    padding: 14px;
    margin: 0 auto;
    margin-bottom: 10px;
}

    .rpaicon-fy-box img {
        max-width: 100px;
    }

.howto-rpa-area p {
    font-weight: 600;
    width: 100%;
}

.howto-rpa-area {
    position: relative;
}

.fw-bold, .fw-900 {
    font-weight: bold;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-60 {
    margin-bottom: 60px;
}

.rpa-border {
    border: 1px solid #be446c;
    padding: 30px 25px;
    border-radius: 10px;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.rpa-use p {
    position: relative;
}

@media(max-width:1200px) {
    .rpaicon-box {
        width: 100px;
        height: 100px;
        margin: 0 auto;
    }

    .hw-content p, .rpa-use p {
        font-size: 14px;
    }

    .rpaicon-fy-box {
        width: 110px;
        height: 110px;
    }

    .rpa-use-footertop {
        margin-bottom: 100px;
    }

    .rpa-use-hw p {
        font-size: 12px;
        text-align: center;
    }
}

@media(max-width: 991px) {
    .rpa-use-footertop li {
        font-size: 12px;
    }

    .rpa-use-footertop h5 {
        font-size: 14px;
    }

    .howto-rpa-area.rpa-use {
        padding-top: 0px;
    }

    .rpa-use-footertop {
        margin-top: 30px;
    }
}

@media(max-width:575px) {
    .howto-rpa-area {
        padding-top: 30px;
    }

    .rpa-border {
        max-width: 90%;
        margin: 0 auto;
    }

    .rpa-use-footertop {
        margin-top: 40px;
    }

    .container-fluid.pl-5.pr-5.navbar-light.ar-menu {
        padding: 0 !important;
    }
}
/***== RPA NEDIR PAGE CSS END==****/
/***== FORM CSS START==****/
.info {
    border: none;
    width: 100%;
    height: 70px;
    background-color: #eaeffa;
    border-radius: 0;
    padding: 15px;
    border: 1px solid #eaeffa;
    margin-bottom: 5px;
}

.input-group-prepend {
    width: 100%;
}

.form-text {
    border: none;
    width: 100%;
    height: 200px;
    background-color: #eaeffa;
    border-radius: 0;
    border: 1px solid #eaeffa;
}

    .form-text #mesajAlani {
        width: 100%;
        height: 100%;
        padding: 15px;
       /* border: 1px solid #eaeffa;*/
        background-color: #eaeffa;
    }

.btn-primary-form {
    background-color: #19a9e0;
    border-radius: 40px;
    color: #fff;
    padding: 10px 40px;
    border: 0;
}

.modal-trigger {
    cursor: pointer;
    color: #44aee2;
    font-weight: bold;
}

.content-area-white label.form-check-label {
    font-weight: 500;
}

/***==FORM CSS END==****/

/**SCROLLTOP CSS START*/
.scrollTop {
    position: fixed;
    right: 7%;
    bottom: 10px;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    width: 50px;
    height: 50px;
    cursor: pointer;
    border-radius: 50%;
    opacity: 0.5;
    z-index: 999;
}

    .scrollTop:hover {
        opacity: 1 !important;
    }

.pulseBtn {
    -webkit-box-shadow: 0 0 0 0 rgba(88, 120, 243, 0.4);
    box-shadow: 0 0 0 0 rgba(88, 120, 243, 0.4);
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
}

@media(max-width: 575px) {
    .scrollTop {
        width: 55px;
        height: 55px;
        right: 30px;
        bottom: 80px;
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(88, 120, 243, 1);
        box-shadow: 0 0 0 0 rgba(88, 120, 243, 1);
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(88, 120, 243, 0);
        box-shadow: 0 0 0 10px rgba(88, 120, 243, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 50px rgba(88, 120, 243, 0);
        box-shadow: 0 0 0 50px rgba(88, 120, 243, 0);
    }
}

@keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(88, 120, 243, 1);
        box-shadow: 0 0 0 0 rgba(88, 120, 243, 1);
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(88, 120, 243, 0);
        box-shadow: 0 0 0 10px rgba(88, 120, 243, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 50px rgba(88, 120, 243, 0);
        box-shadow: 0 0 0 50px rgba(88, 120, 243, 0);
    }
}
/**SCROLLTOP CSS END*/

/**RESPONSIVE VIDEO CSS START*/
#play-video svg {
    position: absolute;
    left: -30px;
    top: -30px;
    width: 140px;
    height: 140px;
}

.video-play-button {
    cursor: pointer;
}

.video-overlay {
    position: fixed;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.80);
    opacity: 0;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}

    .video-overlay.open {
        position: fixed;
        z-index: 1000;
        opacity: 1;
    }

.video-overlay-close {
    position: absolute;
    z-index: 1000;
    top: 15px;
    right: 20px;
    font-size: 36px;
    line-height: 1;
    font-weight: 400;
    color: #fff !important;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
}

    .video-overlay-close:hover {
        color: #fa183d;
    }

.video-overlay video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    /* width: 90%; */
    /* height: auto; */
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.75);
    box-shadow: 0 0 15px rgba(0,0,0,0.75);
}
/*****==YOUTUBE POPUP RESPONSIVE ==**********/
.youtube-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
}

    .youtube-container video {
        position: absolute;
        top: 40%;
        left: 50%;
        width: 50%;
        height: 50%;
        border: 0;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }

@media(max-width:991px) {
    .youtube-container {
        padding-bottom: 90%;
    }

        .youtube-container video {
            top: 40%;
            width: 80%;
        }
}

@media(max-width:575px) {
    .youtube-container {
        padding-bottom: 100%;
    }

        .youtube-container video {
            top: 80%;
            width: 90%;
        }
}
/**RESPONSIVE VIDEO CSS END*/


/**NAVBAR START*/
.ar-menu {
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

    .ar-menu.fixed-top {
        -webkit-transition: all 0.35s ease;
        -o-transition: all 0.35s ease;
        transition: all 0.35s ease;
    }

@media(max-width: 1400px) {
    .ar-menu.fixed-top {
        padding-top: 10px;
    }
}

@media(min-width:991px) {
    ul.navbar-nav {
        /*     height: 50px;
        line-height: 80px;*/
    }

    .langselect {
        margin-top: 17px;
    }

    .navbar-nav .nav-link {
        position: relative;
        /*height: 70px;*/
    }

        .navbar-nav .nav-link:before {
            -webkit-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
            position: absolute;
            bottom: 0;
            background: #db6449;
            height: 2px;
            width: 0;
            left: 8px;
            right: 0;
            content: "";
        }

        .navbar-nav .nav-link:hover:before {
            -webkit-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
            position: absolute;
            bottom: 0;
            background: #db6449;
            height: 2px;
            width: 90%;
            left: 8px;
            right: 0;
            content: "";
            z-index: 99;
        }

    .dropdown-item {
        height: 50px;
        line-height: 50px;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        margin-top: 20px;
    }
}

/**NAVBAR END*/

/**REFERENCE SLIDER START*/
#reference-slider .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

#reference-slider .swiper-slide {
    width: 300px;
    text-align: center;
    font-size: 33px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding: 0 50px;
}
/**REFERENCE SLIDER END*/


/**PLATFORM AREA START*/
section.platform-area {
    background: rgb(128 128 128 / 9%);
}

@media(max-width: 1200px) {
    section.platform-area {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media(max-width: 768px) {
    section.platform-area {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .platform-area .swiper.cardSlider {
        margin-bottom: 0px;
    }
}
/**PLATFORM AREA END*/

.counter-area .arena-title {
    font-size: 46px;
    font-weight: 900;
    margin-top: 50px;
    margin-bottom: 50px !important;
}

.footer-bottom-nav li {
    display: inline-block;
}

#navbarSupportedContent {
    background: white;
    /*   padding-left: 20px;
    padding-bottom: 20px;*/
}


@media(max-width:575px) {
    .ar-menu.fixed-top, .navbar {
        padding: 0;
        padding-top: 10px;
    }

    .navbar-brand {
        margin-left: 20px;
    }

    .footer-bottom-nav {
        text-align: center;
    }

    .footer-bottom ul li a, .footer-bottom p, .footer-bottom a {
        text-align: center;
    }
}

section.platform-area.rpa-use-footertop {
    background: transparent;
}

/**SHINE EFFECT START*/
.shine {
    position: relative;
    overflow: hidden;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.8s ease-out;
    transition: -webkit-transform 0.8s ease-out;
    -o-transition: transform 0.8s ease-out;
    transition: transform 0.8s ease-out;
    transition: transform 0.8s ease-out, -webkit-transform 0.8s ease-out;
}

    .shine img {
        -webkit-transition: -webkit-transform 0.3s ease-out;
        transition: -webkit-transform 0.3s ease-out;
        -o-transition: transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
        transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    }

@media(min-width:768px) {
    .shine:hover img {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
        -webkit-transition: -webkit-transform .3s ease-out;
        transition: -webkit-transform .3s ease-out;
        -o-transition: transform .3s ease-out;
        transition: transform .3s ease-out;
        transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    }
}

.shine::before {
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    content: "";
    display: block;
    height: 100%;
    left: -75%;
    position: absolute;
    top: 0;
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    width: 80%;
    z-index: 2;
}

.shine:hover::before, .shine:focus::before {
    -webkit-animation: shine 0.85s;
    animation: shine 0.85s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}
/**SHINE EFFECT END*/

/**BANNER START*/
.banner-area {
    background-color: #262564;
    background-size: cover;
    height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    position: relative;
    overflow: hidden;
    background-size: cover;
}

    .banner-area:before {
        position: absolute;
        content: "";
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        top: 0;
        background: rgba(10, 29, 83, 0.7);
    }

.banner-title {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.cp-image-box {
    width: 264px;
    height: 264px;
    margin: 0 auto;
    background: #FFF;
    border-radius: 15px;
    cursor: pointer;
}

@media(max-width: 575px) {
    .banner-area {
        background-position: center center;
    }
}
/**BANNER END*/
/**CATEGORY PAGE START*/
.box-contact a {
    color: #212529;
}

    .box-contact a:hover {
        color: #db6449;
    }

.cp-image-box {
    overflow: hidden;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}

    .cp-image-box:hover {
        --border-radius: 20px 20px 20px 20px;
        --border-top-left-radius: 20px;
        --border-top-right-radius: 20px;
        --border-bottom-right-radius: 20px;
        --border-bottom-left-radius: 20px;
        -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }





.mh-1000 {
    min-height: 1000px;
    height: auto;
}
/**CATEGORY PAGE END*/

/**preloader start*/
.overlay {
    position: absolute;
    background-color: white;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
}

    .overlay div {
        position: relative;
        z-index: 10;
        top: 40%;
        left: 50%;
    }

.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .lds-ring div {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        position: absolute;
        width: 64px;
        height: 64px;
        margin: 8px;
        border: 8px solid #fff;
        border-radius: 50%;
        -webkit-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        border-color: #fff transparent transparent transparent;
    }

        .lds-ring div:nth-child(1) {
            -webkit-animation-delay: -0.45s;
            animation-delay: -0.45s;
        }

        .lds-ring div:nth-child(2) {
            -webkit-animation-delay: -0.3s;
            animation-delay: -0.3s;
        }

        .lds-ring div:nth-child(3) {
            -webkit-animation-delay: -0.15s;
            animation-delay: -0.15s;
        }

@-webkit-keyframes lds-ring {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes lds-ring {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/**preloader end*/


div#main-slider {
    margin-top: 110px;
}

.pt-180 {
    padding-top: 180px;
}

.mt-110 {
    margin-top: 110px;
}

.pt-80 {
    padding-top: 80px;
}

@media(max-width: 575px) {
    .mt-xs-5 {
        margin-top: 40px !important;
    }

    .mb-xs-5 {
        margin-bottom: 40px !important;
    }

    .mt-xs-4 {
        margin-top: 20px !important;
    }

    .mb-xs-4 {
        margin-bottom: 20px !important;
    }

    .pt-200 {
        margin-top: 100px !important;
    }

    .banner-title {
        text-align: center;
        width: 100%;
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    .order-xs-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-xs-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-xs-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-xs-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
}



@media (min-width:575px) and (max-width:991px) {
    .colm-double {
        padding-top: 30px;
    }
}

@media(max-width:575px) {
    .navbar-nav .dropdown-menu {
        position: static;
        float: none;
        margin-top: 20px;
        width: 95%;
    }
}

.feature-img-box {
    position: relative;
}

/*.video-bg {
    padding: 60px 30px;
    border-radius: 10px;
    background: #f8f6f4;
}

    .video-bg video {
        border-radius: 5px;
    }

    .video-bg.first {
        margin-top: 20px;
    }*/

@media(min-width: 991px) {
    .video-bg {
        margin-top: 10px;
    }

    .navbar {
        padding-left: 3px;
    }
}
@media screen and (orientation: landscape) and (min-width: 375px) and (max-width: 991px) {
    #navbarSupportedContent {
        /*padding: 40px;*/
        max-height: 250px;
        overflow-y: scroll;
        padding-bottom: 30px;
    }
}

@media(max-width: 991px) {
    .navbar {
        width: 100%;
        padding-left: 0px;
    }

    .navbar-brand {
        margin-left: 40px;
    }

    .langselect2.pull-right {
        line-height: inherit !important;
    }

    

    ul.navbar-nav.mr-auto {
        margin-top: 40px;
        margin-left: 40px;
    }

    ul.navbar-nav.ml-auto.navbar-right {
        margin-left: 40px;
        margin-bottom: 20px;
    }


        ul.navbar-nav.ml-auto.navbar-right li {
            margin-bottom: 10px;
        }
}


.alert-success {
    background: linear-gradient(35deg, rgba(205,93,112,1) 0%, rgba(119,94,165,1) 20%, rgba(60,77,131,1) 69%, rgba(60,138,168,1) 87%);
    color: #fff;
}

@media (min-width:575px) and (max-width:767px) {
    ul.footer-bottom-nav, p.ft-copy {
        text-align: center;
    }
}


.input-group-prepend {
    display: block;
}
.form-control.is-invalid {
    border-color: red !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") !important;
}
@media(min-width:768px) {
    .footer-yerli-logo {
        margin: 0 auto;
        display: block;
    }
}
@media(max-width:768px)
{
    .lang-select-list{
        padding:0;
    }
}
input[type="checkbox"].is-invalid {
    box-shadow: 0px 0px 0px 1px rgba(255,0,0,1);
}
