body {
    background: white;
}

.menu {
    background: white;
}

.menu h4{
    margin-left: 3px;
    color: #004DA2;
}

.banner .carousel-caption {
    top: 100px;
    text-align: left;
    width: 100%;
    left: 30;
    color: #004DA2;
}

.banner .carousel-caption h1 {
    font-size: 50px;
    font-weight: 800;
}

.aboutus,
.service {
    margin-top: 50px;
}

.aboutus h2,
.service h2 {
    color: #004DA2;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}

.aboutus p {
    text-align: justify;
}

.service{
    margin-bottom: 20px;
}

.box {
    padding: 20px;
   
}

.box>.icon {
    text-align: center;
    position: relative;
}

.box>.icon>.image {
    position: relative;
    z-index: 2;
    margin: auto;
    width: 88px;
    height: 88px;
    border: 8px solid white;
    line-height: 88px;
    border-radius: 50%;
    background: white;
    vertical-align: middle;
}



.box>.icon>.image>i {
    padding-top: 20px;
    font-size: 50px !important;
    color: #004DA2 !important;
}

.box>.icon:hover>.image>i {
    color: #004DA2 !important;
}

.box>.icon>.info {
    margin-top: -24px;
    background: #ebf5fc;
    border: 1px solid #e0e0e0;
    padding: 30px 0 30px 0;
    height: 250px;
}

.box>.icon:hover>.info {
    background: #004DA2;
    border-color: #e0e0e0;
    color: white;
}

.box>.icon>.info>h3.title {
    font-family: "Roboto", sans-serif !important;
    margin-top: 30px;
    font-size: 16px;
    color: #222;
    font-weight: 500;
}

.box>.icon>.info>p {
    
    display: block;
    height: 100px;
    font-family: "Roboto", sans-serif !important;
    font-size: 13px;
    color: #666;
    line-height: 1.5em;
    margin: 20px;
}

.box>.icon:hover>.info>h3.title,
.box>.icon:hover>.info>p,
.box>.icon:hover>.info>.more>a {
    color: white;
}

.box>.icon>.info>.more a {
    
    font-family: "Roboto", sans-serif !important;
    font-size: 12px;
    color: #222;
    line-height: 12px;
    width: 100px;
    padding: 6px 8px;
    text-transform: uppercase;
    text-decoration: none;
}

.box>.icon:hover>.info>.more>a {
    color: #004DA2;
    border-radius: 5px;
    background-color: #ebf5fc;
}

.box .space {
    height: 30px;
}
.upcourse{
    background: #004DA2;
    padding-bottom: 30px;
    margin-bottom: 30px;
}


.upcourse h2 {
    margin-top: 30px;
    color:white;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}


.upcoursebox{
    border-radius: 10px;
    margin: 20px;
    padding: 30px;
    background: #ebf5fc;

}

.upcoursebox h4{
    margin-top: 20px;
    text-align: center;
}

.upcoursebox label{
    font-size: 15px;
    margin-left: 20px;
}
.upcoursebox td{
    padding-bottom: 10px;
}

.upcourse .carousel-control-prev-icon {
    font-size: 100px; 
    margin-left: -200px;
    color: #fff;
}

.upcourse .carousel-control-next-icon {
    font-size: 100px; 
    margin-right: -200px;
    color: #fff;
}

.activities{
    margin-bottom: 20px;
}

.activities h2 {
    margin-top: 30px;
    color:#004DA2;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}

.activities .figure-caption h4{
    display: block;
    margin-top: -10px;
    padding: 10px;
    background-color: #004DA2;
    color: white;
}

.activities .carousel-control-prev-icon {
    font-size: 100px; 
    margin-left: -200px;   
   background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;   
}

.activities .carousel-control-next-icon {
    font-size: 100px; 
    margin-right: -200px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;  
}

.footer{
    background: #004DA2;
    padding: 30px;
}
.footer h3{
    margin-top: 20px;
    color:white;
    margin-bottom: 15px;
}

.special a{
    display: block;
    text-decoration: none;
    color:lightgray;
    padding-left: 10px;
}

.special a:hover{
    color: #00adef;
}

.footer h4{
    margin-top: 20px;
    color: lightgray;
    padding-left: 10px;
}



.fa-facebook-official,.fa-youtube-play
{
    margin: 10px;
}
.fa-facebook-official:hover,.fa-youtube-play:hover
{
   color: #00adef;
}



