* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
    list-style: none;
    text-decoration: none;
    scroll-behavior: smooth;
}

/* ...................... Topbar............................ */
.topbar {
    background: #000e80 !important;
    width: 100%;
    color: aliceblue;
    /* position: fixed; */
    display: flex;
    align-items: center;
    padding: 10px 0;
    font-size: 15px;

    z-index: 2;
}


.topbar .btn {
    padding: 4px 8px;
    border-radius: 0;
    margin: 0 10px;
    font-weight: 700;
    font-size: 12px;
}

/* .contact{
    display: flex;
    justify-content: space-between;
} */


.f-r {
    float: right;
}


/*........................ Header........................... */

.navbar-brand img {
    height: 66px;
    width: 115px;
}


#sourav .navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #ed330a;
}

#sourav .nav-link:hover {
    color: #000e80;
}

#sourav .nav-link {
    color: #ed330a;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
}



.menu-bar {
    display: none;
}


.mt-120 {
    margin-top: 120px !important;
}

.banner {
    /* background: url("../img/banner.jpg"); */
    background: url("https://images.unsplash.com/photo-1524178232363-1fb2b075b655?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D");
    background-size: cover;
    height: 450px;
    background-blend-mode: darken;
    background-color: #00000075;
    background-position: center;
}



.home-text h2 {
    color: white;
    font-size: 5rem;
}


.home-text p {
    color: #fcbe01;
    font-size: 2rem;
    margin-bottom: 0;
}

.home-text {
    position: relative;
    z-index: 1;
    font-family: 'Yellowtail', cursive !important;
    margin: 112px 0px 1px 13px;
}

.form-body {
    background: #fff;
    padding: 29px 16px;
    border-radius: 2px;
    box-shadow: 9px 9px 4px #ffffff21;
    width: 17rem;
    margin-left: 3rem;
    /* font-family: 'Poppins', sans-serif !important; */
}

.ml-36p {
    margin-left: 36%;
}

.form-body h4 {
    background: #000e80;
    border-radius: 7px;
    padding: 8px 0px;
    color: white;
    font-weight: bolder;

}

.eq-btn {
    background: black;
    color: white;
    padding: 7px 11px;
    width: 100%;
    border: none;
    font-size: larger;
    transition: all 0.2s ease;
}

.eq-btn:hover {
    background: rgb(21, 71, 101);
    color: white;
    padding: 7px 11px;
    width: 100%;
    border: none;
    font-size: larger;
}

.hat-icon {
    position: absolute;
    top: 12px;
    right: 174px;
    width: 80px;
    z-index: -1;
    height: 80px;

}

.w-100 {
    width: 100%;
}

.home-icon img {
    width: 50px;
    color: white;
    height: 50px;
}

.home-icon p {
    color: white;
}


.home-icon {
    display: flex;
    justify-content: space-evenly;
    justify-content: space-around;
    margin: 75px 194px 0px 0px;
}

#new .box img {
    width: 40px;
    /* margin-left: 36px;
    margin-bottom: 23px; */
}

#new .box {
    background: #d35201c2;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 22px 0;
    align-items: center;
}






/* .........Mobile to Tablet.............. */

@media (min-width: 244px) and (max-width: 768px) {
    #enquire {
        display: none;
    }

    .menu-bar {
        display: block;
        cursor: pointer;
    }


    .nav-c {
        position: absolute;
        top: 47px;
        right: 0;
        width: 100%;
        display: none;
        background: #f5afff;
        /* fallback for old browsers */
        /* background: -webkit-linear-gradient(to right, #91EAE4, #86A8E7, #7F7FD5); */
        /* Chrome 10-25, Safari 5.1-6 */
        /* background: linear-gradient(to right, #91EAE4, #86A8E7, #7F7FD5); */
        /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
        transition: all 0.2s ease;
        padding: 8px 72px;
    }

    #bxi {
        display: none;
    }

    .nav-c ul {
        /* display: block; */
        width: fit-content;
        margin: 80px auto 0 auto;
        text-align: center;
        transition: 0.5s;
    }


    .menu-bar-a {
        display: block !important;
    }

    .form-body {

        margin-left: 13rem;
        /* font-family: 'Poppins', sans-serif !important; */
    }


}

/*.............. TAblet to LAptop ......... */

@media (min-width: 770px) and (max-width: 1080px) {
    .nav-c a {
        font-size: 13px;
    }



}


/*............... For Mobile............... */

@media (max-width:480px) {
    #detail {
        display: none;
    }

    .menu-bar-a {
        display: block !important;
    }



    .hat-icon {

        right: 0px;



    }

    .form-body {

        margin-left: 1rem;
        /* font-family: 'Poppins', sans-serif !important; */
    }
}


.h3m {
    font-weight: 600;
    /* text-transform: uppercase; */
}

#foot {
    font-family: "Nunito Sans", sans-serif;
    padding-top: 30px !important;
   
}

#foot li{
    font-weight: 500;
    /* font-size: 13px; */
}

#foot h5{
    color: orangered;
    font-weight: 500;
}

#foot p{
    margin-bottom: 0px;
}

.abt-img{
    border-radius: 25px;
    overflow: hidden;
}
.abt-img:hover  img{
    scale: 1.10;
    transition: ease-in-out 0.2s;
}
.abt-img img{
    width: 100%;
}

.trainer-img{
    border-radius: 15px;
    overflow: hidden;
}

.trainer-img:hover  img{
    scale: 1.10;
   
}
.trainer-img  img{
    transition: all ease-in-out 0.4s;
   
}

body p , li{
    color: grey;
}

#new p {
    color: black;
}

.abt-text h5{
    font-weight: 501;
}
.abt-text h4{
    font-weight: 501;
}
.line {
  background-color: #ed330a;
  width: 32px;
  height: 4px;
  display: block;
  /* margin-top:9px; */
}

#course{
    background: #bdc3c7;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #2c3e50, #bdc3c7);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #2c3e50, #bdc3c7); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    
}


.trainer-tct{
    z-index: 100;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%);
    background: white;
    /* padding: 3px 42px; */
    border-radius: 5px;
    width: 87%;
}

.trainer-tct p {
    margin-bottom: 0;
    font-size: 12px;
    text-align: center;
}
.name{
    color: rgb(0, 0, 0);
    font-size: 15px;
    font-weight: 501;
    text-align: center;
    text-wrap: nowrap;
}

.bt{
    background-color: #ed330a;
  color: #ffffff;
  width: fit-content;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 501;
  transition:all .4s ;
  text-decoration: none;
  }

.bt:hover{
    color: white;
    background-color: #011481;
   
}

.slick-card{
    margin: 0 -10px;
}
.card{
    margin: 0 10px;
}

#students{
    background: linear-gradient(to right, #2c3e50, #bdc3c7); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

#students .card{
    background: none;
}
.adv-ul li{
    list-style: disclosure-closed !important;
    color: grey;
}


.adv-ul{
    padding-left: 1rem;
    font-size:1rem;
}



.banner-body {
    background-image: url("https://images.unsplash.com/photo-1496065187959-7f07b8353c55?q=80&w=1770&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D");
    color: white;
    height: 225px;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;

}

.banner-text h1 {
    color: white;
   
}

.about-head{
    font-weight: 700!important;
    /* text-align: center; */
    font-size: 2.4rem!important;
}

.banner-new .breadcrumb-item + .breadcrumb-item::before{
    color: white;
}

.rating{
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    border: 1px solid #7b7b7b;
    padding: 3px 6px;
    border-radius: 10px 3px 10px 3px;
}
.rating p{
  margin-bottom: 0;
  margin-right: 10px;
  color: #0d6efd;
}

#placement_partner{

    background: linear-gradient(to left, #2c3e50, #bdc3c7); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    
}

.foot-logo{
    border-radius: 5px;
    box-shadow: 0 0 24px #9a9a9a;
}

.abt-text p{
    font-size: large;
}
.abt-text h3{
    font-weight: 600;
    font-size: 1.4rem;
}

#foot ul li a{
    text-decoration: none;
    color: #ffffff;
}

.certificate .card span{
    /* margin-top: 10px; */
    color: white;
    background: rgb(63, 61, 61);
    border-radius: 5px;
}

.certificate .card {
    border: none;
}

.student .card span{
    /* margin-top: 10px; */
    color: white;
    background: rgb(63, 61, 61);
    border-radius: 5px;
}

.student .card {
    border: none;
}
.course-slider .card span{
    /* margin-top: 10px; */
    color: white;
    background: rgb(63, 61, 61);
    border-radius: 5px;
}

.course-slider .card {
    border: none;
    background: none;
}


#enquire-form select option {
    max-height: 100px; 
}

.abt-text ul li{
    font-size: large;
}
 

#trainers-main ul li{
    font-size: large;
}

#trainers-main h3{
    font-weight: 600;
    font-size: 1.4rem;
}