header{
	box-shadow: 0 1px 6px 0 rgba(32,33,36,0.28);
}
.sub-menu a{
	border-bottom: 1px solid #f0effa;
}
.header-section .default-header .container-fluid {
	width: 1630px;
	margin: 0 auto;
}
.header-section .default-header .header-top {
  	padding: 7px 0px; 
}
.header-section .default-header .header-top .contact-info > ul > li {
	font-size: 12px;
	color: #ffffff;
	margin-right: 40px;
	font-weight: 500; 
}
.header-section .default-header .header-top .contact-info > ul > li:last-child {
	margin-right: 0px; 
}
.header-section .default-header .header-top .contact-info > ul > li > i {
	margin-right: 8px; 
}
.header-section .default-header .header-top .social-media .nice-select {
	width: auto;
	height: 40px;
	border: none;
	color: #ffffff;
	font-size: 12px;
	margin: -7px 0px;
	padding: 0px 25px;
	margin-right: 40px;
	border-radius: 0px;
	padding-right: 32px;
	display: inline-block;
	font-weight: 500;
	text-transform: uppercase;
	background-color: rgba(0, 0, 0, 0.1); 
}
.header-section .default-header .header-top .social-media .nice-select:after {
	width: 7px;
	height: 7px;
	right: 20px;
	margin-top: -6px;
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff; 
}
.header-section .default-header .header-top .social-media .nice-select .list {
	top: 40px;
	right: -32px;
	margin: 0px;
	left: unset;
	border: none;
	padding: 15px;
	min-width: 250px;
	border-radius: 10px;
	-webkit-transform: scale(0.75);
	-ms-transform: scale(0.75);
	transform: scale(0.75);
	border-top-right-radius: 0px;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 3px 60px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 3px 60px 2px rgba(0, 0, 0, 0.2);
	-webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	-o-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out; 
}
.header-section .default-header .header-top .social-media .list .option {
	font-size: 18px;
	min-height: 50px;
	line-height: 50px;
	padding: 0px 15px;
	color: #7c8a97;
	text-transform: capitalize;
	border-bottom: 1px solid #e0deff; 
}
.header-section .default-header .header-top .social-media .list .option:last-child {
	border-bottom: none; 
}
.header-section .default-header .header-top .social-media .list .option.selected.focus {
	font-weight: 400;
	background-color: transparent;
}
.header-section .default-header .header-top .social-media > ul > li {
	margin-right: 15px; 
}
.header-section .default-header .header-top .social-media > ul > li:last-child {
	margin-right: 0px; 
}
.header-section .default-header .header-top .social-media > ul > li > a {
	font-size: 12px;
	color: #ffffff; 
}
.header-section .default-header .header-bottom {
	padding: 10px 0px;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out; 
}
.header-section .default-header .header-bottom .brand-logo .mobile-menu-btn {
	width: 50px;     
	display: none;
	font-size: 20px;
	color: #ffffff;
	background-color: #062a4d; 
}
.header-section .default-header .header-bottom .main-menubar > ul > li {
	padding: 16px 23px;
	position: relative; 
}
.header-section .default-header .header-bottom .main-menubar > ul > li:before {
	left: 0px;
	opacity: 0;
	width: 100%;
	height: 2px;
	content: '';
	bottom: -10px;
	position: absolute;
	background-color: #f16a35;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out; 
}
.header-section .default-header .header-bottom .main-menubar > ul > li > a {
	width: 100%;
	display: block;
	font-size: 15px;
	overflow: hidden;
	position: relative;
	padding-bottom: 10px;
	font-weight: 500;
	text-transform: uppercase; 
}
.header-section .default-header .header-bottom .main-menubar > ul > li > a span {
	width: 100%;
	display: block;
	position: relative;
	color: #283a4a;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out; 
}
.header-section .default-header .header-bottom .main-menubar > ul > li > a span:after {
	left: 0px;
	opacity: 0;
	bottom: -20px;
	position: absolute;
	color: #283a4a;
	content: attr(data-hover);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out; 
}
.header-section .default-header .header-bottom .main-menubar > ul > li:hover:before {
	opacity: 1;
	bottom: 10px; 
}
.header-section .default-header .header-bottom .main-menubar > ul > li:hover > a span {
	color: #f16a35;
	-webkit-transform: translateY(-19px);
	-ms-transform: translateY(-19px);
	transform: translateY(-19px); 
}
.header-section .default-header .header-bottom .main-menubar > ul > li:hover > a span:after {
	opacity: 1;
	color: #f16a35; 
}
.header-section .default-header .header-bottom .main-menubar > ul > .active:before {
	opacity: 1;
	bottom: 10px; 
}
.header-section .default-header .header-bottom .main-menubar > ul > .active > a span {
	color: #f16a35;
	-webkit-transform: translateY(-19px);
	-ms-transform: translateY(-19px);
	transform: translateY(-19px); 
}
.header-section .default-header .header-bottom .main-menubar > ul > .active > a span:after {
	opacity: 1;
	color: #f16a35; 
}
.header-section .default-header .header-bottom .btns-group > ul {
	margin: -4px 0px; 
}
.header-section .default-header .header-bottom .btns-group > ul > li {
	margin-right: 30px; 
}
.header-section .default-header .header-bottom .btns-group > ul > li:last-child {
	margin-right: 0px; 
}
.header-section .default-header .header-bottom .btns-group > ul > li > a {
	width: 100%;
	display: block;
	word-spacing: 2px;
	letter-spacing: 0px; 
}
.header-section .default-header .header-bottom .main-menubar > ul > .menu-item-has-child {
	position: relative; 
}
.header-section .default-header .header-bottom .main-menubar > ul > .menu-item-has-child > .sub-menu {
	top: 150%;
	left: 0px;
	opacity: 0;
	margin: 0px;
	z-index: 999;
	height: auto;
	min-width: 200px;
	position: absolute;
	visibility: hidden;
	padding: 8px 12px;
	border-radius: 10px;
	border-top-left-radius: 0px;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 5px 20px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 5px 20px 2px rgba(0, 0, 0, 0.1);
	-webkit-transition: 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-o-transition: 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55); 
}
.header-section .default-header .header-bottom .main-menubar > ul > .menu-item-has-child > .sub-menu > li {
	width: 100%;
	display: table;
}
.header-section .default-header .header-bottom .main-menubar > ul > .menu-item-has-child > .sub-menu > li:last-child {
	border-bottom: none; 
}
.header-section .default-header .header-bottom .main-menubar > ul > .menu-item-has-child > .sub-menu > li > a {
	width: 100%;
	padding: 8px;
	display: block;
	font-size: 14px;
	color: #7c8a97; 
}
.header-section .default-header .header-bottom .main-menubar > ul > .menu-item-has-child > .sub-menu > li:hover > a {
	color: #062a4d; 
}
.header-section .default-header .header-bottom .main-menubar > ul > .menu-item-has-child > .sub-menu > .active > a {
	color: #062a4d; 
}
.header-section .default-header .header-bottom .main-menubar > ul > .menu-item-has-child:hover:after {
	color: #f16a35;
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg); 
}
.header-section .default-header .header-bottom .main-menubar > ul > .menu-item-has-child:hover > .sub-menu {
	top: 100%;
	opacity: 1;
	visibility: visible; 
}
.header-section .default-header .header-bottom .main-menubar > ul > .active:after {
	color: #f16a35; 
}
  
.header-section .default-header .header-bottom .main-menubar > ul > li > .sub-menu > .menu-item-has-child {
	position: relative; 
}
.header-section .default-header .header-bottom .main-menubar > ul > li > .sub-menu > .menu-item-has-child > .sub-menu {
	top: 0%;
	left: 112%;
	opacity: 0;
	margin: 0px;
	z-index: 999;
	height: auto;
	min-width: 200px;
	position: absolute;
	visibility: hidden;
	padding: 15px 20px;
	border-radius: 10px;
	border-top-left-radius: 0px;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 5px 20px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 5px 20px 2px rgba(0, 0, 0, 0.1);
	-webkit-transition: 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-o-transition: 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55); 
}
.header-section .default-header .header-bottom .main-menubar > ul > li > .sub-menu > .menu-item-has-child > .sub-menu > li {
	width: 100%;
	display: table;
	border-bottom: 1px solid #e0deff; 
}
.header-section .default-header .header-bottom .main-menubar > ul > li > .sub-menu > .menu-item-has-child > .sub-menu > li:last-child {
	border-bottom: none; 
}
.header-section .default-header .header-bottom .main-menubar > ul > li > .sub-menu > .menu-item-has-child > .sub-menu > li > a {
	width: 100%;
	padding: 15px;
	display: block;
	font-size: 14px;
	color: #7c8a97; 
}
.header-section .default-header .header-bottom .main-menubar > ul > li > .sub-menu > .menu-item-has-child > .sub-menu > li:hover > a {
	color: #062a4d; 
}
.header-section .default-header .header-bottom .main-menubar > ul > li > .sub-menu > .menu-item-has-child > .sub-menu > .active > a {
	color: #062a4d; 
}
.header-section .default-header .header-bottom .main-menubar > ul > li > .sub-menu > .menu-item-has-child:hover:after {
	color: #062a4d;
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg); 
}
.header-section .default-header .header-bottom .main-menubar > ul > li > .sub-menu > .menu-item-has-child:hover > .sub-menu {
	top: -30%;
	opacity: 1;
	visibility: visible; 
}
.sticky-header {
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 999;
	position: fixed;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out; 
}
.sticky-header:before {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	content: '';
	position: absolute;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out; 
}
.sticky-header.stuck:before {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	position: absolute;
	background-color: #ffffff;
	-webkit-box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.1); 
}
.bg-topbar{
    background-color: #283a4a; 
}

.ul-li > ul {
	margin: 0px;
	padding: 0px;
	display: table; 
}
.ul-li > ul > li {
	float: left;
	list-style: none;
	display: inline-block; 
}
.kontakt-topbar{
	line-height: 29px;
}
.kycu-navbar-btn{
    color: white;
    font-size: 15px;
    background: #f16a35;
    padding: 4px 20px 4px 20px;
    border-radius: 50px;
    border: 1px solid #f16a35;
}
.kycu-navbar-btn:hover{
    color: #f16a35;
    background: #283a4a;
    border: 1px solid #f16a35;
}
.foto-profili-nav-bazamend{
    margin: 0;
    padding: 0;
}
.foto-profili-nav{
    color: white;    
    padding: 0px 20px 0px 0px;
}
.foto-profili-nav img{
    margin-right: 10px;
    width: 28px;
    border-radius: 20px;
}
.foto-profili-nav span{
    font-size: 14px;
    font-weight: 500;
}
.foto-profili-nav span:hover{
    color: #f16a35;
}
.dropdown-menu{
    border-radius: 5px;
}
.kutia-profili-perdorues{
    width: 280px;
}
.perdorues-kutia-navbar{
    display: flex;
    padding: .25rem 1rem;
}
.perdorues-kutia-navbar .perdorues-foto {
	width: 80px;
}
.perdorues-kutia-navbar .perdorues-foto img{
	width: 100%;
	border-radius: 5px;
}
.perdorues-kutia-navbar .perdorues-emri{
	padding: 0 10px;
}
.perdorues-kutia-navbar .perdorues-emri h4 {
	margin-bottom: 0;
	font-size: 18px;
}
.perdorues-kutia-navbar .perdorues-emri .perdorues-emaili {
	font-size: 13px;
	margin-bottom: 5px;
}
.perdorues-kutia-navbar .perdorues-emri .btn {
	font-size: 12px;
}
.buton-shiko-profilin{
    background: #f16a35;
    color: white;
    font-weight: 400;
}
.dropdown-item {
    font-size: 14px;
}
.ikonat-navbar-profile{
    width: 15px;
    margin-right: 2px;
}
.bg-white {
	background-color: #ffffff; 
}
.ul-li-center > ul {
	padding: 0px;
	margin: 0 auto;
	display: table; 
}
.ul-li-center > ul > li {
	float: left;
	list-style: none;
	display: inline-block; 
}
.ul-li-right > ul {
	margin: 0px;
	padding: 0px;
	float: right;
	display: table; 
}
.ul-li-right > ul > li {
	float: left;
	list-style: none;
	display: inline-block; 
}
.krijo-listim-btn{
	z-index: 1;
	height: 40px; 
	overflow: hidden;  
	line-height: 40px;  
	padding: 0px 40px;  
	color: #ffffff;  
	position: relative;  
	border-radius: 45px;  
	font-weight: 500;  
	text-transform: uppercase;  
	margin-top: 10px;
	background: #f16a35;
}
.krijo-listim-btn i {
    margin-right: 5px; 
}
.krijo-listim-btn:before {
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: -50px;
    content: '';
    z-index: -1;
    position: absolute;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border-right: 50px solid transparent;
    border-bottom: 80px solid #062a4d; 
}
.krijo-listim-btn:hover:before {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); 
}

.sidebar-menu-wrapper .sidebar-menu .menu-list > .menu-item-has-child > a {
	position: relative; 
}
.sidebar-menu-wrapper .sidebar-menu .menu-list > .menu-item-has-child > .sub-menu {
	background-color: #f8fbff; 
}
.sidebar-menu-wrapper .sidebar-menu .menu-list > .menu-item-has-child > .sub-menu > li {
	position: relative; 
}
.sidebar-menu-wrapper .sidebar-menu .menu-list > .menu-item-has-child > .sub-menu > li > a {
	width: 100%;
	display: block;
	font-size: 14px;
	padding: 15px 0px;
	padding-left: 60px;
	color: #7c8a97; 
}
.sidebar-menu-wrapper .sidebar-menu .menu-list > .menu-item-has-child > .sub-menu > li:hover > a {
	color: #062a4d; 
}
.sidebar-menu-wrapper .sidebar-menu .menu-list > .menu-item-has-child > .sub-menu > .active:before {
	background-color: #001238; 
}
.sidebar-menu-wrapper .sidebar-menu .menu-list > .menu-item-has-child > .sub-menu > .active > a {
	color: #062a4d; 
}
.sidebar-menu-wrapper {
	display: block; 
}
.sidebar-menu-wrapper .sidebar-menu {
	top: 0;
	right: -400px;
	height: 100vh;
	z-index: 9999;
	padding: 40px;
	position: fixed;
	min-width: 380px;
	max-width: 380px;
	overflow-y: scroll;
	background-color: #ffffff;
	-webkit-transition: 0.6s cubic-bezier(1, 0, 0, 1);
	-o-transition: 0.6s cubic-bezier(1, 0, 0, 1);
	transition: 0.6s cubic-bezier(1, 0, 0, 1);
	-webkit-box-shadow: -3px 0px 8px 1px rgba(0, 0, 0, 0.1);
	box-shadow: -3px 0px 8px 1px rgba(0, 0, 0, 0.1);
}
.sidebar-menu-wrapper .sidebar-menu .mCustomScrollBox {
	overflow: visible !important; 
}
.sidebar-menu-wrapper .sidebar-menu .dismiss .close-btn {
	width: 40px;
	height: 40px;
	font-size: 14px;
	cursor: pointer;
	line-height: 42px;
	text-align: center;
	color: #ffffff;
	border-radius: 3px;
	display: inline-block;
	background-color: #001238; 
}
.linku-emrit-mobile{
	color: #f16a35;
}
.sidebar-menu-wrapper .sidebar-menu .sidebar-title {
	font-size: 21px;
	text-transform: capitalize; 
}
.sidebar-menu-wrapper .sidebar-menu .menu-list {
	margin: 0px -40px; 
}
.sidebar-menu-wrapper .sidebar-menu .menu-list > li {
	width: 100%;
	display: block;
	border-bottom: 1px solid #eaeaea;
}
.sidebar-menu-wrapper .sidebar-menu .menu-list > li > a {
	width: 100%;
	display: block;
	font-size: 14px;
	padding: 15px 40px;
	color: #7c8a97;
	text-transform: capitalize; 
}
.sidebar-menu-wrapper .sidebar-menu .menu-list > li:hover > a {
	color: #062a4d;
	background-color: #f8fbff; 
}
.sidebar-menu-wrapper .sidebar-menu .menu-list > .active > a {
	color: #062a4d;
	background-color: #f8fbff; 
}
.sidebar-menu-wrapper .sidebar-menu .social-links > ul > li {
	width: 40px;
	height: 40px;
	margin-right: 5px; 
}
.sidebar-menu-wrapper .sidebar-menu .social-links > ul > li:last-child {
	margin-right: 0px !important; 
}
.sidebar-menu-wrapper .sidebar-menu .social-links > ul > li > a {
	font-size: 14px;
	line-height: 40px; 
}
.sidebar-menu-wrapper .sidebar-menu .custom-btn.signup-btn {
	width: 100%;
	display: block;
	border-radius: 0px; 
}
.sidebar-menu-wrapper .sidebar-menu.active {
	right: 0px;
	-webkit-box-shadow: 0px 10px 55px 1px rgba(137, 173, 255, 0.35);
	box-shadow: 0px 10px 55px 1px rgba(137, 173, 255, 0.35); 
}
.sidebar-menu-wrapper .overlay {
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	opacity: 0;
	z-index: 999;
	width: 100vw;
	height: 100vh;
	display: none;
	position: fixed;
	background: rgba(0, 0, 0, 0.7);
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out; 
}
.sidebar-menu-wrapper .overlay.active {
	opacity: 1;
	display: block; 
}
/*FOOTER START
=====================================================*/
#footer{
    background: #283a4a;
    color: white;
    padding-top: 30px;
    padding-bottom: 10px;
}
#sub-footer{
    background: #283a4a;
    color: white;
    padding-top: 10px;
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 10px;
    border-top: 1px solid white;
    text-align: center;
}
#sub-footer a{
    color: #f26b32;
}
#sub-footer a:hover{
    color: white;
}
.kategorite-footer{
    list-style-type: none;
    padding: 0;
}
.kategorite-footer li{
    font-size: 16px;
}
.kategorite-footer a{
    color: white;
}
.kategorite-footer a:hover{
    color: #f26b32;
}
.adresat-kontakt-footer{
    font-weight: 400;
    font-size: 0.9rem;
}
.adresat-kontakt-footer a{
    color: white;
}
.adresat-kontakt-footer a:hover{
    color: #f26b32;
}
.nuk-gjend-rezultat-bazamend{
    margin-top: 25px;
}
.nuk-gjend-rezultat-bazamend h5{
    color: #f16a35;
}
.socialet-footer{
    padding: 10px;
    font-size: 30px;
    width: 40px;
    text-align: center;
    text-decoration: none;
    margin: 20px 2px;
    border-radius: 3px;
}
.socialet-footer:hover {
    opacity: 0.7;
}
.fa-facebook {
    background: #3B5998;
    color: white;
}
.fa-twitter {
    background: #55ACEE;
    color: white;
}
.fa-linkedin {
    background: #007bb5;
    color: white;
}
.fa-youtube {
    background: #bb0000;
    color: white;
}
.fa-instagram {
    background: #125688;
    color: white;
}
/*FOOTER END
=====================================================*/

@media screen and (max-width: 1440px) {
    .header-section .default-header .container-fluid {
		width: 100%; 
	}
	.header-section .default-header .header-bottom .main-menubar > ul > li {
		padding: 13px 18px; 
	}
	.header-section .default-header .header-bottom .btns-group > ul > li {
		margin-right: 20px; 
	}
	.header-section .default-header .header-bottom .main-menubar > ul > .menu-item-has-child:after {
		right: 0px; 
	}
}
@media screen and (max-width: 1300px) {
    .header-section .default-header .header-bottom .main-menubar > ul > li > a {
		font-size: 12px;
		padding-bottom: 5px; 
	}
	.header-section .default-header .header-bottom .main-menubar > ul > li {
		padding: 17px 18px; 
	}
	.header-section .default-header .header-bottom .main-menubar > ul > .menu-item-has-child:after {
		top: 19px;
		right: 5px; 
	}
	.header-section .default-header .header-bottom .btns-group > ul {
		margin: 0px 0px; 
	}
	.backtotop {
		bottom: 30px; 
	}
}
@media screen and (max-width: 1199px) {
    .header-section .default-header .header-top .social-media .nice-select {
		margin-right: 30px;
		margin-left: -30px; 
	}
	.header-section .default-header .header-bottom .main-menubar > ul > li {
		padding: 17px 13px; 
	}
	.header-section .default-header .header-bottom .main-menubar > ul > .menu-item-has-child:after {
		top: 17px;
		right: 0px;
		font-size: 10px; 
	}
	.header-section .default-header .header-bottom .btns-group > ul > li {
		margin-right: 10px; 
	}
	.backtotop {
		bottom: 20px; 
	}
}
@media screen and (max-width: 991px) {
    .header-section .default-header .header-top {
		display: none; 
	}
	.header-section .default-header .header-bottom .btns-group,
	.header-section .default-header .header-bottom .main-menubar {
		display: none;
	}
	.header-section .default-header .header-bottom .brand-logo .mobile-menu-btn {
		display: inline-block; 
    }
    .header-section .header-bottom .brand-logo .brand-link {
		max-width: 80%; 
	}
	.header-section .default-header .header-bottom .brand-logo .mobile-menu-btn {
		width: 40px;
		height: 40px;
		font-size: 18px; 
		border-radius: 3px;
		padding: 2px;
    }
    .footer-section .footer-one .brand-logo {
		text-align: center;
		margin-bottom: 40px; 
	}
}
@media screen and (max-width: 580px) {
    .header-section .header-bottom .brand-logo .brand-link {
		max-width: 80%; 
	}
	.header-section .default-header .header-bottom {
		padding: 10px 0px; 
	}		
	.header-section .default-header .header-bottom .brand-logo .mobile-menu-btn {
		width: 40px;
		height: 40px;
		font-size: 18px; 
		border-radius: 3px;
		padding: 2px;
    }
    .footer-section .footer-two .footer-content .brand-logo {
		margin-bottom: 30px; 
    }
    .sidebar-menu-wrapper .sidebar-menu .menu-list > .menu-item-has-child > a:before {
		right: 30px; 
	}
	.sidebar-menu-wrapper .sidebar-menu .menu-list > .menu-item-has-child > .sub-menu > li > a {
		padding: 15px 0px;
		padding-left: 50px; 
	}
	.sidebar-menu-wrapper .sidebar-menu {
		right: -350px;
		min-width: 330px;
		max-width: 330px;
		padding: 40px 30px; 
	}
	 .sidebar-menu-wrapper .sidebar-menu .menu-list {
		margin: 0px -30px; 
	}
	 .sidebar-menu-wrapper .sidebar-menu .menu-list > li > a {
		padding: 15px 30px; 
	}
	.backtotop {
		width: 40px;
		height: 40px;
		bottom: 40px; 
	}
	.backtotop .scroll {
		font-size: 18px;
		line-height: 42px; 
	}
}
@media screen and (max-width: 320px) {
    .sidebar-menu-wrapper .sidebar-menu {
		right: -320px;
		min-width: 300px;
		max-width: 300px;
		padding: 40px 30px; 
	}
}