

/*** 

====================================================================
        Reset
====================================================================

***/
@import url('animate.css');
@import url('fontawesome-all.css');
@import url('eleganticons.css');
@import url('icomoon.css');
@import url('scrollbar.css');
/*** 

====================================================================
    Fonts
====================================================================

***/
/* @font-face {
  font-family: IRANSans;
  src: url('../fonts/IRANSansWeb_Medium.eot');
  src: url('../fonts/IRANSansWeb_Medium.ttf') format('truetype'),
  url('../fonts/IRANSansWeb_Medium.woff') format('woff'),
  url('../fonts/IRANSansWeb_Medium.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
} */

/*** 

====================================================================
Global Settings
====================================================================

***/

/* * {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
	font-size: 100%;
	line-height: inherit;
} */

/* body {
	direction: rtl;
	text-align: right;
	font-size: 18px;
	color: #222;
	line-height: 28px;
	font-weight: 500;
	-webkit-font-smoothing: antialiased;
	background: rgb(255, 255, 255);
	font-family: IRANSans, sans-serif;
} */
/* a {
	text-decoration: none;
	cursor: pointer;
}
a:hover, a {
	color: var(--thm-color-one);
}
a:hover, a:focus, a:visited {
	text-decoration: none !important;
	outline: none;
}
h1, h2, h3, h4, h5, h6 {
	position: relative;
	font-weight: 500;
	line-height: 1.25em;
	margin: 0px;
	background: none;
	color: #222;
	font-family: IRANSans, sans-serif;
} */
/* .theme-color-two h1, .theme-color-two h2, .theme-color-two h3, .theme-color-two h4, .theme-color-two h5, .theme-color-two h6 {
	color: #011940;
} */

/* button {
	outline: none !important;
	cursor: pointer;
}
.text {
	font-size: 18px;
	line-height: 28px;
	font-weight: 500;
	color: #222;
	margin: 0px 0px 15px;
}

.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show>.btn-light.dropdown-toggle:focus {
	box-shadow: none;
	outline: none;
}
.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle {
	background-color: inherit;
	border-color: inherit;
	color: inherit;
	border-radius: 0;
} */
.bootstrap-select .dropdown-menu li a span.text {
	margin-bottom: 0;
}
.bootstrap-select .dropdown-menu li.active a span.text {
	color: #fff;
}
.bootstrap-select .dropdown-toggle .filter-option:after {
	font-family: 'Flaticon';
	content: "\f133";
	position: absolute;
	right: 0;
	top: 5px;
	display: block;
	line-height: 30px;
	font-size: 11px;
	text-align: center;
	z-index: 5;
	font-weight: 400;
	color: #a3a3a3;
}
.dropup .dropdown-toggle::after {
	display: none;
}

.auto-container {
	position: static;
	padding: 0px 10px;
	margin: 0 auto;
}
ul, li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.dropdown-toggle::after {
	display: none;
}

/* Header Style */

.main-header {
	position: relative;
	display: block;
	width: 100%;
	z-index: 9999;
	top: 0px;
	left: 0px;
	background: none;
	clear: both;
	
}
/* Main menu */

.main-header .nav-outer .main-menu {
	position: relative;
	/* margin-left: 30px; */
}
.main-menu .inner-container {
	box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.12);
	margin-bottom: -25px;
	background: #fff;
}
.main-menu .inner-container .nav-outer {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	
}
.main-menu .navbar-collapse {
	padding: 0px;
	display: block !important;
}
.main-menu .navigation {
	position: relative;
	margin: 0px;
	/* margin-right: 40px; */
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.head {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	padding: 0px 0px;
	z-index: -1;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
	-ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
	-o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
	-webkit-transition: top 300ms ease;
	-o-transition: top 300ms ease;
	transition: top 300ms ease;

}

.main-menu .navigation>li {
	position: relative;
	padding: 32px 0px;
	margin-left: 28px;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.main-menu .navigation>li.dropdown {
	padding-left: 15px;
}
.main-menu .navigation>li:before {
	font-family: 'icomoon';
	content: "\e91b";
	position: absolute;
	left: 0;
	top: 36px;
	display: block;
	line-height: 30px;
	font-size: 6px;
	text-align: center;
	z-index: 5;
	opacity: 0;
	color: var(--thm-color-two);
}
.main-menu .navigation>li.dropdown:before {
	opacity: 1;
}
.header-style-one .main-menu .navigation>li:before {
	color: #fff;
}
.main-menu .navigation>li:last-child {
	margin-left: 0px;
}
.main-menu .navigation>li>a {
	position: relative;
	display: block;
	text-align: center;
	/*font-size: 19px;*/
	font-weight: 500;
	line-height: 30px;
	text-transform: uppercase;
	color: #222;
	padding: 3px 0px;
	opacity: 1;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.header-style-one .main-menu .navigation>li>a {
	color: #fff;
}
.main-menu .navigation>li>ul {
	position: absolute;
	right: 0px;
	top: 100%;
	border-radius: 12px;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	min-width: 240px;
	z-index: 999;
	display: none;
	opacity: 0;
	visibility: hidden;
	background-color: #fff;
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	transform: translateY(30px);
	transition: .5s;
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
.main-menu .navigation > li > ul.from-right {
	left: auto;
	right: 0px;
}

.main-menu .navigation>li>ul>li {
	position: relative;
	width: 100%;
}
.main-menu .navigation>li>ul>li:last-child {
	border-bottom: none;
}
.main-menu .navigation>li>ul>li:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0px;
	width: 0%;
	height: 100%;
	display: block;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}
.main-menu .navigation>li>ul>li>a {
	position: relative;
	display: block;
	padding: 14px 30px;
	border-bottom: 1px solid #e3e3e3;
	line-height: 24px;
	font-weight: 500;
	font-size: 18px;
	text-transform: capitalize;
	color: #4b4b4b;
	text-align: right;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.main-menu .navigation>li>ul>li:last-child>a {
	border-bottom: 0px;
}
.main-menu .navigation>li>ul>li>a:hover {
	color: #212121;
	font-weight: 500;
	padding-right: 52px;
}
.main-menu .navigation>li>ul>li>a:before {
	position: absolute;
	content: "\f30a";
	right: 30px;
	top: 15px;
	display: block;
	line-height: 24px;
	font-size: 18px;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 400;
	transition: .5s;
	opacity: 0;
	color: var(--thm-color-one);
}
.main-menu .navigation>li>ul>li>a:hover:before {
	opacity: 1;
}
.main-menu .navigation>li>ul>li.dropdown>a:after {
	position: absolute;
	content: "\f104";
	left: 40px;
	top: 13px;
	display: block;
	line-height: 24px;
	font-size: 17px;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 400;
}

/* submenu */
.main-menu .navigation>li>ul>li>ul {
	position: absolute;
	left: 100%;
	right: 250px;
	top: 0;
	border-radius: 12px;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	min-width: 240px;
	z-index: 100;
	display: none;
	background-color: #fff;
	transition: .5s;
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	transform: translateY(30px);
	-webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}
.main-menu .navigation>li>ul>li>ul.from-right {
	left: auto;
	right: 0px;
}
.main-menu .navigation>li>ul>li>ul>li {
	position: relative;
	width: 100%;
}
.main-menu .navigation>li>ul>li>ul>li:last-child {
	border-bottom: none;
}
.main-menu .navigation>li>ul>li>ul>li:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 0%;
	height: 100%;
	display: block;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.main-menu .navigation>li>ul>li>ul>li:last-child {
	border-bottom: none;
}
.main-menu .navigation>li>ul>li>ul>li>a {
	position: relative;
	display: block;
	padding: 14px 35px;
	line-height: 24px;
	font-weight: 400;
	border-bottom: 1px solid #e3e3e3;
	font-size: 17px;
	text-transform: capitalize;
	color: #4b4b4b;
	text-align: right;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.main-menu .navigation>li>ul>li>ul>li:last-child>a {
	border-bottom: 0;
}
.main-menu .navigation>li>ul>li>ul>li>a:hover {
	color: #212121;
	font-weight: 500;
	padding-right: 52px;
}
.main-menu .navigation>li>ul>li>ul>li>a:before {
	position: absolute;
	content: "\f30a";
	right: 30px;
	top: 15px;
	display: block;
	line-height: 24px;
	font-size: 18px;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 400;
	transition: .5s;
	opacity: 0;
	color: var(--thm-color-one);
}
.main-menu .navigation>li>ul>li>ul>li>a:hover:before {
	opacity: 1;
}


.main-menu .navigation>li.dropdown:hover>ul {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;

}
.main-menu .navigation li>ul>li.dropdown:hover>ul {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}
.main-menu .navigation li.dropdown .dropdown-btn {
	position: absolute;
	right: 10px;
	top: 8px;
	width: 34px;
	height: 30px;
	border: 1px solid #ffffff;
	text-align: center;
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
	cursor: pointer;
	z-index: 5;
	display: none;
}
/* header upper */
.header-upper .navbar-right-info {
	position: relative;
	margin-right: 20px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.header-upper .navbar-right-info .sign-in {
	position: relative;
	font-size: 18px;
	color: #212121;
	font-weight: 500;
	margin-right: 20px;
	padding: 0 20px;
}
.header-upper .navbar-right-info .sign-in:before {
	position: absolute;
	right: 0;
	top: 50%;
	content: '';
	background: rgb(255 255 255 / 0.30);
	height: 22px;
	width: 1px;
	transform: translateY(-50%);
}
.header-upper .navbar-right-info .sign-in:after {
	position: absolute;
	left: 0;
	top: 50%;
	content: '';
	background: rgb(255 255 255 / 0.30);
	height: 22px;
	width: 1px;
	transform: translateY(-50%);
}
.header-upper .navbar-right-info .sign-in a {
	color: #fff;
}
.header-upper .navbar-right-info .sign-in a i {
	margin-right: 10px;
}
/*** 

====================================================================
    Search Popup
====================================================================

***/

.search-popup {
	position: fixed;
	right: 0;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 99999;
	visibility: hidden;
	opacity: 0;
	overflow: auto;
	background: rgba(0, 0, 0, 0.90);
	-webkit-transform: translateY(101%);
	-ms-transform: translateY(101%);
	transform: translateY(101%);
	transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
}
.search-popup.popup-visible {
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
	visibility: visible;
	opacity: 1;
}
.search-popup .overlay-layer {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
}
.search-popup .close-search {
	position: absolute;
	left: 25px;
	top: 25px;
	font-size: 22px;
	color: #ffffff;
	cursor: pointer;
	z-index: 5;
}
.search-popup .close-search:hover {
	opacity: 0.70;
}
.search-popup .search-form {
	position: relative;
	padding: 0px 15px 0px;
	max-width: 1024px;
	margin: 0 auto;
	margin-top: 150px;
	margin-bottom: 100px;
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
}
.search-popup .search-form fieldset {
	position: relative;
	border: 7px solid rgba(255, 255, 255, 0.50);
	border-radius: 12px;
}
.search-popup .search-form fieldset input[type="search"] {
	position: relative;
	height: 70px;
	/* padding: 20px 30px 20px 220px; */
	background: #ffffff;
	line-height: 30px;
	/* font-size: 24px; */
	color: #233145;
	border-radius: 5px;
}
.search-popup .search-form fieldset input[type="submit"] {
	position: absolute;
	display: block;
	left: 0px;
	top: 0px;
	text-align: center;
	/* width: 220px;
	height: 70px; */
	padding: 20px 10px 20px 10px;
	color: #ffffff !important;
	line-height: 30px;
	/* font-size: 20px; */
	cursor: pointer;
	text-transform: uppercase;
	border-radius: 5px 0 0 5px;
	background-color: var(--thm-color-one);
}
.search-popup .search-form fieldset input[type="submit"]:hover {
	background-color: var(--thm-color-two);
}
.search-popup h3 {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 600;
	color: #ffffff;
	margin-bottom: 20px;
	letter-spacing: 1px;
	text-align: center;
	display: none;
}
.search-popup .recent-searches {
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	display: none;
}
.search-popup .recent-searches li {
	display: inline-block;
	margin: 0px 10px 10px 0px;
}
.search-popup .recent-searches li a {
	display: block;
	line-height: 24px;
	border: 1px solid #ffffff;
	padding: 7px 15px;
	color: #ffffff;
	border-radius: 3px;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.search-popup .search-form fieldset input[type="search"]:focus {
	border-color: #ddd;
	-webkit-box-shadow: none;
	box-shadow: none;
}
/*** 

====================================================================
                Sticky Header
====================================================================

***/

.sticky-header {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	left: 0px;
	top: 0px;
	width: 100%;
	padding: 0px 0px;
	z-index: -1;
	background: #fff;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
	-ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
	-o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
	-webkit-transition: top 300ms ease;
	-o-transition: top 300ms ease;
	transition: top 300ms ease;
}
.header-style-one .sticky-header {
	background:  var(--thm-color-font);
}
.fixed-header .sticky-header {
	opacity: 1;
	z-index: 99901;
	visibility: visible;
}
/*** 

====================================================================
            Mobile Menu
====================================================================

***/

.nav-outer .mobile-nav-toggler {
	position: relative;
	width: 50px;
	height: 50px;
	line-height: 44px;
	text-align: center;
	color: rgb(255, 255, 255);
	font-size: 20px;
	cursor: pointer;
	border-radius: 50%;
	float: right;
	margin: 13px 0;
	margin-left: 15px;
	display: none;
}
.mobile-menu {
	position: fixed;
	right: 0;
	top: 0;
	width: 300px;
	padding-right: 30px;
	max-width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	z-index: 999999;
}
.mobile-menu .mCSB_scrollTools {
	left: -6px !important;
}
.mobile-menu .mCSB_inside>.mCSB_container {
	margin-left: 5px;
}
.mobile-menu .navbar-collapse {
	display: block !important;
}
.mobile-menu .nav-logo {
	position: relative;
	right: 20px;
	top: 15px;
	text-align: right;
	margin-bottom: 50px;
	
}
.mobile-menu-visible {
	overflow: hidden;
}
.mobile-menu-visible .mobile-menu {
	opacity: 1;
	visibility: visible;
}
.mobile-menu .menu-backdrop {
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	background-color: rgb(24 23 22 / 25%);
}
.mobile-menu-visible .mobile-menu .menu-backdrop {
	opacity: 0.70;
	visibility: visible;
	-webkit-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}
.mobile-menu .menu-box {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	max-height: 100%;
	overflow-y: auto;
	background: var(--thm-color-font);
	padding: 0px 0px;
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	border-radius: 0px;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}
.mobile-menu-visible .mobile-menu .menu-box {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}
.mobile-menu .close-btn {
	position: absolute;
	left: 20px;
	top: 40px;
	line-height: 30px;
	width: 24px;
	text-align: center;
	font-size: 30px;
	color: #ffffff;
	cursor: pointer;
	z-index: 10;
	-webkit-transition:  all 1000ms ease;
	-o-transition:  all 1000ms ease;
	transition:  all 1000ms ease;
}
.mobile-menu .navigation {
	position: relative;
	display: block;
	width: 100%;
	float: none;
}
.mobile-menu .navigation li {
	position: relative;
	display: block;
	border-top: 1px solid rgba(255, 255, 255, 0.10);
}
.mobile-menu .navigation:last-child {
	border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}
.mobile-menu .navigation li>ul>li:first-child {
	border-top: 1px solid rgba(255, 255, 255, 0.10);
}
.mobile-menu .navigation li>a {
	position: relative;
	display: block;
	line-height: 24px;
	padding: 10px 25px;
	font-size: 15px;
	font-weight: 500;
	color: #ffffff;
	text-transform: uppercase;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.mobile-menu .navigation li ul li>a {
	font-size: 15px;
	margin-right: 20px;
	text-transform: capitalize;
}

/* submenu */
.mobile-menu .navigation li ul li ul li>a {
	font-size: 15px;
	margin-right: 40px;
	text-transform: capitalize;
}
.mobile-menu .navigation li>a:before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	height: 0;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.mobile-menu .navigation li.current>a:before {
	height: 100%;
}
.mobile-menu .navigation li.dropdown .dropdown-btn {
	position: absolute;
	left: 6px;
	top: 6px;
	width: 32px;
	height: 32px;
	text-align: center;
	font-size: 16px;
	line-height: 32px;
	color: #ffffff;
	background: rgba(255, 255, 255, 0.10);
	cursor: pointer;
	border-radius: 2px;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 5;
}
.mobile-menu .navigation li.dropdown .dropdown-btn.open {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.mobile-menu .navigation li>ul, .mobile-menu .navigation li>ul>li>ul {
	display: none;
}

/* Header style one */

.main-header.header-style-one {
	position: absolute;
	top: 10px;
}
.main-header .header-upper {
	position: relative;
}
.main-header .header-upper .inner-container {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.main-header .header-upper .right-column {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.navbar-right-info .search-toggler {
	position: relative;
	background: var(--thm-color-two);
	color: #fff;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 64px;
	border-radius: 50%;
	font-size: 25px;
	cursor: pointer;
	margin-left: 20px;
	transition: .5s;
}
.navbar-right-info .search-toggler:hover {
	background-color: var(--thm-color-one);
}
.navbar-right-info .theme-btn {
	text-transform: uppercase;
}
.navbar-right-info .theme-btn span i {
	font-family: 'Barlow', sans-serif;
	margin-left: 5px;
	font-size: 36px;
	font-weight: 200;
	font-style: normal;
	line-height: 20px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: 0px;
}
@media only screen and (min-width: 1300px) {
    .main-menu .navigation > li > a {
        font-size: 19px;
    }
}
	@media only screen and (max-width: 1400px) {

		.main-menu .navigation > li:nth-last-child(-n+3) > ul > li > ul {
			left: auto;
			right: 100%;
		}

		.main-menu .navigation > li:nth-last-child(-n+2) > ul {
			left: auto;
			right: 0;
		}

			.main-menu .navigation > li:nth-last-child(-n+2) > ul > li > ul {
				left: auto;
				right: 100%;
			}
	}

	@media only screen and (max-width: 1199px) {
		/*.header-upper .navbar-right-info ,*/
		.sticky-header .header-upper .navbar-right-info,
		.banner-section .content-box .image,
		.banner-section .content-box .image-two {
			display: none;
		}

		.main-menu .navigation > li > a {
			font-size: 16px;
		}
		/*.main-menu .navigation>li {
		margin-left: 10px;
	}*/
	}

	@media only screen and (min-device-width: 1139px) and (max-device-width: 1149px) {
		.main-menu .navigation > li > a {
			font-size: 15px;
		}

		.inner-container {
			justify-content: center;
		}
	}

	@media only screen and (max-width: 1139px) {
		/* Default */
		.main-header .nav-outer .main-menu,
		.sticky-header {
			display: none !important;
		}
        .nav-outer .mobile-nav-toggler {
			display: block;
		}
		.head {
             position: relative;
        }
			/*  */
			.main-header.header-style-one {
			top: 10px;
        }

		.header-upper .navbar-right-info {
			display: none;
		}
    }

	@media only screen and (min-width: 768px) {
		.main-menu .navigation > li > ul,
		.main-menu .navigation > li > ul > li > ul {
			display: block !important;
			visibility: hidden;
			opacity: 0;
		}
       
	}

	@media only screen and (max-width: 767px) {
		br {
			display: none;
		}

		.header-upper .navbar-right-info {
			display: none;
		}
        .logo-box img {
            width: 60px;
            height: 60px;
        }
		.banner-section .theme-btn {
			padding:8px 10px !important;
		}
	}










