@import url('https://fonts.googleapis.com/css2?family=Kaisei+Tokumin:wght@400;500;700;800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto Condensed' !important;
    /* overflow: hidden; */
}

.navbar {
    background: transparent !important;
    padding: 0 15px;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #fff;
}

.nav-item {
    margin: 0 15px;
}

.nav-link:focus,
.nav-link:hover {
    color: #000 !important;
    /* background: #f47937; */
    /* border-radius: 9px; */
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7);
    color: #000 !important;
}

.nav-item {
    margin: 0 15px;
    border-radius: 9px;
    padding: 0px 10px;
}

.navbar-light .navbar-nav .nav-link {
    margin: 0 15px;
    border-radius: 9px;
    padding: 4px 5px;
    color: rgba(0, 0, 0, .55);
}

.header {
    position: relative;
    /* top: -28px; */
    z-index: 100000000;
    width: 100%;
    height: 100px;
    /* overflow: hidden; */
}

/* End CSS Who We Ar */
/* Start CSS Header */
header {
    position: relative;
    width: 100%;
    min-height: 40px;
    overflow: hidden;
    /* top: 37px; */
    background: #000;
    /* font-family: "Open Sans"; */
}

.head1 {
    /* margin-top: 5px; */
    padding-left: 10px;
    display: flex;
    /* align-items: center; */
    /* font-weight: 400; */
    /* font-size: 13px; */
    font-variant-caps: all-small-caps;
    overflow: auto;
}

.head1::-webkit-scrollbar {
    display: none;
}

.head1 h4 {
    color: #fff;
    /* font-size: 16px; */
    font-weight: 300;
    margin: 0;
    margin-top: -5px;
}

.head1 a {
    color: #fff;
    font-weight: 500;
    font-size: 20px !important;
    text-decoration: none;
    margin: auto 24px;
    transition: 0.5s;
    cursor: pointer;
    white-space: nowrap;
}

.head1 a:hover {
    color: #fff;
}

.head2 {
    align-items: center;
}

.head2 a {
    z-index: 10000;
    font-size: 14px;
    color: #fff;
    margin-right: 13px;
    text-decoration: none;
    transition: 0.5s;
    /* font-family: "Open Sans"; */
}

.head2 a:hover {
    color: #0569ff;
}

.head2 a {
    font-size: 18px;
}


nav {
    position: absolute;
    /* top: 60px; */
    width: 100%;
    z-index: 1000;
    background: transparent;
    /* padding: 10px; */
    display: flex !important;
    justify-content: space-between;
}

nav .logo {
    padding: 0 15px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    /* width: 200px; */
    height: 100px;
}

.logo .imgbox {
    margin-right: 15px;
    position: relative;
    width: 257px;
    height: 80px;
    overflow: hidden;
}

.logo .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.logo .brand h2 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}

.item {
    position: relative;
    padding: 0 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.item ul {
    display: flex;
}

.item li {
    margin: auto 15px;
    list-style: none;
}

.item a {
    position: relative;
    color: #fff;
    text-decoration: none;
    padding: 8px 15px;
    font-weight: 400;
    transition: .5s transform;
    font-size: 15px;
}

.item a.active {
    /* position: absolute; */
    border: 2px solid #fff;
    width: 99%;
    height: 95%;
    top: 0;
    left: 0;
    font-size: 17px;
    font-weight: 600;
    transform-origin: left top;
    transition: .5s transform;
    border-radius: 3px;
    transform: scale(1);
}

.item a::before {
    content: '';
    position: absolute;
    border: 2px solid #fff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform-origin: left top;
    transition: .5s transform;
    border-radius: 3px;
    transform: scale(0);
}

.item a:hover {
    color: #fff;
}

.item a:active {
    color: #fff;
}

.nav-link:focus,
.nav-link:hover {
    color: #fff !important;
}

.dropdown-item.active,
.dropdown-item:active {
    background: #f79424 !important;
}

.item a:hover:before {
    content: '';
    position: absolute;
    border: 2px solid #fff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform-origin: right bottom;
    border-radius: 3px;
    transform: scale(1);
}

.sec1 {
    position: relative;
    height: 95vh;
    width: 100%;
}

.sec1::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
    background: linear-gradient(to bottom, #000, transparent);
    z-index: 100;
}

.sec1 .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;

    filter: saturate(0.3);

}

.gray-background {
    position: relative;
    width: 100%;
    height: 158px;
    top: 57.5%;
    left: 0;
    background: linear-gradient(45deg, #f79424a6, #5ac8e978, #ec2040bf);
    /* backdrop-filter: blur(6px); */
    /* backdrop-filter: blur(8px); */
    overflow: hidden;
}

.gray-background::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 200px;
    /* background: linear-gradient(to bottom, #000,transparent); */
    top: 0;
    left: 0;
}

.textSec1 {
    position: relative;
    z-index: 3;
    color: #fff;
    width: 25%;
    padding: 15px 10px;
    display: flex;
    justify-content: center;
    height: 100%;
    left: 30px;
    flex-direction: column;
    letter-spacing: 3px;
}

.textSec1 h3 {
    font-size: 30px;
    font-weight: 600;
}

.textSec1 h3:last-child {
    position: relative;
    left: 69px;
}

.sec2 {
    position: relative;
    height: 50vh;
    width: 100%;
    background: #ececec;
}

.contain {
    position: relative;
    height: 100%;
}

.message {
    width: 60%;
}

.message h1 {
    position: relative;
    font-size: 50px;
    font-weight: 600;
    display: inline;
}

.message h1::before {
    position: absolute;
    content: '';
    width: 30px;
    height: 3px;
    background: #57c7e6;
    top: 50%;
    left: -40px;
}

.message h1::after {
    position: absolute;
    content: '';
    width: 30px;
    height: 3px;
    background: #57c7e6;
    top: 50%;
    left: 130px;
}

.message p {
    font-size: 20px;
    font-weight: 400;
}

.dividLeft,
.dividRight {
    position: relative;
    width: 50px;
    height: 70%;
    background: #57c7e6;
}


.sec3 {
    position: relative;
    height: auto;
    width: 100%;
    background: #ececec;
    overflow: hidden;
}
.cardOver {
    /* cursor: pointer; */
    position: relative;
    border-radius: 10px;
    height: 300px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.267);
}

.cardOver .imgbg {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.cardOver .imgbg::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.493);
    /* overflow: hidden; */
}

.imgbg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(1);
    backdrop-filter: brightness(10px);
    transition: .5s;
}

.cardOver:hover img {
    filter: grayscale(0);
}

.text2 {
    width: 100%;
    z-index: 3;
    color: #fff;
}

.text2 a {
    position: relative;
    color: #fff;
    text-shadow: 0 8px 10px rgba(0, 0, 0, 0.295);
    margin-top: 10px;
    background: #f79424;
    padding: 15px;
    padding-top: 10px;
    border-radius: 50%;
    text-decoration: none;
    width: 70px;
    height: 70px;
    font-weight: 600;
}

.text2 a:hover {
    color: #fff;
}

.dropdown-item {
    color: #000 !important;
}

.text2 a:hover {
    color: #fff;
}

.text2 a::before {
    position: absolute;
    content: '';
    border: 3px solid #f79424;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    top: 0px;
    left: 0px;
    transform: scale(0);
    animation: abod infinite;
    animation-duration: 1.5s;
}

.text2 a h3 {
    font-size: 18px;
}
.sec4 {
    position: relative;
    height: 60vh;
    width: 100%;
    overflow: hidden;
}

.sec4::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.637);
}

.box {
    position: relative;
    width: 70%;
    height: 81%;
    background: #fff;
    z-index: 3;
    border-radius: 5px;
    box-shadow: 0 8px 20px rgb(0 0 0 / 21%);
    /* padding: 15px; */
    overflow: hidden;
    padding-left: 40px;
}

.box h1 {
    font-size: 45px;
    font-weight: 600;
}

.box h6 {
    font-size: 24px;
    color: #7a7a7a;
}

.box h5 {
    margin-top: 40px;
    font-size: 24px;
    font-weight: 600;
}

.course1,
.course2,
.course3 {
    color: #000;
    font-size: 30px;
    text-decoration: none;
    border: 2px solid #000;
    padding: 10px 14px;
    border-radius: 7px;
    position: relative;
    letter-spacing: 2px;
    top: -104px;
    text-decoration: none;
    transition: .5s;
}

.course1:hover {
    color: #fff;
    background: #f79424;
    text-decoration: none;
    border: 2px solid #f79424;
}
.course2:hover {
    color: #000;
    background: #57c7e6;
    text-decoration: none;
    border: 2px solid #57c7e6;
}
.course3:hover {
    color: #fff;
    background: #8e1833e6;
    text-decoration: none;
    border: 2px solid #8e1833e6;
}

.sec5 {
    position: relative;
    height: 70vh;
    width: 100%;
    background: #f79424;
    overflow: hidden;
}

@keyframes abod {
    0% {
        width: 70px;
        height: 70px;
        border: 3px solid #f79424;
    }

    100% {
        transform: scale(1.5);
        opacity: .3;
        border: 2px solid #f79424;
    }

}

::-webkit-scrollbar {
    background: #c9c8c8;
    width: 5px;
}

::-webkit-scrollbar-thumb {
    width: 8px;
    border-radius: 20px;

    background: #7a7a7a;
}

::-webkit-scrollbar-track {
    width: 20px;
    height: 20px;
}

::-webkit-scrollbar-corner {
    width: 20px;
    height: 20px;
}

.mySlides {
    display: none;
}

img {
    vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

.ss h1 {
    font-weight: 700;
}

.card {
    padding: 15px;
}

.info h5 {
    font-size: 20px;
}

.info h6 {
    color: #717171;
}

.info h2 {
    font-size: 25px;
}

.avatar {
    position: relative;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 20px;
}

.avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* The dots/bullets/indicators */
.dot {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.1s ease;
}

.active {
    background-color: #717171;
}

/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 5s;
    animation-name: fade;
    animation-duration: 5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .8
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .8
    }

    to {
        opacity: 1
    }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
    .text {
        font-size: 11px
    }
}

@media screen and(max-width:425px) {
    .sec2 {
        height: auto;
        min-height: 80vh;
    }
}

.cs {
    display: flex;
    position: relative;
    align-items: baseline;
    justify-content: space-around;
    top: 13px;
}

.box h6 {
    font-size: 20px;
    font-weight: 500;
    color: #7a7a7ac2;
    animation: trifck1 infinite;
    animation-duration: 7s;
    animation-delay: 1s;
    transition: .5s;
}

.box h5:first-child {
    margin-top: 40px;
    font-size: 22px;
    font-weight: 500;
    animation: trifck2 8s infinite;
    animation-delay: 1s;
    transition: .5s;
}

.box h5:last-child {
    margin-top: 40px;
    font-size: 22px;
    font-weight: 500;
    animation: trifck1 5s infinite;
    animation-delay: 1s;
    transition: .5s;
    color: #7a7a7ac2
}

.text3 {
    position: relative;
    top: -4px;
}

@keyframes trifck1 {
    0% {
        color: #7a7a7ac2;
        /* font-weight: 400;
        font-size: 20px; */
    }

    50% {
        color: #000;
        /* font-weight: 600;
        font-size: 22px; */
    }

}

@keyframes trifck2 {
    0% {
        color: #000;
        /* font-weight: 600;
        font-size: 22px; */
    }

    50% {
        color: #7a7a7ac2;
        /* font-weight: 400;
        font-size: 20px; */
    }

}

.sec6 {
    position: relative;
    height: 70vh;
    width: 100%;
    background: #ececec;
    overflow: hidden;
}

.partnerH1 {
    font-weight: 700;
}

.Part {
    padding: 20px;
}

.Part a {
    color: #000;
    font-size: 27px;
    text-decoration: none;
}

.Part a:hover {
    color: #f79424;
}

.imgpart {
    position: relative;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 20px;
    /* border: 1px solid #000; */
    background: #fff;
    box-shadow: 0 6px 10px #00000036;
}

.imgpart img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

footer {
    position: relative;
    bottom: 0;
    overflow: hidden;
    /* height: 80vh; */
    background: url("img/tc1aa.af6ef4e6.jpg");
    background-clip: border-box;
    background-size: cover;
    z-index: 100;
}

footer::before {
    position: absolute;
    content: "";
    background: #f7942440;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.brand {
    z-index: 2;
}

.Logo img {
    /* border: 1px solid #fff; */
    box-shadow: 0px 33px 36px -1px #feffff75;
}

.brand h1 {
    color: #fff;
    font-weight: 800;
    margin: 10px auto;
    text-shadow: 0 8px 20px rgb(0 0 0 / 50%);
}

.brand h4 {
    color: #fff;
    font-weight: 700;
    margin: 10px auto;
}

.soc {
    z-index: 2;
    margin: 20px auto;
}

.soc a {
    border: 1px solid #fff;
    border-radius: 50%;
    margin: auto 20px;
    padding: 10px;
    text-decoration: none;
}

.contact {
    z-index: 2;
    color: #fff;
    margin-bottom: 20px;
}

.contact a {
    position: relative;
}

.contact a::before {
    position: absolute;
    content: "";
    width: 200%;
    height: 2px;
    background: #fff;
    top: 50%;
    left: -210%;
}

.contact a::after {
    position: absolute;
    content: "";
    width: 200%;
    height: 2px;
    background: #fff;
    top: 50%;
    left: 100%;
}

.contact h6 {
    font-weight: 300;
    font-size: 18px;
}

.fact {
    z-index: 2;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.fact a {
    color: #fff;
    text-decoration: none;
    margin: auto 20px;
}

.soc a,
.contact a {
    color: #fff;
    transition: .5s;
}

.contact a:hover {
    color: #fff;

}

.soc a:hover {
    background: #fff;
    color: #213a5e;
    box-shadow: 0 0px 20px #fff;
}

.copy a:hover,
.fact a:hover {
    color: #fff !important;
    text-shadow: 0 0 20px #fff;
}

.copy a {
    z-index: 2;
    color: #fff;
    transition: .5s;
}

.copy p {
    margin: 0;
    /* margin-top: 10px;     */
    z-index: 2;
    color: #fff;
}

@media screen and (max-width: 1024px) {
    .headChild1 a {
        z-index: 10000;
    }

    .navbar-nav a {
        font-size: 15px;
    }

    .navbar-brand .brand h2:first-child {
        font-size: 17px;
    }

    .navbar-brand .brand h2:last-child {
        font-size: 16px;
    }
}

@media screen and (max-width: 991px) {
    
    .box {
        display: none;
    }

    .dropda {
        display: none;
    }

    .nav-item {
        height: 40px;
    }

    

    .corona h6 {
        font-size: 17px;
    }

    .dropdown-menu[data-v-bc92a38e] {
        position: absolute !important;
    }

    .nav-item:hover .dropdown-menu {
        display: block !important;
    }
}

@media screen and (max-width: 700px) {
    .corona h6 {
        font-size: 14px;
    }

    .headChild1 {
        display: none;
    }

    .headChild1 a {
        display: none;
    }
}
#preloader {
    background: #fff;
    background-size: cover;
    min-height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 100000000000000000000000000000000000;
}