a {
    text-decoration: unset;
}

#bannervideo {
    width: 100%;
    height: auto;
}


.owl-test-carousel .owl-item img {
    width: 100% !important;
    height: auto !important;
}

.owl-test-carousel .owl-nav,
.owl-test-carousel .owl-dots {
    display: none;
}

.owl-test-carousel {
    display: none;
    /* hide before initialization */
}

.owl-test-carousel.owl-loaded {
    display: block;
    /* show after it's loaded */
}


.subheading {
    padding-left: 0px !important;
    font-size: 20px;
}

.subheading.lightblue::after {
    content: '';
    background: #0099cb;
    width: 90px;
    height: 3px;
    /* position: relative; */
    display: block;
}

.subheading.logisticstitle::after {
    content: '';
    background: #0099cb;
    width: 100%;
    height: 3px;
    /* position: relative; */
    display: block;
}

.coursestitle::after {
    content: '';
    background: #0099cb;
    width: 100%;
    height: 3px;
    /* position: relative; */
    display: block;
}

.gallerytitle::after {
    content: '';
    background: #0099cb;
    width: 100%;
    height: 3px;
    /* position: relative; */
    display: block;
}

.whojointitle::after {
    content: '';
    background: #0099cb;
    width: 100%;
    height: 3px;
    /* position: relative; */
    display: block;
}

.ouremployerstilte::after {
    content: '';
    background: #0099cb;
    width: 100%;
    height: 3px;
    /* position: relative; */
    display: block;
}

.testimonialtilte::after {
    content: '';
    background: #0099cb;
    width: 100%;
    height: 3px;
    /* position: relative; */
    display: block;
}

.ourcoursestitletext::after {
    content: '';
    background: #0099cb;
    width: 100%;
    height: 3px;
    /* position: relative; */
    display: block;
}

.whychooseus::after {
    content: '';
    background: #0099cb;
    width: 100%;
    height: 3px;
    /* position: relative; */
    display: block;
}

.ourpromisetilte::after {
    content: '';
    background: #0099cb;
    width: 100%;
    height: 3px;
    /* position: relative; */
    display: block;
}

/* .coursestitle::after {
        
    } */

.coursestitle {
    width: fit-content;
    margin: auto;
}

.gallerytitle {
    width: fit-content;
    margin: auto;
}

.ouremployerstilte {
    width: fit-content;
    margin: auto;
}

.testimonialtilte {
    width: fit-content;
    margin: auto;
}

.whojointitle {
    width: fit-content;
    margin: auto;
}

.ourpromisetilte {
    width: fit-content;
    margin: auto;
}

.ourcourses {
    width: fit-content;
    margin: auto;
}

.ourcoursestitletext {
    width: fit-content;
    margin: auto;
}

.logisticstitle {
    width: fit-content;
    margin: auto;
}

.joinourcourse {
    width: fit-content;
    margin: auto;
}

.whychooseus {
    width: fit-content;
    margin: auto;
}

#aboutdiv {
    background-color: #181e2c;
}

.coursebtn {
    background-color: #181e2c;
    width: 300px;
}

#eapps-instagram-feed-1>a {
    display: none;
    width: 0px;
    overflow: hidden;
}

#gallery .brands_slider_container {
    height: 300px;
    border: unset;
    box-shadow: unset;
    background-color: unset;
}

#gallery .brands_slider_container img {
    width: 300px;
    height: 275px;
}

.brands {
    padding-top: 132px !important;
}

/* .counter-sec {
        top: -200px;
    } */
@media (max-width: 768px) {
    .counterparent {
        height: 600px;
    }
}

.darkblue {
    color: #173466;
}

.lightblue {
    color: #0099cb;
}


.coursebtn:hover {
    transform: scale(1.05);
    /* background-color: #0055aa; */
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    color: #0099cb !important;
}

.btn-light:hover::before {
    background: #173466 !important;
}

.ourcoursebtn {
    border: 2px solid #173466 !important;
    background: #173466;
    color: #fff;
    display: flex;
    align-items: center;
    margin: auto;
}

.ourcoursebtn::before {
    content: '';
    width: 3px;
    height: 30px;
    background: #fff;
    position: relative;
    display: inline-block;
    margin-right: 10px;
}


/*Image box*/
.img-box {
    border-radius: 20px;
    box-shadow: 14px 14px 14px #000;
}

.img-box img {
    transition: transform 0.4s ease, filter 0.4s ease;
    filter: brightness(40%);
    height: auto;
}

.img-box:hover img {
    transform: scale(1.1);
    filter: brightness(70%);
}

.overlay-text {
    transition: opacity 0.4s ease;
    opacity: 1;
    top: 50%;
    position: absolute !important;
}

.overlay-text .title {
    color: #fff;
}

.img-box:hover .overlay-text {
    opacity: 1;
}

/*Image box end*/

.ourpromise {
    background-color: #181e2c;
}

#accordion .card-header {
    background-color: #181e2c;
}

#accordion .card-header a {
    color: #fff;
    text-align: left;
    width: 100%;
}

#accordion .card-body {
    color: #173466;
}

h1 {
    font-size: 25px;
}

#accordion .card-header a i {
    float: right;
}

#accordion .card-header a .downarrow {
    display: none;
}

#accordion .card-header a .uparrow {
    display: block;
}

#accordion .card-header.collapsed a .downarrow {
    display: block;
}

#accordion .card-header.collapsed a .uparrow {
    display: none;
}



.brands_slider_container {
    border: unset;
    box-shadow: unset;
}

/**gallery slider*/
#gallerySlider {
    position: relative;
}

#gallerySlider .MS-content {
    white-space: nowrap;
    overflow: hidden;
    margin: 0 5%;
}

#gallerySlider .MS-content .item {
    display: inline-block;
    width: 33.3333%;
    position: relative;
    vertical-align: top;
    overflow: hidden;
    height: 100%;
    white-space: normal;
    padding: 0px 20px 20px 0px;
}

@media (max-width: 991px) {
    #gallerySlider .MS-content .item {
        width: 50%;
    }
}

@media (max-width: 767px) {
    #gallerySlider .MS-content .item {
        width: 100%;
    }
}

#gallerySlider .MS-content .item .imgTitle {
    position: relative;
}

#gallerySlider .MS-content .item .imgTitle .blogTitle {
    margin: 0;
    text-align: left;
    letter-spacing: 2px;
    color: #252525;
    font-style: italic;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.5);
    width: 100%;
    bottom: 0;
    font-weight: bold;
    padding: 0 0 2px 10px;
}

#gallerySlider .MS-content .item .imgTitle img {
    height: auto;
    width: 100%;
    border-radius: 20px;
    box-shadow: 14px 14px 14px #000;
}

#gallerySlider .MS-content .item p {
    font-size: 16px;
    margin: 2px 10px 0 5px;
    text-indent: 15px;
}

#gallerySlider .MS-content .item a {
    float: right;
    margin: 0 20px 0 0;
    font-size: 16px;
    font-style: italic;
    color: rgba(173, 0, 0, 0.82);
    font-weight: bold;
    letter-spacing: 1px;
    transition: linear 0.1s;
}

#gallerySlider .MS-content .item a:hover {
    text-shadow: 0 0 1px grey;
}

#gallerySlider .MS-controls button {
    position: absolute;
    border: none;
    background-color: transparent;
    outline: 0;
    font-size: 50px;
    top: 95px;
    color: rgba(0, 0, 0, 0.4);
    transition: 0.15s linear;
}

#gallerySlider .MS-controls button:hover {
    color: rgba(0, 0, 0, 0.8);
}

@media (max-width: 992px) {
    #gallerySlider .MS-controls button {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    #gallerySlider .MS-controls button {
        font-size: 20px;
    }
}

#gallerySlider .MS-controls .MS-left {
    left: 0px;
}

@media (max-width: 767px) {
    #gallerySlider .MS-controls .MS-left {
        left: -10px;
    }
}

#gallerySlider .MS-controls .MS-right {
    right: 0px;
}

@media (max-width: 767px) {
    #gallerySlider .MS-controls .MS-right {
        right: -10px;
    }
}

/*gallery slider end*/
/**employer slider*/
#employerSlider {
    position: relative;
}

#employerSlider .MS-content {
    white-space: nowrap;
    overflow: hidden;
    margin: 0 5%;
}

#employerSlider .MS-content .item {
    display: inline-block;
    width: 25%;
    position: relative;
    vertical-align: top;
    overflow: hidden;
    height: 100%;
    white-space: normal;
    padding: 0 10px;
}

@media (max-width: 991px) {
    #employerSlider .MS-content .item {
        width: 50%;
    }
}

@media (max-width: 767px) {
    #employerSlider .MS-content .item {
        width: 100%;
    }
}

#employerSlider .MS-content .item .imgTitle {
    position: relative;
}

#employerSlider .MS-content .item .imgTitle .blogTitle {
    margin: 0;
    text-align: left;
    letter-spacing: 2px;
    color: #252525;
    font-style: italic;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.5);
    width: 100%;
    bottom: 0;
    font-weight: bold;
    padding: 0 0 2px 10px;
}

#employerSlider .MS-content .item .imgTitle img {
    height: auto;
    width: 100%;
}

#employerSlider .MS-content .item p {
    font-size: 16px;
    margin: 2px 10px 0 5px;
    text-indent: 15px;
}

#employerSlider .MS-content .item a {
    float: right;
    margin: 0 20px 0 0;
    font-size: 16px;
    font-style: italic;
    color: rgba(173, 0, 0, 0.82);
    font-weight: bold;
    letter-spacing: 1px;
    transition: linear 0.1s;
}

#employerSlider .MS-content .item a:hover {
    text-shadow: 0 0 1px grey;
}

#employerSlider .MS-controls button {
    position: absolute;
    border: none;
    background-color: transparent;
    outline: 0;
    font-size: 50px;
    top: 95px;
    color: rgba(0, 0, 0, 0.4);
    transition: 0.15s linear;
}

#employerSlider .MS-controls button:hover {
    color: rgba(0, 0, 0, 0.8);
}

@media (max-width: 992px) {
    #employerSlider .MS-controls button {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    #employerSlider .MS-controls button {
        font-size: 20px;
    }
}

#employerSlider .MS-controls .MS-left {
    left: 0px;
}

@media (max-width: 767px) {
    #employerSlider .MS-controls .MS-left {
        left: -10px;
    }
}

#employerSlider .MS-controls .MS-right {
    right: 0px;
}

@media (max-width: 767px) {
    #employerSlider .MS-controls .MS-right {
        right: -10px;
    }
}

/*employer slider end*/
/**testimonial slider*/
#testimonialSlider {
    position: relative;
}

#testimonialSlider .MS-content {
    white-space: nowrap;
    overflow: hidden;
    margin: 0 5%;
}

#testimonialSlider .MS-content .item {
    display: inline-block;
    width: 33.3333%;
    position: relative;
    vertical-align: top;
    overflow: hidden;
    height: 100%;
    white-space: normal;
    padding: 0 10px;
}

@media (max-width: 991px) {
    #testimonialSlider .MS-content .item {
        width: 50%;
    }
}

@media (max-width: 767px) {
    #testimonialSlider .MS-content .item {
        width: 100%;
    }
}

#testimonialSlider .MS-content .item .imgTitle {
    position: relative;
}

#testimonialSlider .MS-content .item .imgTitle .blogTitle {
    margin: 0;
    text-align: left;
    letter-spacing: 2px;
    color: #252525;
    font-style: italic;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.5);
    width: 100%;
    bottom: 0;
    font-weight: bold;
    padding: 0 0 2px 10px;
}

#testimonialSlider .MS-content .item .imgTitle img {
    height: auto;
    width: 100%;
}

#testimonialSlider .MS-content .item p {
    font-size: 16px;
    margin: 2px 10px 0 5px;
    text-indent: 15px;
}

#testimonialSlider .MS-content .item a {
    float: right;
    margin: 0 20px 0 0;
    font-size: 16px;
    font-style: italic;
    color: rgba(173, 0, 0, 0.82);
    font-weight: bold;
    letter-spacing: 1px;
    transition: linear 0.1s;
}

#testimonialSlider .MS-content .item a:hover {
    text-shadow: 0 0 1px grey;
}

#testimonialSlider .MS-controls button {
    position: absolute;
    border: none;
    background-color: transparent;
    outline: 0;
    font-size: 50px;
    top: 95px;
    color: rgba(0, 0, 0, 0.4);
    transition: 0.15s linear;
}

#testimonialSlider .MS-controls button:hover {
    color: rgba(0, 0, 0, 0.8);
}

@media (max-width: 992px) {
    #testimonialSlider .MS-controls button {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    #testimonialSlider .MS-controls button {
        font-size: 20px;
    }
}

#testimonialSlider .MS-controls .MS-left {
    left: 0px;
}

@media (max-width: 767px) {
    #testimonialSlider .MS-controls .MS-left {
        left: -10px;
    }
}

#testimonialSlider .MS-controls .MS-right {
    right: 0px;
}

@media (max-width: 767px) {
    #testimonialSlider .MS-controls .MS-right {
        right: -10px;
    }
}

/*testimonial slider end*/

@media (max-width: 767px) {
    .video-hero {
        display: flex;
        justify-content: center;
    }

    .video-hero {
        position: relative;
        /* height: 70vh; */
        overflow: hidden;
        color: #fff;
        text-align: center;
    }

    .video-hero video {
        width: 100%;
        height: auto;
        min-height: 70vh;
    }
}



@media (min-width: 768px) {
    .video-hero video {
        width: 100%;
        min-height: 40vh;
    }
}

.video-hero .content {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
}

.video-hero .content .title {
    font-size: 50px;
    color: #fff;
    text-transform: uppercase;
}

.video-hero .content .subtitle1 {
    color: #fff;
    font-size: 30px;
}

.video-hero .content .subtitle2 {
    color: #fff;
    font-size: 45px;
}

.video-hero .content .subtitle2 span {
    color: #ffff00;
}

@media (max-width: 767px) {
    .video-hero .content {
        top: 30%;
    }

    .video-hero .content .title {
        font-size: 30px;
        color: #fff;
        text-transform: uppercase;
    }

    .video-hero .content .subtitle1 {
        color: #fff;
        font-size: 20px;
    }

    .video-hero .content .subtitle2 {
        color: #fff;
        font-size: 25px;
    }
}

.modal.lightbox .carousel-item .ratio {
    /* background-color: #fff !important; */
}

.modal.lightbox .btn-close {
    /* background: #000 !important; */
}

.modal.lightbox .carousel-control .carousel-control-prev-icon,
.modal.lightbox .carousel-control .carousel-control-next-icon {
    /* background-color: #000; */
}

.lightbox-carousel {
    /* background: #fff; */
}