


@media (min-width: 576px){
.container {
    max-width: 100%;
}
}
@media (min-width: 768px){
.container {
    max-width: 98%;
}
}
@media (min-width: 992px){
.container {
    max-width: 98%;
}
}
@media (min-width: 1200px){
.container {
    max-width: 1300px;
}


}













@media (min-width: 1400px) {
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1420px;
}
}


a {
    color: #EC9E09;
    text-decoration: none;
}

a:hover {
    color: #EC9E09;
    text-decoration: none;
}


section.section {
    background: #FFF;
    border-top: 0 solid #f1f1f1;
    margin: 30px 0;
    padding: 50px 0;
}



@media only screen and (max-width: 767px) {
#header .header-body {

    background: #FFF;
    z-index: 2;
}
#header {
    position: relative;
    z-index: 1;
    height:70px !important;
}

.header-container {
    height:70px !important;
    min-height: 70px !important;
}

#header .header-logo {
    margin: 0;
    margin:0;
    position: relative;
    z-index: 1;
}
}





@media only screen and (max-width: 767px) {
#header .header-logo img {
    width: 160px;
}
}




.rounded {
    border-radius: 20px !important;
}
