/* ==========================================================================
   1. IMPORT GOOGLE FONTS
   ========================================================================== */
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&family=Roboto+Condensed&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');
/* ==========================================================================
   2. GENERAL
   ========================================================================== */
body {
    font-family: 'Roboto Condensed', sans-serif;
    color:black;
    font-size: 16px;
    font-weight: 400;
    background: #fff;
    overflow-x: hidden;
}


html {
    scroll-behavior: smooth !important;
    overflow-x: hidden;
}
body, html {
    height: 100%;
    margin: 0;
}
p {
    font-size: 16px;
    color: #000;
    line-height: 23px;
    font-family: 'Roboto Condensed', sans-serif;
    margin-bottom: 0;
}

/*a:hover, a:focus {
    color: #F97794;
}*/

a {
    color: #ac0000;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

h1, h2, h3, h4, h5 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    color: #263238;
}

/*ul {
    margin: 0;
    padding: 0;
}*/

/*ul li {
        list-style: none;
    }*/

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

a:not([href]):not([tabindex]) {
    color: #fff;
}

    a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
        color: #fff;
    }

.bg-transparent {
    background: transparent !important;
}

.bg-defult {
    background: #F97794 !important;
}

/* ==========================================================================
   2.1 Section Title
   ========================================================================== */
.section {
    padding: 50px 0;
}



.section-header {
    position: relative;
    margin-top: 80px;
    text-align: center;
}

    .section-title {
    color: #fff;
    font-size: 35px;
    margin-top: 0px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    color: #000000;
    position: relative;
    }

    /*.section-header .section-title:before {
  content: '';
  position: absolute;
  bottom: -8px;
  width: 80px;
  height: 2px;
  background: #F97794;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}*/

    .section-header span {
        font-size: 60px;
        color: rgba(0, 0, 0, 0.07);
        z-index: 2;
        font-family: 'Lato', sans-serif;
        font-weight: 500;
        text-transform: capitalize;
        position: absolute;
        top: 7px;
        left: 0;
        width: 100%;
    }

/* ==========================================================================
   2.2 Buttons
   ========================================================================== */

.button {
    padding: 6px 20px;
    font-size: 16px;
    font-weight: 600;
    color: white;
    border: 1px solid #fff;
    display: inline-block;
    /*background-color: #fff;*/
    position: relative;
}

    .button:hover {
        background-color: #b70d0d;
        color: #fff;
        text-decoration: none;
        border: 1px solid #b70d0d;
    }

.btn {
    display: inline-block;
    padding: 6px 100px;
    text-align: center;
    color: #fff;
    letter-spacing: 1px;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    border-radius: 0px;
    background-color: #b70d0d;
    transition: .5s;
    border: 1px solid #b70d0d;
}

    .btn:focus,
    .btn:active,
    .btn:hover,
    .submit:hover {
        background-color: #000000;
        color: #fff;
        text-decoration: none;
        border: 1px solid #000000;
    }

.btn-common {
    background-color: #F97794;
    position: relative;
    z-index: 1;
    padding: 12px 32px;
    border-radius: 50%;
}

    .btn-common:hover {
        color: #fff;
    }

.btn-effect {
    overflow: hidden;
}

    .btn-effect:after {
        content: '';
        position: absolute;
        width: 0;
        height: 100%;
        z-index: 1;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, 0.1);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .btn-effect:hover:after {
        width: 100%;
    }

.btn-border {
    border-style: solid;
    border-width: 2px;
    cursor: pointer;
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}

    .btn-border:hover {
        color: #ffffff;
        background-color: #F97794;
    }

.btn-lg {
    padding: 15px 20px;
    text-transform: uppercase;
    font-size: 16px;
}

.btn-rm {
    padding: 7px 10px;
    text-transform: capitalize;
}

button:focus {
    outline: none !important;
}

.clear {
    clear: both;
}

/* ==========================================================================
   2.3 Social Iocns
   ========================================================================== */
.social-icons {
    margin-bottom: 20px;
}

    .social-icons ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .social-icons ul li {
            display: inline;
        }

            .social-icons ul li a {
                display: inline-block;
                margin-left: 5px;
                margin-right: 5px;
                margin-bottom: 15px;
                border-radius: 4px;
                border: 1px solid rgba(255, 254, 254, 0.07);
                line-height: 40px;
                width: 40px;
                height: 40px;
                text-align: center;
                font-size: 16px;
            }

                .social-icons ul li a:hover {
                    color: #fff;
                }

.facebook a {
    color: #4867AA;
}

    .facebook a:hover {
        background: #4867AA;
    }

.twitter a {
    color: #1DA1F2;
}

    .twitter a:hover {
        background: #1DA1F2;
    }

.google-plus a {
    color: #DD4D42;
}

    .google-plus a:hover {
        background: #DD4D42;
    }

.youtube a {
    color: #DF2926;
}

    .youtube a:hover {
        background: #DF2926;
    }

.linkedin a {
    color: #007BB6;
}

    .linkedin a:hover {
        background: #007BB6;
    }

.pinterest a {
    color: #BD081C;
}

    .pinterest a:hover {
        background: #BD081C;
    }

.dribbble a {
    color: #EA4C89;
}

    .dribbble a:hover {
        background: #EA4C89;
    }

.behance a {
    color: #0B7CFF;
}

    .behance a:hover {
        background: #0B7CFF;
    }

/* ==========================================================================
   2.4  Pre Loader
   ========================================================================== */
#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #263238;
    z-index: 9999999999;
}

.spinner {
    width: 40px;
    height: 40px;
    top: 45%;
    position: relative;
    margin: 0px auto;
}

.double-bounce1, .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #F97794;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
    0%, 100% {
        -webkit-transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
    }
}

@keyframes sk-bounce {
    0%, 100% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }

    50% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

/* ========================================================================== 
  -2.5 Scroll To Up 
   ========================================================================== */
.back-to-top {
    display: none;
    position: fixed;
    bottom: 18px;
    right: 15px;
}

    .back-to-top i {
        display: block;
        width: 36px;
        height: 36px;
        line-height: 36px;
        color: #fff;
        font-size: 14px;
        text-align: center;
        border-radius: 30px;
        background-color: #F97794;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

.overlay-2 {
    background: rgba(0, 0, 0, 0.9) !important;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #efefef;
    opacity: 0.85;
    filter: alpha(opacity=80);
}

/* ==========================================================================
   Navbar Style
   ========================================================================== */
.bg-faded {
    background-color: #fff;
}

.mainmenu-area {
    padding: 10px 0;
    border: none;
    margin: 0;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    transition: 0.6s;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}

    .mainmenu-area .menu-button {
        position: relative;
        color: #263238;
        line-height: 58px;
        top: 0;
        outline: none;
    }

.logo-menu a {
    font-size: 20px;
    color: #fff;
}

.menu-bg {
    background-color: #fff !important;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
    z-index: 999;
    padding: 3px;
}

    .menu-bg .menu-button {
        top: 0;
    }

        .menu-bg .menu-button:hover {
            cursor: pointer;
            color: #F97794;
        }

    .menu-bg .logo-menu a {
        color: #F97794;
    }

    .menu-bg .navbar-nav .nav-link {
        color: #263238 !important;
    }

        .menu-bg .navbar-nav .nav-link:hover {
            color: #F97794 !important;
        }

    .menu-bg .navbar-nav .active {
        color: #F97794 !important;
    }

.menu-button:hover {
    cursor: pointer;
    opacity: #eee;
}

.bg-trans {
    background-color: white;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
    z-index: 999;
    padding: 5px;
}

.bg-white .menu-button {
    top: 0;
}

    .bg-white .menu-button:hover {
        cursor: pointer;
        color: #F97794;
    }

.bg-white .logo-menu a {
    color: #F97794;
}

.bg-white .navbar-nav .nav-link {
    color: #263238 !important;
}

    .bg-white .navbar-nav .nav-link:hover {
        color: #F97794 !important;
    }

.bg-white .navbar-nav .active {
    color: #F97794 !important;
}

.close-button {
    cursor: pointer;
}

.navbar-expand-md .navbar-nav .nav-link {
    color: #fff;
    font-size: 14px;
    padding: 5px 0px;
    margin-left: 30px;
    position: relative;
}

    .navbar-expand-md .navbar-nav .nav-link:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 2px;
        background: #F97794;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        transition: 0.3s;
    }

    .navbar-expand-md .navbar-nav .active::before,
    .navbar-expand-md .navbar-nav .nav-link:hover::before {
        width: 50%;
    }

.navbar-brand img {
    max-width: 1 mpx;
}

.navbar-expand-md .navbar-nav .nav-link:focus,
.navbar-expand-md .navbar-nav .nav-link:hover,
.navbar-expand-md .navbar-nav .nav-link:hover:before {
    color: #F97794;
}

.navbar-expand-md .navbar-nav .active > .nav-link,
.navbar-expand-md .navbar-nav .nav-link.active,
.navbar-expand-md .navbar-nav .nav-link.active:before,
.navbar-expand-md .navbar-nav .nav-link.open,
.navbar-expand-md .navbar-nav .open > .nav-link {
    color: #F97794;
}

.navbar-expand-md .navbar-toggler {
    background: #F97794;
    border-radius: 0px;
    margin: 5px;
    cursor: pointer;
    float: right;
}

    .navbar-expand-md .navbar-toggler i {
        color: #fff !important;
    }

.mainmenu-area .navbar-nav .nav-link {
    color: #263238 !important;
}

.collapse.show {
    background: #3e3a3a;
    margin-bottom: 10px;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    transition: 0.6s;
}

.menu-bg .collapse.show {
    background: #fff;
    margin-bottom: 10px;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    transition: 0.6s;
}

.navbar-expand-md .navbar-toggler:active {
    border: 1px solid #F97794;
    color: #F97794;
}

/* ==========================================================================
   Hero Area
   ========================================================================== */
.hero-area {
    background: url(../img/hero-area.jpg) no-repeat;
    background-size: cover;
    color: #fff;
    overflow: hidden;
    position: relative;
}

    .hero-area .overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
        background: #F97794;
        opacity: 0.7;
    }

    .hero-area .contents {
        padding: 160px 0 140px;
    }

        .hero-area .contents h2 {
            color: #fff;
            font-size: 52px;
            font-weight: 300;
            margin-bottom: 25px;
        }

        .hero-area .contents h4 {
            font-size: 16px;
            color: #fff;
            font-weight: 300;
            line-height: 30px;
            margin-bottom: 20px;
        }

        .hero-area .contents p {
            color: #fff;
            font-size: 14px;
            line-height: 26px;
        }

        .hero-area .contents .btn {
            margin-top: 40px;
            text-transform: uppercase;
        }

    .hero-area .banner_bottom_btn {
        margin-top: 40px;
    }

        .hero-area .banner_bottom_btn i {
            color: #fff;
            font-size: 48px;
            -webkit-transition: all 0.2s linear;
            -moz-transition: all 0.2s linear;
            -o-transition: all 0.2s linear;
            transition: all 0.2s linear;
        }

            .hero-area .banner_bottom_btn i:hover {
                color: #F97794;
            }

.intro-img {
    padding: 148px 0 0px;
}

    .intro-img img {
        display: block;
        height: auto;
        max-width: 100%;
    }

/* ==========================================================================
 Hero Production version
 ========================================================================== */
.hero-area-2 {
    background: url(../img/bg/hero-area-2.jpg) fixed no-repeat;
    background-size: cover;
    color: #fff;
    overflow: hidden;
    position: relative;
}

    .hero-area-2 .overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
        background: rgba(0, 0, 0, 0.8);
        opacity: 0.8;
    }

    .hero-area-2 .contents {
        padding: 160px 0 140px;
    }

        .hero-area-2 .contents h3 {
            color: #fff;
            font-size: 48px;
            font-weight: 500;
        }

        .hero-area-2 .contents h2 {
            color: #fff;
            font-size: 42px;
            margin-bottom: 30px;
            font-weight: 700;
        }

        .hero-area-2 .contents h4 {
            font-size: 18px;
            color: #fff;
            font-weight: 400;
            line-height: 30px;
            letter-spacing: 0.5px;
            margin-bottom: 20px;
        }

        .hero-area-2 .contents p {
            font-size: 14px;
            color: #fff;
            line-height: 26px;
        }

        .hero-area-2 .contents .header-button {
            margin-top: 30px;
        }

        .hero-area-2 .contents .btn {
            margin: 10px;
            text-transform: uppercase;
        }

        .hero-area-2 .contents .tag-type ul {
            position: relative;
        }

            .hero-area-2 .contents .tag-type ul li {
                display: inline-block;
                padding: 10px;
                position: relative;
            }

                .hero-area-2 .contents .tag-type ul li a {
                    color: #fff;
                    text-transform: uppercase;
                }

                .hero-area-2 .contents .tag-type ul li:before {
                    content: '';
                    width: 4px;
                    height: 4px;
                    background: #fff;
                    position: absolute;
                    top: 19px;
                    right: -5px;
                    border-radius: 50%;
                }

                    .hero-area-2 .contents .tag-type ul li:before:last-child {
                        display: none;
                    }

                .hero-area-2 .contents .tag-type ul li:last-child:before {
                    background: transparent;
                }

            .hero-area-2 .contents .tag-type ul:before {
                content: '';
                width: 40px;
                height: 1px;
                background: #f1f1f1;
                position: absolute;
                top: 20px;
                margin-left: -45px;
            }

            .hero-area-2 .contents .tag-type ul:after {
                content: '';
                width: 40px;
                height: 1px;
                background: #f1f1f1;
                position: absolute;
                top: 20px;
                margin-left: 6px;
            }

        .hero-area-2 .contents .arrow-down-icon {
            border: 2px solid #fff;
            width: 42px;
            height: 42px;
            line-height: 42px;
            margin: 30px auto;
            border-radius: 50%;
            font-size: 18px;
        }

            .hero-area-2 .contents .arrow-down-icon a {
                color: #fff;
            }

/* ==========================================================================
   Video Background
   ========================================================================== */
#video-area {
    overflow: hidden;
    position: relative;
}

    #video-area .contents {
        padding: 160px 0 80px;
    }

        #video-area .contents h1 {
            color: #fff;
            font-size: 50px;
            font-weight: 300;
            margin-bottom: 25px;
            line-height: 70px;
        }

        #video-area .contents p {
            font-size: 14px;
            color: #fff;
            font-weight: 400;
            line-height: 30px;
            letter-spacing: 0.5px;
        }

        #video-area .contents .btn {
            margin: 20px 10px;
            text-transform: uppercase;
        }

    #video-area .banner_bottom_btn {
        margin-top: 40px;
    }

        #video-area .banner_bottom_btn i {
            color: #fff;
            font-size: 48px;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

            #video-area .banner_bottom_btn i:hover {
                color: #F97794;
            }

/* ==========================================================================
  About Section Style
   ========================================================================== */
#about {
    position: relative;
    background: #f9f9f9;
}

    #about .box-item {
        padding: 15px 0;
    }

        #about .box-item .icon {
            float: left;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

            #about .box-item .icon i {
                color: #F97794;
                display: inline-block;
                font-size: 36px;
                margin-bottom: 20px;
                -webkit-transition: all 0.3s ease-in-out;
                -moz-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
            }

        #about .box-item .text {
            margin-left: 64px;
        }

            #about .box-item .text h4 {
                font-weight: 500;
                font-size: 18px;
                line-height: 22px;
            }

            #about .box-item .text p {
                font-size: 14px;
                line-height: 26px;
            }

    #about .show-box {
        margin: 30px 40px;
    }

/* ==========================================================================
  About Area
  ========================================================================== */
#about-area .about-thumb {
    position: relative;
    z-index: 1;
    margin-left: 80px;
    margin-top: 60px;
}

    #about-area .about-thumb img {
        width: 100%;
        height: auto;
    }

#about-area .about-thumb-2 {
    position: absolute;
    z-index: 5;
    left: 5%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* ==========================================================================
   Clients 
   ========================================================================== */
#clients {
    background: #f9f9f9;
}

    #clients .client-item-wrapper {
        text-align: center;
        margin: 0 5px;
        -moz-transition: all .6s ease;
        -webkit-transition: all .6s ease;
        transition: all .6s ease;
    }

    #clients #clients-scroller img:hover {
        -moz-transition: all .6s ease;
        -webkit-transition: all .6s ease;
        transition: all .6s ease;
        opacity: 1.0;
    }

    #clients #clients-scroller .owl-pagination {
        display: none;
    }

/* ==========================================================================
    call to action
   ========================================================================== */
#cta {
    background: url(../img/bg/bg-cta.jpg) fixed;
    background-size: cover;
}

    #cta h5 {
        color: #fff;
        font-size: 32px;
        font-weight: 500;
        line-height: 48px;
    }

    #cta .btn {
        margin: 30px 10px;
    }

.main-title {
    background-image: linear-gradient(to right, #fa7856, #ee684d, #e35745, #d7453d, #cb3236, #c22538, #b8163a, #ae003c, #a20045, #93004d, #830452, #720e56);
    border-radius:30px;
    width: 100%;
    padding: 20px 15px 15px 15px;
    margin-bottom: 80px;
    text-align: center;
}

.main-title h3 {
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 1px;
    color: #fff;
    font-family: 'Oswald', sans-serif;
}

.call-action {
    /*background-image: linear-gradient(to right, #fa7856, #ee684d, #e35745, #d7453d, #cb3236, #c22538, #b8163a, #ae003c, #a20045, #93004d, #830452, #720e56);*/
    background-color: #eee;
}

    .call-action .cta-trial h2 {
        font-size: 32px;
        font-weight: 900;
        margin-bottom: 5px;
        letter-spacing: 1px;
        color: #fff;
    }

    .call-action .cta-trial h3 {
        font-size: 24px;
        font-weight: 800;
        margin-bottom: 10px;
        letter-spacing: 1px;
        color: #fff;
        font-family: 'Oswald', sans-serif;
    }

    .call-action .cta-trial h4 {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 5px;
        letter-spacing: 1px;
        color: #fff;
    }

    .call-action .cta-trial p {
        margin-top: 30px;
    }

/* ==========================================================================
 Why Top Style
 ========================================================================== */
.why-top-promo {
    background: linear-gradient(rgba(0, 0, 0, 0.6),rgba(0, 0, 0, 0.6)),url(../img/UCSI_Top347-cropped-june.jpg) no-repeat fixed;
    position: relative;
    background-size: cover;
}

    .why-top-promo .why-top-promo-content {
        color: #fff;
    }

        .why-top-promo .why-top-promo-content .why-top-popup {
            width: 80px;
            height: 80px;
            line-height: 80px;
            text-align: center;
            border: 3px solid #fff;
            color: #fff;
            border-radius: 50%;
            display: inline-block;
            font-size: 26px;
        }

        .why-top-promo .why-top-promo-content h2 {
            margin-top: 30px;
            color: #fff;
            font-size: 30px;
            text-transform: uppercase;
        }

        .why-top-promo .why-top-promo-content p {
            color: #fff;
        }


/* ==========================================================================
 Video promo Style
 ========================================================================== */
.video-promo {
    background: url(../img/bg/video.jpg);
    position: relative;
}

    .video-promo .video-promo-content {
        color: #fff;
    }

        .video-promo .video-promo-content .video-popup {
            width: 80px;
            height: 80px;
            line-height: 80px;
            text-align: center;
            border: 3px solid #fff;
            color: #fff;
            border-radius: 50%;
            display: inline-block;
            font-size: 26px;
        }

        .video-promo .video-promo-content h2 {
            margin-top: 30px;
            color: #fff;
            font-size: 30px;
            text-transform: uppercase;
        }

        .video-promo .video-promo-content p {
            color: #fff;
        }

/* ==========================================================================
   Portfolio Section
   ========================================================================== */
#portfolios {
    background: #f9f9f9;
}

    #portfolios .mix {
        padding: 0px;
    }

    #portfolios .portfolio-item {
        padding: 10px;
    }

#portfolio .mix {
    display: none;
}

.controls {
    text-align: center;
    padding: 0px 0px 20px;
}

    .controls .active {
        color: #F97794 !important;
        border-color: #F97794;
        background: transparent;
    }

    .controls .btn {
        text-transform: uppercase;
        margin: 2px;
    }

    .controls:hover {
        color: #fff;
        cursor: pointer;
    }

.shot-item {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

    .shot-item img {
        width: 100%;
        height: 100%;
        -webkit-transition-duration: 4000ms;
        -o-transition-duration: 4000ms;
        transition-duration: 4000ms;
    }
    .table-responsive{
        display:normal;
    }
    .shot-item .single-content {
        background-color: rgba(22, 26, 39, 0.7);
        opacity: 0.90;
        height: 100%;
        left: 0;
        opacity: 0;
        position: absolute;
        top: 0;
        -webkit-transition-duration: 500ms;
        -o-transition-duration: 500ms;
        transition-duration: 500ms;
        width: 100%;
    }

        .shot-item .single-content .fancy-table {
            display: table;
            height: 100%;
            left: 0;
            position: relative;
            top: 0;
            width: 100%;
            z-index: 2;
        }

            .shot-item .single-content .fancy-table .table-cell {
                display: table-cell;
                vertical-align: middle;
                text-align: center;
            }

        .shot-item .single-content .zoom-icon a {
            color: #fff;
            font-size: 30px;
            margin-bottom: 15px;
        }

        .shot-item .single-content a {
            color: #fff;
            font-size: 16px;
        }

    .shot-item:hover img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    .shot-item:hover .single-content {
        opacity: 0.8;
    }

/* Services Item */
.item-boxes {
    padding: 30px;
    border-radius: 4px;
    border: 1px solid #eaeaea;
    margin: 15px 0;
    webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .item-boxes .icon {
        margin-bottom: 10px;
    }

        .item-boxes .icon i {
            font-size: 30px;
            line-height: 60px;
            color: #F97794;
        }

    .item-boxes h4 {
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 15px;
    }

    .item-boxes p {
        margin: 0;
    }

    .item-boxes:hover {
        background: transparent;
        box-shadow: 0px 10px 50px 0px rgba(84, 110, 122, 0.35);
    }

#services .services-box h4 {
    font-size: 60px;
    text-align: center;
    color: #b70d0d;
    margin-bottom: 40px;
}

#services .services-box p {
    padding: 0 10px;
}


.services-item {
    padding: 30px 15px;
    background: #fff;
    border-radius: 4px;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

    .services-item .icon {
        margin-bottom: 20px;
    }

        .services-item .icon i {
            width: 60px;
            height: 60px;
            background: #f9f9f9;
            display: inline-block;
            line-height: 60px;
            font-size: 24px;
            text-align: center;
            border-radius: 50%;
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1);
            transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
        }

    .services-item .color-1 i {
        background: #FAE3E3;
        color: #D82928 !important;
    }

    .services-item .color-2 i {
        background: #E6F8ED;
        color: #57D283 !important;
    }

    .services-item .color-3 i {
        background: #E3EAFA;
        color: #457BF4 !important;
    }

    .services-item .color-4 i {
        background: #F3EAD6;
        color: #f1a90a !important;
    }

    .services-item .color-5 i {
        background: #E7E6FF;
        color: #7271FF !important;
    }

    .services-item .color-6 i {
        background: #DEDEDE;
        color: #35393D !important;
    }

    .services-item .services-content {
        padding-left: 65px;
    }

        .services-item .services-content h3 {
            margin-bottom: 10px;
            font-size: 18px;
            font-weight: 500;
        }

            .services-item .services-content h3 a {
                color: #272727;
            }

                .services-item .services-content h3 a:hover {
                    color: #F97794;
                }

    .services-item:hover {
        box-shadow: 0px 10px 50px 0px rgba(84, 110, 122, 0.35);
    }

        .services-item:hover .icon i {
            background: transparent;
            -webkit-transform: scale(1.1);
            -moz-transform: scale(1.1);
            -ms-transform: scale(1.1);
            -o-transform: scale(1.1);
            transform: scale(1.1);
        }

.featured-bg {
    background: #fafafa;
}

    .featured-bg .intro-title {
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 15px;
    }

    .featured-bg .title-sub {
        font-size: 22px;
        margin-bottom: 15px;
        line-height: 36px;
    }

    .featured-bg .intro-desc {
        margin-bottom: 20px;
    }

    .featured-bg .featured-item {
        margin-bottom: 30px;
        position: relative;
        transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }

        .featured-bg .featured-item .icon {
            float: left;
            padding-right: 15px;
        }

            .featured-bg .featured-item .icon i {
                font-size: 32px;
                text-align: center;
                margin-bottom: 30px;
                color: #F97794;
                transition: all 0.3s ease-in-out;
                -moz-transition: all 0.3s ease-in-out;
                -webkit-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
            }

        .featured-bg .featured-item h3 {
            margin-bottom: 15px;
            font-size: 18px;
            font-weight: 500;
            line-height: 36px;
        }

            .featured-bg .featured-item h3 a {
                color: #272727;
            }

                .featured-bg .featured-item h3 a:hover {
                    color: #F97794;
                }


/* ==========================================================================
   Openday Section Start
   ========================================================================== */

#openday .services-box h5 {
    font-size: 17px;
    text-align: center;
    font-weight: 700;
    margin: 10px 0;
}

#openday .services-box p {
    padding: 0 10px;
}


/* ==========================================================================
   programme Section Start
   ========================================================================== */

table.programme-desc tr td {
    width: 50%;
    padding: 10px 60px 10px 0;
    vertical-align: text-top;
}

    table.programme-desc tr td p.p-title {
        text-align: left;
        font-weight: 700;
    }

    table.programme-desc tr td p.p-text {
        text-align: left;
        font-size: 14px;
        max-width: 80%;
    }

    table.programme-desc tr td ul.p-ul li {
        list-style-type: disc;
        color: #3e3e3e;
        margin-left: 20px;
    }

/* ==========================================================================
   scholarship Section Start
   ========================================================================== */

#scholarship {
    background: url(../img/bg/bg-scholarship.jpg) top center;
    background-size: cover;
    position: relative;
}

    #scholarship .section-header .section-title {
        color: #fba825;
    }

    #scholarship .section-header .section-subtitle {
        color: #FFF;
    }

    #scholarship .sub-item-box {
        padding: 30px 0 10px 0;
        margin-bottom: 0;
        border-radius: 4px;
        /* background: #fff; */
    }

        #scholarship .sub-item-box .icon-box {
            float: left;
        }

            #scholarship .sub-item-box .icon-box i {
                font-size: 30px;
                color: #F97794;
            }

        #scholarship .sub-item-box .text-box {
            margin-left: 0px;
        }

            #scholarship .sub-item-box .text-box h4 {
                font-size: 19px;
                font-weight: 700;
                color: #fba825;
                margin-bottom: 5px;
            }

            #scholarship .sub-item-box .text-box ul {
                margin-bottom: 0;
                color: #FFF;
            }

        #scholarship .sub-item-box:last-child {
            margin-bottom: 0;
        }

.scholar-table tr th,
.scholar-table tr td {
    border: 1px solid #000;
    color: #fff;
    padding: 5px 15px;
}



/* ==========================================================================
   Featured Section Start
   ========================================================================== */
.featured-box {
    margin-top: 15px;
    margin-bottom: 15px;
}

    .featured-box .featured-icon {
        float: left;
    }

        .featured-box .featured-icon i {
            font-size: 30px;
            color: #F97794;
            text-align: center;
            float: left;
            margin-right: 25px;
            margin-bottom: 85px;
            display: block;
        }

    .featured-box .featured-content {
        padding-left: 40px;
        position: relative;
    }

        .featured-box .featured-content .icon-o {
            font-size: 86px;
            color: rgba(0, 0, 0, 0.07);
            z-index: 2;
            font-weight: 400;
            text-transform: capitalize;
            position: absolute;
            top: 0px;
            left: 50px;
            width: 100%;
        }

        .featured-box .featured-content h4 {
            font-size: 18px;
            font-weight: 500;
            margin-bottom: 10px;
            transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -webkit-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
        }

        .featured-box .featured-content p {
            font-size: 14px;
        }

/* ==========================================================================
 Team Section
   ========================================================================== */
.single-team:hover .team-details {
    opacity: 1;
}

.single-team {
    position: relative;
    background: #f9f9f9;
    border-radius: 4px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    box-shadow: 0px 10px 50px 0px rgba(84, 110, 122, 0.15);
    border-radius: 0px;
    overflow: hidden;
}

    .single-team:hover {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
        box-shadow: 0px 10px 50px 0px rgba(84, 110, 122, 0.35);
    }

    .single-team img {
        width: 100%;
    }

    .single-team .team-inner {
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

    .single-team .team-details {
        padding: 20px;
        width: 100%;
        text-align: center;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        transition: 0.5s;
    }

        .single-team .team-details .team-title {
            margin-bottom: 5px;
            font-size: 18px;
            font-weight: 500;
            color: #263238;
        }

        .single-team .team-details p {
            margin-bottom: 15px;
        }

    .single-team .social-list li {
        display: inline-block;
    }

        .single-team .social-list li a {
            display: block;
            height: 34px;
            line-height: 34px;
            text-align: center;
            width: 34px;
            color: #F97794;
            font-size: 14px;
            background: #fff;
            border-radius: 50px;
            -webkit-transition: 0.5s;
            -moz-transition: 0.5s;
            transition: 0.5s;
        }

    .single-team .social-list .facebook a:hover {
        background: #4867aa;
        color: #fff;
    }

    .single-team .social-list .twitter a:hover {
        background: #1da1f2;
        color: #fff;
    }

    .single-team .social-list .google-plus a:hover {
        background: #dd4d42;
        color: #fff;
    }

    .single-team .social-list .linkedin a:hover {
        background: #007bb6;
        color: #fff;
    }

.testimonial {
    background: #f9f9f9;
}

.testimonial-item {
    padding: 30px;
    margin: 15px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.06);
}

    .testimonial-item .author {
        display: inline-block;
        margin-bottom: 20px;
    }

        .testimonial-item .author .img-thumb {
            float: left;
            overflow: hidden;
            position: relative;
        }

            .testimonial-item .author .img-thumb img {
                border-radius: 50%;
                width: 75%;
            }

        .testimonial-item .author .author-info {
            float: left;
            padding: 3px 0;
        }

            .testimonial-item .author .author-info h2 {
                font-size: 18px;
                font-weight: 500;
                line-height: 30px;
                margin-bottom: 0;
            }

                .testimonial-item .author .author-info h2 a {
                    color: #484848;
                }

                    .testimonial-item .author .author-info h2 a:hover {
                        color: #F97794;
                    }

    .testimonial-item .content-inner {
        overflow: hidden;
    }

        .testimonial-item .content-inner .description {
            width: 100%;
            margin-bottom: 10px;
        }

        .testimonial-item .content-inner span {
            color: #F97794;
        }

.owl-pagination {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -40px;
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

    .owl-theme .owl-controls .owl-page span {
        display: block;
        width: 12px;
        height: 12px;
        margin: 2px 4px;
        filter: alpha(opacity=50);
        opacity: 1;
        border-radius: 30px;
        background: #fff;
        border: 2px solid #fff;
        box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
        transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
    }

    .owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
        background: #F97794;
    }

/* ==========================================================================
  Header
   ========================================================================== */

.container-slider-text {
    position: relative;
    top: 14%;
    left: 3%;
    text-align: left;
    width: 50%;
    display: inline-block;
}

.header {
    margin-top: 70px;
}

.header img {
    width:100%;
}

.header--bg {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 50%),url("../img/slider/bg-1.jpg") no-repeat;
    height: 765px;
    position: relative;
    background-position: center center;
    background-size: cover;
    margin-top: 70px;
}

    /*.header--bg:after {
        content: '';
        position: absolute;
        width: 50%;
        height: 100%;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: rgba(204, 31, 37, 0.75);
        z-index: -1;
        -webkit-clip-path: polygon(0 0, 0 100%, 80% 100%, 100% 0%, 100% 0);
    }*/

.header .navbar {
    padding-top: 30px;
    margin-bottom: 200px;
}

@media screen and (max-width: 450px) {
    .header .navbar {
        margin-bottom: 150px;
    }
}

.header .navbar-brand {
    font-size: 26px;
    font-weight: bold;
}

.header .nav li a {
    font-size: 15px;
    color: #fff;
}

.header__content__title {
    font-size: 70px;
    font-weight: 900;
    color: #fff;
    letter-spacing: 5px;
    margin-bottom: 15px;
}

.header__content__title_sub {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
/*    letter-spacing: 3px;*/
    margin-bottom: 25px;
}

.header__content__paragraph {
    font-size: 20px;
    color: #f8f8f8;
    max-width: 530px;
    margin-bottom: 30px;
}

.header .navbar .navbar-nav > li > a, .header .navbar .navbar-brand, .header .navbar .navbar-nav > li > a:focus {
    background-color: transparent;
    color: #fff;
}

/* ==========================================================================
  Slider
   ========================================================================== */
#carousel-area {
    overflow: hidden;
    background: #2c3e50;
}

    #carousel-area .carousel-item {
        background-size: 100%;
    }

    #carousel-area .carousel-overlay {
        content: '';
        position: absolute;
        width: 50%;
        height: 100%;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: rgba(5, 180, 249, .9);
        z-index: -1;
        -webkit-clip-path: polygon(0 0, 0 100%, 80% 100%, 100% 0%, 100% 0);
    }

    #carousel-area .carousel-item .carousel-caption {
        top: 32%;
        right: 10%;
        left: 12%;
        text-shadow: none;
        padding-top: 0;
        padding-bottom: 0;
    }

        #carousel-area .carousel-item .carousel-caption h3 {
            color: #fff;
            font-weight: 500;
            font-size: 26px;
            line-height: 38px;
        }

        #carousel-area .carousel-item .carousel-caption h2 {
            font-size: 45px;
            font-weight: 700;
            color: #fff;
        }

        #carousel-area .carousel-item .carousel-caption h4 {
            color: #ffffff;
            font-size: 18px;
            font-weight: 500;
            margin-bottom: 30px;
        }

    #carousel-area .carousel-control {
        display: none;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    #carousel-area:hover .carousel-control {
        display: block;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: fadeIn;
        animation-name: fadeIn;
    }

    #carousel-area .carousel-control-next, #carousel-area .carousel-control-prev {
        opacity: 1;
    }

        #carousel-area .carousel-control-next i, #carousel-area .carousel-control-prev i {
            width: 48px;
            line-height: 48px;
            height: 48px;
            color: #fff;
            font-size: 24px;
            display: inline-block;
            background: #F97794;
            border-radius: 30px;
            -webkit-transition: all 0.2s linear;
            -moz-transition: all 0.2s linear;
            -o-transition: all 0.2s linear;
            transition: all 0.2s linear;
        }

            #carousel-area .carousel-control-next i:hover, #carousel-area .carousel-control-prev i:hover {
                opacity: 0.9;
            }

    #carousel-area .carousel-indicators li:hover,
    #carousel-area .carousel-indicators li.active {
        opacity: 1;
    }

    #carousel-area .carousel-indicators {
        bottom: 35px;
    }

        #carousel-area .carousel-indicators li {
            width: 30px;
            height: 7px;
            border-radius: 4px;
        }

#slider-area {
    margin-top: -1px;
}

    #slider-area .btn {
        margin-right: 15px;
    }

    #slider-area .large_white {
        color: #fff;
    }

    #slider-area .about-info p {
        color: #333;
    }

.contents p {
    font-size: 16px;
    font-weight: 400;
    line-height: 50px;
}

.contents .header-button .btn i {
    margin-left: 10px;
}

/* ==========================================================================
   Blog 
   ========================================================================== */
#blog .blog-item-wrapper {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 10px 50px 0px rgba(84, 110, 122, 0.15);
    -webkit-transition: transform 0.2s linear, -webkit-box-shadow 0.2s linear;
    -moz-transition: transform 0.2s linear, -moz-box-shadow 0.2s linear;
    transition: transform 0.2s linear, box-shadow 0.2s linear;
}

    #blog .blog-item-wrapper:hover {
        box-shadow: 0px 10px 50px 0px rgba(84, 110, 122, 0.35);
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }

        #blog .blog-item-wrapper:hover .blog-item-img:before {
            opacity: 1;
        }

#blog .blog-item-img {
    position: relative;
}

    #blog .blog-item-img img {
        width: 100%;
        border-radius: 4px;
    }

#blog .blog-item-text {
    padding: 20px 30px;
}

    #blog .blog-item-text .date {
        font-size: 14px;
        margin-bottom: 10px;
    }

        #blog .blog-item-text .date i {
            margin-right: 7px;
        }

    #blog .blog-item-text h3 {
        line-height: 26px;
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 10px;
    }

        #blog .blog-item-text h3 a {
            color: #263238;
        }

            #blog .blog-item-text h3 a:hover {
                color: #F97794;
            }

.meta-tags {
    margin-bottom: 10px;
}

    .meta-tags span {
        color: #999;
        font-size: 14px;
        margin-right: 10px;
    }

        .meta-tags span i {
            margin-right: 5px;
        }

        .meta-tags span a {
            color: #999;
        }

            .meta-tags span a:hover {
                color: #F97794;
            }

/* ==========================================================================
    Single Page Style
   ========================================================================== */
#blog-single {
    padding: 80px 0;
    background: #ECF0F1;
}

    #blog-single .blog-post {
        background: #fff;
        overflow: hidden;
        margin-bottom: 40px;
    }

        #blog-single .blog-post .post-thumb img {
            width: 100%;
        }

        #blog-single .blog-post .post-content {
            padding: 30px;
        }

            #blog-single .blog-post .post-content h3 {
                font-size: 30px;
                padding-bottom: 10px;
            }

.blog-comment {
    background: #fff;
    padding: 50px 30px;
    margin-top: 30px;
    overflow: hidden;
}

    .blog-comment h4 {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .blog-comment .comment-list {
        list-style: none;
        margin: 0;
        padding: 0;
        margin-bottom: 50px;
    }

        .blog-comment .comment-list .the-comment {
            border-bottom: 1px solid #e7e6e6;
            padding-bottom: 25px;
            margin-bottom: 25px;
        }

        .blog-comment .comment-list .children {
            padding-left: 40px;
        }

    .blog-comment .avatar {
        float: left;
        margin-right: 15px;
        padding: 5px;
        border-radius: 3px;
        background: #ffffff;
        border: 1px dashed #346AFE;
    }

    .blog-comment .comment-author {
        margin-bottom: 10px;
    }

    .blog-comment .meta {
        margin-bottom: 10px;
        color: #999;
    }

.post-meta {
    color: #fff;
    margin-top: 15px;
    margin-bottom: 15px;
}

    .post-meta ul li {
        display: inline-block;
        margin-right: 8px;
        margin-left: 8px;
    }

        .post-meta ul li i {
            margin-right: 5px;
        }

        .post-meta ul li a {
            color: #fff;
        }

            .post-meta ul li a:hover {
                color: #F97794;
            }

/* ==========================================================================
   Contact Us
  ========================================================================== */
.form-control {
    width: 100%;
    margin-bottom: 20px;
    padding: 15px 30px;
    font-size: 14px;
    border-radius: 30px;
    border: 1px solid transparent;
    background: #f5f5f5;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

    .form-control:focus {
        border: 1px solid #F97794;
        outline: none;
        box-shadow: none;
    }

.btn.disabled, .btn:disabled {
    opacity: 1;
}

textarea {
    border-radius: 4px !important;
}

.contact-info {
    margin-bottom: 15px;
}

    .contact-info i {
        font-size: 20px;
        color: #F97794;
    }

    .contact-info h5 {
        margin-top: 5px;
        font-size: 18px;
        font-weight: 500;
    }

    .contact-info p {
        font-size: 14px;
        margin-bottom: 0;
    }

#contact {
/*    background: #e9e9e9;*/
    position: relative;
    overflow: hidden;
}

    #contact .contact-block {
        overflow: hidden;
    }

.text-danger {
    font-size: 14px;
    margin-top: 10px;
}

.list-unstyled li {
    color: #d9534f;
}

/* Contact Map */
#conatiner-map {
    width: 100%;
    height: 480px;
}

#google-map-area {
    position: relative;
}

    #google-map-area .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }

.toggle-map {
    height: 5px;
    width: 100%;
    background-color: #F97794;
    bottom: 0px;
    text-align: center;
    position: absolute;
    z-index: 106;
}

    .toggle-map .map-icon {
        width: 50px;
        height: 50px;
        display: inline-block;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        background-color: #fff;
        border: #F97794 3px solid;
        position: relative;
        top: -46px;
    }

        .toggle-map .map-icon i {
            width: 44px;
            height: 44px;
            display: inline-block;
            line-height: 44px;
            text-align: center;
            font-size: 20px;
        }

#google-map {
    text-align: center;
    background-color: #fff;
    height: 465px;
    position: absolute;
    bottom: -460px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 101;
    width: 100%;
    border-top: #F97794 3px solid;
}

    #google-map.panel-show {
        bottom: -20px !important;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

.from-wrap {
    width: 100%;
}

    .from-wrap form {
        width: 100%;
        margin: 0 auto;
    }

.validator {
    position: absolute;
    margin-top: -5px;
    font-size: 13px;
    font-weight: bold;
    color:red;
}

.Isprogramme, .full-name, .contact-number, .email, .interested, .IsMalaysian, .nationality, .intake, .country, .custom-select {
    color: #353535 !important;
    width: 47% !important;
    margin: 10px 1% 10px 1% !important;
    font-size: 14px !important;
    height: 40px !important;
    padding: 5px !important;
    border: 1px solid #797979 !important;
    text-align: left !important;
    border-radius: 5px;
}
.multiselect-container{
    width:96%;
}


.form-check-label {
    font-size: 14px;
}
.btn-group {
    display: initial;
}

.submit {
    width: 96%;
    margin: 10px 1% 10px 1%;
    height: 40px;
    border: 0;
    font-size: 14px;
    background: #b70d0d;
    color: #FFFFFF;
}

.submit {
    cursor: pointer;
}

#txtBestFriendName, #TextBox1 {
    display: none;
}

.chkValid {
    position: absolute;
    top: -9999px;
    left: -9999px;
}


/* ==========================================================================
  19. Subscribe Style
  ========================================================================== */
#subscribe {
    /*background: url(../img/bg/bg-subs.jpg);*/
    position: relative;
}

.subscribe-form .sub-title {
    margin-bottom: 30px;
}

    .subscribe-form .sub-title h3 {
        font-size: 30px;
        margin-bottom: 10px;
        position: relative;
        font-weight: 500;
    }

.subscribe-form .form-wrapper {
    background-color: #ffffff;
    padding: 58px 40px;
    border-radius: 4px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

    .subscribe-form .form-wrapper .form-group {
        margin-bottom: 0px;
    }

    .subscribe-form .form-wrapper .form-control {
        display: block;
        width: 100%;
        font-size: 14px;
        box-shadow: none;
        color: #848484;
        text-transform: capitalize;
        background: #f7f7f7;
        border: 1px solid transparent;
        padding: 15px 30px;
        border-radius: 30px;
        background-image: none;
        background-clip: padding-box;
    }

        .subscribe-form .form-wrapper .form-control:focus {
            color: #212121;
            background-color: #fff;
            border-color: #F97794;
            box-shadow: none;
            outline: 0;
        }

.subscribe-form .form-submit .btn {
    width: 100%;
    padding: 13px 30px;
}

#subscribe .sub-item-box {
    padding: 15px;
    margin-bottom: 0;
    border-radius: 4px;
    /* background: #fff; */
}

    #subscribe .sub-item-box .icon-box {
        float: left;
    }

        #subscribe .sub-item-box .icon-box i {
            font-size: 30px;
            color: #F97794;
        }

    #subscribe .sub-item-box .text-box {
        margin-left: 20px;
    }

        #subscribe .sub-item-box .text-box h4 {
            font-size: 17px;
            font-weight: 700;
        }

        #subscribe .sub-item-box .text-box p {
            margin-bottom: 0;
        }

    #subscribe .sub-item-box:last-child {
        margin-bottom: 0;
    }

/* ==========================================================================
   Footer Style
   ========================================================================== */
.block-title {
    font-size: 14px;
    font-weight: 500;
    color: #263238;
    margin-bottom: 30px;
    text-transform: uppercase;
    position: relative;
}

footer .footer-Content {
    background-color: #ffffff;
    padding: 60px 0;
    color: #546E7A;
}

.textwidget {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
}

    .textwidget p {
        color: #546E7A;
    }

footer .menu {
    padding-left: 0;
}

    footer .menu li {
        padding-bottom: 12px;
    }

        footer .menu li a {
            color: #546E7A;
        }

            footer .menu li a:hover {
                color: #F97794;
            }

.contact-footer {
    margin: 0;
    padding: 0;
    display: inline-block;
}

    .contact-footer li {
        padding: 3px 0;
        margin-bottom: 15px;
    }

        .contact-footer li strong {
            float: left;
        }

        .contact-footer li span {
            margin-left: 73px;
            display: block;
        }

            .contact-footer li span a {
                color: #546E7A;
            }

                .contact-footer li span a:hover {
                    color: #F97794;
                }

.instagram-footer {
    padding: 0;
}

    .instagram-footer li {
        display: block;
        width: 33%;
        float: left;
        padding: 0 5px 5px 0;
        margin: 0;
    }

        .instagram-footer li a img {
            width: 100%;
        }

.footer-social li {
    display: inline-block;
    margin-right: 12px;
}

    .footer-social li a {
        background-color: #F97794;
        border-radius: 50%;
        color: #fff;
        height: 32px;
        line-height: 32px;
        text-align: center;
        width: 32px;
        display: inline-block;
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }

    .footer-social li .facebook:hover {
        background-color: #3b5998;
    }

    .footer-social li .twitter:hover {
        background-color: #55acee;
    }

    .footer-social li .linkedin:hover {
        background-color: #007bb5;
    }

    .footer-social li .google-plus:hover {
        background-color: #dd4b39;
    }

#copyright {
    background-color: #b70d0d;
    padding: 20px 0 10px;
    /*border-top: 1px solid #eaeaea;*/
    color: white;
}

    #copyright p {
        margin-bottom: 0;
        line-height: 40px;
    }

        #copyright p a {
            color: #546E7A;
        }

            #copyright p a:hover {
                color: #F97794;
            }

    #copyright .nav-inline .nav-link {
        color: #546E7A;
        padding: 10px 0;
        margin-left: 10px;
    }

        #copyright .nav-inline .nav-link:hover {
            color: #F97794;
        }

/* ==========================================================================
 Counter Section Style
 ========================================================================== */
.counters {
    background: url(../img/bg/bg-counter.jpg) fixed;
    position: relative;
}

    .counters .facts-item {
        text-align: center;
        color: #fff;
        border: 1px dotted #fff;
        border-radius: 4px;
        padding: 30px;
    }

        .counters .facts-item .icon {
            margin-bottom: 15px;
        }

            .counters .facts-item .icon i {
                font-size: 40px;
                color: #fff;
            }

        .counters .facts-item .fact-count h3 {
            font-size: 40px;
            color: #fff;
            font-weight: 400;
            line-height: 40px;
        }

        .counters .facts-item .fact-count h4 {
            font-size: 15px;
            color: #fff;
            margin-bottom: 0;
        }

.counter-item {
    text-align: center;
    padding: 30px;
    background: #f9f9f9;
    border: 1px solid #eaeaea;
    margin: 15px 0;
}

    .counter-item .icon {
        margin-bottom: 20px;
    }

        .counter-item .icon i {
            font-size: 40px;
            color: #F97794;
        }

    .counter-item .fact-count h3 {
        font-size: 50px;
        font-weight: 500;
        line-height: 60px;
    }

    .counter-item .fact-count h4 {
        font-size: 18px;
        margin-bottom: 0;
    }
@media (min-width: 768px) {
    .modal-dialog {
        max-width: 640px;
    }
    .nav-tabs .nav-item {
/*        width: 25%;*/
        padding-right: 10px;
    }

   
}
.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: white;
    background-color: #ec6a0dc7;
}

    .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover, .nav-tabs .nav-link:active, .nav-tabs .nav-link.active {
        border-color: #e9ecef #e9ecef #dee2e6;
        background-color: black;
        color: white;
    }

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {


    #services .services-box h4 {
        margin-bottom: 10px;
    }

    .about-img {
        width: 100% !important;
        display: block;
        margin: 0 auto;
        margin-bottom: 26px;
    }

    .container-slider-text {
        top: 40%;
    }

        .container-slider-text a.button {
            padding: 6px 60px;
        }

    .header--bg {
        background-position-x: 79%;
    }

    .best-logo {
        right: 0% !important;
    }

    .bg-overlay {
        background-color: #00000096;
        height: 100%;
        width: 100%;
        position: absolute;
    }

    #scholarship {
        padding: 0 !important;
    }

    .scholar-desc {
        padding: 20px 0;
    }
}

@media screen and (max-width:768px) {
    .btn-address {
        width: 100% !important;
        margin-bottom: 20px !important;
 
    }
    .btn-join{
        position: relative !important;
        display:block !important;
        width:100% !important;
    }
    .card-body, .card-body1, .card-body2 {
        min-height: unset !important;
    }
   
    figure.snip1104{
        max-width: unset !important; 
    }
    .nav-item {
        width: 180px;
        margin-bottom: 6px !important;
    }
    .why-top-promo {
        background-attachment: unset;
        background-position-x: 40%;
    }
    .modal-title {
        font-size: 28px !important;
    }
    .schedule-box {
        border-radius: 50% !important;
        /* background: #303030 !important; */
        /* height: 136px !important;
        height: 160px !important;*/
        padding: 35px 12px !important;
        margin: auto !important;
        width: 110px;
    }

        .schedule-box p {
            font-size: 12px !important;
            line-height: 15px;
        }

        .section-title {
            text-align: center !important;
        }
    #scholarship .sub-item-box .text-box h4 {
    padding: 0 22px;
}
    .bg-overlay{
        position: absolute;
        background: rgba(0, 0, 0, 0.35);
        height: 500px;
        width: 100%;
    }
    .navbar {
        background: white !important;
    }

    .about-img {
        margin: 0 auto;
        display: block;
        width: 80% !important;
    }

    .first-logo {
        display: none;
    }
}

@media screen and (max-width: 767px) {

    .Isprogramme, .full-name, .contact-number, .email, .interested, .IsMalaysian, .nationality, .intake, .country, .custom-select, .submit {
        width: 100% !important;
    }
    .schedule-box {
        border-radius: 50%;
        background: #303030;
        /*width: 145px;*/
        width: 170px;
        height: 150px;
        padding: 32px;
        margin: auto;
        padding: 40px 22px !important;
    }

        .schedule-box p {
            font-size: 17px !important;
            line-height: 23px;
        }
    
     #poster-modal{
        margin-top:100px;
    }
    #contact{
/*        padding:20px 0 !important;*/
    }
    .call-action{
        padding: 10px 0 !important;
    }

    .container-slider-text {
     position: relative;
    /* top: 29%; */
     left: 0%; 
    text-align: center;
    width: 100%;
    display: inline-block;
}
    .med-sticker {
        position: absolute !important;
        bottom: 0% !important;
        left: 53% !important;
        top: unset !important;
    }

    .img-med {
        width: 150px !important;
    }

    .accordion-body {
        text-align: left;
    }

    .hidden-xs {
        display: none;
    }

    .header--bg {
        height: 360px;
        /*background-position-x: 70%;*/
        background: linear-gradient(rgba(0, 0, 0, 0.2),rgba(0, 0, 0, 0.2)),url(../img/slider/bg-1.jpg) no-repeat;
    }

    .best-logo {
        visibility: hidden;
    }

    .container-slider-text {
        top: 10% !important;
    }

    .button {
        padding: 7px 77px!important;
        font-size: 16px;
    }

    #scholarship {
        background-position: right;
    }

    .header__content__title {
        margin-top: 30px;
        font-size: 27px;
        line-height: 95%;
        margin-bottom: 20px;
    }

    .header__content__title_sub {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .header__content__paragraph {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .header--bg:after {
        width: 62%;
        -webkit-clip-path: polygon(0 0, 0 100%, 63% 100%, 100% 0%, 100% 0);
    }

    .qs-logo {
        width: 50% !important;
        display: block;
        margin: 0 auto;
    }

    .qs-title {
        text-align: center;
        margin-top: 18px;
    }

    .services-box {
        margin-bottom: 40px;
    }
}

/*redirect page*/
#logo {
    border-bottom: 1px solid;
    background-color: #8b8b8b82;
    padding: 10px;
}

#section2 {
    background-color: #e9e9e9;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    font-size: 15px;
}

#section1, #section2, #section3, #section4 {
    box-sizing: border-box;
    padding: 20px;
    padding-top: 30px;
}
.btn1 {
    display: inline-block;
    padding: 6px 100px;
    text-align: center;
    color: #fff;
    letter-spacing: 1px;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    border-radius: 0px;
    background-color: #b70d0d;
    transition: .5s;
    border: 1px solid #b70d0d;
}
@media screen and (min-width: 600px) {
    .container {
        margin: auto;
        max-width: 1005px;
    }

}
#section2 div {
    text-align: center;
}

.med-sticker {
    position: absolute;
    top: 25%;
    left: 80%;
}

.header__content {
    text-shadow: 1px 1px 15px black;
}

.tnc {
    font-weight: 400;
    font-size: 80%;
    text-align: center;
}
.navbar{
    display:unset !important;
}


.source-hidden{
    display:none;
}

#popup {
    display:none;
    position:absolute;
    margin:0 auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}

.close {
    float: right;
    /* display: flex; */
    position: absolute;
    font-weight: 700;
    font-size: 30px !important;
    line-height: 1;
    top: 0%;
    right: 2px;
    color: #9b9d9e;
    /* text-shadow: 4px 2px 4px #212529; */
    opacity: 1;
}

.modal-title{
    font-size:35px;
}
.modal-content{
/*    padding:15px;*/
}

.openday-dialog{
    max-width: 1080px;

}
@media (min-width: 576px) {
    /*.openday-dialog{
        top: 12%;
    padding: 20px;
    }*/
}


.btn-openday{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  font-size: 35px;
  padding: 12px 10px;
  border: none;
  cursor: pointer;
  border-radius: 25px;
  text-align: center;
  width:300px;
  height:300px;
}

.btn-openday:hover,.btn-openday:focus,.btn-openday:active{
    background-color: transparent;
    border:none;
}

.img-br{
    border-radius: 25px;
}


.schedule-box {
    border-radius: 50%;
    background: #303030;
    /*height: 160px;*/
    padding: 35px 14px;
    /*margin: 30px;*/
    margin-bottom: 30px;
    font-size: 21px;
    text-align: center;
}
.schedule-box p{
    color:white;
    font-weight:bold;
    font-size: 14px;
}

/*html {
  overflow-y: scroll !important;
}*/

.btn-overlay{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    font-size: 35px;
    padding: 12px 24px;
    border: none;
    border-radius: 25px;
    text-align: center;
    width: 300px;
    height: 300px;
}

.btn-1 {
    position: absolute;
    top: 46%;
    left: 29%;
    font-weight: bold;
    color: white;
    font-size: 20px;
}

.btn-5 {
    position: absolute;
    top: 56%;
    left: 29%;
    font-weight: bold;
    color: white;
    font-size: 20px;
}
.btn-2 {
    position: absolute;
    top: 55%;
    left: 29%;
    font-weight: bold;
    color: white;
    font-size: 20px;
}
.btn-3 {
    position: absolute;
    top: 59%;
    left: 29%;
    font-weight: bold;
    color: white;
    font-size: 20px;
}
.btn-4 {
    position: absolute;
    top: 67%;
    left: 29%;
    font-weight: bold;
    color: white;
    font-size: 20px;
}
.more{
        position: absolute;
    top: 80%;
    left: 29%;
    font-weight: bold;

}

.btn-1:hover, .btn-1:active, .btn-2:hover, .btn-2:active, .btn-3:hover, .btn-3:active, .btn-4:hover, .btn-4:active, .btn-5:hover, .btn-5:active {
    color: #b70d0d;
}
.live{
    position: absolute;
    top: 18%;
    left: 22%;

}
.table{
    color:black;
}


/*
.tab-content > .active .table {
    background-color: #ff98be26;
}*/

.more-text {
    display: none;
}
.btn-link {
    padding: 0;
    border: none;
    color: #b70d0d;
}

.btn-link:hover , .btn-link:focus{
    cursor:pointer;
}



@import url(https://fonts.googleapis.com/css?family=Raleway:400,800);

figure.snip1104 {
    font-family: 'Raleway', Arial, sans-serif;
    position: relative;
    overflow: hidden;
    margin: 10px;
    min-width: 220px;
    max-width: 310px;
    max-height: 220px;
    width: 100%;
    background: #000000;
    color: #ffffff;
    text-align: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

    figure.snip1104 * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    figure.snip1104 img {
        max-width: 100%;
        position: relative;
        opacity: 0.4;
    }

    figure.snip1104 figcaption {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }

    figure.snip1104 h2 {
        position: absolute;
        left: 40px;
        right: 15px;
        display: inline-block;
        background: #000000;
        -webkit-transform: skew(-10deg) rotate(-10deg) translate(0, -50%);
        transform: skew(-10deg) rotate(-10deg) translate(0, -50%);
        padding: 12px 5px;
        margin: 0;
        top: 50%;
        text-transform: uppercase;
        font-weight: 400;
        font-size: 1rem;
    }

        figure.snip1104 h2 span {
            font-weight: 800;
        }

    figure.snip1104:before {
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        content: '';
        background: #ffffff;
        position: absolute;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        -webkit-transform: rotate(110deg) translateY(-50%);
        transform: rotate(110deg) translateY(-50%);
    }

    figure.snip1104 a {
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        position: absolute;
        z-index: 1;
    }

    figure.snip1104.blue {
        background: #96b5d0;
    }

        figure.snip1104.blue h2 {
            background: #fafafa;
        }

    figure.snip1104.red {
        background: #135a96;
    }

        figure.snip1104.red h2 {
            background: #fafafa;
        }

    figure.snip1104.green {
        background: #234806;
    }

        figure.snip1104.green h2 {
            background: #fafafa;
        }

    figure.snip1104.green2 {
        background: #2be06bd1;
    }

        figure.snip1104.green2 h2 {
            background: #fafafa;
        }

    figure.snip1104.green4 {
        background: #2e5d0ad9;
    }

        figure.snip1104.green4 h2 {
            background: #fafafa;
        }

    figure.snip1104.green5 {
        background: #6ad41699;
    }

        figure.snip1104.green5 h2 {
            background: #fafafa;
        }

    figure.snip1104.green6 {
        background: #60b12069;
    }

        figure.snip1104.green6 h2 {
            background: #fafafa;
        }

    figure.snip1104.green3 {
        background: #ff920cf2;
    }

        figure.snip1104.green3 h2 {
            background: #fafafa;
        }

    figure.snip1104.yellow {
        background: #afc3dc;
    }

        figure.snip1104.yellow h2 {
            background: #fafafa;
        }

    figure.snip1104:hover img,
    figure.snip1104.hover img {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    figure.snip1104:hover h2,
    figure.snip1104.hover h2 {
        -webkit-transform: skew(-10deg) rotate(-10deg) translate(-150%, -50%);
        transform: skew(-10deg) rotate(-10deg) translate(-150%, -50%);
    }

    figure.snip1104:hover:before,
    figure.snip1104.hover:before {
        -webkit-transform: rotate(110deg) translateY(-150%);
        transform: rotate(110deg) translateY(-150%);
    }
    th, tr{
            padding:10px;
        }
        tr{
            background-color:ghostwhite;
        }
    table{
        overflow-x:auto;
    }

.card {
/*    margin-top: 30px;*/
    margin-bottom: 70px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
}

.card-body {
    min-height: 350px;
    padding: 15px;
}
.card-body2 {
    min-height: 475px;
    padding: 15px;
}

.card-body1 {
    min-height: 200px;
    padding: 15px;
}
.card-title {
    font-size: 20px;
    font-weight:bold;
}

.card-sub-title {
    font-size: 16px;
    font-weight: bold;
}

.card-text {
    margin-bottom: 10px;
    
}

.card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}


.btn-join {
    padding: 6px 40px;
    text-align: center;
    color: #fff;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 0px;
    background-color: #b70d0d;
    transition: .5s;
    border: 1px solid #b70d0d;
    width: 90%;
    position: absolute;
    /* right: 0; */
    bottom: 4%;
}

.btn-join:hover{
    background-color:black;
    color:white;    
    border:black;
}

.youtube-iframe iframe{
    width:100% !important;
/*    height: auto !important;*/
}
.btn-address {
    width: 190px;
    padding: 6px 33px !important;
}
.p-title{
    font-weight:bold;
}

#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}
/* Slideshow container */
.img-slide {
	width: 100%;
	height: auto;
    margin-top:65px;
}

.slideshow-container {
	position: relative;
	margin: auto;
}

/* Next & previous buttons */
.prev, .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -22px;
	color: white;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
}
.zoom-in-zoom-out {
	animation: zoom-in-zoom-out 2s ease-out infinite;
	font-family:fantasy;
}

@keyframes zoom-in-zoom-out {
	0% {
		transform: scale(1, 1);
	}

	50% {
		transform: scale(1.1, 1.1);
	}

	100% {
		transform: scale(1, 1);
	}
}
.enquiry-p {
	font-size: 36px;
	/*font-family: fantasy;*/
    font-weight:700;
	left: 320px;
	display: block;
	background: rgba(255,255,255,0);
	border-style: none;
	border-radius: 0px;
	z-index: 75;
	/* width: 483px; */
	/* height: 187px; */
	position: absolute;
}
/* Position the "next button" to the right */
.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}

	/* On hover, add a black background color with a little bit see-through */
	.prev:hover, .next:hover {
		background-color: rgba(0,0,0,0.8);
	}

/* Caption text */
.text {
	color: #f2f2f2;
	font-size: 15px;
	padding: 8px 12px;
	position: absolute;
	bottom: 8px;
	width: 100%;
	text-align: center;
}

.fade {
	opacity: 0.9 !important;
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear;
}
.card-1 {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  width: 100%;
  min-height:616px;
}

.card-1:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
.card-2 {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  width: 100%;
  min-height:610px;
}

.card-2:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
.container-text {
    margin: 20px;
}
.text-padding {
    padding-bottom: 20px;
}
/* The dots/bullets/indicators */
.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;
}

	.active, .dot:hover {
	}
@media only screen and (min-width: 768px) {
    .mobile-view {
        display:none;
    }
    
        
}

@media only screen and (max-width: 767px) {
    .tablet-view {
        display:none;
    }
}


@media only screen and (max-width: 500px) {
    .card-mobile-1{
        min-height:auto!important;
    }
    .card-mobile-2{
        min-height:auto!important;
    }
    .card-mobile-3{
        min-height:auto!important;
    }
    .card-1 {
     width:100%!important;
}
    .card-2 {
        width:100%!important;
}
    .btn1 {
    padding: 0px!important;
}
    .card__header {
    padding: 6em!important;
}
    .card__thumb_1 {
    left: 15px;
    text-align: justify;
    flex-shrink: 0;
    width: 13%!important;
    top: -135px;
    height: auto;
    border-radius: 50%;
    /* display: contents; */
    position: absolute;
}
    .card__title_2 {
        font-size: 9px !important;
        margin: 0 0 0.3em;
        color: #6A515E;
        display: inline;
        margin: auto;
    }
    .card__title {
    font-size: 9px!important;
    margin: 0 0 0.3em;
    color: #6A515E;
    text-align: center;
}
    .card__title_3 {
    font-size: 9px!important;
    margin: 0 0 0.3em;
    color: #6A515E;
    display: inline;
    margin: auto;
}
    .small-card{
        margin-bottom: 0px!important;
    }
    .mobile-box {
        width: 50% !important;
    }
    .mobile-box-1 {
        width: 25% !important;
    }
    .mobile-title {
        display: none;
    }
    .card__header {
    position: relative;
    /* display: flex; */
    align-items: center;
    gap: 1em;
    padding: 1em;
    border-radius: calc(var(--curve) * 1px) 0 0 0;
    background-color: var(--surface-color);
    transform: translateY(-100%);
    transition: .2s ease-in-out;
    border-top: groove #bc2f75;
    border-left: groove #bc2f75;
}

}

/*Card*/
@media only screen and (max-width: 500px) {
    :root {
            --surface-color: #fff;
            --curve: 40;
        }

        * {
            box-sizing: border-box;
        }

        body {
            background-color: #fef8f8;
        }

        .cards {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
            padding: 0;
            list-style-type: none;
        }

        .card {
            position: relative;
            display: -webkit-inline-box;
            height: 100%;
            border-radius: calc(var(--curve) * 1px);
            overflow: hidden;
            text-decoration: none;
        }

        .cards-1 {
            display: -webkit-inline-box;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
            padding: 0;
            list-style-type: none;
        }
        

        .card__image {
            width: 100%;
            height: auto;
        }

        .card__overlay {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            z-index: 1;
            border-radius: calc(var(--curve) * 1px);
            background-color: var(--surface-color);
            transform: translateY(100%);
            transition: .2s ease-in-out;
        }

        .card:hover .card__overlay {
            transform: translateY(0);
        }

        .card__header {
            position: relative;
            /*display: flex;*/
            align-items: center;
            gap: 1em;
            padding: 1em;
            border-radius: calc(var(--curve) * 1px) 0 0 0;
            background-color: var(--surface-color);
            transform: translateY(-100%);
            transition: .2s ease-in-out;
            border-top: groove #bc2f75;
            border-left: groove #bc2f75;
        }

        .card__arc {
            width: 80px;
            height: 80px;
            position: absolute;
            bottom: 100%;
            right: 0;
            z-index: 1;
        }

            .card__arc path {
                fill: var(--surface-color);
                d: path("M 40 80 c 22 0 40 -22 40 -40 v 40 Z");
            }

        .card:hover .card__header {
            transform: translateY(0);
        }

        .card__thumb {
    
    text-align: justify;
    flex-shrink: 0;
    width: 15%;
    height: auto;
    border-radius: 50%;
    /* display: contents; */
    position: absolute;
}
        .card__title_mobile {
    font-size: 17px!important;
    margin: 15px 0 0.3em!important;
    color: #6A515E;
    text-align: center;
    height:40px!important;
}
        .card__title {
            font-size: 1em;
            margin: 0 0 .3em;
            color: #6A515E;
            text-align:center;
                padding-top: 6px;
        }

.card__subtitle {
       font-size: 0.9em;
            margin: 0 0 .3em;
            color: #6A515E;
            text-align:center;
            font-weight:600;
}

        .card__tagline {
            display: block;
            margin: 1em 0;
            font-family: "MockFlowFont";
            font-size: .8em;
            color: #D7BDCA;
        }

        .card__status {
            font-size: .8em;
            color: #D7BDCA;
        }

        .card__description {
            padding: 0 0.1em 2em;
            margin: 0;
            color: #bc2f75;
            font-family: "MockFlowFont";
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3;
            overflow: hidden;
            border-left: groove #bc2f75;
        }

        .style-seven {
            border: 0;
            height: 50px;
            border-top: 1px solid rgba(0, 0, 0, 0.1);
            border-bottom: 1px solid rgba(255, 255, 255, 0.3);
            padding-top: 20px;
            padding-bottom: 60px;
        }
        .carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: flex;
}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 768px) {
    .card__title_2 {
        font-size: 10px !important;
        margin: 0 0 0.3em;
        color: #6A515E;
        display: inline;
        margin: auto;
    }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px){
.card__title_3 {
    font-size: 12px!important;
    margin: 0 0 0.3em;
    color: #6A515E;
    display: inline;
    margin: auto;
}
}
@media only screen and (max-width: 320px) {
    .card__title_2 {
        font-size: 7px !important;
        margin: 0 0 0.3em;
        color: #6A515E;
        display: inline;
        margin: auto;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .spcial-tab {
    background-color: black;
    color: white;
    padding: 1px 20px 1px 20px!important;
    font-weight: bold;}
    :root {
        --surface-color: #fff;
        --curve: 40;
    }
    :root {
        --surface-color: #fff;
        --curve: 40;
    }

    * {
        box-sizing: border-box;
    }

    body {
        background-color: #fef8f8;
    }

    .cards {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 2rem;
        padding: 0;
        list-style-type: none;
    }

    .card {
        position: relative;
        display: -webkit-inline-box;
        height: 100%;
        border-radius: calc(var(--curve) * 1px);
        overflow: hidden;
        text-decoration: none;
    }

    .cards-1 {
        display: -webkit-inline-box;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 2rem;
        padding: 0;
        list-style-type: none;
    }

    .card__image {
        width: 100%;
        height: auto;
    }

    .card__overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1;
        border-radius: calc(var(--curve) * 1px);
        background-color: var(--surface-color);
        transform: translateY(100%);
        transition: .2s ease-in-out;
    }

    .card:hover .card__overlay {
        transform: translateY(0);
    }

    .card__header {
    position: relative;
    display: -webkit-box;
    align-items: center;
    gap: 1em;
    padding: 12px;
    border-radius: calc(var(--curve) * 1px) 0 0 0;
    background-color: var(--surface-color);
    transform: translateY(-100%);
    transition: .2s ease-in-out;
    border-top: groove #bc2f75;
    border-left: groove #bc2f75;
}

    .card__arc {
        width: 80px;
        height: 80px;
        position: absolute;
        bottom: 100%;
        right: 0;
        z-index: 1;
    }

        .card__arc path {
            fill: var(--surface-color);
            d: path("M 40 80 c 22 0 40 -22 40 -40 v 40 Z");
        }

    .card:hover .card__header {
        transform: translateY(0);
    }

    .card__thumb {
        margin: 0px 5px 2px 10px;
        flex-shrink: 0;
        width: 30px;
        height: 30px;
        border-radius: 50%;
    }

    .card__title {
        font-size: 14px;
        margin: 0 0 .3em;
        color: #6A515E;
        display: inline;
    }

    .card__title_1 {
        margin: 0px 5px 2px 10px;
    }

    .card__tagline {
        display: block;
        margin: 1em 0;
        font-family: "MockFlowFont";
        font-size: .8em;
        color: #D7BDCA;
    }

    .card__status {
        font-size: .8em;
        color: #D7BDCA;
    }

    .card__description {
        padding: 0 0.1em 2em;
        margin: 0;
        color: #bc2f75;
        font-family: "MockFlowFont";
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        border-left: groove #bc2f75;
    }

    .style-seven {
        border: 0;
        height: 50px;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        padding-top: 20px;
        padding-bottom: 60px;
    }

    .carousel-item-next, .carousel-item-prev, .carousel-item.active {
        display: flex;
    }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 768px) {
    .header--bg {
        background-position-x: 79%;
        background:url(../img/slider/bg-12.jpg) no-repeat!important;
    }
    .card__thumb {
    margin: 0px 5px 2px -14px!important;
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
    .card__title{
        font-size: 10px!important;
    }
    .card__title_2 {
        font-size: 10px!important;
    margin: 0 0 0.3em;
    color: #6A515E;
    display: inline;
    margin:auto;
    }
    .card__title_3 {
        font-size: 10px!important;
    margin: 0 0 0.3em;
    color: #6A515E;
    display: inline;
    margin:auto;
    }
}
@media only screen and (min-width: 1100px) {
    :root {
        --surface-color: #fff;
        --curve: 40;
    }

    * {
        box-sizing: border-box;
    }

    body {
        background-color: #fef8f8;
    }

    .cards {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 2rem;
        padding: 0;
        list-style-type: none;
    }

    .card {
        position: relative;
        display: -webkit-inline-box;
        height: 100%;
        border-radius: calc(var(--curve) * 1px);
        overflow: hidden;
        text-decoration: none;
    }

    .cards-1 {
        display: -webkit-inline-box;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 2rem;
        padding: 0;
        list-style-type: none;
    }
    .cards-2 {
        display: -webkit-inline-box;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 2rem;
        padding: 0;
        list-style-type: none;
    }

    .card__image {
        width: 100%;
        height: auto;
    }

    .card__overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1;
        border-radius: calc(var(--curve) * 1px);
        background-color: var(--surface-color);
        transform: translateY(100%);
        transition: .2s ease-in-out;
    }

    .card:hover .card__overlay {
        transform: translateY(0);
    }

    .card__header {
        position: relative;
        display: -webkit-box;
        align-items: center;
        gap: 1em;
        padding: 20px;
        border-radius: calc(var(--curve) * 1px) 0 0 0;
        background-color: var(--surface-color);
        transform: translateY(-100%);
        transition: .2s ease-in-out;
        border-top: groove #bc2f75;
        border-left: groove #bc2f75;
    }

    .card__arc {
        width: 80px;
        height: 80px;
        position: absolute;
        bottom: 100%;
        right: 0;
        z-index: 1;
    }

        .card__arc path {
            fill: var(--surface-color);
            d: path("M 40 80 c 22 0 40 -22 40 -40 v 40 Z");
        }

    .card:hover .card__header {
        transform: translateY(0);
    }

    .card__thumb {
        margin: 0px 5px 2px 10px;
        flex-shrink: 0;
        width: 30px;
        height: 30px;
        border-radius: 50%;
    }

    .card__title {
        font-size: 14px;
        margin: 0 0 .3em;
        color: #6A515E;
        display: inline;
    }

    .card__title {
        font-size: 14px;
        margin: 0 0 .3em;
        color: #6A515E;
        display: inline;
    }

    .card__title_1 {
        margin: 0px 5px 2px 10px;
    }
    .card__title_2 {
        font-size: 14px;
        margin: 0 0 .3em;
        color: #6A515E;
        display: inline;
        margin: 15px;
    }
    .card__title_3 {
        font-size: 14px;
        margin: 0 0 .3em;
        color: #6A515E;
        display: inline;
        margin: 8px;
    }

    .card__tagline {
        display: block;
        margin: 1em 0;
        font-family: "MockFlowFont";
        font-size: .8em;
        color: #D7BDCA;
    }

    .card__status {
        font-size: .8em;
        color: #D7BDCA;
    }

    .card__description {
        padding: 0 0.1em 2em;
        margin: 0;
        color: #bc2f75;
        font-family: "MockFlowFont";
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        border-left: groove #bc2f75;
    }

    .style-seven {
        border: 0;
        height: 50px;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        padding-top: 20px;
        padding-bottom: 60px;
    }

    .carousel-item-next, .carousel-item-prev, .carousel-item.active {
        display: flex;
    }
}
.card__title_1 {
        margin: 0px 5px 2px 10px;
    }
 .card__title_2 {
        font-size: 14px;
        margin: 0 0 .3em;
        color: #6A515E;
        display: inline;
        margin: auto;
    }
@media only screen and (min-width: 1080px){
.card__title_3 {
    font-size: 14px;
    margin: 0 0 0.3em;
    color: #6A515E;
    display: inline;
    margin: 8px;
}
}
@media only screen and (min-device-width : 200px) and (max-device-width : 300px) {

    .card__title_2 {
        font-size: 7px !important;
        margin: 0 0 0.3em;
        color: #6A515E;
        display: inline;
        margin: auto;
    }

    .card__thumb_1 {
        text-align: justify;
        flex-shrink: 0;
        width: 14% !important;
        top: 7px;
        height: auto;
        border-radius: 50%;
        /* display: contents; */
        position: absolute;
    }
}
    @media only screen and (min-device-width : 200px) and (max-device-width : 280px) {
   
    .card__title_2 {
    font-size: 7px!important;
    margin: 0 0 0.3em;
    color: #6A515E;
    display: inline;
    margin: auto;
}
    .card__thumb_1 {
    text-align: justify;
    flex-shrink: 0;
    width: 14%!important;
    top: 2px;
    height: auto;
    border-radius: 50%;
    /* display: contents; */
    position: absolute;
}
    .card__header {
    position: relative;
    /* display: flex; */
    align-items: center;
    gap: 0em;
    padding: 5px;
    height: 80px;
    /* border-radius: calc(var(--curve) * 1px) 0 0 0; */
    background-color: var(--surface-color);
    transform: translateY(-100%);
    transition: .2s ease-in-out;
    border-top: groove #bc2f75;
    border-left: groove #bc2f75;
}
}
.card-other {
            position: relative;
            display: block!important;
            height: 100%;
            border-radius: calc(var(--curve) * 1px);
            overflow: hidden;
            text-decoration: none;
        }
@media only screen and (max-width: 600px) {
    .btn-back {
        width: 100% !important;
    }
}
.small-card{
        height: 90%!important;
    }
.btn-back{
        width: 100%;
    margin: auto;
    /* background-color: black; */
    padding: 15px;
}
.display-none{
    display:none!important;
}
@media only screen and (min-device-width : 768px) and (max-device-width : 4000px) {
    .card-width{
            width:90%;
        }
}

#scholarship-1{
    
    background: linear-gradient(rgba(0, 0, 0, 0.6),rgba(0, 0, 0, 0.6)),url(../img/college-student-2021-09-24-03-36-07-utc.jpg) no-repeat fixed;
    background-size: cover;
}
#container-inside {
    position: relative;
    min-width: 960px;
    max-width: 1280px;
    height: auto;
    min-height: 100%;
    margin: 0px auto;
    padding: 0px auto;
    overflow: visible;
}

#circle-small {
    -webkit-animation: circle-small-scale 3s ease-in-out infinite alternate;
    animation: circle-small-scale 3s ease-in-out infinite alternate;
	animation-timing-function: cubic-bezier(.6, 0, .4, 1);
	animation-delay: 0s;
	position: absolute;
    background: #fff;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    opacity: 0.4;
    left: -395px;

}

#circle-medium {
    -webkit-animation: circle-small-scale 3s ease-in-out infinite alternate;
    animation: circle-small-scale 3s ease-in-out infinite alternate;
	animation-timing-function: cubic-bezier(.6, 0, .4, 1);
	animation-delay: 0.3s;
	position: absolute;
    background: #fff;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    opacity: 0.3;
    left: 95px;
    top: 115px;
}

#circle-large {
    -webkit-animation: circle-small-scale 3s ease-in-out infinite alternate;
    animation: circle-small-scale 3s ease-in-out infinite alternate;
	animation-timing-function: cubic-bezier(.6, 0, .4, 1);
	animation-delay: 0.6s;
	position: absolute;
    background: #fff;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    opacity: 0.4;
    left: 895px;

}

#circle-xlarge {
    -webkit-animation: circle-small-scale 3s ease-in-out infinite alternate;
    animation: circle-small-scale 3s ease-in-out infinite alternate;
	animation-timing-function: cubic-bezier(.6, 0, .4, 1);
	animation-delay: 0.9s;
	position: absolute;
    background: #fff;
        left: -59px;
    top: -50px;
    width: 150px;
    height: 150px;
    1: 100;
    border-radius: 50%;
    opacity: 0.6;
}

#circle-xxlarge {
    -webkit-animation: circle-small-scale 3s ease-in-out infinite alternate;
    animation: circle-small-scale 3s ease-in-out infinite alternate;
	animation-timing-function: cubic-bezier(.6, 0, .4, 1);
	animation-delay: 1.2s;
	position: absolute;
    background: #fff;
        left: 900px;
    bottom: -700px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    opacity: 0.2;
}
#circle-xxxlarge {
    -webkit-animation: circle-small-scale 3s ease-in-out infinite alternate;
    animation: circle-small-scale 3s ease-in-out infinite alternate;
	animation-timing-function: cubic-bezier(.6, 0, .4, 1);
	animation-delay: 1.2s;
	position: absolute;
    background: #fff;
    left: -200px;
    bottom: -700px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    opacity: 0.7;
}

@-webkit-keyframes circle-small-scale {
    0% {
        -webkit-transform: scale(1.0);
    }
    100% {
        -webkit-transform: scale(1.1);
    }
}

@keyframes circle-small-scale {
    0% {
        transform: scale(1.0);
    }
    100% {
        transform: scale(1.1);
    }
}
.none{
    display:none!important;
}

.box-new {
    border: 1px solid transparent;
    margin: 40px 40px 0px 40px;
    padding: 20px;
    background-color: #161716c4;
    z-index: 1;
}
.title-sd {
    text-shadow: 2px 2px 4px #ff0404;
    font-size: 18px;
}

.box {
    padding: 25px;
    border-radius: 35px;
    text-align: center;
    margin-bottom: 20px;
}

.box-1 {
    background-color: #ffa044;
}

.box-2 {
    background-color: #ffd6a2;
}

.box-3 {
    background-color: #fb7454;
}

.box img {
    width: 100px;
}

.box h3 {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    font-family: 'Roboto Condensed', sans-serif;
    margin-top: 20px;
}

.box p {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    font-family: 'Roboto Condensed', sans-serif;
}

#students {
    background: url(../img/students.jpg) no-repeat;
    background-position: center center;
    /* background-attachment: fixed; */
    background-size: cover;
    min-height: 800px;
}

.box-week {
    padding: 10px 20px;
}

.box-item-list {
    padding: 25px;
    text-align: center;
    margin-bottom: 20px;
}

.box-item-list img {
    width: 100px;
}

.box-item-list h3 {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    font-family: 'Roboto Condensed', sans-serif;
    margin-top: 20px;
}

.week-desc:nth-of-type(odd) {
    background-color:#ffcccb;
}

.week-desc:nth-of-type(even) {
    background-color:#ff8e8e;
}

#overview {
    background-image: linear-gradient(to bottom, #9a9a9a, #bfbfbf, #d6d6d6, #e0e0e0, #dedede, #dcdcdc, #e0e0e0, #f9f9f9, #ffffff, #ffffff, #ffffff, #ffffff, #ffffff);
    padding-bottom: 60px;
}

#call {
    padding: 30px 0 0 0;
}

#call .text-position {
    text-align:right;
}

#call img {
    width: 100px;
}
#call p {
    color: #ac0000;
    font-size: 30px;
    font-weight: 700;
    float: left;
    margin-top:30px;
    text-align: center;
}

#call p span {
    margin: 0 10px;
}

#programme ul {
    column-count: 2;
}

@media screen and (max-width: 920px) {
    .offset-md-1 {
    margin-left: 2%;
}
}

@media screen and (max-width: 795px) {
    #call p {
        font-size: 28px;
    }
}

@media screen and (max-width: 768px) {
    #call .text-position {
    text-align:center;
    }
    #call p {
    float:none;
    }
    #students {
    min-height: 425px;
    }
    #programme ul {
    column-count: 1;
    }
    .box-item-list {
    padding: 20px;
    margin-bottom: 0px;
    }
    .pt-40-mobile {
    padding-top: 40px;
    }
    #call p span {
    display: none;
    }
}

@media screen and (max-width: 610px) {
    #students {
    min-height: 300px;
    }
}

@media screen and (max-width: 479px) {
    #students {
    min-height: 200px;
    }
    .main-title h3 {
    font-size: 20px;
    font-weight: 600;
}
}

@media screen and (max-width: 320px) {
    #call p {
    font-size: 26px;
}
}

.carousel-item {
    background-color: #9a9a9a !important;
}

.mt-30 {
margin-top: 30px;
}