/*** 

====================================================================
Fonts
====================================================================

***/

@import url('https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&family=Source+Sans+Pro:wght@200;300;400;600;700;900&display=swap');

@import url('fontawesome-all.css');
@import url('animate.css');
@import url('swiper.min.css');
@import url('owl.css');


/*** 

====================================================================
Reset
====================================================================

***/

*{
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
	font-size: 100%;
}


/*** 

====================================================================
Global Settings
====================================================================

***/

body {

	font:16px/1 sans-serif;
	line-height: 28px;
	font-weight:400;
	color: #626262;
	font-size: 1rem;
	line-height: 1.5rem;
	background:#ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-family: 'PT Sans', sans-serif;
}

a{
	text-decoration:none;
	cursor:pointer;
	color: inherit;
}

a:hover,
a:focus,
a:visited{
	text-decoration:none;
	outline:none;
}

.sidebar-page-container,
section{
	background-color: #ffffff;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	margin:0px;
	background:none;
	line-height:1.2em;
	font-family: 'PT Sans', sans-serif;
}

textarea{
	overflow:hidden;	
	resize: none;
}

button{
	outline: none !important;
	cursor: pointer;
	background: none;
	border: 0;
}

p,.text{
	color: #212121;
	font-size: 24px;
	line-height: 1.5rem;
	margin: 0;
}

img{
	pointer-events: none;
}

::-webkit-scrollbar {width: 2px; }
::-webkit-scrollbar-track {background: #000000; }
::-webkit-scrollbar-thumb {background-color: rgba(112,112,112,.50); border-radius: 10px; }

::-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;
	overflow: hidden;
	z-index: 99;
	background-color: #ffffff;
}

.boxed-layout{
	background: #f2f2f2;
}

.boxed-layout .page-wrapper{
	max-width: 1450px;
	margin: 0 auto;
	max-width: 76.4%;
	background: #ffffff;
	-webkit-box-shadow: -50px 0 50px 0 rgb(0 0 0 / 10%), 50px 0 50px 0 rgb(0 0 0 / 10%);
	box-shadow: -50px 0 50px 0 rgb(0 0 0 / 10%), 50px 0 50px 0 rgb(0 0 0 / 10%);
}

.auto-container{
	position:static;
	max-width:1400px;
	padding:0px 20px;
	margin:0 auto;
	width: 100%;
}

ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}

.mobile,
.desktop{
	position: relative;
	margin-bottom: 0;
}

.mobile img,
.desktop img{
	display: block;
	width: 100%;
}

.mobile{
	display: none;
}


/* toggle-button  */


.button {
	border-radius: 5px;
	position: relative;
	width: 106px;
	height: 48px;
	overflow: hidden;
}

.button-cover, .knobs, .layer {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.checkbox {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	opacity: 0;
	cursor: pointer;
	z-index: 3;
	border-radius: 5px;
}

.knobs {
	z-index: 2;
}

.layer {
	width: 100%;
	background-color: #E3262F;
	-webkit-transition: 0.3s ease all;
	-o-transition: 0.3s ease all;
	transition: 0.3s ease all;
	z-index: 1;
}

.toggle-button .knobs:before, 
.toggle-button .knobs:after, 
.toggle-button .knobs span {
	position: absolute;
	top: 5px;
	width: 20px;
	height: 10px;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	padding: 9px 4px;
	border-radius: 2px;
	-webkit-transition: 0.3s ease all;
	-o-transition: 0.3s ease all;
	transition: 0.3s ease all;
}

.toggle-button .knobs:before, 
.toggle-button .knobs:after {
	color: #4e4e4e;
	z-index: 1;
}

.toggle-button .knobs:before {
	height: 25px;
	width: 25px;
	background-image: url(../images/icons/tick.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	content: '';
	left: 15px;
	top: 10px;
}

.toggle-button .knobs:after {
	height: 25px;
	width: 25px;
	background-image: url(../images/icons/cross.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	content: '';
	right: 15px;
	top: 12px;
}

.toggle-button .knobs span {
	left: 63px;
	width: 38px;
	height: 38px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border-radius: 4px;
	z-index: 2;
}

.toggle-button .checkbox:checked + .knobs span {
	left: 5px;

}

.toggle-button .checkbox:checked ~ .layer {
	background-color: #707070;
}


/*=== THeme Buttons ===*/

.theme-btn{
	text-align: center;
	color: inherit;
	display: inline-block;
	-webkit-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.theme-btn.large{
	padding: 20px 50px;
	line-height: 30px;
	font-size: 24px;
	letter-spacing: 2px;
}

.theme-btn .icon{
	margin-left: 10px;
	display: inline-block;
}

/*Btn Style One*/

.btn-style-one{
	position:relative;
	min-width: 200px;
	padding: 12px 27px;
	font-size: 18px;
	line-height: 25px;
	color: #000000;
	font-weight: 400;
	overflow: hidden;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #FECD07;
	overflow: hidden;
	letter-spacing: .03em;
}

.btn-style-one:hover{
	background: #FECD07;
	color: #000000;
}

.btn-style-one.disabled{
	background: #999999;
	pointer-events: none;
}

/*Btn Style Two*/

.btn-style-two{
	position:relative;
	min-width: 200px;
	padding: 12px 27px;
	font-size: 18px;
	line-height: 25px;
	color: #ffffff;
	font-weight: 400;
	overflow: hidden;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #000000;
	overflow: hidden;
	letter-spacing: .03em;
}

.btn-style-two:hover{
	background: #000000;
	color: #ffffff;
}


/*Btn Style Three*/

.btn-style-three{
	position:relative;
	min-width: 200px;
	padding: 12px 27px;
	font-size: 18px;
	line-height: 23px;
	color: #000000;
	font-weight: 400;
	overflow: hidden;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #F4F4F7;
	overflow: hidden;
	letter-spacing: .03em;
}

.btn-style-three:hover{
	background: #F4F4F7;
	color: #000000;
}

.theme_color{
	color:#5550C4;
}

.yellow_color{
	color: #FEC517;
}

.pull-right{
	float: right;
}

.pull-left{
	float: left;
}

/*
.preloader{ 
position:fixed; 
left:0px; 
top:0px; 
width:100%; 
height:100%; 
z-index:999999; 
background-color:#ffffff; 
background-position:center center; 
background-repeat:no-repeat; 
background-size: 200px;
background-image:url(../images/logo.svg);
}

.preloader:after {
position: fixed;
content: "Loading";
left: 0;
color: #E3262F;
font-weight: 500;
width: 100%;
text-align: center;
top: 50%;
margin-top: -41px;
font-size: 21px;
margin-left: 29px;
text-transform: uppercase;
font-weight: 600;
letter-spacing: 4px;
}*/

.scroll-to-top {
	position: fixed;
	right: 30px;
	bottom: 30px;
	z-index: 999;
	width: 40px;
	height: 40px;
	font-size: 18px;
	color: #1b2032;
	background-color: #ffffff;
	line-height: 40px;
	border-radius: 50px 50px 0 0;
	text-align: center;
	display: none;
	cursor: pointer;
	-webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.10);
	box-shadow: 0 3px 10px rgba(0,0,0,0.10);
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

img{
	display:inline-block;
	max-width:100%;
	height:auto;	
}

.tabs-box{
	position: relative;
}

.tabs-box .tab{
	display: none;
}

.tabs-box .active-tab{
	display: block;
}


/* Gradient Layers ===*/
.gradient-layer{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

.gradient-layer:after{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background: transparent -webkit-gradient(linear, left top, left bottom, from(#000000), to(#FF0000)) 0% 0% no-repeat padding-box;
	background: transparent -o-linear-gradient(top, #000000 0%, #FF0000 100%) 0% 0% no-repeat padding-box;
	background: transparent linear-gradient(180deg, #000000 0%, #FF0000 100%) 0% 0% no-repeat padding-box;
	-webkit-transform: matrix(-1, 0, 0, -1, 0, 0);
	-ms-transform: matrix(-1, 0, 0, -1, 0, 0);
	transform: matrix(-1, 0, 0, -1, 0, 0);
	opacity: 0.19;
}

/*** 

====================================================================
	Icons
====================================================================

***/

.anim-icons{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 100%;
	width: 100%;
	max-width: 1090px;
	margin: 0 auto;
}

.anim-icons .icon{
	position: absolute;
	right: 100%;
	top: 0;
}

.icon{
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.icon_smile{
	width: 131px;
	height: 77px;
	background-image: url(../images/icons/icon_smile.svg) ;
}

.icon_smile_red{
	width: 121px;
	height: 72px;
	background-image: url(../images/icons/icon_smile_red.png) ;
}

.icon_prev{
	width: 12px;
	height: 17px;
	background-image: url(../images/icons/icon_prev.svg) ;
}

.icon_next{
	width: 12px;
	height: 17px;
	background-image: url(../images/icons/icon_next.svg) ;
}

.icon_plus{
	width: 10px;
	height: 10px;
	background-image: url(../images/icons/icon_plus.svg) ;
}

.icon_cross{
	width: 25px;
	height: 25px;
	background-image: url(../images/icons/icon_cross.png) ;
	-webkit-animation: fa-spin 10s infinite;
	animation: fa-spin 10s infinite;
}

.icon_hexagon{
	width: 10px;
	height: 10px;
	background-image: url(../images/icons/icon_hexagon.png) ;
}

.icon_decorative_1{
	width: 190px;
	height: 97px;
	background-image: url(../images/icons/icon_decorative_1.png) ;
}

.icon_decorative_2{
	width: 261px;
	height: 125px;
	background-image: url(../images/icons/icon_decorative_2.png) ;
}

.icon_decorative_3{
	width: 192px;
	height: 192px;
	background-image: url(../images/icons/icon_decorative_3.png) ;
	-webkit-animation: fa-spin 10s infinite;
	animation: fa-spin 10s infinite;
}

.icon_decorative_3{
	width: 192px;
	height: 192px;
	background-image: url(../images/icons/icon_decorative_3.png) ;
}

.icon_decorative_4{
	width: 328px;
	height: 465px;
	background-image: url(../images/icons/icon_decorative_4.png) ;
}

.icon_decorative_5{
	width: 367px;
	height: 313px;
	background-image: url(../images/icons/icon_decorative_5.png) ;
}

.icon_championship{
	width: 201px;
	height: 97px;
	background-image: url(../images/icons/icon_championship.png) ;
}

.icon_instagram_red{
	width: 45px;
	height: 45px;
	background-image: url(../images/icons/icon_instagram_red.svg) ;
}

.icon_arrow_up{
	width: 16px;
	height: 16px;
	background-image: url(../images/icons/icon_arrow_up.svg) ;
}

.icon_instagram{
	width: 16px;
	height: 16px;
	background-image: url(../images/icons/icon_instagram.svg) ;
}

.icon_facebook{
	width: 16px;
	height: 16px;
	background-image: url(../images/icons/icon_facebook.svg) ;
}

.icon_youtube{
	width: 16px;
	height: 16px;
	background-image: url(../images/icons/icon_youtube.svg) ;
}

.icon_login{
	width: 18px;
	height: 16px;
	background-image: url(../images/icons/icon_login.svg) ;
}

.icon_detail{
	width: 16px;
	height: 14px;
	background-image: url(../images/icons/icon_detail.svg) ;
}

.icon_map{
	width: 18px;
	height: 17px;
	background-image: url(../images/icons/icon_map.svg) ;
}

/*** 

====================================================================
	Main Header style
====================================================================

***/

.header-span{
	position: relative;
	display: block;
	width: 100%;
}

.main-header{
	left:0px;
	top:0px;
	width:100%;
	z-index:99;
	background: #ffffff;
	min-height: 88px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.main-header .main-box{
	position:relative;
}

.main-header .top-right{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.main-header .top-links{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.main-header .top-links li{
	position: relative;
	margin-left: 50px;
}

.main-header .top-links li a{
	position: relative;
	display: block;
	border-bottom: 1px solid transparent;
}

.main-header .top-links li a .text{
	position: relative;
	font-size: 18px;
	line-height: 30px;
	color: #5A5252;
	letter-spacing: .02em;
}

.main-header .top-links li a:hover{
	color: #000000;
}

.main-header .top-links li a.active{
	color: #000000;
	border-bottom: 1px solid #000000;
}

.main-header .top-links li a.active .icon svg path{

}

.main-header .top-links li.search-box,
.main-header .top-links .icon{
	display: none;
}

.main-header .top-links li .theme-btn{
	min-width: auto;
	font-size: 16px;
	padding: 8px 20px;
}

.main-header .top-links li .theme-btn:hover{

}



/* ==== Header Search Two =====*/

.header-search-two{ 
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-top: -30px;
	margin-bottom: 45px;
}

.header-search-two .search-inner{
	position: relative;
	width: 100%;
	max-width: 30px;
	overflow: hidden;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.header-search-two.active .search-inner{
	max-width: 258px;
}

.header-search-two .form-group form{
	position: relative;
}

.header-search-two .form-group{
	position: relative;
	margin: 0px;
	border-bottom: 1px solid transparent;
}

.header-search-two.active .form-group{
	border-bottom: 1px solid #ffffff;
}

.header-search-two .form-group input[type="text"],
.header-search-two .form-group input[type="search"] {
	position: relative;
	display: block;
	width: 100%;
	font-size: 15px;
	line-height: 24px;
	color: #ffffff;
	padding: 10px 35px;
	background: none;
	height: 44px;
	width: 100%;
	letter-spacing: .05em;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.header-search-two .form-group ::-webkit-search-cancel-button{
	display: none;
}

.header-search-two .form-group button,
.header-search-two .form-group input[type="submit"]{
	position: absolute;
	left: 0;
	top: 0;
	font-size: 18px;
	color: #FFFFFF;
	background: none;
	font-weight: 700;
	height: 44px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.header-search-two .form-group .icon{
	position: absolute;
	right: 0;
	top: 2px;
	height: 40px;
	font-size: 18px;
	color: #4E4C4C;
	line-height: 24px;
	padding: 10px 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.header-search-two.active .form-group .icon{
	opacity: 1;
	visibility: visible;
}

.header-search-two .form-group .icon-search-toggle{
	position: absolute;
	right: 0;
	top: 3px;
	font-size: 18px;
	color: #ffffff;
	line-height: 20px;
	padding: 10px 0;
	width: 27px;
	text-align: right;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.header-search-two.active .form-group .icon-search-toggle svg.icon-search,
.header-search-two .form-group .icon-search-toggle svg.icon-close{
	display: none;
}

.header-search-two .form-group .icon-search-toggle svg.icon-close{
	fill: #ffffff;
	width: 11px;
}

.header-search-two.active .form-group .icon-search-toggle svg.icon-close{
	display: block;
}

.header-search-two .form-group .icon-search-toggle svg,
.header-search-two .form-group .icon svg{
	height: 20px;
	width: 20px;
}






/*** 

====================================================================
	Search Popup
====================================================================

***/

.search-popup {
	position: fixed;
	left: 0;
	top: 0;
	height: 100vh;
	width: 100%;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	overflow: hidden;
}

.search-popup .search-back-drop {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #000000;
	opacity: .95;
}

.moblie-search-active .search-popup {
	opacity: 1;
	visibility: visible;
	border-radius: 0%;
}

.search-popup .close-search {
	position: absolute;
	top: 22px;
	right: 22px;
	font-size: 26px;
	color: #ffffff;
	z-index: 3; 
	display: -webkit-box; 
	display: -ms-flexbox; 
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
	-webkit-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.search-popup .close-search .icon{
	position: relative;
	height: 20px;
	width: 20px;
	display: block;
}

.search-popup .close-search .icon svg{
	position: relative;
	height: 20px;
	width: 18px;
	fill: #ffffff;
}

.search-popup .search-inner {
	position: relative;
	display: block;
	top: 40%;
	height: auto;
	z-index: 1;
	width: calc(100% - 60px);
	max-width: 800px;
	margin: auto;
	opacity: 0;
	-webkit-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);
	-webkit-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.moblie-search-active .search-popup .search-inner {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 200ms;
	-o-transition-delay: 200ms;
	transition-delay: 200ms;
}

.search-popup .form-group form {
	position: relative;
}

.search-popup .form-group {
	position: relative;
	margin: 0px;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
	position: relative;
	display: block;
	width: 100%;
	font-size: 18px;
	line-height: 30px;
	color: #000000;
	padding: 15px 20px;
	height: 60px;
	width: 100%;
	background-color: #ffffff;
	border-radius: 5px;
	-webkit-box-shadow: 0 10px 30px rgba(0,0,0,0.10);
	box-shadow: 0 10px 30px rgba(0,0,0,0.10);
	-webkit-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 60px;
	width: 60px;
	line-height: 60px;
	color: #ffffff;
	background-color: #FECD07;
	text-align: center;
	font-size: 22px;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.search-popup .form-group input[type="submit"] svg,
.search-popup .form-group button svg{
	height: 26px;
	fill: #ffffff;
}

.search-popup input::-webkit-input-placeholder,
.search-popup textarea::-webkit-input-placeholder {
	color: inherit;
}

.search-popup input::-moz-placeholder,
.search-popup textarea::-moz-placeholder {
	color: inherit;
}

.search-popup input:-ms-input-placeholder,
.search-popup textarea:-ms-input-placeholder {
	color: inherit;
}

.search-popup input::-ms-input-placeholder,
.search-popup textarea::-ms-input-placeholder {
	color: inherit;
}

.search-popup input::-webkit-input-placeholder, .search-popup textarea::-webkit-input-placeholder {
	color: inherit;
}

.search-popup input::-moz-placeholder, .search-popup textarea::-moz-placeholder {
	color: inherit;
}

.search-popup input:-ms-input-placeholder, .search-popup textarea:-ms-input-placeholder {
	color: inherit;
}

.search-popup input::-ms-input-placeholder, .search-popup textarea::-ms-input-placeholder {
	color: inherit;
}

.search-popup input::placeholder,
.search-popup textarea::placeholder {
	color: inherit;
}



/* Header Style */

.main-header .logo{
	position: absolute;
	left: 0;
	top: 0;
	padding: 26px 25px;
	z-index: 9;
}

.main-header .logo a{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.main-header .logo img{
	display: block;
	max-width: 120px;
}

.main-header .nav-outer{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.main-menu{
	position:relative;
}

.main-menu .navbar-header{
	display: none;
}

.main-menu .navbar-collapse{
	padding:0px;	
}

.main-menu .navigation{
	position:relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin:0px;
}

.main-menu .navigation > li{
	position:relative;
	margin-left: 20px;
	-webkit-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-menu .navigation > li > a{
	position:relative;
	display:block;
	text-align:center;
	opacity:1;
	font-size:14px;
	line-height: 30px;
	color:#000000;
	padding: 25px 10px;
	-webkit-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-menu .navigation > li > a:before{
	position: absolute;
	left: 0;
	bottom: 18px;
	height: 0;
	width: 100%;
	background: #b61800;
	content: "";
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	z-index: -1;
}

.main-menu .navigation > li.current > a:before,
.main-menu .navigation > li:hover > a:before{
	height: 100%;
}

.main-menu .navigation > li.current > a,
.main-menu .navigation > li:hover > a{
	color: #ffffff;
}

.main-menu .navigation > li > ul{
	position:absolute;
	left:0px;
	top:100%;
	width:200px;
	z-index:100;
	background-color:#ffffff;
	opacity:0;
	display:none;
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.10);
	box-shadow: 0 0 3px rgba(0,0,0,0.10);
	-webkit-transform:translateY(30px);
	-ms-transform:translateY(30px);
	transform:translateY(30px);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms 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);
	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 > a{
	position:relative;
	display:block;
	padding:10px 20px;
	line-height:20px;
	font-weight:400;
	font-size:14px;
	color:#828282;
	text-align:left;
	border-bottom: 1px solid #ffffff;
	text-transform:capitalize;
	-webkit-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-menu .navigation > li > ul > li:hover > a{
	color:#F74034;
	background-color: #f2f2f2;
}

.main-menu .navigation > li > ul > li.dropdown > a:after{
	font-family: 'Font Awesome 5 Free';
	content: "\f105";
	position:absolute;
	right:0;
	top:11px;
	display:block;
	line-height:24px;
	font-size:16px;
	font-weight:900;
	z-index:5;	
}

.main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:100%;
	top:0px;
	width:260px;
	z-index:100;
	display:none;
	background-color:#ffffff;
	opacity:0;
	padding: 10px 30px 0;
	margin-left: 30px;
	-webkit-transform:translateY(30px);
	-ms-transform:translateY(30px);
	transform:translateY(30px);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms 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);
	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;
	width:100%;
}

.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:10px 0;
	line-height:24px;
	font-weight:400;
	font-size:16px;
	color:#333333;
	text-align:left;
	text-transform:capitalize;
	border-bottom: 1px solid #e5e5e5;
	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 > a:hover{
	color:#E3262F;
}

.main-menu .navigation > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top:100%;
	-webkit-transform:translateY(0px);
	-ms-transform:translateY(0px);
	transform:translateY(0px);
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top:0px;
	-webkit-transform:translateY(0px);
	-ms-transform:translateY(0px);
	transform:translateY(0px);	
}

.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;
}

.main-header .outer-box{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}


/* ==== Header Search =====*/

.header-search{ 
	position: relative;
	margin-left: 10px;
}

.header-search .form-group form{
	position: relative;
}

.header-search .form-group{
	position: relative;
	margin: 0px;
}

.header-search .form-group input[type="text"],
.header-search .form-group input[type="search"] {
	position: relative;
	display: block;
	width: 100%;
	font-size: 12px;
	line-height: 13px;
	color: #898989;
	padding: 10px 15px;
	height: 33px;
	max-width: 155px;
	background: #f3f3f5;
	padding-right: 30px;
	border-radius: 20px;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.header-search .form-group button,
.header-search .form-group input[type="submit"]{
	position: absolute;
	right: 10px;
	top: 0;
	font-size: 15px;
	color: #898989;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 33px;
}

.main-header.fixed-header{
	top: 0;
	padding: 0;
	position: fixed;
	background-color: rgba(255,255,255,.95);
	-webkit-box-shadow: 0 10px 30px rgba(0,0,0,0.10);
	box-shadow: 0 10px 30px rgba(0,0,0,0.10);
}

/*** 

====================================================================
	Mobile Menu
====================================================================

***/

.mobile-nav-toggler{
	position: relative;
	font-size: 28px;
	line-height: 36px;
	cursor: pointer;
	color:#b61800;
	padding:10px 0;
	display: none;
}

.mobile-menu{
	position: fixed;
	left: 0;
	top: 0;
	max-width:280px;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	overflow-y: auto;
	z-index: 9990;
	background: #ffffff;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-box-shadow: 0 0 30px rgba(0,0,0,0.15);
	box-shadow: 0 0 30px rgba(0,0,0,0.15);
	-webkit-transform:  translateX(-100%);
	-ms-transform:  translateX(-100%);
	transform:  translateX(-100%);
}

.mobile-menu-visible{
	overflow: hidden;
}

.mobile-menu-visible .mobile-menu{
	-webkit-transform:  translateX(0%);
	-ms-transform:  translateX(0%);
	transform:  translateX(0%);
}

.mobile-menu-visible .menu-backdrop{
	opacity: .50;
	visibility: visible;
}

.menu-backdrop{
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 1000%;
	background-color: #000000;
	opacity: .30;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.mobile-menu .nav-logo{
	position:relative;
	padding:10px 20px;
	text-align:left;	
}

.mobile-menu .nav-logo svg{
	max-width:180px;
}

.mobile-menu .menu-box{
	position: relative;
	left: 0px;
	top: 0;
	bottom: 0;
	width: 100%;
	padding: 0px 0px;
	z-index: 9;
	-webkit-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.mobile-menu .logo img{

}

.mobile-menu .close-btn{
	position: relative;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	line-height: 22px;
	width: 25px;
	height: 25px;
	text-align: center;
	font-size: 12px;
	color: #222222;
	font-weight: 700;
	cursor: pointer;
	z-index: 10;
	border: 1px solid #222222;
	border-radius: 50%;
}

.mobile-menu .close-btn .icon{
	vertical-align: middle;
}

.mobile-menu-visible .mobile-menu .close-btn{
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.mobile-menu .close-btn:hover{
	opacity: 0.50;
}

.mobile-upper{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 12px 15px;
	font-size: 24px;
	color: #222222;
	line-height: 1em;
	border-bottom: 1px solid #dddddd;
}

.mobile-menu .navigation{
	position: relative;
	display: block;
	padding: 20px 0;
}

.mobile-menu .navigation > li{
	position: relative;
	display: block;
	border-bottom: 1px solid rgba(0,0,0,.10);
}

.mobile-menu .navigation li > a{
	position: relative;
	display: block;
	line-height: 25px;
	padding: 10px 20px;
	font-size: 16px;
	color: #0C0C0C;
	text-transform: capitalize;
}

.mobile-menu .navigation li.current > a{
	color: #b61800;
}

.mobile-menu .navigation li ul{
	padding: 15px 0;
}

.mobile-menu .navigation li li a{
	font-size: 16px;
	padding: 5px 20px;
	margin-left: 20px;
}

.mobile-menu .navigation li.dropdown .dropdown-btn{
	position:absolute;
	right:5px;
	top:2.5px;
	width:40px;
	height:40px;
	text-align:center;
	font-size:12px;
	line-height:40px;
	color:#222222;
	cursor:pointer;
	z-index:5;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.active .fa:before{
	display: inline-block;
	position: relative;
	content: "\f068";
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul{
	display: none;
	border-top: 1px solid rgba(0,0,0,.10);
}

.menu-outer{
	position: relative;
	padding: 0 20px;
}

.top-menu-items{
	position: relative;
	width: 100%;
}

.top-menu-items > li{
	position: relative;
	display: block;
}

.top-menu-items li a{
	position: relative;
	display: block;
	line-height: 25px;
	font-size: 16px;
	padding: 10px 20px;
	color: #ffffff;
	border-radius: 0;
	text-transform: capitalize;
}

.top-menu-items li a .icon{
	position: absolute;
	left: 0;
	top: 10px;
	line-height: 25px;
	font-size: 14px;
}


/***

====================================================================
	Hidden Sidebar style
====================================================================

***/

.hidden-bar{
	position: fixed;
	left: -500px;
	top: 0px;
	max-width: 360px;
	height:100%;
	overflow-y:auto;
	z-index: 99999;
	opacity: 0;
	background-color: #ffffff;
	visibility: hidden;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.side-content-visible .hidden-bar{
	left:0px;
	opacity:1;
	visibility:visible;
}

.hidden-bar .inner-box{
	position:relative;
	background-color: #ffffff;
	padding:30px 30px 50px;
}

.hidden-bar .inner-box .cross-icon{
	position:absolute;
	right:30px;
	top:27px;
	height: 34px;
	width: 34px;
	line-height: 30px;
	font-size:16px;
	text-align: center;
	cursor:pointer;
	color:#222222;
	z-index: 9;
	border: 2px solid #222222;
	border-radius: 50%;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.hidden-bar .inner-box .cross-icon:hover{
	-webkit-transform: rotate(-360deg);
	-ms-transform: rotate(-360deg);
	transform: rotate(-360deg);
	background-color: #353535;
	color: #ffffff;
}

.hidden-bar .inner-box h2{
	position:relative;
	font-size:24px;
	font-weight:500;
	line-height:1.2em;
	color:#353535;
	margin-bottom:25px;
}

/*Appointment Form*/

.hidden-bar .appointment-form{
	position:relative;
}

.hidden-bar .appointment-form .form-group{
	position:relative;
	margin-bottom:15px;
}

.hidden-bar .appointment-form input[type="text"],
.hidden-bar .appointment-form input[type="email"],
.hidden-bar .appointment-form textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:23px;
	padding:10px 15px;
	height:45px;
	color:#ffffff;
	font-size:14px;
	border:1px solid transparent;
	background-color: #333333;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
}

.hidden-bar .appointment-form input::-webkit-input-placeholder, .hidden-bar .appointment-form textarea::-webkit-input-placeholder{
	color:#ffffff;
}

.hidden-bar .appointment-form input::-moz-placeholder, .hidden-bar .appointment-form textarea::-moz-placeholder{
	color:#ffffff;
}

.hidden-bar .appointment-form input:-ms-input-placeholder, .hidden-bar .appointment-form textarea:-ms-input-placeholder{
	color:#ffffff;
}

.hidden-bar .appointment-form input::-ms-input-placeholder, .hidden-bar .appointment-form textarea::-ms-input-placeholder{
	color:#ffffff;
}

.hidden-bar .appointment-form input::placeholder,
.hidden-bar .appointment-form textarea::placeholder{
	color:#ffffff;
}

.hidden-bar .appointment-form textarea{
	height:135px;
	resize:none;
}

.hidden-bar .appointment-form .form-group button{
	margin-top:10px;
	display: block;
	width: 100%;
	border-radius: 0;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 900;
	background: #E4262E;
	color: #ffffff;
	border-color: #E4262E;
}

.contact-info-box{
	position:relative;
	padding-top:10px;
}

.contact-info-box .info-list{
	position:relative;
	padding-bottom:18px;
	margin-bottom:25px;
}

.contact-info-box .info-list li{
	position:relative;
	color:#353535;
	font-size:18px;
	font-weight:500;
	margin-bottom:5px;
}

.contact-info-box .info-list:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:50px;
	height:1px;
	background-color:#353535;
}

.contact-info-box .info-list li a{
	color: #353535;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.contact-info-box .info-list li a:hover{
	color: #ab7442;
}

.contact-info-box .social-list{
	position:relative;
}

.contact-info-box .social-list li{
	position:relative;
	width:50%;
	float:left;
	margin-bottom:6px;
	display:inline-block;
}

.contact-info-box .social-list li a{
	position:relative;
	font-size:15px;
	font-weight:500;
	color:rgba(0,0,0,0.70);
	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;
}

.contact-info-box .social-list li a:hover{
	color:rgba(0,0,0,1);
}

.mCSB_inside>.mCSB_container{
	margin-right: 0;
}

.form-back-drop{
	position:fixed;
	right:0px;
	top:0px;
	width:100%;
	height:100%;
	opacity:0;
	background:rgba(0,0,0,0.70);
	visibility:hidden;
	z-index:99999;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;	
}

.side-content-visible .form-back-drop{
	opacity:1;
	visibility:visible;
}

.mCSB_inside>.mCSB_container{
	margin-right: 0;
}

.colored{
	color: #FF605E;
}


/*** 

====================================================================
	Page Title
====================================================================

***/

.page-title{
	position: relative;
	padding: 275px 0 40px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.page-title .content{
	position: relative;
	text-align: right;
}

.page-title .date{
	position: relative;
	font-size: 17px;
	line-height: 1em;
	color: #ffffff;
	font-weight: 900;
	font-style: italic;
}

.page-title h2{
	position: relative;
	font-size: 45px;
	line-height: 1em;
	font-weight: 900;
	color: #ffffff;
	font-style: italic;
}

/*** 

====================================================================
	Sec Title
====================================================================

***/

.sec-title{
	position: relative;
}

.sec-title h2{
	position: relative;
	font-size: 30px;
	line-height: 1.2em;
	font-weight: 400;
	color: #222222;
}

.sec-title .text{
	position: relative;
	font-size: 24px;
	line-height: 35px;
	color: #222222;
	font-weight: 300;
	margin-top: 35px;
}

.sec-title.light h2,
.sec-title.light .title{
	color: #ffffff;
}

/*** 

====================================================================
	Banner Section
====================================================================

***/

.banner-section{
	position: relative;
}

.banner-section .image-box{
	position: relative;
}

.banner-section .image-box .image{
	display: block;
	width: 100%;
	margin-bottom: 0;
}

.banner-section .image-box .image img{
	height: calc(100vh - 160px);
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

.banner-section .title{
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 16%;
	font-size:  65px;
	color: #FFFFFF;
	font-weight: 700;
	letter-spacing: .10em;
	max-width:1240px;
	width: 100%;
	padding: 0 20px;
}

.banner-section .title-box{
	position: relative;
	padding: 22px 20px;
	background: #000000;
	margin-top: -1px;
}

.banner-section .title-box h4{
	position: relative;
	font-size: 25px;
	line-height: 1.2em;
	color: #ffffff;
	opacity: .3;
	text-align: center;
}

.banner-section .title-box h4 br{
	display: none;
}


/*** 

====================================================================
	Porject Features
====================================================================

***/

.porject-features{
	position: relative;
}

/*Feature Block*/

.feature-block{
	position: relative;
	background-color: #F5F4EF;
	padding: 100px 0 80px;
}

.feature-block .outer-box{
	position: relative;
}

.feature-block .content-column{
	position: relative;
}

.feature-block .content-column .inner-column{
	position: relative;
	padding-right: 10px;
	padding-left: 45px;
}

.feature-block .icon{
	position: relative;
	display: block;
	margin-bottom: 25px;
}

.feature-block .icon svg{
	height: 35px;
	width: auto;
}

.feature-block h3{
	font-size: 36px;
	color: #000000;
	font-weight: 700;
	margin-bottom: 38px;
	letter-spacing: .02em;
}

.feature-block p{
	font-size: 18px;
	color: #4E4C4C;
	line-height: 1.8em;
	letter-spacing: .02em;
	margin-bottom: 20px;
}

.feature-block .image-column{
	position: relative;
	z-index: 3;
}

.feature-block .image-column .image-box{
	position: relative;
	padding-top: 100px;
	padding-left: 80px;
}

.feature-block .image-column .image{
	position: relative;
	margin-bottom: 0;
}

.feature-block .image-column .image img{
	width: 100%;
}

.feature-block.alt{
	background-color: #ffffff;
}

.feature-block.alt .content-column .inner-column{
	padding-left: 90px;
	padding-right: 0;
}

/*Feature Block Two*/

.feature-block-two{
	background-color: #000000;
	padding: 100px 0 80px;
}

.feature-block-two .outer-box{
	position: relative;
}

.feature-block-two .content-column{
	position: relative;
}

.feature-block-two .content-column .inner-column{
	position: relative;
	padding-right: 45px;
}

.feature-block-two .icon{
	position: relative;
	display: block;
	margin-bottom: 25px;
}

.feature-block-two .icon svg{
	height: 35px;
	width: auto;
}

.feature-block-two .icon.x2 svg{
	width: 33px;
	height: auto;
}

.feature-block-two h3{
	font-size: 36px;
	color: #ffffff;
	font-weight: 700;
	letter-spacing: .02em;
	margin-bottom: 38px;
}

.feature-block-two p{
	font-size: 18px;
	color: #ffffff;
	line-height: 1.8em;
	letter-spacing: .02em;
	margin-bottom: 20px;
}

.feature-block-two .image-column{
	position: relative;
	z-index: 3;
}

.feature-block-two .image-column .image-box{
	position: relative;
}

.feature-block-two .image-column .image{
	position: relative;
	margin-bottom: 0;
	padding-right: 110px;
	/*padding-left: 70px;*/
	padding-top: 90px;
}

.feature-block-two .image-column .image img{
	width: auto;
}

.feature-block.style-three .image-column .image-box{
	padding-right: 30px;
	padding-top: 78px;
	padding-left: 90px;
}

.feature-block.style-three .image-column .image-box img{
	max-width: 550px;
}

.feature-block.style-three .icon svg{
	height: 30px;
}


footer .copyright-text-two {
	position: relative;
	display: block;
	padding: 20px 15px;
	text-align: center;
}

footer .copyright-text-two h4{
	font-size: 16px;
	color: #4E4C4C;
	font-weight: 400;
}

.copyright-text{
	position: absolute;
	padding: 0 20px;
	bottom: 0px;
	left: 0;
    font-size: 12px;
    color: #ffffff;
    font-weight: 400;
    line-height: 55px;
    z-index: 1;
}

.copyright-text span {
    font-size: 14px;
    position: relative;
    top: 0px;
    margin-right: 1px;
}



/*** 

====================================================================
	Info Section
====================================================================

***/

.info-section{
	position: relative;
	padding: 0px 0px 0px;
}

.info-section .outer-box{
	padding: 30px 0px 60px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #000000;
	min-height: calc(100vh - 88px);
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.default-form{
	position:relative;
	background-color: #ffffff;
	max-width: 450px;
	margin:0 auto;
	z-index: 99;
	-webkit-box-shadow: 0 0 30px rgba(0,0,0,0.20);
	box-shadow: 0 0 30px rgba(0,0,0,0.20);
}

.default-form h3{
	position: relative;
	font-size: 22px;
	line-height: 25px;
	color: #000000;
	font-weight: 400;
	margin-bottom: 55px;
	text-align: center;
	letter-spacing: .01em;
}

.default-form .steps-outer{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #F7F7F7;
}

.default-form .steps-outer .step{
	position: relative;
	height: 50px;
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 17px;
	color: #000000;
	font-weight: 400;
	opacity: .3;
	border-bottom: 2px solid transparent;
}

.default-form .steps-outer .step.active{
	opacity: 1;
	border-bottom: 2px solid #FECD07;
}

.default-form .form-inner{
	position: relative;
	padding: 60px 50px 55px;
}

.default-form .form-group{
	position:relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom:19px;
}

.default-form .form-group label{
	position:relative;
	display: block;
	font-size: 14px;
	color:#3E4141;
	line-height: 15px;
	font-weight:400;
	letter-spacing: .05px;
	margin-bottom: 7px;
}

.default-form .form-group select,
.default-form .form-group textarea,
.default-form .form-group input{
	position:relative;
	display:block;
	width:100%;
	line-height:30px;
	padding:5px 0;
	height:40px;
	color: #000000;
	font-size:14px;
	border-bottom:1px solid #C7C5C5;
	background: #ffffff;
	-webkit-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.default-form .form-group select{
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url(../images/arrow-down.png);
	background-size: 8px;
	background-position: right center;
	background-repeat: no-repeat;
}

.default-form .form-group select.country{
	color: #000000;
}

.default-form .form-group textarea{
	min-height: 60px;
}

.default-form .form-group input[type="submit"],
.default-form button{
	display: block;
	width: 100%;
	margin-top: 20px;
}

.default-form .form-group .icon-right{
	position: relative;
	margin-left: 5px;
	line-height: 1em;
	top: 0px;
}

.default-form .form-group .icon-right svg{
	height: 8px;
}

.default-form .text-box{
	position: relative;
	display: block;
	text-align: center;
	margin-bottom: 0;
}

.default-form .fgt-pwd{
	display: inline-block;
	font-size: 14px;
	color: #5A5252;
	text-align: center;
}

.default-form .fgt-pwd:hover{
	text-decoration: underline;
}

.default-form .form-group .field-icon.hide-pwd:before{
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -15px;
	font-size: 14px;
	color: #5A5252;
	line-height: 30px;
	content: "Show";
}

.default-form .form-group .field-icon.show-pwd:before{
	content: "Hide";
}

.default-form .link-box{
	position: relative;
	text-align: center;
}

.default-form .link{
	font-size: 14px;
	line-height: 25px;
	color: #000000;
	display: inline-block;
	border-bottom: 1px solid #000000;
}

.header-search-two input:-webkit-autofill,
.header-search-two input:-webkit-autofill:hover, 
.header-search-two input:-webkit-autofill:focus,
.header-search-two textarea:-webkit-autofill,
.header-search-two textarea:-webkit-autofill:hover,
.header-search-two textarea:-webkit-autofill:focus,
.header-search-two select:-webkit-autofill,
.header-search-two select:-webkit-autofill:hover,
.header-search-two select:-webkit-autofill:focus {
	border: 1px solid inherit;
	-webkit-text-fill-color: #ffffff;
	-webkit-box-shadow: 0 0 0px 1000px #000000 inset;
}

.parcel-form{
	position: relative;
	max-width: 500px;
}

.parcel-form .title-box{
	position: relative;
	padding: 25px 40px;
}

.parcel-form .title-box h3{
	margin-bottom: 0;
}

.parcel-form .form-inner{
	padding: 25px 55px 20px;
}

.parcel-form .form-group{
	margin-bottom: 19px;
}

.parcel-form .sender_postal_code{
	max-width: 120px;
	margin-right: 30px;
}

.parcel-form .sender_nr{
	max-width: 80px;
	margin-left: 30px;
}

.parcel-form .form-group select,
.parcel-form .form-group textarea,
.parcel-form .form-group input{
	height: 40px;
	padding: 5px 0;
}

.parcel-form .form-group button{
	margin-top: 15px;
}

.info-section .count-outer{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.count-parcel{
	position: relative;
	margin-right: 250px;
	padding: 50px 50px;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.count-parcel .count{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 22px;
	color: #FFFFFF;
	margin-bottom: 20px;
}

.count-parcel .count .icon-box{
	position: relative;
	display: inline-block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: 10px;
}

.count-parcel .count .icon-box svg{
	height: 20px;
}

.count-parcel .title{
	position: relative;
	font-size: 26px;
	color: rgba(255,255,255,.20);
}

/*=========================
	Parcel Arrangment
===========================*/

.parcel-arrangement{
	position: relative;
	letter-spacing: .02em;
}

.parcel-arrangement .auto-container{
	max-width: 1400px;
}

.parcel-arrangement .outer-box{
	position: relative;
	padding: 50px 0;
	min-height: calc(100vh - 88px);
	height: auto;
}

.parcel-arrangement .upper-box{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 60px;
}

.parcel-arrangement .upper-box:before{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	content: "";
	border-bottom: 3.5px solid rgba(255,255,255,.10);
}

.parcel-arrangement .carousel-outer{
	position: relative;
	width: 80%;
}

.parcel-arrangement .text-box{
	position: relative;
}

.parcel-arrangement .text-box p{
	font-size: 22px;
	color: #FFFFFF;
	margin-bottom: 40px;
}

.parcel-arrangement .text-box p.sub-text{
	font-size: 18px;
	margin-bottom: 20px;
}

.district{
	position: relative;
	padding-bottom: 15px;
	border-bottom: 3.5px solid transparent;
	display: inline-block;
}

.district span{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	font-size: 16px;
	line-height: 1.2em;
	color: #FFFFFF;
	font-weight: 500;
	margin-bottom: 18px;
	color: rgba(255,255,255,.30);
}

.district.confirm span:after{
	position: relative;
	display: block;
	content: "";
	height: 20px;
	width: 20px;
	background-image: url(../images/check-mark-red.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 12px;
	opacity: 1;
	margin-left: 6px;
	top: 1px;
}

.district h4{
	font-size: 20px;
	line-height: 1.2em;
	color: rgba(255,255,255,.30);
	font-weight: 500;
}

.district.current span,
.district.current h4{
	color: rgba(255,255,255,1);
}

.district.current{
	border-bottom: 3.5px solid #FECD07;
}

.districts-carousel .swiper-pagination-progressbar{
	top: auto !important;
	bottom: 0;
	background: rgba(255,255,255,.30);
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
	background: #ffffff;
}

.parcel-table-outer{
	position: relative;
	overflow: auto;
}

.parcel-table-outer.disable{
	opacity: .70;
	cursor: not-allowed;
}

.parcel-table-outer h2{
	position: relative;
	font-size: 28px;
	color: #ffffff;
	margin-bottom: 15px;
}

.parcel-table-outer p{
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 25px;
	color: #ffffff;
}

.parcel-table{
	position: relative;
	width: 100%;
	border-collapse: collapse;
}

.parcel-table thead{
	margin-bottom: 15px;
}

.parcel-table thead tr th{
	border: 1px solid #323948;
	padding: 20px 30px;	
	color: #ffffff;
	font-size: 17px;
	font-weight: 500;
	white-space: nowrap;
}

.parcel-table tbody{
	background: #ffffff;
}

.parcel-table tbody td{
	border: 1px solid #000000;
	padding: 10px 30px;
	font-size: 15px;
	color: #000000;
	font-weight: 400;
	letter-spacing: .02em;
}

.parcel-table tbody td.parcel-id {
	font-weight: 700;
	letter-spacing: .05em;
}

.parcel-table tbody td:first-child{
	width: 50px;
	text-align: center;
}

.parcel-table th:first-child,
.parcel-table th:last-child{
	text-align: center;
}

.parcel-table tbody tr td:last-child{
	text-align: center;
}

.parcel-arrangement .btn-box{
	position: relative;
	text-align: right;
	margin-top: 0;
}

.parcel-table-outer .btn-box{
	position: relative;
	text-align: right;
	margin-top: 40px;
	margin-bottom: 0;
}

.parcel-arrangement .upper-box .theme-btn{
	line-height: 30px;
	display: block;
	margin-top: 5px;
	white-space: nowrap;
}

.parcel-arrangement .theme-btn.disable{
	display: none;
}

.parcel-table-outer .btn-box .theme-btn{
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.parcel-table-outer .btn-box .theme-btn.active{
	opacity: 1;
	visibility: visible;
}

.checkmark-outer{
	position: relative;
	height: 35px;
	width: 35px;
	display: block;
	margin: 0 auto;
}

.checkmark-outer input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 35px;
	width: 35px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #ffffff;
	border: 2px solid #FECD07;
}

.checkmark-outer:hover input ~ .checkmark {
	background-color: #FECD07;
	opacity: .7;
}

.checkmark-outer input:checked ~ .checkmark {
	background-color: #FECD07;
	opacity: 1;
}

.checkmark:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-image: url(../images/check-mark.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 16px;
	display: none;
}

.checkmark-outer input:checked ~ .checkmark:after {
	display: block;
}

.popup-message-outer{
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	z-index: 9999;
}

.popup-backdrop{
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #242426;
	opacity: .50;
}

.popup-message{
	background: #000000;
	padding: 50px 50px 50px;
	max-width: 400px;
	border-radius: 5px;
	width: 100%;
	margin: 0 auto;
	z-index: 9;
}

.popup-message .inner-box{
	position: relative;
	text-align: center;
}

.popup-message .logo{
	position: relative;
	display: inline-block;
	margin-bottom: 65px;
}

.popup-message h3{
	font-size: 20px;
	line-height: 1.2em;
	color: #ffffff;
	font-weight: 500;
	margin-bottom: 35px;
	letter-spacing: .04em;
}

.popup-message h3 span{
	color: rgba(255,255,255,.30);
	margin-right: 5px;
	font-size: 22px;
}

.popup-message p br{
	display: none;
}


.popup-message p{
	font-size: 17px;
	line-height: 26px;
	color: #FFFFFF;
	font-weight: 400;
	margin-bottom: 40px;
	letter-spacing: .03em;
}

.popup-message p a{
	display: block;
	font-size: 18px;
	line-height: 26px;
	color: #FFFFFF;
	margin-top: 5px;
}

.popup-message .theme-btn{
	position: relative;
	display: block;
}

.popup-message.style-two{
	background: #ffffff;
}

.popup-message.style-two h3{
	color: #222222;
	font-size: 24px;
}

.popup-message.style-two p{
	color: #333333;
}

.popup-message.style-two .theme-btn{
	margin-bottom: 20px;
}

.popup-message.style-two .theme-btn:last-child{
	margin-bottom: 0;
}

.popup-message.style-three h3{
	font-size: 24px;
}

.popup-message.style-three .theme-btn{
	margin-bottom: 20px;
}

.popup-message.style-three .theme-btn:last-child{
	margin-bottom: 0;
}

