@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700;800&display=swap');
*{
    font-family:'Poppins', sans-serif;
   
    box-sizing: border-box;
}
/********** Template CSS **********/
:root {
    --primary: #009CFF;
    --secondary: #777777;
    --light: #F8F8F8;
    --dark: #252525;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 10px;
    bottom: 20px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

/* header */
/* header contact icon */
.headerenquiryicon{
   color:#173466;
   font-size: 18px;
}
/* header contact title */
.headerenquirytitle{
    color: #202426;
    font-size: 17px;
    font-weight: 700;
}

.headerenquirycontent a{
    color:#173466;
}

.headerenquirycontent a:hover{
    color:#0099CB;
}

.downloadlink{
    color:#173466;
    font-weight: 500;
}

.downloadlink a:hover{
    color:#0099CB;
}



/*** Navbar ***/
.homecolor{
    color:#fff;
    font-size:18px;
}
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .dropdown-toggles::after{
    border: none;
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
    font-size: 10px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 21px;
    padding: 10px 0px;
    color: #FFFFFF;
    font-weight: 400;
    outline: none;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}

.navbar .navbar-nav .nav-link.active{
    background-color: #069BCC;
    padding: 10px 10px;
    color: #FFFFFF;
    font-weight: 400;
    outline: none;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}

.navbar .navbar-nav .nav-link:hover
 {
    color:#fff;
}


.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

/* navbar */
.navbarbgcolor{
    background-color: #181e2c;
    padding-top:0;
    padding-bottom:0;
}
/* menu underline animation */
.hover-underline-animation {
    display: inline-block;
    position: relative;
    color: 
  #0087ca;
  }
.hover-underline-animation:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #fff;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
  }
  .hover-underline-animation:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
  }

  .dropdown-menu{
    background-color: #0099CB !important;
    padding:0;
    z-index: 999;
    color:#fff;
  }

  .dropdown-item{
    color:#fff;
    font-size:14px;
    padding: 10px 40px 10px 10px;
    line-height: 20px;
  }

  .dropdown-item:active{
    background-color:#173466;
    color:#fff;
  }

  .dropdown-item:hover{
    background-color:#173466;
    color:#fff;
  }



  /* navbarbutton */
  .getstartedbtn{
    background-color: #0099cb;
    color: white;
    padding: 10px 20px;
    font-size: 14px;
    border: none;
  }

  .getstartedbtn{
    display: inline-block;
    position: relative;
    color:#fff;
  }

  .getstartedbtn:hover{
    color:#fff;
  }

  .getstartedbtn:after{
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color:#fff;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
  }

  .getstartedbtn:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
  }


@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 8px 0;
    }

    .navbar .navbar-nav {
        margin-top: 8px;
        border-top: 1px solid rgba(256, 256, 256, .1)
    }

    .navbar-brand {
        color:transparent !important;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
#header-carousel .carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
    z-index: 1;
}

#header-carousel .carousel-control-prev,
#header-carousel .carousel-control-next {
    width: 10%;
}

#header-carousel .carousel-control-prev-icon,
#header-carousel .carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

@media (max-width: 767px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 500px;
        margin-bottom: 0 !important;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        object-fit: cover;
    }
    .margii{
        margin-top: -400px !important;
    }

    .carousel-control-prev, .carousel-control-next {
        position: absolute;
        top: 0;
        bottom: 70%;
        z-index: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 15%;
        padding: 0;
        color: #fff;
        text-align: center;
        background: none;
        border: 0;
        opacity: .5;
        transition: opacity 0.15s ease;
    }
}

#header-carousel .carousel-indicators [data-bs-target] {
    width: 60px;
    height: 60px;
    text-indent: 0;
    margin-bottom: 15px;
    border: 2px solid #FFFFFF;
    border-radius: 60px;
    overflow: hidden;
}

#header-carousel .carousel-indicators [data-bs-target] img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--secondary);
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}

.banner-title{
    background-color: #fff;
    color:#333a65;
    font-size: 34px;
    padding: 10px;
    margin:0 auto;
}

.breadcrumb-item.active{
    color:#0099CB !important;
}

/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

.section-title::before {
    position: absolute;
    content: "";
    width: calc(100% + 80px);
    height: 2px;
    top: 4px;
    left: -40px;
    background: var(--primary);
    z-index: -1;
}

.section-title::after {
    position: absolute;
    content: "";
    width: calc(100% + 120px);
    height: 2px;
    bottom: 4px;
    left: -60px;
    background: var(--primary);
    z-index: -1;
}

.section-title.text-start::before {
    width: calc(100% + 40px);
    left: 0;
}

.section-title.text-start::after {
    width: calc(100% + 60px);
    left: 0;
}



/*** Img Border ***/
.img-border {
    position: relative;
    height: 100%;
    min-height: 400px;
}

.img-border::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 3rem;
    bottom: 3rem;
    border: 5px solid var(--primary);
    border-radius: 6px;
}

.img-border img {
    position: absolute;
    top: 3rem;
    left: 3rem;
    width: calc(100% - 3rem);
    height: calc(100% - 3rem);
    object-fit: cover;
    border-radius: 6px;
}


/*** Facts ***/
.fact-item {
    transition: .5s;
}

.fact-item:hover {
    margin-top: -10px;
    background: #FFFFFF !important;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}


/*** Service ***/
.service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
    border: 1px solid transparent;
    transition: .5s;
}

.service-item:hover {
    margin-top: -10px;
    box-shadow: none;
    border: 1px solid #DEE2E6;
}


/*** Feature ***/
.progress {
    height: 5px;
}

.progress .progress-bar {
    width: 0px;
    transition: 3s;
}


/*** Project ***/
.project-item a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: rgba(0, 0, 0, .5);
    border-radius: 6px;
    opacity: 0;
    transition: .5s;
}

.project-item:hover a {
    opacity: 1;
}

.project-carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
}

.project-carousel .owl-dot {
    width: 35px;
    height: 35px;
    margin: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #DEE2E6;
    border-radius: 35px;
    transition: .5s;
}

.project-carousel .owl-dot:hover,
.project-carousel .owl-dot.active {
    color: #FFFFFF;
    border-color: var(--primary);
    background: var(--primary);
}


/*** Team ***/
.team-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.team-item .team-text {
    position: relative;
    height: 65px;
    overflow: hidden;
}

.team-item .team-title {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.team-item:hover .team-title {
    top: -65px;
}

.team-item .team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 65px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    transition: .5s;
}

.team-item .team-social .btn {
    margin: 0 3px;
}

.team-item:hover .team-social {
    top: 0;
}


/*** Testimonial ***/

.testimonial-carousel .owl-item .testimonial-item img {
    width: 60px;
    height: 60px;
}

.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item .testimonial-item * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin: 0 12px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #DEE2E6;
    border-radius: 50px;
    font-size: 18px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: #FFFFFF;
    border-color: var(--primary);
    background: var(--primary);
}


/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--secondary);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--secondary);
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--primary);
}




/* custom css */

/* home page */

/*home page -->post, diploma, cerficateprogram in international logistics section start*/
.inner-grid {
    display: inline-block;
    width: 100%;
    padding: 40px 30px;
    box-shadow: 0 0 30px #cccccc73;
    background: #fff;
    position: relative;
    height: 427px!important;
}
.inner-grid:before {
    content: '';
    background: #173466;
    height: 50%;
    width: 50%;
    position: absolute;
    left: -5px;
    top: -5px;
    z-index: -1;
}
.text-center {
    text-align: center!important;
}
.courses-content ol{
    margin:0;
    padding: 0;
}
.courses-content ol li{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
    line-height: 24px;
    color: #384252;
    padding-left: 40px;
    position: relative;
}

.mt_btn_yellow{
    position: relative;
    padding: 10px 21px;
    font-size: 17px;
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.5s ease;
    z-index: 0;
    background: #333a65;
    border: 1px solid #333a65;
}

.mt_btn_yellow:hover{
    background: #fff;
    border: 1px solid #333a65;
    color:#333a65;
    font-weight: 600;
}
/*home page --> post, diploma, cerficateprogram in international logistics section end*/

/*home page --> counter section bsls Start*/

/* popup */
.modal-content1{
    position: relative;
    padding: 0;
    margin: 0 auto;
    width: 60% !important;
    background-color: transparent !important
}

.counter-sec {
    position: relative;
}

#mt_fun {
    padding: 0;
    position: relative;
}

#mt_fun:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    background: #92278f; 
    opacity: 0.1; 
}

#mt_st_wide:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    background: #333a65;
    opacity: .91;
}
 
.mt-statts.mt_st_wide {
    background: url(../img/counterbg.jpg);
    background-size: cover;
    background-position: center;
    padding:80px 0;
    border-radius: 0;
    border: none;
}

.mt-statts {
    position: relative;
    min-height: 401px;
    overflow: hidden;
}

.mt_st_wide:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    background: #000000;
    opacity: .6;
}

.mt-statts.mt_st_wide .inner-heading {
    text-align: center;
    margin-left: 0;
}

.mt-statts .inner-heading {
    margin-bottom:0px;
}

.inner-heading {
    position: relative;
    z-index: 1;
}

.mt_st_wide .inner-heading h3 {
    color: #fff;
    font-size: 20px;
}

.inner-heading h3 {
    position: relative;
    padding-left: 20px;
    font-weight: 400;
    margin-bottom: 10px;
}

.mt_st_wide .inner-heading h2 {
    position: relative;
    color: #fff;
}

.inner-heading h2 {
    font-size: 32px;
    color: #222222;
    margin-bottom:0px;
}

a.start-video {
    z-index: 999;
    width: 67px;
    display: block;
    position: absolute;
    margin: 0 auto 0;
    left: 0px;
    right: 0px;
    top: 50%;
    cursor: pointer;    
}

.facts_row {
    max-width: 900px;
    margin: 0 auto;
    background: #181e2c;
    position: absolute;
    left: 0;
    right: 0;
    top: 75%;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.fun-facts-main {
    padding: 20px 0 20px;
}

.fun-facts_wrapper {
    border-left: 2px solid #ffffff;
    text-align: center;
    color: #fff;
}

.fun-facts_figure {
    color: #fff;
    padding: 15px;
    font-size: 33px;
    font-weight: 700;
    margin-bottom: 0;
}

/*pop up start*/
.youtubeiframevideo{
    width: 100%;
    height: 500px;
  }

  .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: transparent !important;
    background-clip: padding-box;
    outline: 0;
    border:0 !important;  
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 0 !important;
}
.btn-close{
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    border: 0;
    border-radius: 6px;
    opacity: .5;
    background-color: #fff;
}
/*pop up end*/
/*home page --> counter section bsls End*/


/*home page --> logo carousel section  bsls Start*/

.inner-heading1 {
    margin-bottom: 3rem;
    position: relative;
    z-index: 1;
}
.inner-heading1 h2{
    font-weight:700;
}
.inner-heading1 h2 span {
    color: #333a65;
}

/*home page --> logo carousel section  bsls Start*/

.brands {
    width: 100%;
    padding-top: 90px;
    padding-bottom: 90px;
    background-color: #FBFBFB;
}

.brands_slider_container {
    height: 130px;
    border: solid 1px #e8e8e8;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
    padding-left: 97px;
    padding-right: 97px;
    background: #fff;
    position: relative;
}

.brands_slider {
    height: 100%;
    margin-top: 13px
}

.brands_item {
    height: 100%

}

.brands_item img {
    max-width: 100%
}

.brands_nav {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 5px;
    cursor: pointer
}

.brands_nav i {
    color: #e5e5e5;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.brands_nav:hover i {
    color: #676767
}

.brands_prev {
    left: 40px;
    
}

.brands_next {
    right: 40px
}

/*home page --> logo carousel section  bsls End*/

/*home page --> student testimonial bsls Start*/
.home-3 section#educate-team {
    padding: 80px 0;
}
#educate-team{
    background-color: #173466;
}

.home-3 .ed_team_ie {
    background-color: #173466;
}

.home-3 .ed_team_ie {
    overflow: inherit;
}

section{
    position:relative;
}

.ed_team_ie:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #0099cb;
    width: 46%;
    height: 100%;
    z-index: 0;
}

.testimonialleftalign{
    position: relative;
}

.inner-heading2 {
    margin-bottom: 3rem;
    position: absolute;
    z-index: 1;
    top: 30%;
}

.ed_team_ie .inh_eduteam {
    position: relative;
}

.inner-heading2 .inh_eduteam h3{
    color: #fff;
}

.inner-heading2 h3 {
    position: relative;
    padding-left: 20px;
    font-weight: 300;
    margin-bottom: 10px;
    font-size: 20px;
}

.inner-heading2 h3:before{
    background: #003466;
    content: "";
    position: absolute;
    left: 1px;
    top: 0;
    height: 100%;
    width: 4px;
}

.inner-heading2 h2 {
    font-size: 32px;
    color:#fff;
}

.brands1{
    background-color: transparent;
    width: 100%;
    padding-top: 90px;
    padding-bottom: 90px;
}

.video-wrap {
    position: relative;
}

.video-wrap.black-opacity:before {
    background: #002147;
    opacity: .5;
    z-index: 9;
    position: absolute;
    left: 0;
    top: 0;
    width: 70%;
    content: "";
    height: 100%;
}

.brands_item1{
    margin-right: -120px;
}

.brands_item1 img {
    max-width: 70%;
    height: 70%;
}

.testimonialimg{
    position: relative;
}

/*home page --> student testimonial bsls End*/

/*home page --> latest news bsls Start*/

.inner-heading3{
    margin: 0 0 4rem;
}

.inner_heading3 h2{
    font-size: 2rem;
    font-weight: 700;
}

#mt_blog .blog-post_wrapper, .blog_post_sec .blog-post_wrapper {
    border: 1px solid #f1f1f1;
}

#mt_blog .post-detail_container .post-content{
    padding:20px;
}

#mt_blog .front-wrapper .post-detail_container .post-content .post-title{
    font-size: 24px;
    color: #2a2f52;
    font-weight:700;
}

#mt_blog .front-wrapper .post-detail_container .post-content p.post-excerpt{
    line-height: 26px;
}

.mar-bottom-10 {
    margin-bottom: 10px;
    font-size:20px;
    color: #2a2f52;
    font-weight: 700;
    line-height: 1.3;
}

ul.event-time{
    margin:0;
    padding:0;
    list-style: none;
}

.event-item {
    display: inline-block;
    border-bottom: 1px dashed #eee;
    padding-bottom: 25px;
    margin-bottom: 25px;
    transition: all ease-in-out .3s;
    width: 100%;
    position: relative;
}

ul.event-time li {
    padding: 0 10px 0 0;
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
}

ul.event-time li i {
    color: #333a65;
    padding-right: 10px;
}

/*home page --> latest news bsls End*/


/* about us page*/

/*about us banner Start*/

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/aboutusbanner.jpg) center center no-repeat;
    background-size: cover;
}

.wp-block-heading{
    font-size:20px;
    margin-bottom: 20px;
    color: #2a2f52;
    font-family: 'Poppins', sans-serif;
    margin-top: 0;
    font-weight: 700;
    line-height: 1.3;
}


/*about us banner End*/


/* Faculty Page Start */

/* Faculty Page Start */
.facultyname{
    margin-bottom: 20px;
    color: #2a2f52;
    font-family: 'Poppins', sans-serif;
    margin-top: 0;
    font-weight: 700;
    line-height: 1.3;
    font-size:36px;
}

.facultydetails{
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #5d5c5c;
    font-size: 15px;
}

.facultyacademia{
    font-weight: 700;
    color: #000;
}

/* faculty page end */


/* our employer page start */
.employertitle{
    color: #2a2f52;
    font-family: 'Poppins', sans-serif;
    margin-top: 0;
    font-weight: 700;
    line-height: 1.3;
    font-size: 36px;
}

.logoemployer{
    width: 90%;
}

/* our employer page end */

/* placement page start */
.placementcontent{ 
    font-weight: 300;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #5d5c5c;
    font-size: 15px;
}

.brands_item2 img{
   width: 450px;
   height: 300px;
}
.brands_slider_container2{
    height: 300px;
    position: relative;
    padding-left: 50px;
    padding-right: 50px;
}

.brands_nav2 {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 5px;
    cursor: pointer
}

.brands_nav2 i {
    color: #e5e5e5;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    font-size:20px;
    background-color:  rgba(0, 0, 0, 0.8);
    padding: 10px 15px;
    border-radius: 50%;
}

.brands_nav2:hover i {
    color: #fff;
}

.brands_prev2 {
    left: -20px;
    
}

.brands_next2 {
    right: -20px
}

  
  .column {
    float: left;
    width: 25%;
  }
  
  /* The Modal (background) */
  .modal1 {
    display: none;
    position: fixed;
    z-index: 1000000;
    padding-top: 50px;
    padding-bottom: 0px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;

  }
  
  /* Modal Content */
  .modal-content1 {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 60%;
    max-width: 1200px;
    top:0;
  }

  
  
  /* The Close Button */
  .close {
    color: white;
    position: absolute;
    top: 30px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
  }
  
  .mySlides {
    display: none;
  }
  
  .cursor {
    cursor: pointer;
  }
  
  /* Next & previous buttons */
  .prev,
  .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 25px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
  }
  
  /* Position the "next button" to the right */
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover,
  .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }
  
  /* Number text (1/3 etc) */
  .numbertext {
    color: #f2f2f2;
    font-size: 18px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
  
  img {
    margin-bottom: -4px;
  }
  
  .caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
  }
  
  .demo {
    opacity: 0.6;
  }
  
  .active,
  .demo:hover {
    opacity: 1;
  }
  
  img.hover-shadow {
    transition: 0.3s;
  }
  
  .hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }

/* placement page end */

/* blogs page start */

.half-oval-shape {
    position: relative;
}

.bsls-blog-image {
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
}

.bsls-blog-image {
    height: 242px!important;
}

.blog-oly {
    position: absolute;
    top: 0;
    bottom: 0;
    background: rgb(0 0 0 / 60%);
    width: 100%;
    height: 100%;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
}

.blog-meta {
    position: absolute;
    width: 100%;
    bottom: 40%;
    left: 0;
    right: 0;
    color: #ffffff;
    text-align: center;
}

.blog-meta ul li {
    padding: 0;
    margin: 0;
    color: #ffffff;
    line-height: 30px;
    font-size: 16px;
    font-weight: 400;
    position: relative;
}

.blogtitle{
    margin-bottom: 20px;
    color: #2a2f52;
    font-family: 'Poppins', sans-serif;
    margin-top: 0;
    font-weight: 700;
    line-height: 1.3;
    font-size: 20px;
}

.blog-btn {
    background: #333a65;
    padding: 12px;
    border-radius: 30px;
    border: 1px solid #333a65;
}

.blog-btn:hover{
    background: #fff;
    border: 1px solid #333a65 ;
}

.blog-btn a {
    color: #ffffff;
}

.blog-btn:hover a{
    color:#000;
}

/* blogs page end */

/* blogs inner page start*/
.blogtitleinner{
    margin-bottom: 20px;
    color: #2a2f52;
    font-family: 'Poppins', sans-serif;
    margin-top: 0;
    font-weight: 700;
    line-height: 1.3;
    font-size: 36px;
}

.blog-list{
    padding-left: 50px;
}

.blog-list ul li{
    padding-left: 0 !important;
}
.bloginnerstrong{
font-weight: 700;
color: #000;
}

.blog-list ul li i{
    color:#183567;
}
/* blogs inner page end*/

/*Footer Start*/

/* left footer */
    footer#mt_footer {
        background-color: #181e2c;
        position: relative;
        padding: 50px 0 0;
    }

    footer#mt_footer:before {
        /*background: #293058;*/
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 44%;
        height: 100%;
    }

    .follow_us_column_zindex {
        z-index: 99;
    }

    #mt_footer .follow_us h4 {
        color: #fff;
    }

    .footer-title h4 {
        font-size: 18px!important;
        border-bottom: 2px solid #fff!important;
        width: 40px!important;
        margin-bottom: 15px!important;
    }

    .social_icons>a:hover{
        color:#0099CB !important;
    }

/* right footer */
.footer-right {
    padding-left: 40px;
}
#mt_footer h3 {
    color: #fff;
    margin: 0 0 30px;
    position: relative;
    font-size: 18px;
}

#mt_footer h3:before {
    content: '';
    position: absolute;
    bottom: -12px;
    height: 2px;
    width: 40px;
    background: #fff;
    left: 0;
}

#mt_footer .mt_contact_ftr li {
    padding-left: 0;
    width: 100%;
    float: left;
}

ul {
    margin: 0;
    padding: 0;
}

.menu-quick-links-container ul li {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 24px;
    color: #384252;
    padding-left: 40px;
    position: relative;
}

.menu-quick-links-container ul li a:hover{
    color:#0099CB !important;
}

#mt_footer .mt_contact_ftr li a {
    display: inline-block;
    float: left;
    width: 85%;
    color: #fff;
    font-size: 13px;
}

#mt_footer .mt_footer_copy {
    /*background: #ffffff1f;*/
    margin-top: 15px;
    padding: 15px 0;
}

#mt_footer p, #mt_footer a {
    font-size: 13px;
}
/*Footer End*/


/* common class name */

/* space for container */
.container-fluid{
    padding-top: 70px;
    padding-bottom: 70px;
}

/* paragraph */
.paragraphall{
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #131313;
    font-size: 16px;
    text-align: justify;
}





/* custom media query */

/* home page Start */

/* counter section start */
@media only screen and (max-width: 600px){
.fun-facts_wrapper{
    border-bottom: 2px solid #fff !important;
    border-left: none !important;
    padding-bottom: 30px !important;
}

.fun-facts_wrapper:last-child{
    border-bottom: none !important;
}
}

@media only screen and (min-width: 768px){
    .fun-facts_wrapper:first-child{
    border-left: none !important;
    }
}
/* counter section end */

/* bsls employers  start*/
@media only screen and (max-width: 600px){
section#partners_t {
    margin-top: 450px !important;
}
}
/* bsls employers end */

/* logo carousel Start */
@media only screen and (max-width: 600px){
    .brands_slider_container{
        padding-left: 66px !important;
        padding-right: 66px !important;
    }
}
/* logo caraousel end */
/* student testimonial start */
@media only screen and (max-width: 350px){
    .brands_slider_container1 {
        margin-top: 120px !important;
        padding-left:10px !important;
        padding-right:10px !important;
    }
}
@media only screen and (max-width: 600px){
.ed_team_ie .inh_eduteam{
    padding-top:60px;
}
.brands_slider_container1 {
    margin-top: 60px;
    padding-left:50px;
    padding-right:50px;
}
}
/* student testimonial end */

/* footerstart */
@media only screen and (max-width: 600px){
    .mt_contact_ftr{
        padding-top: 30px;
    }
    .footer-right {
        padding-left:0 !important;
    }
    .copy_txt{
        margin-top:20px;
        text-align: center;
        padding: 0 !important;
    }
    .socialicons_mobile{
        justify-content: center !important;
    }
    .social_icons{
        text-align: center;
    }
}

@media only screen and (min-width:101px) and (max-width:850px){
    footer#mt_footer::before {
        display: none !important;
    }
}
/* footer end */


/* home page End */

/* placement page bsls start */


@media only screen and (min-width:101px) and (max-width:850px){
    .modal-content1 {
        position: relative;
        background-color: #fefefe;
        margin: auto;
        padding: 0;
        width: 90% !important;
        max-width: 1200px;
        top:20%;
      }
      
      .brands_slider_container2 {
        height: 300px;
        position: relative;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .brands_nav2{
        margin-left:-30px;
        margin-right:-30px;
    }
  }

  /* placement page bsls end */

  
  /* call */

  .call_float {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 170px;
    right: 10px;
    background-color: #0099cb;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
  }
  .call-icon {
    margin-top: 10px;
  }

  /* for mobile */
  @media screen and (max-width: 767px){
    .call-icon {
      margin-top: 15px;
    }
    .call_float {
      width: 50px;
      height: 50px;
      bottom: 170px;
      right: 10px;
      font-size: 22px;
    }
  }


  /* whatsapp */

  .whatsapp_float {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 100px;
    right: 10px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
  }
  .whatsapp-icon {
    margin-top: 10px;
  }

  /* for mobile */
  @media screen and (max-width: 767px){
    .whatsapp-icon {
      margin-top: 15px;
    }
    .whatsapp_float {
      width: 50px;
      height: 50px;
      bottom: 100px;
      right: 10px;
      font-size: 22px;
    }
  }


  /* onpage load */

  .close-btn {
    color: white;
    position: absolute;
    top: -10px;
    right: 0px;
    font-size: 35px;
    font-weight: bold;
    background: transparent;
    border: 0;
}






/* mobile tablet logo center start */
.col-lg-4.col-md-12.text-left.text-lg-start {
    text-align: center;
}
/* mobile tablet logo center end*/
/*course link after icon*/
.courselink .after-icon{
    font-weight: 500;
    vertical-align: middle;
    margin-left: 8px;
    font-size: 12px;
}
.courselink::after{
    display: none;
}
/*course link after icon end*/
.darkblue{
    color: #2a2f52 !important;
}
.blacktextul{
    color: #131313; 
}
.lightbtn{
    background: #0099cb;
    border: 1px solid #0099cb;
}

.lightbtn:hover {
    border: 1px solid #0099cb;
    color: #0099cb;
}
.certificatecontent .paragraphall{
    margin-bottom: 0px;
}
.fullsection{
    margin-bottom: 20px;
}
/**/
/*Kannan Css*/
/*footer title*/
#mt_footer h3.text-white {
    color: #0099cb !important;
    height: 50px;
}
@media screen and (max-width: 767px){
    .paragraphall.logisticspara {
        text-align: left;
    }
    footer#mt_footer{
        padding: 20px 0 0;
    }
    #mt_footer h3.text-white {
        height: 38px;
    }
    #mt_footer #nav_menu-2 h3.text-white {
        height:25px;
    }
    #mt_footer .follow_us iframe{
        height: 200px;
    }
}
.back-to-top {
    background-color: #181e2c !important;
}