/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/


/* 
    Created on : 29-Dec-2015, 08:38:07
    Author     : Mansaf Jafran
*/

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track {
    background-color: #ccc;
    border-left: 1px solid #fff;
}

::-webkit-scrollbar-thumb {
    background-color: #2059a8;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #fff;
}

@import 'config';
body {
    background: #fff;
    max-width: 2000px;
    font-family: $font_2;
    font-size: 14px;
    overflow-x: hidden;
    * {
        /*border: 1px solid red;*/
    }
}

html,
body {
    /*min-width: 1141px;*/
}

p {
    line-height: 25px;
}

.left {
    float: left;
}

.abs-left {
    left: 0;
}

.right {
    float: right;
}

.abs-right {
    right: 0;
}

.rtl {
    direction: rtl;
}

.clear:after {
    clear: both;
    display: block;
    content: ' ';
}

.p-relative {
    position: relative;
}

.p-absolute {
    position: absolute;
}

.v-center {
    top: 50%;
    transform: translateY(-50%);
}

.h-center {
    left: 50%;
    transform: translateX(-50%);
}

.v-h-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.clear-float {
    display: block;
    clear: both;
    height: 1px;
}

br.minus {
    margin-bottom: -20px;
    display: block;
    content: '';
}

.wrapper {
    width: $wrapper_width;
    margin: 0 auto;
    position: relative;
}

.title-b {
    display: block;
}

.margin-zero {
    margin: 0 !important;
}

.margin-top-zero {
    margin-top: 0 !important;
}

.margin-bottom-zero {
    margin-bottom: 0 !important;
}

br {
    &.px-10 {
        content: " ";
        display: block;
        margin: 10px 0 0;
        line-height: 10px;
    }
    &.px-20 {
        content: " ";
        display: block;
        margin: 20px 0 0;
        line-height: 20px;
    }
    &.px-30 {
        content: " ";
        display: block;
        margin: 30px 0 0;
        line-height: 30px;
    }
    &.px-40 {
        content: " ";
        display: block;
        margin: 40px 0 0;
        line-height: 40px;
    }
    &.px-50 {
        content: " ";
        display: block;
        margin: 50px 0 0;
        line-height: 50px;
    }
    &.px-60 {
        content: " ";
        display: block;
        margin: 60px 0 0;
        line-height: 60px;
    }
    &.px-70 {
        content: " ";
        display: block;
        margin: 70px 0 0;
        line-height: 70px;
    }
    &.px-80 {
        content: " ";
        display: block;
        margin: 80px 0 0;
        line-height: 80px;
    }
    &.px-90 {
        content: " ";
        display: block;
        margin: 90px 0 0;
        line-height: 90px;
    }
    &.px-100 {
        content: " ";
        display: block;
        margin: 100px 0 0;
        line-height: 100px;
    }
    &.px-10-minus {
        content: " ";
        display: block;
        margin: -10px 0 0;
        line-height: 0px;
    }
    &.px-20-minus {
        content: " ";
        display: block;
        margin: -20px 0 0;
        line-height: 0px;
    }
    &.px-30-minus {
        content: " ";
        display: block;
        margin: -30px 0 0;
        line-height: 0px;
    }
    &.px-40-minus {
        content: " ";
        display: block;
        margin: -40px 0 0;
        line-height: 0px;
    }
}

.common-a {
    color: #0054b8;
    @include opacityAnimation2;
}

.common-title {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    color: #3e3e3e;
    margin-bottom: 50px;
    font-family: $font_4;
    &:after {
        content: " ";
        position: absolute;
        left: 0;
        bottom: -15px;
        width: 50px;
        border-bottom: 5px solid #3e3e3e;
    }
}

.common-btn {
    text-transform: uppercase;
    background: #2059a8;
    font-weight: bold;
    color: #fff !important;
    padding: 7px 15px;
    cursor: pointer;
    outline: none;
    display: inline-block;
    @include delay(.2s);
    &:hover {
        background: rgba(32, 89, 168, 0.77);
    }
    &.arrow {
        padding-right: 35px;
        background: #2059a8 url(../img/home/icons/home-testimonail-video-play.png) no-repeat calc(100% - 15px) center;
        background-size: 10px;
        &:hover {
            background: rgba(32, 89, 168, 0.77) url(../img/home/icons/home-testimonail-video-play.png) no-repeat calc(100% - 15px) center;
            background-size: 10px;
        }
    }
}

.common-play {
    display: inline-block;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    padding: 10px;
    width: 111px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    i {
        display: inline-block;
        background: url(../img/banners/banner-play.png) no-repeat center center;
        width: 91px;
        height: 91px;
        position: relative;
        z-index: 2;
        &:after {
            content: ' ';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translateX(-50%) translateY(-50%);
            border: 2px solid #2ebee1;
            width: 100%;
            height: 100%;
            border-radius: 100px;
        }
    }
    &:after {
        content: ' ';
        position: absolute;
        top: calc(100% + 4px);
        border-left: 1px solid #fff;
        height: calc(100% - 99px);
        left: 50%;
    }
    &:hover {
        i:after {
            -webkit-animation-name: playHover;
            /* Safari 4.0 - 8.0 */
            animation-name: playHover;
            animation-duration: 1s;
            -webkit-animation-duration: 1s;
            /* Safari 4.0 - 8.0 */
            animation-iteration-count: infinite;
            -webkit-animation-iteration-count: infinite;
            animation-timing-function: ease-out;
            -webkit-animation-timing-function: ease-out;
            z-index: -1;
            @-webkit-keyframes playHover {
                0% {
                    width: 100%;
                    height: 100%
                }
                50% {
                    width: 75%;
                    height: 75%
                }
                100% {
                    width: 100%;
                    height: 100%
                }
            }
            /* Standard syntax */
            @keyframes playHover {
                0% {
                    width: 100%;
                    height: 100%
                }
                50% {
                    width: 75%;
                    height: 75%
                }
                100% {
                    width: 100%;
                    height: 100%
                }
            }
        }
    }
}

header {
    position: relative;
    z-index: 999999;
    .top-header {
        background: #001b48;
        color: #fff;
        text-transform: capitalize;
        padding: 15px 0;
        position: relative;
        .login {
            background: url(../img/icons/header-top-login.png) no-repeat left center;
            padding-left: 20px;
            padding-right: 20px;
            position: relative;
            /*font-size: 12px;*/
            &:after {
                content: " ";
                position: absolute;
                right: 0;
                top: 2px;
                border-left: 1px solid #fff;
                height: 15px;
            }
        }
        .link {
            padding: 0 5px;
            font-size: 12px;
        }
        .apply {
            display: inline-block;
            background: url(../img/icons/header-top-apply.png) no-repeat left center;
            padding-left: 30px;
            margin-right: 20px;
        }
        form {
            display: inline-block;
            background: #2059a8;
            height: 49px;
            margin-bottom: -36px;
            position: relative;
            top: -15px;
            z-index: 2;
            input[type="submit"] {
                width: 50px;
                height: 50px;
                position: absolute;
                opacity: 0;
                right: 0;
                top: 0;
                background: url(../img/icons/search-btn.png) no-repeat center center;
                background-size: 45%;
                cursor: pointer;
                border: none;
                outline: none;
                @include delay(.5s);
            }
            input[type="text"] {
                width: 200px;
                height: 29px;
                border: none;
                background: transparent;
                padding: 10px;
                padding-left: 45px;
                background: url(../img/icons/header-top-search.png) no-repeat left center;
                outline: none;
                margin: 15px;
                margin-top: -8px;
                margin-bottom: -35px;
                color: #fff;
                text-transform: capitalize;
                @include delay(.5s);
            }
            @include placeholder {
                color: #fff;
                /*color: #a0a0a0;*/
            }
            &.active {
                input[type="text"] {
                    width: 500px;
                }
                input[type="submit"] {
                    opacity: 1;
                }
            }
        }
        .after {
            content: "";
            position: absolute;
            right: 0;
            height: 100%;
            background: #2059a8;
            top: 0;
            z-index: 1;
        }
    }
    .bottom-header {
        .wrapper {
            padding: 25px 0;
        }
        .logo {
            float: left;
            width: 250px;
        }
        .logo-2 {
            float: left;
            width: 165px;
            margin-left: 20px;
        }
        .menu {
            float: right;
            padding-top: 13px;
            display: block;
            &>li {
                float: left;
                font-weight: bold;
                text-transform: uppercase;
                color: #202020;
                ul li {
                    float: left;
                    font-weight: bold;
                    text-transform: none;
                    color: #202020;
                }
                &>a {
                    position: relative;
                    padding: 0px 13px 45px 13px;
                    &:after {
                        content: ' ';
                        position: absolute;
                        right: 0;
                        top: 4px;
                        height: 12px;
                        border-right: 2px solid #000;
                    }
                }
                &:first-child a {
                    padding-left: 0;
                }
                &:last-child {
                    a:after {
                        display: none;
                    }
                    padding-right: 0;
                }
                a {
                    @include delay(.2s);
                }
                a:hover {
                    color: #2059a8;
                }
                .sub-menu {
                    position: absolute;
                    width: 100%;
                    left: 0;
                    padding-top: 40px;
                    z-index: 5;
                    display: none;
                    top: 100%;
                    .inner {
                        padding: 20px 30px;
                        background: #07214D;
                        color: #fff;
                    }
                    &.sub-menu-1 .inner {
                        background: #07214D url(../img/menu/menu-1-bg.png) no-repeat right center;
                        background-size: auto 100%;
                    }
                    &.sub-menu-2 .inner {
                        background: #07214D url(../img/menu/menu-3-bg.png) no-repeat right center;
                        background-size: auto 100%;
                    }
                    &.sub-menu-3 .inner {
                        background: #07214D url(../img/menu/menu-4-bg.png) no-repeat right center;
                        background-size: auto 100%;
                    }
                    &.sub-menu-4 .inner {
                        background: #07214D url(../img/menu/menu-5-bg.png) no-repeat right center;
                        background-size: auto 100%;
                    }
                    &.sub-menu-5 .inner {
                        background: #07214D url(../img/menu/menu-2-bg.png) no-repeat right center;
                        background-size: auto 100%;
                    }
                    ul.sub-menu li:after {
                        content: ' ';
                        position: absolute;
                        left: -12px;
                        top: 12px;
                        width: 5px;
                        height: 5px;
                        background: #7a8295;
                    }
                    ul.main {
                        float: left;
                        width: 230px;
                        margin-right: 40px;
                        &>li {
                            text-transform: uppercase;
                            border-bottom: 1px dotted #fff;
                            &:last-child {
                                border-bottom: none;
                            }
                            &>a {
                                display: block;
                                padding: 10px 0;
                                font-weight: bold;
                            }
                            ul {
                                margin-bottom: 10px;
                                li {
                                    position: relative;
                                    padding-left: 15px;
                                    margin-bottom: 6px;
                                    color: #ccc;
                                    &:after {
                                        content: ' ';
                                        position: absolute;
                                        left: 0;
                                        top: 7px;
                                        width: 5px;
                                        height: 5px;
                                        background: #7a8295;
                                    }
                                    a {
                                        font-weight: normal;
                                    }
                                }
                            }
                        }
                    }
                }
                &:hover {
                    .sub-menu {
                        display: block;
                    }
                }
                &>.sub-menu {
                    top: 104px;
                    &:after {
                        content: ' ';
                        position: absolute;
                        left: 0;
                        top: -45px;
                        width: 100%;
                        height: 45px;
                    }
                }
                &>.sub-menu {
                    top: 106px;
                    &:after {
                        content: ' ';
                        position: absolute;
                        left: 0;
                        top: -45px;
                        width: 100%;
                        height: 45px;
                    }
                }
            }
        }
        .toggle-menu {
            position: absolute;
            right: 20px;
            top: 50%;
            transform: translateY(-50%);
            display: none;
            .bar1,
            .bar2,
            .bar3 {
                width: 35px;
                height: 5px;
                background-color: #2059a8;
                margin: 6px 0;
                transition: 0.4s;
                cursor: pointer;
            }
            &.active .bar1 {
                -webkit-transform: rotate(-45deg) translate(-8px, 7px);
                transform: rotate(-45deg) translate(-8px, 7px);
            }
            &.active .bar2 {
                opacity: 0;
            }
            &.active .bar3 {
                -webkit-transform: rotate(45deg) translate(-8px, -8px);
                transform: rotate(45deg) translate(-8px, -8px);
            }
        }
    }
}

header .bottom-header {
    &.research,
    &.news,
    &.college-page {
        .menu>li>.sub-menu {
            top: 99px;
            &:after {
                top: -40px;
                height: 40px;
            }
        }
    }
}

.slide-menu {
    display: none;
    position: absolute;
    top: 0;
    left: -340px;
    width: 340px;
    background: #001b48;
    z-index: 99999;
    padding: 30px;
    padding-top: 8px;
    @include delay(1s);
    &:after {
        content: ' ';
        position: fixed;
        top: 0;
        left: -340px;
        width: 340px;
        height: 100%;
        z-index: -1;
        background: #001b48;
        @include delay(1s);
    }
    .logo {
        width: 200px;
        margin-top: 7px;
    }
    .top-part {
        margin-bottom: 25px;
        .login-dropdown {
            height: 35px;
            border: 2px solid #195cad;
            border-radius: 40px;
            color: #fff;
            margin-bottom: 24px;
            i {
                height: 32px;
                width: 35px;
                display: inline-block;
                background: url(../img/icons/header-top-login.png) no-repeat center center;
            }
            .list {
                float: right;
                display: inline-block;
                width: calc(100% - 40px);
                vertical-align: top;
                position: relative;
                margin-right: -1px;
                margin-top: -2px;
                a.main-login-link {
                    line-height: 31px;
                    padding-left: 20px;
                    position: relative;
                    display: block;
                    background: url(../img/icons/header-top-arrow-down.png) no-repeat calc(100% - 20px) center;
                    background-size: 16px;
                    border: 2px solid #195cad;
                    border-left: 0;
                    border-radius: 0 20px 20px 0;
                    position: relative;
                    z-index: 2;
                    &:before {
                        content: ' ';
                        position: absolute;
                        left: 0;
                        border-left: 2px solid #195cad;
                        height: calc(100% - 15px);
                        top: 50%;
                        @include v-center;
                    }
                }
                ul#menu-login_menu-1,
                ul#menu-login_menu-2 {
                    display: none;
                    background: #13366e;
                    border-radius: 0 17px 20px;
                    position: absolute;
                    left: 0;
                    top: 0;
                    width: 100%;
                    padding: 40px 20px 10px;
                    z-index: 1;
                    li {
                        padding: 5px 0;
                        border-bottom: 1px solid #7292b9;
                        .sub-menu,
                        &:last-child {
                            border-bottom: none;
                        }
                        .sub-menu {
                            padding-left: 10px;
                            font-size: 13px;
                        }
                    }
                }
            }
            &.active {
                ul#menu-login_menu-1,
                ul#menu-login_menu-2 {
                    display: block;
                }
                .list a.main-login-link {
                    background: url(../img/icons/header-top-arrow-up.png) no-repeat calc(100% - 20px) center;
                    background-size: 16px;
                }
            }
        }
        .links {
            text-align: center;
            margin-bottom: 20px;
            margin-left: -30px;
            margin-top: -20px;
            width: calc(100% + 60px);
            background: #2059a8;
            height: 49px;
            padding-top: 16px;
            box-shadow: 3px -2px 5px rgba(0, 0, 0, 0.1098039);
            a {
                color: #fff;
                text-transform: uppercase;
                position: relative;
                padding: 0 15px;
                &:after {
                    content: " ";
                    position: absolute;
                    right: 0;
                    top: 2px;
                    border-left: 1px solid #fff;
                    height: 15px;
                }
                &:last-child:after {
                    display: none;
                }
            }
        }
    }
    &>ul>li {
        font-weight: bold;
        text-transform: uppercase;
        color: #fff;
        margin-bottom: 5px;
        padding-top: 5px;
        padding-bottom: 10px;
        border-bottom: 1px dotted #fff;
        &.has-sub {
            margin-left: 0;
            &>span {
                padding-left: 37px;
                background: url(../img/icons/slide-menu-main-plus.png) no-repeat left top;
                background-size: 27px;
                display: block;
            }
            &.active>span {
                background: url(../img/icons/slide-menu-main-minus.png) no-repeat left top;
                background-size: 27px;
            }
        }
        &:last-child {
            border-bottom: none;
        }
        &>span a {
            position: relative;
            padding: 0px;
            font-size: 18px;
            line-height: 27px;
        }
        &:first-child a {
            padding-left: 0;
        }
        &:last-child {
            a:after {
                display: none;
            }
            padding-right: 0;
        }
        a {
            @include delay(.2s);
        }
        /*        a:hover{
                    color: #2059a8; 
                }*/
        .sub-menu {
            width: 100%;
            margin-top: 8px;
            display: none;
            .logo {
                width: 180px;
            }
            ul.main {
                width: calc(100% - 30px);
                margin-left: 30px;
                &>li {
                    text-transform: uppercase;
                    border-top: 1px dotted #fff;
                    &.has-sub {
                        &>span {
                            padding-right: 35px;
                            background: url(../img/icons/slide-menu-second-plus.png) no-repeat right 9px;
                            background-size: 13px;
                            display: block;
                        }
                        ul {
                            display: none;
                        }
                        &.active {
                            &>span {
                                background: url(../img/icons/slide-menu-second-minus.png) no-repeat right 9px;
                                background-size: 13px;
                            }
                            ul {
                                display: block;
                            }
                        }
                    }
                    &>a,
                    &>span a {
                        padding: 5px 0;
                        font-weight: normal;
                        display: block;
                    }
                    ul {
                        margin-bottom: 10px;
                        li {
                            position: relative;
                            padding-left: 15px;
                            margin-bottom: 6px;
                            color: #ccc;
                            &:after {
                                content: ' ';
                                position: absolute;
                                left: 0;
                                top: 7px;
                                width: 5px;
                                height: 5px;
                                background: #7a8295;
                            }
                            &:last-child {
                                margin-bottom: 0;
                            }
                            a {
                                font-weight: normal;
                            }
                        }
                    }
                }
            }
        }
        &.active {
            .sub-menu {
                display: block;
            }
        }
    }
    .bottom-part {
        .two-links {
            margin-top: 50px;
            margin-bottom: 20px;
            text-align: center;
            a {
                color: #fff;
                display: inline-block;
                padding: 0 5px;
                position: relative;
                /*text-transform: uppercase;*/
                &:before {
                    content: ' ';
                    position: absolute;
                    left: -2px;
                    border-left: 1px solid #8e9bb1;
                    height: calc(100% - 7px);
                    top: 56%;
                    transform: translateY(-50%);
                }
                &:first-child:before {
                    display: none;
                }
            }
        }
        .drop-slides {
            .option {
                /*text-transform: uppercase;*/
                margin-bottom: 10px;
                color: #fff;
                border-radius: 20px;
                background: #13366e;
                .main-link {
                    display: block;
                    padding: 9px 38px;
                    background: #2059a8 url(../img/icons/header-top-arrow-down-white.png) no-repeat calc(100% - 20px) center;
                    border-radius: 20px;
                    text-align: center;
                    color: #fff;
                    background-size: 17px;
                }
                .sub {
                    display: none;
                    padding: 10px 20px;
                    li {
                        padding: 5px 0;
                        border-bottom: 1px solid #7292b9;
                        &:last-child {
                            border-bottom: none;
                        }
                    }
                }
                &.active .main-link {
                    background: #2059a8 url(../img/icons/header-top-arrow-up-white.png) no-repeat calc(100% - 20px) center;
                    background-size: 17px;
                }
            }
        }
    }
    &.active {
        left: 0;
        &:after {
            left: 0;
        }
    }
}

.quick-links-menu {
    position: fixed;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 9999999;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    .btn {
        width: 50px;
        height: 50px;
        background: #2059a8 url(../img/icons/quick-links-menu/flash.png) no-repeat center center;
        position: relative;
        left: 0;
        opacity: 0.9;
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
    }
    ul {
        position: relative;
        left: -50px;
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
    }
    li {
        position: relative;
        a {
            transition: 0.2s all;
            -webkit-transition: 0.2s all;
            &:hover {
                opacity: 1;
                span {
                    display: block;
                    right: 60px;
                }
            }
        }
        i {
            display: block;
            width: 50px;
            height: 50px;
            background: #2059a8;
            margin-bottom: 4px;
        }
        span {
            display: none;
            position: absolute;
            left: 50px;
            background: #001b48;
            color: #fff;
            width: 156px;
            padding: 5px;
            text-align: center;
            text-transform: uppercase;
            top: 50%;
            transform: translateY(-50%);
            transition: 0.2s all;
            -webkit-transition: 0.2s all;
            &:after {
                content: " ";
                position: absolute;
                left: -7px;
                top: 50%;
                transform: translateY(-50%);
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 7px 0 7px 7px;
                border-color: transparent transparent transparent #001b48;
            }
        }
        &.students i {
            background: #2059a8 url(../img/icons/quick-links-menu/students.png) no-repeat center center;
        }
        &.alumni i {
            background: #2059a8 url(../img/icons/quick-links-menu/alumni.png) no-repeat center center;
        }
        &.parents i {
            background: #2059a8 url(../img/icons/quick-links-menu/parents.png) no-repeat center center;
        }
        &.library i {
            background: #2059a8 url(../img/icons/quick-links-menu/library.png) no-repeat center center;
        }
        &.careers i {
            background: #2059a8 url(../img/icons/quick-links-menu/career.png) no-repeat center center;
        }
        &.sponsors i {
            background: #2059a8 url(../img/icons/quick-links-menu/sponsors.png) no-repeat center center;
        }
    }
    &:hover {
        .btn {
            left: -50px;
        }
        ul {
            left: 0px;
        }
    }
}

footer {
    margin-top: 60px;
    float: left;
    width: 100%;
    .footer-top {
        padding: 50px 0;
        background: #001b48 url(../img/footer-bgs.png) no-repeat center bottom;
        background-size: 50%;
        .blk {
            float: left;
        }
        .contact-blk {
            display: none;
            padding-left: 0;
            width: 50%;
            .common-btn {
                border: none;
                background: #fff;
                color: #3e3e3e !important;
                margin: 0px;
                &:hover {
                    opacity: 0.8;
                }
            }
            .title {
                color: #fff;
                font-weight: bold;
                text-transform: uppercase;
                font-size: 20px;
                display: block;
                margin-bottom: 15px;
            }
            .form {
                .input-field {
                    width: 100%;
                    margin-bottom: 15px;
                    border: none;
                    border-bottom: 1px solid #ffffff;
                    padding: 5px 0;
                    outline: none;
                    background: none;
                    color: #fff;
                }
                .two-fields {
                    margin-left: -20px;
                    .input-field {
                        margin-left: 20px;
                        width: calc(50% - 20px);
                        float: left;
                    }
                }
                @include placeholder {
                    text-transform: uppercase;
                    font-family: $font_2;
                    color: #fff;
                }
                .common-btn {
                    float: right;
                }
                #to-emaiil-d {
                    display: none;
                }
            }
        }
        .location {
            padding-right: 100px;
            width: calc(100% - 236px);
            .link {
                color: #fff;
                padding-left: 40px;
                height: 90px;
                line-height: 25px;
                width: calc(100% / 4);
                float: left;
            }
            .address {
                background: url(../img/icons/footer-address.png) no-repeat left 4px;
            }
            .email {
                background: url(../img/icons/footer-email.png) no-repeat left 0;
                line-height: 28px;
                a:hover {
                    color: #2059a8;
                }
            }
            .tel {
                background: url(../img/icons/footer-phone.png) no-repeat 5px 0px;
                line-height: 24px;
                background-size: 19px;
                padding-bottom: 1px;
            }
            .fax {
                background: url(../img/icons/footer-fax.png) no-repeat 4px 1px;
                line-height: 23px;
            }
            .newsletter {
                margin-top: 40px;
                position: relative;
                .title {
                    color: #fff;
                    font-weight: bold;
                    text-transform: uppercase;
                    font-size: 20px;
                    display: block;
                    margin-bottom: 15px;
                }
                form {
                    position: relative;
                }
                .input-field {
                    width: 100%;
                    color: #fff;
                    background: none;
                    padding: 7px 0;
                    outline: none;
                    border: none;
                    border-bottom: 1px solid #fff;
                }
                @include placeholder {
                    color: #fff;
                    text-transform: uppercase;
                    font-family: $font_2;
                }
                .common-btn {
                    position: absolute;
                    top: 5px;
                    right: 0px;
                    border: none;
                }
            }
        }
        .links {
            width: 236px;
            .title {
                color: #fff;
                font-weight: bold;
                text-transform: uppercase;
                font-size: 20px;
                display: block;
                margin-bottom: 20px;
                line-height: 20px;
            }
            ul {
                li {
                    text-transform: capitalize;
                    line-height: 20px;
                    margin-bottom: 10px;
                    color: rgba(255, 255, 255, 0.6);
                    @include delay(.2s);
                }
                li:hover {
                    color: #fff;
                }
            }
        }
    }
    .footer-bottom {
        padding: 20px 0;
        background: #001334;
        text-align: center;
        text-transform: uppercase;
        color: #fff;
        .wrapper span {
            padding-top: 23px;
        }
    }
}


/*Overwrited style*/

.wpcf7-form-control.wpcf7-textarea.input-field {
    height: 50px !important;
    font-family: unset;
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
    color: green !important;
    margin: 0 !important;
}


/* .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    display: none !important;
} */

.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    margin: 0px;
    color: red;
}

.research-institutes .blk li {
    float: left;
    width: 100%;
    margin: 0 0px 10px 30px;
    list-style: disc;
    padding: 0px;
}

.post:nth-child(1) {
    display: block;
}

.first-blk .title.primary-title {
    font-weight: bold;
    font-size: 25px;
    margin: 0 0 5px;
}

.blkleft img {
    float: right;
    width: 45%;
    height: auto;
    margin: 0 0 15px 20px;
}

.blkleft {
    float: left;
    width: 100%;
}

.main-details ul {
    float: left;
    width: 100%;
    margin: 10px 0;
}

.main-details ul li {
    list-style: disc;
    margin: 0 0 10px 30px;
}

.details.left ul {
    float: left;
    width: 100%;
    margin: 10px 0;
}

.details.left li {
    list-style: disc;
    margin: 0 0 10px 30px;
    line-height: 22px;
}

.blkleft h2 {
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    color: #3e3e3e;
    margin-bottom: 15px;
    font-family: "PT Sans", sans-serif;
}

.blkleft p {
    margin: 0 0 10px;
}

.blkleft h4 {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    color: #3e3e3e;
    margin-bottom: 15px;
    font-family: "PT Sans", sans-serif;
}

.blkleft ul {
    float: left;
    width: 100%;
    margin: 10px 0;
}

.blkleft ul li {
    list-style: disc;
    margin: 0 0 10px 30px;
}

.facility-logo {
    float: left;
    width: 100%;
    margin: 20px 0;
    text-align: left;
}

.facility-logo h2 {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    color: #3e3e3e;
    margin-bottom: 26px;
    font-family: "PT Sans", sans-serif;
    text-align: center;
    text-decoration: underline;
}

.facility-logo img {
    float: left;
    width: 10%;
    /* border: 1px solid #ccc; */
    height: auto;
    margin: 0 25px 0 0;
}

.people-heading {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 48px;
    line-height: 40px;
    color: #3e3e3e;
    background: url(/wp-content/themes/khalifauniversity/assets/img/icons/common-main-page-tab-people-black.png) no-repeat left 0;
    background-size: 40px;
}

.page-id-404 .common-members-block {
    margin-left: -40px;
    padding-top: 20px;
    margin-bottom: -20px;
    float: left;
    width: 50%;
}

.page-id-404 .member {
    float: left;
    width: 91% !important;
    margin-left: 40px;
    margin-bottom: 20px;
}

.page-id-404 .email {
    padding-top: 20px;
    padding-left: 22px;
    background: url(/wp-content/themes/khalifauniversity/assets/img/icons/people-email.png) no-repeat left 25px;
    font-size: 13px;
}

.page-id-404 .email:before {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 32px;
    width: 100%;
    border-bottom: 1px solid #2059a8;
}

.second-blk .blk.blk-1 span {
    display: none !important;
}

.blkleft ol li {
    float: left;
    width: 100%;
    margin: 0 0 13px 30px;
    list-style: disc;
}

.blkleft ol {
    float: left;
    width: 100%;
}

section.error-404.not-found h1 {
    color: #001b48;
    font-size: 35px;
    font-weight: bold;
    margin: 0 0 25px;
}

section.error-404.not-found {
    /* float: left; */
    width: 100%;
    text-align: center;
    margin: 50px;
    font-size: 17px;
    color: #001b48;
}

.search-template {
    float: left;
    width: 100%;
    margin: 30px 0;
}

.search-col {
    float: left;
    width: 100%;
    margin: 0 0 30px;
    border-bottom: 1px solid #ccc;
    padding: 0 0 20px;
}

.search-col h3 {
    color: #001b48;
    font-size: 24px;
    float: left;
    width: 100%;
    margin: 0 0 10px;
    font-weight: bold;
}

.search-col .readmore {
    background-color: #001b48;
    float: left;
    padding: 8px 15px;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

.pagination {
    float: left;
    width: 100%;
    position: relative;
}

.pagination h2 {
    display: none;
}

a.page-numbers {
    /* float: left; */
    background-color: #2059a8;
    color: #fff;
    padding: 5px 10px;
}

.page-numbers.current {
    background-color: #001b48;
    color: #fff;
    padding: 5px 10px;
}


/*----------News Page Css----*/

.news-page {
    float: left;
    width: 100%;
    margin: 20px 0;
}

.news-page .post {
    margin-left: 20px;
    float: right !important;
}

.news-page .post {
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
}

.news-page .post .img {
    width: 32%;
    float: right;
    height: 300px;
    overflow: hidden;
}

.news-page .post .img img {
    width: 100%;
    min-height: 300px;
}

.news-page .post .text {
    width: 68%;
    float: left;
    color: #fff;
    height: 100%;
    position: relative;
    background-color: #2059a8;
}

.news-page .post .text:after {
    right: -25px;
    border-width: 35px 0 35px 25px;
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 0 30px 20px;
    border-color: transparent transparent transparent #001b48;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
}

.news-page .post .text .inner {
    position: absolute;
    width: 100%;
    padding: 20px;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.news-page .post .text h2 {
    font-size: 20px;
    font-weight: bold;
}

.read-new a {
    background-color: #fff;
    color: #2059a8;
    padding: 8px 15px;
}

.read-new {
    float: left;
    width: 100%;
    margin: 20px 0 0;
}

.read-new a:hover {
    background-color: #222;
    color: #fff;
}

.yottie-widget-nav {
    display: none !important;
}


/* #menu-item-4706 ul, #menu-item-27 ul, #menu-item-26 ul, #menu-item-3693 ul, #menu-item-23 ul,# {
    padding: 20px 45% 35px 40px !important;
    top:100%;
    
} */

#main-menu li ul {
    padding: 20px 45% 35px 40px !important;
}

#menu-item-4706 ul {
    padding: 20px 45% 35px 40px !important;
    top: 100%;
}

#menu-item-4706 ul {
    background: url(/wp-content/themes/khalifauniversity/assets/img/menu/menu-1-bg.png) no-repeat right center #07214d;
    background-size: auto 100%;
}

#menu-item-27 ul {
    background: url(/wp-content/themes/khalifauniversity/assets/img/menu/menu-3-bg.png) no-repeat right center #07214d;
    background-size: auto 100%;
}

#menu-item-26 ul {
    background: url(/wp-content/themes/khalifauniversity/assets/img/menu/news-megamenu.png?v=1) no-repeat right center #07214d;
}

#menu-item-3693 ul {
    background: url(/wp-content/themes/khalifauniversity/assets/img/menu/menu-5-bg.png) no-repeat right center #07214d;
}

#menu-item-23 ul {
    background: url(/wp-content/themes/khalifauniversity/assets/img/menu/menu-2-bg.png) no-repeat right center #07214d;
    background-size: auto 100%;
}

#menu-item-62500 ul {
    background: url(/wp-content/themes/khalifauniversity/assets/img/menu/admission-menu.jpg?v=1) no-repeat right top #07214d;
    min-height: 190px;
}

.innermenu ul li {
    width: 41%;
    float: left;
    height: auto;
    margin-right: 50px;
}


/*#menu-item-34178 ul li ul, #menu-item-4706 ul li ul, #menu-item-27 ul li ul, #menu-item-26 ul li ul, #menu-item-3693 ul li ul, #menu-item-23 ul li ul*/

#main-menu ul li ul {
    padding: 0px 0px 10px 15px !important;
    position: relative;
    float: left;
    background: none;
}

.innermenu .sub-menu {
    background-color: #07214d;
    padding: 0px !important;
}

.innermenu .sub-menu li {
    /* text-transform: capitalize; */
    border-bottom: 1px dotted #fff;
}

.innermenu .sub-menu li ul.sub-menu li {
    width: 100%;
    color: #ccc;
    padding: 5px 0px;
    border: none;
    margin: 0px;
    line-height: 18px;
    height: auto;
    position: relative;
}

.innermenu .sub-menu li .sub-menu li a {
    color: #ccc;
    font-weight: 100;
    padding: 0px;
}


/* #menu-item-40 {
    margin-top: -93px;
    margin-bottom: -1px;
} */

#menu-item-1683 {}


/*
.innermenu .sub-menu li .sub-menu li::after {
    content: ' ';
    position: absolute;
    margin: 0px;
    width: 5px;
    height: 5px;
    background: #7a8295;
    vertical-align: middle;
    top: 12px;
    left: -13px;
}
*/

.innermenu .sub-menu li a {
    display: block;
    line-height: 18px;
    padding: 12px 0;
    font-weight: 600;
    color: #fff;
}

.innermenu .sub-menu li ul li a {
    display: block;
    padding: 10px 0;
    font-weight: 500;
    color: #fff;
    font-size: 13px;
}

#instaLink_0 .instalink-feed-post {
    width: 150px;
    height: 150px !important;
}

#instaLink_0 {
    max-width: 300px;
    height: 390px !important;
}

#instaLink_0 .instalink-feed-post span {
    width: 135px !important;
    height: 135px !important;
    margin-top: -56px;
    margin-left: -56px;
}

.blk-full {
    float: left;
    width: 100%;
}

.blk-full img {
    float: right;
    margin: 10px 0px 20px 30px;
    &.alignleft {
        float: left;
        margin: 5px 20px 20px 0;
    }
}

.blk-full h3 {
    font-size: 19px;
    margin: 0 0 15px;
    width: 100%;
    font-weight: bold;
    font-family: "PT Sans", sans-serif;
    text-transform: uppercase;
}

.blk-full ul li {
    /* float: left; */
    width: 100%;
    margin: 0 0 13px 30px;
    list-style: disc;
    line-height: 22px;
}

.blk-full ul {
    /*  float: left; */
    width: 100%;
    margin: 10px 0px;
}

.blk-full ol li {
    float: left;
    width: 100%;
    margin: 0 0 13px 30px;
    list-style: disc;
    line-height: 22px;
}

.blk-full ol {
    float: left;
    width: 100%;
    margin: 10px 0px;
}

.faq-cont {
    margin: 0 0 30px;
}

.faq-cont p {
    margin: 0 0 10px;
}

.faq-cont ul li {
    width: 100%;
    margin: 0 0 13px 30px;
    list-style: disc;
    line-height: 22px;
}

.faq-cont ul {
    width: 100%;
    margin: 10px 0;
}

.faq-cont ol li {
    width: 100%;
    margin: 0 0 13px 30px;
    list-style: disc;
    line-height: 22px;
}

.faq-cont ol {
    width: 100%;
    margin: 10px 0;
}

.single-department .post-dtls ul {
    width: 100%;
    margin: 10px 0;
}

.single-department .post-dtls ul li {
    width: 100%;
    margin: 0 0 13px 30px;
    list-style: decimal;
    line-height: 22px;
}

.single .double-blks {
    margin: 0px;
}

.single .double-blks ul {
    width: 100%;
    margin: 10px 0;
    float: none;
}

.single .double-blks ol li {
    width: 100%;
    margin: 0 0 13px 30px;
    list-style: disc;
    line-height: 22px;
}

.single .double-blks ul li {
    width: 100%;
    margin: 0 0 13px 18px;
    list-style: none;
    line-height: 22px;
}

.single .double-blks h4 {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 15px;
}

.single .two-blks {
    margin: 0px;
}

.single .two-blks ul {
    width: 100%;
    margin: 10px 0;
}

.single .two-blks ul li {
    width: 100%;
    margin: 0 0 13px 30px;
    list-style: disc;
    line-height: 22px;
}

.single .two-blks ol li {
    width: 100%;
    margin: 0 0 13px 30px;
    list-style: disc;
    line-height: 22px;
}

.single .two-blks h4 {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 15px;
}

.single .two-blks ul {
    width: 100%;
    margin: 10px 0;
}

.single .two-blks ul li {
    width: 100%;
    margin: 0 0 13px 30px;
    list-style: disc;
    line-height: 22px;
}

.single .two-blks ol li {
    width: 100%;
    margin: 0 0 13px 30px;
    list-style: decimal;
    line-height: 22px;
}

.single .two-blks h4 {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 15px;
}

.single table tr th,
.single table tr td {
    padding: 10px 15px;
    border: 1px solid #ccc;
    word-break: break-all;
}

.single table tr th {
    text-align: left;
    font-weight: bold;
    color: #fff;
    background: #2059a8;
    text-transform: uppercase;
}

.single table {
    min-width: 600px;
    width: 100%;
    margin: 20px 0 20px;
}

.single table ul li {
    width: 100%;
    /* margin: 0 0 13px 10px!important; */
    margin: 0 0 13px 30px !important;
    list-style: decimal;
    line-height: 22px;
}

.single .two-blks.clear h3 {
    font-size: 22px;
    font-weight: bold;
    margin: 0 0 15px;
}

.single .two-blks.clear h3 a {
    color: #2059a8;
}

.single-college-research .blk-full h3 {
    font-size: 20px;
    font-weight: 600;
}

.single-college-research .blk-full h2 {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    color: #3e3e3e;
    margin-bottom: 50px;
    font-family: "PT Sans", sans-serif;
}

.single-college-research .blk-full h2:after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 50px;
    border-bottom: 5px solid #3e3e3e;
}

.banner {
    background-size: cover !important;
}

.page-template-page-bachelor-chemistry .dtl table tr th,
.page-template-page-bachelor-chemistry .dtl table tr td {
    padding: 10px 15px;
    border: 1px solid #ccc;
}

.page-template-page-bachelor-chemistry .dtl table tr th {
    text-align: left;
    font-weight: bold;
    color: #fff;
    background: #2059a8;
    text-transform: uppercase;
}

.page-template-page-bachelor-chemistry .dtl table {
    min-width: 600px;
    width: 100%;
    margin: 20px 0 20px;
}

.page-template-page-bachelor-chemistry .dtl table ul li {
    width: 100%;
    margin: 0 0 13px 10px !important;
    list-style: decimal;
    line-height: 22px;
}

.page-template-page-bachelor-chemistry .dtl ul {
    width: 100%;
    margin: 10px 0;
}

.page-template-page-bachelor-chemistry .dtl ul li {
    width: 100%;
    margin: 0 0 13px 30px;
    list-style: disc;
    line-height: 22px;
}

.page-template-page-bachelor-chemistry .dtl ol li {
    width: 100%;
    margin: 0 0 13px 30px;
    list-style: disc;
    line-height: 22px;
}

.single-department .double-blks h3 {
    font-weight: 600;
    margin: 20px 0 35px;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    color: #3e3e3e;
    font-family: "PT Sans", sans-serif;
}

.single-department .double-blks h3:after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 50px;
    border-bottom: 5px solid #3e3e3e;
}

.single-department .double-blks h2 {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    color: #3e3e3e;
    margin: 20px 0;
    font-family: "PT Sans", sans-serif;
}

.single-department .double-blks li {
    width: 100%;
    margin: 0 0 13px 30px;
    list-style: disc !important;
    line-height: 22px;
}

.single-department .double-blks li a {
    color: #2059a8;
}

.single-college-research .double-blks li {
    width: 100%;
    margin: 0 0 13px 30px;
    list-style: disc !important;
    line-height: 22px;
}

.single-college-research .double-blks h3 {
    font-weight: 600;
    margin: 20px 0 20px;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    color: #3e3e3e;
    font-family: "PT Sans", sans-serif;
}


/* .single-college-research .double-blks h3:after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 50px;
    border-bottom: 5px solid #3e3e3e;
} */


/* =WordPress Core
-------------------------------------------------------------- */

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto !important;
    float: none !important;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    /*  float: left; */
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.page-template-bsc-msc-template .main-image-tab-2-details table tr th,
.page-template-bsc-msc-template .main-image-tab-2-details table tr td {
    padding: 5px 13px;
    border: 1px solid #ccc;
}

.page-template-bsc-msc-template .main-image-tab-2-details table tr th {
    text-align: left;
    font-weight: bold;
    color: #fff;
    background: #2059a8;
    text-transform: uppercase;
}

.page-template-bsc-msc-template .main-image-tab-2-details table {
    min-width: 600px;
    width: 100%;
    margin: 20px 0 20px;
}

.page-template-bsc-msc-template .main-image-tab-2-details table ul li {
    width: 100%;
    margin: 0 0 13px 10px !important;
    list-style: decimal;
    line-height: 22px;
}

.page-template-bsc-msc-template .main-image-tab-2-details ul {
    width: 100%;
    margin: 10px 0;
}

.page-template-bsc-msc-template .main-image-tab-2-details ul li {
    width: 100%;
    margin: 0 0 13px 30px;
    list-style: disc;
    line-height: 22px;
}

.page-template-bsc-msc-template .main-image-tab-2-details ol li {
    width: 100%;
    margin: 0 0 13px 30px;
    list-style: disc;
    line-height: 22px;
}

.page-template-bsc-msc-template .main-image-tab-2-details h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 20px 0;
    text-transform: uppercase;
    font-family: "PT Sans", sans-serif;
}

.page-template-bsc-msc-template .main-image-tab-2-details h2 {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    color: #3e3e3e;
    margin: 20px 0;
    font-family: "PT Sans", sans-serif;
}

.page-template-bsc-msc-template .main-image-tab-2-details a {
    color: #2059a8;
}

.blk-full table tr th,
.blk-full table tr td {
    padding: 10px 15px;
    border: 1px solid #ccc;
}

.blk-full table tr th {
    text-align: left;
    font-weight: bold;
    color: #fff;
    background: #2059a8;
    text-transform: uppercase;
}

.blk-full table {
    min-width: auto;
    width: 100%;
    margin: 20px 0 20px;
}

.blk-full table ul li {
    width: 100%;
    margin: 0 0 13px 10px !important;
    list-style: decimal;
    line-height: 22px;
}

.blk-full h2 {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    color: #3e3e3e;
    margin: 0 0 40px 0;
    font-family: "PT Sans", sans-serif;
}

.blk-full a {
    color: #2059a8;
}

.post-dtls a {
    color: #2059a8;
}


/* .posts a{color:#2059a8;} */

.common-contact-us.clear {
    width: 100%;
    float: left;
    padding: 0 25px;
}

.single-continuing-education .tab {
    cursor: pointer;
    position: relative;
    float: left;
    display: inline-block;
    height: 100px;
    text-transform: uppercase;
    border-right: 1px solid rgba(204, 204, 204, 0.3);
    width: calc(100% / 5);
}

.single-continuing-education .tab span {
    text-align: center;
}

.single-continuing-education .main-detail ul li {
    width: 98%;
    margin: 0 0 13px 3% !important;
    /* list-style: disc; */
    line-height: 22px;
    box-sizing: border-box;
}

.single-continuing-education table ul li {
    background-image: none;
    padding: 0;
}

.single-continuing-education table ul {
    margin: 8px 0;
}

.single-continuing-education .main-detail ol li {
    width: 98%;
    margin: 0 0 13px 3% !important;
    /* list-style: disc; */
    line-height: 22px;
    box-sizing: border-box;
}

.single-continuing-education .main-detail h2 {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    color: #3e3e3e;
    margin: 20px 0;
    font-family: "PT Sans", sans-serif;
}

.single-continuing-education .main-detail h3 {
    font-size: 19px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    color: #3e3e3e;
    margin: 20px 0;
    font-family: "PT Sans", sans-serif;
}

.common-title-cat {
    display: block;
    font-size: 35px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0;
    line-height: 35px;
    color: #2059a8;
    text-align: center;
}

.common-title-cat1 {
    display: block;
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0;
    line-height: 35px;
    color: #2059a8;
    text-align: center;
}

.post-type-archive-tribe_events .common-title {
    display: none;
}

#tribe-events-bar {
    display: none;
}

.tribe-events-calendar div[id*="tribe-events-daynum-"],
.tribe-events-calendar div[id*="tribe-events-daynum-"] a {
    background-color: #2059a8;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
}

#tribe-events .tribe-events-button,
#tribe-events .tribe-events-button:hover,
#tribe_events_filters_wrapper input[type="submit"],
.tribe-events-button,
.tribe-events-button.tribe-active:hover,
.tribe-events-button.tribe-inactive,
.tribe-events-button:hover,
.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"],
.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"]>a {
    background-color: #001b48;
}

.tribe-events-calendar div[id*="tribe-events-event-"] h3.tribe-events-month-event-title a {
    font-size: 100%;
    font-weight: 600;
}

td.tribe-events-thismonth.tribe-events-present {
    background-color: #2059a8;
}

.tribe-events-calendar thead th {
    background-color: #2059a8;
    color: #fff;
    font-weight: 700;
    padding: 1em 0;
    white-space: nowrap;
    border-left: 1px solid #666;
    border-right: 1px solid #666;
}

h3.entry-title.summary {
    font-size: 16px;
    margin: 10px 0 10px;
    color: #2059a8;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}

p.link-more a {
    background-color: #2059a8;
    color: #fff;
    padding: 4px 15px;
}

.post-type-archive-tribe_events .banner {
    display: none;
}

.single-tribe_events .banner {
    display: none;
}

.single-tribe_events .common-title {
    display: none;
}

.tribe-events-title-bar {
    margin: 20px 0;
}

.single-tribe_events .tribe-events-event-meta {
    background: #2059a8;
    border: 1px solid #eee;
    margin: 30px 0;
    color: #fff;
    width: 100%;
}

.tribe-events-event-meta .column,
.tribe-events-event-meta .tribe-events-meta-group {
    width: 100%;
}

.tribe-events-event-meta .column h2 {
    color: #fff;
}

.tribe-events-meta-group .tribe-events-single-section-title {
    font-size: 20px;
    color: #fff;
}

.tribe-events-tooltip .tribe-events-event-body .tribe-events-event-thumb img {
    max-height: 100px;
    max-width: 100px;
    margin: 0;
}

.date img {
    width: 100%;
    height: 100%;
    border: 2px solid #2059a8;
}

#tribe-events-content .tribe-events-abbr {
    border-bottom: 0;
    cursor: default;
    font-weight: bold;
    font-size: 15px;
}

.tribe-events-tooltip .tribe-events-event-body {
    font-size: 13px;
    padding: 0;
}

#tribe-events-content .tribe-events-calendar div[id*="tribe-events-event-"] h3.tribe-events-month-event-title {
    font-family: "Open Sans", sans-serif;
    font-size: 98%;
    font-weight: 400;
    line-height: 15px;
    margin: 0;
    overflow: hidden;
    padding: 3%;
    text-transform: none;
    text-transform: uppercase;
    font-size: 13px;
}

#tribe-events-content .tribe-events-abbr {
    border-bottom: 0;
    cursor: default;
    font-weight: bold;
}

.single-tribe_events .tribe-events-single-event-title {
    font-size: 1.7em;
    line-height: 1;
    margin: 0 0 12px;
    padding: 0;
    text-transform: uppercase;
    font-weight: 600;
    color: #2059a8;
    font-family: "Open Sans", sans-serif;
}

.tribe-events-schedule.tribe-clearfix h2 {
    margin: 0px;
    font-size: 20px;
    text-transform: unset;
}

.single-tribe_events #tribe-events-content .tribe-events-event-meta dt {
    clear: left;
    font-weight: 700;
    line-height: normal;
    list-style: none;
    float: left;
    width: 20%;
    font-size: 17px;
    text-transform: uppercase;
}

.page-id-3296 .highlighted-box {
    background: #f2f2f2;
    padding: 40px;
    float: left;
    width: 30%;
    margin: 30px 20px 30px 0px;
}

.page-id-3296 .highlighted-box.apply-now .content {
    float: left;
    width: calc(100% - 150px);
    padding-right: 30px;
}

.page-id-3296 .highlighted-box a {
    padding: 0;
    margin: 0;
    color: #fff;
    font-size: 10px;
}

.page-id-3316 .highlighted-box {
    background: #f2f2f2;
    padding: 40px;
    float: left;
    width: 30%;
    margin: 30px 20px 30px 0px;
}

.page-id-3316 .highlighted-box.apply-now .content {
    float: left;
    width: calc(100% - 150px);
    padding-right: 30px;
}

.page-id-3316 .highlighted-box a {
    padding: 0;
    margin: 0;
    color: #fff;
    font-size: 10px;
}

.page-id-3346 .blk:nth-child(2) {
    padding-left: 0px !important;
}

.page-id-3346 .blk {
    margin-left: 0px !important;
    width: calc(50% - 20px);
    float: left;
}

.page-template-layout-template table tr th,
.page-template-layout-template table tr td {
    padding: 10px 15px;
    border: 1px solid #ccc;
}

.page-template-layout-template table tr th {
    text-align: left;
    font-weight: bold;
    color: #fff;
    background: #2059a8;
    text-transform: uppercase;
}

.page-template-layout-template table {
    min-width: 600px;
    width: 100%;
    margin: 20px 0 20px;
}

.page-template-layout-template table ul li {
    width: 100%;
    margin: 0 0 13px 10px !important;
    list-style: decimal;
    line-height: 22px;
}

.page-template-layout-template h2 {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    color: #3e3e3e;
    margin: 20px 0;
    font-family: "PT Sans", sans-serif;
}

.page-template-layout-template .main-detail a {
    color: #2059a8;
}

.page-template-layout-template .main-detail ul li {
    width: 98%;
    margin: 0 0 13px 4% !important;
    list-style: disc;
    line-height: 22px;
    box-sizing: border-box;
}

.page-template-layout-template .main-detail ol li {
    width: 98%;
    margin: 0 0 13px 4% !important;
    list-style: disc;
    line-height: 22px;
    box-sizing: border-box;
}

.page-template-layout-template h3 {
    font-size: 19px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    color: #3e3e3e;
    margin: 20px 0;
    font-family: "PT Sans", sans-serif;
}

.vc_toggle_title {
    font-size: 18px;
    font-weight: bold;
}

.page-template-bsc-msc-template iframe {
    float: left;
    width: 100%;
    height: 400px;
    margin: 10px 0;
}

.page-id-3472 .highlighted-box {
    background: #f2f2f2;
    padding: 20px;
    float: left;
    width: 30%;
    margin: 30px 20px 0px 0px;
    height: 120px;
}

.page-id-3472 .highlighted-box.apply-now .content {
    float: left;
    width: calc(100% - 150px);
    padding-right: 30px;
}

.page-id-3472 .highlighted-box a {
    padding: 0;
    margin: 0;
    color: #fff;
    font-size: 10px;
}

.blk-full .blk {
    margin-left: 0px !important;
}

.common-ul li {
    line-height: 22px;
}

.single-college-people table tr th,
.single-college-people table tr td {
    padding: 10px 15px;
    border: 1px solid #ccc;
}

.single-college-people table tr th {
    text-align: left;
    font-weight: bold;
    color: #fff;
    background: #2059a8;
    text-transform: uppercase;
}

.single-college-people table {
    min-width: 600px;
    width: 100%;
    margin: 20px 0 20px;
}

.single-college-people .main-image-tab-2-details ul {
    width: 100%;
    margin: 10px 0;
}

.single-college-people .main-image-tab-2-details ul li {
    width: 96%;
    margin: 0 0 13px 30px;
    list-style: disc;
    line-height: 22px;
}

.single-college-people .main-image-tab-2-details ol li {
    width: 96%;
    margin: 0 0 13px 30px;
    list-style: disc;
    line-height: 22px;
}

.page-template-bsc-msc-template .main-image-tab-2-details h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 20px 0;
}

.single-college-people .main-image-tab-2-details h2 {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    color: #3e3e3e;
    margin: 20px 0;
    font-family: "PT Sans", sans-serif;
}

.single-college-people .main-image-tab-2-details a {
    color: #2059a8;
}

.tab-type-2 .tab2-dtl a {
    color: #2059a8;
}

.social {
    float: left;
    width: 100%;
    margin: 70px 0 30px;
}

.social img {
    // float: left;
    margin: 0 12px 0 0;
}

.social .footer-fb {
    width: 15px;
}

.social .footer-yt {
    width: 28px;
}

.social .footer-tw {
    width: 23px;
}

.social .footer-in {
    width: 20px;
}

.social .footer-ln {
    width: 24px;
    height: 24px;
}

ul.common-ul {
    margin: 20px 0;
}

.no-bg li {
    list-style: disc;
    margin: 0 0 10px 30px;
}

footer .footer-top {
    padding: 50px 0 15px !important;
}

.menu-mobile_menu-container>ul>li {
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 5px;
    padding-top: 0px;
    padding-bottom: 4px;
    border-bottom: 1px dotted #fff;
    padding-left: 37px;
    background: url(../img/icons/slide-menu-main-plus.png) no-repeat left top;
    background-size: 27px;
    display: block;
}

.menu-mobile_menu-container>ul>li.active {
    background: url(../img/icons/slide-menu-main-minus.png) no-repeat left top;
    background-size: 27px;
}

li#menu-item-3657 {
    background: none;
    padding: 0 0 5px;
}

.menu-mobile_menu-container>ul>li a {
    position: relative;
    padding: 0px;
    font-size: 18px;
    line-height: 28px;
}

.menu-mobile_menu-container>ul>li .sub-menu {
    width: 100%;
    margin-top: 8px;
    display: none;
}

.menu-mobile_menu-container>ul>li .sub-menu ul.sub-menu {
    width: 100%;
    margin-left: 35px;
    display: block !important;
}

.menu-mobile_menu-container>ul>li .sub-menu ul.sub-menu li a {
    font-size: 13px;
    line-height: 15px;
    display: block;
    padding: 9px 0;
}

.menu-mobile_menu-container>ul>li .sub-menu ul.sub-menu li {
    position: relative;
    padding-left: 10px;
    /*margin-bottom: 6px;*/
    color: #ccc;
}

.menu-mobile_menu-container>ul>li .sub-menu ul.sub-menu li:after {
    content: " ";
    position: absolute;
    left: 0;
    top: 14px;
    width: 5px;
    height: 5px;
    background: #7a8295;
}

.menu-mobile_menu-container>ul>li .sub-menu>li {
    text-transform: capitalize;
    border-top: 1px dotted #fff;
}

.menu-mobile_menu-container>ul>li .sub-menu a {
    font-size: 14px;
    font-weight: normal;
    display: block;
    line-height: 18px;
    padding: 7px 0;
}

.menu-mobile_menu-container>ul>li .sub-menu .menu-item-has-children {
    padding-right: 35px;
    background-size: 13px;
    display: block;
}

.social h6 {
    display: block;
    color: #fff;
    padding-left: 0px;
    margin-bottom: 15px;
    line-height: 25px;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: bold;
}

.tab-dtl li {
    padding: 3px;
    padding-left: 18px;
    margin-bottom: 8px;
    background: url(/wp-content/themes/khalifauniversity/assets/img/icons/inside-li.png) no-repeat left 6px;
    background-size: 14px;
    line-height: 20px;
}

.page-id-64 .main-image-tab-2-details .main-detail #second-tab .tabs .tab {
    width: calc(100% / 6);
}

#menu-item-1709 {
    margin-top: -18px;
    float: left;
}


/* #menu-item-4001{
    margin-top: -18px;
    float: left;
} */

#menu-item-1720 {
    float: left;
}

.innermenu .sub-menu li .sub-menu li a:hover {
    color: #2059a8;
}


/*-----selected menu-----*/

#main-menu>ul>li.current-menu-item>a,
#main-menu .current-menu-ancestor>a,
#main-menu .current_page_item>a,
#main-menu .current-page-ancestor>a {
    color: #2059a8;
}


/*-----selected menu-----*/

.yottie-widget-video {
    background: none !important;
}

.ytube .posts {
    box-shadow: 0px 22px 79px rgba(204, 204, 204, 0.8);
}

.main-image-tab-1 h3 {
    /* FONT-WEIGHT: 500; */
    font-size: 19px;
    font-weight: 600;
    margin: 0 0 13px;
}

.tab-dtl li ul li {
    background: none;
    list-style: disc;
    padding: 0;
    margin: 0 0px 5px 24px;
}

.tab-type-5 .tab-dtls .tab-dtl .img img {
    width: 100%;
    min-height: 100%;
    object-fit: cover !important;
}

.single-department .square-blocks-1 .blk p {
    margin: 0px !important;
    line-height: initial;
}

.single-department .square-blocks-1 .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0px;
}

.single-program .blk-full ul li {
    float: left;
    width: 100%;
    margin: 0 0 13px 30px;
    list-style: none;
    line-height: 22px;
}

.single-program .blk-full ul {
    float: left;
    width: 100%;
    margin: 10px 0 20px;
}

.page-id-64 .square-blocks-1.clear .blk p {
    line-height: initial;
    margin: 0px;
}

.page-template-page-two-column-layout .main-images .posts .post {
    width: calc((100% / 2)) !important;
}

.page-template-page-two-column-layout .post-dtls li {
    /* padding: 3px; */
    padding-left: 18px;
    margin-bottom: 13px;
    line-height: 20px;
    background: url(/wp-content/themes/khalifauniversity/assets/img/icons/inside-li.png) no-repeat left 6px;
    background-size: 14px;
}

.single-research-news .double-blks ul li {
    width: 100%;
    margin: 0 0 13px 18px;
    list-style: disc;
    line-height: 24px;
}

.single-college-people h3 {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    color: #3e3e3e;
    margin-bottom: 35px;
    font-family: "PT Sans", sans-serif;
}

.single-college-people h3:after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 50px;
    border-bottom: 5px solid #3e3e3e;
}

.single-program h2 {
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    color: #3e3e3e;
    margin-bottom: 30px;
    font-family: "PT Sans", sans-serif;
}

.single-program h3 {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    color: #3e3e3e;
    margin-bottom: 20px;
    font-family: "PT Sans", sans-serif;
}

.single-program h2:after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 50px;
    border-bottom: 5px solid #3e3e3e;
}

.single-program .main-detail li {
    width: 92%;
    margin: 0 0 13px 30px;
    list-style: disc;
    line-height: 24px;
}

.single-program .tab-type-2 {
    margin: 0 0 20px;
}

.blk-full p {
    margin: 0 0 15px;
    line-height: 25px;
}

.response {
    float: left;
    margin: 20px 0;
}

.page-template-page-two-column-layout .main-image-tab-1 img {
    width: 100%;
    height: auto;
}

.single table tr th p,
.single table tr td p {
    margin: 0;
}

.single-college-research .main-image-tab-2-details h3 {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    color: #3e3e3e;
    margin-bottom: 20px;
    font-family: "PT Sans", sans-serif;
}

.single-college-research .main-image-tab-2-details li a {
    color: #2059a8;
}

.single-college-research .main-image-tab-2-details p a {
    color: #2059a8;
}

.single-college-research .main-image-tab-2-details li {
    width: 100%;
    margin: 0 0 13px 30px;
    list-style: disc !important;
    line-height: 22px;
}

.single-college-research .main-image-tab-2-details td h3 {
    font-size: 16px;
    font-weight: bold;
    position: relative;
    color: #3e3e3e;
    margin-bottom: 5px;
    font-family: "PT Sans", sans-serif;
}

.single-college-research .main-image-tab-2-details td h3 a {
    color: #2059a8;
}

.page-id-1173 h3 {
    font-size: 19px;
    margin: 0 0 15px;
    width: 100%;
    font-weight: bold;
    font-family: "PT Sans", sans-serif;
    text-transform: uppercase;
}

.page-id-1173 .main-detail-3 ul li {
    /* float: left; */
    width: 96%;
    margin: 0 0 13px 30px;
    list-style: disc;
    line-height: 22px;
}

.page-id-1173 .main-image-tab-2-details ul {
    margin: 13px 0 13px;
}

.page-id-1057 .tab-dtl h2 {
    font-size: 19px;
    margin: 0 0 15px;
    width: 100%;
    font-weight: bold;
    font-family: "PT Sans", sans-serif;
    text-transform: uppercase;
}

.square-blocks-1.by-3 .blk .img li {
    list-style: none;
}

.activity {
    width: 100%;
    float: left;
    padding: 0 25px;
}

.activity ul {
    margin: 12px 0px 20px;
}

.activity h3 {
    font-size: 19px;
    margin: 0 0 15px;
    width: 100%;
    font-weight: bold;
    font-family: "PT Sans", sans-serif;
    text-transform: uppercase;
}

.common-contact-us p {
    font-weight: 500 !important;
}

.single-program table tr th ul,
.single-program table tr td ul {
    margin: 20px 0px 10px;
}

.news-blk .post .title a {
    background: none;
}

.single-program .tab-type-2 .tab2-dtl {
    display: none;
    border-top: 1px dotted #4172b5;
    padding: 0px 20px;
    /* padding-left: 43px; */
    background: #f2f2f2;
}

.social .title {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
    display: block;
    margin-bottom: 20px;
}

.dropbtn {
    background-color: #4caf50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #07214d;
    min-width: 175px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 9999;
}

.dropdown-content li {
    text-transform: uppercase;
    border-bottom: 1px dotted #fff;
    padding: 2px 10px;
    text-align: left;
}

.dropdown-content li ul li {
    border: none;
    margin: 0;
    padding: 0 0 2px 15px;
    text-align: left;
}

.dropdown-content ul li ul {
    margin: 7px 0 0;
}

.dropdown-content li:last-child {
    border: none;
}

.dropdown-content li a {
    color: #fff;
    font-size: 13px;
    padding: 0px !important;
    text-transform: capitalize;
}

.dropdown-content li a:hover {
    color: #2059a8;
}

.dropdown:hover .dropdown-content {
    display: block;
    padding: 13px 0 0;
}

footer .input-field option {
    float: left;
    background-color: #001b48;
}

footer .footer-top select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required.input-field {
    text-transform: uppercase;
}

.common-members-block .member .text span.name a:hover {
    color: #0054b8;
}

.page-id-67 header .bottom-header .logo {
    width: auto;
}

.page-id-70 header .bottom-header .logo {
    width: auto;
}

.page-id-64 header .bottom-header .logo {
    width: auto;
}

.page-id-67 header .bottom-header .menu {
    float: right;
    padding-top: 13px;
    display: block;
}

.page-id-70 header .bottom-header .menu {
    float: right;
    padding-top: 13px;
    display: block;
}

.page-id-64 header .bottom-header .menu {
    float: right;
    padding-top: 14px;
    display: block;
}

.tax-education-categories .common-title-cat:before {
    content: "COURSES";
}

[data-object-fit="cover"] {
    object-fit: cover;
}

.page-id-33953 .academics-program {
    margin-bottom: 0px;
    background: #f2f2f2;
    margin: 30px 0;
}

.page-id-33953 .academics-program .wrapper {
    padding: 45px 0;
}

.page-template-layout-template .main-image-tab-2 {
    margin-top: 80px;
}

#wpcf7-f34696-p34685-o1 .double-blks .blk:nth-child(2) {
    padding-left: 0;
}

#wpcf7-f34696-p34685-o1 .double-blks .blk:nth-child(1) {
    padding-right: 0;
}

#wpcf7-f34696-p34685-o1 .choose-file span:before {
    content: "Attach CV" !important;
}

#menu-item-34178 ul {
    background: url(/wp-content/themes/khalifauniversity/assets/img/menu/acmenu.png) no-repeat right center #07214d;
    background-size: auto 100%;
}

#menu-item-35823 ul {
    background: url(/wp-content/themes/khalifauniversity/assets/img/menu/slife.png) no-repeat right center #07214d;
    background-size: auto 100%;
}

.breadcrumb {
    float: left;
    width: 100%;
    background-color: #2059a8;
    padding: 10px 0;
    color: #fff;
    margin: 0 0 65px;
    text-transform: unset;
}

.term-81 .common-title-cat {
    margin: 50px 0 0;
}

.container {
    overflow: unset !important;
}

.menu-mobile_menu-container>ul>li .sub-menu ul.sub-menu {
    margin-left: 15px !important;
}

.single-continuing-education .breadcrumb {
    float: none;
}

a.registr {
    font-size: 11px;
    text-decoration: underline;
    color: #2059a8;
}

.single-continuing-education .tab {
    width: calc(100% / 4);
}

.single-continuing-education .tab-type-1 .tabs .tab span {
    padding: 10px !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    font-size: 15px !important;
    text-transform: uppercase;
    text-align: left;
    padding: 0 40px !important;
}

.single-continuing-education .tab-dtl li {
    padding: 3px;
    padding-left: 18px;
    margin-bottom: 8px;
    background: url(/wp-content/themes/khalifauniversity/assets/img/icons/inside-li.png) no-repeat left 6px;
    background-size: 14px;
    line-height: 24px;
    list-style: none;
}

.single-continuing-education .banner .wrapper .caption h1 {
    line-height: 40px;
    font-size: 35px;
    font-weight: bold;
    text-transform: uppercase;
}

#menu-item-1683 {
    margin-top: -28px !important;
}

.page-id-3489 .highlighted-box.apply-now.download-box.clear {
    padding: 0 0px 0 23px;
    margin: 0 0 10px;
    float: none;
    width: 100%;
}

.page-id-37058 footer {
    margin: 0;
}

.single-department .banner {
    height: 540px;
    position: relative;
    margin-bottom: 70px;
}

.single-program .banner {
    height: 540px;
    position: relative;
    margin-bottom: 70px;
}

.wp-video {
    width: 100% !important;
    height: auto !important;
    margin: 0 0 20px;
}

dd.tribe-events-event-url a {
    color: #fff;
    font-weight: 600;
}

.single-tribe_events .alignleft {
    float: left;
    margin: 0 22px 0 0;
}

img.alignleft.size-full.wp-image-41386 {
    float: right;
    margin: 0;
}

.tribe-events-tooltip .tribe-events-event-thumb img {
    box-shadow: none;
    width: 100%;
    height: auto;
}

.innovation h2 {
    font-size: 25px;
    color: #2058a8;
    text-transform: uppercase;
    font-weight: bold;
}

.innovation {
    float: left;
    width: 100%;
    margin: 50px 0;
}

.innovation li {
    float: left;
    background-color: #2058a8;
    color: #fff;
    padding: 10px;
    margin: 0 10px 10px 0;
    width: 24%;
}

.innovation li a {
    background: url(/wp-content/themes/khalifauniversity/assets/img/icons/common-main-page-tab-apply.png);
    background-size: 19px;
    background-repeat: no-repeat;
    padding: 0 0 0px 26px;
}

.page-id-5182 h2 {
    font-size: 35px;
    color: #2058a8;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    margin: 0 0 20px;
}

.sami-uae {
    float: left;
    width: 100%;
}

.sami-box {
    float: left;
    width: 22%;
    background-color: #001b48;
    color: #fff;
    padding: 50px;
    margin: 0 30px 30px 0;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    border: 0px solid #222;
}

.sami-box:hover {
    background-color: #2059a8;
}

.dropdown-content li {
    text-transform: uppercase;
    border-bottom: 1px dotted #fff;
    padding: 2px 10px;
    text-align: left;
    list-style: none !important;
    margin: 0 !important;
}