.logo {cursor: pointer;}
header{font-family: 'Chillax-Medium'; z-index: 9999;}
header nav{float: right;}
.navlinks li{display: inline-block;align-items: center; }
nav .navlinks {display: flex;}
nav .navlinks li {position: relative;display: flex;align-items: center;justify-content: space-between;list-style: none;padding: 0 14px;text-transform: uppercase; line-height: 59px; font-family: 'Chillax-Medium'; transition:all 0.3s;}
header.sticky nav .navlinks li { transition:all 0.3s; line-height: 40px;}
header nav a{height: 100%;text-decoration: none;white-space: nowrap;color: #000000;font-size: 12px;font-weight: 600;transition: all 0.3s; font-family: 'Chillax-Medium';} 
header nav li.active a{color: #f74932;}
.menu_btn{ width: 30px;height: 30px; display: none !important;}
.navlinks li a:hover{color: #f74932;}
.sidebar{position: fixed;top: 0;right: 0;height: 100vh;width: 300px;z-index: 9999;background-color: #fff;box-shadow: -3px 0 10px black;display: none;justify-content: flex-start;list-style: none;flex-direction: column;transition: transform 0.3s ease;transform: translateX(100%);}
.sidebar li{width: 100%;margin:20px 25px;}
.sidebar img{position: absolute;bottom: 30px; left: 25px;height: auto;width: 65%;}
@media(max-width:1081px){
header a.logo img{height: 45px;}
header.sticky a.logo img{ height: 40px;}
nav .navlinks li {line-height: 45px; }
header.sticky nav .navlinks li {line-height: 40px; }
header.sticky nav .navlinks li { transition:all 0.3s; line-height: 40px;}
}
@media only screen and (min-width: 830px){
.navlinks ion-icon{display: none;}
}
@media only screen and (max-width: 991px){
.navlinks .items{display: none;}
.menu_btn{display: block !important;}
.menu_btn a{font-size: 30px; color: #f74932;}
}
@media(max-width:767px){
header a.logo img{height: 35px;}
header.sticky a.logo img{ height: 30px;}
header nav .navlinks li.menu_btn{line-height: 35px !important;}
header.sticky nav .navlinks li.menu_btn{line-height: 30px !important;}
}
