/*** 

====================================================================
			Fonts
====================================================================

 ***/
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap');
/*font-family: 'Nunito Sans', sans-serif;*/
@import url('owl.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('animate.css');
@import url('custom-animate.css');

/*** 

====================================================================
	Reset
====================================================================

 ***/

*{
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
	font-size: 100%;
	line-height: inherit;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
	
	font-size:15px;
	color:#666666;
	line-height:1.7em;
	font-weight:400;
	background:#ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-family: 'Nunito Sans', sans-serif;
}

a{
	text-decoration:none;
	cursor:pointer;
	color: #ea242b;
}

.theme_color{
	color:#f06822;
}

a:hover,
a:focus,
a:visited,
a:active,
button:active{
	text-decoration:none;
	outline:none;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-weight:normal;
	margin:0px 0px 15px;
	background:none;
	line-height:1.25em;
	padding-bottom: 25px;
	/* font-family: 'Arimo', cursive; */
}

h1{
	font-size: 60px;
}

h2{
	font-size: 44px;
}

h3{
	font-size: 22px;
}

h4{
	font-size: 18px;
}

h5{
	font-size: 14px;
}

h6{
	font-size: 10px;
}

input,select,button{
	font-family: 'Nunito Sans', sans-serif;
}

textarea{
	overflow:hidden;
	resize: none;	
}

button{
	outline: none !important;
	cursor: pointer;
}

p{
	    font-size: 18px;
	line-height: 1.7em;
	font-weight: 400;
	margin: 0 0 15px;
}

.text{
	font-size: 15px;
	line-height: 1.7em;
	font-weight: 400;
	margin: 0 0;
}

::-webkit-input-placeholder{color: inherit;}
::-moz-input-placeholder{color: inherit;}
::-ms-input-placeholder{color: inherit;}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
	z-index: 9;
	overflow: hidden;
}
 

ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}

figure{
	margin-bottom: 0;
}

.theme-btn{
	display:inline-block;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.theme-btn i{
	position: relative;
	display: inline-block;
	font-size: 14px;
	margin-left: 3px;
}

.centered{
	text-align:center !important;
}
.auto-container {
    position: static;
    max-width: 1170px;
    padding: 0px 15px;
    margin: 0 auto;
}

/*Btn Style One*/

.btn-style-one{
	position: relative;
	display: inline-block;
	text-transform:capitalize;
	border-radius:0px;
	overflow:hidden;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.btn-style-one .btn-title{
	position: relative;
	display:block;
	font-family: 'Noto Sans', sans-serif;
	font-size: 16px;
	width: 149px;
	height: 44px;
	text-align: center;
	line-height: 25px;
	color: #ffffff;
	font-weight: 400;
	padding: 10px 10px;
	 border-radius:0px;
	z-index:1;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	    background: rgba(240,103,34,1);
    background: -moz-linear-gradient(top, rgba(240,103,34,1) 0%, rgba(255,177,82,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(240,103,34,1)), color-stop(100%, rgba(255,177,82,1)));
    background: -webkit-linear-gradient(top, rgba(240,103,34,1) 0%, rgba(255,177,82,1) 100%);
    background: -o-linear-gradient(top, rgba(240,103,34,1) 0%, rgba(255,177,82,1) 100%);
    background: -ms-linear-gradient(top, rgba(240,103,34,1) 0%, rgba(255,177,82,1) 100%);
    background: linear-gradient(to bottom, rgba(240,103,34,1) 0%, rgba(255,177,82,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f06722', endColorstr='#ffb152', GradientType=0 );
}

.btn-style-one:hover .btn-title{
	background: #222222;
	color: #ffffff;
}

/*Btn Style Two*/

.btn-style-two{
	position: relative;
	display: inline-block;
	text-transform:capitalize;
	border-radius:0px;
	overflow:hidden;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.btn-style-two .btn-title{
	position: relative;
	display:block;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 700;
	padding: 15px 40px;
	background: #f06822;
	border-radius:0px;
	z-index:1;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.btn-style-two:hover .btn-title{
	background: #222222;
	color: #ffffff;
}

.pull-right{
	float: right;
}

.pull-left{
	float: left;
}

 
img{
	display:inline-block;
	max-width:100%;
	height:auto;	
}

.dropdown-toggle::after{
	display: none;
}

.fa{
	line-height: inherit;
}

 

/*** 

====================================================================
	Main Header style / Header Style One
====================================================================

***/

.main-header{
	position: relative;
	display: block;
	width: 100%;
	z-index: 9999;
	background:none;
}

.header-top{
	position: relative;
}

.header-top .inner{
	position:relative;
}

.main-header .header-top .top-left{
	position: relative;
	float: left;
}

.main-header .header-top .top-right{
	position: relative;
	float: right;
}

.header-top-one{
	background: none;
	padding: 15px 0px;
	border-bottom: 1px solid #e2eef2;
	line-height: 24px;
	background: #f9f9f9;
	background: -webkit-linear-gradient(bottom,#f9f9f9,#ffffff);
}

.header-top-one .top-text{
	position: relative;
	color: #222222;
}

.header-top-one .info{
	position:relative;
	float: left;
}

.header-top-one .info li{
	position: relative;
	float: left;
	margin-left: 30px;
}

.header-top-one .info li a{
	color: #222222;
}

.header-top-one .info li .icon{
	position: relative;
	top: -1px;
	display: inline-block;
	vertical-align: middle;
	font-size: 17px;
	color: #f06822;
	padding-right: 8px;
}

.header-top-one .info li a:hover{
	text-decoration: underline;
	color: #f06822;
}

.header-top-one .language{
	position:relative;
	float: left;
	margin-left: 30px;
	z-index: 5;
}
li.menu-item-has-children.highlight>ul {
    display: block;
}
.header-top-one .language .lang-btn{
	position: relative;
	display: block;
	line-height: 24px;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 24px;
	cursor: pointer;
}

.header-top-one .language .lang-btn .flag{
	position: relative;
	top: -1px;
	display: inline-block;
	vertical-align: middle;
	padding-right: 5px;
}

.header-top-one .language .lang-btn .txt{
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.header-top-one .language .lang-btn .arrow{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding-left: 4px;
	font-size: 12px;
}

.header-top-one .language .lang-btn:before{
	content: '';
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 16px;
}

.header-top-one .language .lang-dropdown{
	position: absolute;
	right: 0;
	top: 100%;
	margin-top: 16px;
	width: 150px;
	background: #ffffff;
	border: 1px solid #f0f0f0;
	border-top: 2px solid #f06822;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.header-top-one .language:hover .lang-dropdown{
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

.header-top-one .language .lang-dropdown li{
	position: relative;
	display: block;
	border-bottom: 1px solid #f0f0f0;
}

.header-top-one .language .lang-dropdown li:last-child{
	border: none;
}

.header-top-one .language .lang-dropdown li a{
	position: relative;
	display: block;
	padding: 5px 15px;
	font-size: 14px;
	line-height: 24px;
	color: #222222;
}

.header-top-one .language .lang-dropdown li a:hover{
	text-decoration: underline;
	color: #f06822;
}

/*=== Search Header Main Box ===*/
.header-search-box {
    position: relative;
    width: 100%;
    padding: 5px 20px;
    height: 50px;
    display: flex;
    align-items: center;
    background: #eeeeee;
    overflow: hidden;
}
.header-search-heading p {
    margin: 0;
    font-size: 14px;
    color: #5b5b5b;
    margin-bottom: 2px;
    position: absolute;
    top: -23px;
}

.header-search-heading p span {
    font-weight: 900;
	color:#16171d;
}
.header-search-box .header-search {
    display: flex;
    align-items: center;
    width: 100%;
    padding-right: 110px;
}
.header-search-box .header-search input {
    padding: 0px 0px;
    font-size: 14px;
    background: #eeeeee;
    display: block;
    width: 100%;
}
.header-search-box .header-search input::placeholder{
	color:#16171d;
	opacity:70%;
}
.header-search-box .header-search .header-search-area {
    width: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.header-search-box .header-search .header-zip-area {
    width: 50%;
    display: flex;
    align-items: center;
}
.header-search-box .header-search-button {
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
}

.header-search-box .header-search-button .search-button {
    height: 56px;
    width: 50px;
    background: transparent;
    color: #000;
    font-size: 20px;
}
.header-search-box .header-search .header-zip-area img {
    width: 13px;
    margin: 0px 7px;
    height: 13px;
    object-fit: contain;
    margin-left: 10px;
    opacity: 0.5;
}

.header-search-box .header-search .header-search-area img {
    width: 13px;
    margin: 0px 9px;
    height: 13px;
    object-fit: contain;
}
.header-search-box .header-search-button .search-button span.search-icon {
    display: none;
}
.header-search-area input::placeholder, .header-zip-area input::placeholder {
    color: #717171;
    font-size: 14px;
}
.header-links-box {
    position: relative;
    padding-left: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-links-box>ul {
    display: flex;
    align-items: center;
    line-height: 0;
}
.header-links-box>ul li a .claim-text {
    font-size: 12px;
    text-transform: uppercase;
    color: #090909;
    font-weight: 500;
}
.header-links-box>ul li a:hover {color: #ea242b;}
.header-links-box>ul li a {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    padding: 50px 75px 50px 50px;  	
    line-height: 0;
    display: block;
}
.claim-box {
    display: flex;
    align-items: center;
}

.claim-box .claim-box {
    width: 22px;
    height: 35px;
    position: relative;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    justify-content: start;
    align-items: center;
}

.claim-box .claim-box img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}
.claim-box .claim-box sup {
    background: #ea242b;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    position: absolute;
    top: -2px;
    right: -6px;
    font-size: 11px;
}
/* .header-search-box .header-search-button .search-button:hover, .header-search-box .header-search-button .search-button:focus{
	background: rgba(240,103,34,1);
    background: -moz-linear-gradient(top, rgba(240,103,34,1) 0%, rgba(255,177,82,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(240,103,34,1)), color-stop(100%, rgba(255,177,82,1)));
    background: -webkit-linear-gradient(top, rgba(240,103,34,1) 0%, rgba(255,177,82,1) 100%);
    background: -o-linear-gradient(top, rgba(240,103,34,1) 0%, rgba(255,177,82,1) 100%);
    background: e;
    background: linear-gradient(to bottom, rgba(240,103,34,1) 0%, rgba(255,177,82,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f06722', endColorstr='#ffb152', GradientType=0 );
} */
/*=== Search Header Main Box End===*/
/*=== Header Main Box ===*/

.main-header .header-upper{
	position:relative;
	display: block;
	z-index: 1;
}

.header-style-one .header-upper .inner-container{
	position:relative;	
}

.main-header .header-upper{
	position:relative;
	background: #ffffff;
	min-height: 135px;
	display: flex;
	align-items: center;
}

.main-header .header-upper .logo-box{
	position: relative;
	float:left;
	padding: 0;
	z-index:10;
}

.main-header .header-upper .logo-box .logo{
	position: relative;
	display:block;
	width: 282px;
	height: 60px;
}

.main-header .header-upper .logo-box .logo img{
	position: relative;
	display: inline-block;
	max-width: 100%;
	height: 100%;
	z-index:1;
	object-fit: contain;
}

.main-header .header-upper .right-nav{
	position: relative;
	float: right;
}

.main-header .search-btn{
	position:relative;
	float:left;
	margin-top: 40px;
	margin-left: 40px;
}

.main-header .search-btn button{
	position: relative;
	display: block;
	padding: 0;
	margin: 0;
	background: none;
	line-height: 30px;
	color: #222222;
	cursor: pointer;
}

.main-header .search-btn button .fa{
	vertical-align: middle;
}

.main-header .nav-outer{
	position: relative;
	float: unset;
	z-index:1;
}

.main-header .nav-outer .main-menu{
	position:relative;
	width: 100%;
}

.main-menu .navbar-collapse{
	padding:0px;
	display:block !important;
	width: 100%;
}

.main-menu .navigation{
	position:relative;
	margin:0px;
	font-family: 'Nunito Sans', sans-serif;
}

.main-menu .navigation > li{
	position:relative;
	float:left;
	padding:25px 0px;
	margin-right: 56px;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-menu .navigation > li:last-child{
	margin-right:0px;
}

.main-menu .navigation > li:last-child:after{
	display: none;
}

.main-menu .navigation > li > a{
	position:relative;
	display:block;
	text-align:center;
	font-size: 14px;
	line-height: 38px;
	font-weight: 600;
	text-transform: capitalize;
	letter-spacing: 0.03em;
	color: #fff;
	padding: 10px 0px;
	opacity:1;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
	/* font-family: 'Roboto', sans-serif; */
}

.main-menu .navigation > li:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:0px;
	border-bottom: 2px solid #0d164f;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.sticky-header .main-menu .navigation > li:before{
	display:none;
}

.main-menu .navigation > li:hover:before,
.main-menu .navigation > li.current:before{
	width:100%;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a{
	color: #ea242b !important;
}

.sticky-header .main-menu .navigation > li:hover > a,
.sticky-header .main-menu .navigation > li.current > a{
	color: #f06822;
}

.sticky-header .main-menu .navigation > li.dropdown{
	padding-right:0px;	
}

.main-menu .navigation > li > ul{
	position:absolute;
	left:0px;
	top:100%;
	width:240px;
	z-index:100;
	display:none;
	background:#ffffff;
	padding: 12px 0px;
	border-top: 2px solid #f06822;
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-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);
	-moz-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;
	padding: 0px 0px;
	width:100%;
}

.main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding: 10px 10px;
	line-height:24px;
	font-weight: 500;
	font-size:15px;
	color:#f06822;
	text-align:left;
	text-transform:capitalize;
	border-bottom:1px solid rgba(0,0,0,0.10);
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	font-family: 'Noto Sans', sans-serif;
}

.main-menu .navigation > li > ul > li:last-child > a{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li:hover > a{
	color:#f06822;
}

.main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:100%;
	top:0;
	width:240px;
	z-index:100;
	display:none;
	background:#ffffff;
	padding: 12px 0px;
	border-top: 2px solid #f06822;
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-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);
	-moz-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 > li > ul > li{
	position:relative;
	padding: 0px 30px;
	width:100%;
}

.main-menu .navigation > li > ul > li  > ul > li > a{
    position:relative;
	display:block;
	padding:10px 0px;
	line-height:24px;
	font-weight:700;
	font-size:15px;
	color:#f06822;
	text-align:left;
	text-transform:capitalize;
	border-bottom:1px solid rgba(0,0,0,0.10);
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.main-menu .navigation > li > ul > li > ul > li:last-child > a{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li  > ul > li > a:hover{
	color:#f06822;
}

.main-menu .navigation > li > ul > li.dropdown > a:after{
	font-family: 'Font Awesome 5 Free';
	content: "\f105";
	position:absolute;
	right:0px;
	top:11px;
	display:block;
	line-height:24px;
	font-size:16px;
	font-weight:900;
	z-index:5;	
}

.main-menu .navigation > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	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;
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	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 Style Two
====================================================================

***/

.header-style-two{
	position: relative;
}

.main-header .header-upper .right-info{
	position: relative;
	float: right;
	padding-top: 38px;
}

.main-header .header-upper .info{
	position: relative;
	float: left;
}

.main-header .header-upper .info .info-block{
	position: relative;
	float: left;
	padding-left: 40px;
	min-height: 44px;
	margin-left: 55px;
}

.main-header .header-upper .info .info-block:before{
	/* content: ''; */
	position: absolute;
	left: -28px;
	top: 0px;
	height: 44px;
	border-left: 1px solid #f0f0f0;
}

.main-header .header-upper .info .info-block:first-child{
	margin-left: 0;
}

.main-header .header-upper .info .info-block:first-child:before{
	display: none;
}
.main-header .header-upper .info .info-block .icon-box img {
    width: 15px;
}
.main-header .header-upper .info .info-block .icon-box{
	position: absolute;
	left: -5px;
	top: 3px;
	width: 35px;
	height: 35px;
	font-size: 31px;
	color: #fff;
	background: transparent;
	border-radius: 50%;
	line-height: 26px;
	border: solid 2px #ffffffdb;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.main-header .header-upper .info strong {
    position: relative;
    display: block;
    color: #fff;
    font-weight: 700;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
}

.main-header .header-upper .info .info-text{
	font-family: 'Noto Sans', sans-serif;
	position: relative;
	display: block;
	font-size: 13px;
	line-height: 22px;
	color: #fff;
}

.main-header .header-upper .info a{
	color: #222222;
}

.main-header .header-upper .info a:hover,
.main-header .header-upper .info a:hover strong{
	text-decoration: underline;
	color: #f06822;
}

.header-style-two .header-upper .lang-block{
	position: relative;
	float: left;
	margin-left: 55px;
	padding-top: 10px;
}

.header-style-two .header-upper .lang-block:before{
	content: '';
	position: absolute;
	left: -28px;
	top: 0px;
	height: 44px;
	border-left: 1px solid #f0f0f0;
}

.header-style-two .language{
	position:relative;
}

.header-style-two .language .lang-btn{
	position: relative;
	display: block;
	line-height: 24px;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 24px;
	cursor: pointer;
}

.header-style-two .language .lang-btn .flag{
	position: relative;
	top: -1px;
	display: inline-block;
	vertical-align: middle;
	padding-right: 5px;
}

.header-style-two .language .lang-btn .txt{
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.header-style-two .language .lang-btn .arrow{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding-left: 4px;
	font-size: 12px;
}

.header-style-two .language .lang-btn:before{
	content: '';
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 16px;
}

.header-style-two .language .lang-dropdown{
	position: absolute;
	right: 0;
	top: 100%;
	margin-top: 16px;
	width: 150px;
	background: #ffffff;
	border: 1px solid #f0f0f0;
	border-top: 2px solid #f06822;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.header-style-two .language:hover .lang-dropdown{
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

.header-style-two .language .lang-dropdown li{
	position: relative;
	display: block;
	border-bottom: 1px solid #f0f0f0;
}

.header-style-two .language .lang-dropdown li:last-child{
	border: none;
}

.header-style-two .language .lang-dropdown li a{
	position: relative;
	display: block;
	padding: 5px 15px;
	font-size: 14px;
	line-height: 24px;
	color: #222222;
}

.header-style-two .language .lang-dropdown li a:hover{
	text-decoration: underline;
	color: #f06822;
}

.header-style-two .header-lower{
	position:relative;
	display: block;
	background: #16171d;
}

.header-style-two .header-lower .nav-box{
	position:relative;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	min-height: 58px;
}
.header-number h4 {
    padding: 0;
    color: #fff;
    font-size: 14px;
    margin: 0;
    text-align: right;
    font-weight: 500;
    font-family: 'Nunito Sans', sans-serif;
}

.header-number {
    display: block;
    width: 17%;
}
.header-style-two .header-lower .search-btn{
	margin-top: 18px;
	float: right;
}

.header-style-two .header-lower .search-btn button{
	color: #ffffff;
}

.header-style-two .nav-box .main-menu .navigation > li{
	padding: 0;
}

.header-style-two .nav-box .main-menu .navigation > li > a{
	color: #fff;
}

.header-style-two .nav-box .main-menu .navigation > li:before{
	border-bottom-color: #ea242b;
}

/*** 

====================================================================
	Inner Header Style
====================================================================

***/

.inner-page-header{
	position: relative;
}

/*** 

====================================================================
				Sticky Header
====================================================================

***/

.sticky-header{
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    z-index: -1;
    background: #ffffff;
    box-shadow: rgb(185 183 183 / 40%) 0 0 20px 7px;
}

.fixed-header .sticky-header{
	opacity:1;
	z-index: 99901;
	visibility:visible;
}

.fixed-header .sticky-header .logo {
    padding: 14px 0px;
    height: unset;
    width: 200px;
}

.sticky-header .main-menu .navigation > li{
	margin-left: 27px !important;
	padding: 0;
	margin-right: 0;
	background-color: transparent;
}

.sticky-header .main-menu .navigation > li.dropdown > a:after,
.sticky-header .main-menu .navigation > li:before{
	display: none;
}

.sticky-header .main-menu .navigation > li > a{
	padding:21px 0px !important;
	line-height:30px;
	font-size: 14px;
	font-weight: 600;
	color: #16171d;
	text-transform:capitalize;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.sticky-header .main-menu .navigation > li > ul > li > ul{
	left:auto;
	right:100%;	
}

.sticky-header .main-menu .navigation > li:hover > a,
.sticky-header .main-menu .navigation > li.current > a,
.sticky-header .main-menu .navigation > li.current-menu-item > a{
	opacity:1;
}
.main-menu .menu-item-has-children:hover > ul {
    opacity: 1;
    top: 65%;
    visibility: visible;
    line-height: unset;
    padding: 0;
    border: none;
}
 
/*** 

====================================================================
			Mobile Menu
====================================================================

***/

.nav-outer .mobile-nav-toggler{
	position: relative;
	float: right;
	font-size: 36px;
	line-height: 40px;
	cursor: pointer;
	margin-left: 0px;
	color: #222222;
	margin: 35px 0px 0px;
	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_inside>.mCSB_container{
	margin-right:5px;	
}

.mobile-menu .navbar-collapse{
	display:block !important;	
}

.mobile-menu .nav-logo{
	position:relative;
	padding:30px 25px;
	text-align:left;	
}

.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;
	background: rgba(0,0,0,0.70);
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.mobile-menu-visible .mobile-menu .menu-backdrop{
	opacity: 0.70;
	visibility: visible;
	-webkit-transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-ms-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;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	max-height: 100%;
	overflow-y: auto;
	background: #202020;
	padding: 0px 0px;
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	border-radius: 0px;
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box{
	opacity: 1;
	visibility: visible;
	-webkit-transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-ms-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;
	right: 10px;
	top: 10px;
	line-height: 30px;
	width: 24px;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	cursor: pointer;
	z-index: 10;
	-webkit-transition:all 0.9s ease;
	-moz-transition:all 0.9s ease;
	-ms-transition:all 0.9s ease;
	-o-transition:all 0.9s ease;
	transition:all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn{
	-webkit-transform:rotate(360deg);
	-ms-transform:rotate(360deg);
	transform:rotate(360deg);
}

.mobile-menu .close-btn:hover{
	-webkit-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	transform:rotate(90deg);
}

.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;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;	
}

.mobile-menu .navigation li ul li > a{
	font-size: 15px;
	margin-left: 20px;
	text-transform: capitalize;
}

.mobile-menu .navigation li > a:before{
	content:'';
	position:absolute;
	left:0;
	top:0;
	height:0;
	border-left: 3px solid #f06822;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-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;
	right:10px;
	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;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;	
	z-index:5;
}

.mobile-menu .navigation li.dropdown > a{
	padding-right: 30px;
}

.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;
}

.mobile-menu .social-links{
	position:relative;
	text-align:center;
	padding:30px 25px;
}

.mobile-menu .social-links li{
	position:relative;
	display:inline-block;
	margin:0px 10px 10px;
}

.mobile-menu .social-links li a{
	position:relative;
	line-height:32px;
	font-size:16px;
	color:#ffffff;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;	
}

/*** 

====================================================================
		Lazy Load Settings
====================================================================

***/

img.lazy-image{
	background:url(../images/icons/image-bg.svg) center center no-repeat;	
}

img.lazy-image.loaded{
	background-image:none;
}

.owl-theme img.lazy-image.loaded{
	height: auto;
	opacity: 1;
}


/*** 

====================================================================
		Banner Section
====================================================================

***/

.banner-section{
	position: relative;
	z-index:1;
}

.banner-section .banner-curve{
	position:absolute;
	left:0;
	bottom: -1px;
	width:100%;
	height:78px;
	background-image:url('../images/main-slider/banner-curve-two.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% 100%;
	z-index: 2;
}

.banner-carousel{
	position: relative;
	z-index: 1;
}

.banner-carousel .slide-item{
	position: relative;
	display: block;
	background-color: #edf5f8;
	color: #222222;
	padding: 35px 0px 50px;
	overflow:hidden;
}

.banner-two .banner-carousel .slide-item{
	background: transparent;
	color: #000;
	padding: 0 0px;
}

.banner-carousel .slide-item .image-layer{
	position:relative;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:1;
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: cover;
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
}
.banner-carousel  .slide-item .image-layer:after {
    /* content: ""; */
    position: absolute;
    background: rgba(41,63,120,.8);
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: block;
    z-index: -1;
}
 

.banner-carousel .content-box{
	position: relative;
	display: table;
	vertical-align: bottom;
	width: 100%;
	height: 465px;
	padding: 0 0px;
	z-index:5;
}

.banner-carousel .round-layer{
	position: absolute;
	right: -130px;
	top: -35px;
	width: 100%;
	height: 685px;
	background:url('../images/main-slider/round-box.png') right 0 no-repeat;
	background-size: auto 100%;
	opacity: 0;
 
}
 
.banner-carousel .content-box .content{
	position: relative;
	display: table-cell;
	vertical-align: bottom;
	padding: 0;
	padding-bottom: 40px;
}

.banner-carousel .content-box .inner{
	position: relative;
	display: block;
	max-width: 100%;
}

.banner-carousel .content-box .inner.alternate{
	max-width: 650px;
}
 
.banner-carousel .content-box h1{
	display: block;
	font-size: 30px;
	line-height: 1.2em;
	color: #ffffff;
	font-weight: 900;
	opacity: 1;
	margin-bottom: 20px;
	text-transform: unset;
	letter-spacing: 0;
	/* -webkit-transform: translateY(80px); */
	-moz-transform: translateY(80px);
	-ms-transform: translateY(80px);
	-o-transform: translateY(80px);
	/* transform: translateY(80px); */
	/* text-transform:capitalize; */
	padding: 0;
	text-align: center;
}

.banner-two .banner-carousel h1{
	color: #ffffff;
	text-transform: unset;
	position: relative;
}

.banner-carousel .content-box h1 strong{
	font-weight: 800;
}

.banner-carousel .active .content-box h1{
	opacity: 1;
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0);
	transform: translate(0);
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
	-webkit-transition-delay: 700ms;
	-moz-transition-delay: 700ms;
	-ms-transition-delay: 700ms;
	-o-transition-delay: 700ms;
	transition-delay: 700ms;
}
 
.banner-carousel .content-box .content-image img{
	width: auto !important;
	max-width: 100%;
}
 
/*** 

====================================================================
		Section Title
====================================================================

***/
.py-padding {
    padding: 60px 0px 0px 0px;
	margin-top: 10px;
}

.sec-title.centered {
    max-width: 100%;
    margin: 0;
    margin-bottom: 35px;
    position: relative;
}
.sec-title h2 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 1.20em;
    color: #090909;
    font-weight: 800;
    text-transform: capitalize;
    margin-bottom: 0px;
    padding: 0;
}
.view-all.link-box.text-right>a {
    color: #21110d;
    font-weight: 600;
}

 
/*** 

====================================================================
		Section home-Projects
====================================================================

***/
.Projects-Main-boxs {
    margin-bottom: 30px;
}
.Projects-Main-boxs .project-image {
    height: 278px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 0;
}
.Projects-Main-boxs .project-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.project-content {
    padding: 30px 0px 0px;
}
.project-content ul{min-height:128px;}
.Projects-Main-boxs .project-content h3 {
    color: #090909;
    font-weight: bold;
    font-size: 16px;
    margin: 0;
    text-align: left;
    padding-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.project-content ul li {
    line-height: 32px;
    font-size: 16px;
    color: #787878;
}
.Projects-Main-boxs .project-content p {
    font-size: 16px;
    padding: 0;
    margin-bottom: 0;
    color: #7f7f7f;
    text-align: center;
    margin-bottom: 0;
}
.read_MoreBox {
    text-align: left;
    margin-top: 15px;
}
.Projects-Main-boxs .read_MoreBox a span.lnr.lnr-arrow-right {
    font-size: 22px;
    margin-left: 15px;
}
.Projects-Main-boxs .read_MoreBox a {
    font-weight: 600;
    color: #ea242b;
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: flex;
}
.read_MoreBox img {
    width: 85px;
    margin: auto;
}
.Projects-boxs-left-image {
    height: 712px;
    width: 100%;
	margin-bottom: 30px;
}
.Projects-boxs-left-image>img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
section.home-Projects.py-padding {
    padding-bottom: 40px;
}

/*** 

====================================================================
		Section Herbpon-Featured
====================================================================

***/
.Herbpon-Featured {
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}
.Herbpon-Featured-box {
    background-color: #21110d;
    border: solid 1px #f5f5f5;
    padding: 15px;
    margin-bottom: 30px;
}

.Herbpon-Featured-box .Herbpon-Featured-icon {
    width: 40px;
    height: 38px;
    margin-bottom: 20px;
}

.Herbpon-Featured-box .Herbpon-Featured-icon img {
    object-fit: contain;
    height: 100%;
    width: 100%;
}

.Herbpon-Featured-box .Herbpon-Featured-heading h3 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 15px;
    padding: 0;
    font-weight: 800;
}

.Herbpon-Featured-box .Herbpon-Featured-content p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 15px;
    padding: 0;
    line-height: 20px;
}

.Herbpon-Featured-box .Herbpon-Featured-more p {
    font-size: 16px;
    color: #f06822;
    text-decoration: underline !important;
	position:relative;
}
.Herbpon-Featured-box .Herbpon-Featured-more p:after {
    content: "\f105";
    font-family: 'FontAwesome';
    position: absolute;
    left: 88px;
}
.Herbpon-Featured-box:hover {
    background-color: #222222;
    border: solid 1px #f06822;
}

/*** 

====================================================================
		Section join-Herbpon
====================================================================

***/

.join-Herbpon {
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}
.join-Herbpon-content span {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}

.join-Herbpon-content h3 {
    font-size: 40px;
    color: #fff;
    font-weight: bolder;
    margin-bottom: 15px;
    padding: 0;
}

.join-Herbpon-content p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px;
}
 


/* banner-login */

.banner-login .row>div {
    padding: 0px 5px;
}
.banner-login-box {
    background: rgb(0 0 0 / 65%);
    border: solid 1px #e9242b;
    padding: 35px 60px 19px  60px;
}
.banner-login .form-control {
    height: 52px;
    border-radius: 0;
    font-size: 14px;
	opacity:100%;
	color:#090909;
	font-weight:600;
    padding: 10px 20px;
}
.banner-login .form-control::placeholder{
	color:#090909;
	opacity:80%;
	font-weight:600;
}
.banner-login .form-control:focus {
    outline: none;
    box-shadow: none;
    border: none;
}
.banner-login button.btn.btn-default {
    width: 100%;
    background: #ea242b;
    border-radius: 0;
    height: 52px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}
.banner-login button.btn.btn-default:hover{
	background: #16171d;
}
/* banner-login End*/
/* brand-section */ 
.brand-section {
    background: #fef8f8;
    padding: 40px 0px;
}
 
.brand-slider-item .brand-slider-image {
    width: 100px;
    margin: auto;
    height: 58px;
    overflow: hidden;
    cursor:pointer;
}
.brand-slider-item .brand-slider-image:hover img{opacity:1; -webkit-filter: unset;
    filter: unset;}
.brand-slider-item .brand-slider-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
	 will-change: opacity;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.brand-section .owl-nav {
    position: absolute;
    top: 18px;
    width: 100%;
    z-index: -1;
    display: flex;
    justify-content: space-between;
}
.brand-section .owl-nav button span{display:none;}
.brand-section .owl-nav button.owl-prev:after {
    content: "";
    background: url(/Images/Themes/356/left.svg);
    position: absolute;
    width: 25px;
    height: 25px;
    background-size: contain;
    left: -20px;
}
.brand-section .owl-nav button.owl-next:after {
    content: "";
    background: url(/Images/Themes/356/right.svg);
    position: absolute;
    width: 25px;
    height: 25px;
    background-size: contain;
    right: -20px;
}
/* brand-section End*/
/* Released-Products-section*/
.Released-Products-section{background-color: #fef8f8;}
.Projects-Main-boxs.Released-Products-boxs {
    background: #fff;
}
.Projects-Main-boxs.Released-Products-boxs .project-image {
    height: 235px;
	    padding:30px 40px;
}
.Projects-Main-boxs.Released-Products-boxs .project-image img{object-fit:contain;}
.Projects-Main-boxs.Released-Products-boxs  .project-content {
    padding: 10px 0px 0px;
    text-align: center;
}

 
.Projects-Main-boxs.Released-Products-boxs  .project-content h3 {
    /* color: #293f78; */
    font-weight: bold;
    font-size: 18px;
    margin: 0;
    text-align: center;
    padding-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.Projects-Main-boxs.Released-Products-boxs  .project-content ul li {
    line-height: 45px;
    font-size: 16px;
    color: #787878;
    border-top: solid 1px #ddd;
    font-weight: 500;
}
.Projects-Main-boxs.Released-Products-boxs  .project-content ul{min-height:unset;}
.Projects-Main-boxs.Released-Products-boxs  .project-content ul li:last-child{
	font-weight: 600;
	color:#099716;
	border-bottom: solid 1px #ddd;
}
.Projects-Main-boxs.Released-Products-boxs .read_MoreBox a {
    justify-content: center;
}
.Projects-Main-boxs.Released-Products-boxs  .read_MoreBox { 
    padding: 15px 0px;
}
/* Released-Products-section End*/ 

#footer .bg-footer {
    background: #ea242b;
}
#footer .jxml-html.info-block .box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    text-align: center;
    position: relative;
    padding-bottom: 0;
}
#footer .bg-footer .box h4 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .2em;
    font-weight: bolder;
    font-size: 14px;
    padding: 0;
    margin-bottom: 10px;
}
#footer .bg-footer .box p{
	font-size: 14px;
	padding: 0;
	margin-bottom: 0;
	color: #fff;
}
#footer .b-top {
    border-top: solid 1px  hsl(0deg 0% 100% / 56%);
}

#footer .input-group {
    background: #fff;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
#footer .block-newsletter .form-control::placeholder {
	color:#a3a3a3;
}
#footer .block-newsletter .form-control:focus {outline:none; border:none; box-shadow:none;}
#footer .block-newsletter .form-control {
    height:60px;
    background: #fff;
    border-color: #fff;
	border-radius:0;
	font-size:14px;
}
#footer span.input-group-btn .btn.btn-link {
    margin: 0;
    height: 60px;
    display: flex;
    align-items: center;
    font-size: 14px;
    letter-spacing: 2px;
    padding: 0px 20px;
    color: #ea242b;
	text-decoration: none;
}
#footer span.input-group-btn .btn.btn-link i.fa.fa-envelope-o {
    color: #000;
    margin-right: 10px;
}
#footer .block-newsletter p#block-newsletter-label {
    font-size: 18px;
    color: #fff;
    line-height: 26px;
    margin-bottom: 40px;
    text-align: left;
}

#footer .module h3.h6 {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    margin: 0;
    padding-bottom: 35px;
}
#footer .module h3.h6 {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    margin: 0;
    padding-bottom: 30px;
}

#footer ul.list-default li {
    line-height: 36px;
}

#footer ul.list-default li a:hover {color: #fff;opacity: 0.5;}
#footer ul.list-default li a {
    color: #fff;
    font-size: 14px;
}

#footer .bg-footer .box i {
    color: #fff;
    margin-bottom: 10px;
    font-size: 20px;
}
.brand-slider{
	padding-top:17px;
}

@media (min-width: 1701px) and (max-width: 1920px) {
	.banner-carousel .owl-carousel .owl-item img {
		width:71% !important;
		margin-left: 250px;
	}
	.banner-carousel .owl-carousel .owl-item  {
		align-items:centre !important;
	}
}

.main-header .navbar-default .navbar-nav > li > a:hover
{
 color: #ea242b !important;
}

.main-header .navbar-default .navbar-nav > li > a:hover, .nav-submenu > li > a:hover
{
 color: #ea242b !important;
}


#bs-example-navbar-collapse-2 {
    position: absolute;
    box-shadow: 0 2px 20px rgba(0, 0, 0, .2);
    top: 100%;
}

#bs-example-navbar-collapse-2 ul {
    background-color: #16171d;
    position: relative;
    padding: 5px 0;
    padding-left: 0;
    width: 100%;
    z-index: 99;
    margin-bottom: 0;
	text-wrap: nowrap;
}
#bs-example-navbar-collapse-2 ul:hover {
    background-color: #16171d;

}
#bs-example-navbar-collapse-2 .main-cate {
    width: 100%;
}
li.dropdown-submenu {
    position: relative;
}

#bs-example-navbar-collapse-2 .sub-menu {
    position: absolute;
    border-bottom: 3px solid #fff;
    border-radius: revert;
    margin-left: 2px;
    margin-top: 7px;
}

.main-menu .nav-submenu > li:hover > a, .main-menu .navigation .nav-submenu > li.current > a {
    color: #ea242b !important;
}
.main-menu .nav-submenu > li {
    position: relative;
    float: left;
    padding: 25px 0px;
    margin-right: 56px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    list-style: none;
}
#bs-example-navbar-collapse-2 a
{
	    position: relative;
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 38px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0.03em;
    color: #fff;
	padding: 3px 25px;
    opacity: 1;
    float: left;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
#bs-example-navbar-collapse-2 a:hover
{
	    position: relative;
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 38px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0.03em;
    color: #ea242b !important;
	padding: 3px 25px;
    opacity: 1;
    float: left;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
#navbarSupportedContent i:hover
{
    color: #ea242b !important;
}
#bs-example-navbar-collapse-2 > li {
    position: relative;
    float: left;
    padding: 25px 0px;
    margin-right: 56px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.nav-item .main-cate ul
{
	display: none;
    position: absolute !important;
    left: 100%;
    z-index: 1000;
	top:0;
}

.nav-item .main-cate i
{
	color: #fff;
    margin-top: 10px;
    margin-left: -15px;
}
.main-cate:hover .dropdown-submenu {
    display: block; /* Show submenu on hover */
}

@media screen and (max-width: 768px) {

.nav-item .main-cate ul
{
    position: absolute !important;
    left: 10%;
    top: 50px;
    z-index: 1000;
}

}
/* Elastic search CSS */


ui-autocomplete {
max-width : 500px;
    color: #555555;
    background-color: #fff;
    border: 1px solid #ccc !important;
	    border-radius: 5px;
		z-index:99999;

}
.ui-autocomplete ul, .ui-autocomplete li{
list-style : none;
 border-radius: 5px;

}
ul.ui-autocomplete  {
    list-style-type : none;
    padding-left : 2px !important;
	z-index:9999;
	background: #fff;
    max-width: 800px;
	margin-top: 14px;
    margin-left: -20px;
}

.ui-autocomplete li{
padding: 8px !important;
font-weight: 500;
word-spacing : 4px;
letter-spacing: 1px;
font-size: 13px;
color:#000;
}

.ui-autocomplete li:nth-child(odd) { 
background: #E7E7E7; }

.ui-state-focus {
background: none !important;
background-color: blue !important;
border: none !important;
color: white !important;
 border-radius: 5px;}
 
 .ui-autocomplete li:hover , .ui-autocomplete li:focus{
    cursor: pointer;
	background: #ca0000 !important;
}

.elasticShowMore {
    background: #ca0000 !important;
}