﻿body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}

.main {
    width: 100%;
    color: #000033 !important;
}

#banner {
    padding: 5% 2% 6%;
    position: relative;
    color: white;
    background: rgba(0, 0, 0, 0.5);
    object-fit: cover;
}

    #banner video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

#internship {
    padding: 5% 2% 8%;
}

#gallery {
    /* padding: 3% 2% 8%;*/
    /* permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b5bdc8+0,828c95+36,28343b+100; grey+black+3d */
    background: linear-gradient(to bottom, rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%); /* w3c, ie10+, ff16+, chrome26+, opera12+, safari7+ */
}

#training1 {
    padding: 10% 2% 8%;
}

#testimonial {
    padding: 4% 2% 2%;
}

#contact {
    padding: 10% 2% 8%;
}

.bd-blue-043 {
    color: #fff;
    background-color: #000043;
}

.topnav {
    overflow: hidden;
    background-color: #000043;
}

    .topnav a {
        float: left;
        display: block;
        color: #f2f2f2;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
    }

        .topnav a:hover {
            background-color: #ddd;
            color: grey;
        }

    .topnav .icon {
        display: none;
    }

.title {
    box-shadow: inset 0 0 0 0 #000033;
    color: #000066;
    margin: 0 -.25rem;
    padding: 0 .25rem;
    transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
}

    .title:hover {
        box-shadow: inset 600px 0 0 0 #000033;
        color: white;
    }

.hover-div {
    background-color: none;
    border-radius: 5px;
}

    .hover-div:hover {
        background-color: #f2f2f2;
        box-shadow: #000066;
    }

#training {
    padding: 2% 0% 6%;
}

@media screen and (max-width: 480px) {
    .topnav a:not(:first-child) {
        display: none;
    }

    .topnav a.icon {
        float: right;
        display: block;
    }

    #training {
        padding: 14% 0% 6%;
        height: 100%;
    }

    #banner {
        padding: 15% 2% 8%;
    }

    #internship {
        padding: 13% 2% 8%;
    }

    #testimonial {
        padding: 12% 2% 2%;
    }

    .slideshow-container {
        width: 50%;
    }

    .fade {
        transform: scale(.85);
        display: flex;
        padding-left: 20px;
    }
}

@media screen and (max-width: 600px) {
    .topnav.responsive {
        position: relative;
    }

        .topnav.responsive .icon {
            position: absolute;
            right: 0;
            top: 0;
        }

        .topnav.responsive a {
            float: none;
            display: block;
            text-align: left;
        }

    #training {
        padding: 12% 0% 6%;
    }

    #banner {
        padding: 15% 2% 8%;
    }

    #internship {
        padding: 13% 2% 8%;
    }

    #testimonial {
        padding: 12% 2% 2%;
    }

    .slideshow-container {
        width: 50%;
    }

    .fade {
        transform: scale(.85);
        display: flex;
        padding-left: 20px;
    }
}

@media screen and (max-width: 600px) @media (min-aspect-ratio: 16/9) {
    #vid {
        width: 100%;
        height: auto;
    }
}

@media (max-aspect-ratio: 16/9) {
    #vid {
        width: auto;
        height: 100%;
    }
}

.content {
    position: relative;
    color: white;
    width: 100%;
    padding: 20px;
}


/* #vid {
    position: relative;
    height: auto;
    background-size: cover;
    min-width: 100%;
    min-height: 100%;
} */

* {
    box-sizing: border-box;
}

body {
    font-family: Verdana, sans-serif;
}

.mySlides {
    display: none;
}

img {
    vertical-align: middle;
}


/* Slideshow container */

.slideshow-container {
    position: relative;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* Caption text */

.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}


/* Number text (1/3 etc) */

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}


/* The dots/bullets/indicators */

.dot {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbbbbb00;
    border-radius: 50%;
    display: inline-block;
    transition: all 0.5s ease-in-out;
}

.active {
    background-color: #717171fa;
}


/* Fading animation */

.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}


/* On smaller screens, decrease text size */

@media only screen and (max-width: 300px) {
    .text {
        font-size: 11px
    }
}
/*-------------------------------------
        5. New-arrivals 
--------------------------------------*/
.new-arrivals {
    padding: 0 0 70px;
}

.new-arrivals-content {
    margin-top: 80px;
}

.single-new-arrival {
    margin-bottom: 50px;
    text-align: center;
}

.single-new-arrival-bg {
    position: relative;
    /* min-height: 214px;*/
    background: #f8f9fc;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

    .single-new-arrival-bg img {
        width: auto;
        height: auto;
        -webkit-transition: .3s linear;
        -moz-transition: .3s linear;
        -ms-transition: .3s linear;
        -o-transition: .3s linear;
        transition: .3s linear;
    }

    .single-new-arrival-bg:hover img {
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -ms-transform: scale(1.3);
        -o-transform: scale(1.3);
        transform: scale(1.3);
    }

.single-new-arrival-bg-overlay {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(106,119,129,.1);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}

.single-new-arrival-bg:hover .single-new-arrival-bg-overlay {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.membersimg img {
    width: 100%
}

.members .new-arrival-cart {
    position: absolute;
    /* bottom: -14px; */
    z-index: 0;
    left: 0;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
}

    .members .new-arrival-cart p {
        line-height: 2;
        margin-left: 0px;
        margin-bottom: 0px;
    }

.statemember {
    display: flex;
    justify-content: center;
}

.banimgg {
    display: flex;
    flex-direction: column;
}

.bannerimage {
    display: flex;
}

#banner-col2 .bannnn {
    display: flex;
    flex-direction: row;
}

.banimg {
    display: flex;
}

.sale {
    position: absolute;
    top: 10px;
    right: 0;
    width: 60px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

    .sale p {
        color: #fff;
        font-weight: 500;
        font-size: 14px;
        line-height: 2.2;
    }

    .sale.bg-1 {
        background: #d8924c;
    }

    .sale.bg-2 {
        background: #47d93c;
    }

.new-arrival-cart {
    position: absolute;
    bottom: -14px;
    z-index: 0;
    left: 0;
    width: 100%;
    height: 35px;
    background: #33383c;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
    opacity: 0;
    visibility: hidden;
}

    .new-arrival-cart p {
        float: left;
        margin-left: 20px;
        color: #fff;
        font-size: 12px;
        line-height: 3;
    }

        .new-arrival-cart p a {
            color: #fff;
            font-weight: 400;
            font-size: 12px;
        }

        .new-arrival-cart p span.lnr.lnr-cart {
            margin-right: 10px;
        }

        .new-arrival-cart p span {
            text-transform: lowercase;
        }

p.arrival-review span {
    margin-right: 15px;
}

.single-new-arrival-bg:hover .new-arrival-cart {
    opacity: 1;
    visibility: visible;
    bottom: 0px;
}

.single-new-arrival h4 a {
    color: #5f5b57;
    font-size: 16px;
    font-weight: 500;
    margin: 26px 0 12px;
}

.arrival-product-price {
    color: #5f5b57;
    font-size: 16px;
    font-weight: 400;
}

.single-new-arrival:hover h4 a {
    color: #e99c2e;
}

.new-arrivals a {
    text-decoration: none;
    text-align: center;
}

.Section-Block-Header {
    color: #fff;
    background-color: #000043;
}

.bannnn .banimg {
    padding: 2px;
}

.banimgg img {
    padding: 2px;
}



.pic-ctn {
    width: 100vw;
    height: 200px;
}

@keyframes display {
    0% {
        transform: translateX(200px);
        opacity: 0;
    }

    10% {
        transform: translateX(0);
        opacity: 1;
    }

    20% {
        transform: translateX(0);
        opacity: 1;
    }

    30% {
        transform: translateX(-200px);
        opacity: 0;
    }

    100% {
        transform: translateX(-200px);
        opacity: 0;
    }
}

.pic-ctn {
    position: relative;
    width: 100vw;
    height: 300px;
    margin-top: 15vh;
}

    .pic-ctn > .banimg {
        position: absolute;
        top: 0;
        left: calc(50% - 100px);
        opacity: 0;
        animation: display 10s infinite;
    }

img:nth-child(2) {
    animation-delay: 2s;
}

img:nth-child(3) {
    animation-delay: 4s;
}

img:nth-child(4) {
    animation-delay: 6s;
}

img:nth-child(5) {
    animation-delay: 8s;
}

.navbar a {
    color: white;
}

    .navbar a:hover {
        color: black;
        background-color: white;
        text-decoration: none !important;
    }

.nav-link:focus, .nav-link:hover {
    text-decoration: none;
}

.navbar img {
    width: 70px;
    border-radius: 15%;
}

.navbar .header {
    margin-left: 30px
}

.navbar ul li a {
    margin-right: 30px;
}

.navbar button a {
    text-decoration: none;
    color: black;
    margin-right: 0px !important;
}

.navbar button {
    background: white;
    text-align: center;
}

    .navbar button a:hover {
        background: none;
        color: black;
    }

    .navbar button:hover {
        background-color: white;
        color: black;
    }

.navbar .loginbtn {
    margin-left: 237px;
    display: flex;
}

@media screen and (max-width: 767px) {
    .navbar .loginbtn {
        margin-left: 0px
    }

    .new-arrivals {
        margin-top: 28%;
    }
}

.navbar .dropdown-menu a {
    color: black;
}

..nav-link:focus, .nav-link:hover {
    color: white;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: white !important;
}


.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -1px;
    }

.navbar {
    margin-bottom: 0px !important;
}



.tabs {
    display: flex;
    list-style: none;
    padding: 0;
}

.tab {
    margin-right: 10px;
    padding: 10px;
    background-color: #eee;
    cursor: pointer;
}

    .tab:hover {
        background-color: #ddd;
    }

.tab-content {
    display: none;
}

    .tab-content.active {
        display: block;
    }

.carousel-inner button {
    border-radius: 5px;
    background-color: orange;
    padding: 8px;
    border: none;
}

.carousel-item {
    background-color: transparent;
}

.btns {
    display: flex;
    justify-content: space-around;
    padding-top: 2%;
}


.dialog-box {
    display: none;
    position: fixed;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.dialog-content {
    text-align: center;
}

    .dialog-content button {
        margin: 0 10px;
        padding: 5px 10px;
        background-color: #007bff;
        color: #fff;
        border: none;
        border-radius: 3px;
        cursor: pointer;
    }

        .dialog-content button:hover {
            background-color: #0056b3;
        }


.syllabus-content {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    background-color: #eeeeee;
    padding: 10px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    overflow: hidden;
}

.navbar-nav .nav-link:visited {
    color: white;
}

.navbar-nav .nav-link:hover {
    color: black;
}

.navbar {
    border-radius: 0px;
}
.btn-send:hover {
    color:white;
    background-color:black;
}


