*{box-sizing: border-box;margin: 0;padding: 0;font-family: 'Roboto', sans-serif;scroll-behavior: smooth;}
h1{
    font-size: 2rem;
    letter-spacing: 1px;
    font-weight: 600;
}
h2{
    font-size: 2rem;
    letter-spacing: 1px;
    font-weight: 600;
}
h3{
    font-size: 1.5rem;
    letter-spacing: 1px;
    font-weight: 600;
}
.marquee marquee{
    letter-spacing: 1px;
}
.brandName{
    background-color: #ccccff;
}
.brandName h1{
    text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
             0px 8px 13px rgba(0,0,0,0.1),
             0px 18px 23px rgba(0,0,0,0.1);
             font-size: 3rem;
            font-weight: 600;
            text-transform: uppercase;
            color: #d82c2c;
}
p{
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 25px;
    font-weight: 400;
}
.btn{
    font-size: 15px!important;
    letter-spacing: 1px;
}
/**navbar**/
.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    margin-right: 15px;
    letter-spacing: 1px;
}
/***course**/
.cardcimg{
    width: 100%;
    height: 200px;
}
.cardh4 h4{
    color: #fff;
}
.courseCard{
    border: none;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 10px;
}
.courseCard img{
    border-radius: 10px;
}
.courseHeading{
    margin-bottom: 10px;
}
.courseHeading span{
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: bold;
}
.courseDuration,.courseFees,.batchTime{
    display: flex;
    justify-content: space-between;
}
.courseDuration span,.courseFees span,.batchTime span{
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: .5px;
}
/**gallery img**/
.gallimg{
    width: 100%;
    height: 280px;
    border-radius:5px;
}
/**partner*/
.client-img{
    width: 150px!important;
    height: 120px;
}
/**contact**/
.contact{
    text-align: center;
}
.contact span{
    color: #117292;
    font-size: 30px;
}
.contact p{
    margin-top: 20px;
}
/***footer**/
footer{
    background-color:rgb(40, 22, 111);
    padding:3% 0;
}
footer span{
    letter-spacing: 1px;
    color: #fff;
}
.fa-facebook,.fa-youtube,.fa-whatsapp{
    color: #fff;
    font-size: 18px;
}
/* .fa{
    margin-right: 15px;
    font-size: 20px!important;
    color: #fff;
} */

.address .card{
    height:100%;
}
@media only screen and (max-width: 600px) {
    h2,h3{
      font-size: 1.5rem;
    }
    .brandName h1{
        font-size: 1.5rem;
    }
    .cardcimg{
        width: 100%;
        height: 70px;
    }
    .cardh4 h4{
        font-size: 13px!important;
    }
    .address .card{
    height:auto;
}
  }