
@font-face {
    font-family: 'Dubai Regular';
    font-style: normal;
    font-weight: normal;
    src: url('../webfonts/Dubai-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Dubai Light';
    font-style: normal;
    font-weight: normal;
    src: url('../webfonts/Dubai-Light.woff') format('woff');
}

@font-face {
    font-family: 'Dubai Medium';
    font-style: normal;
    font-weight: normal;
    src: url('../webfonts/Dubai-Medium.woff') format('woff');
}

@font-face {
    font-family: 'Dubai Bold';
    font-style: normal;
    font-weight: normal;
    src: url('../webfonts/Dubai-Bold.woff') format('woff');
}

img {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

img:hover {
}

.container-fluid {
    padding: 0px 10%;
}

.sub-title-1 {
    font-family: 'Messina Sans';
    font-weight: bold;
    color: #fff;
    font-size: 40px;
    letter-spacing: -1.75px;
}

.sub-title-2 {
    color: #00730e;
    font-family: 'Messina Sans';
    font-weight: 900;
    font-size: 40px;
    letter-spacing: -1.75px;
}

.bg-main {
    background-color: #00730e !important;
}

.Main-btn {
    border: 1px solid #fff;
    background-color: #00730e;
    color: #fff;
    padding: 10px 40px;
    font-size: 13px;
    border-radius: 0px;
}

.Main-btn:hover {
    color: #fff;
}

.red-btn {
    background-color: #f04b4b;
    color: #fff;
    padding: 10px 40px;
    font-size: 13px;
    border-radius: 0px;
}

.red-btn:link {
    color: #fff;
}

.red-btn:hover {
    color: #fff;
}

.header-top {
    background: linear-gradient(rgba(37,41,66,0.1), rgba(37,41,66,0.01));
}

.header-top a {
    color: #fff;
}

.header-top .container-fluid {
    padding: 0px 10% 0px 0px;
}

.second-header.inner-second-header .container-fluid {
    padding: 0 !important;
}

.header-top-logo-1 {
    width: 300px;
    height: 80px;
    display: inline-block;
}

.header-top-logo-2 {
    width: 350px;
    height: 80px;
    display: inline-block;
    margin-right: -4px;
}

.header-top-logo-3 {
    width: 70px;
    border-radius: 50%;
    display: inline-block;
    margin-right: -4px;
    margin-left: 15px;
}

.header-top-logo-3 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.header-top-logo-1 img, .header-top-logo-2 img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.top-header-section-2 {
    text-align: left;
}

.top-header-font-icon {
    line-height: 37px;
    min-width: 190px;
}

.top-header-lenguage a:hover {
    text-decoration: none;
}

.small-font-1 {
    font-size: 10px;
}

.small-font-2 {
    font-size: 12px;
}

.top-header-social-icon {
    display: inline-block;
}

.top-header-social-icon a {
    display: inline-block;
    padding: 0px 4px;
}

.top-header-social-icon a img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.second-header {
    padding: 10px 0px;
    transition: 0.5s ease-in-out;
    position: relative;
    z-index: 999;
}

.header-top:after {
    content: '';
    position: absolute;
    height: 51px;
    width: 100%;
    bottom: 0;
    background: linear-gradient(to right, rgba(37,41,66,0.2), rgba(37,41,66,0.05));
}

.header-main .header-top:after {
    height: 1px;
    width: 100%;
    bottom: auto;
    background: #fff;
    z-index: 11111;
}

.header-main {
    transition: 0.5s ease-in-out;
}

.header-main .second-header {
    background-color: #ffffff;
}
.header-main .second-header i {
    color: #000000 !important;
}
.header-main .second-header a {
    color: #000000;
}

.second-header a {
    color: #fff;
}

.second-header-detail {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    padding-top: 9px;
}

.menu-toggel-btn {
    padding: 0;
    margin-left: 30px;
}

.menu-toggel-btn a {
    font-size: 18px;
}

.search-btn {
    padding: 0px 10px;
}

.search-btn a {
    font-size: 18px;
}

.search-area {
    position: relative;
    margin-left: 30px;
}

.main-side-menu .search-area {
    position: relative;
    margin: 0;
    position: relative;
    border-right: 1px solid #8c8c8c;
    margin-right: 20px;
    padding-right: 20px;
}

#serch-open-1 {
    color: #8c8c8c !important;
}

#serch-open, #serch-open-1 {
    color: #fff;
    font-weight: 500;
    letter-spacing: 1.5px;
    font-size: 18px;
    cursor: pointer;
    display: block;
}

#serch-show, #serch-show-1 {
    display: none;
    position: absolute;
    width: 300px;
    right: 0;
    top: 40px;
    z-index: 10000;
}

.search-area .form-control {
    border-radius: 0px;
    border: 1px solid #DC143C;
}

.search-area .btn-success {
    border-radius: 0px;
    background-color: #DC143C;
    border-color: #DC143C;
}

.user-btn a {
    font-size: 18px;
}

.user-btn {
    padding: 0px;
    margin-left: 30px;
}

.second-header-link a {
    padding: 0px 20px;
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
}

.second-header-link a:last-child {
    padding-right: 0;
}

.second-header-link a i {
    margin-right: 10px;
    font-size: 20px;
}

.header-main .header-top {
    background-color: #15bc98;
}

.main-side-menu {
    height: 100vh;
    width: 0;
    position: fixed;
    z-index: 99999;
    top: 0;
    right: -100px;
    background-color: rgba(236,241,245,0.95);
    overflow-x: hidden;
    transition: 0.5s;
    background: url(../img/menu_bg.png) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 40px;
    transition: all ease .5s;
}

.main-side-menu-top {
    background-color: rgba(4,41,66,0.3);
    background: none;
}

.main-side-menu-top .container-fluid {
    padding: 0px 10% 0px 0px;
}

.main-side-menu-top-right {
    display: flex;
    flex-direction: row-reverse;
}

.main-side-menu-top-right a {
    font-size: 18px;
    color: #fff;
}

.main-menu-list {
    padding: 50px 0px;
    border-bottom: 1px solid #fff;
}

.main-menu-list-outer ul {
    list-style: none;
    padding: 0;
    width: 40%;
    border-right: 1px solid #8c8c8c;
    position: relative;
}

.main-menu-list-outer ul:after {
    content: '';
    background-image: url('../img/up-arrow-wt.png');
    display: inline-block;
    position: absolute;
    right: -11px;
    top: -25px;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}

.main-menu-list-outer ul:before {
    content: '';
    background-image: url('../img/down-arrow-wt.png');
    display: inline-block;
    position: absolute;
    right: -11px;
    bottom: -25px;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}

.main-menu-list-outer ul li ul.sub-menu:before, .main-menu-list-outer ul li ul.sub-menu:after {
    display: none;
}

.main-menu-list-outer ul li {
    padding: 8px 20px;
    padding-left: 0;
}

.main-menu-list-outer ul li:hover {
    cursor: pointer;
}

.main-menu-list-outer ul li a {
    color: #f3ffbc;
    font-weight: bold;
    font-size: 32px;
    line-height: 1;
    transition: all ease .5s;
    display: inline-block;
    text-decoration: none;
}

.main-menu-list-outer ul li a:hover {
    color: #fff;
    text-decoration-color: #f04b4b;
}

.main-menu-list-outer ul li .sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    width: 300px;
    border-right: none;
    display: none;
}

.main-menu-list-outer ul li:hover .sub-menu {
    display: block;
    height: 100%;
}

.main-menu-list-outer ul li .sub-menu li {
    padding: 5px 20px;
}

.main-menu-list-outer ul li .sub-menu li a {
    font-size: 20px;
}

.menu-close-btn {
    padding: 0px 10px;
}

.menu-close-btn a img {
    width: 22px;
    height: auto;
}

.home-banner {
    background-size: cover;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
}

.home-banner-slide {
    position: relative;
    width: 100%;
    display: block;
}

.home-banner-slide .owl-carousel .item {
    height: 100vh;
    position: relative;
}

.home-banner-slide .owl-carousel .item:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to right, rgba(37,41,66,0.5), rgba(37,41,66,0.01));
    z-index: 1;
}

.home-banner-tab .container-fluid {
    padding: 0px 10% 0px 0px;
    justify-content: center;
}

.home-banner-text {
    padding-left: 50px;
    overflow: hidden;
    padding-top: 50px;
    width: 80%;
    z-index: 11;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}

.home-banner-text h2 {
    font-weight: 900;
    color: #fff;
    font-size: 80px;
    line-height: 80px;
    margin-bottom: 50px;
}

.home-banner-text h3 {
    font-weight: 400;
    color: #fff;
    font-size: 2.2em;
    line-height: 80px;
    margin-bottom: 50px;
}

.home-banner-tab {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    bottom: 0;
    z-index: 111;
    width: 100%;
    left: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.home-banner-tab-1 {
    width: 85%;
    position: relative;
}

.home-banner-tab .tab-content {
    position: absolute;
    bottom: 73px;
    width: 100%;
    left: 0;
}



.home-banner-tab .container-fluid {
    width: 100%;
    padding: 0;
}

.home-banner-tab .nav {
    justify-content: space-between;
    background: rgba(255,255,255,0.6);
}

.home-banner-tab .nav-tabs {
    border-bottom: 0px;
}

.home-banner-tab .nav-tabs .nav-item {
    width: 20%;
    text-align: center;
    border-radius: 0px;
}

.home-banner-tab .nav-tabs .nav-item .nav-link {
    border-radius: 0px;
    padding: 25px 0px;
    letter-spacing: -0.5px;
    color: #00730e;
    font-weight: bold;
}

.home-banner-tab .nav-tabs .nav-item.show .nav-link, .home-banner-tab .nav-tabs .nav-link.active {
    border: 0px solid;
    background-color: rgba(236,241,245,1);
}

.home-banner-tab-inner {
    padding: 60px;
    display: none;
    transition: 1s ease-in-out;
    -webkit-transition: 1s ease-in-out;
}

.home-banner-tab-inner:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(236,241,245,0.7);
    backdrop-filter: blur(14px);
    z-index: -1;
    transition: all 0.3s ease-in-out;
}

.home-banner-tab-inner-list {
    border-right: 1px solid #00730e;
}
.home-banner-tab-inner-menu-list li a{
    border:none !important;
}
.home-banner-tab-inner-menu-list li:hover .home-banner-tab-inner {
    display: block;
    animation: slide-down 1s ease-in-out;
    -webkit-animation: slide-down 1s ease-in-out;
    -moz-animation: slide-down 1s ease-in-out;
}

.home-banner-tab-inner-list ul {
    list-style: none;
    padding: 0;
}

.home-banner-tab-inner-list ul li a {
    letter-spacing: -0.5px !important;
    color: #00730e !important;
    margin-bottom: 5px;
    font-weight: 500 !important;
    display: inline-block !important;
    border-bottom: 1px solid transparent !important;
    padding: 0px !important;
    font-size: 15px !important;
    text-transform: capitalize !important;
}

.home-banner-tab-inner-list ul li a:hover {
    text-decoration: none !important;
    border-bottom: 1px solid #00730e !important;
    font-weight: 600 !important;
}

.home-banner-tab-inner-list h3 {
    color: #00730e;
    font-size: 25px;
    font-family: 'Dubai Bold';
    margin-bottom: 30px;
}

.home-banner-tab-inner-slider-inner-img {
    width: 100%;
    height: 100%;
}

.home-banner-tab-inner-slider-inner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-banner-tab-inner-slider.owl-carousel .owl-dots {
    text-align: center;
}

.home-banner-tab-inner-slider.owl-carousel button.owl-dot {
    padding: 0px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid #00730e;
    margin-right: 10px;
}

.home-banner-tab-inner-slider.owl-carousel button.owl-dot.active {
    padding: 0px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid #00730e;
    background-color: #00730e;
}

.home-banner-tab-inner-slider .slick-dots li button:before {
    display: none;
}

.key-facts {
    padding: 0;
    position: relative;
    z-index: 1;
    width: 100%;
    margin-bottom: 50px;
}

.key-facts-inner {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 225px;
}

.key-facts-inner-body {
    background-color: rgba(0,0,0,0.3);
    padding: 10px;
    color: #fff;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.key-facts .container-fluid {
    padding: 0;
}

.key-facts-inner-body small {
    color: #fff;
    letter-spacing: -0.42px;
    font-weight: 300;
}

.key-facts-inner-body small i {
    color: #f04b4b;
}

.key-facts-inner-body p {
    margin: 0;
    font-size: 18px;
    color: #fff !important;
    font-family: 'Dubai Medium';
}

.key-facts-inner-body h2 {
    color: #ffffff !important;
    text-transform: capitalize;
    opacity: 1;
    font-weight: 900;
    font-size: 74px;
    line-height: 74px;
    margin: 5px 0 0 0px;
    padding-left: 0;
    font-family: 'Dubai Bold';
}

.key-facts-inner-body h2 span {
    display: inline-block;
    margin-left: 10px;
}

.key-facts .owl-item:nth-child(1n) .key-facts-inner {
    background: #173B45;
}

.key-facts .owl-item:nth-child(2n) .key-facts-inner {
    background: #173B45;
}

.key-facts .owl-item:nth-child(3n) .key-facts-inner {
    background: #173B45;
}

.key-facts .owl-item:nth-child(4n) .key-facts-inner {
    background: #173B45;
}

.build-career {
    padding: 100px 0px;
    background-color: #fff;
}

.build-career-detail-img {
    width: 620px;
    float: right;
    overflow: hidden;
    height: 890px;
    position: relative;
}

.build-career-detail-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
}

.build-career-detail-img img:hover {
    cursor: pointer;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.build-career-detail {
    width: 80%;
}

.build-career .row {
    margin-bottom: 50px;
}

.build-career .row:last-child {
    margin-bottom: 0px;
}

.build-career .row:nth-child(even) {
    flex-direction: row-reverse;
}

.rsItems {
    display: unset !important;
}

.research-inner-2 {
    display: flex;
    overflow: hidden;
    flex-direction: row;
}

.research-list {
    width: 33.33%;
    position: relative;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.research-list:hover {
    width: 80%;
}

.research-list-img {
    width: 100%;
    height: 735px;
}

.research-list-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.research-list-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(5,41,33,0.4);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    padding: 30px;
    flex-direction: column;
}

.research-list-overlay p {
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    margin: 15px 0 15px;
    display: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.discover-link {
    font-size: 16px;
    color: #fff;
    line-height: 28px;
    letter-spacing: 1px;
    align-items: center;
    margin-top: 15px;
    background-color: #13a387;
    text-align: center;
    border-radius: 30px;
    outline: #13a387 solid 1px;
    outline-offset: 3px;
}
.discover-link.sliding {
    font-size: 16px;
    color: #fff;
    line-height: 28px;
    letter-spacing: 1px;
    align-items: center;
    margin-top: 15px;
    background-color: #13a387;
    text-align: center;
    border-radius: 30px;
    outline: #13a387 solid 1px;
    outline-offset: 3px;
    padding: 4px;
    padding-left: 12px;
    padding-right: 12px;
}
.news-blk .discover-link {
    font-size: 15px;
    letter-spacing: 2px;
}

.discover-link i {
    margin-left: 15px;
    font-size: 20px;
}

.discover-link:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0c7862;
}

.research-list-overlay-title {
    margin-bottom: 15px;
}

.research-list-overlay-title a {
    color: #fff;
    font-size: 25px;
    line-height: 27px;
    font-weight: 400;
    font-family: 'Dubai Bold';
}

.research-list-overlay-title a:hover {
    text-decoration: none;
}

.research-list-overlay-title a i {
    font-size: 15px;
    display: block;
    text-align: right;
}

.research-list-overlay-title p {
    color: #fff;
    display: none;
}

.research-list:hover .research-list-overlay-title p {
    display: block;
}

.research-list:hover .research-list-overlay-title {
    left: 5%;
    right: 5%;
}

.research .container-fluid {
    padding: 0px 0px 0px 10%;
}

.research-list:hover .research-list-overlay p {
    display: block;
}

.research {
    overflow-x: hidden;
    width: 100%;
    display: block;
    background: #F1F3C2;
}

.colleges-programs {
    padding: 100px 0px 0;
    background-color: #e5e6e6;
    width: 100%;
    display: block;
}

.colleges-programs .sub-title-2 {
    margin-bottom: 30px;
}

.colleges-programs-tab .nav-tabs .nav-item {
    width: 50%;
    text-align: center;
}

.colleges-programs-tab .nav-tabs .nav-item .nav-link {
    color: #12372A;
    border: none;
    font-size: 1.05em;
    font-weight: 400;
    border-radius: 0;
    font-family: 'Dubai Bold';
    padding: 0 15px;
    line-height: 90px;
}

.colleges-programs-tab-content {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.colleges-programs-tab-1 {
    width: 25%;
    background: #d2d3d3;
    padding: 0;
}

.colleges-programs-tab .tab-content {
    padding-left: 0px;
    padding-right: 0px;
}

.colleges-programs-tab-1 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.colleges-programs-tab-1 ul li {
    padding: 0 25px;
    position: relative;
    cursor: pointer;
}

.colleges-programs-tab-1 ul li:last-child {
    border-bottom: 0px;
}

.colleges-programs-tab-1 ul li:last-child a {
    border-bottom: none;
}

.colleges-programs-tab-1 ul li>a {
    color: #00730e;
    font-size: 25px;
    position: relative;
    display: block;
    font-weight: 400;
    font-family: 'Dubai Bold';
    border-bottom: 1px solid #fff !important;
    padding: 20px 0;
}

.colleges-programs-tab-1 ul li a:hover {
    text-decoration: none;
}

.colleges-programs-tab-1 ul li a:after {
    content: '\f105 ';
    font-family: FontAwesome;
    display: inline-block;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    font-size: 28px;
    content: '';
    height: 20px;
    width: 20px;
}

.colleges-programs-tab-2 {
    width: 100%;
    position: absolute;
    top: 0;
    left: 100%;
    height: auto;
    background-color: #f0f0f0;
    list-style: none;
    padding: 0 !important;
    margin: 0;
    display: none;
    z-index: 11;
}

.colleges-programs-tab-1, .colleges-programs-tab-2, .colleges-programs-tab-3, .colleges-programs-tab-5 {
}

.colleges-programs-tab-1 ul li:hover .colleges-programs-tab-2 {
    display: block;
    animation: slide-down 0.8s ease-in-out;
    -webkit-animation: slide-down 0.8s ease-in-out;
    -moz-animation: slide-down 0.8s ease-in-out;
}

.colleges-programs-tab-2 li {
    border-bottom: 1px solid rgba(0,0,0,0.55);
    padding: 10px 0;
    position: relative;
}

.colleges-programs-tab-2 li:last-child {
    border-bottom: 0px;
}

.colleges-programs-tab-1 ul li .colleges-programs-tab-2 li>a {
    color: #999;
    font-size: 18px !important;
    position: relative;
    display: block;
    font-weight: 400;
    font-family: 'Dubai Bold';
}

.colleges-programs-tab-2 li a:hover {
    text-decoration: none;
}

.colleges-programs-tab-2 li a:after {
    content: '\f105 ';
    font-family: FontAwesome;
    display: inline-block;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    color: #00730e;
}

.colleges-programs-tab-2 li:hover .colleges-programs-tab-3 {
    display: block;
    animation: slide-down 0.8s ease-out;
    -webkit-animation: slide-down 0.8s ease-out;
    -moz-animation: slide-down 0.8s ease-out;
    overflow-y: auto;
}

.colleges-programs-tab-3 {
    background-color: #fff;
    padding-bottom: 30px;
    position: absolute;
    left: 100%;
    top: 0;
    min-width: 200%;
    max-width: 200%;
    width: 200%;
    display: none;
}

.colleges-programs-tab-3-img {
    width: 100%;
    height: 250px;
    margin-bottom: 15px;
    height: auto;
}

.colleges-programs-tab-3-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.colleges-programs-tab-3 h3 {
    color: #00730e;
    font-size: 25px;
    font-weight: 400;
    font-family: 'Dubai Medium';
    padding-right: 15px;
    padding-left: 15px;
}

.colleges-programs-tab-3 p {
    color: #00730e;
    font-size: 16px;
    line-height: 26px;
    padding-right: 15px;
    padding-left: 15px;
}

.colleges-programs-tab-3-body {
    display: flex;
    flex-wrap: wrap;
    padding-right: 15px;
    padding-left: 15px;
}

.colleges-programs-tab-3-body-inner {
    width: 33.333%;
}

.colleges-programs-tab-3-body-inner h4 {
    color: #5d5a5a;
    font-size: 18px;
    margin-bottom: 0px;
    font-weight: 400;
    font-family: 'Dubai Bold';
}

.colleges-programs-tab-3-body-inner p {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 16px;
    color: #f04b4b;
}

.colleges-programs-tab-4 {
    width: 100%;
}

.find-ttl {
    background: #f04b4b;
    padding: 30px 0;
    margin-bottom: 0 !important;
}

.colleges-programs-tab-4-body {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.colleges-programs-tab-4-body label {
    display: block;
    color: #00730e;
    font-size: 25px;
    margin-bottom: 15px;
}

.colleges-programs-tab-4-inner {
    width: 30%;
    padding: 0px 40px;
    border-right: 1px solid #707070;
}

.colleges-programs-tab-4-inner:last-child {
    border-right: none;
    padding-right: 0;
}

.colleges-programs-tab-4-inner .form-group {
    margin-bottom: 0;
}

.colleges-programs-tab-4-inner:first-child {
    width: 15%;
    padding: 0;
    border-right: none;
}

.colleges-programs-tab-4-inner .custom-select {
    background-color: transparent;
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #6d6d6d;
    font-size: 18px;
    color: #6d6d6d;
    padding-left: 0px;
    outline: none;
    box-shadow: none;
}

.colleges-programs-tab-4-inner .custom-select option {
    font-size: 13px;
    color: #6d6d6d;
}

.colleges-programs-tab-4-inner .btn {
    color: #000000;
    font-size: 15px;
    display: inline-block;
    margin-right: -4px;
    border-radius: 0px;
    padding: 0px;
    margin-right: 20px;
}

.active-btn {
    border-bottom: 2px solid #f04b4b;
}

.life-at-uaeu {
    padding: 30px 0px;
    background-color: rgba(112,112,112,0.18);
    overflow-x: hidden;
}

.life-at-uaeu .container-fluid {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.life-at-uaeu h2 {
    margin-bottom: 30px;
    margin-left: 10%;
    margin-right: 10%;
}

.life-at-uaeu-inner {
    position: relative;
    margin-bottom: 20px;
}

.life-at-uaeu-inner-img {
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.life-at-uaeu-inner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
}

.life-at-uaeu-inner:hover .life-at-uaeu-inner-img img, .life-at-uaeu-inner-img img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.life-at-uaeu-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
}

.life-at-uaeu-overlay:hover {
    background-color: rgba(5,41,66,0.51);
    cursor: pointer;
}

.life-at-uaeu-btn {
    position: absolute;
    top: 50%;
    left: 20%;
    right: 20%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.life-at-uaeu-btn a {
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 10px;
    display: block;
    text-align: center;
    background-color: rgba(240,75,75,0.8);
    transition: 0.3s ease-in-out;
}

.life-at-uaeu-btn a:hover {
    text-decoration: none;
    box-shadow: 0px 0px 25px #fff;
}

.news-events {
    padding: 50px 0px;
    background-color: rgba(112,112,112,0.18);
}

.news-events h2 {
    margin-bottom: 30px;
}

.news-events-inner-detail-1-main-1 {
    height: 100%;
    background-color: #f04b4b;
    cursor: pointer;
}

.news-events-inner-detail-1-main-2 {
    height: 100%;
    background-color: #fff;
    cursor: pointer;
}

.news-events-red-bg {
    color: #fff;
    background-color: #f04b4b;
    padding: 20px;
    font-size: 13px;
    text-align: center;
}

.news-events-red-bg h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 900;
}

.news-events-white-bg {
    color: #00730e;
    background-color: #fff;
    padding: 20px 40px;
    font-size: 13px;
    text-align: center;
}

.news-events-white-bg h3 {
    color: #00730e;
    font-size: 18px;
    font-weight: 900;
}

.news-events-inner-detail-1-img {
    height: 200px;
    overflow: hidden;
}

.news-events-inner-detail-1-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
}

.news-events-inner-detail-1-position {
    position: relative;
}

.news-events-inner-detail-1-main-1:hover .news-events-inner-detail-1-position .news-events-inner-detail-1-img-overlay, .news-events-inner-detail-1-main-2:hover .news-events-inner-detail-1-position .news-events-inner-detail-1-img-overlay, .news-events-inner-detail-2-main-2:hover .news-events-inner-detail-2-main-1-img .news-events-inner-detail-1-img-overlay, .news-events-inner-detail-2-main-1:hover .news-events-inner-detail-2-main-1-img .news-events-inner-detail-1-img-overlay {
    display: block;
}

.news-events-inner-detail-1-main-1:hover .news-events-inner-detail-1-img img, .news-events-inner-detail-1-main-2:hover .news-events-inner-detail-1-img img, .news-events-inner-detail-2-main-2:hover .news-events-inner-detail-2-main-1-img img, .news-events-inner-detail-2-main-1:hover .news-events-inner-detail-2-main-1-img img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

.news-events-inner-detail-1-position .news-events-inner-detail-1-img-overlay, .news-events-inner-detail-2-main-2 .news-events-inner-detail-1-img-overlay, .news-events-inner-detail-2-main-1 .news-events-inner-detail-1-img-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(25,43,59,0.5);
    display: none;
}

.news-events-inner-detail-1-img-overlay a {
    font-size: 35px;
    color: #fff;
    display: block;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}

.row.news-events-row {
    margin-right: -7px;
    margin-left: -7px;
}

.row.news-events-row .col-md-6 {
    padding-right: 7px;
    padding-left: 7px;
}

.news-events-inner-detail-2-main-1 {
    background-color: #f04b4b;
    display: flex;
    flex-wrap: wrap;
    color: #fff;
    align-items: center;
    height: 100%;
}

.news-events-inner-detail-2-main-2 {
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    color: #000000;
    align-items: center;
    height: 100%;
    cursor: pointer;
}

.news-events-inner-detail-2-main-1-img {
    width: 55%;
    height: 100%;
    position: relative;
    cursor: pointer;
}

.news-events-inner-detail-2-main-1-img-inner {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}

.news-events-inner-detail-2-main-1-img-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    transform: scale(1);
    -webkit-transform: scale(1);
}

.news-events-inner-detail-2-main-1-title {
    width: 45%;
}

.news-events-inner-detail-2-main-1-title h3 {
    padding: 20px;
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    text-align: center;
}

.news-events-inner-detail-2-main-2-title {
    width: 45%;
    padding: 20px;
    font-size: 13px;
    text-align: center;
}

.news-events-inner-detail-2-main-2-title h3 {
    padding: 20px;
    color: #000;
    font-size: 18px;
    font-weight: 900;
    text-align: center;
}

.accomplishments {
    padding: 50px 0px;
}

.accomplishments .sub-title-2 {
    margin-bottom: 30px;
}

.accomplishments-inner {
    width: 70%;
}

.accomplishments-inner-img {
    width: 100%;
    margin-bottom: 15px;
    overflow: hidden;
}

.accomplishments-inner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
}

.accomplishments-inner-img:hover img {
    transform: scale(1.1);
    cursor: pointer;
}

.accomplishments-inner-body h3 {
    font-weight: bold;
    display: inline-block;
    font-size: 20px;
    border-bottom: 3px solid #f04b4b;
    margin-bottom: 20px;
}

.accomplishments-detail {
    display: flex;
    flex-wrap: wrap;
}

.accomplishments-detail-inner {
    width: 50%;
}

.accomplishments-detail-inner-border {
    border-right: 3px solid #f04b4b;
}

.accomplishments-detail-inner:last-child .accomplishments-detail-inner-border {
    border-right: none;
}

.accomplishments-detail-inner h4 {
    color: #000000;
    font-weight: 600;
    font-size: 15px;
}

.red-border-btn:hover {
    background-color: #f04b4b;
    border: 1px solid #fff;
    color: #fff;
}

.red-border-btn {
    border: 1px solid #f04b4b;
    background-color: #f04b4b;
    color: #f04b4b;
    padding: 10px 40px;
    font-size: 13px;
    border-radius: 0px;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    position: relative;
    width: auto;
    height: auto;
    z-index: 1;
}

.red-border-btn::before {
    background-color: #fff;
    transition: 0.3s ease-out;
    position: absolute;
    content: "";
    color: #f04b4b;
}

.hover-filled-slide-right::before {
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    color: #f04b4b;
    z-index: -1;
}

.hover-filled-slide-right:hover::before {
    width: 0%;
    position: absolute;
    content: "";
}

.social-wall {
    padding: 50px 0px;
    background-color: rgba(112,112,112,0.18);
}

.social-wall .sub-title-2 {
    margin-bottom: 30px;
}

.social-wall-inner {
    background-color: #fff;
    box-shadow: 0px 3px 6px #00000029;
    padding: 40px 20px 20px 20px;
}

.social-wall-inner-img {
    width: 100%;
    height: 250px;
    margin-bottom: 20px;
    overflow: hidden;
}

.social-wall-inner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
}

.social-wall-inner-img img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.social-wall-inner p {
    color: #00730e;
    font-family: 'Dubai Regular';
    margin-bottom: 0px;
}

.social-wall-icon {
    text-align: right;
}

.social-wall-icon a {
    color: #00730e;
}

.social-wall .mb-3 {
    margin-bottom: 30px !important;
}

.am-interested {
    padding: 75px 0px;
    background-image: url('../img/I-am-interested-in.png');
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

.am-interested:after {
    content: '';
    background-color: #f04b4b;
    opacity: 0.78;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.am-interested .sub-title-1 {
    margin-bottom: 40px;
}

.border-btn {
    font-family: 'Dubai Medium';
    color: #fff;
    border: 1px solid #fff;
    padding: 10px;
    border-radius: 0px;
    font-size: 13px;
}

.border-btn:hover {
    color: #fff;
}

.border-btn i {
    padding: 0px 5px;
}

.am-interested-btns-outer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.am-interested-btns-inner {
    margin-bottom: 10px;
}

.am-interested-btns-inner .form-control {
    background-color: transparent;
    border-radius: 0px;
    border: 0px;
}

.am-interested-btns-inner .form-control::placeholder {
    color: #fff;
    font-size: 13px;
    font-family: 'Dubai Medium';
}

.am-interested-btns-inner .input-group {
    border: 1px solid #fff;
}

.input-group-append .btn {
    color: #fff;
}

.am-interested-btns-inner .dropdown-toggle {
    color: #fff;
    font-size: 13px;
    border: 1px solid #fff;
    border-radius: 0;
    padding: 10px;
    font-family: 'Dubai Medium';
}

.am-interested-form {
    margin-top: 40px;
}

.am-interested-form .input-group {
    align-items: center;
    margin-bottom: 30px;
}

.am-interested-form .input-group label {
    width: 120px;
    display: block;
    color: #fff;
    font-size: 20px;
    font-family: 'Dubai Bold';
}

.am-interested-form .input-group input, .am-interested-form .input-group textarea {
    border-radius: 0px;
    background-color: transparent;
    display: block;
    border: 1px solid #fff;
    height: 52px;
    color: #fff;
}

.our-partners {
    padding: 50px 0px;
    overflow-x: hidden;
}

.our-partners-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.our-partners-list ul li {
    border-bottom: 1px solid #707070;
    padding: 10px 0px;
}

.our-partners-list ul li:last-child {
    border-bottom: 0px solid transparent;
}

.our-partners-list ul li a {
    color: #5d5a5a;
    font-size: 20px;
    position: relative;
    display: block;
}

.our-partners-list ul li a:after {
    content: '\f105 ';
    font-family: FontAwesome;
    display: inline-block;
    right: 0px;
    position: absolute;
}

.our-partners-list ul li a:hover {
    text-decoration: none;
}

.our-partners .sub-title-2 {
    margin-bottom: 30px;
}

.our-partners h3 {
    color: #5d5a5a;
    font-size: 20px;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 20px;
}

.our-partners-slider-inner a {
    text-align: center;
    display: block;
    vertical-align: middle;
}

.our-partners-slider-inner a img {
    margin: 0 auto;
    max-width: 100px;
    max-height: 75px;
}

.our-partners-slider-inner {
    padding: 0px 10px;
}

.our-partners .slick-slide {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.our-partners .slick-arrow {
    background-color: transparent;
    border: 0px;
    outline: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.our-partners .slick-arrow img {
    width: 20px;
}

.pull-left {
    left: 0;
}

.pull-right {
    right: -30px;
}

.footer-1 {
    background-color: #192b3b;
    padding: 50px 0px;
}

.footer-1 .sub-title-1 {
    margin-bottom: 30px;
}

.footer-list ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
}

.footer-list ul li {
    margin-bottom: 10px;
    width: 33.333%;
}

.footer-list ul li a {
    letter-spacing: -0.6px;
    color: #ffffff;
    border-bottom: 1px solid #fff;
}

.footer-list ul li a:hover {
    text-decoration: none;
    color: #ef5151;
}

.footer-2 {
    padding: 30px 0px;
    background-color: rgba(25,43,59,0.8);
}

.sub-footer-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sub-footer-list ul li {
    display: inline-block;
    margin-right: -4px;
    padding: 0px 10px;
    border-right: 1px solid #fff;
    line-height: 1;
}

.sub-footer-list ul li a {
    color: #fff;
    font-size: 12px;
}

.sub-footer-list ul li a:hover {
    text-decoration: none;
    color: #ef5151;
}

.sub-footer-list {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.sub-footer-list p {
    display: inline-block;
    color: #fff;
    margin-bottom: 0;
    font-size: 12px;
    padding: 0px 10px;
}

.footer-logo-section {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding-top: 75px;
}

.footer-logo-section-inner-1 a {
    display: block;
}

.footer-logo-section-inner-1 a img {
    width: 100px;
}

.footer-logo a {
    display: block;
}

.footer-logo a img {
    width: 100%;
}

.floting-chat-btn {
    position: fixed;
    display: flex;
    align-items: center;
    right: 10px;
    bottom: 200px;
    z-index: 999;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.home-fixed-elem .floting-chat-btn {
    bottom: 200px;
}

.floting-chat-btn a {
    display: block;
}

.colleges-programs-tab-5 {
    width: 75%;
}

.colleges-programs-tab-5-img {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.colleges-programs-tab-5-img img {
    width: 100%;
    height: 103%;
    object-fit: cover;
}

.home-banner-tab-inner-menu .home-banner-tab-inner-menu-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    justify-content: space-between;
    position: relative;
}

.home-banner-tab-inner-menu .home-banner-tab-inner-menu-list li {
    width: 100%;
    text-align: center;
    border-radius: 0px;
    transition: 0.5s ease-in-out;
}

.home-banner-tab-inner-menu .home-banner-tab-inner-menu-list li a {
    padding: 40px 0px;
    color: #fff;
    font-weight: bold;
    display: block;
    background: #DC143C;
    transition: all 0.3s ease-in-out;
    font-family: 'Dubai Bold';
    font-size: 15px;
    border-right: #fff solid 1px !important;
    border-left: #fff solid 1px !important;
}

.home-banner-tab-inner-menu .home-banner-tab-inner-menu-list li a::before,
.home-banner-tab-inner-menu .home-banner-tab-inner-menu-list li a::after {

}

.home-banner-tab-inner-menu .home-banner-tab-inner-menu-list li a:hover {
    text-decoration: none;
    background: #fff;
    color: rgba(240,75,75,1);
}

.home-banner-tab-inner-menu .home-banner-tab-inner-menu-list li:hover {

}

.home-banner-tab-inner {
    position: absolute;
    z-index: 99;
    bottom: 80px;
    left: 0;
    width: 100%;
    text-align: left !important;
}

.home-banner-tab-inner-list ul li {
    padding: 0px !important;
    width: 100% !important;
    text-align: left !important;
}

.home-banner-tab-inner-slider-inner-detail a {
    padding: 15px 7px !important;
    display: inline-block !important;
    color: #fff !important;
}

.home-banner-tab-inner-slider-inner-detail a:hover {
    color: #fff !important;
}

.research-list-overlay-1 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(5,41,33,0.4);
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
}

.research-list:hover .research-list-overlay-1 {
    height: 100%;
}

.cursor {
    width: 20px;
    height: 20px;
    background: #f04b4b;
    border-radius: 50%;
    position: absolute;
    transition-duration: 200ms;
    transition-timing-function: ease-out;
    animation: cursorAnim .5s infinite alternate;
    pointer-events: none;
    z-index: 11;
    display: none;
}

.expand {
    animation: cursorAnim3 .5s forwards;
    border: 1px solid red;
}

.slider-counter {
    position: absolute;
    bottom: 173px;
    right: 370px;
    z-index: 11;
    font-size: 16px;
    color: #fff;
    font-family: 'Dubai Bold';
    font-weight: 400;
    padding-right: 80px;
    bottom: 130px;
    right: 390px;
}

.slider-counter:after {
    content: '';
    width: 70px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 14px;
    right: -5px;
}

.home-banner-slide .owl-dots {
    position: absolute;
    bottom: 180px;
    right: 305px;
    z-index: 11;
    bottom: 137px;
}

.home-banner-slide .owl-dots .owl-dot {
    width: 12px;
    height: 3px;
    background: #fff;
    margin-left: 5px;
}

.home-banner-slide .owl-dots .owl-dot.active {
    background: #d6d417;
}

.cmn-ttl {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 35px;
    position: relative;
    z-index: 11;
}

.cmn-ttl h2 {
    font-size: 51px;
    color: #0D9276;
    display: block;
    margin: 0;
    font-family: 'Dubai Bold';
    text-align: center;
    background-image: linear-gradient(to right, transparent , #fff , transparent );
}

.cmn-ttl h2.tit_2 {
    font-size: 51px;
    color: #0D9276;
    display: block;
    margin: 0;
    font-family: 'Dubai Bold';
    text-align: center;
    background-image: linear-gradient(to right, transparent , #000000 , transparent );
}

.cmn-ttl h2.newTitle {
    font-size: 51px;
    color: #fff;
    display: block;
    margin: 0;
    font-family: 'Dubai Bold';
    background-image: linear-gradient(to right, #fff , #DC143C , #fff );
}

.cmn-ttl p {
    font-size: 18px;
    line-height: 30px;
    color: #000000;
    margin: 30px 0 40px;
    text-align: justify;
    font-family: 'Dubai Bold';
}

.cmn-ttl-wt h2, .cmn-ttl-wt p {
    color: #fff;
    font-family: 'Dubai Bold';
}

.reveal {
    visibility: hidden;
    position: relative;
    width: 100%;
    height: 550px;
    max-width: 100%;
    overflow: hidden;
    background: #f04b4b;
}

.reveal-container:nth-child(2) {
    background: #00730e;
}

.reveal-container:nth-child(1) {
    background: #f04b4b;
}

.reveal-container:nth-child(4) {
    background: #182b42;
}

.reveal-container:nth-child(3) {
    background: #162637;
}

.reveal-container img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

body:not(.no-js) .image-wrap {
    transition: 1s ease-out;
    transition-delay: 0.2s;
    position: relative;
    width: auto;
    height: 100%;
    overflow: hidden;
    clip-path: polygon(0 100%,100% 100%,100% 100%,0 100%);
    visibility: hidden;
}

body:not(.no-js) .image-wrap img {
    transform: scale(1.1);
    transition: 2s ease-out;
}

body:not(.no-js) .animating .image-wrap {
    clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
    visibility: visible;
    transform: skewY(0);
}

body:not(.no-js) .animating img {
    transform: scale(1);
    transition: 4s ease-out;
}

.build-lt-reveal {
    margin-bottom: 100px;
    margin-bottom: 0;
}

.build-lt-reveal.reveal-container, .build-lt-reveal .reveal {
    background: #E5E6EB;
}

.build-career-detail-img .reveal {
    height: 100%;
}

.build-rt {
    margin-left: -130px;
    background: #fff;
    position: relative;
}

.build-rt:after {
    content: '';
    position: absolute;
    right: -115px;
    top: 0;
    bottom: 0;
    background:#DC143C;
    display: inline-block;
    width: 150px;
}

.build-lt-reveal.reveal-container {
    height: 550px;
    margin-bottom: 0;
}

.image-wrap {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.build-career-img-sm {
    width: 440px;
    height: 440px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.build-career-img-sm .reveal {
    height: 440px;
}

.recognition-section {
    display: block;
    width: 100%;
    padding: 100px 0;
    background: #f0f0f0;
    min-height: 710px;
}

.recogination-img-reveal {
    width: 370px;
    height: 595px;
    position: absolute;
    top: -160px;
}

.recogination-img-reveal-sm {
    width: 370px;
    height: 370px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.recogination-img-reveal .reveal, .recogination-img-reveal-sm .reveal {
    height: 100%;
}

.recognition-img-wrap {
    position: relative;
    width: 100%;
    height: 510px;
}

.colleges-programs-tab .nav-tabs {
    margin-bottom: 20px;
    border: none;
    background: #fff;
    margin-bottom: 0;
}

.colleges-programs-tab-1 ul li  {
    padding-right: 20px;
    background-color: #13a387;
}
.colleges-programs-tab-1 ul li:hover  {
    padding-right: 20px;
    background-color: #0e836c;
}
.colleges-programs-tab-1 ul li a {
    padding-right: 20px;
    color: #000;
    font-size: 16px;
}

.colleges-programs-tab-1 ul li a.cmn-btn {
    display: inline-block;
    width: auto;
    padding: 0 15px 0 30px !important;
}

.colleges-programs-tab-1 ul li a.cmn-btn:after {
    display: none;
}

.banner-social {
    top: 150px;
    right: 65px;
    bottom: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    position: absolute;
    z-index: 20;
    flex-direction: column;
}

.banner-social .line {
    width: 2px;
    height: 280px;
    background: rgba(0,0,0,0.5);
}

.scl-icn {
    padding: 20px 0;
    text-align: center;
}

.scl-icn a {
    font-size: 17px;
    color: #FBFADA;
    margin: 10px 0;
    display: block;
    border-radius: 100%;
    background-color: rgba(0,0,0,0.5);
    width: 30px;
    height: 30px;
    line-height: 28px;
}

.home-banner-slide .owl-item.active h2 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.3s;
    font-family: 'Dubai Bold';
}

.home-banner-slide .owl-item.active .cmn-btn {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.3s;
}

.home-banner-slide .owl-item.active .covid-tag {
    -webkit-animation-duration: 1.7s;
    animation-duration: 1.7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.3s;
}

.news-event-section {
    display: block;
    width: 100%;
    padding: 100px 0 50px;
}

.news-event-tabs {
    display: block;
    width: 100%;
}

.news-event-tabs .nav-tabs {
    border-bottom: none;
    margin-bottom: 40px;
}

.news-event-tabs .nav-tabs .nav-item {
    margin-right: 50px;
}

.news-event-tabs .nav-tabs .nav-link {
    font-size: 25px;
    color: #00730e;
    border: none !important;
    padding: 0;
    font-family: 'Dubai Bold';
    position: relative;
}

.news-event-tabs .nav-tabs .nav-link:after {
    content: '';
    width: 100%;
    height: 3px;
    background: #00730e;
    position: absolute;
    bottom: -10px;
    left: 0;
    display: none;
}

.news-event-tabs .nav-tabs .nav-link.active:after {
    display: block;
}

.news-blk {
    position: relative;
    width: 100%;
    transition: all 0.3s ease-in-out;
}

.news-img {
    position: relative;
    width: 100%;
    height: 510px;
    overflow: hidden;
}

.news-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50px;
}

.news-content {
    padding: 25px 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    transition: all 0.3s ease-in-out;
    background: #179BAE;
    overflow: hidden;
    height: 140px;
}

.news-content span {
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    display: block;
    font-weight: bold;
    font-family: 'Dubai Bold';
}

.news-content h6 {
    font-size: 20px;
    color: #fff;
    line-height: 25px;
    font-family: 'Dubai Bold';
    margin: 7px 0 0;
}

.news-content p {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    margin: 15px 0 0;
    font-family: 'Dubai Bold';
}

.news-content p, .news-content .discover-link {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.news-blk-blue .news-content {
    background: #51829B;
}

.news-blk .news-content:hover {
    background: #0c788a;
    height: 75%;
}

.news-blk-blue:hover .news-content {
    background: rgba(5,41,66,0.8);
    height: 75%;
}

.news-blk:hover .news-content p, .news-blk:hover .news-content .discover-link {
    opacity: 1;
    visibility: visible;
}

.event-blk {
    width: 100%;
    height: 550px;
    position: relative;
}

.evnt-img {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.evnt-img:hover {
    transform: rotate(0.63deg,0.13deg);
}

.evnt-img:after {
    content: '';
    width: 100%;
    height: 70%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(rgba(5,41,66,0.02), rgba(5,41,66,0.7), rgba(34,154,61,1));
}

.evnt-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.evnt-cont {
    position: absolute;
    bottom: 0;
    padding: 15px;
    width: 100%;
    min-height: 100px;
}

.evnt-cont h6 {
    font-size: 20px;
    color: #fff;
    line-height: 25px;
    font-family: 'Dubai Bold';
    margin: 0;
}

.evnt-date {
    background: #f04b4b;
    position: absolute;
    top: -20px;
    right: -10px;
    width: 110px;
    height: 110px;
    padding: 15px;
    color: #fff;
    font-size: 16px;
    z-index: 1;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    letter-spacing: 2px;
}

.evnt-date span {
    font-size: 26px;
}

#pagination {
    position: fixed;
    z-index: 20;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    list-style: none;
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}

#pagination li {
    position: relative;
    margin: 5px 0;
    transition: all 0.2s ease;
}

#pagination a {
    text-decoration: none;
    left: 0;
    text-indent: -9999px;
    font-size: 0;
    min-height: 22px;
    top: 0;
    color: #f04b4b;
    display: flex;
    align-items: center;
    justify-content: center;
}

#pagination a small {
    background: #ccbbbb;
    box-shadow: 0 3px 2px rgba(0,0,0,0.2);
    width: 16px;
    margin-left: 15px;
    transition: all 0.2s ease;
    height: 2px;
}

#pagination li a:hover {
    font-size: 16px;
}

#pagination li.show-pagi-name a {
    font-size: 16px;
}

#pagination li.active a small, #pagination li:hover a small {
    width: 50px;
    background: #f04b4b;
}

.find-program-section {
    display: block;
    width: 100%;
    margin: 20px 0 0;
}

.filter-lbl {
    color: #f04b4b;
    font-size: 35px;
    font-family: 'Dubai Bold';
}

.find-frm {
    width: 100%;
    background: #fff;
    padding: 50px 0;
}

.home-banner-tab-inner-menu .home-banner-tab-inner-menu-list .home-banner-tab-inner-list ul li a {
    color: #00730e !important;
    font-size: 20px !important;
    font-family: 'Dubai Medium';
    background: none;
    display: block !important;
    padding: 0 30px 0 0 !important;
    line-height: 32px;
    border-bottom: none !important;
    position: relative;
}

.home-banner-tab-inner-menu .home-banner-tab-inner-menu-list .home-banner-tab-inner-list ul li a:after {
    content: '\f105';
    position: absolute;
    top: 3px;
    right: 15px;
    color: #f04b4b;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    display: none;
}

.home-banner-tab-inner-menu .home-banner-tab-inner-menu-list .home-banner-tab-inner-list ul li:hover {
    background: none !important;
}

.home-banner-tab-inner-menu .home-banner-tab-inner-menu-list .home-banner-tab-inner-list ul li a.active, .home-banner-tab-inner-menu .home-banner-tab-inner-menu-list .home-banner-tab-inner-list ul li a:hover {
    color: #f04b4b !important;
    text-decoration: none !important;
    background: none !important;
    border-bottom: none !important;
    font-weight: 400 !important;
}

.home-banner-tab-inner-menu .home-banner-tab-inner-menu-list .home-banner-tab-inner-list ul li a.active:after {
    display: block;
}

.home-banner-tab-inner-slider, .home-banner-tab-inner-slider.owl-carousel .owl-stage-outer, .home-banner-tab-inner-slider.owl-carousel .owl-stage, .home-banner-tab-inner-slider.owl-carousel.owl-drag .owl-item, .home-banner-tab-inner-slider .item {
    height: 100%;
}

.home-banner-tab-inner-menu .home-banner-tab-inner-menu-list li a.cmn-btn-blue {
    background: #00730e;
    border: none;
    margin-top: 20px;
    border: 1px solid transparent;
}

.home-banner-tab-inner-slider-inner-detail h4 {
    font-size: 25px;
    font-family: 'Dubai Bold';
}

.laiOne, .laiTwo {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.laiOne img:hover, .laiTwo img:hover {
    -webkit-transform: rotate(2deg) scale(1.1) !important;
    transform: rotate(2deg) scale(1.1) !important;
}

.zoomef:hover {
    -webkit-transform: rotate(5deg) scale(1.2) !important;
    transform: rotate(5deg) scale(1.2) !important;
}

.visibility-hidden {
    display: none;
}

.cstm-radio [type="radio"]:checked, .cstm-radio [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.cstm-radio [type="radio"]:checked+label, .cstm-radio [type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #707070;
    font-size: 25px;
    margin-bottom: 0;
}

.cstm-radio [type="radio"]:checked+label:before, .cstm-radio [type="radio"]:not(:checked)+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #707070;
    border-radius: 50%;
    background: #fff;
}

.cstm-radio [type="radio"]:checked+label:after, .cstm-radio [type="radio"]:not(:checked)+label:after {
    content: "";
    width: 8px;
    height: 8px;
    background: #f04b4b;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    transform: translate(-50%,-50%);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.cstm-radio [type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.cstm-radio [type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.cstm-radio [type="radio"]:checked+label {
    color: #f04b4b;
}

.colleges-programs-tab-4-inner .cstm-radio {
    margin-right: 30px;
}

.colleges-programs-tab-4-inner .cstm-radio:last-child {
    margin-right: 0;
}

.tsItems {
    padding: 50px;
    border: 1px solid #f04b4b;
}

.home-banner-tab-top {
    position: fixed;
    top: 80px;
    bottom: inherit;
}

.home-banner-tab-inner-menu .home-banner-tab-inner-menu-list li a {
    padding: 25px 0;
}

.home-banner-tab-top .home-banner-tab-inner-menu .home-banner-tab-inner-menu-list li a {
    padding: 15px 0;
}

.home-banner-tab-top .home-banner-tab-inner {
    top: 80px;
    bottom: inherit;
    top: auto;
}

.build-career .cmn-ttl {
    margin-bottom: 0;
    background: #cdcccc;
    padding: 60px;
    color: #fff;
}
.build-career .cmn-ttl .cnt_2 {
    color: #000000 !important;
}
.build-career .cmn-ttl h2, .build-career .cmn-ttl p {
    color: inherit;
}

.video-slide:after {
    display: none;
}

.video-slide video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tesiSlider .slick-dots {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px 0 0;
    min-height: 100px;
}

.tesiSlider .slick-dots li {
    width: auto;
    height: auto;
    margin: 0 15px;
    display: block;
    position: relative;
}

.tesiSlider .slick-dots li button {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease-in-out;
    background: #f0f0f0;
}

.tesiSlider .slick-dots li:after {
    content: '';
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 50%;
    border: 2px solid #f04b4b;
    display: none;
}

.tesiSlider .slick-dots li:before {
    content: '\f105';
    position: absolute;
    top: -42px;
    left: calc(50% - 5px);
    color: #f04b4b;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 24px;
    transform: rotate(-90deg) translateX(-50%);
    display: none;
}

.tesiSlider .slick-dots li.slick-active button {
    width: 90px;
    height: 90px;
}

.tesiSlider .slick-dots li.slick-active:after, .tesiSlider .slick-dots li.slick-active:before {
    display: block;
}

.tesiSlider .slick-dots li:first-child button {
    background: url(../img/tab-img-5.png) no-repeat;
    background-size: cover;
}

.tesiSlider .slick-dots li:nth-child(2n) button {
    background: url(../img/person-1.png) no-repeat;
    background-size: cover;
}

.tesiSlider .slick-dots li:nth-child(3n) button {
    background: url(../img/social-4.png) no-repeat;
    background-size: cover;
}

.chat-icon img {
    width: 95px;
}

.smiley-icon img {
    width: 60px;
    margin-right: 30px;
}

.news-play-icon {
    position: absolute;
    left: 50%;
    top: calc(50% - 50px);
    transform: translate(-50%,-50%);
    color: #f04b4b;
    font-size: 80px;
}

.news-play-icon:hover {
    text-decoration: none;
    color: #00730e;
}

#myModal.modal {
    padding: 0 !important;
}

#myModal .modal-dialog {
    max-width: calc(100% - 10.75rem);
    height: calc(100vh - 56px);
}

#myModal .modal-body {
    padding: 0;
}

#myModal .modal-body, #myModal .embed-responsive, #myModal .modal-content {
    height: 100%;
}

#myModal button.close {
    position: absolute;
    top: -25px;
    right: -19px;
    color: #fff;
    z-index: 11;
    opacity: 1;
    font-size: 30px;
}

.shmentsBox .sbCont p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: 'Dubai Bold';
    -webkit-line-clamp: 3;
}

.select_pk {
    padding-right: 30px;
    appearance: none;
    background: url(../img/arrow-down-drk.svg) no-repeat;
    background-size: 12px 12px;
    background-position: 97% center;
}

.home-banner-tab-inner-menu .home-banner-tab-inner-menu-list li a.cmn-btn-blue:hover {
    background: #fff;
    color: rgba(240,75,75,1) !important;
    border-color: #f04b4b;
}

.open_menu {
    overflow: hidden;
}

.main-side-menu.open {
    width: 100%;
    right: 0;
}

.main-side-menu .container-fluid {
    height: 100%;
}

.main-side-menu:after {
    content: '';
    background: rgb(0 0 0 / 62%);
    height: 100%;
    width: 100%;
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -10;
    display: none;
}

.bottom_menu_link {
    padding-top: 20px;
    padding-bottom: 30px;
}

.bottom_menu_link ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 50px;
    padding: 0;
    margin: 0;
    overflow-x: auto;
}

.bottom_menu_link ul li {
    list-style: none;
}

.btn_p {
    position: relative;
    color: #fff;
    font-size: 14px;
    line-height: normal;
    font-weight: 400;
    padding: 6px 30px;
    text-align: center;
    text-decoration: none;
    display: block;
    min-width: 150px;
    transition: 0.3s;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn_p:focus::after, .btn_p:hover::after {
    transform: scale(1);
}

.btn_p:hover {
    text-decoration: none;
    color: #fff;
    background: transparent;
}

.btn_p .txt {
    transform: scale(1);
    transition: 0.3s;
}

.btn_p:hover .txt {
    transform: scale(1.1);
}

.bdr {
    position: absolute;
    border-top: 1px solid #ffffff;
    border-left: 1px solid #fff;
    border-right: 0;
    display: inline-block;
    left: 0px;
    top: 0px;
    width: 60%;
    height: 100%;
}

.bdr.bdr2 {
    right: 0;
    left: auto;
    border-right: 1px solid #fff;
    border-left: 0;
    width: 30%;
}

.bdr.bdr3 {
    width: 30%;
    border: 0;
    border-bottom: 1px solid currentColor;
}

.bdr.bdr4 {
    width: 60%;
    border: 0;
    border-bottom: 1px solid currentColor;
    right: 0;
    left: auto;
}

.btn_p::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    transition: 0.3s;
    background: #f04b4b;
    transform: scale(0);
    z-index: -1;
}

.home-banner-text.inner-banner-txt h2 {
    font-size: 35px;
    text-align: left;
    position: relative;
}

.home-banner-text.inner-banner-txt {
    padding-left: 0px;
}

.home-banner-text.inner-banner-txt h2::after {
    content: '';
    border-bottom: 6px solid #f04b4b;
    width: 10%;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.reveal-inner {
    height: auto !important;
}

.reveal-container.build-lt-reveal.build-lt-reveal-inner {
    height: auto;
}

.cmn-ttl.text-left.text-left-inner {
    padding: 15px;
}

.dean-inner .build-rt, .dean-inner.build-career .cmn-ttl {
    background-color: #f0f0f0;
    color: #00730e;
}

.dean-inner .build-rt:after {
    background-color: #f0f0f0;
}

.dean-inner h6 {
    font-size: 20px;
    font-weight: 700;
}

.dean-inner p {
    font-size: 14px;
}

section.inner-study {
    padding: 40px 0px;
    background-color: #f0f0f0;
    width: 100%;
    float: left;
}

.study-card {
    width: 100%;
    float: left;
    height: auto;
    background-color: #fff;
    padding: 20px;
    margin: auto;
    display: block;
}

.study-card img {
    text-align: center;
    margin: auto;
    display: block;
    width: 100px;
}

h5.study-h5 {
    font-size: 26px;
    text-align: center;
    color: #00730e;
    font-weight: 700;
    margin-top: 20px;
    font-family: 'Messina Sans';
}

.study-card p {
    font-size: 14px;
    line-height: 23px;
    margin-top: 20px;
    color: #00730e;
}

.main {
    width: 100%;
    float: none;
    height: auto;
}

.inner-research, .inner-news {
    padding: 40px 0px;
    background-color: #fff;
    width: 100%;
    float: none;
}

.research-text {
    background-color: #f8f8f8;
    padding: 20px;
}

body .inner-research.media-center .research-text h6 {
    text-align: center;
}

body .inner-research.media-center img {
    width: 100%;
}

.research-text p {
    font-size: 15px;
    font-family: 'Messina Sans';
    color: #00730e;
}

.research-text a {
    font-size: 13px;
    line-height: 48px;
    min-width: 200px !important;
    padding: 0px 15px 0px 15px;
}

.news-text h6 {
    color: #00730e;
    font-size: 17px;
    line-height: 31px;
    font-weight: bold;
}

.news-text p {
    color: #f04b4b;
    font-weight: bold;
    margin: 5px 0;
}

.news-text-big p {
    font-size: 14px;
    color: #00730e;
    font-weight: 600;
    line-height: 26px;
}

.inner-news .carousel-indicators li {
    background-color: #91979b;
    transition: all 0.5s ease-in-out;
}

.carousel-indicators {
    bottom: -7% !important;
}

.news-text span, .inner-why-choose-text p span {
    width: 100%;
    float: left;
}

.inner-why-choose-text {
    position: absolute;
    bottom: 5%;
}

.inner-why-choose-text h3 {
    font-size: 50px;
    color: #fff;
    font-weight: 600;
}

.inner-why-choose-text p {
    font-size: 15px;
    color: #fff;
}

.header-main .inner-second-header {
    display: block !important;
    margin-top: 10px !important;
}

.inner-spotlight-content .sbCont {
    background: none !important;
    backdrop-filter: none !important;
}

.inner-spotlight-content .shmentsBox .sbCont {
    background-color: #f8f8f88a;
    display: inline-block;
    width: 80%;
    position: absolute;
    bottom: -9% !important;
    padding: 10px;
    color: #fff;
    left: 0%;
}

.inner-spotlight-content .sbCont a {
    font-size: 13px;
    line-height: 48px;
    min-width: 226px !important;
    padding: 0px 15px 0px 15px;
    max-width: 300px;
}

.inner-spotlight-content img {
    height: 110% !important;
}

.inner-spotlight-content h4 {
    font-size: 23px !important;
}

section.inner-spotlight-content {
    padding: 40px 0px 0px 0px !important;
    width: 100%;
    float: left;
    height: auto;
}

.lecture-card {
    position: relative;
    background-color: #f8f8f8;
    text-align: center;
}

.lecture-card .img-card img {
    position: absolute;
    top: 0%;
    right: 0%;
    left: 0%;
    margin: auto;
    bottom: 50%;
    border-radius: 50%;
    width: 150px;
}

.lecture-text {
    padding-top: 6rem;
}

.lecture-text h5 {
    color: #00730e;
    font-size: 21px;
    font-weight: 600;
    padding-bottom: 13px;
    margin-top: 30px;
    font-family: 'Dubai Bold';
}

.research-text.lecture-text p {
    width: 100%;
    float: left;
    padding-top: 10px;
    color: #656565;
}

.research-text.lecture-text h6 span {
    width: 100%;
    float: left;
    margin-top: 6px;
}

.research-text.lecture-text h6 {
    font-size: 18px;
    float: left;
    color: #000000;
}

section.inner-research.inner-lecture-series h2 {
    padding-bottom: 60px;
}

.inner-event-section .contain {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
}

.inner-event-section .item {
    align-items: center;
    color: white;
    justify-content: center;
}

.faq-sec.admission .cmn-ttl {
    margin-bottom: 0;
}

section#faq_sec {
    width: 100%;
}

.inner-event-section .owl-nav, .inner-research .owl-nav {
    display: none;
}

.inner-event-section .owl-dots, .inner-research .owl-dots {
    text-align: center;
}

.inner-event-section .owl-dots .owl-dot, .inner-research .owl-dots .owl-dot {
    width: 40px;
    height: 6px;
    background: #000;
    margin-left: 5px;
    transition: all 0.5s ease-in-out;
    border: 0px !important;
    outline: none;
}

.inner-event-section .owl-dots .owl-dot.active {
    background: #d6d417 !important;
    width: 50px;
}

.inner-research .owl-dots .owl-dot.active {
    background: #d6d417 !important;
    width: 50px;
}

section.inner-event-section {
    background-color: #f0f0f0;
    padding: 40px 0px;
}

.events-text h6, .testi-text h6 {
    color: #00730e;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0px !important;
}

.events-text span {
    color: #f04b4b !important;
    font-size: 15px;
    letter-spacing: 0px !important;
}

.events-text p {
    color: #00730e !important;
    font-size: 16px;
    letter-spacing: 0px !important;
}

.inner-contact-footer {
    background: transparent url(../img/inner-contact-bg.png) 0% 0% no-repeat padding-box;
    padding: 40px 0px;
    background-size: cover;
    width: 100%;
    float: left;
    height: auto;
}

.inner-icon {
    margin: auto;
    display: block;
    text-align: center;
}

.inner-banner-txt h2 span {
    width: 100%;
    float: left;
}

.inner-icon img {
    width: 110px;
}

.inner-icon h6 {
    margin: auto;
    display: block;
    text-align: center;
    margin-top: 20px;
    font-size: 20px;
    font-weight: 600;
    color: #00730e !important;
    font-family: 'Dubai Bold';
}

section.inner-event-section.news {
    background-color: #fff;
}

section.inner-event-section.news .item {
    display: block;
}

section.inner-research.media-center a {
    font-size: 11px;
    line-height: 36px;
}

section.inner-event-section.inner-research.research {
    background-color: #fff !important;
}

section.inner-event-section.inner-research.research p {
    color: #00730e !important;
}

section.inner-event-section {
    background-color: #f0f0f0;
    padding: 40px 0px;
    width: 100%;
    height: auto;
    float: left;
}

span.why-choose-span {
    width: 100%;
    float: left;
}

.inner-banner-main .item {
    height: 85vh !important;
}

.inner-banner-main .owl-carousel.owl-theme.slider.owl-loaded.owl-drag {
    pointer-events: none;
}

.inner-featured-sec {
    width: 100%;
    float: left;
    height: auto;
    padding: 40px 0px;
    background-color: #00730e;
}

.inner-featured-sec h2 {
    color: #fff;
}

.featured-program-acordian {
    background-color: #5c7484;
}

.featured-program-acordian {
    background-color: #5c7484;
    padding-bottom: 14px;
    height: 100%;
    color: #fff;
}

.featured-program-acordian .card {
    background: none;
    border: 0px;
}

.featured-program-acordian .card-header {
    background: none;
}

.featured-program-acordian .btn {
    color: #fff;
    text-decoration: none;
}

.featured-program-acordian h2 i {
    font-size: 16px;
    float: right;
    padding: 10px;
}

.featured-program-acordian h2 {
    font-size: 16px !important;
    border-bottom: 1px solid;
}

.featured-program-acordian button.btn.btn-link {
    font-size: 15px;
}

.featured-text {
    background-color: #fff;
    padding: 20px;
    font-size: 15px;
    width: 100%;
    float: left;
    height: auto;
}

.featured-text a {
    font-size: 15px;
    line-height: 45px;
}

.featured-text p {
    letter-spacing: 0px !important;
    line-height: 23px;
}

.studies-text p {
    margin-top: 20px !important;
    text-align: left;
}

.studies-text span {
    width: 100%;
    float: left;
}

.studies-text {
    width: 100%;
    float: left;
    color: #fff;
    font-size: 15px;
}

.home-banner-text.inner-banner-txt h2 {
    margin-bottom: 0px !important;
}

h3.inner-degree-text-h3 {
    color: #00730e;
    font-size: 39px;
    font-weight: bold;
    font-family: 'Dubai Bold';
}

.inner-degree-text p {
    font-size: 14px;
    color: #00730e;
    text-align: left;
    line-height: 25px;
}

.inner-degree-text span {
    width: 100%;
    float: left;
}

section.inner-graduate-degree {
    width: 100%;
    float: none;
    height: auto;
    padding: 40px 0px;
}

.inner-degree-text {
    padding: 30px 0px;
}

.digree-img img {
    height: auto;
    object-fit: cover;
}

.inner-degree-text a {
    font-size: 15px;
    line-height: 45px;
    margin-top: 20px;
}

.img-h-50 {
    width: 100%;
    float: left;
    height: 47%;
}

section.shments.page.inner-spotlight-content img {
    height: 100% !important;
}

section.shments.page.inner-spotlight-content.graduate-blue-bg {
    width: 100%;
    float: left;
    margin-bottom: 40px;
}

section#overview p {
    margin: 10px;
}

.dean-inner {
    width: 100%;
    float: left;
    height: auto;
    padding: 40px 0px !important;
    margin-top: 0px;
}

.inner-spotlight-content.inner-spotlight-content-2 a {
    margin-bottom: 30px;
}

section.shments.page.inner-spotlight-content a {
    margin-bottom: 30px;
}

section#overview {
    padding-top: 40px;
    float: left;
    height: auto;
    margin: auto;
    display: block;
    width: 100%;
}

section.inner-testimonials.py-5 {
    width: 100%;
    float: none;
    height: auto;
}

.testi-main {
    border: 2px solid #f04b4b;
    padding: 30px;
}

.testi-img {
    width: 140px;
    margin: auto;
}

.testi-text span {
    color: #8a8888;
}

.testi-text p {
    font-size: 18px;
    margin-top: 10px;
    line-height: 25px;
}

.testi-text p {
    font-size: 18px;
    margin-top: 10px;
    line-height: 25px;
    color: #00730e;
}

.inner-banner-main .item {
    width: 100%;
    float: left;
    height: 100%;
}

section.inner-why-choose {
    width: 100%;
    float: left;
    height: auto;
}

.why-choose-bg {
    background: url(../img/why-choose-inner.png) no-repeat;
    background-size: cover;
    height: 600px;
    position: relative;
    padding: 60px;
    width: 100%;
    float: left;
}

.inner-banner-main .business-eco {
    background: url(../img/college-of-business-banner.jpg) no-repeat;
    background-size: cover;
}

.facts-and-figure-sec {
    background: url(../img/facts-and-figure.png) no-repeat;
    background-size: cover;
    padding: 40px 0px;
}

.carousel-indicators img {
    width: 50px;
    height: 50px;
    margin: 0px 10px;
    margin-top: 15px;
}

.carousel-indicators .active {
    width: 80px;
    height: 80px;
    border: 2px solid red;
    border-radius: 50%;
    position: relative;
    padding: 5px;
    margin-top: 0px !important;
}

.carousel-indicators .active::after {
    content: 'f077';
}

.section.inner-testimonials {
    position: relative;
}

.carousel-indicators {
    position: inherit !important;
    margin-top: 30px;
    height: 50px;
}

.college-education-bg {
    background: url(../img/college-of-education-banner.png) no-repeat;
    background-size: cover;
}

.college-of-engineering-bg {
    background: url(../img/college-of-engineering.png) no-repeat;
    background-size: cover;
}

.agriculture-bg {
    background: url(../img/agriculture-bg.png) no-repeat;
    background-size: cover;
}

.social-science-bg {
    background: url(../img/social-science.png) no-repeat;
    background-size: cover;
}

.information-tech-bg {
    background: url(../img/insurance-technology.png) no-repeat;
    background-size: cover;
}

.health-sciences-bg {
    background: url(../img/health-sciences.png) no-repeat;
    background-size: cover;
}

.college-of-science-bg {
    background: url(../img/college-of-science.png) no-repeat;
    background-size: cover;
}

.graducate-study-bg {
    background: url(../img/college-of-graducate-studies.png) no-repeat;
    background-size: cover;
}

.college-of-engineering-bg-1 {
    background: url(../img/college-of-engineering.png) no-repeat;
    background-size: cover;
}

.college-of-law {
    background: url(../img/college-of-law.png) no-repeat;
    background-size: cover;
}

.graduate-admissions-bg {
    background: url(../img/graduate-admissions.png) no-repeat;
    background-size: cover;
}

.student-support {
    background: url(../img/student-support.png) no-repeat;
    background-size: cover;
}

.alumni {
    background: url(../img/alumni.png) no-repeat;
    background-size: cover;
}

.library {
    background: url(../img/library.png) no-repeat;
    background-size: cover;
}

.students-office {
    background: url(../../img/students-accouunts-office.png) no-repeat;
    background-size: cover;
}

.international-students-office {
    background: url(../../img/international-students-office.png) no-repeat;
    background-size: cover;
}

.international-students {
    background: url(../../img/international-students.png) no-repeat;
    background-size: cover;
}

.scholarship {
    background: url(../../img/scholership.png) no-repeat;
    background-size: cover;
}

.readmission {
    background: url(../../img/readmission.png) no-repeat;
    background-size: cover;
}

.calendar-bg {
    background: url(../../img/calendar.png) no-repeat;
    background-size: cover;
}

.new-student-hybrid-orientation-bg {
    background: url(../../img/new-student-hybrid-orientation.png) no-repeat;
    background-size: cover;
}

.university-college {
    background: url(../../img/university-college.png) no-repeat;
    background-size: cover;
}

.undergraduate-scholarship {
    background: url(../../img/undergraduate-scholarship-for-international-students.png) no-repeat;
    background-size: cover;
}

.main-library {
    background: url(../../img/main-library.png) no-repeat;
    background-size: cover;
    height: 500px;
    object-fit: cover;
    margin-top: 50px;
}

.opportunities-bg {
    background: url(../../img/opportunities-bg.png) 0 0 / cover no-repeat !important;
    height: 500px;
    margin-top: 0px !important;
}

.national-medical-library {
    background: url(../../img/national-medical-library.png) no-repeat;
    background-size: cover;
}

.img-h-50.mb-20 {
    margin-bottom: 15px;
}

section#why_choose h2 {
    font-family: 'Messina Sans';
    font-size: 45px;
    font-weight: bold;
}

.research-text h6 {
    font-size: 22px;
    font-weight: bold;
    color: #00730e;
    font-family: 'Dubai Bold';
}

.lecture-text h6 {
    font-size: 19px;
    font-weight: 600;
    color: #000;
    font-family: 'Messina Sans';
}

.events-text {
    width: 100%;
    float: left;
    height: auto;
}

.college-graduate-bg .college-of-law {
    background: url(../../img/graduate-bg.png) no-repeat;
    background-size: cover;
}

.testi-text {
    padding: 0 8% 0 0;
}

.g-d-p table ul {
    text-align: left;
    list-style: none;
    padding: 0;
}

.g-d-p .refund-table td {
    text-align: left !important;
}

.g-d-p table i.fas {
    font-size: 20px;
    vertical-align: middle;
    margin-right: 10px;
    color: #072942;
}

.g-d-p table li {
    padding-bottom: 15px;
}

.c-align-center-d-flex {
    display: flex !important;
    align-items: center !important;
}

.it-1 .bg-image-info {
    background: url(../../img/it-1.png) no-repeat !important;
    background-size: cover !important;
}

.sm-blue {
    font-size: 22px;
    color: #00730e !important;
    font-weight: 600;
    line-height: 40px;
    font-family: 'Dubai Bold';
    margin-bottom: 0;
}

.std-blue {
    font-size: 46px;
    line-height: 50px;
    color: #ef5151;
    font-family: 'Dubai Bold';
}

.blue-text {
    color: #ef5151 !important;
}

section.inner-event-section.it-1-sec {
    background-color: #fff;
    max-width: 80%;
    margin: 0 auto;
    float: none;
    display: flex;
    width: 100%;
}

.it-1 .news-inner-img {
    height: 600px;
}

.standard-p p {
    font-size: 18px;
    line-height: 22px;
    font-family: 'Dubai Regular';
    font-weight: 500;
    color: #00730e;
    margin-bottom: 35px;
}

.blue-social img {
    filter: invert(1);
}

.blue-social {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.mr-20 {
    margin-right: 20px;
    margin-top: 8px;
}

.main-flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.tags-btn a {
    border: 1px solid #707070;
    width: 130px;
    padding: 6px;
    display: inline-block;
    text-align: center;
    color: #00730e;
    font-family: 'Dubai Regular';
    margin: 6px;
}

.it-1-sec .owl-nav {
    display: block;
}

.it-1-sec button.owl-next {
    position: absolute;
    top: 50%;
    right: -60px;
    transform: translateY(-50%);
}

.it-1-sec button.owl-prev {
    position: absolute;
    top: 50%;
    left: -60px;
    transform: translateY(-50%);
}

.it-1-sec .owl-nav span {
    font-size: 40px;
    font-family: 'Messina Sans';
}

.it-1-sec .owl-carousel .owl-nav button {
    width: 50px;
    height: 50px;
    border: 1px solid #092942;
    border-radius: 50%;
    background: #fff;
    outline: none;
}


.std-34 {
    font-size: 34px;
    line-height: 35px;
    margin: 10px 0;
}

.ln-sec .odd>div {
    width: 100%;
    height: 100%;
    z-index: 2;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 700px;
}

.odd {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    margin-bottom: 30px;
    padding: 0;
}

.odd p.news-sec-date {
    color: #fff;
    padding: 10px;
    z-index: 1;
}

.odd h6.std-blue.std-34 {
    color: #fff;
    padding: 10px;
    z-index: 1;
}

.odd .news-text-big {
    padding: 10px;
    z-index: 1;
}

.ln-sec .odd>div::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgb(8 41 66 / 80%);
    width: 100%;
    height: 100%;
    z-index: -1;
    display: block;
}

.ln-sec .col-lg-4 {
    border: 1px solid #ccc;
    margin: 1% 0;
    max-width: 31%;
    padding: 0;
}

.ln-sec .row {
    justify-content: space-between;
}

.ln-sec h6.std-blue.std-34, .ln-sec p.news-sec-date, .ln-sec .news-text-big {
    padding: 15px;
}

section.inner-event-section {
    float: none;
}

.ln-sec p.news-sec-date {
    padding: 0 15px;
    color: #f04b4b;
    margin-bottom: 0;
}

section#colleges_programs h2 {
    color: #c00000;
}

section#news {
    margin: 40px auto;
    display: flex;
}

.it-1 section#news {
    margin: 40px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.uc-page .bg-image-info {
    background: url(../../img/uc.jpg) no-repeat !important;
}

.gray-bg {
    background-color: #f0f0f0;
}

.bg-image-info::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background: linear-gradient(90deg,#072942 0%,transparent 40%);
    width: 100%;
    height: 100%;
}

.c-e-page .bg-image-info {
    background: url(../../img/col-engineering.jpg) no-repeat !important;
}

.c-e-page .home-banner-slide .owl-carousel .item:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(90deg,#072942 0%,transparent 70%);
    z-index: 1;
}

.c-e-page .pro-col section#colleges_programs {
    background: #ffffff !important;
}

.c-e-page .protab-1.height {
    background-color: #00730e !important;
}

.featured-time {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.duration {
    max-width: 33.3%;
    flex: 0 0 33.3%;
    margin: 15px 0;
}

.duration h4 {
    font-size: 18px;
    color: #5d5a5a;
    font-weight: 500;
    line-height: 20px;
    font-family: 'Dubai Bold';
}

.duration h5 {
    font-size: 18px;
    color: #ef5151;
    font-weight: 500;
    line-height: 20px;
    font-family: 'Dubai Regular';
}

section.colleges-programs.fetured-programs.f-sw {
    background-color: #fff;
}

footer.customFooter:after {
    position: relative;
}

.tab-content #news a.discover-link:hover {
    color: #fff;
}

footer .form-control:focus {
    background-color: #fff;
}

section#colleges_programs.gray-bg {
    background: #e5e6eb !important;
}

.gray-bg .protab-1.height {
    background-color: #00730e !important;
}

section#colleges_programs.gray-bg h2 {
    color: #072942;
}

section.vertical-tabs {
    background-color: #00730e;
    color: #fff;
}

section.vertical-tabs .nav-link {
    color: #fff;
    position: relative;
    cursor: pointer;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 30px;
}

section.vertical-tabs .nav-link:hover {
    color: #fff;
    position: relative;
}

section.vertical-tabs .tab-content {
    background-color: #fff;
    color: #00730e;
    padding: 30px;
}

section.vertical-tabs .row {
    align-items: center;
}

section.vertical-tabs .nav-link.active::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 95%;
    background: #fff;
    width: 20px;
    height: 4px;
    transform: translate(-50%,-50%);
}

.center-for-health-sciences .home-banner-slide .owl-item.active p {
    color: #fff;
    line-height: 1.7em;
    margin-top: 30px;
    font-size: 17px;
    font-weight: 300;
    text-align: left;
}

.center-for-health-sciences section.page.pt-admission.mt-5 h2.text-center {
    color: #00730e;
    font-size: 45px;
    font-weight: 800;
    margin-bottom: 30px;
    line-height: 1em;
}

.center-for-health-sciences h2.accor-inner-head.text-center {
    color: #00730e;
    font-size: 45px;
    font-weight: 800;
    margin-bottom: 15px;
}

.center-for-health-sciences section.page.pt-admission.mt-5 p.text-left.f-18 {
    font-size: 16px;
    line-height: 23px;
    color: #00730e;
}

.center-for-health-sciences .hz-vertical p {
    font-size: 20px;
    line-height: 23px;
    color: #00730e;
}

.hz-cont {
    padding: 6px 0px;
}

.center-for-health-sciences .admission .card .row {
    margin-top: 40px;
}

.center-for-health-sciences .accor-img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.center-for-health-sciences .accor-img {
    margin-bottom: 30px;
}

.center-for-health-sciences .admission .card .row {
    overflow: hidden;
}

.center-for-health-sciences .hz-vertical {
    height: 100%;
}

.center-for-health-sciences .hz-vertical button.slick-arrow {
    width: 25px !important;
    height: 25px !important;
    display: block !important;
    margin: 0 !important;
    z-index: 999999999;
    max-width: none !important;
    font-size: 0;
    position: absolute !important;
    right: 10% !important;
}

.center-for-health-sciences .hz-vertical button.slick-arrow::before {
    display: none;
}

.center-for-health-sciences .hz-vertical button.slick-arrow:after {
    content: '';
    background: url(../../img/up-arrow.png);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.center-for-health-sciences .hz-vertical button.slick-prev.slick-arrow {
    left: auto !important;
    top: 35% !important;
    transform: rotate(0deg);
}

.center-for-health-sciences .hz-vertical button.slick-next.slick-arrow {
    transform: rotate(180deg);
}

.center-for-health-sciences .inner-contact-footer {
    float: unset !important;
}

.center-for-health-sciences .hz-inner-foot .row {
    justify-content: center;
}

section.comh-13.white-footer {
    background: transparent url(../../img/inner-contact-bg1.png) 0% 0% no-repeat padding-box;
    background-image: auto;
    background-size: cover;
}

.comh-13.white-footer h4.ico-head {
    color: #00730e;
    font-family: 'Dubai Bold';
    font-size: 20px;
}

section.white-bg {
    background-color: #fff;
}

.overlay-on-img .evnt-img:after {
    background: rgb(0 39 76 / 40%);
    height: 100%;
}

.team-slider {
    position: relative;
}

.team-text {
    background-color: #082942;
    min-height: 96px;
    text-align: center;
    padding: 20px;
    position: absolute;
    top: auto;
    width: 100%;
    bottom: 0;
}

.team-text h6 {
    font-size: 16px;
    font-family: 'Dubai Bold';
    font-weight: 500;
    line-height: 22px;
}

.team-slider img {
    position: relative;
}

.team-sec #owl-carousel-zb.owl-carousel .owl-nav {
    display: flex;
    margin-top: 15px;
    position: relative;
    justify-content: center;
}

.team-sec #owl-carousel-zb.owl-carousel .owl-nav span {
    font-size: 3rem;
    color: #707070;
}

.team-sec #owl-carousel-zb.owl-carousel button:focus {
    outline: none;
}

.team-sec button {
    margin: 10px;
}

.facilities-txt {
    font-size: 20px;
    color: #00730e;
    font-family: 'Dubai Bold';
}

.equipment-sec p {
    color: #00730e;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 30px;
}

.vertical-tabs .tab-pane {
    transform: translateX(250px);
    opacity: 0;
}

.vertical-tabs .tab-pane.active {
    animation: 0.5s zoomleft forwards;
}

.team-text {
    padding: 15px;
}

.team-text p {
    font-size: 14px;
    line-height: 21px;
}

.team-text a {
    font-size: 12px;
    text-align: center;
    display: block;
    letter-spacing: 3px;
}

.team-text i {
    font-size: 14px;
    margin-left: 5px;
}

.news-blk-blue:hover .news-content.team-text {
    height: 50%;
}

.btn-arrow-vertical button.slick-arrow:before {
    content: 'Ã¢â‚¬Âº';
    position: absolute;
    color: black;
    height: 100%;
    width: 100%;
    font-size: 80px;
    font-family: 'Messina Sans';
}

.btn-arrow-vertical button.slick-arrow {
    transform: rotate(269deg);
    content: 'Ã¢â‚¬Âº';
    position: absolute;
    top: 0;
    right: -60px;
    left: auto;
    font-family: 'Messina Sans';
}

.btn-arrow-vertical button.slick-arrow.slick-next {
    top: auto;
    right: -200px;
    bottom: 20px;
    transform: rotate(90deg);
    height: 80px;
    width: 80px;
}

.hz-vertical-1 .slick-track {
    opacity: 1 !important;
}

section.inner-event-section.white-bg {
    background-color: #fff;
}

#owl-carousel-zb .team-text a.discover-link {
    justify-content: center;
}

.center-for-health-sciences .hz-vertical .owl-nav {
    position: static;
}

.center-for-health-sciences .hz-vertical button.owl-prev {
    top: 30% !important;
    transform: rotate(90deg);
    position: absolute;
    font-size: 45px;
    right: 25px;
    border: 0;
    left: auto;
    outline: none;
}

.center-for-health-sciences .hz-vertical button.owl-next {
    top: 0% !important;
    transform: rotate(90deg);
    position: absolute;
    font-size: 45px;
    right: 25px;
    border: 0;
    left: auto;
    bottom: 0;
    outline: none;
}

.hz-vertical {
    position: static;
}

.hz-vertical .owl-stage-outer {
    position: static;
}

.equipment-sec .hz-vertical {
    max-height: 100%;
    overflow: visible;
}

.equipment-sec .hz-vertical button.owl-prev {
    right: -100px;
    top: 20px !important;
}

.equipment-sec .hz-vertical button.owl-next {
    right: -100px;
    bottom: 20px;
    top: auto !important;
}

.table.blue-tbl thead th {
    background-color: #072942;
    color: #fff;
    font-family: 'Dubai Regular';
    font-weight: 500;
    font-size: 18px;
}

table.blue-tbl td {
    background-color: #fff;
    border: 2px solid rgb(7 41 66 / 40%) !important;
    color: #102940;
    font-weight: 600;
    font-family: 'Dubai Regular';
    font-size: 16px;
    text-align: left !important;
}

.table.blue-tbl thead th {
    border-right: 2px solid #b4bec6;
    border-bottom: 2px solid #b4bec6;
}

table.blue-tbl td:nth-child(3) {
    text-align: right !important;
}

.center-text .home-banner-text {
    text-align: center;
}

.center-text .home-banner-text h2 {
    font-size: 50px;
    font-weight: 600;
    line-height: 58px;
}

.center-text .home-banner-text .uabtn {
    padding: 12px 30px;
    margin-top: 25px;
}

.center-text .home-banner-text .uabtn-warning:hover {
    color: #dd5c57;
    background-color: #fff;
    border-color: #fff;
}

.search-page .inner-banner-main .owl-carousel.owl-theme.slider.owl-loaded.owl-drag {
    pointer-events: all;
}

.research-items::before {
    content: url('blackCarrot.png');
    position: relative;
    z-index: 100000;
    left: -50px;
    top: 10px;
}

.research-items .key-facts-inner-body {
    background: none;
    padding: 50px;
}

.gray-tbl tbody {
    width: 100%;
    background: #f8f8f8;
    display: table;
}

.girl-with-mask .international-students {
    background: url(../../img/girl-with-mask.png) no-repeat;
    background-size: cover;
}

.gray-tbl.table td {
    border: 2px solid rgb(7 41 66 / 40%) !important;
    width: 33%;
    min-height: 140px;
    line-height: 140px;
}

.gray-tbl tr {
    width: 100%;
}

.aof .gray-tbl.table td {
    border: 2px solid rgb(7 41 66 / 40%) !important;
    width: 50%;
    min-height: 70px;
    line-height: 50px;
    background-color: #f0f0f0;
    font-weight: 600;
    color: #102940;
}

.organization-s .international-students {
    background: url(../../img/blue-img.png) no-repeat;
    background-size: cover;
}

.search-page .shmentsBox .sbCont p {
    -webkit-line-clamp: 3;
    color: #fff;
    font-size: 16px;
    font-family: 'Dubai Bold';
}



.search-page .counter-search {
    background-color: #002344;
}

.search-page .key-facts-inner-body p {
    font-weight: 400;
    font-family: 'Messina Sans';
    font-size: 16px;
}

.search-page .key-facts-inner-body h2 span {
    display: inline-block;
    margin-left: 0;
    font-family: 'Messina Sans';
    font-weight: 600;
}

.search-page .research-items::before {
    content: '';
    position: absolute;
    z-index: 2;
    left: 0;
    top: 25%;
    background-image: url(../../img/search-before.PNG);
    width: 100%;
    height: 80px;
    background-repeat: no-repeat;
    background-size: contain;
}

.search-page .research-items .key-facts-inner-body {
    background: none;
    padding: 50px;
}

.search-page .key-facts-inner-body h2 {
    font-size: 40px;
    line-height: 45px;
}

.oppor-main {
    display: flex;
    justify-content: space-between;
}

.oppor-main div:first-child {
    max-width: 15%;
    flex: 0 0 15%;
}

.oppor-main .events-text {
    flex: 0 0 83%;
    max-width: 83%;
}

.oppor-main .events-text h6 {
    text-transform: capitalize;
    font-size: 24px;
}

.search-page section.blue-bg#colleges_programs {
    background-color: #00274c !important;
}

.search-page .featured-programes-inner .colleges-programs-tab-1 ul li a {
    color: #082942;
    font-weight: 500;
    font-family: 'Messina Sans';
}

.search-page .featured-programes-inner .colleges-programs-tab-1 ul li a:after {
    filter: invert(1);
}

.search-page .colleges-programs-tab-1 ul li {
    padding: 0 35px;
}

.search-page .featured-programes-inner .colleges-programs-tab-1 {
    background-color: #e4e5e6 !important;
}

.search-page section#colleges_programs .programe-text h2 {
    color: #072942;
    font-size: 28px;
    line-height: 28px;
    text-align: left;
    margin: 0;
}

.search-page .colleges-programs-tab-1 ul li:hover, .search-page .colleges-programs-tab-1 ul li:hover a {
    background: #f04b4a;
    color: #fff;
}

.search-page .featured-programes-inner .colleges-programs-tab-1 ul li:hover a:after {
    filter: initial;
}

.search-page .colleges-programs-tab-1 ul li>a {
    border-bottom: 1px solid #d0d1d2;
}

.maps .international-students {
    background: url(../../img/map1.png) no-repeat;
    background-size: cover;
}

.blue-tbl {
    border-left: 1px solid #9ca9b3;
}

button.btn.btn-link.btn-faq[aria-expanded="true"] {
    background-color: rgb(5,41,66) !important;
}

.simple-pagination ul {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
    text-align: center;
}

.simple-pagination li {
    display: inline-block;
    margin-right: 5px;
}

.simple-pagination li a, .simple-pagination li span {
    color: #666;
    padding: 5px 10px;
    text-decoration: none;
    border: 1px solid #EEE;
    background-color: #FFF;
    box-shadow: 0px 0px 10px 0px #EEE;
}

.simple-pagination .current {
    color: #FFF;
    background-color: #ff7182;
    border-color: #ff7182;
}

.simple-pagination .prev.current, .simple-pagination .next.current {
    background: #e04e60;
}

.teaching-page .bg-image-info {
    background: url(../../img/teach-bg.png) no-repeat !important;
    background-size: cover !important;
}

.sattelite-research-text1 p.program-p, .sattelite-research-text2 p.program-p {
    letter-spacing: -0.38px;
}

.sattelite-research-text1 {
    background-color: #f0f0f0;
    padding: 40px 38px 35px 60px;
    position: relative;
    z-index: 2;
    width: calc(100% + 100px);
}

.sattelite-research-text2 {
    background-color: #f0f0f0;
    padding: 40px 38px 35px 60px;
    position: relative;
    z-index: 2;
}

.sattelite-sec-img img {
    max-width: calc(100% + 100px);
}

.teaching {
    display: flex;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    justify-content: space-between;
    flex-flow: wrap;
}

.teaching .img-text-teach {
    flex: 0 0 32%;
    max-width: 32%;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

.teach-text h3 {
    color: #fff;
    font-size: 38px;
    line-height: 40px;
}

.teach-text {
    position: absolute;
    bottom: 0;
    padding: 20px;
    transform: scale(0);
    transition: .5s ease all;
}

.teaching .img-text-teach:hover .teach-text {
    transform: scale(1);
}

.teaching .img-text-teach::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(22 42 67 / 60%);
    transform: scale(0);
    transition: .2s ease all;
}

.teaching .img-text-teach:hover::before {
    transform: scale(1);
}

div#pagination-container li a {
    background: #f1f2f2;
    color: #f04b4b;
    border-radius: 10.82px;
    box-shadow: -1px 2px 0 0 #ccc;
    font-size: 25px;
    font-family: 'Messina Sans';
    font-weight: 600;
    margin-right: 10px;
    padding: 10px 15px;
    border: none;
    text-align: center;
    margin-left: 0;
    line-height: 25px;
    display: inline-block;
}

div#pagination-container li span {
    background: #f04b4b;
    color: #f1f2f2;
    border-radius: 10.82px;
    box-shadow: -1px 2px 0 0 #ccc;
    font-size: 20px;
    font-family: 'Messina Sans';
    font-weight: 600;
    margin-right: 10px;
    padding: 10px 15px;
    border: none;
    text-align: center;
    margin-left: 0;
    line-height: 25px;
    display: inline-block;
}

div#pagination-container {
    margin: 50px auto;
}

div.main-body ul#pagination {
    display: none;
}

main.g-add .w-60 .position-img {
    position: relative;
}

main.g-add .w-60 .position-img img {
    right: 0;
    object-fit: cover;
    width: 100%;
}

main.g-add section.pdf-download-sec.main {
    float: left;
}

main.g-add section#apply_program {
    float: left;
    margin: 40px 0;
}

main.g-add section#professional_doctorate {
}

main.g-add .graduate-text.master-text {
    z-index: 99;
}

main.g-add .home-banner-slide.inner-banner-main {
    float: left;
}

main.g-add section#overview {
    float: none;
}

main.g-add .main {
    float: left;
}

main.g-add .w-60.float-left {
    float: none !important;
}

main.g-add footer.customFooter {
    float: left !important;
}

.events .ln-sec .odd>div {
    width: 100%;
    height: 100%;
    z-index: 2;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 450px;
    padding: 0 15px;
}

.events .ln-sec .odd>div::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(0deg,#00730e -10%,transparent);
    width: 100%;
    height: 100%;
    z-index: -1;
    display: block;
}

.events .ln-sec p.news-sec-date {
    padding: 0 15px;
    color: #ffffff;
    margin-bottom: 0;
    font-family: 'Dubai Regular';
}

.events .odd h6.std-blue.std-34 {
    font-family: 'Messina Sans';
    font-weight: 700;
    padding: 10px 15px;
}

.events .col-lg-4.odd h6.std-blue.std-34 {
    font-family: 'Dubai Bold';
}

.events .odd:hover>div {
    background-position: right;
}

.events .odd div {
    transition: .5s ease all;
}

.open-page.home-banner-text.inner-banner-txt h2 {
    font-family: 'Dubai Regular';
    letter-spacing: 1px;
}

.open-text-area {
    display: flex;
    align-items: center;
}

.open-text-area p:last-child {
    color: #f04b4b;
}

.open-text-area p:last-child strong {
    color: #082942;
}

.blue-open {
    background: #00274c;
    color: #fff;
    padding: 25px 15px;
    margin-bottom: 20px;
    min-height: 100%;
}

.blue-open p {
    font-size: 30px;
    line-height: 32px;
    font-family: 'Dubai Regular';
}

.blue-open h6.std-blue.std-34 {
    color: #fff;
    font-family: 'Dubai Bold';
    padding-bottom: 25px;
}

.blue-open .news-text-big {
    padding-bottom: 0;
}

.blue-open .cmn-btn {
    margin-bottom: 0;
}

.open-text-area img {
    transition: .5s ease all;
}

.open-text-area img:hover {
    transform: scale(1.02);
    box-shadow: 0px 11px 20px 1px #ccc;
}

.static-banner {
    height: 300px;
    background-color: #092942;
    position: relative;
}

.static-banner .home-banner-text {
    top: 60%;
}

.video-hi {
    width: 100%;
    height: auto;
    position: relative;
}

.main-video-element {
    background-color: #f8f8f8;
    height: 100%;
}

.vh-sec .col-lg-4 {
    margin-bottom: 30px;
}

.video-hi::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 55%;
    background: linear-gradient(359deg,transparent,#00730e);
}

.main-video-element video {
    object-fit: cover;
}

.main-video-element p {
    text-align: left;
}

section.drop-down-archive {
    background-color: #00274c;
    padding: 80px 0;
    margin: 0 auto;
    text-align: center;
}

section.drop-down-archive h6 {
    color: #fff;
    padding: 10px 0;
    line-height: 30px;
}

.drop-down-sw {
    background: transparent;
    color: #fff;
    font-family: 'Dubai Regular';
    border: 1px solid #ffffff;
    width: 50%;
    padding: 8px;
    margin: 20px 0;
    outline: none;
    position: relative;
}

.drop-down-sw i.fas.fa-angle-down {
    position: absolute;
    right: 40px;
    top: 15px;
}

.drop-down-sw button:focus {
    outline: 0px auto -webkit-focus-ring-color;
    border-radius: 0px;
}

.drop-down-sw option {
    background: #00274c;
    border: none;
}

.archive_select select {
    width: 100%;
    color: #072942;
    border-color: #00730e;
    padding: 0;
}

.archive_select select option {
    color: #fff;
}

#calendar .float-div, #calendar .blue-div {
    background: #00730e;
}

.calendar-img-sec img {
    position: relative;
    height: 100%;
    object-fit: cover;
}

.blue-div {
    display: flex;
}

.float-div a.cmn-btn.mt-4 {
    float: left;
    direction: ltr;
}

a.link-uaeu {
    color: blue;
    transition: .3s ease all;
    line-height: 22px;
}

a.link-uaeu:hover {
    color: blue !important;
    font-weight: 700;
    font-size: 20px;
}

.std-blue-heading h1 {
    font-size: 2.5rem;
    font-weight: 700;
}

.gradient-banner .container-1440 {
    position: relative;
    height: 100%;
}

.std-blue-heading p:last-child {
    margin-bottom: 0;
}

.main-body, .main-body body {
    overflow-x: unset !important;
}

.gradient-banner::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to right, rgb(22 39 53) 25%, rgba(37,41,66,0.01));
    z-index: 1;
}

.gradient-banner {
    background: url(../../img/oriantation-experience.png) no-repeat;
    background-size: cover;
    height: 60vh !important;
    position: relative;
    background-position: center;
}

.feedback-sec .left-side {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: initial;
    max-width: 45%;
}

.feedback-sec .cffollowers {
    display: flex;
    align-items: center;
}

.feedback-sec .blue-social {
    justify-content: flex-end;
}

.feedback-sec .cffollowers>a {
    padding-right: 1.5rem;
}

.feedback-sec .blue-social img {
    filter: invert(1);
    padding-left: 10px;
}

.feedback-sec .main-flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    align-items: center;
}

.feedback-sec .main-flex.latest_nws {
    margin-bottom: 40px;
    margin-top: 10px;
}

.feedback-sec .tags-btn a:hover {
    color: #fff;
    background: #00730e;
}

.breadcrumbs {
    background-color: #ef5151;
}

ol.breadcrumb, ol.breadcrumb li a {
    margin-bottom: 0;
    background-color: #ef5151;
    color: #fff;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #ffffff;
}

.all-banner-text {
    overflow: hidden;
    width: 100%;
    z-index: 11;
    position: absolute;
    top: 50%;
    left: 0;
}

.all-banner-text h2 {
    font-size: 35px;
    text-align: left;
    line-height: 70px;
    position: relative;
    font-weight: 900;
    color: #fff;
}

.all-banner-text h2::after {
    content: '';
    border-bottom: 6px solid #f04b4b;
    width: 10%;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.std-blue-heading h2 {
    color: #ef5151;
    display: block;
    margin-bottom: 20px;
    font-family: 'Dubai Bold';
    font-size: 44px;
    line-height: 54px;
}

.std-blue-heading p, .std-blue-heading div {
    color: #072942;
    font-family: 'Messina Sans' !important;
    line-height: inherit;
}

.static-banner .container-1440 {
    height: 100%;
    position: relative;
}

.static-banner .home-banner-text {
    width: 100%;
}

.static-banner {
    height: 300px;
}

.accordion_container .accordion_head, .accordion_container .accordion_child_head, .accordion_container .accordion_child_head3 {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.accordion_container span {
    transition: all .5s ease-in-out;
    text-align: center;
    width: 20px;
}

.accordion_content {
    max-height: 0;
    transition: max-height 0.5s ease-out, padding-left 0.5s ease-out;
    padding: 0;
    overflow: hidden;
}

.accordion_content.basic_content {
    max-height: 500px;
    transition: max-height 0.5s ease-in, padding-left 0.5s ease-in;
    padding-left: 20px;
}

.accordion_child_content, .accordion_child_content3 {
    max-height: 0;
    transition: max-height 0.5s ease-out, padding-left 0.5s ease-out;
    padding: 0;
    overflow: hidden;
}

.accordion_child_content.basic_child_content, .accordion_child_content3.basic_child_content3 {
    max-height: 500px;
    transition: max-height 0.5s ease-in, padding-left 0.5s ease-in;
    padding-left: 20px;
}

.plusminus_custom {
    color: #fff;
    font-size: 26px;
}

.accordion_container {
    background: #082942;
    padding: 25px;
    color: #fff;
    position: sticky;
    top: 150px;
}

.accordion_container .accordion_head {
    padding: 10px 0;
}

.accordion_container span.plusminus {
    color: #fff;
    position: absolute;
    right: 30px;
    font-size: 26px;
    font-family: 'Font Awesome 5 Free';
    transition: .5s ease all;
    cursor: pointer;
}

.accordion_container .accordion_body {
    font-size: 16px;
}

.accordion_container p {
    margin-bottom: 10px;
    color: #fff;
}

.accordion_container p a {
    color: #fff;
}

.ln-sec.ln-sec-blue .blue-open {
    margin-bottom: 0;
}

.ln-sec.ln-sec-blue .odd>div {
    height: 100%;
}

.ln-sidebar .cmn-ttl.news-text h2 {
    font-size: 30px;
}

.ln-sidebar .news-col a.cmn-btn {
}

.ln-sidebar .news-col .news-text {
}

.ln-sidebar .news-col .news-text p {
    color: #00730e;
    font-size: 15px;
    line-height: 25px;
    text-align: left;
    font-weight: 600;
}

.ln-sidebar div.news-col .news-text h6.std-34 {
    line-height: 28px;
    font-size: 22px;
    text-align: left;
}

.ln-sidebar .news-col .news-text h2 {
    text-align: left;
}

.ln-sidebar .sec-latest .std-34 {
    font-size: 25px;
    line-height: 30px;
}

.ln-sidebar .events-section .std-34 {
    font-size: 25px;
    line-height: 27px;
}

.events_slide .slick-dots, .latest_news_slide .slick-dots, .spotlight-slider .slick-dots {
    position: relative;
    margin-bottom: 50px;
    padding: 0;
}

.events_slide .slick-dots li, .latest_news_slide .slick-dots li, .spotlight-slider .slick-dots li {
    width: 40px;
    height: 6px;
    background: #000000;
    transition: all .5s ease-in-out;
}

.events_slide .slick-dots li.slick-active, .latest_news_slide .slick-dots li.slick-active, .spotlight-slider .slick-dots li.slick-active {
    width: 50px;
    background: #f04b4b;
}

.events_slide .slick-dots li button, .latest_news_slide .slick-dots li button, .spotlight-slider .slick-dots li button {
    display: none;
}

.latest_news_slide .container-1440 {
    display: block !important;
}

.ln-sidebar .news-col .news-text-big {
    margin-top: 25px;
}

.ln-sidebar div div .f-36 {
    font-size: 28px;
    line-height: 50px;
}

.tabs-uaeu .tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

.tabs-uaeu .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
}

.tabs-uaeu .tab button:hover {
    background-color: #ddd;
}

.tabs-uaeu .tab button.active {
    background-color: #082942;
    color: #fff;
}

.tabs-uaeu .tabcontent {
    display: none;
    padding: 20px;
    border: 1px solid #ccc;
    border-top: none;
}

.accordion_head a {
    color: #fff;
}

.accordion_head:hover a, .accordion_head:hover .plusminus {
    color: #ef5151;
}

h1, h2, h3, h4, h5, a {
    color: #082942;
}

div .breadcrumb-item.active {
    color: #ffffff;
}

.accordion_body p:hover a {
    color: #ef5151;
}

section.tabs-uaeu {
    margin: 40px auto;
}

.tabs-uaeu .tab button {
    width: 160px;
    font-family: 'Messina Sans';
}

.tabs-uaeu p {
    font-size: 16px;
    color: #162735;
    line-height: 26px;
}

.btn-uaeu {
    color: #072942;
    border-color: #072942;
}

.btn-uaeu:before, .btn-uaeu:after {
    border-color: #072942;
}

.btn-uaeu:hover:before, .btn-uaeu:hover:after {
    border-color: #072942;
}

.btn-uaeu:hover {
    color: #ffffff;
    background-color: #ef5151;
    border-color: #ef5151;
}

.btn-uaeu {
    color: #454545;
    background: transparent;
    border-width: 2px;
    border-style: solid;
    position: relative;
    margin: 1em 0;
    display: inline-block;
    padding: 0.5em 1em;
    transition: all 0.3s ease-in-out;
    text-align: center;
    font-family: 'Messina Sans';
    font-weight: 600;
    width: 200px;
    height: 50px;
    cursor: pointer;
    font-size: 16px;
}

button.btn-uaeu:focus {
    outline: none;
}

.btn-uaeu:before, .btn-uaeu:after {
    content: '';
    display: block;
    position: absolute;
    border-color: #454545;
    box-sizing: border-box;
    border-style: solid;
    width: 1em;
    height: 1em;
    transition: all 0.3s ease-in-out;
}

.btn-uaeu:before {
    top: -6px;
    left: -6px;
    border-width: 2px 0 0 2px;
    z-index: 5;
}

.btn-uaeu:after {
    bottom: -6px;
    right: -6px;
    border-width: 0 2px 2px 0;
}

.btn-uaeu:hover:before, .btn-uaeu:hover:after {
    width: calc(100% + 12px);
    height: calc(100% + 12px);
    border-color: #fff;
}

.form-uaeu .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ced4da !important;
    outline: 0;
    box-shadow: none !important;
}

.form-uaeu .form-control:focus {
    border: 1px solid #ced4da;
}

.form-uaeu {
    margin: 40px auto;
}

.form-uaeu form {
    max-width: 700px;
    margin: 0 auto;
}

.form-uaeu h3.Form-heading {
    font-size: 40px;
    font-family: 'Dubai Bold';
    text-align: center;
    margin-bottom: 30px;
}

.form-uaeu label {
    color: #00730e;
    font-size: 16px;
    font-family: 'Messina Sans';
    font-weight: 600;
}

.styled-checkbox {
    position: absolute;
    opacity: 0;
}

.styled-checkbox+label {
    position: relative;
    cursor: pointer;
    padding: 0;
}

.styled-checkbox+label:before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: #082942;
}

.styled-checkbox:hover+label:before {
    background: #00730e;
}

.styled-checkbox:focus+label:before {
    box-shadow: 0 0 0 3px rgba(0,0,0,0.12);
}

.styled-checkbox:checked+label:before {
    background: #00730e;
}

.styled-checkbox:checked+label:after {
    content: "";
    position: absolute;
    left: 6px;
    top: 50%;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    transform: translate(-50%,-50%) rotate(45deg);
}

.form-check {
    padding-left: 0;
}

ul.icons {
    list-style-type: decimal;
}

.list-uaeu li {
    font-size: 18px;
    color: #00730e;
    font-family: 'Dubai Regular';
    line-height: 30px;
}

.icons i {
    color: #00730e;
}

div .table {
    color: #212529;
    border: 1px solid #dee2e6;
    margin: 40px 0;
}

div .table thead th {
    vertical-align: bottom;
    border-bottom: 0px solid #dee2e6;
    background: #072942;
    color: #fff;
}

.accordion_container .accordion_head:hover, .accordion_container .accordion_head:hover .plusminus_custom, .accordion_child_head:hover, .accordion_child_head:hover .plusminus_custom {
    color: #ef5151;
}

.accordion_container .accordion_head, .accordion_child_head {
    transition: .3s ease all;
}

.accordion_child_body a, li.accordion_content.basic_content a {
    color: #fff;
}

ul.accordion_child_body {
    padding: 0;
    margin-bottom: 0;
}

nav.accordion_container ul {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
}

.std-blue-heading h1, .std-blue-heading h2, .std-blue-heading h3, .std-blue-heading h4, .std-blue-heading h5 {
    margin: 10px 0;
}

main {
    overflow-x: hidden;
}

.pad-0 {
    padding: 0 !important;
}

.pro-col section#colleges_programs {
    background: #00730e !important;
}

.responsive .home-banner-text.inner-banner-txt h2 {
    line-height: 50px;
    padding-bottom: 10px;
}

.protab-1.height {
    background-color: #406885 !important;
}

.bg-image-mean {
    background: url(../../img/Group\ 4323@2x.png) no-repeat !important;
    background-size: cover !important;
}

.bg-image-edu {
    background: url(../../img/education\ .png) no-repeat !important;
    background-size: cover !important;
}

.bg-image-social {
    background: url(../../img/social.png) no-repeat !important;
    background-size: cover !important;
}

.bg-image-info {
    background: url(../../img/informaitiono.png) no-repeat !important;
    background-size: cover !important;
}

.main-body {
    overflow-x: hidden;
}

body {
    font-family: 'Dubai Bold' !important;
    font-family: 'Messina Sans' !important;
    padding: 0;
    margin: 0;
    color: #000;
    font-size: 18px;
    line-height: 30px;
    overflow-x: hidden;
    background: #fff;
    font-weight: 400;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

.cmn-btn_2 {

}
.cmn-btn {
    background: #DC143C !important;
    max-width: 180px !important;
    width: 100% !important;
    min-width: auto !important;
    color: #fff !important;
    padding: 15px 12px !important;
    line-height: 1 !important;
    font-size: 14px !important;
    transition: all 0.3s ease-in-out;
    height: 35px !important;
    display: flex !important;
    align-items: center !important;
    margin-bottom: 20px;
    justify-content: space-evenly !important;
    font-family: 'Dubai Bold';
    border-top-left-radius: 12px;
    -webkit-border-top-left-radius: 12px;
    -moz-border-top-left-radius: 12px;
    border-bottom-right-radius: 12px;
    -webkit-border-bottom-right-radius: 12px;
    -moz-border-bottom-right-radius: 12px;
    outline:#DC143C solid 2px;
	outline-offset: 3px;
}

.cmn-btn:hover {
    background: #fff !important;
    color: #DC143C !important;
}

.f-14 {
    font-size: 14px;
}

a.link-uaeu {
    color: blue;
}

a.link-uaeu:hover {
    color: blue !important;
}

.primary-color {
    color: #00730e;
}

.cmn-btn-blue {
    background: #00730e;
}

.cmn-btn-white {
    display: inline-block;
    min-width: 150px;
    line-height: 40px;
    padding: 0 15px 0 30px;
    background: #fff;
    color: #f04b4b;
    transition: all 0.3s ease-in-out;
    letter-spacing: 1px;
    font-style: 15px;
    text-decoration: none;
    border: 1px solid transparent;
    border-radius: 50px;
    outline: #fff solid 2px;
    outline-offset: 3px;
}
.home-banner-tab-2 {
    text-align: center;
    color: #fff;
    font-weight: 900;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 130px;
    height: 140px;
    border-radius: 100%;
    display: block;
    position: fixed;
    left: 7.5%;
    top: 60%;
}
.cmn-btn-white.mainApply{
    border-radius: 0;
    outline: none;
    border-radius: 100%;
}
.bdr-0 {
    border: none;
}

.cmn-btn-white i {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    position: relative;
    margin-left: 10px;
}

.cmn-btn-white:hover {
    color: #fff;
    text-decoration: none;
    background: #DC143C;
}

.cmn-btn-white:hover i {

}
.hide{
    display: none !important;
}
.rotate {
    animation: rotation 1s linear infinite; /* انیمیشن چرخش */
}
@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.covid-tag {
    display: block;
    margin: 50px 0 0;
    font-size: 22px;
    color: #fff;
    letter-spacing: 2px;
    position: relative;
    padding-left: 35px;
}

.covid-tag:before {
    content: '';
    width: 13px;
    height: 13px;
    background: #f04b4b;
    position: absolute;
    top: 13px;
    left: 0;
    position: absolute;
    border-radius: 50%;
}

.top-header-lenguage {
    font-family: 'Dubai Bold';
}

.second-header-link a {
    padding: 0px 20px;
    font-size: 18px;
    color: #fff;
    text-transform: capitalize;
    position: relative;
    font-family: 'Dubai Bold';
}

.dropdown_item:hover ul.menu-dropdown {
    opacity: 1;
    visibility: visible;
    transform: none;
}

.highlight-inner .cmn-ttl h2 {
    margin: 50px 0;
}

.highlight-inner .main-video-element {
    margin-bottom: 30px;
}

ul.menu-dropdown {
    position: absolute;
    top: 40px;
    display: flex;
    flex-direction: column;
    padding: 0;
    width: 260px;
    text-align: left;
    background-color: rgba(0,0,0,0.5);
    box-shadow: 0px 3px 6px #00000029;
    padding: 15px;
    left: 0;
    transform: translatey(30px);
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease-in-out;
}

ul.menu-dropdown li {
    list-style: none;
    padding: 10px 0 10px;
    border-bottom: 2px solid white;
}

ul.menu-dropdown a {
    font-size: 16px;
    line-height: 25px;
    color: white;
    padding: 0;
}

.dropdown_item {
    display: inline-block;
    position: relative;
}

ul.menu-dropdown li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

ul.menu-dropdown li:first-child {
    padding-top: 0;
}

.header-main .second-header-link a:hover {
    text-decoration: none;
    color: #ef5151;
    border-bottom: none;
}

.second-header-link a:hover {
    text-decoration: none;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
    width: max-content;
}

.main-side-menu {
    height: 100vh;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: -100px;
    background-color: rgba(236,241,245,0.95);
    overflow-x: hidden;
    transition: 0.5s;
    background: url(../img/menu_bg.png) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 40px;
    transition: all ease .5s;
}

.menu-close-btn a img {
    width: 22px;
}

.key-facts-inner-body p {
    margin: 0;
    font-size: 18px;
    color: #fff;
    font-family: 'Dubai Medium';
}

.key-facts-inner-body h2 {
    color: #ffffff;
    text-transform: capitalize;
    opacity: 1;
    font-weight: 900;
    font-size: 74px;
    line-height: 74px;
    margin: 5px 0 0 0px;
    padding-left: 0;
    font-family: 'Dubai Bold';
}

.colleges-programs-tab-1 ul li>a {
    color: #00730e;
    font-size: 25px;
    position: relative;
    display: block;
    font-weight: 400;
    font-family: 'Dubai Bold';
    border-bottom: 1px solid #fff;
    padding: 20px 0;
}

.colleges-programs-tab-1 ul li a:after {
    content: '\f105 ';
    font-family: FontAwesome;
    display: inline-block;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    font-size: 28px;
    content: '';
    background-size: 20px 20px;
    height: 20px;
    width: 20px;
    filter: invert(1);
}

.colleges-programs-tab-2 li a:after {
    filter: unset !important;
}

.colleges-programs-tab-1 ul li:hover .colleges-programs-tab-2 {
    display: block;
    animation: slide-down 0.8s ease-in-out;
    -webkit-animation: slide-down 0.8s ease-in-out;
    -moz-animation: slide-down 0.8s ease-in-out;
}

.colleges-programs-tab-1 ul li .colleges-programs-tab-2 li>a {
    color: #999;
    text-transform: uppercase !important;
    font-size: 18px !important;
    position: relative;
    display: block;
    font-weight: 400;
    font-family: 'Dubai Bold';
}

.home-banner-tab-inner-slider-inner-detail a {
    padding: 15px 7px !important;
    display: inline-block !important;
    color: #fff !important;
}

.overview-all .cmn-ttl h2 {
    margin-top: 40px;
}

.colleges-programs-tab-1 ul li a {
    padding-right: 20px;
    color: #fff;
}

.banner-social {
    top: 150px;
    right: 65px;
    bottom: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    position: absolute;
    z-index: 11;
    flex-direction: column;
}

.news-content p {
    font-size: 15px;
    line-height: 25px;
    color: #fff;
    margin: 15px 0 0;
}


#pagination {
    position: fixed;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    list-style: none;
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}

.admission-1 section {
    float: left;
}

.admission-1 .inner-2-main-text h2 {
    color: #fff;
}

.inner-event-section .owl-dots .owl-dot, .inner-research .owl-dots .owl-dot, .team-sec .owl-dots .owl-dot {
    width: 40px;
    height: 6px;
    background: #000;
    margin-left: 5px;
    transition: all 0.5s ease-in-out;
    border: 0px !important;
    outline: none;
}

.dean-inner {
    width: 100%;
    float: none;
    height: auto;
    padding: 60px 0px !important;
    margin-top: 0px;
    background: white;
}

section#overview {
    padding-top: 40px;
    float: none;
    height: auto;
    margin: auto;
    display: block;
    width: 100%;
}

.carousel-indicators img {
    width: 50px;
    height: 50px;
    margin: 0px 10px;
    margin-top: 15px;
    cursor: pointer;
}

.blue-text {
    color: #00730e !important;
}

section#colleges_programs.gray-bg h2 {
    color: #ef5151;
}

section.vertical-tabs .nav-link.active::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    background: #fff;
    width: 20px;
    height: 4px;
    transform: translate(-50%,-50%);
}

.teaching .img-text-teach {
    flex: 0 0 32%;
    max-width: 32%;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0 0 18px -4px #00000078;
}

.fancybox-content {
    box-shadow: 0 0 20px #00000070;
}

.fancybox-button:hover div {
    background: #ef5151;
}

.list-wrapper .list-item {
    animation: .5s forwards move-list;
    transform: translateY(0px) scale(0.7);
}

main.g-add .w-60 .position-img img {
    right: 0;
}

main.g-add section#apply_program {
    float: left;
}

.blue-open {
    background: #00274c;
    color: #fff;
    padding: 25px 15px;
    margin-bottom: 20px;
}

.video-hi::after {
    display: none;
}

.video-hi .video_wraper {
    height: 300px;
}

.video-hi .video_wraper iframe {
    width: 100%;
    height: 100%;
}

.gradient-banner {
    background: url(../../img/oriantation-experience.png) no-repeat;
    background-size: cover;
    height: 80vh !important;
    position: relative;
    background-position: center;
}

.feedback-sec .left-side {
    display: contents;
    justify-content: space-between;
    align-items: center;
    flex: 0 0 45%;
    max-width: 45%;
}

.feedback-sec .main-flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    flex-direction: row;
    align-items: center;
}

.all-banner-text h2 {
    font-size: 35px;
    text-align: left;
    line-height: 50px;
    position: relative;
    font-weight: 900;
    color: #fff;
}

.all-banner-text h2::after {
    content: '';
    border-bottom: 6px solid #f04b4b;
    width: 10%;
    position: absolute;
    bottom: -5px;
    left: 0px;
}

.std-blue-heading p {
    color: #072942;
    font-family: 'Dubai Regular';
}

.accordion_container .accordion_head, .accordion_container .accordion_child_head {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.accordion_child_content {
    max-height: 0;
    transition: max-height 0.5s ease-out, padding-left 0.5s ease-out;
    padding: 0;
    overflow: hidden;
}

.accordion_child_content.basic_child_content {
    max-height: 500px;
    transition: max-height 0.5s ease-in, padding-left 0.5s ease-in;
    padding-left: 20px;
}

.ln-sec.ln-sec-blue .blue-open {
    margin-bottom: 0;
    min-height: 355px;
    display: flex;
    flex-direction: column;
    justify-content: start;
}

.home-banner-slide.inner-banner-main.comh-1 h2 {
    width: 40%;
    line-height: 1.5em;
}

.comh-1 .calendar-bg {
    background: url(../../img/comh-1.jpg) no-repeat;
}

.home-banner-slide.comh-1 .owl-carousel .item:after {
    display: none;
}

.comh-4 {
    background-color: #f0f0f0 !important;
}

.comh-4 .pdf-bg.main {
    width: 100% !important;
    background: #fff !important;
    min-height: 400px;
    height: auto;
}

.comh-4 .swbtns.text-center.mt-5 {
    margin-top: 0 !important;
    text-align: center !important;
}

.comh-4 .swbtns.text-center.mt-5 a.cmn-btn {
    margin: 0 auto !important;
}

.comh-4 .cmn-ttl.aos-init.aos-animate {
    margin-bottom: 0 !important;
    margin-top: 30px;
}

.comh-4 .pdf-bg.main:hover .default-pdf {
    display: inherit;
}

.comh-4 .pdf-bg.main .default-pdf {
    width: auto !important;
    margin-bottom: 30px;
}

.comh-2 h2 {
    font-size: 51px;
    color: #00730e;
    display: block;
    margin: 0;
    font-family: 'Dubai Bold';
}

.comh-2 .row {
    justify-content: center;
}

.comh-2 .row p {
    text-align: center !IMPORTANT;
}

.comh-4 .row {
    justify-content: center;
}

.comh-4 {
    padding-top: 50px !important;
    height: auto !important;
}

.comh-3 .col-lg-5.col-md-5.relative.build-rt {
    background-color: #f0f0f0;
    color: #00730e;
}

.comh-3 .col-lg-5.col-md-5.relative.build-rt::after {
    background-color: #f0f0f0;
    color: #00730e;
}

.comh-3 h6 {
    font-size: 20px;
    font-weight: 700;
}

.comh-3 p.aos-init.aos-animate {
    color: inherit;
    font-size: 14px;
}

section.comh-3 {
    margin-top: 80px;
    margin-bottom: 80px;
}

.comh-4 .row h2 {
    font-size: 51px;
    color: #ef5151;
    display: block;
    margin: 0;
    font-family: 'Dubai Bold';
}

section.comh-4 {
    padding-bottom: 50px;
    margin-bottom: 80px;
}

.comh-5 img {
    width: 100%;
}

.hz-blogs {
    display: flex;
    width: 100%;
}

.hz-blogs .blog-cont h2 {
    font-size: 25px;
    text-align: left;
}

.hz-blogs .blog-cont {
    padding: 20px;
    background: #f8f8f8;
}

.hz-blogs .blog-cont p {
    text-align: left !important;
    margin-top: 10px !important;
    color: #656565;
}

section.comh-6 .row {
    justify-content: center;
    align-items: center;
}

section.comh-6 .row.heading-row {
    margin-bottom: 50px;
}

section.comh-6 .row h2 {
    font-size: 51px;
    color: #ef5151;
    display: block;
    margin: 0;
    font-family: 'Dubai Bold';
}

section.comh-6 {
    margin-top: 80px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.comh-6 h4 {
    color: #00730e;
    font-family: 'Dubai Bold';
    font-size: 25px;
}

.comh-6 h5 {
    color: #f04b4b;
    font-family: 'Dubai Bold';
    font-size: 25px;
    margin: 5px 0;
}

.comh-6 p {
    color: #00730e;
    font-size: 16px !important;
}

.comh-6 img {
    width: 100%;
    height: 100%;
}

section.comh-6 .row .img-col {
    padding: 0;
}

section.comh-6 .row .cont-col {
    padding-right: 40px !important;
    padding-left: 0 !important;
}

section.comh-6 .row.flex-row-reverse .cont-col {
    padding-left: 40px !important;
    padding-right: 0 !important;
}

section.comh-7 .row.heading-row {
    margin-bottom: 50px;
}

section.comh-7 .row h2 {
    font-size: 51px;
    color: #00730e;
    display: block;
    margin: 0;
    font-family: 'Dubai Bold';
}

section.comh-7 {
    margin-top: 80px;
    padding-top: 40px;
    padding-bottom: 40px;
}

section.comh-7 .row {
    justify-content: center;
    align-items: center;
}

.comh-7 .img-wrap img {
    width: 100%;
}

.comh-7 .row.why-choose-row .why-choose-cont {
    margin-left: 0;
    width: 60%;
    position: absolute;
    bottom: 10%;
    left: 3%;
}

.comh-7 .row.why-choose-row {
    position: relative;
}

.comh-7 .row.why-choose-row .why-choose-cont h2 {
    color: #fff;
    font-size: 39px;
}

.comh-7 .row.why-choose-row .why-choose-cont p {
    color: #fff;
    font-size: 20px;
    font-family: 'Messina Sans';
    line-height: 1.3em;
}

.hz-blogs.hz-blogs-2 .blog-cont {
    background: transparent;
    position: absolute;
    bottom: 0;
}

.blogz {
    position: relative;
}

.hz-blogs.hz-blogs-2 .blog-cont h2 {
    color: #fff;
    font-size: 30px !important;
}

.hz-blogs.hz-blogs-2 .blog-cont p {
    color: #fff;
    font-size: 16px;
}

.hz-blogs-2 .blogz .feature-img:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(0deg,#062c4f,transparent);
    transition: all ease .3s;
    opacity: 0;
}

.hz-blogs-2 .blogz .feature-img {
    position: relative;
}

.hz-blogs-2 .blogz:hover .feature-img:before {
    opacity: 1;
}

section.comh-9 {
    margin-top: 80px;
    padding: 40px 0px;
}

.comh-9 .client-img {
    text-align: center;
    margin-bottom: 50px;
}

.comh-9 .client-img img {
    width: 55%;
}

.comh-9 .client-cont h3 {
    font-size: 25px;
    color: #00730e;
    font-family: 'Dubai Bold';
}

.comh-9 .client-cont h4 {
    color: #000;
    font-family: 'Dubai Bold';
    font-size: 18px;
}

.comh-9 .client-cont p {
    color: #656565;
    font-size: 16px;
}

.comh-9 .client-cont {
    padding: 20px;
}

.comh-9 .row .col-lg-4 {
    position: relative;
}

.comh-9 .row .col-lg-4:before {
    content: '';
    background: #f8f8f8;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 80%;
    z-index: 1;
    border-radius: 20px;
    transform: scaleX(.97);
    transition: all ease .3s;
    box-shadow: 0 10px 20px 0 #00000040;
}

.comh-9 .row .col-lg-4:hover:before {
    box-shadow: 0 10px 20px 0 #00000052;
}

.comh-9 .client-img, .comh-9 .client-cont {
    z-index: 1;
    position: relative;
}

section.comh-10 {
    margin-top: 80px;
    padding: 40px 0;
}

.comh-10 h3 {
    color: #00730e;
    font-size: 25px;
    font-family: 'Dubai Bold';
}

.comh-10 h4 {
    font-size: 20px;
    color: #f04b4b;
    font-family: 'Dubai Bold';
}

.comh-10 p {
    color: #00730e;
    font-size: 17px;
    font-family: 'Messina Sans';
}

section.comh-10 {
    background: #f0f0f0;
}

.comh-11 img {
    border-radius: 10px;
}

.comh-11 .blogz {
    padding: 10px;
    background: #f0f0f0;
    border-radius: 10px;
}

.comh-11 .blogz .blog-cont {
    background: transparent;
    padding: 0 !important;
    margin-top: 10px;
}

.comh-11 .blogz .blog-cont p {
    margin-bottom: 20px !IMPORTANT;
}

.comh-11 .blogz .blog-cont .swbtns.text-center.mt-5 {
    margin-top: 0 !important;
    text-align: center;
}

.comh-11 .blogz .blog-cont .swbtns.text-center.mt-5 a.cmn-btn {
    justify-content: center;
}

.comh-11 .hz-blogs .blog-cont h2 {
    font-size: 22px !important;
    margin-top: 20px;
}

.comh-11 .hz-blogs .blog-cont p {
    color: #00730e;
    font-size: 16px;
    font-family: 'Messina Sans';
}

.comh-13 .ico-wrap {
    text-align: center;
    margin-bottom: 30px;
}

section.comh-13 {
    background-image: url(../../img/new-bg.jpg);
    background-repeat: no-repeat;
    padding: 40px 0;
    position: relative;
    background-size: cover;
}

section.comh-12 {
    float: unset !important;
}

.comh-13 h4.ico-head {
    text-align: center;
    color: #fff;
    font-size: 25px;
    font-family: 'Dubai Bold';
}

.researchSlider .slick-arrow {
    position: absolute;
    bottom: 2rem;
    font-size: 24px;
    color: #bfbfbf;
}

.researchSlider .slick-arrow:focus {
    outline: none;
    box-shadow: none;
}

.researchSlider .slick-arrow.pull-left {
    left: -10%;
}

.researchSlider .slick-arrow.pull-right {
    left: 0;
}

.home-fixed-elem .colleges-programs {
    background-color: rgba(0,115,14,0.1) !important;
}

.home-fixed-elem section#colleges_programs .filter-lbl {
    color: #f04b4b;
}

.ctaBox .form-control, .subscribeForm .form-control {
    height: calc(2.125rem + .75rem + 2px);
    background: transparent;
    border-radius: 0;
}

.ctaBox textarea.form-control, .subscribeForm textarea.form-control {
    height: auto;
}

.ctaBox select, .ctaBox select:focus, .ctaBox select option, .ctaBox .form-control::-webkit-input-placeholder {
    color: #ef5151;
}

.ctaBox .form-control::-moz-placeholder {
    color: #ef5151;
}

.ctaBox .form-control:-ms-input-placeholder {
    color: #ef5151;
}

.ctaBox .form-control:-moz-placeholder {
    color: #ef5151;
}

.uaTitle {
    margin-bottom: 3rem;
}

.usaInner {
    font-size: 3.188rem;
    font-weight: 800;
    margin: 0;
    line-height: normal;
    color: #00730e;
}

.uabtn {
    display: inline-block;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 2px solid transparent;
    padding: 1rem 5rem;
    font-size: 1rem;
    letter-spacing: 4.32px;
    line-height: 1.5;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.uabtn:hover, .uabtn.focus, .uabtn:focus {
    outline: none !important;
    box-shadow: none !important;
    text-decoration: none !important;
}

.uabtn-dark {
    color: #fff;
    background-color: #102940;
    border-color: #102940;
}

.uabtn-dark i {
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -ms-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
}

.uabtn-dark:hover i {
    -webkit-transform: translateX(14px);
    -moz-transform: translateX(14px);
    -ms-transform: translateX(14px);
    -o-transform: translateX(14px);
    transform: translateX(14px);
}

.uabtn-dark.focus, .uabtn-dark:focus, .uabtn-dark:hover {
    color: #102940;
    background-color: #fff;
    border-color: #fff;
    border: 1px solid #102940;
}

.uabtn-warning {
    color: #fff;
    background-color: #dd5c57;
    border-color: #dd5c57;
}

.uabtn-warning i {
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -ms-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
}

.uabtn-warning:hover i {
    -webkit-transform: translateX(14px);
    -moz-transform: translateX(14px);
    -ms-transform: translateX(14px);
    -o-transform: translateX(14px);
    transform: translateX(14px);
}

.uabtn-warning.focus, .uabtn-warning:focus, .uabtn-warning:hover {
    color: #dd5c57;
    background-color: #fff;
    border-color: #fff;
}

.interReco {
    margin-top: 4rem;
    padding-bottom: 4rem;
    background-color: #f0f0f0;
}

.interReco .irImg {
    margin-top: -4rem;
}

.interReco .uaTitle .usaInner {
    margin-bottom: 2rem;
}

.interReco .uaTitle p {
    font-size: 1.25rem;
    line-height: 36px;
    margin-bottom: 2rem;
}

.lifeAin {
    padding-top: 100px;
}

.lifeAinSlider .slick-list .slick-track {
    display: flex;
    height: 100%;
    justify-content: flex-end;
    align-items: flex-end;
}

.lifeAinSlider .slick-list .slick-slide .laItems {
    padding: 0 10px;
}

.lifeAinSlider .slick-list .slick-track .slick-slide .laItems .laiTwo {
    padding-top: 20px;
}

.lifeAinSlider .slick-list .slick-track .slick-slide .laItems img {
    display: unset !important;
    width: 100%;
}

.lifeAin .laBottom {
    padding: 80px 0 60px;
    background-color: #f0f0f0;
}

.labBox {
    height: 100%;
    padding-bottom: 63px;
}

.labBox .cmn-btn {
    position: absolute;
    bottom: 0;
    left: 0;
}

.labBox h2 {
    position: relative;
    font-size: 2rem;
    font-weight: 800;
    margin: 0 0 1.5rem 0;
    line-height: normal;
    color: #ef5151;
}

.labBox h2:before {
    content: "";
    width: 100px;
    height: 3px;
    position: absolute;
    top: -20px;
    left: 0;
}

.labBox p {
    font-size: 1.25rem;
    line-height: 36px;
    margin-bottom: 2rem;
}

.discoverai-section {
    padding-top: 100px;
    position: relative;
}

.discoverai-section .text_wrap {
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 60px;
    width: 60%;
    z-index: 1;
    text-align: left;
    margin: 0 auto;
    padding: 0 30px;
}

.discoverai-section .text_wrap h3 {
    font-size: 35px;
    color: inherit;
}

.discoverai-section .text_wrap p {
    color: inherit;
}

.center .slick-center .item {
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    -webkit-transform: scale(1.08);
    opacity: 1;
    transform: scale(1.08);
    height: 520px;
}

.center .slick-center .item .image_wrap {
    margin: 0 20px;
    transition: all ease .6s;
}

.center .item {
    opacity: 0.8;
    margin: 10px;
    padding: 2%;
    transition: all 300ms ease;
    height: 500px;
}

.center .item .image_wrap {
    height: 100%;
    transition: all 300ms ease;
}

.center .slick-slide img {
    transition: transform 0.5s;
    max-height: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.center .slick-track {
    display: flex;
    align-items: center;
}

.center.slick-list {
    height: 100%;
}

.center .slick-initialized .slick-slide.slick-center {
    padding: 0;
}

.center .slick-initialized .slick-slide {
}

.shments {
    padding: 100px 0;
}

.shmentsBox, .shmentsBox .sbImg {
    height: 500px;
}

.shmentsBox .sbCont {
    display: inline-block;
    width: 80%;
    position: absolute;
    bottom: 50px;
    left: 20px;
    padding: 10px;
    color: #00274c;
    height: 323px;
}

.shmentsBox .sbImg img {
    width: 100%;
    height: 100%;
    object-fit: 100% 100%;
}

.shmentsBox .sbImg {
    text-align: center;
}

.search-page .shmentsBox .sbCont h4 {
    font-size: 20px;
    color: #fff;
    font-family: 'Dubai Medium';
    font-weight: bold;
    letter-spacing: 2px;
}
.shmentsBox .font-weight-bold{
    font-size: 15px;
    font-family: 'Dubai Medium';
}
.shmentsBox .sbCont h4 {
    font-size: 20px;
    font-weight: 800;
    color: #00730e;
    margin-bottom: 1rem;
    color: inherit;
}

.shmentsBox .sbCont h5 {
    color: inherit;
    margin-bottom: 1rem;
}

.shmentsBox .sbCont p {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 2rem;
    font-family: 'Dubai Bold';
    color: inherit;
    height: 146px;
}

.socialWall {
    padding: 100px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.socialWall:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(5,41,66,0.8);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.socialWall .uaTitle, .swbtns, .swBox {
    position: relative;
    z-index: 2;
}

.swBox {
    position: relative;
}

.swBox:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(221,92,87,0.35);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -ms-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
}

.swBox:hover:before {
    opacity: 1;
}

.swBox .swHover {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.swBox:hover .swHover {
    opacity: 1;
}

.swBox .swIcon {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 70px;
    height: 70px;
    background-color: #dd5c57;
    display: flex;
    align-items: center;
    justify-content: center;
}

.uaTestimonilas {
    padding: 100px 0;
}

.uaTestimonilas .tesiSlider {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.tesiSlider .tsItems>img {
    display: unset;
    margin-bottom: 2rem;
}

.tesiSlider .tsCon {
    margin-bottom: 2.25rem;
}

.tesiSlider .tsCon>p {
    margin-bottom: 0;
    font-size: 1.25rem;
    line-height: 28px;
}

.tesiSlider .tsInfo>h4 {
    font-size: 1.563rem;
    color: #00730e;
    font-weight: 800;
}

.tesiSlider .tsInfo>h4>small {
    display: block;
    margin-top: .25rem;
    font-size: 1.25rem;
    color: #939393;
}

.ctaSection {
    padding: 100px 15px;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 100px;
    background-size: cover;
}

.ctaBox {
    max-width: 1260px;
    padding: 4rem;
    margin: 0 auto;
    background: rgba(255,255,255,0.5) 0% 0% no-repeat padding-box;
    opacity: 1;
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
}

.ctaBox .row {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}

.ctaBox .form-control {
    border-color: rgba(239,81,81,0.65);
}

.clients {
    padding: 3rem 0;
}

.clientsSlider img {
    max-width: 100%;
    height: 150px;
    object-fit: contain;
}

.clientsSlider .slick-list .slick-slide .csItems {
    text-align: center;
    min-height: 125px;
}

.clientsSlider .slick-list .slick-slide .csItems>a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 125px;
}

.clientsSlider .slick-list .slick-slide .csItems>a>img {
    display: unset;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -ms-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
}

.clientsSlider .slick-list .slick-slide:hover .csItems>a>img {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
}


.customFooter {
    position: relative !important;
    float: none !important;
    width: 100%;
}

.customFooter {
    padding-top: 4rem;
    background-color: #1e1e1e;
    float: left;
    height: auto;
    border-top: #C80036 solid 4px;
}

.customFooter:after {
    content: '';
    width: 100%;
    height: 100%;
    background: url(../img/ftr-pattern.svg);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.01;
}

.cftTitle {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 2rem;
    text-align: center;
    font-family: 'Dubai Bold';
}

.cftLinks {
    display: flex;
    flex-wrap: wrap;
    font-family: 'Dubai Bold';
}

.cftLinks>a {
    flex: 0 0 32%;
    color: #ffffff;
    padding-bottom: 2px;
    font-size: 16px;
    font-family: 'Dubai Regular';
    background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.3), transparent);
    display: block;
    margin: 1px;
    text-align: center;
    line-height: 30px;
    border-radius: 12px;
}
.newTitles{
    background-image: linear-gradient(to right, transparent, #DC143C, transparent);
    text-align: center;
    color: #ffffff !important;
}
.cftLinks a:hover {
    text-decoration: none !important;
    color: #b00303;
}

.cfMedia {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 3rem 0 2rem 0;
    font-family: 'Dubai Bold';
}

.cfMedia a:hover {
    display: inline-block;
    background: #ef5151;
}

.subscribeForm .form-control {
    border-color: #fff;
}

.library-search .form-control {
    border-color: transparent;
}

.library-search {
    background: #ffffff94;
    border-radius: 0;
}

.subscribeForm .input-group-append button {
    border-radius: 0;
    color: #00730e;
    font-weight: 600;
    letter-spacing: 4.32px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.cfmRight {
    padding-left: 2rem;
}

.cffollowers {
    display: flex;
    align-items: center;
}

.cffollowers>a {
    padding-right: 1.5rem;
}

.cffollowers>a:last-child {
    padding-right: 0;
}

.dfContact p {
    font-size: 1rem;
    line-height: 24px;
    color: #fff;
    margin: 0;
    text-align: justify;
}

.cfBottom {
    background-color: #ef5151;
    padding: 2.2rem 1rem;
}

.cfbLinks {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cfbLinks>a, .cfbLinks>span {
    color: #fff;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    position: relative;
    font-size: 1.25rem;
}

.cfbLinks>a:after {
    width: 2px;
    height: 22px;
    background-color: #fff;
    content: "";
    position: absolute;
    right: 0;
    top: 4px;
    top: 0;
    bottom: 0;
    height: 100%;
}

.cfbLinks>a:hover {
    text-decoration: underline !important;
}

.media-center-businees .research-text a {
    min-width: 250px !important;
}

.blogz a.cmn-btn {
    min-width: auto;
    max-width: 250px;
    width: 100%;
}

.hz-blogs .blog-cont p {
    min-height: 150px;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.hz-blogs .blog-cont p::-webkit-scrollbar {
    display: none;
}

.swbtns.mt-5 {
    margin-top: 2rem !important;
}

.swbtns.text-center.mt-5 {
    width: 100%;
}

.cfTop {
    padding: 0 0 2rem 0;
}

.accordion .accordion--content, .accordion li.open .accordion--content {
    display: none;
}

.accordion .fa-plus:before {
    color: #fff;
}

.open > .accordion--headline i:before {
    content: "\f068";
}

.accordion {
    background: #082942;
    padding: 10px;
    color: #fff;
    position: sticky;
    top: 150px;
    list-style: none;
}

.accordion li {
    list-style: none;
    padding-top: 5px;
    position: relative;
    cursor: pointer;
}

.accordion ul {
    padding: 0;
}

.accordion .accordion--headline {
    font-size: 16px;
    padding: 0;
    font-family: 'Messina Sans' !important;
}

.accordion i {
    position: absolute;
    right: 0;
}

.accordion--headline {
    position: static;
}

.accordion a, .accordion a {
    color: #fff;
    line-height: 34px;
}

.accordion_container p {
    font-size: 16px;
    text-transform: capitalize;
    margin-bottom: 0;
}

.column-menu-left, .column-menu-right {
    display: flex;
    flex: 1;
    height: 3em;
}

.column-menu-right {
    justify-content: flex-end;
}

.menu-icons a {
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
}

.menu-drawer.toggled {
    transform: translate(-100%,0);
}

.menu-drawer ul {
    flex-direction: column;
}

.menu-drawer li ul {
    visibility: hidden;
    height: 0;
    min-width: 100%;
    opacity: 0;
    overflow: hidden;
    flex-direction: column;
}

.menu-drawer li ul.toggled {
    visibility: visible;
    opacity: 1;
}

.menu-zee * {
    transition-duration: 0.25s;
}

.menu-zee {
    color: #fff;
    position: sticky;
    top: 150px;
}

ul.toggled a.active {
    background: #294664;
    color: #ef5151 !important;
}

ul.toggled a.active:after {
    color: white;
}

.menu-zee .menu-drawer ul li {
    list-style: none;
    padding: 0;
}

.menu-zee .menu-drawer ul {
    background: #092942;
    color: white;
    padding-left: 0px;
}

.menu-zee .menu-drawer ul li a {
    font-weight: bold;
    color: #ffffff;
    display: block;
    font-size: 1.1em;
    line-height: normal;
    padding: 8px 10px;
}

.menu-zee .menu-drawer > ul > li > a {
}

.menu-zee .menu-drawer li ul.toggled li a {
    font-weight: 200;
    transition: 0.3s ease-in-out;
    text-transform: capitalize;
}

.menu-zee .menu-drawer li ul.toggled li a:hover {
    background: #294664;
}

.menu-zee .menu-drawer > ul {
    padding: 20px;
}

.menu-zee a[href="#"] {
    position: relative;
}

.menu-zee a[href="#"]:after {
    content: '\f067 ';
    font-family: 'FontAwesome';
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    transition: 0.3s ease-in-out;
    font-size: 18px;
    font-weight: 200;
}

.menu-zee a.toggled[href="#"]:after {
    content: '\f068';
    transform: translateY(-50%) rotate(360deg);
}

.news_lists {
    padding-top: 25px;
}

.news_list {
    padding: 25px 0;
    border-bottom: 1px solid #eee;
}

.nm_heading {
    font-size: 32px;
    font-weight: bold;
    color: #00730e;
    margin-bottom: 0;
}

.news_thumb {
    overflow: hidden;
}

.news_thumb img {
    max-width: 100%;
    box-shadow: 0 0 11px 2px #eee;
}

.news_title {
    font-size: 22px;
    font-weight: 700;
    color: #00730e !important;
    font-family: 'Dubai Bold';
}

.news_date {
    font-size: 16px !important;
    color: #f04b4b !important;
    margin-bottom: 6px;
    font-family: 'Dubai Bold';
}

.news_date span {
    font-weight: 900;
    color: #00730e;
}

.news_list .std-blue-heading {
    margin-bottom: 4px;
}

.news_lists.archive {
    padding-top: 0;
}

.nws_date {
    color: #fff;
    background: #f04b4bc2;
    display: inline-block;
    padding: 0px 8px;
    font-size: 13px;
    font-family: 'Dubai Bold';
    margin-bottom: 8px;
}

.page_uaeus .header-top {
    background: rgb(5 41 66);
}

.page_uaeus .breadcrumbs {
    position: relative;
    top: 130px;
}

.top_search {
    margin-top: 130px;
    padding: 80px 0;
    background-color: #e4e3e3;
}

.search_wraper {
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
}

.search_box {
    height: 80px;
    background: #ffffff;
    box-shadow: 0px 8px 24px #00000014;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 20px;
}

.search_input {
    height: 100%;
    padding: 30px 40px;
    box-sizing: border-box !important;
    width: calc(100% - 180px);
    outline: none;
    border: none;
    font-size: 20px;
    font-family: 'Dubai Regular';
    color: #00730e;
}

.search_input::placeholder {
    color: #00730e;
}

.search_btn {
    background: #f04b4b;
    color: #ffffff;
    height: 100%;
    width: 220px;
    border-radius: 0;
    font-size: 20px;
    font-family: 'Dubai Regular';
    border: none;
    outline: none !important;
}

.search_btn .s_icon {
    margin-right: 24px;
    font-size: 25px;
    font-weight: 600;
    vertical-align: middle;
}

.advs_btn {
    width: 262px;
    height: 60px;
    margin: 60px auto;
    display: block;
    border: 1px solid #f04b4b;
    background-color: #f04b4b;
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 4.32px;
    font-family: 'Dubai Regular';
    font-weight: 500;
    line-height: 60px;
    text-align: center;
    transition: .3s ease-in-out;
    cursor: pointer;
    user-select: none;
}

.advs_btn:hover {
    background-color: #ffffff;
    color: #f04b4b;
}

.advs_btn:focus > i {
    transform: rotate(90deg);
}

.advs_btn > i {
    transition: .3s ease-in-out;
}

.advsf_wraper {
    background: #ffff;
    padding: 20px 45px;
    filter: drop-shadow(0px 8px 24px #00000014);
}

.advsf_list {
    list-style: none;
    padding-left: 15px;
    margin-top: 15px;
}

.advsf_list a {
    line-height: 25px;
    font-size: 16px;
    display: block;
    font-family: 'Messina Sans';
    font-weight: 400;
    color: #00730e;
}

.advsf_list a:hover {
    color: #f04b4b;
}

.cmn-ttl.pt-5.jzy {
    margin-bottom: 0;
}

.alumni-slider .col-lg-4.col-sm-12 {
    display: flex !important;
    width: auto !important;
}

.dots-styling .slick-dots li button:before, .slick-dots li.slick-active button:before {
    color: transparent;
}

.dots-styling .slick-dots li {
    width: 35px;
    height: 5px;
    background: #00730e;
    padding: 0;
    display: inline-block;
    transition: .5s ease all;
}

.dots-styling .slick-dots {
    bottom: -50px;
}

.dots-styling li.slick-active {
    background: #ef5151;
    width: 45px;
    transition: .5s ease all;
}

img.centered_img {
    width: 100%;
}

.it-1 .feedback-sec .main-flex {
    margin-bottom: 20px !important;
}

.h-600 {
    height: 600px;
    object-fit: cover;
    object-position: top;
}

.college-inner-body-main.admission-1 > div {
    clear: both;
}

.admission-1.inner-2-main-text {
    padding-left: 0;
}

.admission-1 .graduate-text {
    width: 40%;
    top: 20%;
    left: 10%;
    float: left;
    padding: 120px 80px;
}

.admission-1 .card {
    border-bottom: 0;
    border-top: 0;
    padding: 10px 14px;
    border: 0;
}

.admission-1 .accordion {
    padding: 0;
}

.admission-1 .admision-acordian-side-text p {
    line-height: 32px;
}

.admission-1 .cmn-ttl {
    clear: both;
}

.admission-1 .announcement-sec.main.py-5 {
    clear: both;
}

.admission-1 .w-60 {
    width: 70%;
    float: right;
}

.admission-1 div#heading5 {
    border-bottom: 0;
}

.admission-1 .addmision-acordian .nav-link.active {
    background: #f04b4b;
    color: white;
}

.admission-1 .addmision-acordian div#v-pills-tab {
    border-right: 1px solid #c9c6c1;
}

.admission-1 .addmision-acordian .nav-link {
    display: block;
    padding: 28px 30px;
    border-bottom: 1px solid #c9c6c1;
}

.admission-1 .addmision-acordian .nav-link:last-child {
    border-bottom: 0;
}

.admission-1 .international-students-bg {
    padding: 140px 181px;
}

.admission-1 .graduate-sec {
    width: 100%;
}

section.graduate-sec1 {
    position: relative;
    width: 100%;
    height: auto;
}

section.graduate-sec1 .graduate-text {
    left: 50% !important;
}

.admission-1 section.international-students-sec {
    width: 100%;
}

.overview-all {
    background: white;
}

.overview-all .swbtns {
    margin-top: 25px;
}

.overview-all .cmn-btn {
    margin: 0 auto;
}

.dean-inner .row {
    align-items: center;
}

.dean-inner .cmn-ttl {
    padding: 30px 20px;
    text-align: left;
}

.overlay-on-img {
    margin-bottom: 60px;
    margin-top: 60px;
}

.overlay-on-img p.f-18 {
    color: white;
}

section.inner-event-section {
    margin-bottom: 50px;
    clear: both;
}

.faq-sec {
    margin-top: 30px;
}

.vertical-tabs .tab-pane {
    transform: translateX(250px);
    opacity: 0;
}

.vertical-tabs .tab-pane.active {
    animation: 0.5s zoomleft forwards;
}

.vertical-tabs {
    padding: 50px 0;
}

.vertical-tabs .nav {
    flex-direction: column;
}

.faq-sec h2 {
    text-align: center !important;
}

.research_faqs {
    padding: 50px 0;
}

.research_faqs .card-header {
    padding: 0;
}

button.btn-research-accordian {
    width: 100%;
    text-align: inherit;
    padding: 14px;
    text-decoration: none;
    background-color: #91979b !important;
    border: none !important;
    outline: none !important;
    color: #fff;
    border-radius: 0px !important;
    transition: all 0.5s ease-in-out;
}

button.btn-research-accordian[aria-expanded="true"] {
    background-color: rgb(5,41,66) !important;
}

.research-acc-title {
    width: 90%;
    float: left;
    text-align: left;
}

span.arrow-right-2 i {
    padding-right: 10px;
}

.pro-col .colleges-programs-tab-2 a:after {
    filter: invert(1);
}

.colleges-programs-tab-1 {
    background-color: #e1f6ec !important;
}

.contact-card-main {
    padding: 50px 0 60px 0;
}

.contact-box a:hover {
    color: #00730e;
}

.contact-box a span {
    display: block;
}

.all-banner-text p {
    color: #ffffff;
    margin: 20px 0;
}

.est_section {
    padding: 80px 0 10px 0;
}

.est_section h2 {
    font-size: 45px;
    font-weight: 800;
    margin-bottom: 30px;
    line-height: 1em;
    text-align: center;
    color: #ef5151;
}

.est_section p {
    font-size: 16px;
    color: #00730e;
}

.accor-inner-head {
    color: #ef5151;
    font-size: 45px;
    font-weight: 800;
    margin-bottom: 15px;
    text-align: center;
}

.research_faqs .owl-nav {
    color: #00730e;
    font-weight: 900;
}

.research_sec {
    padding: 40px 0;
}

.research_sec .cmn-btn {
    margin-top: 1.5rem;
}

.btn-arrow-vertical button.slick-arrow:before {
    content: 'â€º';
    position: absolute;
    color: black;
    height: 100%;
    width: 100%;
    font-size: 80px;
    font-family: 'Messina Sans';
}

.btn-arrow-vertical button.slick-arrow {
    transform: rotate(269deg);
    content: 'â€º';
    position: absolute;
    top: 0;
    right: -60px;
    left: auto;
    font-family: 'Messina Sans';
}

.equipment-sec {
    padding: 50px 0;
}

.equipment-sec .hz-vertical .owl-nav {
    position: static;
}

.equipment-sec .hz-vertical button.owl-prev {
    top: 30% !important;
    transform: rotate(90deg);
    position: absolute;
    font-size: 45px;
    right: 25px;
    border: 0;
    left: auto;
    outline: none;
}

.equipment-sec .hz-vertical button.owl-next {
    top: 0% !important;
    transform: rotate(90deg);
    position: absolute;
    font-size: 45px;
    right: 25px;
    border: 0;
    left: auto;
    bottom: 0;
    outline: none;
}

.equipment-sec .hz-vertical p {
    font-size: 20px;
    line-height: 23px;
    color: #00730e;
}

.media_center {
    padding: 40px 0;
}

.team-sec {
    padding: 40px 0;
}

.team-sec .swbtns {
    display: block;
    margin: 35px 0 0 0;
}

.team-sec .swbtns a {
    margin: 0 auto;
}

.team-sec .owl-nav {
    display: none !important;
}

.team-sec .owl-dots {
    margin-top: 30px;
}

.equipment-sec .hz-vertical .owl-dot, .research_faqs .hz-vertical .owl-dot {
    display: none !important;
}

.new-student-hybrid-orientation-bg {
    height: 80vh;
}

.news-archive-banner {
    background-size: cover;
}

.news-archive-section .list-wrapper .list-item {
    margin-bottom: 30px;
}

.news-archive-section .evnt-cont h6 {
    font-size: 34px;
    line-height: 34px;
    padding-right: 90px;
    font-weight: 600;
    margin-bottom: 30px;
}

.news-archive-section .cmn-btn:hover {
    max-width: 220px !important;
}

.news-archive-banner .home-banner-text {
    width: 100%;
}

.news-archive-banner:before {
    background: none;
}

.news-archive-section .cmn-ttl {
    margin-bottom: 0;
}

.top-alert {
    background: #072942;
}

.top-alert .alert {
    display: flex;
    justify-content: center;
    margin: 0;
    border: transparent;
    background: transparent;
}

.top-alert p {
    color: white;
    margin: 0;
    display: inline-block;
}

.top-alert .container-fluid {
    position: relative;
}

.top-alert .alert-dismissible .close {
    padding: 0;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    opacity: 1;
    font-size: 50px;
    font-weight: 300;
}

.top-alert .alert-dismissible .close:focus {
    outline: none;
    border: none;
}

.top-alert p i {
    padding-right: 10px;
}

.text-large {
    font-size: 106% !important;
}

.text-medium {
    font-size: 103% !important;
}

.text-normal {
    font-size: 100% !important;
}

.resizer {
    display: inline-block;
}

input, textarea, select {
    cursor: pointer;
}

a {
    cursor: pointer !important;
}

.fancyWalaModal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8);
    z-index: 10000;
    display: none;
}

.fancyWalaModalIn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
    padding: 40px 60px;
    width: 900px;
    height: 550px;
    overflow: hidden;
}

.fancyWalaModalIn .slick-track, .fancyWalaModalIn .slick-slide {
    min-width: 780px;
}

span.closeFancy {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background: red;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    color: white;
}

div.hiddenDiv.userPopupDiv {
    display: none;
}

.fancyWalaModalIn button.slick-arrow, .leaderShipSlider .slick-arrow {
    background: #000;
    padding: 0;
    position: absolute;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 0;
    z-index: 9999;
}

.slick-arrow {
    color: black;
    width: 40px;
    height: 40px;
}

.fancyResult.slider.slick-slider {
    position: static;
}

.fancyWalaModalIn button.slick-arrow:before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    line-height: 0;
    margin-top: 2px;
    z-index: 9999;
}

.fancyWalaModalIn button.slick-next.slick-arrow {
    left: auto;
    right: 0;
}

.leaderShipSlider .slick-next {
    right: -15px;
    left: auto;
}

.leaderShipSlider .slick-prev {
    left: -15px;
}

.inner-banner .college-of-law {
    height: 85vh;
}

.spotlight-slider .slick-slide {
    margin: 0 15px;
}

section.spotlight {
    padding-bottom: 80px;
}

.popupHeader {
    display: flex;
    align-items: start;
    border-bottom: 1px solid #9a9a9a61;
    justify-content: space-between;
    padding-bottom: 36px;
}

.popupLeftImage img {
    max-width: 100%;
    image-rendering: -webkit-optimize-contrast;
}

.popupLeftImage {
    max-width: 110px;
}

.popupTitleDetails h3 {
    margin-top: 10px;
    font-size: 32px;
    max-width: 500px;
    font-weight: 700;
    color: #343a40;
}

.popUpDescription {
    padding-top: 30px;
    overflow-y: scroll;
    height: 320px;
}

.popUpDescription p, .popUpDescription li {
    color: #444;
    line-height: 24px;
}

.popUpDescription h4 {
    color: #343a40;
    font-weight: 700;
}

a.fancybox img {
    margin: 0 auto 20px;
}

a.fancybox .heading {
    max-width: 170px;
    display: block;
    margin: 0 auto;
}

a.fancybox:hover .heading {
    color: #082942;
}

.grayscale-invert {
    filter: grayscale(1);
}

.modal-alert .modal-title {
    font-size: 20px;
    color: black;
    font-weight: 700;
}

.modal-alert .close {
    font-size: 45px;
    padding: 0;
    top: 23px;
    position: absolute;
    right: 30px;
    opacity: 1;
    font-weight: 400;
    color: #f04b4b;
}

.modal-alert .close:focus {
    outline: none;
    border: none;
}

.modal-alert .modal-header {
    position: relative;
}

.modal-alert .modal-body p {
    font-size: 16px;
    line-height: 20px;
    margin: 10px;
}

button.alert-yes {
    background: black;
    color: white;
    border-radius: 0.25rem;
    padding: 0;
    margin: 0;
}

.modal-alert .modal-footer button:last-child {
    font-size: 15px;
    padding: 8px 20px;
    margin: 0;
    line-height: normal;
}

.modal-alert .modal-footer button a {
    color: white;
    font-size: 15px;
    padding: 8px 20px;
    line-height: normal;
}

.modal-alert .modal-footer button a:hover {
    text-decoration: none;
}

.modal-alert .modal-footer {
    align-items: stretch;
    gap: 10px;
    justify-content: center;
}

.modal-alert .modal-content {
    transform: translateY(-150%);
    transition: all .4s ease;
}

.modal-alert.show .modal-content {
    transform: translateY(60px);
}

ul.bannerBottomBtnsWrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: end;
    justify-content: space-between;
    z-index: 1;
}

.bannerBottomBtnsWrap li a {
    display: block;
    text-align: center;
    background: #ef5151;
    padding: 15px 20px;
    color: #fff;
    font-size: 1.250em;
    transition: all 0.3s ease-in-out;
}

ul.bannerBottomBtnsWrap li {
    list-style: none;
    max-width: 25%;
    flex: 0 0 24.8%;
}

.heading-text {
    padding-top: 90px;
}

.round-block-style-1 .topBlock span {
    font-size: 24px;
    width: 90px;
    height: 90px;
    margin: 0 auto 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00730e;
    color: white;
    transition: all .3s ease;
    cursor: pointer;
}

.bottomBlock p {
    font-size: 1.25rem;
    line-height: 36px;
    margin-bottom: 2rem;
    text-align: center;
}

.round-block-style-1 {
    padding: 30px;
}

.historykeyslider .slick-slide {
    margin: 0 20px;
}

.round-block-style-1 .topBlock span:hover {
    box-shadow: 0 10px 15px 1px #00000036;
}

.historykeyslider .slick-arrow, .factsFiguresSlider .slick-arrow {
    background: black;
    z-index: 999;
}

.Accreditiation {
    background: url('../img/bg8.jpg') center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    padding: 100px 0;
    text-align: center;
    z-index: 1;
    color: white;
}

.Accreditiation::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(7 41 66 / 71%);
    z-index: -1;
}

.Accreditiation .cmn-ttl h2, .Accreditiation a {
    color: white;
}

.Accreditiation .labBox {
    padding-bottom: 0;
}

.Accreditiation .labBox p {
    max-width: 1160px;
    margin: 0 auto 70px;
}

.Accreditiation .labBox i {
    font-size: 20px;
    margin-right: 10px;
}

.acc-btn .cmn-btn {
    position: static;
    margin: 90px auto 0;
    max-width: 200px !important;
    height: 55px !important;
}

.twooverlaybox .red-overlay {
    background: url('../img/student-success-bg.jpg') center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: 1;
}

.twooverlaybox .white-overlay {
    background: url('../img/distinguished-alumni-bg.jpg') center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: 1;
}

.twooverlaybox .blue-overlay {
    background: url('../img/student-success-bg.jpg') center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: 1;
}

.red-overlay::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,91,91,0.8);
    z-index: -1;
}

.white-overlay::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(243,243,243,0.9);
    z-index: -1;
}

.blue-overlay::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(19,34,51,0.8);
    z-index: -1;
}

.overlay-inner {
    text-align: center;
    padding: 80px 60px;
}

.overlay-inner p {
    font-size: 20px;
}

.overlay-inner h2 {
    font-size: 40px;
}

.overlay-inner .cmn-ttl {
    margin-bottom: 20px;
}

.red-overlay, .red-overlay h2 {
    color: white;
}

.red-overlay .btn-uaeu {
    background: white;
}

.red-overlay .btn-uaeu:hover {
    color: black;
}

.blue-overlay, .blue-overlay h2 {
    color: white;
}

.blue-overlay .btn-uaeu {
    background: white;
}

.blue-overlay .btn-uaeu:hover {
    color: black;
}

.plans-inner {
    border: 1px solid #162735;
    box-shadow: 5px 5px 15px 1px #16273547;
    border-radius: 8px;
    min-height: 260px;
    text-align: center;
    margin: 0 10px;
    padding: 30px 20px;
    position: relative;
    z-index: 1;
    cursor: pointer;
    overflow: hidden;
}

.plans-inner:hover .plans-img {
    background: white;
}

.plans-inner:hover .plans-img img {
    filter: brightness(0) invert(0);
}

.plans-inner:hover h2 {
    color: white;
}

.plans-inner:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    transition: all .3s ease;
    z-index: -1;
    background: #162735;
}

.plans-inner:hover:before {
    height: 100%;
}

.plans-img {
    background: #162735;
    max-width: 80px;
    height: 80px;
    padding: 20px;
    border-radius: 50%;
    margin: 0 auto 30px;
}

.plans-img img {
    width: 100%;
    height: 100%;
    image-rendering: -webkit-optimize-contrast;
}

.plans-inner h2 {
    font-size: 21px;
    font-weight: 600;
}

section.all-plans {
    padding: 120px 0;
}

.factInner {
    background: #f6f6f6;
    text-align: center;
    padding: 10px 10px;
    position: relative;
    height: 180px;
    transition: all 0.3s ease-in-out;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    overflow: hidden;
    z-index: 1;
}

.factInner .verticalMiddle {
    left: 0;
    width: 100%;
    padding: 10px;
}

.factInner p {
    margin: 0;
    letter-spacing: 0;
    color: #00730e;
    line-height: 1.3;
    font-weight: 600;
}

.factInner .title {
    display: block;
    opacity: 1;
    color: #00730e;
    line-height: 1;
    margin: 10px 0;
    font-size: 2.2em;
    font-weight: 700;
}

.factsFiguresSlider .slick-slide {
    margin: 0 3px;
}

.factfigureright li a {
    font-size: 24px;
    font-weight: 500;
    align-items: center;
}

.factfigureright li {
    list-style: none;
    padding: 40px 20px;
    background: #f6f6f6;
    border-radius: 8px;
    margin-bottom: 20px;
    transition: all .3s ease;
}

.factsFiguresSlider .slick-prev {
    left: -50px;
}

.factsFiguresSlider .slick-next {
    right: -50px;
}

section.facts-figure .container-1440 > .row {
    margin-top: 70px;
}

.factfigureright li img {
    max-width: 40px;
    image-rendering: -webkit-optimize-contrast;
    margin-right: 25px;
}

.factfigureright li a:hover {
    color: #082942;
}

section.facts-figure {
    padding: 40px 0 100px 0;
}

.factInner:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #162735;
    transition: all .3s ease;
    z-index: -1;
}

.factInner:hover:before {
    width: 100%;
}

.factInner:hover * {
    color: white;
}

.factInner * {
    transition: all .3s ease;
}

.factfigureright li:hover {
    background: #162735;
}

.factfigureright li:hover * {
    color: white;
}

.factfigureright li:hover img {
    filter: brightness(0) invert(1);
}

.quick-inner {
    display: flex;
    align-items: center;
    gap: 18px;
    position: relative;
    z-index: 1;
}

.quick-inner i {
    font-size: 2em;
    line-height: .03125em;
    vertical-align: -0.185em;
    font-weight: bold;
    color: #082942;
}

.quick-inner:hover i {
    color: white;
}

.quick-inner .img {
    background: url(../img/quick-linkgbg.png) no-repeat;
    background-size: cover;
    flex: 0 0 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quick-inner .img img {
    max-width: 55px;
    image-rendering: -webkit-optimize-contrast;
}

.quick-inner h2 {
    color: #00730e;
    font-family: 'Dubai Bold';
    font-size: 24px;
    margin: 0;
}

.quick-links .row {
    row-gap: 70px;
}

section.quick-links {
    padding: 120px 0;
}

.quick-inner:before {
    content: '';
    position: absolute;
    left: -10px;
    top: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    background: #082942;
    border-radius: 10px;
    opacity: 0;
    transform: translateY(20px);
    transition: all .4s ease;
    z-index: -1;
}

.quick-inner:hover:before {
    opacity: 1;
    transform: none;
}

.quick-inner:hover img {
    filter: brightness(0) invert(1);
}

.quick-inner:hover h2 {
    color: white;
}

.fancyslider-sec {
    padding: 20px 0 60px;
}

.fancyslider-sec .cmn-ttl {
    margin-bottom: 80px;
}

.fancyslider-sec a.fancybox img {
    min-width: 280px;
}

.fancyslider-sec a.fancybox .heading {
    max-width: 280px;
    color: #00730e;
    font-weight: 700;
    line-height: 23px;
    margin-bottom: 5px;
}

.fancyslider-sec span.subHeading {
    font-size: 15px;
    line-height: 20px;
    max-width: 300px;
    display: block;
    margin: 0 auto;
}

a.fancybox:hover span.subHeading {
    color: #082942;
}

.aboutinnerfancybox .slick-arrow {
    top: 50%;
}

.fancyWalaModalIn .aboutinnerfancybox .slick-prev {
    left: -60px;
}

.fancyWalaModalIn .aboutinnerfancybox .slick-next.slick-arrow {
    right: -60px;
    left: auto;
}

.aboutinnerfancybox {
    height: 100%;
}

.popupTitleDetails h2 {
    font-size: 17px;
}

.twooverlaybox .overlaybox-row .red-overlay {
    background: url(../img/global-bg.jpg) center center no-repeat;
    background-size: cover;
}

.twooverlaybox .overlaybox-row .white-overlay {
    background: url(../img/relations-bg.jpg) center center no-repeat;
    background-size: cover;
}

section.profile-header {
    background: #e4e3e3;
    padding: 30px 0;
    position: relative;
}

.profile-img {
    max-width: 425px;
    height: 425px;
    border-radius: 50%;
    margin: 0 auto;
    overflow: hidden;
}

.profile-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    image-rendering: -webkit-optimize-contrast;
}

.profile-center-content h2 {
    color: #00274c;
    font-size: 40px;
}

.profile-center-content {
    font-family: 'Dubai Regular' !important;
    padding-bottom: 70px;
}

.profile-center-content h3 {
    font-size: 20px;
    color: #00730e;
    font-family: 'Dubai bold' !important;
    margin-bottom: 40px;
}

.contact-info a {
    font-size: 25px;
    color: #00730e;
}

.contact-info i {
    color: black;
}

.contact-info p {
    margin-bottom: 20px;
}

.profile-top-social ul {
    padding: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.profile-top-social ul li {
    list-style: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00274c;
}

.profile-top-social ul li a {
    color: white;
}

.profile-top-social ul li a i {
    font-size: 15px;
}

.profile-top-social h3 {
    text-align: center;
    font-size: 25px;
    font-family: 'Dubai bold' !important;
}

ul.profile-tabs {
    padding: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: end;
    flex-flow: wrap;
    width: 100%;
    margin: 0;
    gap: 2px;
}

ul.profile-tabs li {
    list-style: none;
    flex-basis: 293px;
    background: #00274c;
    text-align: center;
}

ul.profile-tabs li a {
    color: white !important;
    font-size: 14px;
    font-family: 'Dubai bold' !important;
    display: block;
    padding: 20px 0;
}

ul.profile-tabs li a img {
    margin-right: 10px;
}

ul.profile-tabs li a.active {
    background: #f04b4b;
}

section.profile-content-sec {
    padding: 40px 0;
}

section.profile-content-sec h2 {
    text-align: center;
    margin-bottom: 30px;
}

section.profile-content-sec li {
    color: #072942;
    font-family: 'Dubai Regular';
    margin-bottom: 20px;
}

section.profile-content-sec li::marker {
    color: #ef5151;
}

.featured-slider .slick-slide {
    margin: 0 10px;
}

.featured-btn {
    text-align: center;
}

.featured-slider .shmentsBox .sbImg img {
    height: 600px;
    object-fit: cover;
}

.featured-slider .slick-arrow {
    background: #072942;
}

.featured-slider .slick-prev {
    left: -50px;
}

.featured-slider .slick-next {
    right: -50px;
}

.counter-search {
    background: #002344;
}

.counter-search .key-facts-inner-body h2 {
    color: #ffffff;
    text-transform: capitalize;
    opacity: 1;
    font-weight: 900;
    font-size: 40px;
    line-height: 45px;
    margin: 5px 0 0 0px;
    padding-left: 0;
    font-family: 'Dubai Bold';
}

.counter-search .research-items::before {
    content: '';
    position: absolute;
    z-index: 2;
    left: 0;
    top: 25%;
    background-image: url(../img/search-before.PNG);
    width: 100%;
    height: 80px;
    background-repeat: no-repeat;
    background-size: contain;
}

.counter-slider .col-lg-3 {
    flex: 0 0 100%;
    max-width: 100%;
}

.quick-link-row .quick-inner h2 {
    font-size: 20px;
}

#research-opp-slider .oppor-main img {
    display: none;
}

#research-opp-slider .slick-dots li {
    width: 40px;
    height: 6px;
    background: #000;
    height: 6px;
    transition: all .3s ease;
}

#research-opp-slider .slick-dots li button:before {
    display: none;
}

#research-opp-slider li.slick-active {
    background: #f04b4b !important;
    width: 50px;
}

#research-opp-slider .slick-dots {
    bottom: -45px;
}

section.research-oppurtunity {
    padding: 40px 0;
}

#research-opp-slider .slick-arrow {
    background: #072942;
}

.image-text-section .overlay-img-col {
    background-size: cover;
}

section.image-text-section {
    background: #072942;
}

section.image-text-section * {
    color: white;
}

section.quick-links {
    padding: 30px 0 80px;
}

.feature-project-sec {
    padding-top: 0 !important;
}

.research-page .heading-text {
    padding-top: 40px;
}

.feature-img img {
    max-width: 425px;
    height: 285px;
    object-fit: cover;
}

.research-page .hz-blogs .blog-cont {
    min-height: 360px;
}

.research-page .events-text p {
    min-height: 60px;
}

section.profile-header .row {
    align-items: center;
}

.search-area-bottom form {
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-area-bottom input[type="text"] {
    width: 80%;
    border-radius: 0;
    outline: none;
    border: 1px solid #072942;
    padding: 2px 15px;
    height: 45px;
    line-height: 45px;
    margin: 0;
}

.search-area-bottom input[type="text"]:focus {
    border-color: rgba(9,55,89,0.8);
    box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset, 0 0 8px rgba(9,55,89,0.6);
    outline: 0 none;
}

.search-area-bottom button {
    border: 0px solid #072942;
    width: 20%;
    color: #fff;
    background: #072942;
    height: 45px;
    margin: 0;
}

.find-frm.find-pro .colleges-programs-tab-4-inner {
    width: 32%;
    padding: 0px;
}

.find-frm.find-pro .colleges-programs-tab-4-inner:first-child {
    width: 30%;
    border-right: 1px solid #707070;
    padding-right: 40px;
}

.find-frm.find-pro .colleges-programs-tab-4-inner {
    border-right: 1px solid #707070;
    min-height: 100px;
}

.find-frm.find-pro .colleges-programs-tab-4-inner:last-child {
    border-right: 0px solid #707070;
}

.button.bcustom-select.select_pk {
    padding-right: 30px;
    appearance: none;
    background: url(../img/arrow-down-drk.svg) no-repeat;
    background-size: 12px 12px;
    background-position: 97% center;
    background-color: transparent;
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #6d6d6d;
    font-size: 18px;
    color: #6d6d6d;
    padding-left: 0px;
    outline: none;
    width: 100%;
    text-align: left;
}

.colleges-programs-tab-4-inner button.bcustom-select.select_pk {
    border: none;
    width: 100%;
    text-align: left;
    outline: none;
    border-bottom: 1px solid;
}

.colleges-programs-tab-4-inner button.bcustom-select.select_pk:focus {
    border-color: rgba(9,55,89,0.8);
    box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset, 0 0 8px rgba(9,55,89,0.6);
    outline: 0 none;
}

.colleges-programs-tab-4-inner .dropdown-menu.show {
    width: 100%;
}

.colleges-programs-tab-4-inner .dropdown-menu button {
    outline: none;
    background: white;
    color: #000;
}

.dropdown-menu {
    transform: translate3d(5px,35px,0px) !important;
}

.profile-header-new {
    background: #e4e3e3;
    padding: 4rem 0rem 0rem 0rem;
    position: relative;
}

.profile-tabs-new {
    display: flex;
    align-items: center;
    justify-content: end;
    flex-flow: wrap;
    width: 100%;
    margin: 0;
    gap: 2px;
    background: #e4e3e3;
    position: relative;
}

.profile-tabs-new::before {
    content: '';
    position: absolute;
    left: -1000%;
    background: #e4e3e3;
    width: 10000%;
    height: 100%;
    top: 0;
    z-index: -0;
}

.tab-content {
    padding: 15px 0px;
}

.profile-tabs-new li {
    list-style: none;
    background: #00274c;
    text-align: center;
    width: 16%;
    width: auto;
    min-width: 16%;
    z-index: 9;
}

.profile-tabs-new li a {
    color: white !important;
    font-size: 13px;
    font-family: 'Dubai bold' !important;
    display: block;
    padding: 15px 10px;
}

.profile-tabs-new li a img {
    margin-right: 10px;
    width: 25px;
    height: 25px;
}

.profile-tabs-new li a.active {
    background: #f04b4b;
}

.tab-content p {
    color: #072942;
    font-family: 'Messina Sans';
    font-size: 17px !important;
    line-height: 25px !important;
}

.tab-content li {
    color: #072942;
}

.tab-content li::marker {
}

.tab-content h2 {
    margin-bottom: 20px;
}

.profile-part-bg::before {
    content: '';
    position: absolute;
    left: -1000%;
    background: #e4e3e3;
    width: 10000%;
    height: 100%;
    top: 0;
    z-index: -0;
}

.profile-part-bg {
    position: relative !important;
    padding-top: 3rem;
}

.profile-img {
    position: relative;
    z-index: 9;
}

.profile-center-content {
    position: relative;
}

.std-blue-heading .table-responsive {
    display: table;
}

.nav#menu-drawer > ul.toggled > li > a {
    padding-left: 25px !important;
}

.menu-zee .menu-drawer > ul > li > a + ul li > a {
    padding-left: 20px;
}

.menu-zee .menu-drawer > ul > li > a + ul li > ul li > a {
    padding-left: 40px;
}

.menu-zee .menu-drawer > ul > li > a + ul li > ul li > ul li > a {
    padding-left: 60px;
}

.menu-zee .menu-drawer > ul > li > a + ul li > ul li > ul li > ul li > a {
    padding-left: 80px;
}

.menu-zee .menu-drawer > ul > li > a + ul li > ul li > ul li > ul li > ul li > a {
    padding-left: 100px;
}

ul.toggled {
    height: 100% !important;
}

.bullet-blue li::marker {
    color: #00730e;
}

.bullet-red li::marker {
    color: #ef5151;
}

.discoverai-slider {
    min-height: 550px;
}

section.e-services-sec {
    padding: 60px 0 90px;
}

.container-1640 {
    max-width: 1640px;
    width: 100%;
    margin: 0 auto;
}

.e-row {
    display: flex;
    flex-wrap: wrap;
    align-items: self-start;
}

.e-left-box {
    flex: 0 0 12%;
    max-width: 12%;
    border-left: 6px solid #00730e;
    border-radius: 10px 0 0 10px;
    border-bottom: 0;
    display: block;
}

.e-main-content {
    flex: 0 0 88%;
    max-width: 88%;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 0px 5px 5px 5px;
    padding: 30px;
    position: relative;
}

.e-inner-left {
    text-align: center;
    padding: 20px;
    border: 1px solid #00730e;
    border-bottom: 0;
    cursor: pointer;
}

.programs-sec .nav {
    align-items: center;
    justify-content: center;
}

.programs-sec .e-inner-left {
    border: 1px solid #00730e !important;
    padding: 20px 35px;
}

.e-inner-left:last-child {
    border-bottom: 1px solid #00730e;
}

.e-inner-left.active, .e-inner-left:hover {
    background: #f04b4b;
}

.e-inner-left.active img, .e-inner-left:hover img {
    filter: brightness(0) invert(1);
}

.e-inner-left.active h2, .e-inner-left:hover h2 {
    color: white;
}

.e-inner-left * {
    transition: all .3s ease;
}

.e-inner-left h2 {
    font-size: 20px;
    font-weight: 700;
    margin: 5px auto;
}

.e-top-head input {
    border-color: #f04b4b;
    padding: 0 25px;
    height: 50px;
    border-radius: 10px;
    font-size: 16px;
}

.e-top-head input::placeholder {
    color: #a3a3a3;
}

.e-top-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.e-top-head .form-group {
    flex: 0 0 74%;
    max-width: 74%;
    margin: 0;
    position: relative;
}

.e-category {
    flex: 0 0 24%;
    max-width: 24%;
    position: relative;
}

.e-category i {
    position: absolute;
    top: 16px;
    right: 25px;
    color: #a3a3a3;
    z-index: 0;
    pointer-events: none;
}

.e-category select {
    padding: 0 20px;
    height: 50px;
    border-radius: 10px;
    font-size: 16px;
    color: #a3a3a3;
    border-color: #a3a3a3;
    appearance: none;
}

.e-top-head input.form-control:focus {
    border-color: #f04b4b !important;
}

.e-category select.form-control:focus {
    border-color: #a3a3a3 !important;
}

.e-top-head .form-group i {
    position: absolute;
    top: 18px;
    right: 35px;
    color: #a3a3a3;
    font-size: 18px;
}

.e-main-head h1 {
    font-size: 30px;
    color: #00730e;
    font-weight: 700;
    margin: 0;
}

.e-main-head {
    position: relative;
}

.view-changer {
    position: absolute;
    right: 30px;
    top: 110px;
    z-index: 999;
}

.view-changer img {
    cursor: pointer;
    animation: opacity .4s linear forwards;
}

.e-list-inner {
    box-shadow: 0px 0px 10px #f04b4b12;
    border: 0.5px solid #f04b4b1A;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 90px 40px 40px;
    margin-bottom: 20px;
    transition: all .3s ease;
    animation: scale2 .4s linear forwards;
}

.e-list-inner:hover {
    background: #fde5e5;
}

.list-left {
    display: flex;
    align-items: center;
    gap: 30px;
}

.list-content h2 {
    color: #00730e;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
}

.list-content h3 {
    font-size: 16px;
    color: #35444e;
    font-weight: 600;
    margin: 0;
}

.list-btn button:first-child {
    border: none;
    background: transparent;
    font-size: 18px;
    color: #f04b4b;
    font-weight: 600;
}

.list-btn .blue-button {
    background: #00730e;
    border-radius: 10px;
    padding: 8px 20px;
    font-size: 18px;
    color: white;
    margin-left: 70px;
    border: 1px solid #00730e;
    transition: all .4s ease;
}

.list-btn .blue-button:hover {
    background: transparent;
    color: #00730e;
}

.list-btn .blue-button a {
    color: #fff !important;
}

.e-list-content, .e-grid-content {
    margin-top: 30px;
}

.e-grid-content {
    display: flex;
    flex-flow: wrap;
    justify-content: flex-start;
    gap: 16px;
}

.e-grid-content .e-list-inner {
    flex: 0 0 32.5%;
    max-width: 32.5%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: self-start;
    margin-bottom: 30px;
    padding: 30px 20px 30px 30px;
    animation: scale .4s linear forwards;
}

.e-grid-content .list-left {
    display: block;
}

.e-grid-content .list-img img {
    max-width: 45px;
    image-rendering: -webkit-optimize-contrast;
}

.e-grid-content .list-img {
    margin-bottom: 15px;
}

.e-grid-content .list-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
}

.e-grid-content .list-right {
    width: 100%;
}

.view-changer img.grid-view {
    display: none;
}

.view-changer img.list-view {
    width: 34.27px;
    height: 34.27px;
}

.view-changer.icon-show img.list-view {
    display: none;
}

.view-changer.icon-show img.grid-view {
    display: block !important;
}

.list-view-none {
    display: none;
}

.grid-view-none {
    display: none;
}

.e-grid-content .simple-pagination ul {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.e-grid-content .pagination-numbers {
    margin: 30px 0 0;
    width: 100%;
}

.e-grid-content .pagination-numbers li a, .e-grid-content .pagination-numbers li span {
    border: 1px solid #00730e !important;
    border-radius: 5px !important;
    background: transparent !important;
    font-size: 18px !important;
    color: #00730e !important;
    height: 47px;
    width: 45px;
    padding: 0 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.e-grid-content .page-link.prev:after, .e-grid-content .current.prev:after, .e-grid-content .page-link.next:after, .e-grid-content .current.next:after {
    display: none;
}

.e-grid-content .pagination-numbers li span {
    background-color: #00730e;
    color: #fff;
}

.e-grid-content .page-link.next:after, .e-grid-content .current.next:after, .e-grid-content .page-link.prev:after, .e-grid-content .current.prev:after {
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    font-size: 21px;
    position: absolute;
}

.e-grid-content .page-link.prev:after, .e-grid-content .current.prev:after {
    content: '\f053';
}

.e-grid-content .page-link.prev, .e-grid-content .current.next, .e-grid-content .page-link.next, .e-grid-content .current.prev {
    font-size: 30px !important;
    background: transparent;
    color: #00730e;
}

.e-detail-top h1 {
    font-size: 51px;
    color: #00730e;
    font-weight: 700;
    letter-spacing: -1px;
    margin: 0;
    position: relative;
    margin-bottom: unset;
}

.e-detail-top h1:before {
    content: '';
    border-bottom: 8px solid #f04b4b;
    width: 160px;
    position: absolute;
    bottom: -16px;
    left: 0px;
}

.e-detail-top button {
    font-size: 20px;
    color: white;
    background: #00730e;
    border: 1px solid #00730e;
    padding: 15px 30px;
    box-shadow: 0px 8px 24px #00000014;
    border-radius: 10px;
    display: block;
    margin-left: auto;
    transition: all .3s ease-in-out;
}

section.e-services-detail {
    padding: 60px 0;
}

.e-detail-top {
    margin-bottom: 50px;
}

.red-border-box {
    border: 1px solid #f04b4b;
    border-radius: 5px;
    padding: 25px 20px;
    margin-bottom: 20px;
    transition: all .3s ease-in-out;
}

h2.detail-main-head {
    font-size: 25px;
    color: #00730e;
    font-weight: 600;
    margin-bottom: 15px;
}

.detail-rating-box h3 {
    font-size: 20px;
    color: #00730e;
    font-weight: 600;
}

.rating i {
    font-size: 28px;
    color: #ffcd3c;
}

.rating {
    margin: 15px 0 7px;
}

.detail-rating-box h4 {
    font-size: 14px;
    color: #00730e;
    font-weight: 700;
    margin: 0;
}

.d-info-box img {
    max-width: 50px;
    margin-bottom: 10px;
}

.d-info-box h2 {
    font-size: 20px;
    color: #00730e;
    font-weight: 700;
    letter-spacing: -1px;
}

.d-info-box h3 {
    font-size: 16px;
    color: #35444e;
    font-weight: 700;
    margin: 0;
}

.red-border-box:hover {
    background: #fde5e5;
}

.export-as h1 {
    font-size: 25px;
    color: #00730e;
    font-weight: 600;
    margin: 0;
}

.expand-all h2 {
    font-size: 25px;
    color: #f04b4b;
    font-weight: 600;
    text-align: right;
    cursor: pointer;
}

.faq-card .card-header {
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    border: 1px solid #f04b4b;
    border-radius: 10px;
    margin-bottom: 25px;
    transition: all .3s ease;
    cursor: pointer;
}

.faq-card .card-header a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 92%;
    flex: 0 0 92%;
    font-size: 30px;
    color: #00730e;
    font-weight: 700;
    letter-spacing: -1px;
}

.faq-card .card-header img {
    max-width: 50px;
}

.faq-card .card-header[aria-expanded="true"] {
    border-radius: 10px 10px 0 0;
    margin-bottom: 0;
}

.faq-card {
    border: 0;
}

.faq-card .plus-minus i {
    color: #f04b4b;
    font-size: 22px;
}

.faq-card .plus-minus i:last-child {
    display: none;
}

.faq-card .card-header[aria-expanded="true"] .plus-minus i:last-child {
    display: block;
}

.faq-card .card-header[aria-expanded="true"] .plus-minus i:first-child {
    display: none;
}

div#accordion {
    margin-top: 20px;
}

.faq-card .card-body {
    background: #f4f4f4;
    padding: 20px;
    margin-bottom: 25px;
    border-radius: 0 0 10px 10px;
}

.faq-card .card-body h2 {
    font-size: 20px;
    color: #00730e;
    font-weight: 700;
}

.faq-card .card-body p {
    font-size: 18px;
    line-height: 24px;
    color: #00730e;
    font-weight: 500;
    max-width: 830px;
}

.e-detail-top button:hover {
    background: transparent;
    color: #00730e;
}

.services-channel-img img {
    max-width: 60px;
    margin-right: 2px;
}

.services-channel-img {
    margin-top: 46px;
}

.scanner img {
    width: 75%;
}

.scanner {
    margin-bottom: 20px;
}

.news-tab-slider .slick-track {
    display: flex;
}

.news-tab-slider .slick-slide {
    margin: 0 20px;
    width: 100% !important;
}

.news-tab-slider .slick-prev {
}

.news-tab-slider .news-content p {
    color: white !important;
}

.news-tab-slider .slick-prev {
    left: 0;
    margin-left: -55px;
}

.news-tab-slider .slick-next {
    right: 0;
    margin-right: -44px;
}

.events-tab-slider .col-sm-3 {
    padding-top: 20px;
}

.events-tab-slider .slick-slide {
    margin: 0;
}

.events-tab-slider .col-sm-3 {
    max-width: 100%;
    margin: 0;
}

.events-tab-slider .slick-slide {
    margin: 0 20px;
}

.events-tab-slider .slick-arrow {
    background: #062842;
}

.news-tab-slider .col-xs-12 {
    max-width: 100%;
    margin: 0;
}

.news-tab-slider .slick-arrow {
    background: #062842;
}

.research-latest-slider .slick-track {
    display: flex;
}

.research-latest-slider .slick-prev {
    left: -40px;
}

.research-latest-slider .slick-next {
    right: -40px;
}

.research-latest-slider .item-slider {
    max-width: 100%;
    margin: 0;
}

.research-latest-slider .slick-slide {
    margin: 0 20px;
}

.research-latest-slider .slick-arrow {
    background: #062842;
}

.quick-inner:hover h3, .quick-inner:hover p {
    color: white;
}

h3.sm-blue.text-large {
    font-size: 150% !important;
}

.faq-sec button.btn.btn-link.btn-faq {
    background: #00730e !important;
}

.oriantation-program {
    margin-bottom: 30px;
}

#pagination a small {
    background: #ffffff;
    box-shadow: 0 3px 2px rgba(0,0,0,0.2);
    width: 16px;
    margin-left: 15px;
    transition: all 0.2s ease;
    height: 3px !important;
}

.pagination-new a small {
    background: #062841 !important;
}

.all-plans .cmn-ttl {
    transform: none !important;
    opacity: 1 !important;
}

section.programs-sec {
    padding: 80px 0;
}

.programs-sec .nav-tabs {
    border-bottom: 0px;
}

h1.before-big-heading {
    font-size: 51px;
    color: #00730e;
    font-weight: 700;
    letter-spacing: -1px;
    margin: 0;
    position: relative;
    margin-bottom: 60px;
    text-align: center;
}

.list-content h1 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 40px;
    position: relative;
}

.list-content h1:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -12px;
    width: 90px;
    height: 3px;
    background: #f04b4b;
}

.list-content h2 {
    font-size: 21px;
    font-weight: 600;
}

.list-content ul li a {
    font-size: 18px;
    transition: all .4s ease;
}

.list-content {
    margin-bottom: 40px;
}

.list-content ul li:before {
    content: '\f078';
    font-family: 'Font Awesome 5 Free';
    color: black;
    font-size: 26px;
}

.list-content ul li {
    list-style: circle;
}

.programs-row {
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 10px #00000029;
    padding: 60px 30px;
}

.prog-view-box .view-box-inner {
    position: relative;
    text-align: right;
}

.prog-view-box .view-box-inner img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    object-position: center;
}

.prog-view-box .view-box-inner a {
    font-size: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,30%);
    color: white;
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease;
}

.prog-view-box:hover .view-box-inner a {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%,-50%);
}

.view-box-inner:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0%;
    transition: all .4s ease;
}

.prog-view-box:hover .view-box-inner:before {
    opacity: 50%;
}

.prog-view-box h2 {
    font-size: 25px;
    background: #00730e;
    padding: 19px;
    color: white;
    font-weight: 600;
}

.prog-view-box {
    margin: 0 15px 40px;
}

.program-overview-inner img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    object-position: center;
}

.program-overview-inner {
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.program-overview-inner:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background: black;
    opacity: 50%;
    transition: all .4s ease;
}

.program-overview-inner:hover:before {
    height: 100%;
}

.program-overview-inner h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,80%);
    color: white;
    font-weight: 700;
    font-size: 33px;
    opacity: 0;
    visibility: hidden;
    transition: all .8s ease;
    transition-delay: .3s;
    width: 100%;
    text-align: center;
    padding: 0 10px;
}

.program-overview-inner:hover h1 {
    transform: translate(-50%,-50%);
    opacity: 1;
    visibility: visible;
}

section.program-overview-sec {
    padding-bottom: 90px;
    padding-top: 200px;
}

.list-content ul li a:hover {
    color: #ef5151;
}

.list-content ul li::marker {
    color: #ef5151;
    font-size: 22px;
}

.col-lg-3.col-md-6.active .program-overview-inner:before {
    height: 100%;
}

.col-lg-3.col-md-6.active .program-overview-inner h1 {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%,-50%);
}

.program_section {
    padding: 30px 0;
}

.program_section h2 {
    color: #ef5151;
    display: block;
    margin-bottom: 20px;
    font-family: 'Dubai Bold';
    line-height: 54px;
}

.p-left-box {
    flex-direction: column;
    width: 100%;
}

.program_section .e-inner-left h2 {
    margin-top: 12px;
    line-height: 30px;
}

.program_section .p_icon {
    font-size: 26px;
}

.program_section .e-inner-left.active .p_icon, .program_section .e-inner-left:hover .p_icon {
    color: #fff;
}

.program_section .p_icon i {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-style: normal;
}

.program_section .e-inner-left {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.program_section .cmn-ttl h2 {
    color: #00730e;
}

.accordian_wraper #accordion {
    margin-top: 0 !important;
}

.accordian_wraper .program-accordion .faq-card .card-body a {
    color: #f04b4b;
    margin-bottom: 8px;
    display: block;
}

.accordian_wraper .faq-card {
    border-radius: 0;
    margin-bottom: 25px;
    border: 1px solid #707070;
}

.accordian_wraper .program-accordion .card-header {
    margin: 0;
}

.accordian_wraper .program-accordion .card-heading {
    background: #00730e;
    padding: 20px 45px;
}

.accordian_wraper .program-accordion .card-heading h4 {
    font-size: 25px;
    color: #fff;
    margin-bottom: 0;
    font-weight: 700;
}

.accordian_wraper .card-body .body_text {
    max-width: unset;
    line-height: 26px;
    padding: 0 18px;
}

.accessibility img, .job-icon img {
    max-width: 24px;
    margin-left: 30px;
}

.back-btn {
    position: fixed;
    bottom: 110px;
    left: -100px;
    background: #13a387;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    cursor: pointer;
    transform: rotate(-140deg);
    transition: all 1s ease;
    opacity: 0;
}

.back-btn.show {
    left: 30px;
    opacity: 1;
    transform: none;
}

.accessibility-sidebar {
    position: fixed;
    top: 0;
    right: -110%;
    height: 100vh;
    background: #fff;
    width: 470px;
    z-index: 99999;
    padding: 50px 130px 50px 50px;
    transition: all .5s ease-in-out;
    box-shadow: -50px 0px 50px #00000029;
    opacity: 0;
}

.sidebar-show {
    right: 0;
    opacity: 1;
}

.accessibility-sidebar h2 {
    font-size: 20px;
    line-height: 27px;
    color: #00730e;
    font-family: 'Dubai Regular' !important;
    margin: 0;
}

.accessibility-sidebar .top-header-font-icon {
    margin: 0;
    min-width: 100%;
    border: 1px solid #00274c;
    padding: 0;
    margin-top: 10px;
}

.accessibility-fonts {
    display: flex;
    justify-content: space-between;
}

.accessibility-fonts a {
    flex: 0 0 25%;
    text-align: center;
    padding: 0;
    border-right: 1px solid #00274c;
    color: #00274c;
    padding: 14px 0;
}

.accessibility-fonts a:hover {
    text-decoration: none;
}

.accessibility-fonts a:last-child {
    border: 0;
}

.top-header-font-icon .accessibility-fonts a.smallSize {
    font-size: 22px !important;
}

.top-header-font-icon .accessibility-fonts a.mediumSize {
    font-size: 24px !important;
}

.top-header-font-icon .accessibility-fonts a.largeSize {
    font-size: 30px !important;
    font-weight: 600;
}

.accessibility-sidebar .grayscale-changer img {
    margin: 0;
    max-width: 30px;
}

.night-reading {
    margin-top: 30px;
}

.night-reading .form-group {
    margin: 0;
}

.night-reading .form-group input {
    appearance: none;
    width: 70px;
    height: 25px;
    border: 1px solid #d9d9d9;
    border-radius: 20px;
    position: relative;
    transition: all .4s ease;
}

.night-reading .form-group input:before {
    content: '';
    position: absolute;
    left: 3px;
    top: 49%;
    transform: translateY(-49%);
    width: 18px;
    height: 18px;
    background: #f04b4b;
    border-radius: 50%;
    transition: all .4s ease;
}

.night-reading .form-group input:checked {
    background: #f04b4b;
}

.night-reading .form-group input:checked:before {
    background: #fff;
    left: 69%;
}

.site-tour {
    margin-top: 40px;
}

.site-tour img {
    max-width: 40px;
}

.volume {
    margin-top: 30px;
}

.volume span img {
    margin: 0;
    max-width: 38px;
}

.reset a {
    color: #00730e;
    text-decoration: underline;
}

.volume span {
    width: 70px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #00274c;
    margin-top: 15px;
    border-color: var(--fff);
}

.reset {
    margin-top: 30px;
}

.close-sidebar {
    position: absolute;
    top: 60px;
    left: -20px;
    width: 40px;
    height: 40px;
    display: block;
    background: #f04b4b;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    color: #fff;
    cursor: pointer;
}

.back-visited {
    position: fixed;
    bottom: 24%;
    z-index: 999;
    display: flex;
    flex-direction: column;
}

.back-visited span {
    width: 60px;
    height: 60px;
    background: #ef5151;
    text-align: center;
    line-height: 60px;
    cursor: pointer;
    display: block;
}

.back-visited span:first-child {
    margin-bottom: 4px;
}

.footer-bottom h2 {
    font-size: 25px;
    line-height: 27px;
    color: #fff;
    font-family: 'dubai regular';
    margin-bottom: 30px;
}

p.last-update {
    font-size: 17px;
    line-height: 31px;
    color: #fff;
}

.footer-bottom {
    margin: 40px 0;
}

main.homepage.dark {
    --fff: #fff;
}

main.homepage.dark, main.homepage.dark .header-main .second-header, main.homepage.dark section, main.homepage.dark .laBottom, main.homepage.dark .find-frm, .main.homepage.dark .top-alert .container-fluid, main.homepage.dark .accessibility-sidebar, main.homepage.dark .top-alert .container-fluid, main.homepage.dark .header-main .header-top, main.homepage.dark .socialWall:before, main.homepage.dark .customFooter, main.homepage.dark .key-facts-inner-body, main.homepage.dark .colleges-programs-tab .nav-tabs .nav-item .nav-link, main.homepage.dark .colleges-programs-tab-1 ul li, main.homepage.dark .colleges-programs-tab-1, main.homepage.dark .colleges-programs-tab-2, main.homepage.dark .shmentsBox .sbCont {
    background: #1d1d1d !important;
}

main.homepage.dark h1, main.homepage.dark h2, main.homepage.dark h3, main.homepage.dark h4, main.homepage.dark h5, main.homepage.dark p, main.homepage.dark span, main.homepage.dark a, main.homepage.dark ul li, main.homepage.dark label {
    color: #fff !important;
}

main.homepage.dark .accessibility-fonts a, main.homepage.dark .accessibility-sidebar .top-header-font-icon {
    border-color: #fff;
}

main.homepage.dark .key-facts-inner-body, main.homepage.dark .colleges-programs-tab .nav-tabs .nav-item .nav-link {
    border: 1px solid #fff;
}

main.homepage.dark .accessibility-sidebar img, main.homepage.dark .colleges-programs-tab-1 ul li a:after, main.homepage.dark .select_pk {
    filter: brightness(0) invert(1) !important;
}

.homepage .cmn-btn:hover {
    color: #f04b4b !important;
}

.homepage .build-career .cmn-btn-white {
    color: #f04b4b !important;
}

.homepage .build-career .cmn-btn-white:hover {
    color: #Fff !important;
}

.homepage .uabtn-warning:hover {
    color: #dd5c57 !important;
}

.latest-update-link-ar {
    width: 100%;
    color: #fff !important;
    text-decoration: none !important;
}

.media-plugins-sec .img-part {
    display: flex;
    flex-wrap: wrap;
    margin-top: -4px;
}

.media-plugins-sec .img-part a {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.sa-inner img {
    max-width: 100%;
    image-rendering: -webkit-optimize-contrast;
    height: 65px !important;
    object-fit: contain !important;
}

.footer-bottom .sa-inner img:hover {
    background: #ef5151;
}

.sa-inner div.last-update {
    display: inline-block;
    font-size: 17px;
    line-height: 31px;
    color: #fff;
}

section#colleges_programs {
    overflow: visible;
    position: relative;
    z-index: 999;
}

.colleges-programs .colleges-programs-tab-4 {
    position: relative;
    z-index: -1;
}

ul.colleges-programs-tab-2.height {
    height: unset !important;
}

.accorded-by-logo-sec {
    pointer-events: all;
    z-index: 100;
    color: #fff;
    position: absolute;
    background: linear-gradient(to right, rgb(255 255 255 / 30%), rgb(255 255 255 / 1%));
    padding-left: 50px;
    overflow: hidden;
    padding: 15px 10% 15px 10%;
    width: 50%;
    z-index: 11;
    left: 0;
    transform: translate(0%,-0%);
    bottom: 0;
}

.accorded-by-logo-sec .logo-sec {
    display: flex;
    gap: 40px;
    width: 100%;
    float: left;
}

.logo-sec img {
    width: auto !important;
    height: 100px;
    background: #fff;
}

.accorded-by-logo-sec span {
    font-size: 1.3rem;
    padding-bottom: 15px;
    width: 100%;
    float: left;
    font-weight: 700;
}

img.img-fluid {
    width: 100%;
}

.va_btn {
    margin: 0 auto;
}


.top-header-font-icon, .top-header-lenguage {
    padding: 4px 8px;
    display: inline-block;
    font-size: 13px;
    color: #000;
    text-align: center;
    min-width: 22px;
    line-height: 22px;
    margin-right: 20px;
    background-color: rgba(255,255,255,0.6);
    border-radius: 8px;
}

.top-header-font-icon a, .top-header-lenguage a {
    font-size: 15px;
    color: #000;
    padding: 0px 5px;
    font-weight: bold;
    font-family: 'Dubai Bold';
}

.fixed-top {
    background-color: rgba(0,0,0,0.35);
}

.colleges-programs-tab .nav-tabs .nav-item.show .nav-link, .colleges-programs-tab .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #13a387;
}

.second-header {
    background-color: rgba(0,0,0,0.5);
}

.colleges-programs-tab-1 ul li {
    position: static;
}

ul.colleges-programs-tab-2 {
    max-width: 25%;
    left: 25%;
    top: 0;
}

.colleges-programs-tab-content {
    position: relative;
}

.colleges-programs-tab-3-img img {
    max-height: 46vh;
}

.colleges-programs-tab-2 .collage-inner-tab {
    left: 100%;
    max-width: 100%;
    border-left: 1px solid #00000054;
    display: none !important;
}

.colleges-programs-tab-2 li:hover .collage-inner-tab {
    display: block !important;
}

@keyframes slide-down {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes slide-down {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes slide-down {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes cursorAnim {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(.7);
    }
}

@keyframes cursorAnim2 {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(.4);
    }
}

@keyframes cursorAnim3 {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(3);
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes zoomleft {
    to {
        transform: translateX(0px);
        opacity: 1;
    }
}

@keyframes move-list {
    to {
        transform: translateY(20px) scale(1);
    }
}

@keyframes zoomleft {
    to {
        transform: translateX(0px);
        opacity: 1;
    }
}

@media screen and (max-width:600px) {
    .profile-tabs-new li {
        width: auto;
        min-width: 100%;
        text-align: left;
    }

    .profile-tabs-new {
        padding-right: 0;
    }

    .tab-content p {
        font-size: 14px !important;
    }

    .tab-content li {
        font-size: 14px !important;
    }

    .profile-sec ol.breadcrumb, ol.breadcrumb li a {
        padding: 0;
    }

    .profile-sec ol.breadcrumb, ol.breadcrumb li a {
        font-size: 9px;
        padding: 0;
    }

    .breadcrumb {
        padding: 0;
    }
}

@keyframes opacity {
    0% {
        opacity: 0;
        transform: rotate(0) scale(0);
    }

    100% {
        opacity: 1;
        transform: rotate(360deg) scale(1);
    }
}

@keyframes scale2 {
    0% {
        transform: translatey(30px);
        opacity: 0;
    }

    100% {
        transform: translatey(0px);
        opacity: 1;
    }
}

@keyframes scale {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@media (max-width: 1750px) {
    .container-1640 {
        max-width: 89vw;
    }

    .list-content h2 {
        font-size: 17px;
    }

    .list-content h3 {
        font-size: 15px;
    }

    .list-btn button:first-child {
        font-size: 16px;
    }

    .list-btn .blue-button {
        padding: 7px 17px;
        font-size: 16px;
        margin-left: 60px;
    }

    .e-grid-content {
        gap: 13px;
    }
}

@media only screen and (max-width: 1600px) {
    .e-inner-left img {
        max-width: 50px;
    }

    .e-inner-left h2 {
        font-size: 16px;
        margin-top: 15px;
    }

    .e-main-head h1 {
        font-size: 28px;
    }

    .list-img img {
        max-width: 65px;
    }

    .list-left {
        gap: 20px;
    }

    .list-content h2 {
        font-size: 16px;
    }

    .list-content h3 {
        font-size: 14px;
    }

    .e-list-inner {
        padding: 30px 60px 30px 30px;
    }

    .e-grid-content .e-list-inner {
        padding: 25px 20px 25px 25px;
    }

    .list-btn .blue-button {
        margin-left: 50px;
    }

    .e-grid-content .list-btn {
        margin-top: 30px;
    }
}

@media (max-width: 1439px) {
    .e-inner-left img {
        max-width: 45px;
    }

    .e-inner-left h2 {
        font-size: 14px;
        margin-top: 13px;
    }

    .e-top-head .form-group {
        flex: 0 0 70%;
        max-width: 70%;
    }

    .e-category {
        flex: 0 0 28%;
        max-width: 28%;
    }

    .e-main-head h1 {
        font-size: 26px;
    }

    .view-changer img.list-view {
        width: 30.27px;
        height: 30.27px;
        image-rendering: -webkit-optimize-contrast;
    }

    .view-changer img {
        max-width: 30px;
        image-rendering: -webkit-optimize-contrast;
    }

    .list-img img {
        max-width: 55px;
    }

    .list-content h2 {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .list-content h3 {
        font-size: 12px;
    }

    .list-btn button:first-child {
        font-size: 14px;
    }

    .list-btn .blue-button {
        margin-left: 30px;
        padding: 4px 16px;
        font-size: 14px;
    }

    .e-grid-content .list-img img {
        max-width: 40px;
    }

    .e-grid-content div#pagination-container li a, .e-grid-content div#pagination-container li span {
        height: 38px;
        width: 40px;
        font-size: 16px;
    }

    .e-grid-content .page-link.next:after, .e-grid-content .current.next:after, .e-grid-content .page-link.prev:after, .e-grid-content .current.prev:after {
        font-size: 16px;
    }

    .e-grid-content .e-list-inner {
        margin-bottom: 20px;
    }

    .e-grid-content {
        gap: 10px;
    }
}

@media(max-width:1280px) {
    section.e-services-sec {
        padding: 50px 0 70px;
    }

    .e-inner-left img {
        max-width: 40px;
    }

    .e-inner-left {
        padding: 14px;
    }

    .e-inner-left h2 {
        font-size: 11px;
    }

    .e-main-content {
        padding: 22px;
    }

    .e-top-head input {
        padding: 0 15px;
        height: 45px;
        font-size: 14px;
    }

    .e-top-head .form-group i {
        top: 15px;
        right: 25px;
        font-size: 16px;
    }

    .e-category select {
        padding: 0 15px;
        height: 45px;
        font-size: 14px;
    }

    .e-category i {
        top: 15px;
        right: 20px;
        font-size: 16px;
    }

    .e-top-head {
        margin-bottom: 25px;
    }

    .e-main-head h1 {
        font-size: 23px;
    }

    .view-changer {
        top: 90px;
    }

    .view-changer img.list-view {
        width: 25px;
        height: 25px;
    }

    .view-changer img {
        max-width: 25px;
    }

    .list-img img {
        max-width: 45px;
    }

    .list-content h2 {
        font-size: 13px;
        margin-bottom: 6px;
    }

    .e-list-inner {
        padding: 25px 35px 25px 25px;
        margin-bottom: 10px;
    }

    .list-btn button:first-child {
        font-size: 13px;
        padding: 0;
    }

    .list-btn .blue-button {
        margin-left: 18px;
        padding: 3px 15px;
        font-size: 12px;
    }

    .list-left {
        flex: 0 0 66%;
    }

    .e-grid-content .list-img img {
        max-width: 35px;
    }

    .e-grid-content .e-list-inner {
        padding: 20px;
    }

    .e-grid-content .list-btn {
        margin-top: 10px;
    }

    .list-btn button:first-child {
        font-size: 11px;
    }

    .list-btn .blue-button {
        margin-left: 10px;
        padding: 1px 13px;
        font-size: 11px;
    }

    .e-grid-content {
        gap: 9px;
    }
}

@media only screen and (max-width: 991px) {
    .e-left-box {
        flex: 0 0 16%;
        max-width: 16%;
        border-left: 4px solid #00730e;
    }

    .e-main-content {
        flex: 0 0 84%;
        max-width: 84%;
    }

    .e-top-head .form-group {
        flex: 0 0 52%;
        max-width: 52%;
    }

    .e-category {
        flex: 0 0 46%;
        max-width: 46%;
    }

    .e-main-head h1 {
        font-size: 20px;
    }

    .view-changer img {
        max-width: 20px;
    }

    .view-changer img.list-view {
        width: 20px;
        height: 20px;
    }

    .view-changer {
        top: 90px;
    }

    .e-grid-content .e-list-inner {
        flex: 0 0 49%;
        max-width: 49%;
    }

    .list-btn button:first-child {
        font-size: 13px;
    }

    .list-left {
        flex: 0 0 77%;
    }

    .e-list-content .list-right {
        flex: 0 0 25%;
        max-width: 23%;
        text-align: center;
    }

    .e-list-inner {
        padding: 20px 30px 20px 20px;
    }

    .e-grid-content div#pagination-container li a, .e-grid-content div#pagination-container li span {
        height: 30px;
        width: 30px;
        font-size: 13px;
    }

    .e-grid-content .page-link.next:after, .e-grid-content .current.next:after, .e-grid-content .page-link.prev:after, .e-grid-content .current.prev:after {
        font-size: 12px;
    }

    .list-btn .blue-button {
        margin-left: 0;
        padding: 0px 11px;
        font-size: 11px;
    }
}

@media only screen and (max-width: 767px) {
    .e-row {
        display: block;
    }

    .e-left-box {
        max-width: 100%;
        display: flex;
        flex-flow: wrap;
        justify-content: space-between;
        border: 0;
    }

    .e-inner-left {
        flex: 0 0 33.33%;
        max-width: 33.33%;
        border: 1px solid #00730e;
        padding: 10px;
    }

    .e-inner-left img {
        max-width: 30px;
    }

    .e-main-content {
        max-width: 100%;
        padding: 12px;
    }

    .e-top-head {
        flex-direction: column;
    }

    .e-top-head .form-group {
        max-width: 100%;
        flex: 0 0 100%;
        width: 100%;
    }

    .e-category {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        margin-top: 10px;
    }

    .e-main-head h1 {
        font-size: 18px;
    }

    .view-changer {
        top: 140px;
    }

    .list-left {
        flex-direction: column;
        align-items: self-start;
        flex: 0 0 70%;
        gap: 15px;
    }

    .e-list-inner {
        padding: 15px;
    }

    .list-img img {
        max-width: 40px;
    }

    .list-content h2 {
        font-size: 13px;
    }

    .list-content h3 {
        font-size: 11px;
    }

    .e-list-content .list-right {
        flex: 0 0 28%;
        max-width: 28%;
    }

    .list-btn button:first-child {
        font-size: 12px;
    }

    .list-btn .blue-button {
        padding: 0px 7px;
        font-size: 10px;
        border-radius: 6px;
    }
}

@media only screen and (max-width: 576px) {
    .e-grid-content .e-list-inner {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .e-grid-content .list-btn {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 374px) {
    .list-btn button:first-child {
        font-size: 10px;
    }

    .list-btn .blue-button {
        font-size: 8px;
        padding: 0px 6px;
    }
}