/******** Fonts ********/
/*@subInterestlistTopSpace: 114px;*/
/*@sectionBottomSpace: 160px;*/
body {
    background: #fff;
    font-kerning: normal;
    /*cursor: url(../../Images/Facelift/mouse.cur) 16 16, auto;*/
    /** {
        cursor: url(../../Images/Facelift/mouse.cur) 16 16, auto;
    }*/
}

    body.coverActive {
        overflow: hidden;
        padding-right: 17px;
    }

        body.coverActive .coverImageSection {
            right: 17px;
        }

        body.coverActive .cookieinfo {
            display: none !important;
        }

    body.arabic .pageLayoutContent,
    body.arabic strong {
        font-family: 'cairo-Medium', sans-serif !important;
    }

    body.arabic .collegeEventCarousel .location,
    body.arabic .happensList .lineContainer {
        font-family: 'cairo-Regular', sans-serif !important;
    }
/*.blackCursor {
    cursor: url('../../Images/Facelift/mouseBlack.cur') 16 16, auto;

    * {
        cursor: url('../../Images/Facelift/mouseBlack.cur') 16 16, auto;
    }

    .magnetCursor:hover {
        &:before {
            border-color: fade(@color-grayBlack, 50%);
        }
    }
}*/
.pageLayoutContent {
    color: #181818;
    font-size: 10px;
    font-family: 'Rocohn-Medium' /*rtl: 'Lato-Medium',sans-serif*/;
    direction: rtl;
    text-align: right;
    height: 100%;
}

.pageLayout {
    height: 100%;
}
/*.magnetCursor:hover {
    cursor: none;

    &:before {
        content: '';
        display: block;
        border: 1px solid fade(#fff, 50%);
        border-radius: 50%;
        position: absolute;
        left: 50%;
        top: 50%;
        width: 32px;
        height: 32px;
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }
}*/
.containerFluid {
    margin-right: auto;
    margin-left: auto;
    max-width: 1114px;
}

    .containerFluid.col10 {
        max-width: 1210px;
    }

    .btn.btnBlue {
        background-color: #6fe9ff;
    }

        .btn.btnBlue:active,
        .btn.btnBlue:hover {
            background: #89edff;
        }

        .btn.btnBlue[disabled="disabled"],
        .btn.btnBlue[disabled],
        .btn.btnBlue.disabled {
            background-color: #6fe9ff !important;
        }

.btnClose {
    position: absolute;
    left: 0;
    top: 0;
    height: 52px;
    width: 52px;
    z-index: 1;
}

    .btnClose .icon {
        height: 100%;
        width: 100%;
    }

        .btnClose .icon:before,
        .btnClose .icon:after {
            content: "";
            height: 2px;
            width: 16px;
            display: block;
            background-color: #181818;
            position: absolute;
            left: 50%;
            top: 50%;
            border-radius: 1px;
            transition: all 0.3s linear;
        }

        .btnClose .icon:before {
            -moz-transform: translate(-50%, -50%) rotate(45deg);
            -ms-transform: translate(-50%, -50%) rotate(45deg);
            -o-transform: translate(-50%, -50%) rotate(45deg);
            -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
        }

        .btnClose .icon:after {
            -moz-transform: translate(-50%, -50%) rotate(-45deg);
            -ms-transform: translate(-50%, -50%) rotate(-45deg);
            -o-transform: translate(-50%, -50%) rotate(-45deg);
            -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
        }

    .btnClose:hover .icon:before,
    .btnClose:hover .icon:after {
        background-color: #6fe9ff;
    }

.coverImageSection {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: none;
    z-index: 100;
}
.coverImageSection * {
/*  cursor: url(../../Images/Facelift/mouse.cur) 16 16, auto; */
}
.coverImageSection .coverImage {
  width: 100% !important;
  height: 100% !important;
}
.coverImageSection .textContainer {
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 5rem;
  color: #fff;
}
.coverImageSection .timer {
  position: absolute;
  left: 50%;
  bottom: 50px;
  width: 39px;
  height: 39px;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 10px;
  color: #fff;
}
.coverImageSection .timer .pie_progress__number {
  font-size: 12px;
}

    .coverImageSection * {
        cursor: url(../../Images/Facelift/mouse.cur) 16 16, auto;
    }

    .coverImageSection .coverImage {
        width: 100% !important;
        height: 100% !important;
    }

    .coverImageSection .textContainer {
        position: absolute;
        left: 50%;
        top: 50%;
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        font-size: 5rem;
        color: #fff;
    }

    .coverImageSection .timer {
        position: absolute;
        left: 50%;
        bottom: 50px;
        width: 39px;
        height: 39px;
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        font-size: 10px;
        color: #fff;
    }

        .coverImageSection .timer .pie_progress__number {
            font-size: 12px;
        }

.mainCarouselSection {
    position: relative;
    height: 90%;
    background: #181818;
    padding-top: 72px;
}

@media (max-width: 768px) {
    .mainCarouselSection {
        height: 80%;
    }
}

.arabic .mainPageCarousel .textBg .backgroundContainer {
    padding: 2.4rem 30px;
}

.mainPageCarousel {
    height: 100%;
}

    .mainPageCarousel .slick-track,
    .mainPageCarousel .slick-list {
        height: 100%;
    }

    .mainPageCarousel .item {
        position: relative;
        background: no-repeat center center scroll;
        background-size: cover;
    }

        .mainPageCarousel .item:before {
            content: '';
            display: block;
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            background: rgba(24, 24, 24, 0.3);
        }

    .mainPageCarousel .textContainer {
        position: relative;
        padding: 0 70px 0 0;
        transition: all 0.3s linear;
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        height: 100%;
        justify-content: center;
        /* top: 50%;
        transform: translateY(-50%); */
    }

    .mainPageCarousel .slideTimer {
        display: flex;
        align-items: center;
        height: 45px;
    }

    .mainPageCarousel .number {
        font-size: 1.2rem;
        color: #fff;
        margin-left: 10px;
    }

    .mainPageCarousel .progressBar {
        height: 1px;
        width: 72px;
        background: rgba(255, 255, 255, 0.2);
        display: inline-flex;
    }

        .mainPageCarousel .progressBar:after {
            content: '';
            background: #fff;
            height: 100%;
            width: 0;
        }

    .mainPageCarousel .animateContent {
        margin-top: 4%;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.4s ease-out 1s, margin-top 0.4s ease-out 1s;
    }

        .mainPageCarousel .animateContent:nth-child(4) {
            transition-delay: 800ms;
        }

        .mainPageCarousel .animateContent:nth-child(3) {
            transition-delay: 600ms;
        }

        .mainPageCarousel .animateContent:nth-child(2) {
            transition-delay: 400ms;
        }

        .mainPageCarousel .animateContent:nth-child(1) {
            transition-delay: 200ms;
        }

    .mainPageCarousel .slick-active .progressBar:after {
        -moz-animation: progressBar 8s forwards linear;
        -o-animation: progressBar 8s forwards linear;
        -webkit-animation: progressBar 8s forwards linear;
        animation: progressBar 8s forwards linear;
    }

@-webkit-keyframes progressBar {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

@-moz-keyframes progressBar {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

@keyframes progressBar {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

.mainPageCarousel .slick-active .animateContent {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
    z-index:1;
}

.mainPageCarousel .title {
    display: inline-flex;
    color: #181818;
    background: #6fe9ff;
    padding: 11px 15px;
    font-size: 2rem;
    box-decoration-break: clone;
    position: relative;
    z-index: 1;
}

.mainPageCarousel .subTitle {
    color: #fff;
    font-size: 8rem;
}

.mainPageCarousel .textBg .backgroundContainer {
    padding: 1.4rem 30px;
}

    .mainPageCarousel .textBg .backgroundContainer:after {
        background-color: #181818;
    }

    .mainPageCarousel .textBg .backgroundContainer + .backgroundContainer {
        margin-top: -30px;
    }

.mainPageCarousel .textBg .backgroundText.blueText {
    margin-right: 30px;
}

.mainPageCarousel .homepageSliderTextContainer .textBg {
    /*.backgroundContainer {
                padding: 11px 0;
                max-width: 70%;

                &::after {
                    content: none;
                }
            }*/
}

    .mainPageCarousel .homepageSliderTextContainer .textBg .backgroundText {
        white-space: pre-line;
        /* position: relative;
                padding: 1.4rem 0;
                   display: inline;
                background: @color-grayBlack;

                   &::after {
                    background: @color-grayBlack;
                    position: absolute;
                    content: ' ';
                    left: 0;
                    right: 0;
                    top: 0;
                    bottom: 0;
                    z-index: -1;
                }*/
    }

.mainPageCarousel .link {
    display: inline-flex;
    color: #fff;
    padding-top: 12px;
    font-size: 1.8rem;
    position: relative;
    display: inline-block;
    padding-bottom: 3px;
}

    .mainPageCarousel .link:after {
        content: '';
        position: absolute;
        right: 0;
        background: #6fe9ff;
        bottom: 0;
        height: 2px;
        width: 100%;
        display: block;
        transition: all 0.3s linear;
    }

    .mainPageCarousel .link:hover:after {
        background: #fff;
    }

.mainPageCarousel .verticalLine {
    position: absolute;
    left: 40px;
    bottom: 135px;
    color: #fff;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -moz-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.3s linear;
}

    .mainPageCarousel .verticalLine:before {
        content: '';
        display: block;
        width: 34px;
        height: 2px;
        margin-left: 10px;
        background: #fff;
    }

.mainPageCarousel .mainNavArrow {
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    background: #6fe9ff;
    z-index: 1;
    cursor: pointer;
}

    .mainPageCarousel .mainNavArrow:after {
        content: '';
        display: block;
        width: 10px;
        height: 10px;
        /* border-left: 2px solid #ffffff;
        border-top: 2px solid #ffffff; */

        border-left: 2px solid #181818;
        border-top: 2px solid #181818;
    }

    .mainPageCarousel .mainNavArrow.next {
        left: 0;
        /* top: 50%;
        background-color: transparent; */
    }

        .mainPageCarousel .mainNavArrow.next:after {
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

    .mainPageCarousel .mainNavArrow.prev {
        left: 73px;
        /* right: 0;       
        top: 50%;
        background-color: transparent; */
    }

        .mainPageCarousel .mainNavArrow.prev:after {
            -moz-transform: rotate(135deg);
            -ms-transform: rotate(135deg);
            -o-transform: rotate(135deg);
            -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
        }

    .mainPageCarousel .mainNavArrow:hover {
        background-color: #89edff;
        /* border-radius: 50px; */
    }

.mainPageCarousel .videoItem {
    height: 100%;
}

    .mainPageCarousel .videoItem .videoContainer {
        height: 100%;
    }

    .mainPageCarousel .videoItem .textContainer {
        position: absolute;
        /*top: 0;*/
    }

    .mainPageCarousel .videoItem .videoBtn {
        position: absolute;
        padding: 15px;
        bottom: 0px;
        left: 0;
    }

        .mainPageCarousel .videoItem .videoBtn::after {
            border-right: 2px solid #181818;
            border-top: none;
        }

        .mainPageCarousel .videoItem .videoBtn.active::after {
            border-right: none;
            border-top: 2px solid #181818;
            transform: rotate(135deg);
        }

.mainPageCarousel .picItem {
    height: 100%;
}

#BR_acc-page {
    height: 100%;
}

.scrolledMore .mainNavArrow,
.scrolledMore .textContainer {
    -moz-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    -o-transform: translateY(-30%);
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
    opacity: 0;
    visibility: hidden;
}

.scrolledMore .verticalLine {
    -moz-transform: translateY(-30%) rotate(-90deg);
    -ms-transform: translateY(-30%) rotate(-90deg);
    -o-transform: translateY(-30%) rotate(-90deg);
    -webkit-transform: translateY(-30%) rotate(-90deg);
    transform: translateY(-30%) rotate(-90deg);
    opacity: 0;
    visibility: hidden;
}

.scrolledMore ~ .interestSection .containerFluid {
    /* margin-top: -180px; */
}

.scrolledMore ~ .interestSection.v2 .containerFluid {
    margin-top: -140px;
}

.scrolledMore ~ .interestSection .goDownBtn {
  font-size: 4.4rem;
  /*cursor: url(../../Images/Facelift/mouse.cur), auto;*/
  pointer-events: none;
    font-size: 4.4rem;
    cursor: url(../../Images/Facelift/mouse.cur), auto;
    pointer-events: none;
}

    .scrolledMore ~ .interestSection .goDownBtn:before {
        content: none;
    }

    .scrolledMore ~ .interestSection .goDownBtn:after {
        opacity: 0;
    }

.scrolledMore ~ .interestSection .list {
    opacity: 1;
}

    .scrolledMore ~ .interestSection .list .item {
        margin-top: 0;
        opacity: 1;
        visibility: visible;
    }

.animateSection {
    opacity: 0;
    -moz-transform: translate3d(0, 10%, 0);
    -ms-transform: translate3d(0, 10%, 0);
    -o-transform: translate3d(0, 10%, 0);
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
    -moz-transition: opacity 1s ease-out, transform 1s ease-out;
    -o-transition: opacity 1s ease-out, transform 1s ease-out;
    -webkit-transition: opacity 1s ease-out, transform 1s ease-out;
    transition: opacity 1s ease-out, transform 1s ease-out;
}

    .animateSection.move {
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }

.scrolledMore ~ .interestSection .goDownBtn .circle {
    background: transparent;
    transition: all 0.3s linear;
}

    .scrolledMore ~ .interestSection .goDownBtn .circle:after {
        border-left: 2px solid #fff;
        border-bottom: 2px solid #fff;
        transition: all 0.3s linear;
    }

.interestSection {
    transition: all 0.3s linear;
}

    .interestSection + section {
        transition: all 0.3s linear;
    }

    .interestSection.moreSpace + section {
        padding-top: 114px;
    }

    .interestSection .containerFluid {
        position: relative;
    }

    @media(max-width: 1240px) {
        .interestSection .containerFluid {
          margin-top: 0px;
        }
    }

    .interestSection .goDownBtn {
        color: #fff;
        font-size: 2.2rem;
        display: flex;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        align-items: center;
        text-align: center;
        position: relative;
        /*&::before {
            position: absolute;
            content: '';
            width: 64px;
            height: 64px;
            background: @color-white;
            bottom: 0;
        }*/
    }

        .interestSection .goDownBtn .circle {
            position: relative;
            display: block;
            width: 50px;
            height: 50px;
            background: #fff;
            border-radius: 50%;
            margin-top: 10px;
            transition: all 0.3s linear;
        }

            .interestSection .goDownBtn .circle:after {
                position: absolute;
                top: 50%;
                left: 50%;
                content: '';
                display: block;
                width: 10px;
                height: 10px;
                border-left: 2px solid #181818;
                border-bottom: 2px solid #181818;
                -moz-transform: rotate(-45deg) translate(-50%, -50%);
                -ms-transform: rotate(-45deg) translate(-50%, -50%);
                -o-transform: rotate(-45deg) translate(-50%, -50%);
                -webkit-transform: rotate(-45deg) translate(-50%, -50%);
                transform: rotate(-45deg) translate(-50%, -50%);
                transform-origin: left top;
                transition: all 0.3s linear;
            }

        .interestSection .goDownBtn:hover {
            /*&:after {
                -moz-animation: jump 2s infinite;
                -o-animation: jump 2s infinite;
                -webkit-animation: jump 2s infinite;
                animation: jump 2s infinite;
                .keyframes(jump);

                .-frames(@-...) {
                    0%, 100%, 20%, 50%, 80% {
                        -moz-transform: rotate(-45deg) translate3d(0,0,0);
                        -ms-transform: rotate(-45deg) translate3d(0,0,0);
                        -o-transform: rotate(-45deg) translate3d(0,0,0);
                        -webkit-transform: rotate(-45deg) translate3d(0,0,0);
                        transform: rotate(-45deg) translate3d(0,0,0);
                    }

                    40% {
                        -moz-transform: rotate(-45deg) translate3d(8px,-8px,0);
                        -ms-transform: rotate(-45deg) translate3d(8px,-8px,0);
                        -o-transform: rotate(-45deg) translate3d(8px,-8px,0);
                        -webkit-transform: rotate(-45deg) translate3d(8px,-8px,0);
                        transform: rotate(-45deg) translate3d(8px,-8px,0);
                    }

                    60% {
                        -moz-transform: rotate(-45deg) translate3d(4px,-4px,0);
                        -ms-transform: rotate(-45deg) translate3d(4px,-4px,0);
                        -o-transform: rotate(-45deg) translate3d(4px,-4px,0);
                        -webkit-transform: rotate(-45deg) translate3d(4px,-4px,0);
                        transform: rotate(-45deg) translate3d(4px,-4px,0);
                    }
                }
            }*/
        }

            .interestSection .goDownBtn:hover .circle {
                background: #e1e1e1;
                transition: all 0.3s linear;
            }

    .interestSection .list {
        opacity: 1;
        background: #fff;
    }

.interestList {
    display: flex;
    position: relative;
    height: 180px;
    transition: all 0.3s linear;
}

    .interestList .item {
        -ms-flex: 1 0 0%;
        -webkit-flex: 1 0 0%;
        flex: 1 0 0%;
        height: 100%;
        /* margin-top: 4%; */
        opacity: 1;
        visibility: visible;
        transition: opacity 0.4s ease-out 1s, margin-top 0.4s ease-out 1s;
    }

        .interestList .item:nth-child(7) {
            transition-delay: 700ms;
        }

        .interestList .item:nth-child(6) {
            transition-delay: 600ms;
        }

        .interestList .item:nth-child(5) {
            transition-delay: 500ms;
        }

        .interestList .item:nth-child(4) {
            transition-delay: 400ms;
        }

        .interestList .item:nth-child(3) {
            transition-delay: 300ms;
        }

        .interestList .item:nth-child(2) {
            transition-delay: 200ms;
        }

        .interestList .item:nth-child(1) {
            transition-delay: 100ms;
        }

        .interestList .item + .item .content {
            border-right: 1px solid #ededed;
        }

    .interestList .content {
        height: 100%;
        position: relative;
        /* padding: 40px 20px 0; */
        display: flex;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

        .interestList .content:before {
            content: '';
            display: block;
            height: 4px;
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            background: #6fe9ff;
            transition: all 0.3s linear;
        }

        .interestList .content:after {
            content: '';
            display: block;
            width: 20px;
            height: 20px;
            position: absolute;
            left: 50%;
            bottom: 0;
            opacity: 1;
            background: #f2f2f2;
            -moz-transform: translate(-50%, 50%) rotate(45deg);
            -ms-transform: translate(-50%, 50%) rotate(45deg);
            -o-transform: translate(-50%, 50%) rotate(45deg);
            -webkit-transform: translate(-50%, 50%) rotate(45deg);
            transform: translate(-50%, 50%) rotate(45deg);
            transition: all 0.3s linear;
        }

        .interestList .content:hover {
            background: #f8f8f8;
        }

        .interestList .content.collapsed:before {
            height: 0;
        }

        .interestList .content.collapsed:after {
            opacity: 0;
        }

    .interestList .pic {
        display: block;
    }

    .interestList .text {
        font-size: 1.8rem;
        width: 100%;
    }

    .interestList .collpaseContainer {
        background: #f2f2f2;
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
    }

.subInterestlist {
    display: flex;
    justify-content: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 114px;
    padding: 0 60px;
}

    .subInterestlist .subItem {
        padding: 0 22px;
        position: relative;
        margin-top: 4%;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.4s ease-out 1s, margin-top 0.4s ease-out 1s;
    }

        .subInterestlist .subItem:nth-child(7) {
            transition-delay: 700ms;
        }

        .subInterestlist .subItem:nth-child(6) {
            transition-delay: 600ms;
        }

        .subInterestlist .subItem:nth-child(5) {
            transition-delay: 500ms;
        }

        .subInterestlist .subItem:nth-child(4) {
            transition-delay: 400ms;
        }

        .subInterestlist .subItem:nth-child(3) {
            transition-delay: 300ms;
        }

        .subInterestlist .subItem:nth-child(2) {
            transition-delay: 200ms;
        }

        .subInterestlist .subItem:nth-child(1) {
            transition-delay: 100ms;
        }

.collpaseContainer.show .subInterestlist .subItem {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
}

.subInterestlist .subItem:after {
    content: '';
    display: block;
    background: #6fe9ff;
    position: absolute;
    top: 50%;
    right: 0;
    width: 7px;
    height: 7px;
    -moz-transform: translate(50%, -50%) rotate(45deg);
    -ms-transform: translate(50%, -50%) rotate(45deg);
    -o-transform: translate(50%, -50%) rotate(45deg);
    -webkit-transform: translate(50%, -50%) rotate(45deg);
    transform: translate(50%, -50%) rotate(45deg);
}

.subInterestlist .link {
    font-size: 1.8rem;
    /*white-space: nowrap;*/
    position: relative;
    padding-bottom: 3px;
}

    .subInterestlist .link:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 2px;
        width: 0;
        display: block;
        background: transparent;
        transition: all 0.3s linear;
    }

    .subInterestlist .link:hover:after {
        width: 100%;
        background: #6fe9ff;
    }

.WhyUsSection {
    padding: 0 20px 160px;
    margin-top: -90px;
}

.WhyUsSection .containerFluid  {
    padding-top: 90px;
}

.whyUsList {
    display: flex;
    margin-bottom: 60px;
}

    .whyUsList .item {
        position: relative;
        display: flex;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        align-items: center;
        text-align: center;
        -ms-flex: 1 0 0%;
        -webkit-flex: 1 0 0%;
        flex: 1 0 0%;
        padding: 20px;
    }

        .whyUsList .item:after {
            content: '';
            display: block;
            position: absolute;
            right: 0;
            top: 0;
            bottom: 0;
            width: 2px;
            background: #33c5e9;
            -moz-transform-origin: center center;
            -ms-transform-origin: center center;
            -o-transform-origin: center center;
            -webkit-transform-origin: center center;
            transform-origin: center center;
            /*rtl:begin:ignore*/
            -moz-transform: rotate(10deg);
            -ms-transform: rotate(10deg);
            -o-transform: rotate(10deg);
            -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
            /*rtl:end:ignore*/
        }

        .whyUsList .item:first-child::after {
            content: none;
        }

    .whyUsList .pic {
        display: block;
        margin-bottom: 20px;
    }

    .whyUsList .text {
        font-size: 1.8rem;
    }

    .whyUsList .subText {
        width: 100%;
        font-size: 2.4rem;
    }

.blueText {
    color: #ffcd73;
}

.blueBg {
    background-color: #73daff;
    background-image: -moz-linear-gradient(right, #6fe9ff, #79c4ff);
    background-image: -webkit-linear-gradient(right, #6fe9ff, #79c4ff);
    background-image: linear-gradient(to left, #6fe9ff, #79c4ff);
}

    .blueBg .slickDots li.slick-active .dot {
        background: #fff;
    }

    .blueBg .slickDots .dot {
        background-color: rgba(255, 255, 255, 0.6);
    }

.grayBg {
    background-color: #ededed;
}

.mainTitleContainer {
    text-align: center;
    padding: 100px 0 30px;
}

    .mainTitleContainer .mainTitle {
        font-family: "Narkiss-Block-Regular";
        font-size: 36px;
        line-height: 39.6px;
    }

.mainDetailsSection {
    padding: 100px 20px 160PX;
}

.mainDetailsContainer {
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

    .mainDetailsContainer .mainInfo {
        font-size: 2.2rem;
        margin: 20px 0 5px;
    }

    .mainDetailsContainer .mainSubInfo {
        font-size: 1.6rem;
    }

        .mainDetailsContainer .mainSubInfo + .btn {
            margin-top: 10px;
        }

.textBg {
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

    .textBg .backgroundContainer {
        position: relative;
        display: inline-block;
        line-height: 1;
    }

        .textBg .backgroundContainer:after {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            right: 0;
        }

    .textBg .backgroundText {
        position: relative;
        z-index: 1;
    }

.linkToAllContainer {
    position: absolute;
    left: 0;
    top: 110px;
    display: inline-flex;
    align-items: center;
}

    .linkToAllContainer .link {
        display: inline-flex;
        font-size: 1.8rem;
        position: relative;
        display: inline-block;
        padding-bottom: 3px;
    }

        .linkToAllContainer .link:after {
            content: '';
            position: absolute;
            right: 0;
            background: #6fe9ff;
            bottom: 0;
            height: 2px;
            width: 100%;
            display: block;
            transition: all 0.3s linear;
        }

        .linkToAllContainer .link:hover:after {
            width: 0;
        }

    .linkToAllContainer.bottom {
        top: auto;
        bottom: -160px;
    }

    .linkToAllContainer .shareList {
        margin-right: 24px;
    }

.shareList {
    display: flex;
    margin: 0 -1px;
}

    .shareList .itemBox {
        padding: 0 1px;
        list-style: none;
    }

    .shareList .linkBox {
        position: relative;
        width: 44px;
        height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #ededed;
    }

        .shareList .linkBox:hover {
            background-color: #ffcd73;
        }

.collegeEventSection {
    padding: 0 20px 160PX;
}

    .collegeEventSection .containerFluid {
        position: relative;
    }

.collegeEventCarousel {
    margin: 0 -20px;
}

    .collegeEventCarousel .item {
        padding: 0 20px;
    }

    .collegeEventCarousel .content {
        display: block;
        text-decoration: none;
    }

        .collegeEventCarousel .content:hover .pic {
            -moz-transform: scale(1.03, 1.03);
            -ms-transform: scale(1.03, 1.03);
            -o-transform: scale(1.03, 1.03);
            -webkit-transform: scale(1.03, 1.03);
            transform: scale(1.03, 1.03);
        }

    .collegeEventCarousel .picContainer {
        overflow: hidden;
    }

    .collegeEventCarousel .pic {
        display: block;
        width: 100%;
        transition: all 0.3s linear;
    }

    .collegeEventCarousel .textContainer {
        margin-top: -45px;
        margin-bottom: 20px;
    }

        .collegeEventCarousel .textContainer .backgroundContainer {
            max-width: 290px;
        }

    .collegeEventCarousel .title {
        font-size: 1.4rem;
        color: #33c5e9;
        background: #fff;
        display: inline-flex;
        align-items: flex-end;
        /*height: 27px;*/
        padding: 6px 20px;
        -moz-transform: translateY(4px);
        -ms-transform: translateY(4px);
        -o-transform: translateY(4px);
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
        position: relative;
        z-index: 1;
    }

    .collegeEventCarousel .text {
        font-size: 2.6rem;
    }

        .collegeEventCarousel .text.notitle {
            padding-top: 27px;
        }

    .collegeEventCarousel .textBg .backgroundContainer {
        padding: 1rem 20px;
    }

        .collegeEventCarousel .textBg .backgroundContainer:after {
            background-color: #fff;
        }

        .collegeEventCarousel .textBg .backgroundContainer + .backgroundContainer {
            margin-top: -20px;
        }

    .collegeEventCarousel .date {
        font-size: 1.8rem;
        margin-bottom: 10px;
    }

    .collegeEventCarousel .dateText + .dateText {
        padding-right: 5px;
    }

    .collegeEventCarousel .location {
     
    }

    .collegeEventCarousel .iconPic {
        margin-left: 10px;
    }

.happensSection {
    padding: 0 20px 160PX;
    /*rtl:begin:ignore*/
    background: no-repeat left bottom;
    /*rtl:end:ignore*/
}

    .happensSection .containerFluid {
        position: relative;
    }

    .happensSection .textContainer {
        max-width: 300px;
    }

.happensList {
    display: flex;
    margin: 0 -20px;
}

    .happensList .item {
        padding: 0 20px;
    }

    .happensList .content {
        display: block;
    }

        .happensList .content:hover .pic {
            -moz-transform: scale(1.03, 1.03);
            -ms-transform: scale(1.03, 1.03);
            -o-transform: scale(1.03, 1.03);
            -webkit-transform: scale(1.03, 1.03);
            transform: scale(1.03, 1.03);
        }

        .happensList .content:hover .link:after {
            width: 0;
        }

    .happensList .picContainer {
        overflow: hidden;
        position: relative;
    }

    .happensList .pic {
        display: block;
        transition: all 0.3s linear;
    }

    .happensList .title {
        font-size: 1.4rem;
        height: 40px;
        display: inline-flex;
        align-items: center;
        padding: 0 20px;
        margin-bottom: 25px;
        background: #6fe9ff;
    }

    .happensList .textContainer {
        margin-top: -40px;
        position: relative;
    }

    .happensList .text {
        font-size: 2.2rem;
        margin-bottom: 10px;
    }

        .happensList .text.noTitle {
            padding-top: 65px;
        }

    .happensList .lineContainer {
        font: 1.5rem 'Rocohn-Regular' /*rtl: 'Lato-Regular',sans-serif*/;
        margin-bottom: 20px;
    }

    .happensList .lineText {
        position: relative;
    }

        .happensList .lineText + .lineText {
            margin-right: 15px;
            padding-right: 20px;
        }

            .happensList .lineText + .lineText:after {
                content: '';
                position: absolute;
                top: 50%;
                right: 0;
                -moz-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 3.5px 6px 3.5px 0;
                border-color: transparent #6fe9ff transparent transparent;
            }

    .happensList .link {
        position: relative;
        display: inline-block;
        font-size: 1.6rem;
        padding-bottom: 3px;
    }

        .happensList .link:after {
            content: '';
            position: absolute;
            right: 0;
            background: #6fe9ff;
            bottom: 0;
            height: 2px;
            width: 100%;
            display: block;
            -moz-transition: all 0.3s linear;
            -o-transition: all 0.3s linear;
            -webkit-transition: all 0.3s linear;
            transition: all 0.3s linear;
        }

.locationSection {
    padding: 0 0 160PX;
}

    .locationSection .containerFluid {
        position: relative;
    }

.locationCarousel {
    margin: 0;
    position: relative;
}

    .locationCarousel.active .textContainer .backgroundContainer {
        max-width: none;
    }

    .locationCarousel .item {
        padding: 0 10px;
        position: static;
        -moz-transition: opacity 0.3s linear, visibility 0.3s linear;
        -o-transition: opacity 0.3s linear, visibility 0.3s linear;
        -webkit-transition: opacity 0.3s linear, visibility 0.3s linear;
        transition: opacity 0.3s linear, visibility 0.3s linear;
    }

    .locationCarousel .collpaseContainer {
        overflow: hidden;
        position: relative;
        display: block !important;
        height: auto !important;
    }

        .locationCarousel .collpaseContainer.collpasing .pic {
            -moz-transition: none;
            -o-transition: none;
            -webkit-transition: none;
            transition: none;
        }

        .locationCarousel .collpaseContainer.show {
            position: absolute;
            right: 10px;
            left: 10px;
            top: 0;
            bottom: 0;
            z-index: 1;
        }

            .locationCarousel .collpaseContainer.show .pic {
                margin-right: 0;
            }

            .locationCarousel .collpaseContainer.show .btnOpen {
                display: none;
            }

            .locationCarousel .collpaseContainer.show .link {
                display: none;
            }

            .locationCarousel .collpaseContainer.show .btnClose {
                opacity: 1;
                visibility: visible;
            }

            .locationCarousel .collpaseContainer.show .picSide {
                max-width: 50%;
            }

            .locationCarousel .collpaseContainer.show .info a {
                position: relative;
                display: inline-block;
                padding-bottom: 0px;
            }

                .locationCarousel .collpaseContainer.show .info a:after {
                    content: '';
                    position: absolute;
                    right: 0;
                    background: #6fe9ff;
                    bottom: 0;
                    height: 1px;
                    width: 100%;
                    display: block;
                    transition: all 0.3s linear;
                }

                .locationCarousel .collpaseContainer.show .info a:hover:after {
                    width: 0;
                }

    .locationCarousel .btnOpen {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        display: block;
        z-index: 2;
    }

        .locationCarousel .btnOpen:hover ~ .content .pic {
            display: block;
            -moz-transform: scale(1.03, 1.03);
            -ms-transform: scale(1.03, 1.03);
            -o-transform: scale(1.03, 1.03);
            -webkit-transform: scale(1.03, 1.03);
            transform: scale(1.03, 1.03);
            -moz-transition: transform 0.3s linear;
            -o-transition: transform 0.3s linear;
            -webkit-transition: transform 0.3s linear;
            transition: transform 0.3s linear;
        }

        .locationCarousel .btnOpen:hover ~ .content .link:after {
            width: 0;
        }

    .locationCarousel .btnClose {
        opacity: 0;
        visibility: hidden;
    }

    .locationCarousel .content {
        display: flex;
        position: relative;
    }

    .locationCarousel .picSide {
        flex-shrink: 0;
    }

    .locationCarousel .infoSide {
        background: #fff;
        height: 420px;
        position: relative;
        -ms-flex: 1;
        -webkit-flex: 1;
        flex: 1;
        overflow: auto;
    }

    .locationCarousel .info {
        padding: 50px;
        font-size: 1.8rem;
        line-height: 1.3;
    }

    .locationCarousel .picContainer {
        overflow: hidden;
        position: relative;
    }

    .locationCarousel .pic {
        display: block;
        margin-right: -25%;
    }

    .locationCarousel .textContainer {
        margin-top: -46px;
        margin-bottom: 20px;
    }

        .locationCarousel .textContainer .backgroundContainer {
            max-width: 230px;
        }

    .locationCarousel .text {
        font-size: 2.6rem;
    }

    .locationCarousel .textBg {
        color: #fff;
    }

        .locationCarousel .textBg .backgroundContainer {
            padding: 1rem 20px;
        }

            .locationCarousel .textBg .backgroundContainer:after {
                background-color: #181818;
            }

            .locationCarousel .textBg .backgroundContainer + .backgroundContainer {
                margin-top: -20px;
            }

    .locationCarousel .link {
        position: relative;
        display: inline-block;
        font-size: 1.6rem;
        padding-bottom: 3px;
    }

        .locationCarousel .link:after {
            content: '';
            position: absolute;
            right: 0;
            background: #fff;
            bottom: 0;
            height: 2px;
            width: 100%;
            display: block;
            -moz-transition: all 0.3s linear;
            -o-transition: all 0.3s linear;
            -webkit-transition: all 0.3s linear;
            transition: all 0.3s linear;
        }

@media (min-width: 768px) {
    .locationCarousel.active .slick-track {
        min-width: 100% !important;
    }
}

.instagramList {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 0.8fr;
    grid-template-columns: repeat(7, 1fr) 0.8fr;
    -ms-grid-rows: 1fr 1fr 1fr 1fr;
    grid-template-rows: repeat(4, 1fr);
    grid-column-gap: 0;
    grid-row-gap: 0;
}

    .instagramList .item {
        margin-top: 4%;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.4s ease-out 1s, margin-top 0.4s ease-out 1s;
        margin-top: 0;
        position: relative;
        top: -4%;
        overflow: hidden;
    }

        .instagramList .item:nth-child(16) {
            transition-delay: 1600ms;
        }

        .instagramList .item:nth-child(15) {
            transition-delay: 1500ms;
        }

        .instagramList .item:nth-child(14) {
            transition-delay: 1400ms;
        }

        .instagramList .item:nth-child(13) {
            transition-delay: 1300ms;
        }

        .instagramList .item:nth-child(12) {
            transition-delay: 1200ms;
        }

        .instagramList .item:nth-child(11) {
            transition-delay: 1100ms;
        }

        .instagramList .item:nth-child(10) {
            transition-delay: 1000ms;
        }

        .instagramList .item:nth-child(9) {
            transition-delay: 900ms;
        }

        .instagramList .item:nth-child(8) {
            transition-delay: 800ms;
        }

        .instagramList .item:nth-child(7) {
            transition-delay: 700ms;
        }

        .instagramList .item:nth-child(6) {
            transition-delay: 600ms;
        }

        .instagramList .item:nth-child(5) {
            transition-delay: 500ms;
        }

        .instagramList .item:nth-child(4) {
            transition-delay: 400ms;
        }

        .instagramList .item:nth-child(3) {
            transition-delay: 300ms;
        }

        .instagramList .item:nth-child(2) {
            transition-delay: 200ms;
        }

        .instagramList .item:nth-child(1) {
            transition-delay: 100ms;
        }

    .instagramList.move .item {
        margin-top: 0;
        opacity: 1;
        visibility: visible;
        top: 0;
    }

    .instagramList .cell1 {
        /*-ms-grid-column: 1 / span 2;*/
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1 / span 2;
        -ms-grid-row: 1;
        /*-ms-grid-row: 1 / span 2;*/
        -ms-grid-row-span: 2;
        grid-row: 1 / span 2;
    }

    .instagramList .cell2 {
        -ms-grid-column: 6;
        grid-column: 6;
        -ms-grid-row: 3;
        grid-row: 3;
    }

    .instagramList .cell3 {
        -ms-grid-column: 3;
        grid-column: 3;
        -ms-grid-row: 1;
        grid-row: 1;
    }

    .instagramList .cell4 {
        -ms-grid-column: 4;
        grid-column: 4;
        -ms-grid-row: 1;
        grid-row: 1;
    }

    .instagramList .cell5 {
        -ms-grid-column: 3;
        grid-column: 3;
        -ms-grid-row: 2;
        grid-row: 2;
    }

    .instagramList .cell6 {
        -ms-grid-column: 4;
        grid-column: 4;
        -ms-grid-row: 2;
        grid-row: 2;
    }

    .instagramList .cell7 {
        /*-ms-grid-column: 5 / span 2;*/
        -ms-grid-column: 5;
        -ms-grid-column-span: 2;
        grid-column: 5 / span 2;
        /*-ms-grid-row: 1 / span 2;*/
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        grid-row: 1 / span 2;
    }

    .instagramList .cell8 {
        -ms-grid-column: 7;
        grid-column: 7;
        -ms-grid-row: 1;
        grid-row: 1;
    }

    .instagramList .cell9 {
        -ms-grid-column: 8;
        grid-column: 8;
        -ms-grid-row: 1;
        grid-row: 1;
    }

    .instagramList .cell10 {
        /*-ms-grid-column: 7 / span 2;*/
        -ms-grid-column: 7;
        -ms-grid-column-span: 2;
        grid-column: 7 / span 2;
        /*-ms-grid-row: 2 / span 2;*/
        -ms-grid-row: 2;
        -ms-grid-row-span: 2;
        grid-row: 2 / span 2;
    }

    .instagramList .cell11 {
        /*-ms-grid-column: 1 / span 2;*/
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1 / span 2;
        /*-ms-grid-row: 3 / span 2;*/
        -ms-grid-row: 3;
        -ms-grid-row-span: 2;
        grid-row: 3 / span 2;
    }

    .instagramList .cell12 {
        /*-ms-grid-column: 3 / span 2;*/
        -ms-grid-column: 3;
        -ms-grid-column-span: 2;
        grid-column: 3 / span 2;
        /*-ms-grid-row: 3 / span 2;*/
        -ms-grid-row: 3;
        -ms-grid-row-span: 2;
        grid-row: 3 / span 2;
    }

    .instagramList .cell13 {
        -ms-grid-column: 5;
        grid-column: 5;
        -ms-grid-row: 3;
        grid-row: 3;
    }

    .instagramList .cell14 {
        -ms-grid-column: 5;
        grid-column: 5;
        -ms-grid-row: 4;
        grid-row: 4;
    }

    .instagramList .cell15 {
        -ms-grid-column: 6;
        grid-column: 6;
        -ms-grid-row: 4;
        grid-row: 4;
    }

    .instagramList .cell16 {
        -ms-grid-column: 7;
        grid-column: 7;
        -ms-grid-row: 4;
        grid-row: 4;
    }

    .instagramList .cell17 {
        -ms-grid-column: 8;
        grid-column: 8;
        -ms-grid-row: 4;
        grid-row: 4;
    }

    .instagramList .content {
        display: block;
        background: no-repeat center center;
        background-size: cover;
        height: 100%;
        padding-bottom: 100%;
        overflow: hidden;
    }

    .instagramList .headContainer {
        background: #181818;
        padding: 0 10% 0 0;
        display: flex;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        justify-content: center;
    }

    .instagramList .textContainer {
        margin-top: 15%;
    }

    .instagramList .title {
        color: #fff;
        font-size: 4.4rem;
    }

    .instagramList .iconPic {
        display: block;
    }

    .instagramList .text {
        color: #b4b4cc;
        font-size: 1.6rem;
        line-height: 1.4;
    }

    .instagramList .blueText {
        font-size: 1.6rem;
        line-height: 1.4;
    }

    .instagramList .pic {
        width: 100%;
        display: block;
    }

.slickDots {
    position: absolute;
    right: 0;
    left: 0;
    bottom: -67px;
    z-index: 2;
    height: 8px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

    .slickDots li {
        vertical-align: top;
        padding: 0 5px;
        height: 100%;
        position: relative;
        display: inline-flex;
        list-style: none;
    }

        .slickDots li.slick-active .dot {
            background-color: #33c5e9;
        }

        .slickDots li:only-child {
            display: none;
        }

    .slickDots .dot {
        width: 8px;
        height: 100%;
        border-radius: 50%;
        display: block;
        background: #c5d9ec;
        padding: 0;
        border: none;
    }

        .slickDots .dot:after {
            display: none;
        }

.coursesList {
    display: flex;
}

    .coursesList .item {
        -ms-flex: 1 0 0%;
        -webkit-flex: 1 0 0%;
        flex: 1 0 0%;
        border-right: 1px solid #ededed;
        list-style-type: none;
    }
        .coursesList .item:last-child {
            border-left: 1px solid #ededed;
        }
    .coursesList .content {
        display: flex;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        justify-content: center;
        background: #fff;
        height: 100%;
        position: relative;
        padding: 20px 30px 0 50px;
        text-decoration: none;
    }

    .coursesList .text {
        font-size: 18px;
        padding: 5px 0;
    }

    .coursesList .name {
        font-size: 24px;
    }

    .coursesList .info {
        font-size: 1.8em;
    }

    .coursesList .link:after {
        content: '';
        display: block;
        position: absolute;
        left: 40px;
        top: 50%;
        width: 13px;
        height: 13px;
        border-left: 2px solid #FFCD73;
        border-top: 2px solid #FFCD73;
        -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -moz-transform: translateX(-50%) rotate(-45deg);
        -ms-transform: translateX(-50%) rotate(-45deg);
        -o-transform: translateX(-50%) rotate(-45deg);
        -webkit-transform: translateX(-50%) rotate(-45deg);
        transform: translateX(-50%) rotate(-45deg);
    }

    .coursesList .link:hover {
        background: #f8f8f8;
    }

.ourCoursesSection {
    padding: 0 20px 160PX;
}

.ourCoursesList {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -23px 60px;
}

    .ourCoursesList .item {
        width: 33%;
        font-size: 2rem;
        line-height: 1.3;
        padding: 0 23px;
        position: relative;
        margin-bottom: 20px;
        list-style-type: none;
    }

        .ourCoursesList .item .text a{
            text-decoration:underline;
        }
        .ourCoursesList .item .text a:hover{
            text-decoration: none;
        }

        .ourCoursesList .item:after {
            content: '';
            display: block;
            background: #33c5e9;
            width: 3px;
            position: absolute;
            right: 0;
            top: 0;
            bottom: 0;
        }

        /* .ourCoursesList .item:first-child:after,
        .ourCoursesList .item:nth-child(3n + 4):after {
            content: none;
        } */

    .ourCoursesList .title {
        font-weight: bold;
    }

.generalArrow {
    position: absolute;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    z-index: 1;
}

    .generalArrow:before {
        content: '';
        background-color: #6fe9ff;
        opacity: 0;
        -moz-transition: opacity 0.3s linear;
        -o-transition: opacity 0.3s linear;
        -webkit-transition: opacity 0.3s linear;
        transition: opacity 0.3s linear;
    }

    .generalArrow:after {
        content: '';
        display: block;
        width: 10px;
        height: 10px;
     
    }

    .generalArrow.next {
        left: 0;
       
        transform: translate(-100%, -50%);
    }

        .generalArrow.next:after {
            
            transform: rotate(-45deg);
        }

    .generalArrow.prev {
        right: 0;
        transform: translate(100%, -50%) rotate(180deg);
    }

        .generalArrow.prev:after {           
            transform: rotate(135deg);
        }

    .generalArrow:hover:before {
        opacity: 1;
    }

.usSection {
    padding: 0 20px 160PX;
}

    .usSection .containerFluid {
        position: relative;
    }

.usCarousel {
    margin: -15px -15px 80px;
}

    .usCarousel .content {
        display: block;
    }

        .usCarousel .content:hover .pic {
            -moz-transform: scale(1.03, 1.03);
            -ms-transform: scale(1.03, 1.03);
            -o-transform: scale(1.03, 1.03);
            -webkit-transform: scale(1.03, 1.03);
            transform: scale(1.03, 1.03);
        }

    .usCarousel .item {
        padding: 15px;
    }

    .usCarousel .picContainer {
        margin-bottom: 15px;
        overflow: hidden;
    }

    .usCarousel .pic {
        display: block;
        height: 100%;
        transition: all 0.3s linear;
    }

    .usCarousel .title {
        font-size: 2.2rem;
        margin-bottom: 5px;
    }

    .usCarousel .text {
        font-size: 1.8rem;
    }

    .usCarousel .info {
        margin-top: 5px;
        font-size: 1.6rem;
        color: #33c5e9;
    }

.boxsCarousel .containerFluid {
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: 100vh;
    padding: 37px 0;
}

.boxsCarousel .picContainer {
    overflow: hidden;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

.boxsCarousel .pic {
    height: 100%;
    margin: 0 auto;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
}

.boxsCarousel .textContainer {
    flex-shrink: 0;
    margin-top: 20px;
}

.boxsCarousel .title {
    font-size: 2.2rem;
    margin-bottom: 5px;
}

.boxsCarousel .text {
    font-size: 1.6rem;
    line-height: 1.3;
}

.boxsCarousel .generalArrow {
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    transform: none;
}

.tellSection {
    padding: 0 20px 160PX;
}

    .tellSection .containerFluid {
        position: relative;
    }

.tellCarousel {
    margin: 0 -20px;
}

    .tellCarousel .slick-track {
        display: flex;
    }

    .tellCarousel .item {
        padding: 0 20px;
        height: auto;
    }

    .tellCarousel .content {
        display: flex;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        align-items: flex-start;
        height: 100%;
    }

        .tellCarousel .content:hover .pic {
            -moz-transform: scale(1.03, 1.03);
            -ms-transform: scale(1.03, 1.03);
            -o-transform: scale(1.03, 1.03);
            -webkit-transform: scale(1.03, 1.03);
            transform: scale(1.03, 1.03);
        }

        .tellCarousel .content:hover .link:after {
            width: 0;
        }

    .tellCarousel .picContainer {
        overflow: hidden;
    }

    .tellCarousel .pic {
        display: block;
        width: 100%;
        transition: all 0.3s linear;
    }

    .tellCarousel .textContainer {
        margin: -30px 0 30px;
    }

        .tellCarousel .textContainer .backgroundContainer {
            max-width: 270px;
        }

    .tellCarousel .textBg {
        color: #fff;
        font-size: 2.6rem;
    }

        .tellCarousel .textBg .backgroundContainer {
            padding: 1.2rem 20px;
        }

            .tellCarousel .textBg .backgroundContainer:after {
                background-color: #181818;
            }

            .tellCarousel .textBg .backgroundContainer + .backgroundContainer {
                margin-top: -20px;
            }

    .tellCarousel .name {
        font-size: 2.6rem;
    }

    .tellCarousel .info {
        font-size: 1.6rem;
    }

    .tellCarousel .subText {
        background: #fff;
        font-size: 1.4rem;
        height: 40px;
        display: inline-flex;
        align-items: center;
        padding: 0 20px;
    }

    .tellCarousel .details {
        margin-bottom: 20px;
        font-size: 1.8rem;
        line-height: 1.4;
        width: 100%;
    }

    .tellCarousel .link {
        position: relative;
        display: inline-block;
        font-size: 1.6rem;
        padding-bottom: 3px;
        margin-top: auto;
    }

        .tellCarousel .link:after {
            content: '';
            position: absolute;
            right: 0;
            background: #fff;
            bottom: 0;
            height: 2px;
            width: 100%;
            display: block;
            -moz-transition: all 0.3s linear;
            -o-transition: all 0.3s linear;
            -webkit-transition: all 0.3s linear;
            transition: all 0.3s linear;
        }

.designSection {
    padding: 0 20px 160PX;
}

.designList {
    display: flex;
    margin: 0 -15px;
}

    .designList .item {
        -ms-flex: 1;
        -webkit-flex: 1;
        flex: 1;
        padding: 0 15px;
    }

    .designList .content {
        background: #fff;
        display: flex;
        height: 90px;
    }

        .designList .content:hover .pic {
            -moz-transform: scale(1.03, 1.03);
            -ms-transform: scale(1.03, 1.03);
            -o-transform: scale(1.03, 1.03);
            -webkit-transform: scale(1.03, 1.03);
            transform: scale(1.03, 1.03);
        }

    .designList .picContainer {
        overflow: hidden;
        flex-shrink: 0;
    }

    .designList .pic {
        display: block;
        width: 100%;
        transition: all 0.3s linear;
    }

    .designList .textContainer {
        display: flex;
        align-items: center;
        padding: 0 7%;
    }

    .designList .title {
        font-size: 2.2rem;
    }

@media (max-width: 1347px) {
    /*.mainPageCarousel .textContainer {
        padding: 10% 70px 0 0;
    }*/
}

.cookieinfo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 20px !important;
    flex-direction: row-reverse;
    direction: rtl;
    max-width: 600px;
    right: 0 !important;
    left: auto !important;
    text-align: right;
    font-family: 'Rocohn-Regular' /*rtl: 'Lato-Regular',sans-serif*/;
    box-shadow: -1px 3px 10px 0 rgba(57, 54, 49, 0.2);
}

    .cookieinfo > span {
        text-align: right;
        font-family: 'Rocohn-Regular' /*rtl: 'Lato-Regular',sans-serif*/;
    }

    .cookieinfo .cookieinfo-close {
        margin-right: 20px !important;
        border: 1px solid #6fe9ff;
        font-family: 'Rocohn-Medium' /*rtl: 'Lato-Medium',sans-serif*/;
        transition: all 0.3s linear;
    }

        .cookieinfo .cookieinfo-close:hover {
            transition: all 0.3s linear;
            background-color: transparent !important;
        }

    .cookieinfo a {
        text-decoration: underline !important;
        font-family: 'Rocohn-Regular' /*rtl: 'Lato-Regular',sans-serif*/;
    }

.breadcrumbs {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    bottom: 70px;
    right: 70px;
    align-items: center;
    justify-content: flex-start;
    z-index: 8;
}

.breadcrumbs__item {
    color: #fff;
    font-size: 14px;
    margin-left: 30px;
}

    .breadcrumbs__item:last-child {
        margin-left: 0;
    }

.breadcrumbs__link {
    position: relative;
    display: inline-block;
    color: #fff;
    cursor: pointer;
}
.breadcrumbs__link::before {
  content: '';
  position: absolute;
  right: 0;
  background: #6fe9ff;
  bottom: 0;
  height: 2px;
  width: 0;
  display: block;
  transition: all 0.3s linear;
}
.breadcrumbs__link::after {
  position: absolute;
  content: '';
  display: block;
  left: -22px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: right center;
}
.breadcrumbs__link:hover::before {
  width: 100%;
}

    .breadcrumbs__link::before {
        content: '';
        position: absolute;
        right: 0;
        background: #6fe9ff;
        bottom: 0;
        height: 2px;
        width: 0;
        display: block;
        transition: all 0.3s linear;
    }

    .breadcrumbs__link::after {
        position: absolute;
        content: '';
        display: block;
        left: -22px;
        top: 50%;
        width: 7px;
        height: 7px;
        border-left: 2px solid #fff;
        border-bottom: 2px solid #fff;
        transform: rotate(45deg) translateY(-50%);
        transform-origin: right center;
    }

    .breadcrumbs__link:hover::before {
        width: 100%;
    }

.mainFooter .link.whatsapp-button img {
    width: 20px;
}


@media (max-width: 1280px) {
    .mainFooter .link.whatsapp-button {
        margin-top: 15px;
    }
}
