@charset "utf-8";
/* CSS Document */
@media screen and (min-width : 1400px) {
}
@media screen and (max-width : 1360px) {
}
@media screen and (min-width : 992px) and (max-width : 1199px) {
    header .head-outer {padding: 14px 20px;}
    .sticky-header header {padding: 20px 20px;}    
}
@media screen and (min-width : 768px) and (max-width : 991px) {
    header .head-outer {padding: 14px 20px;}
    .sticky-header header {padding: 10px 10px;} 
    .head-outer img {width: 140px !important;}
    .head-outer ul {gap: 1.2rem !important;}
}
@media screen and (max-width : 991px) {
    header .head-outer {padding: 14px 20px !important;}
    header .head-outer img {width: 150px !important;}
    .sticky-header header {padding: 20px 20px;}
}
@media screen and (max-width : 767px) {
    .navigation-list {
        margin: 15px 0 0 0;
        border-radius: 10px;
        padding: 5px 0;
    }
    .navigation-list li {
        padding: 10px 0;
    }
    div.navigation-list {margin: 0 !important; padding: 15px 0 20px 0 !important;}
}
@media screen and (max-width : 500px) {
    .col-reverse {flex-direction: column-reverse;}
}
@media screen and (max-width : 340px) {
}