@charset "utf-8";
.nav-logo-holder img{max-width: 65% !important;}
.topheader{background-color: #110e0e; color: #fff; height: 80px;}
.top-left img{max-width: 69% !important;}
.top-right{text-align: right;}
.top-contact{display: inline-block;}
.top-contact li{display: inline; padding-left: 20px;}
.top-contact li a{text-decoration: none; color: #fff !important;}
.top-contact li a:hover{color: #b00000 !important;}

.main-header-upper-part ul li a{padding: 21px 20px !important; font-size: 14px; font-weight: 500;}
.main-header-upper-part ul li a:hover {background-color: #fff; color: #b00000 !important;} 

.homaboutsec{padding: 50px 0;}
.homaboutsec h2{color:#383848; text-align: center !important; font-weight: 700;}
.homaboutsec h5{text-align: center !important; color: #9a9a9a; font-weight: 400; font-size: 15px; margin-bottom: 40px;}
.homaboutsec img{width: auto !important;}
.btn-black {
    width: auto;
    display: inline-block;
    border: none;
    box-shadow: none;
   /* background: url(../images/btn1-bg.jpg) repeat-y 0 0;*/
   background-color: #424358;
    background-size: 100% auto;
    font-size: 16px;
    color: #ffffff !important;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    min-width: 195px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    text-align: center;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    text-transform: uppercase;
}
.btn-black:hover{background-color: #e4b95b;}


@media (max-width: 575.98px){
.topheader{background-color: #b00000; color: #fff; padding-top: 80px;}
.top-left{text-align: center; display: none;}
.top-left img{max-width: 100% !important;     max-width: 46% !important;}

.top-right{text-align: center;}
.top-contact li{display: block; padding-left: 0px; text-align: center;}
.res-menu {margin-left: 0px;}

.main-header-upper-part {height: 80px !important;}

.nav-logo-holder{background-color: #ffffff;}   
.menu-logo img{max-width: 65% !important;}

.footer-social ul {width:100% !important;}

}