*{
    margin: 0;
    padding: 0;
    text-decoration: none !important;
    list-style: none;
}

.menu{
    background-color: #1a1a50;
}

.menu ul li a{
    color: white;
    padding: 0px 10px;
}

.menu ul li a:hover{
    color: orange;
    text-decoration: none;
}
.link{
    display: flex;
    text-align: right;
    justify-content: right;
    padding: 10px 20px;
    color: white;
}

.menu-links:hover .sub-menu{
    display: block;
}


.logo1{
    height: 75px;
    display: flex;
    padding-top: 10px;
    padding-left: 2%;
}

.logo2{
    height: 65px;
    display: flex;
    padding-top: 31px;
}

.logo{
    display: flex;
    padding-bottom: 10px;
    justify-content: space-between;
}

.sub-menu{
    position: absolute;
    left: 0;
    background-color: #dedede;
    width: 500%;
    z-index: 999;
    display: none;
}

.sub-menu-links{
    text-align: left !important;
    padding: 10px;

}

.subb-menu ul li a{
    color: #1a1a50;
}


.menu-links{
    position: relative;
}

.footer{
    display: flex;
    background-color: #1a1a50 !important;
    color: white;
    justify-content: center;
    padding-top: 8px;
}

.footer4 a{
    color: white;
    padding-bottom: 5px;
}

.footer4 a:hover{
    text-decoration: none;
    color: white;
}

.footer5{
    background-color: #1a1a50;
    padding: 1px 20%;
}
.footer6{
    color: white;
    border-top: 1px solid white;
    align-items: center;
    justify-content: center;
}

.footer4{
    padding-left: 5%;
}

.footer1{
    padding-left: 5%;
    font-size: 14px;
}

.footer2{
    padding-left: 5%;
    font-size: 14px;
}
.footer3{
    padding-left: 5%;
    font-size: 14px;
}



.container{
	width: 100% !important;
	height: 100% !important;
	padding-bottom: 20px !important;
	padding-right: 10px !important;
	padding-left: 10px !important;
	padding: 0px;
}

#myCarousel{
	width: 100%;
}

.collapse.in {
    background-color: #eee !important;
}
