@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@300;500;800&family=Be+Vietnam+Pro:wght@100;400;500;700&display=swap');

body{
	font-family: 'Archivo', sans-serif;
font-family: 'Be Vietnam Pro', sans-serif;
	font-size:16px;
	font-weight:400;
	line-height:26px;
	/*color:#666666;*/
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	}
body,html{ height:100%;}
header{
margin: 0px 0px;
    padding: 27px 0px 27px 0px;
    background-color: #724e3d;

	}

header:after{
	display:block;
	clear:both;
	content:'';
	}
.logo{
	width:40%;
	float:left;	
	padding: 0px 0px;
	margin: 10px 0px; 
	 }
.logo img{
	max-width: 100%;
	height: auto;
}
span.search-icon {
    position: absolute;
}
span.search-icon::after {
    content: '\f002';
    color: #cbcbcb;
    font-family: FontAwesome;
    top: 18px;
    position: relative;
   /* padding-left: -37px;*/
    right: 34px
}
input.search {
    width: 300px;
    border: 1px solid #efefef;
    background: #efefef;
    border-radius: 5px;
    padding: 8px 20px;
    font-size: 14px;
    color: #cbcbcb;
   /* padding: 8px 20px 8px 45px;*/
    margin-top: 10px;
}
input.search:focus {
  
    outline:none;
}
.top-menu-section{
	width: 60%;
	float: left;
}
.top-menu-two {
    padding: 0px 0px 0px 0px;
    margin: 16px 0;
    text-align: right;
}
/*.top-menu-two:after,
.top-menu-one:after{
	display: block;
	clear: both;
	content: '';
}*/


.top-menu-two a{
	padding: 4px 20px;
	margin: 0px 0px 0px 1px;
	
	font-size: 1.2rem;
	color: #fff;
}
.top-menu-two a:hover{
	padding: 4px 20px;
	margin: 0px 0px 0px 1px;
	
	font-size: 1.2rem;
	color: #000;
}
/*.top-menu-two ul li a.red{
	background-color: #b92035;
}
.top-menu-two ul li a:hover{
	background-color: #b92035;
	text-decoration: none;
	color: #ffdc00;
}
.top-menu-two ul li a.red:hover{
	background-color: #383838;
}*/
.top-menu-one .w-menu{
	background-color: transparent;
}
.top-menu-one .w-menu ul{
	text-align: right;
}
.top-menu-one .w-menu ul li a{
	color: #202020;
	font-family: 'Fira Sans', sans-serif;
	font-size:14px;
	font-weight:400;
	text-transform:uppercase;
}
.top-menu-one .w-menu{
	box-shadow:none;
}
.top-menu-one .w-menu ul li:after {
    display: none;
}
.top-menu-one .w-menu ul li span.arrow-plus:after{
	color: #000;
}
.top-menu-one .w-menu ul li ul{
	text-align: left;
}
.top-menu-one .w-menu li ul {
    top: 45px;
}
.top-menu-one{
	position: relative;
	z-index: 99999;
}
.top-menu-one .w-menu ul li ul{
	background-color: #724e3d;
	border-radius: 4px;
}
.top-menu-one .w-menu ul li ul li a {
    color: #fff;
	text-transform:none;
	font-weight: 300;
}
/* ==================================================*/
/*MENU STYLE START*/
/* ==================================================*/
.menu-outer{
	/*position: absolute;*/
	z-index: 9999;
	width: 100%;
	/*left: 50%;*/
	top: 0px;
	/*margin-left:-585px;*/

}
.w-menu{
	width:100%;
	float:none;
	background-color:#fff;
	 box-shadow: 
        inset 0px 11px 8px -10px #CCC,
        inset 0px -5px 8px -10px #CCC; 
	}
.w-menu .container{
	position:relative;
	}
@media (max-width:1200px) {

	}
@media (min-width:992px) {

.w-menu{
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
  position:relative;
  z-index:99;
}
.w-menu ul {
    list-style-type:none;
    margin:0;
    padding:0;
	text-align:center;
}
.w-menu ul li {
    display: inline-block;
    position: relative;
    font-size: 15px;
    font-weight: 500;
    margin: 0px 7px;
    text-transform: none;
}
.w-menu ul li a {
    line-height:40px;
    padding:14px 7px;
	margin:0px 0px;
	text-decoration:none;
	color:#303030;
	cursor:pointer;
	/*font-family: 'PT Serif', serif;*/
}
.menu-outer .w-menu  ul li a{
	line-height:65px;
}
.menu-outer .w-menu ul li ul li a{
	line-height:20px;
	text-transform:none;
}

.w-menu ul li:hover > a{
	color:#b92035;
	}
.w-menu ul li ul li:hover > a{
	color:#fc0;
	}
.w-menu ul li ul{
	text-align:left;
	background-color:#724e3d;
	border-radius:0 0 4px 4px;
	}
.w-menu ul li ul li {border-bottom:1px solid #866252;}
.w-menu ul li ul li:last-child {border-bottom:none;}
.w-menu ul li ul li a {
   	line-height:15px;
    padding:14px 20px 14px 20px;
	margin:0px 0px;
	text-decoration:none;
	font-size:14px;
	text-transform:none;
	font-family: 'Fira Sans', sans-serif;
	font-weight:300;
	width:100%;
	display:block;
	color: #fff;
}

/*.w-menu ul li:after{
	content: '';
    display: block;
    width: 0;
    height:3px;
    background:#09F;
    transition: width .3s;
	}
.w-menu ul li:hover::after {
    width: 100%;
}
.w-menu ul li ul li::after{
	content: '';
    display: block;
    width: 0;
    height:0px;
    background: #0292d8;
    transition: width .3s;
	}*/
.w-menu ul li ul li:hover{
	background:var(--main-color-one-hover);
	}

/*ZOOM IN EFFECTS START*/


/*.w-menu ul.sub-menu {
    display:none;
}
.w-menu li:hover > ul{
    display: block;
    -moz-animation: zoomIn .3s ease-in;
    -webkit-animation: zoomIn .3s ease-in ;
    animation: zoomIn .3s ease-in;
 
}
 
.w-menu ul li:hover > ul{
    display:block;
    -moz-animation: zoomIn .3s ease-in ;
    -webkit-animation: zoomIn .3s ease-in ;
    animation: zoomIn .3s ease-in;
}*/
/*ZOOM IN EFFECTS END*/

/*SLIDE DOWN EFFECTS START*/
.have-sub-menu{
	position:relative;
	}
ul.sub-menu { 
  visibility: hidden; /* hides sub-menu */
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  transform: translateY(-2em);
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.have-sub-menu:focus > .sub-menu,
.have-sub-menu:focus-within > .sub-menu,
.have-sub-menu:hover > .sub-menu {
  visibility: visible; /* shows sub-menu */
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s; /* this removes the transition delay so the menu will be visible while the other styles transition */
}
/*SLIDE DOWN EFFECTS END*/


/*FLIP EFFECTS START*/
/*
.w-menu ul.sub-menu {
    display:none;
}
.w-menu li:hover > ul{  
    display: block;
    -moz-animation: flipInX .3s ease-in;
    -webkit-animation: flipInX .3s ease-in ;
    animation: flipInX .3s ease-in;
 
}
 
.w-menu ul li:hover > ul{
    display:block;
    -moz-animation: flipInY .3s ease-in ;
    -webkit-animation: flipInY .3s ease-in ;
    animation: flipInY .3s ease-in;
}
*/

/*FLIP EFFECTS END*/

/* sub navigation */
.w-menu li ul {    
    position:absolute;
    left:0;
    top:68px;
    width:200px;
}
.w-menu li ul.right {    
    right:0px;
	left:auto;
}
.w-menu li li {
    position:relative;
    margin:0;
    display:block;
}
.w-menu li li ul {
    position:absolute;
    top:0;
    left:200px; /* make this equal to the width of the sub nav above */
    margin:0;
}
.w-menu li li ul.right,
.w-menu li li ul.right li ul {
    right:180px; /* make this equal to the width of the sub nav above */
	left:auto;
}

.w-menu ul li span.arrow-plus{
	position:relative;
	display:inline-block;
	z-index:99;
	right:9px;
	top:0px;
	cursor:pointer;
	text-align:center;
	height:auto;
	}
.w-menu ul li span.arrow-plus:after{
	font-family: FontAwesome;
	content: "\f107";
	color:var(--main-color-one);
	font-size:14px;
	color:#000;
	}
.w-menu ul li li span.arrow-plus{
	position:absolute;
	top:8px;
	right:7px;
	}
.w-menu ul li li span.arrow-plus:after{
	font-family: FontAwesome;
	content: "\f105";
	color:#FFF;
	font-size:14px;
	}

/*OTHER MENU STYLE START*/
.w-menu ul li.other-menus > ul{
	/*max-height:200px;
	overflow-x: hidden;
	overflow-y: scroll;*/
	}
.w-menu ul li.other-menus:hover{
	background-color:transparent;
	}
.w-menu ul li.other-menus:before{
	font-family: FontAwesome;
	content: "\f0c9";
	color:#FFF;
	position:absolute;
	top:50%;
	margin-top:-11px;
	margin-left:-7px;
	}

.w-menu ul li.other-menus > a{
	display:block;
	width:50px;
	padding:0px;
	margin:0px;
	text-indent:-99999px;
	}
.w-menu ul li.other-menus ul li a {
    padding-left:20px;
}
.w-menu ul li.other-menus li:after{
	height:0px;
	display:none !important;
	}
.w-menu ul li.other-menus > .arrow-plus{
	display:none;
	}
.w-menu ul li.other-menus ul{
	left:-160px;
	}
.w-menu ul li.other-menus ul li ul,
.w-menu ul li.other-menus ul li ul li ul,
.w-menu ul li.other-menus ul li ul li ul li ul {
    position: absolute;
    top: 0;
    left:-200px;
    margin: 0;
}
.w-menu ul li.other-menus span.arrow-plus {
    position: absolute;
    top: 9px;
    left: 3px;
    right: auto;
}
.w-menu ul li.other-menus span.arrow-plus:after{
	font-family: FontAwesome;
	content: "\f104";
	}
.w-menu ul li.other-menus > ul::-webkit-scrollbar {
    width:3px;
}
.w-menu ul li.other-menus > ul::-webkit-scrollbar-thumb {
  background:var(--main-color-two);
}
.w-menu ul li.other-menus{
	cursor:pointer;
	position:relative;
	}
/*OTHER MENU STYLE END*/
/*MEGA MENU STYLE START*/
.w-menu ul li.mega-menus{
	cursor:pointer;
	position:static;
	
	}
.w-menu ul li.mega-menus > ul{
	position:absolute;
	width:1170px;
	left:0%;
	right:0%;
	padding:20px;
	}
.w-menu ul li.mega-menus > ul > li{
	width:20%;
	float:left;
	line-height:10px;
    padding:0px 10px;
	}

.w-menu ul li.mega-menus  ul li:hover{
	background-color:transparent;
	}
.w-menu ul li.mega-menus > ul li a:hover{
	color:#000;
	}
.w-menu ul li.mega-menus ul.sub-menu ul.sub-menu {
    display: block;
	left:0px;
	width:100%;
	position:static;
}

.mega-menus ul span.arrow-plus{
	display:none !important;
	}
.w-menu ul li.megamenu-li > a,
.w-menu ul li.megamenu-with-out-sub > a{
	font-size:13px !important;
	text-transform:uppercase !important;
	font-weight:bold !important;
	/*margin-bottom:5px !important;
	padding-bottom:10px !important;
	border-bottom:solid 1px #1b69a9 !important;*/
	display:block !important;
	line-height:16px !important;
	color:#FFFFFF !important;
	
	}
/*.megamenu-with-out-sub > a{
	border-bottom:none !important;
	padding-bottom:0px !important;
	margin-bottom:0px !important;
	}*/
.megamenu-li > a:hover{
	color:#FFF !important;
	cursor:default;
	}
.megamenu-li ul{
	margin-bottom:20px !important;
	display:inline-block !important;
	}
.w-menu li.mega-menus:hover ul{
    display: block;
    -moz-animation: zoomIn .3s ease-in;
    -webkit-animation: zoomIn .3s ease-in ;
    animation: none !important;
 
}
.w-menu ul li.mega-menus ul li{
	/*display:inline-block;
	vertical-align:top;
	float:left;*/
	}
.w-menu ul li.mega-menus ul li a{
	line-height:20px;
    padding:5px 0px;
	font-size:14px;
	color:#98d0ff;
	}
.w-menu ul li.mega-menus ul li ul li a{
	line-height:20px;
    padding:1px 0px;
	font-size:13px;
	}

/*MEGA MENU STYLE END*/

/*VERTICAL MENU STYLE START*/
.w-menu.vertical-menu ul li{
	float:none;
	display:block;
	width:100%;
	text-align:left;
	}
.w-menu.vertical-menu ul li ul.sub-menu{
	right:-200px;
	left:auto;
	top:0px;
	}
.w-menu.vertical-menu .container{
	padding-left:0px;
	padding-right:0px;
	}
/*VERTICAL MENU STYLE END*/
}
@media (max-width:1200px) and (min-width:991px) {
.w-menu ul li.mega-menus > ul{
	width:960px;
	margin-left:-480px;
	}
.w-menu ul li {
    margin: 0px 0px;
}
	}
@media (max-width:991px) {

.mobile-menu-icon{
	position:relative;
	width:35px;
	height:35px;
	background-color:#3e2e26;
	display: block;
	left:0px;
	cursor:pointer;
	top:-39px;
	z-index:99;
	text-align:center;
	transition: 0.3s;
	padding-top:7px;
	}
.mobile-menu-icon:after{
	font-family: FontAwesome;
	content: "\f0c9";
	line-height:20px;
	font-size:18px;
	font-weight:400;
	color:#FFF;	
	}
.mobile-menu-icon.icon-open{
	transition: 0.3s;
	left: 300px;
	top: -40px;
	}
.mobile-menu-icon.icon-open:after{
	content: "\f00d";
	}
.mobile-menu{
	  position: fixed;
	  z-index: 9999;
	  top: 0;
	  left: 0px;
	  width: 300px;
	  height: 0%;
	  overflow-x: hidden;
	  overflow-y: scroll;
	  background:#724e3d;
	  transition: 0.3s;
	}
.mobile-menu.menu-open{
	left:0px; 
	transition: 0.3s;
	height: 100%;
}

.w-menu ul{
	padding:0px;
	margin:0px;
	}
.w-menu ul li{
	float:none;
	list-style:none;
	position:relative;
	}
.w-menu ul li a {
  color: #fefefe;
  font-size: 14px;
  display: block;
  padding:10px;
  border-top: 1px solid rgba(255,255,255,0.045);
  border-bottom: 1px solid rgba(0,0,0,0.045);
}
.w-menu ul li a:hover,
.w-menu ul li a:focus{
	text-decoration:none;
	}
.w-menu ul li.active{
	background: rgba(0, 0, 0, .2) none repeat scroll 0 0;
	}
.w-menu ul li ul{
	display:none;
	}
.w-menu ul li span.arrow-plus{
	position:absolute;
	width:40px;
	height:40px;
	border:solid 1px #FFF;
	display:block;
	z-index:99;
	right:2px;
	top:0px;
	cursor:pointer;
	text-align:center;
	padding-top:8px;
	}
.w-menu ul li span.arrow-plus:after{
	font-family: FontAwesome;
	content: "\f067";
	color:#FFF;
	font-size:14px;
	}
.w-menu ul li span.arrow-minimize:after{
	font-family: FontAwesome;
	content: "\f068";
	font-size:14px;
	}
.w-submenu{
	display:block !important;
	background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
	}

}
@media (max-width:479px) {
.mobile-menu{
	width:280px;
	}
.mobile-menu-icon.icon-open {
    left: 265px;
	}
	}
/* ==================================================*/
/*MENU STYLE END*/
/* ==================================================*/
.slider-news{
	background-color: #b92035;
	height: 50px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	color: #fff;
	font-size: 16px;
	padding: 10px 20px;
}
.slider-news a {color:#fff; font-size:14px; margin-right:30px; text-decoration:none;}
.slider-news a:hover {color:#fc0;}
.slider-news a:last-child {margin-right:0px;}
/* ==================================================*/
/*BANNER STYLE START*/
/* ==================================================*/
.banner-outer{
	position: relative;
	z-index: 999;
	border-bottom:0px solid #b92035;
}


.banner-section,
.bs-slider .carousel-item{
	padding-top:38.76%; /*Image Size 500px / 1360px = 36.76%*/
	}
.banner-section{
	position:relative;
	}
.bs-slider .carousel-item{
    overflow: hidden;
    background: #FFFFFF;
	background-position: center center; 
    background-repeat:no-repeat; 
	background-size:  cover;
}
.weberge-slider{
	 top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  
	}

.bs-slider .bs-slider-overlay,
.weberge-slider .weberge-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 37%);
}
.bs-slider > .carousel-inner > .carousel-item > img,
.bs-slider > .carousel-inner > .carousel-item > a > img {
    margin: auto;
    width: 100% !important;
}

.weberge-slider > .carousel-inner > .carousel-item > img,
.weberge-slider > .carousel-inner > .carousel-item > a > img {
    margin: auto;
    width: 100% !important;
}

/********************
*****Slide effect
**********************/

/*.fade {
    opacity: 1;
}
.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
    top: auto;
    position: relative;
}
.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}*/


.carousel-fade {
    opacity: 1;
}
.carousel-fade .carousel-item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.carousel-fade .carousel-item:first-child {
    top: auto;
    position: relative;
}
.carousel-fade .carousel-item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}


/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
    top: 50%;
    opacity: 0;
    width: 44px;
    height: 44px;
	margin-top:-22px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 42px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}
.control-round:hover .carousel-control{
    opacity: 1;
	background-color:var(--main-color-one);
}
.control-round .carousel-control.left {
    left: 17%;
	text-align:center;
	
    background-color: #fff;
    color: grey;
}
.control-round .carousel-control.right {
    right: 17%;
	text-align:center;
	background-color: #fff;
    color: grey;
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
    color: grey;
    border: 0px transparent;
}
.control-round .carousel-control.left>span:nth-child(1){
    left: 45%;
}
.control-round .carousel-control.right>span:nth-child(1){
    right: 45%;
}


/*---------- SLIDE CAPTION ----------*/


.slide-text {
    padding: 10px;
    position:absolute;
    padding: 10px 0px;
   	width:1110px; /*same width like container*/
	z-index:1;
	 top: 0;
  	bottom: 0;
  	left:50%;
	margin-left:-555px;
}


.slide-text h1 {
    padding: 0;
    color: #ffffff;
    font-size: 49px;
    font-style: normal;
    line-height: 58px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
    text-transform: uppercase;
    font-weight: 600;
}
.slide-text-inner span a{
	color: #b92035;
	padding-left: 8px;
	font-size:30px;
	line-height:40px;
	font-weight:400;
}
.slide-text p {
    padding: 0;
    color: #ffffff;
    font-size: 30px;
    line-height: 25px;
    font-weight: 400;
    margin-bottom: 50px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
    display: inline-block;
    width: 100%;
    letter-spacing: 8px;
}
.slide-text a.btn-default{
    color: #000;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;

}
.slide-text a.btn-primary{
    color: #ffffff;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-left: 0px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slide-text a:hover,
.slide-text a:active {
    color: #ffffff;
    background: #222222;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}




/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

@media (max-width:1200px) and (min-width:992px) {
.slide-text {
   	width:970px; /*same width like container*/
	margin-left:-485px;
	padding-left:15px;
	padding-right:15px;
}
}

@media (max-width: 991px) {
.banner-section,
.bs-slider .item{
	padding-top:0%;
	height:300px;
	}
.carousel-inner,
.carousel-item{
	height:100%;
	}
.slide-text {
   	width:98%; /*same width like container*/
	margin-left:0px;
	left:0px;
	right:0px;
	padding-left:15px;
	padding-right:15px;
}


}

/*---------- MEDIA 480px ----------*/
@media  (max-width: 768px) {
    .slide-text h1 {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .slide-text > p{
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .control-round .carousel-control{
        display: none;
    }
}
@media  (max-width: 480px) {
    .slide-text {
        padding: 10px 30px;
    }
    .slide-text h1 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 5px;
    }
    .slide-text p {
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .slide-text > a.btn-default, 
    .slide-text > a.btn-primary {
        font-size: 10px;
        line-height: 10px;
        margin-right: 10px;
        text-align: center;
        padding: 10px 15px;
    }
    .indicators-line > .carousel-indicators{
        display: none;
    }
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: auto !important;
}
}
.slide-text-inner {
    left: 48%;
    position: absolute;
    top: 30%;
}
.slide-text-inner a{
	background-color: #fff;
    color: #000;
    padding: 18px 45px 18px 45px;
    font-weight: 900;

}
.slide-text-inner a:hover{
	text-decoration: none;
	background-color: #724e3d;
}

.carousel-indicators{
	display: none;
}
/* ==================================================*/
/*BANNER STYLE END*/
/* ==================================================*/
.product-title{
	color: #3e2e26;
    font-size: 2.5rem;
    font-weight: 800;
}
.furniture {
    background-color: #f3f6ff;
    text-align: center;
    padding: 20px 0px 20px 0px;
}
.furniture-section a:hover{
    text-decoration:none;
    color:#000;
}
.furniture-section h3{
	font-size: 1rem;
	font-weight: 400;
	color: #000;
}
.view-all{
color: #b17e62;
    font-weight: 400;
    font-size: 1.2rem;
}
.view-all:hover{
color: #000;
    font-weight: 400;
    font-size: 1.2rem;
    text-decoration: none;
}
.sofa-recliners {
    background-color: #f3f6ff;
    text-align: center;
    padding: 20px 0px 20px 0px;
}
.sofa-recliners-section a:hover{
    text-decoration:none; 
}
.sofa-recliners-section h3{
	font-size: 1rem;
	font-weight: 400;
	color: #000;
}
.furnishing-section a:hover{
  text-decoration: none;  
}
.furnishing-section h3{
	font-size: 1rem;
	font-weight: 400;
	color: #000;
}
.interior-section{
	background-color: #eeecec;
}
.interior-section h3 {
    font-size: 1rem;
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
}

.middle-banner-section{
	background-color: #eeecec;
	padding-bottom: 306px;

  position: relative;
}
.box-section{
	margin-top: -155px;
}
/*.middle-banner,.image-overlay{
	position: absolute;
  top: 0;
  right:0;
  bottom: 0;
  left: left: 29px;;
  background: rgba(0, 0, 0, 0.5);

  z-index: 2;
}
.banner-text{
	position: relative;
    z-index: 3;
    color: white;
    min-height: 38vh;
    display: flex;
    align-items: center;
    justify-content: center;
}*/
.banner-text h1{
	color: #fff;
   margin-top: -190px;
    text-align: center;
    font-size: 4rem;
    font-weight: 700;
}
.box-section h1{
	color: #fff;
    margin-top: -78px;
    text-align: center;
    font-size: 2rem;


}
.footer-section{
	background-color: #3e2e26;
 
padding: 85px 0px 79px 0px;
}
.address p{
	color: #b17e62;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
   
}
.address  a{
	color:#b17e62; 
}
.address  a:hover{
	color: #cca916;
	text-decoration: none;
}

.address span{
	padding-right: 12px;
	line-height: 43px;
}
.contact-num span i{
	padding-right: 12px;
}
.social span a{
	font-size: 22px;
}

.social  a:hover{
	color: #000;
}

.footer-section h3{
	color: #feb58d;
	font-size: 1rem;
}
.footer-section ul{
	padding-left: 0;
}
.footer-section li {
	
	list-style-type: none;

}
.footer-section li a{
	font-weight: 400;
	list-style-type: none;
	color: #b17e62;
}
.footer-section li a:hover{
	
	color: #cca916;
	text-decoration: none;
}
.footer-menu-one{
	border-left: 0.9px solid #d598988a;
	border-right: 0.9px solid #d598988a;
	line-height: 43px;
}
.footer-menu-two{
	
	line-height: 43px;
}
footer{
	background-color: #724e3d;
	color: #b17e62;
	font-weight: 400;
	font-size: 12px;
}
@media(max-width:767px)
{
	.footer-menu-one{
	border-left: none;
	border-right: none;

}
.jom-slider .tns-controls {
    margin-bottom: 10px;
    width: 80px;
    display: none;
}
input.search{
	display: none;
}
.banner-text h1 {
    color: #fff;
    margin-top: -82px;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
}
.middle-banner-section {
    background-color: #eeecec;
    padding-bottom: 227px;
    position: relative;
}
.product-title {
    color: #53200d;
    font-size: 2rem;
    font-weight: 800;
    text-align: center;
}
.furnishing-section{
	text-align: center;
}
.box{
	padding-bottom: 50px;
}
.footer-section{
	padding: 55px 0px 20px 0px;
}
footer {
    background-color: #724e3d;
    color: #b17e62;
    font-weight: 400;
    font-size: 10px;
}
.footer-section li a {
    font-weight: 400;
    list-style-type: none;
    color: #b17e62;
    font-size: 15px;
}
.view-all {
    color: #b17e62;
    font-weight: 400;
    font-size: 1.2rem;
    text-align: center;
    padding-right: 119px;
    }
}
.jom-slider {
    position: relative;
    padding-bottom: 50px;
}
/*.products-slider .jom-slider .tns-controls {
    display: none;
}*/
.products-slider .jom-slider .tns-nav {
    position: absolute;
    bottom: -42px;
    left: 48%;
}

.jom-slider div img {
    width: 100%;
    height: auto;
    transition: transform .2s;
    padding: 20px;
   
   
}
/*.weg-slide-item{
	padding: 20px;
}
*/
.lighting-product .weg-slide-item h6 {
    font-size: 18px;
    color: #000;
    font-weight: 400;
    text-transform: capitalize;
    margin-top: 30px;
    margin-bottom: 4px;
    text-align: center;
}
.category-product .weg-slide-item h6 {
    font-size: 18px;
    color: #000;
    font-weight: 400;
    text-transform: capitalize;
    margin-top: 30px;
    margin-bottom: 4px;
    text-align: center;
}
.home-decor-product .weg-slide-item h6 {
    font-size: 18px;
    color: #000;
    font-weight: 400;
    text-transform: capitalize;
    margin-top: 30px;
    margin-bottom: 4px;
    text-align: center;
}
#lighting-iw {
    margin: 0px 19px 0px 0px;
    transition-duration: 0.5s;
}
.lighting-product h3{
	font-size: 1rem;
	font-weight: 400;
	color: #000;
}
.category-product h3{
    font-size: 1rem;
    font-weight: 400;
    color: #000;
    text-transform:uppercase;
}
.home-decor-product h3{
    font-size: 1rem;
    font-weight: 400;
    color: #000;
}
.our-lighting-product-section .jom-slider .tns-nav {
    position: absolute;
    bottom: -42px;
    left: 48%;
}
.inner-banner {
    height: 200px;
    width: 100%;
    background-color: #000;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 0%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
.inner-banner h1 {
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 30px;
    color: #FFF;
    position: relative;
    z-index: 9;
    text-shadow: 1px 1px #000;
}
.inner-banner .bs-slider-overlay {
    background: rgb(121 85 72 / 35%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.pathway ul {
    margin: 0px;
    padding: 0px 0px 0px;
    text-align: center;
    position: relative;
    z-index: 9;
}
.pathway li {
    float: none;
    display: inline-block;
    list-style: none;
    padding: 0px 0px;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: #fff;
}
.pathway li a {
    color: #fff;
}
.pathway ul li a:after {
    content: '/';
    color: #fff;
    margin-left: 10px;
    margin-right: 10px;
}
.subpage-contact-us {
    text-align: center;
    padding: 40px 0px 60px;
    
   
}
.subpage-section .content {
    font-weight: 400;
    text-align: left;
    overflow: hidden;
}
.subpage-section .alumni-input {
    padding: 16px;
    border: 1px solid #ddd;
    border-radius: 4px;
    width: 100%;
    outline: none;
    font-weight: 800;
}
.subpage-section .alumni-button {
    padding: 12px 18px;
    border: 1px solid #724e3d;
    background: #724e3d;
    color: #fff;
    font-weight: 600;
    border-radius: 4px;
    width: 100%;
}
.subpage-section .alumni-button:hover {
    padding: 12px 18px;
    border: 1px solid #3e2e26;
    background: #3e2e26;
    color: #fff;
    font-weight: 600;
    border-radius: 4px;
    width: 100%;
}
.subpage-section-con {
    padding: 60px 0px 60px 0;
}
.subpage-section {
    text-align: center;
    padding: 26px 0px;
}
.subpage-section p.contactcnt {
    color: #000;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 34px;
}
.subpage-section h2.contact {
    color: #3e2e26;
    font-weight: 800;
    font-size: 28px;
    margin-bottom: 50px;
}
.contact-address span{
	font-size: 28px;
	color: #3e2e26;
	font-weight: 800;

}
.contact-address{
	color: #000;
	font-weight: 400;
	line-height: 30px;
}
.under-sub-banner {
    margin: 70px 0px 70px;
    }
    .under-sub-banner:after {
    display: block;
    clear: both;
    content: '';
}
.welcome-sub-content h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    color: #3e2e26;
    padding: 0px 0px 16px;
}
.welcome-sub-content p {
    color: #303030;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    padding: 0px 0px 5px 0px;
    margin: 0px 0px 20px 0px;
}
.welcome-sub-content  span {
    font-size: 28px;
    font-weight: 500;
    line-height: 36px;
    display: inline-block;
    width: 100%;
    padding-bottom: 10px;
    color: #e91e63;
}
.products-section-sub{
	box-shadow: 0px 0px 6px 3px #d7cbcb;
}
.products-section-sub img {
    width: 100%;
    /* border-radius: 20px 20px 0 0; */
    height: auto;
    /* padding-top: 40px; */
}
.products-section-sub .product-details {
    background: #fff;
    border-radius: 0 0 20px 20px;
    /* padding: 30px; */
    /* margin-bottom: 30px; */
}
.sub-page-section {
    text-align: center;
    padding: 50px 0px 60px 0;
}
.sub-page-section h3 {
    font-size: 36px;
    font-weight: 800;
    color: #2a2724;
    margin-bottom: 50px;
    line-height: 40px;
}
.product-list-outer-sub {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}
.products-section-sub .product-details span.price span {
    color: #2a2724;
    font-size: 16px;
    text-decoration: line-through;
}
@media (max-width: 600px)
{
.product-list-outer-sub {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-column-gap: 30px;
}
.product-details {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}
}
.product-details .name {
    color: #2a2724;
    font-size: 0.9rem;
    font-weight: 500;
    /* text-transform: capitalize; */
}
.product-details .white {
    color: #e91e63;
    padding-bottom: 10px;
    font-size: 0.9rem;
}
.product-details div.price span {
    
    font-size: 16px;
    text-decoration: line-through;
    font-weight: 500;
}
.product-details{
	padding-top: 20px;
    padding-bottom: 20px
}
.product-details .price {
    font-weight: 700;
    font-size: 16px;
}
.product-name a{
    color: maroon;
    font-size: 1rem;
}
.product-name a:hover{
    color: #000;
    font-size: 1rem;
    text-decoration:none;
}
.products-section-sub .product-details span.name {
    line-height: 0;
}
.product-details .col-md-6 img{
    width:100%;
}
.product-details h3{
    font-size:1.4rem
}
.product-details h4{
    font-size:1.3rem
}






/* slider-buttons--important */


