
.headerLoginButtonWeb {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    border: 2px solid #ffffff;
    border-radius: 96px;
    padding: 15px 15px;
    --c: no-repeat linear-gradient(#fff 0 0);
    background: var(--c) calc(-100% + var(--i, 0) * 100%) 100% / 50% calc(100% * var(--i, 0) + .08em), var(--c) calc( 200% - var(--i, 0) * 100%) 0 / 50% calc(100% * var(--i, 0) + .08em);
    transition: .3s calc(var(--i, 0) * .3s), background-position .3s calc(.3s - var(--i, 0) * .3s);
}

.headerLoginButtonWeb .img1, .img2 {
    margin-left: 15px;
}

.headerLoginButtonWeb:hover {
    --i: 1;
    color: #143299;
    border-color: white;
}

.headerLoginButtonWeb .img2 {
    display: none;
}

.headerLoginButtonWeb:hover .img2 {
    display: inline;
}

.headerLoginButtonWeb:hover .img1 {
    display: none;
}

.sliderButtonWeb {
    color: white;
    font-weight: 300;
    line-height: 22.4px;
    font-size: 14px;
    background: rgba(217, 217, 217, 0.38);
    backdrop-filter: blur(8px);
    border-radius: 100px;
    padding: 10px 15px;
    padding-right: 10px !important;
    overflow: hidden;
    position: relative;
    transition: transform .5s;
}

.sliderButtonWeb:hover {
    border-color: #143299;
    background: rgba(20, 50, 153, 0.38);
    transform: scale(1.1);
}

.headerSearchWeb {
    border: 2px solid #ffffff;
    border-radius: 100%;
    padding: 14px 17px;
    margin-left: 25px;
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

    .headerSearchWeb i {
        width: 18px;
        color: white;
    }

    .headerSearchWeb:hover {
        background-color: #37acde;
        border-color: #37acde;
    }

.hamburgerMenuButton {
    margin-left: 25px;
    padding: 10px 0px;
}

    .hamburgerMenuButton:hover {
        border-radius: 100%;
    }

.carousel-item {
    height: 100vh;
    min-height: 350px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.sliderContent {
    float: left;
    text-align: left;
    position: absolute;
    margin: 0;
    color: white;
    left: 70%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100% !important;
}

    .sliderContent h1 {
        color: #ffffff;
        font-size: 50px;
        line-height: 66px;
        font-weight: 400;
    }

.sliderButton_imgBg {
    position: relative;
    margin-top: 30px;
}

    .sliderButton_imgBg a {
        color: white;
        font-weight: 300;
        line-height: 22.4px;
        font-size: 14px;
        background: rgba(217, 217, 217, 0.38);
        backdrop-filter: blur(8px);
        border-radius: 100px;
        padding: 10px 15px;
        padding-right: 10px !important;
        overflow: hidden;
        position: relative;
    }

        .sliderButton_imgBg a img {
            margin-left: 10px;
            margin-top: -2px;
        }

.controls {
    z-index: 5;
    float: left;
    position: absolute;
    margin: 0;
    color: white;
    left: 20%;
    bottom: 10%;
}

.slider_control_button {
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    width: 67px;
    height: 67px;
    line-height: 60px;
    text-align: center;
    border-radius: 100%;
    border: 3px solid #ffffff;
    float: left;
}

    .slider_control_button:nth-child(2) {
        margin-left: 20px;
    }

.interactiveBannerSlider {
    float: right;
    text-align: left;
    position: absolute;
    margin: 0;
    color: white;
    left: 60%;
    top: 30%;
    transform: translate(-50%, -50%);
    width: 30% !important;
    z-index:3;
}


.WebMenu {
    width: 100%;
    height: 100% !important;
    /*    background-color: white;*/
    background: radial-gradient(106.35% 106.35% at 73.14% -6.35%, #0040A9 0%, rgba(87, 181, 237, 0.3) 100%);
    position: fixed;
    z-index: 999999;
    display: none;
}

    .WebMenu .inner {
        text-align: center;
        height: 100vh;
        background-position: right top;
        background-repeat: no-repeat;
    }

        .WebMenu .inner ul {
            list-style-type: none;
            margin: 0;
            padding: 0;
            margin-top: 50px;
        }

        .WebMenu .inner .leftInner {
            background-color: #2EBFFD;
            padding: 50px;
        }

        .WebMenu .inner ul li a {
            font-size: 20px;
            font-weight: 300;
            line-height: 34px;
            padding: 15px 0px;
            display: block;
            color: white;
        }

            .WebMenu .inner ul li a:focus, .WebMenu .inner ul li a:hover {
                font-weight: 700;
                color: #143199;
            }

        .WebMenu .inner .rightInner {
            background-color: #143199;
            height: 100vh;
        }

.rightInner ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-top: 158px !important;
}

    .rightInner ul li a {
        display: block;
        font-weight: 600 !important;
        font-size: 17px !important;
        color: white;
        padding: 6px 15px !important;
    }

        .rightInner ul li a:hover {
            color: #2EBFFF !important;
        }

.rightInner ul {
    display: none;
}

.rightInner {
    display: none;
    /*background-image: url('../assets/img/webmenu_bg.svg');*/
    background-position: right top;
    background-repeat: no-repeat;
}

.WebMenu .contentRight {
    padding: 50px 100px;
}

    .WebMenu .contentRight h3 {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 40px;
        color: #071033;
    }

    .WebMenu .contentRight h4 {
        font-weight: 600;
        font-size: 16px;
        margin: 0;
        padding: 0;
        margin-bottom: 5px;
        color: #071033;
    }

    .WebMenu .contentRight p {
        font-size: 14px;
        margin: 0;
        color: #071033;
    }

    .WebMenu .contentRight .socials {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        .WebMenu .contentRight .socials li {
            cursor: pointer;
            float: left;
            margin-right: 20px;
            width: 40px;
            height: 40px;
            line-height: 40px;
            border: 1px solid #2EBFFD;
            border-radius: 100%;
            text-align: center;
        }

            .WebMenu .contentRight .socials li a {
                color: #2EBFFD;
            }

    .WebMenu .contentRight h2 {
        font-weight: 300;
        color: #143199;
        font-size: 22px;
        margin-top: 100px;
    }

.detailButtonwebMenu {
    padding: 20px 30px;
    color: white;
    background-color: #2EBFFD;
    font-weight: 600;
    position: absolute;
    bottom: 0;
    right: 0;
}

.megamenubanner {
    width: 100%;
    height: 390px;
    background-repeat: no-repeat;
    background-image: url('../assets/img/webMenuBanner.jpg');
    background-size: 100%;
    background-position: bottom center;
    position: absolute;
    bottom: 0;
}

.closeWebMenu {
    float: right;
    width: 40px;
    cursor: pointer;
    margin:10px;
}

.phoneBanner {
    background: linear-gradient(180deg, #FFFFFF 0%, #EFF0F5 100%);
    padding-top: 150px;
    padding-bottom: 100px;
    position: relative;
    overflow: hidden;
}

    .phoneBanner .title {
        font-size: 40px;
        color: #143199;
        font-weight: 300;
        background: linear-gradient(90.75deg, #2EBFFD 9.66%, #E83C3C 72.05%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
        background-size: 200% 400%;
        animation: gradient 15s ease infinite;
    }

.control_left:hover, .control_right:hover {
    background-color: #37acde;
    border-color: #37acde;
}

.phoneBanner .subtitle {
    font-weight: 600;
    font-size: 22px;
    line-height: 31px;
    color: #143199;
    margin-top: 45px;
}

.btn-light-blue {
    padding: 16px 24px;
    background: #2EBFFD;
    border-radius: 80px;
    color: white;
    font-size: 16px;
    line-height: 30px;
}

    .btn-light-blue img {
        float: right;
        margin-left: 70px;
    }

    .btn-light-blue:hover {
        background-color: #143299;
        color: white;
    }

.btn-white-blue {
    padding: 16px 24px;
    background: #ffffff;
    border-radius: 80px;
    color: #2EBFFD;
    font-size: 16px;
    transition: transform .5s;
    line-height:28px;
}

    .btn-white-blue a {
        color: #2EBFFD;
        font-weight: 500;
    }

    .btn-white-blue img {
        float: right;
        margin-left: 70px;
    }

    .btn-white-blue:hover {
        transform: scale(1.1);
    }

.btn-dark {
    padding: 16px 24px;
    background: #071033;
    position: relative;
    border-radius: 80px;
    color: white;
    font-size: 16px;
    line-height:28px;
}

    .btn-dark img {
        float: right;
        margin-left: 70px;
    }

    .btn-dark:hover {
        background-color: #2ebffd;
        border-color: #2ebffd;
    }

.btn-transparent {
    padding: 16px 24px;
    border-radius: 80px;
    color: #071033;
    font-weight: 700;
    font-size: 14px;
    padding-left: 0px;
    transform: scale(1); /* you need a scale here to allow it to transition in both directions */
    transition: 0.15s all ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    line-height:28px;
}

    .btn-transparent img {
        float: right;
        margin-left: 30px;
        margin-top: -3px;
    }

    .btn-transparent:hover {
        border: 1px solid #143199;
        padding-left: 20px;
    }

.homeCounter {
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
}

    .homeCounter .inBox {
        background-color: white;
        width: 100%;
        float: right;
        overflow: hidden;
        /*padding-left: 40px;*/
        margin-top:40px !important;
    }

        .homeCounter .inBox h1 {
            font-weight: 300;
            font-size: 40px;
            border-bottom: 1px solid #c2c5cf;
            padding-bottom: 40px;
        }

            .homeCounter .inBox h1 b {
                font-weight: 600;
            }

.homeCounterTop {
    width: 90%;
    float: right;
    margin-top: -50px;
    position: relative;
    overflow: hidden;
    background-color: white;
    height: 50px;
    display: initial;
    z-index: 9;
}

.gradientTitle {
    background: linear-gradient(90.75deg, #2EBFFD 9.66%, #E83C3C 72.05%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    /*
    background-size: 100% 300%;
    animation: gradient 15s ease infinite;
    */
}

.homeCounter h2 {
    font-size: 28px !important;
    font-weight: 300 !important;
    color: #071033;
    margin-top: 40px;
    margin-bottom: 40px;
}

.homeCounter .counterItem h1 {
    font-size: 50px;
    line-height: 66px;
    font-weight: 700;
    margin-top: 15px;
    padding-bottom: 20px;
    border: none;
    color: #143199 !important;
    animation: none !important;
}

.homeCounter .counterItem h5 {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #143199;
}

.homeProfile {
    background-color: white;
    position: relative;
    overflow: visible;
/*    padding-bottom: 100px;*/
}

.number_title {
    font-size: 22px;
    line-height: 26px;
    color: #2EBFFD;
    font-weight: 600;
    border-top: 1px solid #c2c5cf;
    padding-top: 25px;
}

    .number_title span {
        font-size: 13px !important;
        width: 30px;
        position: relative;
        font-weight: 300;
        float: left;
        margin-top: -4px;
    }

.homeProfile .title {
    color: #071033;
    font-size: 32px;
    font-weight: 300;
    line-height: 45px;
}

    .homeProfile .title b {
        font-weight: 600;
    }

.homeProfile p {
    color: #505A80;
    font-size: 18px;
    line-height: 160%;
    font-weight: 300;
    margin-top: 70px !important;
    text-align: justify;
}

.homeStudy {
    background-color: #143199;
    position: relative;
    overflow: hidden;
    padding-top: 70px;
    /*background: linear-gradient(-45deg, #e73c7e, #EB5757, #23a6d5, #e73c7e);
        background-size: 400% 400%;
        animation: gradient 35s ease infinite;
        background-attachment: fixed;
        */
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.homeStudy .owl-theme .owl-nav [class*=owl-] {
    color: #071033;
    /*background-color: white;*/
}

    .homeStudy .owl-theme .owl-nav [class*=owl-]:hover {
        background-color: #EFF0F5 !important;
        color: #143199 !important;
        -moz-transition: all .2s ease-in;
        -webkit-transition: all .2s ease-in;
        -o-transition: all .2s ease-in;
        transition: all .2s ease-in;
    }

.homeStudy .title {
    font-weight: 300;
    color: white;
    font-size: 40px;
}

.homeStudy #studyCarousel .content {
    margin-top: 10px;
}

.homeStudy #studyCarousel h5 {
    font-size: 15px;
    font-weight: 600;
    color: white;
}

.homeStudy #studyCarousel h6 {
    font-size: 18px;
    font-weight: 600;
    color: white;
    transition: color .5s ease;
}

#studyCarousel .item:hover h6 {
    color: #2EBFFD !important;
}

.homeStudy .owl-dots {
    /* display: none; */
    float: left;
    bottom: 10px;
    position: absolute;
}

.homeStudy #studyCarousel .owl-nav {
    position: absolute;
    right: 0;
    background-color: white;
    width: auto;
    padding-right: 150px;
    bottom: 0;
}

.homeStudy .nav-button {
    width: 50px;
    height: 50px;
    background-color: red;
    padding: 0;
    margin: -5px !important;
    text-align: center;
    line-height: 42px;
    border-radius: 0 !important;
}

.homeStudy .studyPrev {
    /* background-color: #EFF0F5 !important; */
}

.homeStudy .studyNext {
    background-color: white !important;
}

.homeDepartments {
    background-color: #ffffff;
    position: unset;
    padding-top: 50px;
    background-image: url('../assets/img/home_departments_bg.png');
    background-size: cover;
    background-position: center center;
}

    .homeDepartments .banner {
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px;
    }

    .leftBorderedImg {
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px;
    }

    .homeDepartments .title {
        color: #071033;
        background: linear-gradient(90.75deg, #2EBFFD 9.66%, #E83C3C 72.05%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
        font-size: 32px;
        line-height: 45px;
        font-weight: 300;
        background-size: 200% 400%;
        animation: gradient 15s ease infinite;
    }

    .homeDepartments .accordion {
        /* border-top: 1px solid #071033; */
    }

    .homeDepartments .accordion-button {
        background-color: transparent;
    /*    padding-left: 0px !important;*/
        color: #2EBFFD;
    }

    .homeDepartments .accordion-item {
        background-color: transparent;
        border: none;
        border-bottom: 1px solid #2ebffd;
        padding: 20px 0px;
        border-radius: 0;
        padding-bottom: 0px;
    }

.accordion-button:focus {
    border: 0 !important;
    box-shadow: none;
}

.accordion-button:not(.collapsed), .accordion-button {
    color: #143199;
    font-weight: 700;
    box-shadow: none;
    font-size: 22px;
}

.accordion-body {
    margin-bottom: 30px;
    /*margin-top: 20px;*/
    color: #133199;
}

.accordion-button::after {
    background-image: url('../assets/img/icons/accordion_plus.svg');
    width: 30px;
    height: 30px;
    background-size: 30px;
}

.accordion-button:not(.collapsed)::after {
    background-image: url('../assets/img/icons/accordion_close.svg');
    width: 30px;
    height: 30px;
    background-size: 30px;
}

.homeTeams {
    background-image: url('../assets/img/home_team_bg.jpg');
    background-attachment: fixed;
    background-color: #ffffff;
    position: relative;
    padding-top: 50px;
    background-size: cover;
    background-position: top center;
}

    .homeTeams .bannerTitle {
        font-weight: 300;
    }

    .homeTeams .bannerTitle {
        font-size: 32px !important;
    }

        .homeTeams .bannerTitle b {
            font-weight: 600 !important;
            font-size: 32px !important;
            line-height: 45px;
        }

    .homeTeams .teamP {
        font-size: 16px;
        color: #071033;
    }

    .homeTeams .teamItem {
        cursor: pointer;
    }

        .homeTeams .teamItem .info {
            border-left: 1px solid #606C99;
            padding: 0px 20px;
            margin-top: 20px;
            -webkit-transition: border 500ms ease-out;
            -moz-transition: border 500ms ease-out;
            -o-transition: border 500ms ease-out;
        }

        .homeTeams .teamItem b {
            font-size: 17px;
            font-weight: 600;
            line-height: 29px;
        }

        .homeTeams .teamItem p {
            color: #505A80;
            font-size: 13px;
            line-height: 17px;
            font-weight: 300;
        }

        .homeTeams .teamItem .item:hover {
            box-shadow: 0px 44px 48px rgba(20, 49, 153, 0.12);
        }

        .homeTeams .teamItem:hover .socialLinks {
            display: block;
        }

    .homeTeams .infoBox {
        -moz-transition: all 1.2s ease-in;
        -webkit-transition: all 1.2s ease-in;
        -o-transition: all 1.2s ease-in;
        transition: all 1.2s ease-in;
    }

    .homeTeams .teamItem:hover .infoBox {
        background-color: white;
        padding-bototm: 10px;
        overflow: hidden;
    }

    .homeTeams .teamItem:hover .info {
        border-color: white;
    }

    .homeTeams .teamItem .img img {
        width: 100%;
    }

    .homeTeams .teamItem .socialLinks {
        margin-top: -60px;
        display: none;
        transition: visibility 0s, opacity 0.5s linear;
    }

        .homeTeams .teamItem .socialLinks ul {
            list-style-type: none;
            margin: 0;
            padding: 0;
        }

            .homeTeams .teamItem .socialLinks ul li {
                color: white;
                font-weight: 600;
                font-size: 13px;
                width: 100%;
                position: relative;
                overflow: hidden;
                padding: 16px 40px;
                line-height: 28px;
            }

            .homeTeams .teamItem .socialLinks ul .identity {
                background-color: #EB5757;
            }

            .homeTeams .teamItem .socialLinks ul .linkedin {
                background-color: #143199;
            }

        .homeTeams .teamItem .socialLinks li a {
            color: white;
            width: 100% !important;
        }

            .homeTeams .teamItem .socialLinks li a img {
                float: right;
            }

.homeInstant {
    background-image: url('../assets/img/instant_bg.jpeg');
    background-size: 100%;
    background-position: top center;
    padding-top: 70px;
    position: relative;
    overflow: hidden;
    background-attachment: fixed;
    background-size: cover;
}

    .homeInstant .title {
        color: white;
        font-weight: 300;
        font-size: 30px;
        line-height: 44px;
    }

    .homeInstant #owlInstant .item .imageBg {
        background-color: #EEF2FF;
        padding: 90px 0px;
    }

        .homeInstant #owlInstant .item .imageBg img {
            width: 89%;
            margin: 0 auto;
        }

    .homeInstant #owlInstant .item .carouselContent {
        background-color: white;
        padding: 99.5px;
    }

        .homeInstant #owlInstant .item .carouselContent .date {
            color: #505A80;
            font-weight: 300;
            font-size: 14px;
        }

            .homeInstant #owlInstant .item .carouselContent .date b {
                font-weight: 600;
            }

        .homeInstant #owlInstant .item .carouselContent .title {
            font-weight: 700;
            font-size: 28px;
            color: #071033;
            line-height: 40px;
        }

.paragraph {
    color: #505A80;
    font-weight: 300;
    font-size: 18px;
}

.btn-white-bg-blue-color {
    color: #2EBFFD;
    font-weight: 600;
}

    .btn-white-bg-blue-color img {
        display: initial !important;
        margin-left: 20px;
    }

.homeInstant .owl-nav {
    float: right;
    margin-top: -597px;
    line-height: 113px;
    width: 241px;
    position: relative;
}

    .homeInstant .owl-nav .InstantPrev {
        width: 121px;
        height: 121px;
        background-color: rgba(224,224,224, .4);
        border-radius: 0;
        margin-top: 0;
        margin-bottom: -4px;
        -webkit-transition: background-color 100ms linear;
        -moz-transition: background-color 100ms linear;
        -o-transition: background-color 100ms linear;
        -ms-transition: background-color 100ms linear;
        transition: background-color 100ms linear;
    }

        .homeInstant .owl-nav .InstantPrev:hover i, .homeInstant .owl-nav .InstantNext:hover i {
            color: #143199 !important;
        }

        .homeInstant .owl-nav .InstantPrev:hover, .homeInstant .owl-nav .InstantNext:hover {
            background-color: white !important;
        }

    .homeInstant .owl-nav .owl-prev {
        margin-bottom: -1px;
    }

    .homeInstant .owl-nav .owl-next {
        margin-top: 0px !important;
    }

    .homeInstant .owl-nav .InstantNext {
        width: 121px;
        height: 121px;
        background-color: rgba(224,224, 224, .4);
        border-radius: 0;
        -webkit-transition: background-color 100ms linear;
        -moz-transition: background-color 100ms linear;
        -o-transition: background-color 100ms linear;
        -ms-transition: background-color 100ms linear;
        transition: background-color 100ms linear;
    }

.homeInstant .owl-dots {
    position: relative;
    float: right;
    width: 111px;
    margin-top: -106px;
}

    .homeInstant .owl-dots .owl-dot {
        display: block;
        margin: 0 auto;
    }

.homeInstant .owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    background-color: #acaeae;
}

.homeInstant .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: white;
}

.owl-theme .owl-nav [class*=owl-] {
    margin: 0 !important;
    border-radius: 0px !important;
}

    .owl-theme .owl-nav [class*=owl-]:hover {
        background: transparent;
    }

.homeTestimonials {
    background-color: #f0f1f5;
    position: relative;
    overflow: hidden;
    padding-bottom: 35px;
    background-image: url('../assets/img/testimonial_bg.png');
    background-position: left bottom;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

    .homeTestimonials .title {
        color: #071033;
        font-size: 30px;
        line-height: 45px;
        font-weight: 300;
    }

    .homeTestimonials .owl-carousel .item p {
        color: #071033;
        font-size: 21px;
        font-weight: 500;
    }

    .homeTestimonials .owl-carousel .item .man {
        /*
    width: 170px;
    height: 80px;
    */
    }

    .homeTestimonials .owl-carousel .item b {
        font-weight: 700;
        font-size: 16px;
        margin-bottom: 10px;
        line-height: 160%;
        width: 100%;
    }

    .homeTestimonials .owl-carousel .item div span:first-child {
        margin-top: 20px;
    }

    .homeTestimonials .owl-carousel .item div small {
        color: #505A80;
        font-weight: 300;
        line-height: 160%;
        font-size: 14px;
    }

footer {
    background-color: #143199;
    padding: 100px 0px;
}

    footer .footerTop {
        padding-bottom: 80px;
        border-bottom: 1px solid #fff;
        margin-bottom: 100px;
    }

        footer .footerTop h1 {
            color: white;
            font-size: 50px;
            font-weight: 400;
            line-height: 66px;
        }

        footer .footerTop .bulletinTitle {
            font-size: 16px;
            color: white;
            font-weight: 300;
        }

        footer .footerTop .bulletinFormElement {
            border-radius: 0px !important;
            border: none;
            background: transparent;
            border-bottom: 1px solid #FFFFFF;
            font-weight: 700;
            font-size: 22px;
            padding: 10px 0px;
            color: #fff;
            width: 100%;
        }

input:focus {
    outline: none !important;
    box-shadow: none !important;
}

footer .footerTop .bulletinFormElement::placeholder {
    color: white;
    opacity: 1;
}

footer .footerTop .bulletinFormElement:-ms-input-placeholder {
    color: white;
}

footer .footerTop .bulletinFormElement::-ms-input-placeholder {
    color: white;
}

footer .footerTop .btn-white-blue {
    font-weight: 600;
    color: #143199;
    margin-top: -9px !important;
}

footer .footerBottom h3 {
    font-weight: 200;
    font-size: 28px;
    color: white;
    padding-left: 30px;
    margin-top: 40px;
}

    footer .footerBottom h3 b {
        font-weight: 500;
    }

footer .footerBottom .partners h5 {
    color: white;
    margin-bottom: 25px;
}

footer .footerBottom .partners p {
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    color: white;
    margin-bottom: 0px;
}

    footer .footerBottom .partners p b {
        font-weight: 500;
    }

footer .footerBottom .portfolio ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    footer .footerBottom .portfolio ul li {
        margin-bottom: 23px;
    }

        footer .footerBottom .portfolio ul li a {
            font-weight: 400;
            color: white;
            font-size: 18px;
        }

footer .footerBottom .portfolio .first a {
    /* color: #2EBFFD !important; */
}

footer .footerEnd {
    margin-top: 150px;
}

    footer .footerEnd p {
        font-size: 14px;
        color: white;
        font-weight: lighter;
    }

    footer .footerEnd ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        float: right;
        margin-top: -10px;
    }

        footer .footerEnd ul li {
            float: left;
            margin: 0px 10px;
            width: 45px;
            height: 45px;
            border: 1px solid white;
            border-radius: 100%;
            text-align: center;
            line-height: 45px;
            cursor: pointer;
            -webkit-transition: background-color 1000ms linear;
            -moz-transition: background-color 1000ms linear;
            -o-transition: background-color 1000ms linear;
            -ms-transition: background-color 1000ms linear;
            transition: background-color 1000ms linear;
        }

            footer .footerEnd ul li a {
                font-size: 20px;
                color: white;
            }

            footer .footerEnd ul li:hover {
                background-color: #2ec0fd;
            }

#sliderWeb {
    display: none;
}


.manifestosubTitle {
    /*border-left: 1px solid #606C99;*/
    padding-left: 100px;
}


#owlTestimonials .owl-nav {
    float: right;
}

    #owlTestimonials .owl-nav .nav-button {
        width: 70px;
        height: 70px;
        color: #143199;
        line-height: 64px;
        text-align: center;
        background-color: transparent;
        -webkit-transition: background-color 400ms linear;
        -moz-transition: background-color 400ms linear;
        -o-transition: background-color 400ms linear;
        -ms-transition: background-color 400ms linear;
        transition: background-color 400ms linear;
    }

#owlTestimonials .owl-dots {
    margin-top: 35px;
    float: left;
}

#owlTestimonials .owl-nav .nav-button:hover {
    background-color: white !important;
}

#owlTestimonials.owl-theme .owl-dots .owl-dot.active span, #owlTestimonials .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #143199;
}
























#studyCarousel .owl-stage {
    padding-left: 0px !important;
}

#menuMobile {
    position: absolute;
    z-index: 999;
    width: 100%;
    background-color: transparent !important;
    display: none;
    padding-top: 55px;
}

.togglerMobile {
    border: 1px solid white;
    border-radius: 100%;
    width: 33px;
    height: 33px;
    text-align: center;
}

.navbar-toggler:focus {
    box-shadow: none !important;
    outline: 0 !important;
}

.mobileMenuSearch {
    width: 33px;
    height: 33px;
    text-align: center;
    border: 1px solid white;
    border-radius: 100%;
    background-color: transparent;
}

.mobileMenuProfile {
    width: 33px;
    height: 33px;
    text-align: center;
    border: 1px solid white;
    border-radius: 100%;
    background-color: transparent;
}

.mobileMenuInner {
    height: 100vh;
    background-color: #32befc;
    width: 100%;
    padding-top: 10px;
}

    .mobileMenuInner .nav-link {
        font-size: 19px;
        font-weight: 300;
        line-height: 30px;
        color: white;
        padding: 13px 0px;
        padding-left: 40px;
    }

    .mobileMenuInner .show {
        font-weight: 700;
        color: #143199 !important;
    }

    .mobileMenuInner ul {
        background: transparent;
        border: none !important;
    }

    .mobileMenuInner .dropdown-toggle::after {
        display: none;
    }

    .mobileMenuInner .dropdown-item {
        color: #143199 !important;
        font-weight: 400 !important;
        padding-bottom: 10px;
        padding-left: 60px;
    }

#menuMobile .togglerMobile {
    background-image: url('../assets/img/icons/mobile_menu_close.svg') !important;
    background-position: center center;
    background-repeat: no-repeat;
}

#menuMobile .collapsed {
    background-image: url('../assets/img/icons/mobile_hamburger.svg?v=2') !important;
    background-size:cover !important;
}

.mobileMenuInner .dropdown-item:hover {
    background: transparent !important;
}

.mobileMenuSocialIcons li {
    float: left;
    width: 40px;
    height: 40px;
    /*position: relative;*/
    line-height: 40px;
    border: 1px solid white;
    border-radius: 100%;
    text-align: center;
    margin-right: 20px;
}

    .mobileMenuSocialIcons li a {
        font-size: 15px;
        color: white;
    }



.mobileSlideControl {
    bottom: 10%;
    position: absolute;
    padding-left: 50px;
}

    .mobileSlideControl button {
        border: none;
        background-color: transparent;
    }

.interactiveslider1 {
    background-image: none;
    background: linear-gradient(145.72deg, #2EBFFD 59.79%, #9295B1 79.07%, #FF685F 100%);
}


    .interactiveslider1 .leftCircle {
        background: radial-gradient(106.35% 106.35% at 73.14% -6.35%, #0040A9 0%, rgba(87, 181, 237, 0.3) 100%);
        backdrop-filter: blur(50px);
        transform: rotate(149.09deg);
        width: 1200px;
        height: 1200px;
        z-index: 3;
        /* transition: left .5s;  */
        left: -210px;
        border-radius: 100%;
        position: absolute;
        top: -240px;
    }

    .interactiveslider1 .rightCircle {
        background: linear-gradient(194.61deg, #2EBFFD -40.37%, #E64467 89.66%);
        width: 550px;
        height: 550px;
        border-radius: 100%;
        position: absolute;
        right: 15%;
        z-index: 2;
        bottom: 10%;
        /* transition: right .2s;*/
    }


.interactiveslider2 {
    background: linear-gradient(132.53deg, #C4C4C4 51.06%, #9295B1 76.33%, #FF685F 103.76%);
}

    .interactiveslider2 .leftCircle {
        background: radial-gradient(76.75% 76.75% at 70% 23.25%, rgba(255, 255, 255, 0.3) 0%, rgba(87, 181, 237, 0.3) 100%);
        backdrop-filter: blur(50px);
        transform: rotate(149.09deg);
        width: 1200px;
        height: 1200px;
        z-index: 3;
        /* transition: left .5s;  */
        left: -210px;
        border-radius: 100%;
        position: absolute;
        top: -240px;
    }

    .interactiveslider2 .rightCircle {
        background: linear-gradient(194.61deg, #2EBFFD -40.37%, #E64467 89.66%);
        width: 550px;
        height: 550px;
        border-radius: 100%;
        position: absolute;
        right: 15%;
        z-index: 2;
        bottom: 10%;
        /* transition: right .2s;*/
    }

    .interactiveslider2 .leftBottomCircle {
        background: radial-gradient(76.75% 76.75% at 70% 23.25%, rgba(231, 206, 74, 0.4) 0%, rgba(230, 68, 103, 0.4) 100%);
        width: 350px;
        height: 350px;
        border-radius: 100%;
        position: absolute;
        left: 2%;
        z-index: 2;
        bottom: 10%;
        /* transition: right .2s;*/
    }

footer {
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
}


.innerPageTop {
    background-color: #143199;
    padding: 200px 0px 50px 0px;
    width: 100%;
    background-image: url('../assets/img/detail_top_bg_2.jpg');
    background-size: 100%;
    background-attachment: fixed;
    background-position: bottom center;
    background-size: cover;
    color: white;
}

    .innerPageTop h1 {
        width: 70%;
        margin-top: 25px;
    }

    .innerPageTop .backButton {
        color: white;
        font-size: 20px;
        color: white;
        margin-bottom: 10px;
    }

    .innerPageTop .backButton img {
        margin-right: 10px;
        margin-top: -3px;
    }

    .innerPageTop ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    .socialShare ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    .socialShare ul li {
        float: left;
        width: 40px;
        text-align: center;
        height: 40px;
        line-height: 40px;
        border: 1px solid white;
        border-radius: 100%;
        margin-right: 10px;
        cursor: pointer;
        -webkit-transition: background-color 500ms linear;
        -moz-transition: background-color 500ms linear;
        -o-transition: background-color 500ms linear;
        -ms-transition: background-color 500ms linear;
        transition: background-color 500ms linear;
    }

    .socialShare ul li:hover {
        background-color: white;
        border-color: white;
    }

    .socialShare ul li:hover a {
        color: #133199;
    }

    .socialShare ul li a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        color: white;
        text-decoration: none;
    }

    .socialShare {
        margin-top: 100px;
    }

    .socialShare span {
        font-weight: 300;
        line-height: 40px;
    }

    /*new social share start*/

    .socialShare2 ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    .socialShare2 ul li {
        float: left;
        width: 40px;
        text-align: center;
        height: 40px;
        line-height: 40px;
        border: 1px solid #143199;
        border-radius: 100%;
        margin-right: 10px;
        cursor: pointer;
        -webkit-transition: background-color 500ms linear;
        -moz-transition: background-color 500ms linear;
        -o-transition: background-color 500ms linear;
        -ms-transition: background-color 500ms linear;
        transition: background-color 500ms linear;
    }

    .socialShare2 ul li:hover {
        background-color: #143199;
        border-color: #143199;
    }

    .socialShare2 ul li:hover a {
        color: #fff;
    }

    .socialShare2 ul li a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        color: #143199;
        text-decoration: none;
    }

    .socialShare2 {
        margin: 50px 0;
    }

    .socialShare2 span {
        font-weight: 300;
        line-height: 40px;
        color: #143199;
    }
    /*new social share end*/

    .innerPageTop .subInfo {
        list-style-type: none;
        margin-top: 0;
        padding: 0;
        margin-top: 40px;
    }

        .innerPageTop .subInfo li {
            float: left;
            margin-right: 15px;
            font-weight: 300;
            padding: 4px 0px;
        }

            .innerPageTop .subInfo li:first-child {
                border-right: 1px solid white;
                padding: 4px 15px 4px 0px;
            }

.detailPaddingTitle {
    padding: 50px 0px;
}

.txtCenter {
    text-align:center;
}

    .detailPaddingTitle h1 {
        /*border-left: 1px solid #606C99;*/
        color: #071033;
        /*padding: 30px 0px 30px 439px;*/
        font-weight: 400;
        font-size: 30px;
    }

    .detailPaddingTitle b {
        font-weight: 700 !important;
    }

    .detailPaddingTitle p {
        color: #505A80;
        line-height: 29px;
        font-weight: 300;
        margin-bottom: 50px;
    }

.detailLeftImageW80 {
    width: 80%;
}

.tooltip-inner {
    color: #133199;
    background-color: #fff;
}

.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
    border-top-color: #fff;
}

.tooltip.show {
    margin-bottom: 7px;
}

.modal {
    background: rgb(19,49,153);
    background: linear-gradient(90deg, rgba(19,49,153,1) 0%, rgba(23,56,170,0.6881127450980392) 35%, rgba(0,212,255,1) 100%);
}

.modal-header {
    border: none;
}

.modal-content {
    background-color: transparent;
    border: none;
}

.videoBg {
    width: 100%;
    padding: 200px 0px;
    text-align: center;
    background-image: url('../assets/img/video_bg.jpg');
    cursor: pointer;
    background-attachment: fixed;
    background-size: cover;
}

    .videoBg img {
        transition: margin-right .5s;
    }

    .videoBg:hover img {
        margin-right: -50px;
    }

.detailPaddingTitle .itemCentered h5 {
    line-height: 42px;
    color: #071033;
    font-weight: 700;
    font-size: 22px;
}

.detailPaddingTitle .itemCentered h6 {
    color: #071033;
    line-height: 42px;
    font-weight: 300;
    margin-top: 20px;
    margin-bottom: 75px;
    text-align: justify;
    font-size: 20px;
}

.detailPaddingTitle .itemContentTrihed {
    margin-bottom: 100px;
}

    .detailPaddingTitle .itemContentTrihed h6 {
        font-size: 18px;
        color: #143199;
        font-weight: 700;
    }

    .detailPaddingTitle .itemContentTrihed h4 {
        font-size: 33px;
        color: #143199;
        margin-bottom: 30px;
        font-weight: 300;
    }

    .detailPaddingTitle .itemContentTrihed p {
        font-size: 18px;
        font-weight: 300;
        color: #143199;
    }

.appBottomBanner {
    background-image: url('../assets/img/app_bottom_bg.jpg');
    padding: 150px 0px;
    text-align: center;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    margin-bottom: 75px;
}

    .appBottomBanner h3 {
        font-size: 30px;
        line-height: 45px;
        font-weight: 300;
        text-align: center;
        color: white;
    }

.appDetail h1 {
    font-size: 30px;
    line-height: 42px;
    font-weight: 400;
    background: linear-gradient(90.75deg, #2EBFFD 9.66%, #E83C3C 72.05%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    padding-top: 50px;
}

.appDetail h5 {
    font-size: 22px;
    color: #143199;
    margin-top: 50px;
    font-weight: 700;
}

.appDetail h2 {
    font-size: 32px;
    line-height: 44px;
    font-weight: 400;
}

.appDetail h4 {
    font-weight: 300;
    font-size: 20px;
    color: #071033;
    line-height: 31px;
    margin-top: 150px;
}

.appDetail ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-top: 50px;
}

    .appDetail ul li {
        margin-bottom: 20px;
    }

        .appDetail ul li a {
            font-size: 20px;
            color: #071033;
            font-weight: 300;
        }

            .appDetail ul li a img {
                margin-right: 10px;
            }

.mobileDesign {
    display: none;
}

    .mobileDesign h4 {
        margin-top: 5px !important;
    }

    .mobileDesign img {
        width: 55% !important;
        margin: 0 auto;
    }

.searchScreen {
    width: 100%;
    height: 100vh;
    position: fixed;
    background-color: #57B5ED;
    z-index: 99999999999;
    display: none;
}

    .searchScreen .search_close {
        float: right;
        position: absolute;
        right: 40px;
        top: 40px;
        cursor: pointer;
    }

        .searchScreen .search_close span {
            color: #505A80;
            font-size: 14px;
            margin-right: 10px;
        }

.searchBox {
    padding-top: 15%;
    text-align: center;
}

.searchBox_Box {
    border: none;
    border-bottom: 3px solid #143199;
    color: #143199;
    font-size: 22px;
    line-height: 22px;
    padding: 10px 5px;
    background-color: transparent;
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 50px;
    width: 60%;
}

.searchBox button {
    border: none;
    background-color: transparent;
    margin-left: -50px;
}

.searchBox button img {
    margin-top: -6px;
}

.searchScreen .resultBox ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-top: 30px;
    text-align: left;
}

    .searchScreen .resultBox ul li {
        padding: 10px 0px;
    }

        .searchScreen .resultBox ul li:hover a {
            color: #143199 !important;
        }

        .searchScreen .resultBox ul li a {
            color: #FFFFFF;
            font-size: 16px;
            font-weight: 500;
            transition: color .6s ease;
        }

.resultBox {
    width: 60%;
    margin: 0 auto;
}

.searchBox_Box::placeholder {
    color: #143199;
    opacity: 100%;
}

.searchBox_Box:-ms-input-placeholder {
    color: #143199;
    opacity: 100%;
}

.searchBox_Box::-ms-input-placeholder {
    color: #143199;
    opacity: 100%;
}

.jobForm {
    border-radius: 4px;
    margin-top: -10px;
    width: 100%;
    padding-top: 45px;
    position: relative;
    overflow: hidden;
    padding-bottom: 0px;
}

    .jobForm h1 {
        color: #143199;
        font-size: 23px;
        font-weight: 500;
    }

.speed-form-element {
    color: #143199;
    box-shadow: none;
    border: none;
    border-bottom: 2px solid #143199;
    font-weight: 500;
    padding: 15px 10px;
    background-color: transparent;
    width: 100%;
    margin-bottom: 20px;
}

    .speed-form-element::-webkit-input-placeholder { /* WebKit, Blink, Edge */
        color: #143199;
    }

    .speed-form-element:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        color: #143199;
        opacity: 1;
    }

    .speed-form-element::-moz-placeholder { /* Mozilla Firefox 19+ */
        color: #143199;
        opacity: 1;
    }

    .speed-form-element:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #143199;
    }

    .speed-form-element::-ms-input-placeholder { /* Microsoft Edge */
        color: #143199;
    }

    .speed-form-element::placeholder { /* Most modern browsers support this now. */
        color: #143199;
    }



.dictionary {
    position: relative;
    overflow: hidden;
}

    .dictionary #dictionaryTabs {
        background-color: #D9D9D980;
        border-radius: 50px;
        overflow: hidden;
        position: relative;
        padding: 15px 0px;
    }

        .dictionary #dictionaryTabs li {
            width: 100%;
            text-align: center;
            margin-bottom: 10px;
        }

            .dictionary #dictionaryTabs li button {
                background-color: transparent !important;
                width: 100%;
                text-align: center;
                border: none;
                color: #2EBFFD;
                font-weight: 500;
                font-size: 22px;
            }

    .dictionary .accordion-button:not(.collapsed){
        color: #143199 !important;
    }

    .dictionary .accordion-button {
        color:  #2EBFFD !important;
    }

    .dictionary .nav-tabs .nav-link.active, .dictionary .nav-tabs .nav-item.show .nav-link {
        color: #143199 !important;
        font-weight: 500;
    }

.comments {
    position: relative;
    overflow: hidden;
}

    .comments .noCommentBanner {
        background-image: url('../assets/img/nocomment_bg.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: bottom center;
        padding: 100px 0px;
        text-align: center;
        background-color: #fafafc;
        margin-bottom: 50px;
    }

        .comments .noCommentBanner p {
            color: #2EBFFD;
            font-size: 18px;
            font-weight: 300;
            margin-top: 20px;
            text-align:center !important;
        }

        .comments .noCommentBanner label {
            color: #2EBFFD;
            font-size: 18px;
            font-weight: 300;
            margin-top: 20px;
        }

    .comments .writeComment {
        background-color: #eff0f5;
        padding: 50px 150px;
        margin-bottom: 50px;
    }

    .comments .head img {
        float: left;
        margin-right: 15px;
    }

    .comments .head p {
        color: #143199;
        float: left;
        margin-top: 0px;
        line-height: 20px;
    }

    .comments .writeComment .head b {
        color: #2EBFFD !important;
    }

    .comments .writeComment textarea {
        border-radius: 0;
        border: 0;
        background-color: white;
        padding: 30px;
        color: #505A80;
        font-weight: 300;
    }

    .comments .currentComments {
        padding: 50px 100px;
        background-color: white;
    }

        .comments .currentComments .head p {
            font-size: 15px;
            line-height: 20px;
            margin-top: 3px;
        }

        .comments .currentComments .head b {
            color: #2EBFFD !important;
            font-size: 13px;
            font-weight: 500;
        }

        .comments .currentComments .content p {
            color: #505A80;
            font-weight: 300;
            font-size: 16px;
            text-align: justify;
            margin-top: 20px;
            margin-bottom: 50px;
        }

        .comments .currentComments .content label {
            color: #505A80;
            font-weight: 300;
            font-size: 16px;
            text-align: justify;
            margin-bottom: 20px;
        }

.contactUs {
    margin-top: 75px;
}

    .contactUs h1 {
        color: #143199;
        font-size: 35px;
        font-weight: 300;
        margin-bottom: 50px;
    }

    .contactUs .icon {
        width: 40px;
        float: left;
        height: 50px;
    }

    .contactUs a {
        color: #143199;
        text-decoration: none;
        text-transform: none;
        font-size: 18px;
    }

    .contactUs .speed-form-element {
        border-color: #2EBFFD;
        color: #2EBFFD !important;
    }

        .contactUs .speed-form-element::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
            color: #2EBFFD !important;
            opacity: 1;
        }

        .contactUs .speed-form-element:-ms-input-placeholder { /* Internet Explorer 10-11 */
            color: #2EBFFD !important;
        }

        .contactUs .speed-form-element::-ms-input-placeholder { /* Microsoft Edge */
            color: #2EBFFD !important;
        }

.loginScreen {
    width: 100%;
    background-image : url('../assets/img/login_bg.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    background-attachment: fixed;
}

    .loginScreen .box {
        width: 500px;
        margin: 0 auto;
        padding-top: 8%;
    }

        .loginScreen .box .logo {
            position: relative;
            overflow: hidden;
            text-align: center;
            margin-bottom: 40px;
        }

        .loginScreen .box .content {
            background: rgba(255, 255, 255, 0.6);
            backdrop-filter: blur(44px);
            border-top-left-radius: 4px;
            border-top-right-radius: 4px;
            padding: 75px 75px 30px 75px;
        }

            .loginScreen .box .content h1 {
                font-size: 28px;
                color: #143199;
                font-weight: 300;
            }

                .loginScreen .box .content h1 span {
                    float: right;
                    color: #606C99;
                    font-size: 14px;
                    margin-top: 6px;
                }

                    .loginScreen .box .content h1 span a {
                        color: #606C99;
                        font-size: 22px;
                        font-weight: 600;
                    }

        .loginScreen .box .forgotPassword {
            font-size: 14px;
            color: #606C99;
            text-transform: none;
            text-decoration: none;
            font-weight: 500;
        }

    .loginScreen .loginButton {
        background-color: #143199 !important;
        border-color: #143199 !important;
    }

    .loginScreen .loginBottom {
        background-color: #FFFFFF;
        padding: 50px 75px;
    }

        .loginScreen .loginBottom h4 {
            font-size: 15px;
            color: #143199;
            font-weight: 700;
        }

        .loginScreen .loginBottom p {
            color: #606C99;
            font-weight: 300;
            font-size: 12px;
        }

        .loginScreen .loginBottom ul {
            list-style-type: none;
            margin: 0;
            padding: 0;
        }

            .loginScreen .loginBottom ul li {
                width: 50%;
                float: left;
                text-align: center;
            }

                .loginScreen .loginBottom ul li a {
                    width: 100%;
                    border-radius: 80px;
                    line-height: 50px;
                    border: 1px solid #d3d5dd;
                    color: #606C99;
                    font-size: 14px;
                    position: relative;
                    display: block;
                    text-align: center;
                    transition: color 250ms linear;
                    transition: border 250ms linear;
                }

                    .loginScreen .loginBottom ul li a:hover {
                        border-color: #143199;
                        color: #143199;
                    }

.profile_box {
    margin: 0 auto;
    width: 150px;
    height: 150px;
    margin-top: -90px;
    z-index: 999;
    position: relative;
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 100%;
}

    .profile_box .fakeUpload {
        right: 0;
        bottom: 0;
        position: absolute;
        cursor: pointer;
        "
    }

.classprofileMainBox {
    width: 500px;
    margin: 0 auto;
}

.loginScreen label {
    color: #606C99;
    font-size: 11px;
    margin-left: 10px;
}

.loginScreen h3 {
    font-size: 20px;
    color: #143199;
    font-weight: 700;
}

.businessBox .speed-form-element {
    color: #071033 !important;
    border-color: #EFF0F5 !important;
    font-weight: 300 !important;
}

    .businessBox .speed-form-element::placeholder {
        color: #071033;
        opacity: 1; /* Firefox */
    }

    .businessBox .speed-form-element:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #071033;
    }

    .businessBox .speed-form-element::-ms-input-placeholder { /* Microsoft Edge */
        color: #071033;
    }

.picBox {
    margin-top: -13% !important;
}

.has-search .form-control {
    padding-left: 2.375rem;
    background-color: #F5F6F8;
    border: 100px;
    border-radius: 100px;
    width: -webkit-fill-available;
    height: 48px;
    font-size: 14px;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    line-height: 3rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}
