.logo-size {
    width: 180px;
}
.bg-size {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	min-height: 500px;
}
.theme-overlay {
    position: absolute;
    background-color: #536102e6;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.page-bg-size {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.page-overlay {
    position: absolute;
    background-color: #536102e6;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.dropdown:hover .dropdown-menu {
    display: block !important;
}
.bg-3 {
    background-color: #05339d !important;
}
.color1 {
    color: #05339d !important;
}
.bg-1 {
    background-color: #536102;
}
.color1 {
    color: #536102;
}
.bg-2 {
    background-color: #9ab808;
}
.color2 {
    color: #9ab808;
}
.brd-color {

    /*border-style: solid;*/
    border-color: #9ab808 !important;
}
.main-title {
    font-size: 55px;
}