/*
    - Global Sections Style
    - Navbar Style
    - Header Style
    - About Style
    - Catogry Style
    - Video Style
    - Online Style
    - Online Card Style
    - Read More Style
    - Feadback Style
    - Quick Forms Style
    - Footer Style
*/

/* ========================================
    Srtart Global Secntios Style ==================*/
:root {
    --mainColor: #004562;
    --scendColor: #9b552e;
    --white: #ffffff;
    --gray: #ccc;
    --black: #222;
}
body {
    text-transform: capitalize;
    font-family: times;
    src: url("../css/fonts/TIMESR.ttf");
    position: relative;
    max-width: 1439px !important;
    margin: auto;
    overflow: hidden;
}
h1,
h2,
h3,
h4,
h5 {
    font-weight: bold;
}
p {
    line-height: 1.2;
}
a:hover {
    text-decoration: none;
}
ul {
    list-style: none;
    padding: 0;
}
input:focus,
textarea:focus,
button:focus {
    outline: none !important;
}
input,
textarea {
    outline-color: var(--mainColor);
}
.mainColor {
    color: var(--mainColor);
}
.mainBg {
    background-color: var(--mainColor);
    color: var(--white);
    transition: background-color 0.3s;
}
.mainBg:hover {
    background-color: var(--white);
    color: var(--mainColor);
}
.click {
    cursor: pointer;
}

.upPage {
    position: fixed;
    right: 20px;
    bottom: 30px;
    z-index: 10;
    color: var(--white);
    background-color: var(--mainColor);
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    font-size: 1.5em;
    cursor: pointer;
    display: none;
    font-weight: bold;
}

.reload {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url("../images/load.gif") no-repeat center #fff;
}

@media (max-width: 992px) {
    .upPage {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }
}

/* ========================================
    End Global Secntios Style ==================*/
/* ========================================
    Srtart Nav Style ==================*/
.nav {
    background-color: var(--mainColor);
    color: var(--white);
}
.nav.nav-top {
    display: none;
}
.nav.nav-top.show {
    display: block;
    box-shadow: 0 -2px 5px 0 var(--gray);
}

.nav.nav-top .nav-item img {
    height: 55px;
}
.nav.nav-top .nav-link {
    font-size: 26px;
}
.nav .upper-nav img {
    width: 15px;
    height: 15px;
    margin-top: 0 !important;
}
.nav .upper-nav .nav-link {
    font-size: 1.3em;
}
.nav a {
    color: var(--white);
}
.text-content img {
    margin: 5px 10px;
}
.nav .input-content {
    position: relative;
}
.nav input {
    background-color: transparent;
    color: var(--white);
    border: none;
}
.nav input::placeholder {
    color: var(--white);
}
.nav .input-content img {
    position: absolute;
    width: 15px;
    height: 15px;
    top: 7px;
    left: -20px;
}
.navbar-toggler {
    color: var(--white);
}
.logo .title-logo {
    text-transform: uppercase;
    font-size: 2.5em;
}
.logo .title-logo span {
    border-left: 2px solid var(--white);
    padding-left: 10px;
}
.list .nav-link {
    color: var(--white) !important;
    font-size: 1.2em;
}

/* Mobial */
.nav-mop .upper-nav img {
    margin: 0;
    margin-top: 5px;
}
.nav-mop .upper-nav p {
    font-size: 14px;
    margin: 0 5px;
}

.nav.nav-mop {
    background-color: transparent;
}
.nav-mop .navbar-collapse {
    position: absolute;
    background-color: var(--mainColor);
    z-index: 99;
    width: 200px;
    text-align: center;
    top: 50px;
}
.nav-mop .navbar-nav li {
    margin: 3px 0;
}
.nav-mop .upper-nav {
    text-align: center;
    background-color: #012c3f;
}
.nav-mop .logo {
    background-color: var(--mainColor);
}
.nav-mop .logo-content {
    padding: 15px 0;
}
.nav-mop .logo-content h2 {
    font-size: 1.8em;
}
.nav-mop .text {
    padding-left: 10px;
    margin-bottom: 10px;
}
.nav-mop .content h2 {
    font-size: 2em;
}
@media (max-width: 992px) {
    .nav.nav-top.show {
        display: none !important;
    }
}
/* ========================================
    End Nav Style ==================*/

/* ========================================
    Srtart Header Style ==================*/
.header,
.carousel-item {
    position: relative;
}

.arrow {
    font-size: 40px;
    position: absolute;
    background-color: var(--black);
    width: 50px;
    height: 50px;
    line-height: 50px;
    z-index: 99;
}
.arrow.fa-angle-left {
    border-radius: 0 50% 50% 0;
    left: 0px;
}
.arrow.fa-angle-right {
    border-radius: 50% 0 0 50%;
    right: 0;
}
.carousel-caption {
    display: flex;
    justify-content: space-between;
}
.carousel-indicators {
    justify-content: start;
    padding: 10px;
}
.carousel-indicators li {
    border-radius: 50%;
    height: 14px !important;
    width: 14px !important;
    opacity: 1 !important;
    border: 2px solid var(--white);
    background-color: transparent !important;
}
.carousel-indicators li.active {
    background-color: var(--scendColor) !important;
}
.header-info {
    position: relative;
    width: 100%;
}
.header-info .title {
    display: flex;
    height: 100%;
}
.header-info .title h2 {
    align-self: flex-end;
    text-shadow: 0 1px var(--black);
    font-size: 2.5em;
}
.logo-slider {
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.form-header {
    width: 350px;
}
.form-header h2 {
    text-shadow: 0 4px var(--black);
}
.form-header input {
    border: 1px solid var(--mainColor);
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.8);
}
.form-header button {
    background-color: var(--scendColor);
    color: var(--white) !important;
    border: 1px solid transparent;
}

.header .icons {
    background-color: var(--mainColor);
    justify-content: space-around;
}
.header .icons img {
    padding: 20px 30px;
    width: 100%;
    filter: opacity(50%);
}
.header .icons img.active {
    filter: opacity(100%);
}
.header .icons div {
    flex: 1;
}
.header .icons div:not(:last-child) {
    border-right: 2px solid var(--gray);
}
.form-mop {
    border: 2px solid var(--mainColor);
    position: relative;
}
.form-mop h2 {
    font-size: 18px;
    color: var(--mainColor);
}
.form-mop button {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    width: 180px !important;
    bottom: -30px;
}
@media (max-width: 992px) {
    .carousel-item img {
        height: 200px;
    }
    .logo-slider {
        width: 30px;
        height: 30px !important;
    }
    .form-header {
        width: 500px;
    }
    .header-info .title h2 {
        font-size: 1em;
        margin-left: 20px;
        width: 300px;
    }
    .header .icons img {
        padding: 5px;
        width: 80%;
    }
}
/* ========================================
    End Header Style  ==================*/

/* ========================================
    Start About Style  ==================*/
.about p {
    color: var(--black);
    text-align: justify;
}
.about p::first-letter {
    font-size: 27px;
}
.about a,
.video div a {
    color: var(--scendColor) !important;
    text-decoration: underline;
}
.school {
    background-color: var(--mainColor);
    color: var(--white);
}
.school h2 {
    text-transform: uppercase;
}
/* ========================================
    End About Style  ==================*/

/* ========================================
    Start Catogry Style  ==================*/
.catogry .item {
    box-shadow: 0 0 5px #ccc;
    border-radius: 150px;
    text-align: center;
    min-height: 300px;
    transform: scale(1);
    transition: transform 0.4s;
    padding: 3px;
}

.catogry .item .img {
    padding: 20px;
    border: 4px solid var(--mainColor);
    border-radius: 50%;
    margin: 10px;
}
.catogry .item .img img {
    width: 90%;
}
.catogry .item h4 {
    padding: 20px 10px 0;
    position: relative;
    color: var(--mainColor);
}
.catogry .item h4::after {
    position: absolute;
    content: "";
    width: 100px;
    height: 5px;
    top: 0;
    background-color: var(--scendColor);
    left: 50%;
    transform: translateX(-50%);
}
.catogry .item .fa-angle-down {
    border-radius: 50%;
    background-color: var(--mainColor);
    color: var(--white);
    font-weight: bold;
    font-size: 1.5em;
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    cursor: pointer;
    line-height: 40px;
    visibility: hidden;
    opacity: 0;
    transition: bottom 0.4s;
}
.catogry .item:hover {
    transform: scale(1.1);
}
.catogry .item:hover .fa-angle-down {
    visibility: visible;
    bottom: -15px;
    opacity: 1;
}
/* ========================================
    End Catogry Style  ==================*/

/* ========================================
    Start Video Style  ==================*/

.slider-video .img {
    padding: 0 60px;
    position: relative;
}

.slider-video .img > img {
    width: 100%;
}
.slider-video .img .logo {
    width: 30px;
    position: absolute;
    right: 20px;
    top: 20px;
}
.slick-slide {
    outline: none;
}
.video {
    position: relative;
    overflow: hidden;
}
.video i.video {
    position: absolute;
    border-radius: 50%;
    background-color: var(--mainColor);
    color: var(--white);
    font-size: 3em;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 999;
}
.video i.video.left {
    left: 260px;
}
.video i.video.right {
    right: 260px;
}
.slick-dots li {
    width: 50px;
}
.slick-dots li button:before {
    margin-top: 20px;
    opacity: 1;
    height: 5px;
    width: 40px;
    background-color: var(--gray);
    font-size: 0;
}
.slick-dots li.slick-active button:before {
    background-color: var(--scendColor);
}
.slick-dots button:before {
    color: transparent;
}
@media (max-width: 992px) {
    .video i.video {
        font-size: 2em;
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .video i.video.left {
        left: 0px;
        border-radius: 0 50% 50% 0;
    }
    .video i.video.right {
        right: 0px;
        border-radius: 50% 0 0 50%;
    }
    .slider-video .img {
        padding: 0;
    }
}

/* ========================================
    End Video Style  ==================*/
/* ========================================
    Start  Online Style ==================*/
.online {
    background-image: url("../images/bg/bg.png");
    background-size: contain;
    background-repeat: no-repeat;
}
.online .info {
    color: var(--white);
}
.online .info h2 span {
    font-size: 2em;
}
.online .info a {
    color: var(--white);
    text-decoration: underline;
    background-color: var(--scendColor);
    padding: 10px 25px;
    border-radius: 3px;
}

@media (max-width: 992px) {
    .online {
        background-image: none;
        height: 1025px;
    }
    .online .icon img {
        margin: 130px auto;
        width: 62% !important;
    }
    .online .mob-bg {
        position: relative;
    }
    .online .mob-bg img {
        height: 1123px;
        position: absolute;
        left: 0;
        right: 0;
        top: -150px;
        z-index: -1;
    }
    .online .info {
        text-align: center;
    }
    .online .info h2 {
        font-size: 2em;
        text-transform: uppercase;
        margin-top: 15px;
    }
    .online .info p {
        text-align: justify;
        margin-bottom: 25px;
    }
}
@media (max-width: 767px) {
    .online {
        height: 730px;
    }
    .online .icon img {
        margin: 60px auto;
        width: 83% !important;
    }
    .online .mob-bg img {
        height: 850px;
    }
}
@media (max-width: 424px) {
    .online .mob-bg img {
        height: 805px;
    }
    .online .info h2 {
        font-size: 1.4em;
        margin-top: 56px;
    }
}

/* ========================================
    End Online Style  ==================*/

/* ========================================
    Start Card Style  ==================*/
.online-campus {
    position: relative;
}
.online-campus .word {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.online-campus .card {
    max-width: 449px;
    margin: auto;
}
.card ul li a span {
    color: var(--scendColor);
}
.card-title {
    background-color: var(--mainColor);
    color: var(--white);
    position: relative;
    text-align: center;
    font-size: 3em;
    margin-bottom: 30px;
    padding: 20px;
}
.card-title::before {
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 40px;
    border-color: var(--mainColor) transparent transparent transparent;
    bottom: -70px;
    left: 50%;
    transform: translateX(-50%);
}
.card-title.tow {
    background-color: var(--scendColor);
}
.card-title.tow::before {
    border-color: var(--scendColor) transparent transparent transparent;
}
.card-body {
    box-shadow: 0 4px 5px 0 var(--gray) !important;
}
@media (max-width: 992px) {
    .online-campus .word {
        position: relative;
        display: block;
        z-index: 1;
        text-align: center;
    }
    .online-campus .word::after {
        content: "";
        position: absolute;
        background-color: var(--white);
        display: block;
        width: 80px;
        height: 40px;
        z-index: -1;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .online-campus .word::before {
        content: "";
        position: absolute;
        height: 4px;
        width: 100%;
        background-color: var(--scendColor);
        z-index: -2;
        bottom: 13px;
        left: 0;
    }
}
/* ========================================
    End Card Style  ==================*/

/* ========================================
    Start Read More  ==================*/
.read-more .borderR {
    border-right: 2px solid var(--black);
}
.read-more .item {
    margin-bottom: 10px;
}
.read-more .item img {
    height: 160px;
}

.read-more .read-info h5 {
    color: var(--mainColor);
}
.read-more .read-info span {
    color: var(--scendColor);
}
.read-more .read-info a {
    color: var(--scendColor);
    display: block;
    text-align: right;
}
.read-more .data {
    text-align: center;
    border-radius: 50%;
    border: 2px solid var(--mainColor);
    height: 100px;
    width: 100px;
    line-height: 100px;
    transition: border 0.4s;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.read-more .data:hover {
    border: 2px solid var(--scendColor);
}
.read-more .data h5 {
    color: var(--mainColor);
    font-size: 1.7em;
    margin: 0;
    font-weight: bold;
}
@media (max-width: 992px) {
    .read-more .borderR {
        border-right: none;
    }
    .read-more .data {
        height: 80px;
        width: 80px;
        line-height: 80px;
        margin-top: 20px;
    }
    .read-more .data h5 {
        font-size: 1.3em;
    }
    .read-more .info-item.bt {
        border-top: 3px solid var(--mainColor);
        padding-top: 15px;
    }
}
/* ========================================
    End Read More ==================*/

/* ========================================
    Start Feadback  ==================*/
.feadback i.faed {
    position: absolute;
    border-radius: 50%;
    background-color: var(--mainColor);
    color: var(--white);
    font-size: 3em;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 999;
}
.feadback i.faed.left {
    left: -80px;
}
.feadback i.faed.right {
    right: -80px;
}
.feadback {
    box-shadow: 0 0 15px 0 var(--gray);
}
.feadback .item .shadow {
    border: 2px solid var(--mainColor);
}
.feadback .item .shadow .user-info {
    position: relative;
    top: -10px;
    background-color: var(--white);
}
.feadback .item .shadow .user-info img {
    transform: scale(1.3);
    margin-right: 40px;
    margin-top: 20px;
}
.feadback .item .shadow .user-info div {
    position: relative;
    top: 50px;
}
.feadback .item .shadow .user-info h5 {
    color: var(--mainColor);
}
.feadback .item .shadow .user-info span {
    color: var(--scendColor);
    margin: 10px 0;
    display: block;
}
@media (max-width: 992px) {
    .feadback .item .user {
        padding-top: 100px !important;
    }
    .feadback .item .shadow .user-info {
        flex-direction: column;
        text-align: center;
        top: -90px;
    }
    .feadback .item .shadow .user-info img {
        transform: scale(1);
        margin-right: 0;
    }
    .feadback .item .shadow .user-info div {
        top: 0px;
    }
    .feadback i.faed.left {
        left: 0;
    }
    .feadback i.faed.right {
        right: 0;
    }
}
/* ========================================
    End Feadback ==================*/

/* ========================================
    Start Quick Forms ==================*/
.quick input {
    border: 1px solid var(--mainColor);
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.8);
}
.quick button {
    background-color: var(--scendColor);
    color: var(--white) !important;
    border: 1px solid transparent;
}
/* ========================================
    End Quick Forms ==================*/

/* ========================================
    Start Footer ==================*/
footer {
    background-color: var(--mainColor);
    color: var(--white);
}

.fot-mop .text {
    padding-left: 10px;
    margin-bottom: 10px;
}
.fot-mop .content h2 {
    font-size: 2em;
}
.bg-fot-mop {
    background-color: #012c3f;
}
.fot-mop img {
    width: 100%;
}
/* ========================================
    End Footer ==================*/

/* ========================================
    Start About Page ==================*/
.about-header {
    color: var(--white);
    display: flex;
    align-items: center;
    position: relative;
    height: 240px;
}
.about-header img {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    height: 240px;
}
.about-header .title {
    border-left: 4px solid var(--white);
    padding: 0 15px;
    text-shadow: 0 3px var(--mainColor);
}
.menu {
    z-index: 999;
    position: relative;
}
.menu-list {
    position: absolute;
    background-color: rgba(0, 69, 98, 0.8);
    min-width: 170px;
    top: 75px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.9s, visibility 0.9s;
}
.menu:hover .menu-list {
    opacity: 1;
    visibility: visible;
}
.menu-list a,
.list-of-list li {
    padding: 5px 15px;
    position: relative;
    display: block;
}
.menu-list a::before,
.list-of-list li::before {
    position: absolute;
    width: 5px;
    content: "";
    height: 5px;
    background-color: var(--white);
    right: 10px;
    top: 13px;
    border-radius: 50%;
}
.list-of-list {
    position: absolute;
    right: -160px;
    background-color: rgba(0, 69, 98, 0.8);
    min-width: 150px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s, visibility 0.4s;
}
.menu-list a:hover > .list-of-list {
    opacity: 1;
    visibility: visible;
}
.menu-list a:not(:last-child),
.list-of-list li:not(:last-child) {
    border-bottom: 1px solid var(--mainColor);
}

.about-content .head {
    background-color: var(--scendColor);
    color: var(--white);
    padding: 10px 25px;
    border-left: 10px solid var(--mainColor);
    margin-bottom: 0;
    justify-content: space-between;
}
#accordion {
    box-shadow: 0 0 10px 0 #ccc;
}
.card-header .fa-bars {
    display: inline-block;
}
.card-header .fa-angle-right {
    display: none;
}
.collapsed .fa-bars {
    display: none;
}
.collapsed .fa-angle-right {
    display: inline-block;
}
.about-content .card {
    border: none;
    overflow: hidden;
}
.about-content .card .collapse {
    border-bottom: 2px solid var(--black);
    width: 95%;
    margin: auto;
}
.about-content .card-header {
    background-color: transparent !important;
    border-bottom: none;
    padding: 0 20px;
}
.about-content .card-body {
    margin-left: 30px;
    box-shadow: none !important;
    padding: 0 20px;
    width: 250px;
}
.btn-link,
.about-content .card-body ul li a {
    font-size: 1.2em;
    color: var(--mainColor);
    border-bottom: 2px solid var(--mainColor);
    width: 100%;
    display: inline-block;
    text-align: left;
}
.btn-link:hover {
    color: var(--scendColor);
}
@media (max-width: 767px) {
    .about-header .title {
        width: 205px;
        position: absolute;
        left: 10px;
        top: 10px;
    }
    .about-header .title h2 {
        font-size: 30px;
    }
    .about-header .title span {
        font-size: 16px;
    }
    .about-header {
        height: 150px;
        position: relative;
    }
    .about-header img {
        height: 150px;
    }
}
/* ========================================
    End  About Page ==================*/
