html{
    scroll-behavior: smooth;
}

body{
    margin-top: 85px;
}

.navbar-brand{
    margin-left: 50px;
}

.navbar-nav > .nav-item{
    margin-right: 30px;
    
}

.navbar-nav{
    margin-right: 50px;
    font-size: 20px;
    
}

.aboutUs .carousel-item img{
    opacity: 0.4;
}

.aboutUs .carousel-caption{
    top: 25%;
}

.aboutUs{
    padding: 0;
}

.aboutUs  h1{
    font-size: 35px;
    color: #032d63;
    margin-bottom: 20px;
}

.aboutUs p{
    color: black;
    font-weight: 500;
}

.whyUS{
    background-image: url(https://i.imgur.com/l6DtCNv.png), url(https://i.imgur.com/zbH7cNP.png);
    background-repeat: no-repeat;
    background-size: initial;
    height: 100%;
    background-position: initial;
    background-position-x: right, left;
    background-position-y: top, bottom;
}

.whyUS{
    padding-top: 50px;
    padding-bottom: 60px;
}



.whyUS > h1{
    font-size: 28px;
    margin-bottom: 30px;
}

.whyUS p{
    margin-top: 10px;
}

.whyUS .col-md-3{
    background-color: white;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 20px;
    
}


.trainingTopics  h1{
    font-size: 30px;
}

.trainingTopics{
    background-color: #ececec;
    padding-top:50px;
    padding-bottom: 50px;
    
}

.col-md-5 > ul{
    margin-top: 30px;
    
    
}

.col-md-5  .topicFirst{
    padding-left: 30%;
}

.col-md-5  .topicSecond{
    padding-left: 20%;
}

.col-md-5  li{
    margin-bottom: 10px;
    
}

.infoButton{
    margin-top: 20px;
}

footer a{
    font-size: 15px;
}

@media screen and (max-width:600px){

    body{
        margin-top: 60px;
    }

   
    .navbar-brand > img{
        height: 40px;
        width: 85px;
    }

    .navbar-brand{
        margin-left: 0px;
    }

    .navbar-nav{
        font-size: 15px;
}
.dropdown-item{

    font-size: 12px;

}

.aboutUs .carousel-caption{
    top: 30%;
    left: 0;
    right: 0;
}

.aboutUs  h1{
    font-size: 25px;
    color: #032d63;
    margin-bottom: 10px;
}

.aboutUs  p{
    font-size: 13px;
    padding-left: 5%;
    padding-right: 5%;
}

.whyUS{
    background-image: url(https://i.imgur.com/cQgydrj.png), url(https://i.imgur.com/aY32Twr.png);
    background-repeat: no-repeat;
    background-size: initial;
    height: 100%;
    background-position: initial;
    background-position-x: right, left;
    background-position-y: top, bottom;
}

.whyUS{
    padding-top: 50px;
    padding-bottom: 20px;
}

.whyUS > h1{
    font-size: 22px;
}

.whyUS  p{
    font-size: 12px;
}

svg{
    width: 30px;
    height: 30px;
}

.whyUS .col-md-3{
    border: 1px #dddddd solid;
}

.whyUS .col-md-3{
    margin-bottom: 30px;
    
}

.trainingTopics  h1{
    font-size: 22px;
}

.col-md-5  .topicFirst{
    padding-left: 20px;
}

.col-md-5  .topicSecond{
    padding-left: 20px;
}
.col-md-5 > ul{
    font-size: 12px;
    
    margin-top: 10px;
}

.col-md-5  li{
    margin-bottom: 10px;
}

.col-md-5 > .topicSecond{
    margin-top: -6px;
}




}


@media screen and (max-width:400px){
   
    .aboutUs .carousel-caption{
        top: 20%;
        left: 0;
        right: 0;
    }

    .whyUS{
        background-image: url(https://i.imgur.com/3GCBGfD.png), url(https://i.imgur.com/aY32Twr.png);
        background-repeat: no-repeat;
        background-size: initial;
        height: 100%;
        background-position: initial;
        background-position-x: right, left;
        background-position-y: top, bottom;
    }

}

@media screen and (min-width:1500px){
    
    
    .aboutUs .carousel-caption{
        top: 35%;
    }
}