/**
*****************************************
	Theme Name: Packsense (Pvt) Ltd
	Author: ANTS Creation
	Author URI: http://www.ants.lk
	Version: 1.0
******************************************
**/

/*
01. Header Main Styles.
02. Header Responsive.
*/


/* 01. Header Main Styles */

.top-header {
    width: 100%;
    padding: 3px 0;
	background-color: var(--orange);
}
.top-bar-contact {
	margin: 0;
	padding: 0;
}
.top-bar-contact p{
	margin: 0;
    padding: 0;
    font-family: 'Rubik Regular';
    color: var(--white);
    font-size: 0.8rem;
    line-height: 24px;
}
.top-bar-contact a {
	color: var(--white);
}
.top-bar-contact a:hover {
	color: var(--black);
}
.quick-call p {
	font-family: "Rubik Medium";
	font-size: 0.85rem;
	color: var(--black);
	text-align: right;
	line-height: 24px;
	text-transform: uppercase;
}
.quick-call a {
	padding: 0 0 0 15px;
    text-align: right;
    font-size: 0.85rem;
	color: var(--black);
	letter-spacing: 1px;
}
.quick-call a:hover {
	color: var(--white);
}
.sticky.is-sticky {
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	background-color: var(--white);
}
.top-navbar{
	padding: 8px 16px;
}
.navbar-brand {
    padding:0;
    margin-right: 0;
}
.navbar-brand img{
	width: 260px;
}
.header-cutom-container{
	padding: 0 15px 0 0;
}
.nav-item a{
    text-transform: uppercase;
    font-size: 0.9rem;
	line-height: 40px;
	font-family: 'Poppins Medium';
	color: var(--black) !important;
}
.nav-item a:hover{
	color: var(--orange) !important;
}
.nav-item a i{
	font-size: 0.6rem;
    line-height: 2px;
}
.navbar-nav li {
	position: relative;
}
.navbar-nav li:hover .dropdown-menu {
    display: block;
}
.nav-link {
    padding: 5px 0 5px 30px !important;
}
.navbar-toggler {
    padding: 5px 5px;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 0px solid transparent;
    border-radius: 0;
	color: var(--orange) !important;
}
.navbar-toggler i.fas{
	font-size: 2rem;
}
.sidenav-custom {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    overflow-x: hidden;
    transition: 0.2s;
    padding-top: 50px;
	background-color: var(--orange);
}
.sidenav-custom ul{
	list-style: none;
	margin: 0;
}
.sidenav-custom li{
	display: inline-block !important;
	width: 100%;
	padding: 10px 10px 10px 25px;
    border: none;
}
.sidenav-custom .closebtn {
    position: absolute;
    top: 0;
    right: 45px;
    font-size: 36px;
    margin-left: 50px;
	color: var(--white);
	cursor: pointer;
}
.sidenav-custom a {
    padding: 8px 8px 8px 0;
    text-decoration: none;
    font-size: 0.95rem;
    transition: 0.3s;
	text-transform: uppercase;
	font-family: 'Rubik Medium';
	color: var(--white);
}
.sidenav-custom a:hover,
.sidenav-custom a:active{
	color: var(--black);
}


/* 02. Header Responsive */

@media (max-width: 576px){
	.top-navbar {
    	padding: 10px;
	}
}

@media (max-width: 767px){
	.top-header{
		display: none;
	}
}