/* Main Styles */
body {
    /*font-family: 'Roboto', sans-serif;*/

}

header {
    /*-webkit-box-shadow: 0px 0px 15px 0px rgba(168, 168, 168, 1);*/
    /*-moz-box-shadow: 0px 0px 15px 0px rgba(168, 168, 168, 1);*/
    /*box-shadow: 0px 0px 15px 0px rgba(168, 168, 168, 1);*/
}

h1, h2, h3, h4, h5 {
    font-family: 'Montserrat', sans-serif;
}

.montserrat {
    font-family: 'Montserrat', sans-serif;
}

.ffr {
    font-family: 'Roboto', sans-serif;
}

.ffm {
    font-family: 'Montserrat', sans-serif;
}

.transition-4 {
    transition: 0.4s all;
}

.opacity-0 {
    opacity: 0 !important;
}

@media screen and (min-width: 993px) and (max-width: 1200px) {
    h1 {
        font-size: 38px;
    }

    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 26px;
    }

    h4 {
        font-size: 22px;
    }

    h5 {
        font-size: 18px;
    }

    h6 {
        font-size: 14px;
    }
}

@media screen and (min-width: 769px) and (max-width: 992px) {
    h1 {
        font-size: 36px;
    }

    h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 24px;
    }

    h4 {
        font-size: 20px;
    }

    h5 {
        font-size: 16px;
    }

    h6 {
        font-size: 12px;
    }
}

@media screen and (max-width: 768px) {
    h1 {
        font-size: 34px;
    }

    h2 {
        font-size: 26px;
    }

    h3 {
        font-size: 22px;
    }

    h4 {
        font-size: 18px;
    }

    h5 {
        font-size: 14px;
    }

    h6 {
        font-size: 10px;
    }
}

h3 {

}

ul, li {
    /*display: block;*/
    margin: 0;
    padding: 0;
}


a:hover {
    text-decoration: none;
}

.fluid {
    padding: 0;
}

.br-3 {
    border-radius: 3px;
}

.br-5 {
    border-radius: 5px;
}

.black {
    color: #000000;
}

.grey {
    color: rgb(117, 121, 125);
}

.grey-2 {
    color: #78787a;
}

.grey-1 {
    color: #8e94a4;
}

.blue {
    color: #71bcd3;
}

.red {
    color: #650b0b;
}

.light-blue {
    color: rgb(85, 210, 216);
}

.purple {
    color: rgb(252, 111, 149);
}

.#363636 {
    color: #;
}

.purple-hover:hover {
    color: rgb(252, 111, 149) !important;
}

.w-20 {
    width: 20%;
}

.w-94 {
    width: 94% !important;
}

.dark-purple {
    color: #7b60d1;
}

.ls-1 {
    letter-spacing: 1px;

}

.white-hover:hover {
    background-color: #ffffff !important;
    border: 2px solid #ffffff;
    color: rgb(252, 111, 149);
}

.back-dark-purple {
    background-color: #2e2256;
}

.light-black {
    color: #3a3a3a;
}

.back-purple {
    background-color: rgb(252, 111, 149) !important;
}

.back-white {
    background-color: #ffffff !important;
}

.back-milk {
    background-color: #fbf8f6;
}

.fw-1 {
    font-weight: 100;
}

.fw-2 {
    font-weight: 200;
}

.fw-3 {
    font-weight: 300;
}

.fw-4 {
    font-weight: 400;
}

.fw-5 {
    font-weight: 500;
}

.fw-6 {
    font-weight: 600;
}

.fw-7 {
    font-weight: 700;
}

.fz-12 {
    font-size: 12px !important;
}

.fz-14 {
    font-size: 14px !important;
}

.fz-15 {
    font-size: 15px !important;
}

.fz-16 {
    font-size: 16px !important;
}

.fz-18 {
    font-size: 18px !important;
}

.fz-20 {
    font-size: 20px !important;
}

.fz-22 {
    font-size: 22px !important;
}

.fz-24 {
    font-size: 24px !important;
}

.fz-26 {
    font-size: 26px !important;
}

.fz-28 {
    font-size: 28px !important;
}

.fz-30 {
    font-size: 30px !important;
}

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

.fz-34 {
    font-size: 34px !important;
}

.lh-16 {
    line-height: 1.6;
}

.spacer {
    height: 120px;
}

@media screen and (max-width: 768px) {
    .spacer {
        height: 80px;
    }
}

.header {
    z-index: 5;
}

.language-bar {
    padding: 10px 0;

}

.abroad-dropdown {
    position: absolute;
    width: 100%;
    top: 130px;
    left: 0;
    z-index: 100;
    background-color: #ffffff;
    display: none;

}

#toggle {
    padding: 10px 0;
}

.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    background-color: black;
    opacity: 0.3;
    z-index: 50;
}

.show-hover {
    font-size: 25px;
    height: 40px;
    font-weight: 500;
    display: flex;
    align-items: center;
    position: relative;
    padding: 4px 0;
    white-space: nowrap;
    color: #7f7f7f;
}

.show-hover img {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    opacity: 0;
}

.country-title {
    transition: 0.3s all;
}

.show-hover:hover {
    color: #ff7396;
}

.show-hover:hover img {
    opacity: 1;
}

.show-hover:hover .country-title {
    transform: translateX(50px);
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 3rem;
    padding: 0 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #787878;
    background-color: #fcf8f5;
    border: 0;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 0.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;


    background-color: transparent;

}

.selectpicker {
    padding: 3px;
    border-radius: 5px;
    border: 0;
    background-color: #fbf8f6;

}

/********  Search   *********/
.search {
    position: absolute;
    top: 47%;
    left: 25%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.search * {
    outline: none;
    box-sizing: border-box;
}

.search__wrapper {
    position: relative;
}

.search__field {
    width: 30px;
    height: 30px;
    color: transparent;
    background-color: #fcf8f5;
    font-family: Lato, sans-serif;
    font-size: 1.35em;
    padding: 0;
    border: 1px solid transparent;
    border-radius: 0;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.search__field:focus {
    border-bottom-color: #ccc;
    width: 20vw;
    color: #2b2b2b;
    cursor: default;
}

@media screen and (max-width: 768px) {
    .search__field:focus {
        width: 40vw;
    }

    .search {
        top: 50%;
    }

    .abroad-dropdown {
        top: 170px;
    }
}

@media screen and (max-width: 500px) {
    .search {
        left: 33%;
    }
}

@media screen and (min-width: 576px) and (max-width: 768px) {
    .search {
        left: 40%;
    }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
    .search {
        left: 35%;
    }
}

.search__field:focus ~ .search__icon {
    background-color: transparent;
    cursor: pointer;
    pointer-events: auto;
}

.search__icon {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #ededed;
    color: #6d747c;
    width: 30px;
    height: 30px;
    font-size: 1.35em;
    text-align: center;
    border-color: transparent;
    border-radius: 50%;
    pointer-events: none;
    display: inline-block;
    transition: background-color 0.2s ease-in-out;
}

.search__icon:focus {
    outline: 0;
}

.search__field::-webkit-input-placeholder {
    position: relative;
    top: 0;
    left: 0;
    transition-property: top, color;
    transition-duration: .1s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
}

.search__field:-moz-placeholder {
    position: relative;
    top: 0;
    left: 0;
    transition-property: top, color;
    transition-duration: .1s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
}

.search__field::-moz-placeholder {
    position: relative;
    top: 0;
    left: 0;
    transition-property: top, color;
    transition-duration: .1s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
}

.search__field:-ms-input-placeholder {
    position: relative;
    top: 0;
    left: 0;
    transition-property: top, color;
    transition-duration: .1s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
}

.search__field::-webkit-input-placeholder[style*=hidden] {
    color: #fcf8f5;
    font-size: .65em;
    font-weight: normal;
    top: -20px;
    opacity: 1;
    visibility: visible !important;
}

.search__field:-moz-placeholder[style*=hidden] {
    color: #fcf8f5;
    font-size: .65em;
    font-weight: normal;
    top: -20px;
    opacity: 1;
    visibility: visible !important;
}

.search__field::-moz-placeholder[style*=hidden] {
    color: #fcf8f5;
    font-size: .65em;
    font-weight: normal;
    top: -20px;
    opacity: 1;
    visibility: visible !important;
}

.search__field:-ms-input-placeholder[style*=hidden] {
    color: #fcf8f5;
    font-size: .65em;
    font-weight: normal;
    top: -20px;
    opacity: 1;
    visibility: visible !important;
}


.navbar-toggler {
    border: 0;
}

.navbar-toggler:focus {
    border: 0;
    outline: 0;
}

#custom-search-input {
    margin: 0;
    padding: 7px;
}

#custom-search-input .search-query {
    padding-right: 3px;
    padding-right: 4px \9;
    padding-left: 3px;
    padding-left: 4px \9;
    display: none;
    height: calc(1.2em + .75rem + 2px);
    /* IE7-8 doesn't have border-radius, so don't indent the padding */

    border: none;
    border-bottom: 1px solid #CCC;
    background-color: #fcf8f5;
    margin-bottom: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

#custom-search-input .search-query:focus {
    outline: 0;
    border: 0;
    border-bottom: 1px solid #CCC;
    background-color: #fcf8f5;
    box-shadow: none;
}

#custom-search-input button {
    z-index: 100;
    border: 0;
    background: none;
    border: 0px;
    outline: 0px;
    /** belows styles are working good */
    padding: 2px;
    position: relative;
    left: 0px;
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #303c4a;
}

#custom-search-input button:focus {
    border: 0px;
    outline: 0px;
    box-shadow: none;
}

.search-query:focus + button {
    z-index: 3;
}


.search {
    padding: 3px 10px;
}

.panel-fluid {

    font-size: 14px;
    padding: 0px 10px;
    background: rgb(251, 248, 246);
}

.panel__1 {
    /*margin-left: 20px;*/
    padding-left: 30px;
}

.panel__2 ul {
    list-style-type: none;
    text-align: right;
}

.panel__icons {
    margin-left: 15px;
    padding-right: 3px;
    font-size: 16px;
    padding: 13px 5px;
}

.panel__icons span {
    font-size: 14px;
}

.panel__icons a {
    color: #75797d;
}

.panel__icons a:hover {
    color: #75797d;
}

@media screen and  (max-width: 1200px) {
    .panel__icons span {
        font-size: 12px;
    }
}

.navbar {
    padding: 0px 1rem;
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0px;
    margin-bottom: 0px;
    list-style: none;
}

.nav-item {
}

@media screen and (max-width: 992px) {
    .nav-item {
        padding: 0px;
    }
}

.active {
    font-weight: 700;
}

.nav-item a {
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: rgb(117, 121, 125);
    text-decoration: none;
}

.navbar-nav .nav-link {
    padding-right: 0px;
    padding-left: 0px;
}

.logo {
    margin: 19px 0px;
}

.logo img {
    width: 100%;
}

@media screen and  (max-width: 1200px) {
    .nav-item a {
        font-size: 11px;
    }
}

.section-slider {
    position: relative;
}

.slider-navigation {
    position: absolute;
    z-index: 5;
    font-size: 42px;
    width: 42px;
    height: 100%;
    top: 0;
}

.slider-next {
    right: 0;
}

.slider-prev {
    left: 0;
}

.slider-navigation {

    color: #93b2ff;
    opacity: 0.5;
    transition: 0.5s all;
}

.slider-navigation i {
    position: relative;
    top: 44%;
    font-size: 1em !important;
}

@media screen and (max-width: 576px) {
    .slider-navigation {
        font-size: 40px;
    }

    .slider-navigation a i {
        top: 35%;
    }
}

@media screen and (max-width: 500px) {
    .slider-navigation {
        font-size: 30px;
    }

    .slider-navigation a i {
        top: 35%;
    }
}


.slider-prev:hover {
    opacity: 1;
    transform: scale(1.1) translateX(15px);
    color: #93b2ff !important;
    cursor: pointer;

}

.slider-next:hover {
    opacity: 1;
    transform: scale(1.1) translateX(-15px);
    color: #93b2ff !important;
    cursor: pointer;

}

.slider-navigation .slider-next {
    float: right;
}

.slider-navigation .slider-prev {
    float: left;
}


.offer__head {
    margin: 60px auto 40px;
}

@media screen and (max-width: 768px) {
    .offer__head {
        margin: 20px auto 10px;
    }
}


.offer__head_2 {
    text-align: center;
    margin: 20px 0;
}

.offer__container {
    margin-top: 30px;
}


.offer__item {
    height: 100%;
    padding-bottom: 30px;
    padding-top: 12px;
    border-radius: 3px;
    transition: all 0.5s ease 0s;
}

.offer__text {
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.offer__img {
    transition: all 0.5s ease 0s;
}

.offer__item:hover .offer__title {
    color: white;
}

.offer__item:hover .offer__text {
    color: white;
}

.offer__item__1:hover {
    background-color: rgb(129, 149, 251);
}

.offer__item__1:hover .offer__img {
    fill: #ffffff;
}

.offer__item__2:hover {
    background-color: rgb(252, 111, 149);
}

.offer__item__2:hover .offer__img {
    fill: #ffffff;
}

.offer__item__3:hover {
    background-color: rgb(85, 210, 216);
}

.offer__item__3:hover .offer__img {
    fill: #ffffff;
}

.offer__item__4:hover {
    background-color: rgb(168, 137, 243);
}

.offer__item__4:hover .offer__img {
    fill: #ffffff;
}

.offer__item__5:hover {
    background-color: #2a2450;
}

.offer__item__5:hover .offer__img {
    fill: #ffffff;
}

.offer__img {
    display: block;
    width: 65px;
    color: red;
    margin: 40px auto;
}

.offer__title {
    color: rgb(48, 60, 74);
    font-size: 20px;
    text-align: center;
    margin: 20px auto;
    transition: all 0.5s ease 0s;
}

.offer__text {
    color: rgb(117, 121, 125);
    width: 80%;

    font-size: 16px;
    text-align: center;
    margin: 0 auto;
    transition: all 0.5s ease 0s;
}

@media screen and (min-width: 992px) and (max-width: 1023px){
    .offer__text {
       height: 190px;
    }
}
@media screen and (min-width: 1024px){
    .offer__text {
        height: 190px;
    }
}

.slogan__bckg {
    background-color: rgb(44, 36, 83);
    margin-top: 20px;
}

.slogan__title {
    font-size: 30px;
    margin: auto;
    color: white;
    text-align: center;
    padding: 90px 0px;
}


.news {
    top: 30px;
    margin: 30px 0px;
}

.news__arrows {
    text-align: right;
    /*padding: 25px 0;*/
    margin-right: 10px;
}

.arrows {
    background-color: rgb(240, 237, 235);
    color: white !important;
    font-size: 15px;
    border-radius: 3px;
    padding: 15px;
    text-decoration: none;
    transition: 0.4s all;
}

.arrows:hover {
    background-color: rgb(252, 111, 149);
    color: white !important;
    cursor: pointer;
}

.next.arrows {
    margin-left: 5px;
}

.news__main__content {
    /*padding: 20px 30px;*/
}


.news__image {
    overflow: hidden;
    position: relative;
    border-radius: 5px;
}

.cover {

    width: 100%;
    background-color: #2c2453;
    opacity: 0.5;
    z-index: 0;
    height: 100%;
    margin: auto;
    top: 0;
    position: absolute;
    transition: 0.3s all;
    border-radius: 3px;
}

.item:hover .cover {
    opacity: 0;
}


.news__content {
    padding: 10px;
    background-color: white;
    z-index: 2;
    -webkit-box-shadow: 1px 12px 31px -17px rgba(92, 92, 92, 1);
    -moz-box-shadow: 1px 12px 31px -17px rgba(92, 92, 92, 1);
    box-shadow: 1px 12px 31px -17px rgba(92, 92, 92, 1);
}

.news__time {
    width: 80%;
    font-weight: 600;
    text-align: center;
    border-radius: 2px;
    color: #ffffff;
    position: relative;
    top: -27px;
    left: 17px;
    padding: 4px;
    background-color: rgb(252, 111, 149);
    -webkit-box-shadow: 1px 27px 37px -17px rgba(199, 199, 199, 1);
    -moz-box-shadow: 1px 27px 37px -17px rgba(199, 199, 199, 1);
    box-shadow: 1px 27px 37px -17px rgba(199, 199, 199, 1);
    transition: 0.4s;
}

.news_in_time {
    z-index: 1000;
    margin-bottom: 0;
    width: 25%;
    font-weight: 300;
    text-align: center;
    border-radius: 2px;
    color: #ffffff;
    position: absolute;
    bottom: -15px;
    right: 17px;
    padding: 4px;
    background-color: rgb(252, 111, 149);
    -webkit-box-shadow: 1px 27px 37px -17px rgba(199, 199, 199, 1);
    -moz-box-shadow: 1px 27px 37px -17px rgba(199, 199, 199, 1);
    box-shadow: 1px 27px 37px -17px rgba(199, 199, 199, 1);
    transition: 0.4s;
}

.item:hover .news__time {
    background-color: #2a2450;
}

.news__title {
    height: 95px;
    margin: 0;
    padding: 10px 20px;
    font-weight: 300;
    text-align: center;
    transition: 0.6s all;
    color: #29282d;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news__location {
    padding: 0 20px;
    font-weight: 500;
    text-align: center;
    transition: 0.6s all;
    color: #2a2450;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.item:hover .news__title {
    color: rgb(252, 111, 149);
}

.news__paragraph {
    text-align: center;
    color: #29282d;
    font-weight: 400;
}


.grey-background__sup {
    height: 260px;
    background-color: #fbf8f6;
    top: 10rem;
    position: absolute;
    width: 100%;
}

.grey-background {
    position: relative;
    height: auto;
    width: 100%;
}


@media screen and (max-width: 1199px) {
    .grey-background__sup {
        top: 19rem;
    }
    .fz-lg-16 {
        font-size: 16px!important;
    }
    .fz-lg-18 {
        font-size: 18px!important;
    }
    .fz-lg-20 {
        font-size: 20px!important;
    }
    .fz-lg-22 {
        font-size: 22px!important;
    }
    .fz-lg-24 {
        font-size: 24px!important;
    }
    .fz-lg-26 {
        font-size: 26px!important;
    }
    .fz-lg-28 {
        font-size: 28px!important;
    }
    .fz-lg-30 {
        font-size: 30px!important;
    }
}

@media screen and (max-width: 992px) {
    .grey-background__sup {
        top: 21.6rem;
    }



    .news__title {
        font-size: 14px;
    }

    .news__paragraph {
        font-size: 13px;
    }

    .slogan__title {
        font-size: 19px;
    }

    .offer__head_1 {
        font-size: 45px;
    }

    .offer__head_2 {
        font-size: 18px;
    }

    .footer-nav-item a {
        font-size: 11px;
    }

    .what_we_do_title {
        text-align: center;
    }

    .what_we_do_text {
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .grey-background__sup {
        top: 15.7rem;
    }
    .fz-md-16 {
        font-size: 16px!important;
    }
    .fz-md-18 {
        font-size: 18px!important;
    }
    .fz-md-20 {
        font-size: 20px!important;
    }
    .fz-md-22 {
        font-size: 22px!important;
    }
    .fz-md-24 {
        font-size: 24px!important;
    }
    .fz-md-26 {
        font-size: 26px!important;
    }
    .fz-md-28 {
        font-size: 28px!important;
    }
    .fz-md-30 {
        font-size: 30px!important;
    }


    .offer__head_1 {
        font-size: 40px;
    }
}

@media screen and (max-width: 425px) {
    .grey-background__sup {
        top: 10.7rem;
    }
    .fz-sm-16 {
        font-size: 16px!important;
    }
    .fz-sm-18 {
        font-size: 18px!important;
    }
    .fz-sm-20 {
        font-size: 20px!important;
    }
    .fz-sm-22 {
        font-size: 22px!important;
    }
    .fz-sm-24 {
        font-size: 24px!important;
    }
    .fz-sm-26 {
        font-size: 26px!important;
    }
    .fz-sm-28 {
        font-size: 28px!important;
    }
    .fz-sm-30 {
        font-size: 30px!important;
    }




}

.sub-news {

    position: relative;
}

.square {
    width: 55px;
    height: 55px;
    background-color: #303c4a;
    border-radius: 2px;
    margin-right: 13px;
    margin-top: 10px;
}

.sub-news__time {
    color: rgb(252, 111, 149);
    font-size: 16px;
}

.sub-news__content {
    font-size: 16px;
    color: #75797d;
    font-weight: 300;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news__button__container {
    padding: 20px;
    text-align: center;
    margin: 30px auto;
}

.news__button {
    padding: 20px 50px;
    border-radius: 3px;
    color: white;
    font-size: 14px;
    background-color: rgb(252, 111, 149);
    transition: background-color 0.4s;
}

@media screen and (max-width: 375px) {
    .news__button {
        font-size: 14px;
        padding: 20px 10px;
    }
}

.news__button:hover {
    color: white;
    text-decoration: none;
    background-color: #2a2450;
}

/********** VIDEO **********/
.video__container {
    padding: 0;
    position: relative;
    height: auto;
    background-image: url("../img/video-background_result.png?v=1");
    background-size: cover;

}
.letter_container {
    padding: 80px 50px;
    top: 50px;
}
#letter_container {
    transition: 0.4s all ease-in-out;
}
.about__container {
    background-color: #2a2550;
    padding: 80px 50px;
    top: 50px;
}

.about__container input, select, textarea {
    padding: 12px;
}

.about__title {
    color: #ffffff;

}

.about__title__main {
    color: #ffffff;
    font-size: 30px;
    font-weight: bold;

}

.about__content {
    color: #ffffff;
}

.about__link {
    color: #000000;
    background-color: #ffffff;
    padding: 17px 30px;
    width: 55%;
    margin-top: 10px;
    text-align: center;
    display: block;
    border-radius: 5px;
    transition: 0.6s all;
}

.about__link:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: rgb(252, 111, 149);;
}


.video__link__container {
}
.margin-top-20 {
margin-top: 20%;
}
.video__link__button__main {
}

.video__link__border {
    width: 130px;
    height: 130px;
    border-radius: 3px;
    margin: auto;
    transition: 0.6s all;
    border: 1px solid transparent;

}

.video__link__button {

    display: block;
    width: 100px;
    height: 100px;
    padding: 29px;
    top: 15px;
    position: relative;
    font-size: 30px;
    margin: auto;
    text-align: center;
    background-color: #f0edeb;
    color: #303c49;
    transition: 0.6s all;
    border-radius: 3px;
}

.video__link__button:hover {
    text-decoration: none;
    color: #303c49;
    background-color: rgb(252, 111, 149);
}

.video__link__border:hover {
    border: 1px solid #787a7c;
}

.video__link__paragraph {
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

/********** Review **********/

.reviews {
    top: 30px;
    margin: 40px auto;
}

.review__item {
    padding: 0;
    text-align: center;
    margin: 50px 5px 0px;

}

.review__img {
    border-radius: 30px;
}

.review__owner {
    transition: 0.4s all;
    color: #ffffff;
}



.review_img_holder {
    border-radius: 30px;
    text-align: center;
    width: 60px;
    margin: 20px auto;
}

.review__content {
    margin: 0;
    font-size: 18px;
    color: #ffffff;

}

.owl-carousel-partner {
    margin: 20px auto 0;
    padding: 10px 0;

}
.owl-nav{
    margin-bottom: 30px!important;
    margin-top: 10px!important;
}

.partner__img {
    opacity: 0.7 !important;
    transition: 0.4s all;
    height: 150px;
    padding-left:35px;
    padding-right:35px;
}

.partner__img:hover {
    opacity: 1 !important;
}

.partner-navigation {
    position: relative;
    top: 60px;
}


.partner-prev {
    position: absolute;
    left: 0;
    top: 0;
    border: 0;
    font-size: 66px;
    color: #7763b8;
    background: none;
    height: 80px;
    transition: 0.4s all;
    opacity: 0.4;
    z-index: 5;

}

.partner-prev:hover {
    text-decoration: none;
    opacity: 1;
}

.partner-next {
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    font-size: 66px;
    color: #7763b8;
    background: none;
    height: 80px;
    transition: 0.4s all;
    opacity: 0.4;
    z-index: 5;
}

.partner-next:hover {
    text-decoration: none;
    opacity: 1;
}

.stageOuterPartner {
    position: relative;
    overflow: hidden;
    width: 85%;
    margin: auto;
}

@media screen and (min-width: 1200px) {
    .stageOuterPartner {
        width: 90%;
    }

    .partner-next {
        right: 50px;
    }

    .partner-prev {
        left: 50px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .stageOuterPartner {
        width: 85%;
    }

    .partner-next {
        right: 30px;
    }

    .partner-prev {
        left: 30px;
    }
}

@media screen and (min-width: 425px) and (max-width: 767px) {
    .stageOuterPartner {
        width: 80%;
    }

    .partner-next {
        right: 0px;
    }

    .partner-prev {
        left: 0px;
    }
}

@media screen and (max-width: 424px) {
    .stageOuterPartner {
        width: 75%;
    }

    .partner-next {
        right: 0px;
    }

    .partner-prev {
        left: 0px;
    }
}


    .owl-reviews-prev{
        background-color: inherit!important;
        border-radius: 50%!important;
        border: 2px solid #ffffff;
        padding: 4px 10px!important;
        font-size: 20px!important;
    }
    .owl-reviews-next {
        background-color: inherit!important;
        border-radius: 50%!important;
        border: 2px solid #ffffff;
        padding: 4px 10px!important;
        font-size: 20px!important;
    }
.owl-reviews-prev:focus{
    outline: none;
}
.owl-reviews-next:focus {
    outline: none;
}


/******** Footer *******/
.nav-footer {
    background-color: #2a2550;
}

.footer-nav-item {

    /*padding: 15px 0px;*/
}

.footer-nav-item a {
    transition: 0.3s all;
}

.footer-nav-item a {
    font-size: 17px;
    color: white;
    text-decoration: none;
}

.footer_logo {
    width: 90%;
}


.back-footer {
    background-color: #1c1836;
}

.subscribe {
    margin: 0;
    padding: 0 10px;
}

.menu {
    margin: 0 auto;
    padding: 0 10px;
}


.subscribe-input {
    width: 85%;
    border-radius: 5px;
    font-size: 20px;
    padding: 10px 5px;
    background-color: #110e22;
    border: #110e22;
    color: #ffffff;
}

.subscribe-button {
    background-color: #fc6f95;
    border: #fc6f95;
    color: #ffffff;
    border-radius: 5px;
    position: relative;
    left: -44px;
    height: 35px;
    width: 35px;
    top: -2px;
    transition: 0.4s all;
}

.subscribe-button:hover {
    background-color: #ffffff;
    border: #ffffff;
    color: #fc6f95;
}

.contact {
    margin: 0;
    padding: 0 10px;
    color: white;
}

.back-copyright {
    background-color: #110e22;
}

.phone-email {
    transition: 0.4s all;

}

.phone-email:hover {
    color: #79ced5;
    text-decoration: none;
}

.copyright {
    transition: 0.4s all;
    color: #fb6f94;
}

.copyright:hover {
    color: #79ced5;
}

.footer__icons {
    margin-left: 25px;
    color: #75797d;
}

.footer__icons span {
    font-size: 14px;
    margin-right: 5px;
}

.footer__icons a {
    color: #75797d;
    font-size: 16px;
    transition: 0.4s all;
    margin-right: 5px;
}

.footer__icons a:hover {
    color: #e4e4e4 !important;
}


.phone a:hover, .email a:hover {
    text-decoration: none;

}

.w-p span, i {
    transition: 0.4s all;
}

.w-p:hover {
    text-decoration: none;

}

.w-p:hover span, .w-p:hover i {
    color: #fb6f94 !important;
}


/*****  ABOUT US  *****/
/***** Breadcrumb *****/
.breadcrumb_section {
    background-color: #fbf8f6;
    margin-bottom: 0;
    padding: 10px;
}

.breadcrumb {
    background-color: #fbf8f6;
    margin-top: 1rem;
}


/***** What we do ******/
.what_we_do {
    background-color: #fbf8f6;
}

.z-index-10 {
    z-index: 10 !important;
}

.border_image {
    position: absolute;
    z-index: 1;
    left: 20px;
    top: -20px;
    width: 100%;
    height: 100%;
    border: 5px solid #89d0d6;
}

.border_image_right {
    position: absolute;
    z-index: 1;
    right: 20px;
    top: 10px;
    width: 100%;
    height: 100%;
    border: 5px solid #89d0d6;
}

.border_image_left {
    position: absolute;
    z-index: 1;
    left: 20px;
    top: -20px;
    width: 100%;
    height: 100%;
    border: 5px solid #89d0d6;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .border_image_right {
        right: 45px;
        top: 17px;
        width: 90%;
        height: 73%;
    }

    .border_image_left {
        left: 32px;
        top: -16px;
        width: 92%;
        height: 82%;
    }
}

@media screen and (max-width: 425px) {
    .border_image {
        left: 10px;
        top: -10px;
    }

    .border_image_right {
        right: 20px;
        top: 20px;
        width: 93%;
        height: 90%;
    }

    .border_image_left {
        left: 25px;
        top: -15px;
        width: 93%;
        height: 90%;
    }
}

.about__image {
    width: 100%;
    z-index: 3;
    position: relative;
    /*border: 10px solid #89d0d6;*/
    /*border: 5px solid transparent;*/
    /*border-image: linear-gradient(to bottom right, #846dcf 0%, #e27c91 25%, #8079e5 50%, #a2ddd7 75%, #78b7d8 100%);*/
    /*border-image-slice: 1;*/
}

/*@-webkit-keyframes rainbow {*/
/*    0% {border-color: hsl(0, 100%, 50%);}*/
/*    100% {border-color: hsl(255, 100%, 50%);}*/
/*}*/

/*.about__image{*/
/*    border: 4px solid hsl(0, 100%, 50%);*/
/*    -webkit-animation: rainbow 2s infinite alternate;*/
/*}*/

/*.what_we_do_title {*/
/*    font-size: 48px;*/
/*}*/

.what_we_do_text {
    font-size: 16px;
}


/****** Skills *******/
.skills {
    background-color: #fcf8f5;
}

.skill {
    margin: 10px 0;

}

.skill__number {
    font-size: 80px;
}

/*.skill__title {*/
/*    font-size: 38px;*/
/*}*/

.skill__text {
    /*font-size: 14px;*/
    color: rgb(117, 121, 125);
}


/**** We Work ****/
.how_work_title {
    /*font-size: 48px;*/
    margin: auto;
}

/*.how_work_text {*/
/*    font-size: 20px;*/
/*}*/

/***** Team *****/


/*.team_title {*/
/*    font-size: 48px;*/
/*}*/

/*.team_text {*/
/*    font-size: 20px;*/
/*}*/

.team__member {
    margin-bottom: 20px;

}

.team__image {
    border-radius: 50%;
    width: 50%;
    margin: auto;
    position: relative;
}

.team__job {
    font-size: 16px;
}

.team__name {
    font-size: 20px;
    color: #2e3c4b;
    font-weight: bold;
}

.team__social i {
    font-size: 18px;
    margin: 0 5px;
    color: #74797d;
}

.team__social i:hover {
    color: #4fb56c;
    cursor: pointer;
}

/****** Training******/
.trainings {

}

.module-title {
    transition: 0.3s all;
}

.training-module:hover .module-title {
    color: rgb(85, 210, 216);
}

.training-title-holder {
    background-size: cover;
}

.background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #2c2453;
    opacity: 0.6;
}

.background-black {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.4;
}

.background-country {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #2c2453;
    opacity: 0.2;
}

.dark-purple-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #8e73e8;
    opacity: 1;
}

.background_value {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #2c2453;
    opacity: 0.4;
}


.training-title {
    position: relative;
    font-size: 40px;
    color: white;
    font-weight: bold;
    padding: 100px 0;
    z-index: 3;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, .4);
}

.category__head {
    margin: 10px 0px;
    padding: 0 14px;
}

.category__head:after {
    content: "";
    height: 2px;
    width: 100%;
    background-color: #71bcd3;
    display: block;
}

.category__paragraph {
    font-size: 20px;
    padding: 10px 14px;

}

.category__menu {
    margin: auto;

}

.category_menu_item {
    margin: 0 5px;
    padding: 15px 0;
    text-align: center;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    background-color: #f0edeb;
    color: #74797e;
}

.category_menu_item:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #fd6a97;
}

.training__item {


}

.training_item_image {
    width: 100%;
    border-radius: 5px;
}


.training__item:hover .training_item_content {
    background-color: #fd6a97;
}

.training_item_content {
    z-index: 4;
    position: absolute;
    bottom: -15px;
    right: -90px;
    width: 70%;

    transition: 0.4s all;
    background-color: #2e2256;
    color: #ffffff;
    border-radius: 5px;
}

@media screen and (min-width: 993px) {
    .training-left {
        margin-left: 90px;
    }

    .training__item:before {
        width: 93.8%;
    }
}


.training_item_title {
    font-size: 24px;
}

.training_item_text {
    font-size: 16px;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .training_item_title {
        font-size: 20px;
    }

    .training_item_text {
        font-size: 12px;
    }

    .news-page_item_title {
        font-size: 20px;
    }

    .news-page_item_text {
        font-size: 12px;
    }
}

/****** News *****/
.news-page__item {


}

.news-page_item_image {
    width: 100%;
    height: 175px;
    object-fit: cover;
    border-radius: 3px;

}


.news-page__item:hover:before {
    opacity: 0;
}

.news-page__item:hover .training_item_content {
    background-color: #fd6a97;
}

.news-page_item_content {

    transition: 0.8s all;
    background-color: #ffffff;
    color: #000000;
    padding: 15px;
    border-radius: 3px;
    -webkit-box-shadow: 1px 12px 31px -17px rgba(199, 199, 199, 1);
    -moz-box-shadow: 1px 12px 31px -17px rgba(199, 199, 199, 1);
    box-shadow: 1px 12px 31px -17px rgba(199, 199, 199, 1);
}

.news-page__time {
    width: 35%;
    text-align: center;
    border-radius: 5px;
    color: #ffffff;
    position: relative;
    top: -30px;
    left: 17px;
    padding: 4px;
    background-color: rgb(252, 111, 149);
    -webkit-box-shadow: 1px 27px 37px -17px rgba(199, 199, 199, 1);
    -moz-box-shadow: 1px 27px 37px -17px rgba(199, 199, 199, 1);
    box-shadow: 1px 27px 37px -17px rgba(199, 199, 199, 1);
}

.news-page__title {
    padding: 10px 20px;
    font-size: 20px;
    text-align: left;
    font-weight: bold;
    transition: 0.6s all;
    color: #2e2b4a;
}


.news-page__paragraph {
    padding: 0 20px;
    text-align: left;
}


.current {
    background-color: #2e2256 !important;
    color: #ffffff !important;
}

.deactive_button {
    background-color: #f0edeb !important;
}

.navigation_buttons a {

}

.nav_button {
    width: 50px;
    padding: 10px;
    text-align: center;
    border-radius: 3px;
    color: #ffffff;
    font-weight: bold;
    background-color: #ff5e92;
    margin: 10px;

}

.nav_number {
    width: 50px;
    padding: 10px;
    text-align: center;
    border-radius: 3px;
    color: #ffffff;
    font-weight: bold;
    background-color: #f0edeb;
    margin: 10px;
}

.nav_number:hover {
    text-decoration: none;
    color: #ffffff;
}

.nav_button:hover {
    text-decoration: none;
    color: #ffffff;
}


/******* Contact ********/
.contact-form {

}

.contact-form input {
    width: 99%;
    padding: 15px;
    font-size: 16px;
    margin: 3px;
    border: 0;
    background-color: #fbf8f6;
}

.contact-form select {
    width: 99%;
    padding: 15px;
    font-size: 16px;
    margin: 3px;
    border: 0;
    background-color: #fbf8f6;
}

.contact-form textarea {
    width: 99%;
    padding: 15px;
    font-size: 16px;
    margin: 3px;
    border: 0;
    background-color: #fbf8f6;
}

.contact-form .half {
    width: 48.7%;
}

.contact-button {
    padding: 15px 40px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
    color: #ffffff;
    border: 2px solid #ff5d8d;
    border-radius: 5px;
    margin: 3px;
    background-color: #ff5d8d;
    transition: 0.4s all;
}

.contact-button:hover {
    background-color: #2a2450;
    border: 2px solid #2a2450;
}

/******* News Inner *********/
.news_image_block {

}

.news_image {
    border-radius: 3px;
    width: 100%;
}

.news_date {
    width: 100px;
    text-align: center;
    border-radius: 5px;
    color: #ffffff;
    position: relative;
    top: -66px;
    left: 0;
    padding: 4px;
    background-color: rgb(252, 111, 149);
    -webkit-box-shadow: 1px 27px 37px -17px rgba(199, 199, 199, 1);
    -moz-box-shadow: 1px 27px 37px -17px rgba(199, 199, 199, 1);
    box-shadow: 1px 27px 37px -17px rgba(199, 199, 199, 1);

}

.news_back {
    background-color: #fcf8f6;
    height: 220px;
    position: absolute;
}

/******* Services ********/
.services__item {
    margin-right: 90px;
    height: 249px;
}

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

.services_item_image {
    width: 100%;
    border-radius: 5px;
    transition: 0.4s all;
}

.services__item:hover .cover {
    opacity: 0;
}

.services__item:hover .services_item_image {
    -webkit-box-shadow: 0px 0px 17px 1px rgba(168, 168, 168, 1);
    -moz-box-shadow: 0px 0px 17px 1px rgba(168, 168, 168, 1);
    box-shadow: 0px 0px 17px 1px rgba(168, 168, 168, 1);
}


.services__item:hover .services_item_content {
    background-color: #fd6a97;
    bottom: -15px;
}

.services_item_content {
    z-index: 4;
    position: absolute;
    bottom: -6px;
    right: -100px;
    width: 70%;
    padding: 15px 11px;
    transition: 0.2s all linear;
    background-color: #2e2256;
    color: #ffffff;
    border-radius: 5px;
}


.services_item_title {
    font-size: 30px;
}

.services_item_text {
    font-size: 16px;
}


.training_inner_back {
    background-color: #fcf8f6;
    position: relative;
}

.socials {
    color: #78787a;
    font-size: 18px !important;
}

.socials:hover {
    color: rgb(252, 111, 149);
}

.training-text {
    font-size: 18px;

}

.form_button {
    padding: 12px 50px;
    border-radius: 2px;
    color: white;
    font-size: 14px;
    border: 0;
    background-color: rgb(252, 111, 149);
    letter-spacing: 1.5px;
    transition: 0.4s all;
}

.form_button:hover {
    color: rgb(252, 111, 149);
    text-decoration: none;
    background-color: #ffffff;
}

.trainer-img {
    width: 160px;
    height: 160px;
    border-radius: 90px;
}

.svg-cyan {
    fill: #55d2d8;
}

.svg-cyan:hover {

    fill: white;
    transition: all 0.5s ease 0s;
}

.svg-greensea svg{
    fill: #71bcd3;
}

.svg-greensea:hover {
    fill: white;
    transition: all 0.5s ease 0s;
}

.svg-wisteria {
    fill: #7b60d1;
}

.svg-wisteria:hover {
    fill: white;
    transition: all 0.5s ease 0s;
}

.svg-purple {
    fill: #fb6f94;
}

.svg-purple:hover {
    fill: white;
    transition: all 0.5s ease 0s;
}
.about-item {
    width: 70px;
    height: 70px;
}
.about-item-cyan {

    border-radius: 50%;
    transition: all 0.5s ease 0s;

    display: inline-block;
}

.about-item-cyan:hover {
    padding: 10px;
    background-color: #55d2d8;
}

.about-item-greensea {

    border-radius: 50%;
    transition: all 0.5s ease 0s;

    display: inline-block;
}

.about-item-greensea:hover {
    padding: 10px;
    background-color: #71bcd3;
}

.about-item-wisteria {

    border-radius: 50%;
    transition: all 0.5s ease 0s;

    display: inline-block;
}

.about-item-wisteria:hover {
    padding: 10px;
    background-color: #7b60d1;
}

.about-item-purple {

    border-radius: 50%;
    transition: all 0.5s ease 0s;

    display: inline-block;
}

.about-item-purple:hover {
    padding: 10px;
    background-color: #fb6f94;
}


.methods-arrows {
    position: absolute;
    z-index: 1;
    top: 45%;
    width: 96%;
}

.methods-prev {
    float: left;
    z-index: 100;
    background-color: #2f2257;
}

.methods-next {
    float: right;
    z-index: 100;
    background-color: #2f2257;


}

.register input {
    border: 2px solid #2a2450;
}

.register input:focus {
    outline: none;
}

/*.register input:not(:first-child):focus{*/

/*    border: 2px solid #2a2450;*/
/*    background-color: #d3d1e3;*/
/*}*/

.register-button {
    padding: 15px 40px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
    color: #ffffff;
    border: 2px solid #2a2450;
    border-radius: 5px;
    margin: 3px;
    background-color: #2a2450;
    transition: 0.4s all;
}

.register-button:hover {
    background-color: #ff5d8d;
    border: 2px solid #ff5d8d;
}

.card-header {
    background-color: #fcf8f5;
}

.form-category {
    display: flex;
}

@media screen and (max-width: 767px) {
    .form-category {
        display: block;
    }

    .category_menu_item {
        margin: 5px 5px;
        border-radius: 3px;
    }
}

.pointer {
    cursor: pointer;
}

.vacancy-short-content {
    display: -webkit-box;
    box-sizing: border-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    overflow: hidden;

}

.vacancy-short-content p {
    margin: 0;
}

.vacancy-back {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: #2f2257;

    transition: 0.5s all;
    z-index: 0;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 9px 0px rgba(199, 199, 199, 1);
    -moz-box-shadow: 0px 0px 9px 0px rgba(199, 199, 199, 1);
    box-shadow: 0px 0px 9px 0px rgba(199, 199, 199, 1);
}

.vacancy {
    -webkit-box-shadow: 0px 0px 3px 0px rgba(125, 125, 125, 1);
    -moz-box-shadow: 0px 0px 3px 0px rgba(125, 125, 125, 1);
    box-shadow: 0px 0px 3px 0px rgba(125, 125, 125, 1);
    transition: 0.3s all;
    border-radius: 3px;
}

.vacancy-body {
    border-radius: 3px;
    transition: 0.4s all;

    background-color: #4158D0;
    background-image: linear-gradient(43deg, #4158D0 0%, #C850C0 46%, #8cd3d7 100%);


}


.vacancy:hover {
    color: black;
    -webkit-box-shadow: 0px 0px 9px 0px rgba(199, 199, 199, 1);
    -moz-box-shadow: 0px 0px 9px 0px rgba(199, 199, 199, 1);
    box-shadow: 0px 0px 9px 0px rgba(199, 199, 199, 1);

}


/*.vacancy:hover .vacancy-back{*/
/*    top: 10px;*/
/*    left: -5px;*/
/*    -webkit-box-shadow: 0px 0px 9px 0px rgba(199, 199, 199, 1);*/
/*    -moz-box-shadow: 0px 0px 9px 0px rgba(199, 199, 199, 1);*/
/*    box-shadow: 0px 0px 9px 0px rgba(199, 199, 199, 1);*/
/*}*/


.box {
    transition: .2s all;
}

.box-wrap:hover .box {
    filter: blur(3px);
    opacity: .5;
    transform: scale(.98);
    box-shadow: none;
}

.box-wrap:hover .box:hover {
    transform: scale(1);
    filter: blur(0px);
    opacity: 1;
}


.more {
    padding: 12px;
    border-radius: 10px;
    color: white;
    font-size: 14px;
    border: 2px solid #ffffff;
    background-color: transparent;
    transition: 0.4s all;

}


.more:hover {
    color: white;
    border: 2px solid #ffffff;
    text-decoration: none;
    background-color: rgba(255, 255, 255, .1);
    opacity: 0.7;
}

.cv_input {

    color: white;
    position: relative;

    background-color: #2e2256;
    cursor: pointer;
    padding: 12px;
    transition: 0.4s all;
}

.cv_input:hover {
    background-color: rgb(252, 111, 149);
}

.label-name:before {
    content: ' ';
    background: url(../svg/ui-user.svg);
    background-size: cover;
    position: absolute;
    top: 19px;
    left: 15px;
    width: 17px;
    height: 17px;
    color: white;
}

.label-email:before {
    content: ' ';
    background: url(../svg/email.svg);
    background-size: cover;
    position: absolute;
    top: 17px;
    left: 15px;
    width: 20px;
    height: 20px;
    color: white;
}

.label-company:before {
    content: ' ';
    background: url(../svg/briefcase.svg);
    background-size: cover;
    position: absolute;
    top: 17px;
    left: 15px;
    width: 20px;
    height: 20px;
    color: white;
}

.corporate-input {
    border: 2px solid #ccc;
    border-radius: 5px;
    background-color: transparent;
    color: white;
    padding: 10px 10px 10px 35px;
    margin: 10px 5px;
    transition: 0.4s all;

}

.corporate-textarea {
    border: 2px solid #ccc;
    border-radius: 5px;
    background-color: transparent;
    color: white;
    padding: 10px;
    margin: 10px 5px;
    transition: 0.4s all;
}

.iti--allow-dropdown {
    margin: 10px 5px;
}

@media screen and (min-width: 769px)  and (max-width: 1200px) {
    .form-label {
        width: 45%;
    }

    .iti--allow-dropdown {
        width: 100%;
    }

    .corporate-input {
        width: 100%;

    }
}

@media screen and (max-width: 768px) {
    .form-label {
        width: 100%;
    }

    .iti--allow-dropdown {
        width: 100%;
    }

    .corporate-input {
        width: 100%;

    }
}

.corporate-input:focus {
    outline: none;
}

.iti__selected-dial-code {
    color: #cccccc;
}

.career-title {
    position: relative;
    color: white;
    font-weight: bold;
    padding: 160px 100px;
    z-index: 3;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, .4);
}

.request-form-slider {
    position: fixed;
    background-color: #4158D0;
    background-image: linear-gradient(43deg, #4158D0 0%, #C850C0 46%, #70c8ff 100%);

    z-index: 1100;

    top: 0;
    height: 100%;
    right: -130%;
    transition: 0.5s all ease-in-out;
    -webkit-box-shadow: -12px 0px 117px -33px rgba(87, 87, 87, 1);
    -moz-box-shadow: -12px 0px 117px -33px rgba(87, 87, 87, 1);
    box-shadow: -12px 0px 117px -33px rgba(87, 87, 87, 1);

}

.cv-form-slider {
    position: fixed;

    background-color: #FF3CAC;
    background-image: linear-gradient(225deg, #FF3CAC 0%, #784BA0 50%, #2B86C5 100%);

    z-index: 1100;
    top: 0;
    height: 100%;
    right: -130%;
    transition: 0.5s all ease-in-out;
    -webkit-box-shadow: -12px 0px 117px -33px rgba(87, 87, 87, 1);
    -moz-box-shadow: -12px 0px 117px -33px rgba(87, 87, 87, 1);
    box-shadow: -12px 0px 117px -33px rgba(87, 87, 87, 1);

}

@media screen and (min-width: 769px) {
    .cv-form-slider::-webkit-scrollbar {
        width: 5px;
        background-color: transparent;
    }

    .cv-form-slider::-webkit-scrollbar-thumb {
        opacity: 0.8;
        background-color: #977fe0;
        border-radius: 5px;
    }

    .request-form-slider::-webkit-scrollbar {
        width: 5px;
        background-color: transparent;
    }

    .request-form-slider::-webkit-scrollbar-thumb {
        opacity: 0.8;
        background-color: #977fe0;
        border-radius: 5px;
    }
}

.cvOverlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    background: rgb(46, 34, 86);
    background: linear-gradient(0deg, rgba(46, 34, 86, 1) 0%, rgba(151, 127, 224, 1) 100%);
    opacity: 0.1;
    z-index: 14;
}

.cv-close {
}

.close-icon {
    font-size: 30px;
    transition: 0.5s all;
    cursor: pointer;
}

.close-icon i {
    transition: 0.5s all;
}

.cv-slider-input {
    border: 0;
    border-bottom: 2px solid #ccc;
    background-color: transparent;
    padding: 5px;
    color: white;
}

.cv-slider-input::placeholder {
    color: #ccc;
}

.cv-slider-input:focus {
    outline: 0;
}

.file-input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    overflow: hidden;
    z-index: -1;
}

.file-label {
    border: 2px solid #ccc;
    border-radius: 3px;
    padding: 5px;
    cursor: pointer;
}

.file-label:hover {
    background-color: rgba(255, 255, 255, .1);
    opacity: 0.7;
}

.cv-slider-button {
    width: 100%;
    border: 2px solid #ccc;
    color: white;
    padding: 10px;
    margin: 10px 0;
    border-radius: 3px;
    background-color: transparent;
}

.cv-slider-button:focus {
    outline: 0;
}

.cv-slider-button:hover {

}


#collapseOne, #collapseTwo, #collapseThree, #collapseFour, #collapseFive, #collapseTen {
    transition: 0.5s all;
}


.tooltip {
    position: relative;
    display: inline-block;
    opacity: 1;
}

.tooltip span i {
    color: #828282;
    border: 2px solid #828282;
    border-radius: 15px;

}

.tooltip .tooltiptext {
    visibility: hidden;
    opacity: 1;
    width: 350px;
    background-color: #ccc;
    color: black;
    text-align: justify;
    border-radius: 6px;
    padding: 10px;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 30%;
    margin-left: -60px;
}

.tooltip .tooltiptext::after {
    content: " ";
    position: absolute;
    top: 100%; /* At the bottom of the tooltip */
    left: 56%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #ccc transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}


.training-category-overlay {
    position: absolute;


    width: 100%;
    height: 100%;
    opacity: 0.8;
    top: 0;
    left: 0;
    transition: 0.4s all;
    border-radius: 20px;
    z-index: 2;
}

.overlay-1 {
    background: rgb(150, 196, 251);
    background: linear-gradient(0deg, rgba(150, 196, 251, 1) 0%, rgba(79, 58, 144, 1) 100%);
}

.overlay-2 {
    background: rgb(251, 150, 222);
    background: linear-gradient(0deg, rgba(251, 150, 222, 0.9164040616246498) 0%, rgba(253, 120, 149, 1) 100%);
}

.overlay-3 {
    background: rgb(168, 150, 251);
    background: linear-gradient(0deg, rgba(168, 150, 251, 0.9556197478991597) 0%, rgba(50, 27, 109, 1) 100%);
}

.overlay-4 {
    background: rgb(150, 251, 241);
    background: linear-gradient(0deg, rgba(150, 251, 241, 0.9556197478991597) 0%, rgba(60, 197, 215, 1) 100%);
}

.overlay-5 {
    background: rgb(221, 150, 251);
    background: linear-gradient(0deg, rgba(221, 150, 251, 0.9556197478991597) 0%, rgba(60, 107, 215, 1) 100%);
}

.overlay-6 {
    background: rgb(216, 150, 251);
    background: linear-gradient(0deg, rgba(216, 150, 251, 0.9472163865546218) 0%, rgba(215, 60, 141, 1) 100%);
}

.overlay-7 {
    background: rgb(251, 150, 235);
    background: linear-gradient(0deg, rgba(251, 150, 235, 0.9472163865546218) 0%, rgba(215, 60, 178, 1) 100%);
}

.overlay-8 {
    background: rgb(150, 251, 246);
    background: linear-gradient(0deg, rgba(150, 251, 246, 0.9472163865546218) 0%, rgba(60, 191, 215, 1) 100%);
}

.overlay-9 {
    background: rgb(236, 150, 251);
    background: linear-gradient(0deg, rgba(236, 150, 251, 0.9472163865546218) 0%, rgba(156, 60, 215, 1) 100%);
}

.overlay-10 {
    background: rgb(150, 245, 251);
    background: linear-gradient(0deg, rgba(150, 245, 251, 0.9472163865546218) 0%, rgba(117, 60, 215, 1) 100%);
}

.overlay-11 {
    background: rgb(251, 150, 230);
    background: linear-gradient(0deg, rgba(251, 150, 230, 0.9472163865546218) 0%, rgba(161, 60, 215, 1) 100%);
}

.overlay-12 {
    background: rgb(150, 251, 245);
    background: linear-gradient(0deg, rgba(150, 251, 245, 0.9556197478991597) 0%, rgba(60, 180, 215, 1) 100%);
}

.training-category {
    position: relative;
    border-radius: 20px;
    margin: 0;
    padding: 0;
    height: 100%;
}

.training-category:hover .training-category-overlay {
    opacity: 0.6;
}

.training-category:hover .category_btn {
    background-color: #fc6f95;
    border: 1px solid #fc6f95;

}

.training-category a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 5;
}

.training-category p {
    color: white;
    height: 76px;
}

.category_btn {
    color: white;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 10px;
    margin: 10px;
    float: right;
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 20px;
    transition: 0.4s all;

}


.whatsapp-top {
    display: flex;
}

.whatsapp-icon {
    position: fixed;
    bottom: 30px;
    right: 20px;
    display: none;
    transition: 0.4s all;
    width: 60px;
    height: 60px;
    z-index: 150;
    background-color: #4ced69;
    text-align: center;
    padding: 15px;
    border-radius: 50px;
    align-content: center;
}

.whatsapp-icon i {
    font-size: 30px;
}

.phone-icon {
    position: fixed;
    bottom: 30px;
    left: 20px;
    display: none;
    transition: 0.4s all;
    width: 60px;
    height: 60px;
    z-index: 150;
    background-color: #34a1eb;
    text-align: center;
    padding: 15px;
    border-radius: 50px;
    align-content: center;
}

.phone-icon i {
    font-size: 30px;
}

@keyframes zoominoutsinglefeatured {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.1, 1.1);
    }
    100% {
        transform: scale(1, 1);
    }
}

.phone-icon {
    animation: zoominoutsinglefeatured 2s infinite;
}

.whatsapp-icon {
    animation: zoominoutsinglefeatured 2s infinite;
}

.study-title {
    position: relative;
    color: white;
    font-weight: bold;
    padding: 200px 100px;
    z-index: 3;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, .4);
}


/* Reset */

.accordion {
    width: 100%;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}

.accordion .item {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 3px;
    border: 1px solid #dddddd;
}

.accordion .item:hover label.menulabel {
    color: #ff5d8e;
}

.accordion .item label.menulabel {
    width: 100%;
    background-color: #fbf8f6;
    color: #333;
    font-size: 20px;
    font-weight: normal;
    display: block;
    width: 100%;
    border-bottom: 1px solid #dddddd;
    cursor: pointer;
    position: relative;
    padding: 20px 20px;
    overflow: hidden;
}

.accordion .item label.menulabel:after {
    display: none;
    content: "+";
    position: absolute;
    top: 32%;
    right: 30px;
    margin-top: -20px;
    font-size: 40px;
    color: #ff5d8e;
    transition: transform 400ms ease-out;
    -webkit-transition: transform 400ms ease-out;
    -moz-transition: transform 400ms ease-out;
}

.card-header h4 input[type="radio"],
.card-header h4 input[type="checkbox"] {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 15px;
    height: 15px;
    border: 0px;
    z-index: 999;
}

.card-header h4 input[type="radio"][hidden="hidden"],
.card-header h4 input[type="checkbox"][hidden="hidden"] {
    visiblity: hidden;
    top: -100%;
}

.card-header h4 input[type="radio"][hidden="hidden"] + label:after,
.card-header h4 input[type="checkbox"][hidden="hidden"] + label:after {
    display: block;
}

.card-header h4 input[type="radio"]:focus,
.card-header h4 input[type="checkbox"]:focus {
    outline: none;
}

.card-header h4 input[type="radio"]:checked ~ .acoordion-content,
.card-header h4 input[type="checkbox"]:checked ~ .acoordion-content {
    padding: 10px 20px;
    height: auto;
}

.card-header h4 input[type="radio"]:checked + label.menulabel,
.card-header h4 input[type="checkbox"]:checked + label.menulabel {
    color: #ff5d8e;
}

.card-header h4 input[type="radio"]:checked + label.menulabel:after,
.card-header h4 input[type="checkbox"]:checked + label.menulabel:after {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

.accordion .item .acoordion-content {
    padding: 0px 20px;
    height: 0px;
    background-color: #fff;
    color: #333;
    overflow: hidden;
    /*transition: padding 200ms ease-in-out;*/
    /*-webkit-transition: padding 200ms ease-in-out;*/
    /*-moz-transition: padding 200ms ease-in-out;*/
}

#accordioncontent1, #accordioncontent2 {
    transition: 0.5s all;
}

.back-transparent {
    background-color: transparent;
}

.breadcrumb_section_white {
    margin-bottom: 0;
    padding: 10px;
    bottom: 0;
    position: relative;
}

.white {
    color: #ffffff !important;
}

.underline:after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: rgb(252, 111, 149);
    display: block;
    transform: scale(0);
    transition: 0.4s all;
}

.underline:hover:after {
    transform: scale(1);
}


.h-500 {
    height: 500px;
}

.news-title {
    position: relative;
    display: block;
    color: white;
    padding-top: 250px;
    z-index: 3;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, .4);
}

.read_more {
    width: 100px;
    padding: 10px 40px;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    border: 2px solid #ff5d8d;
    border-radius: 5px;
    margin: 10px auto;
    background-color: #ff5d8d;
    transition: 0.4s all;
}

.read_more:hover {
    background-color: #1d1836;
    border: 2px solid #1d1836;
    color: white;
}

.background-news {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #2c2453;
    opacity: 0.8;
}

.news-title {
    position: relative;
    color: white;
    font-weight: bold;
    padding: 160px 100px;
    z-index: 3;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, .4);
}

.news__content {
    transition: 0.4s all;
}

/*.news__link:hover .news__content{*/
/*    background-color: #ff5d8e;*/
/*}*/
/*.news__link:hover .news__title{*/
/*    color: white;*/
/*}*/
.news__link {
    display: block;
    position: relative;
    transition: 0.5s all;
}

.go_up:hover {
    transform: translateY(-4px);
}

/*.news__link:hover .news__time{*/
/*    border: 1px solid #ffffff;*/
/*    border-radius: 3px;*/
/*}*/
/*.news__link:hover .read_more{*/
/*    border: 1px solid #ffffff;*/
/*}*/
.bottom-curved {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.top-curved {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.news_in_img {
    /*height: 300px;*/
    /*object-fit: cover;*/
    position: relative;
    display: block;
}

/*.news_in_img::before{*/
/*    content: "";*/
/*    position: absolute;*/
/*    height: 100%;*/
/*    width: 300px;*/
/*    background-color: red;*/
/*    display: block;*/
/*    top: 0;*/
/*    left: 0;*/
/*    z-index: 20;*/
/*    transform: rotate3d(0deg , 15deg , )(5deg);*/


/*}*/
/*.news_in_img::after{*/
/*    content: "";*/
/*    position: absolute;*/
/*    height: 100%;*/
/*    width: 300px;*/
/*    background-color: red;*/
/*    display: block;*/
/*    top: 0;*/
/*    right: 0;*/
/*    z-index: 20;*/


/*}*/

.our_values {
    background-image: url("");
}

.background_about {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #2c2453;
    opacity: 0;
}

.about_value_header {
    padding: 30px 50px;
    border-radius: 30px 30px 0 0;
    box-shadow: 0 6px 30px 0 rgba(0, 0, 0, .12);
    background-color: #2e2256;
}

}
.about_list {
    background: #fff;
    border-radius: 30px;
    box-shadow: 0 6px 30px 0 rgba(0, 0, 0, .12);
    position: relative;
}

.about_list li {
    color: #9f9f9f;

    font-size: 14px;
    background: #fff;
    border-bottom: 1px solid #ececec;
    position: relative;
    padding: 28px 28px 28px 110px;
    transition: 0.4s all;

}

.count {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 90px;
    font-size: 36px;
    border-right: 1px solid #ececec;
    background: #fbfbfb;
    transition: 0.4s all;
}

.about_list li:hover .count {
    background-color: #2e2256;
    color: #ffffff;
}

.about_list li:hover {
    background-color: #fbf8f6;
}

.background_about_1 {

}

.background_about_2 {
    position: relative;
    background-image: url("/assets/img/about_background_2.jpg");
    background-size: cover;
}

.background_about_3 {

}

.background_about_4 {
    position: relative;
    background-image: url("/assets/img/about_background_5.jpg?v=2");
    background-size: cover;

}

.underline {
    position: relative;
}

.underline:after {
    content: "";
    height: 2px;
    width: 100%;
    background-color: #71bcd3;
    display: block;
}

.study_abroad_rgb {
    background: linear-gradient(-45deg, #2e2256, #71bcd3, #7b60d1, #fc6f95);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
}

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

.study_abroad_student {
    margin: auto;
    display: block;
    width: 72%;
}

.hover_scale {
    transition: 0.4s all;
}

.hover_scale:hover {

    transform: scale(1.05);
}

.abroad-li {
    font-weight: 400;
    line-height: 2;
    transition: 0.4s all ease-in-out;
}

.abroad-li:hover {
    text-shadow: -0.5px -0.5px 0 #ffffff,
    0.5px -0.5px 0 #ffffff;
    /*-0.5px 0.5px 0 #ffffff,*/
    /*0.5px 0.5px 0 #ffffff;*/
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.city-card {
    cursor: pointer;
    display: block;
    position: relative;
    border-radius: 4px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(199, 199, 199, 1);
    -moz-box-shadow: 0px 2px 5px 0px rgba(199, 199, 199, 1);
    box-shadow: 0px 2px 5px 0px rgba(199, 199, 199, 1);
    transition: 0.4s all;
}

.city-card:hover {
    -webkit-box-shadow: 0px 6px 12px 0px rgba(199, 199, 199, 1);
    -moz-box-shadow: 0px 6px 12px 0px rgba(199, 199, 199, 1);
    box-shadow: 0px 6px 12px 0px rgba(199, 199, 199, 1);
}

.img-wrapper {
    width: 100%;
    position: relative;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    height: auto;
    overflow: hidden;
    background-color: #6c757d;


}

.img-wrapper img {
    width: 100%;
    transition: 0.4s all;
}

.city-card-body {
    position: relative;
    height: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    transition: 0.4s all;
    background-color: #ffffff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.city-card-text {
    font-size: 18px;
    color: black;
    font-weight: 600;
}

.city-card:hover .img-wrapper img {
    transform: scale(1.1);
}

.city-card:hover .city-card-body {
    transform: translateY(-3px);
}


.wrap {
    position: absolute;
    margin: auto;
    width: 100%;
    top: 12%;
    letter-spacing: 1px;
    font-family: Montserrat sans-serif;
    color: white;
    z-index: 3;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, .4);
}

.hided {
    display: none;
}


/* Slideshow container */
.slideshow-container {
    max-width: 100%;
    height: 400px;
    overflow: hidden;
    position: relative;
    margin: auto;
    background-color: #242424;
}

.mySlides {
    position: relative;
    height: 100%;
}

.mySlides img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.mySlides video {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

/* Next & previous buttons */
.news_slide_prev, .news_slide_next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white !important;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.news_slide_next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.news_slide_prev:hover, .news_slide_next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}


/* The dots/bullets/indicators */
.news_dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.news_active {
    background-color: #dedede;
}

.news_active, .news_dot:hover {
    border: 2px solid #b0b0b0;
}

/* Fading animation */
.news_fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
    .news_slide_prev, .news_slide_next {
        font-size: 11px
    }
}


.news_dot_container {
    width: 100%;
    overflow: hidden;
}

.halfline {
    position: relative;
}

.halfline::after {
    content: "";
    width: 50%;
    position: relative;
    height: 5px;
    border-radius: 3px;
    top: 10px;
    background-color: #75b6d6;
    display: block;
}

.underline_center {
    position: relative;
    margin: auto;
}

.underline_center::after {
    content: "";
    width: 25%;
    position: relative;
    height: 3px;
    margin: auto;
    border-radius: 3px;
    top: 10px;
    background-color: #75b6d6;
    display: block;
}

.share_icons {
    bottom: 0;
    position: relative;
}

.share_icon {
    padding: 5px 6px;
    margin: 0 4px;
    border: 1px solid #3a3a3a;
}

.hover_shadow {

    transition: 0.4s all;
}

.hover_shadow:hover {
    -webkit-box-shadow: 0px 0px 12px 0px rgba(194, 194, 194, 1);
    -moz-box-shadow: 0px 0px 12px 0px rgba(194, 194, 194, 1);
    box-shadow: 0px 0px 12px 0px rgba(194, 194, 194, 1);
}

.color-pinterest {
    transition: 0.4s all;
    border: 1px solid #2479b9;
    color: #2479b9;
}

.color-linkedin {
    transition: 0.4s all;
    border: 1px solid #2479b9;
    color: #2479b9;
}

.color-instagram {
    transition: 0.4s all;
    border: 1px solid #2479b9;
    color: #2479b9;
}

.color-facebook {
    transition: 0.4s all;
    border: 1px solid #2479b9;
    color: #2479b9;
}

.share_icons a:hover .color-facebook {
    background-color: #3a589e;
    color: white;
    border: 1px solid #3a589e;
}

.share_icons a:hover .color-instagram {
    background-color: #d70044;
    color: white;
    border: 1px solid #d70044;
}

.share_icons a:hover .color-linkedin {
    background-color: #0177b5;
    color: white;
    border: 1px solid #0177b5;
}

/*.share_icons a:hover .color-pinterest {*/
/*    background-color: #cb2320;*/
/*    color: white;*/
/*    border: 1px solid #cb2320;*/
/*}*/

.time {

    font-weight: 500;
    text-align: center;
    color: #ffffff;
    background-color: rgb(252, 111, 149);
    -webkit-box-shadow: 1px 27px 37px -17px rgba(199, 199, 199, 1);
    -moz-box-shadow: 1px 27px 37px -17px rgba(199, 199, 199, 1);
    box-shadow: 1px 27px 37px -17px rgba(199, 199, 199, 1);
    transition: 0.4s;
}

.event-title {
    position: relative;
    font-size: 29px;
    color: white;
    font-weight: bold;
    padding: 60px 60px;
    z-index: 3;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, .4);
}

.event_info {
    border: 1px solid #2e2256;
    border-radius: 6px;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(176,176,176,1);
    -moz-box-shadow: 0px 0px 8px 0px rgba(176,176,176,1);
    box-shadow: 0px 0px 8px 0px rgba(176,176,176,1);

}

.info-table th {
    width: 40%;
    border-bottom: 1px solid white;
    background-color: #2e2256;
    padding: 15px;
    color: white;
    text-align: justify;
}

.info-table td {
    width: 60%;
    border-bottom: 1px solid #2e2256;
    padding: 15px;

}

.shadow_low {
    -webkit-box-shadow: 0px 0px 6px 0px rgba(194, 194, 194, 1);
    -moz-box-shadow: 0px 0px 6px 0px rgba(194, 194, 194, 1);
    box-shadow: 0px 0px 6px 0px rgba(194, 194, 194, 1);
}

.noborder{
    border: 0!important;
}


.columns {
    float: left;
    width: 50%;
    padding: 8px;
}

.price {
    list-style-type: none;
    border: 1px solid #eee;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.price:hover {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2)
}

.price .header {
    color: white;
    font-size: 25px;
}

.price li {
    border-bottom: 1px solid #eee;
    padding: 20px;
    text-align: center;
}

.price .grey {
    background-color: #eee;
    font-size: 18px;
}



@media only screen and (max-width: 600px) {
    .columns {
        width: 100%;
    }
}


.fit{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}


.page-link2{
    width: 40px;
    height: 40px;
    margin:0 10px;
    border-radius: 3px;
    border: 1px solid #ffffff;
    transition: 0.2s all;
    color: #ffffff;

}
.page-link2 a i{
    font-size: 28px;
    transition: 0.2s all;
}
.page-link2 a, .page-link2 span{
    width: 100%;
    display: block;
    height: 100%;
    margin:auto;
    padding: 5px;
    color: #3a3a3a;
    font-weight: 700;
    transition: 0.2s all;
}
.page-link2.active span{
    color: #ffffff;
}

.page-link2:hover{
    background-color: rgb(252, 111, 149);
    border: 1px solid rgb(252, 111, 149);


}
.page-link2:hover a{
     color: #ffffff;
 }
.page-link2.active{
    border: 1px solid #1d1836;
    color: #ffffff;
    background-color: #1d1836;
}


.exams{
    height: 156px;
}
.exams-image{
    height: 100%;
}

@media screen and (min-width: 992px) {
    .border-lg-right{
        border-right: 1px solid #dee2e6;
    }
    .additional-title{
        height: 131px;
    }
}
.main-slider img{
    object-fit: cover;
    object-position: center;
    height: 550px;
}
.slider1{
    font-size: 65px;
}
.slider2 , .slider3{
    font-size: 60px;
}

@media screen and (max-width: 1199px) {
    .main-slider img{
        object-fit: cover;
        object-position: center;
        height: 500px;
    }
    .slider1{
        font-size: 60px;
    }
    .slider2 , .slider3{
        font-size: 55px;
    }
}
@media screen and (max-width: 768px) {
    .main-slider img{
        object-fit: cover;
        object-position: center;
        height: 350px;
    }
    .slider1{
        font-size: 45px;
    }
    .slider2 , .slider3{
        font-size: 40px;
    }
}
@media screen and (max-width: 425px) {
    .main-slider img{
        object-fit: cover;
        object-position: center;
        height: 250px;
    }
    .slider1{
        font-size: 30px;
    }
    .slider2 , .slider3{
        font-size: 25px;
    }
}