html{
    scroll-behavior: smooth;
}

body{
    margin-top: 80px;
}

.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.3;
}

.aboutUs .carousel-caption{
    top: 15%;
}

.aboutUs h1{
    opacity: 100%;
    font-size: 35px;
    color: #032d63;
    margin-bottom: 20px;
}

.aboutUs p{
    color: black;
    font-weight: 500;
}

.module{
    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;
}

.module{
    padding-top: 50px;
    padding-bottom: 50px;
}

.module .col-md-5{
    background-color: white;
    margin-left: 10px;
    margin-right: 10px;
    padding: 30px;
    
}

.module .col-md-5 > h5{
    font-size: 18px;
}

.module .col-md-5 > h1{
    font-size: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #032d63;
}

.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  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: 10%;
    left: 0;
    right: 0;
}

.aboutUs  h1{
    font-size: 25px;
    color: #032d63;
}

.aboutUs  p{
    font-size: 13px;
    padding-left: 5%;
    padding-right: 5%;
}

.module{
    background-image: url(https://i.imgur.com/m6E7McZ.png), url(https://i.imgur.com/RrVo7AJ.png);
    background-repeat: no-repeat;
    background-size: initial;
    height: 100%;
    background-position: initial;
    background-position-x: right, left;
    background-position-y: top, bottom;
}

.module{
    padding-top: 30px;
    padding-bottom: 50px;
    margin: 0;
}

.module .shadow{
    box-shadow: unset !important;
}

.module .col-md-5{
    background-color: unset;
    padding-right: 0;
    padding-left: 0;
    
}

.module .boxOne{
    border-bottom: darkgray 2px solid !important;
}

.module .col-md-5 > h5{
    font-size: 15px;
}
.module .col-md-5 > h1{
    font-size: 20px;
    color: #032d63;
}
.module .col-md-5 > p{
    font-size: 12px;
}

.trainingTopics  h1{
    font-size: 22px;
}

.col-md-5 > ul{
    font-size: 12px;
    padding-left: 20px;
    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: 0%;
        left: 0;
        right: 0;
    }
    
    .aboutUs  h1{
        font-size: 20px;
        color: #032d63;
    }
    
    .aboutUs  p{
        font-size: 12px;
        padding-left: 3%;
        padding-right: 3%;
    }

}

@media screen and (min-width:1500px){
    
    
    .aboutUs .carousel-caption{
        top: 25%;
    }
}