* {
  scrollbar-width: thin;
  scrollbar-color: #fff #131515;
}

/* Works on Chrome/Edge/Safari */
*::-webkit-scrollbar {
  width: 8px;
}
*::-webkit-scrollbar-track {
  background: #131515;
}
*::-webkit-scrollbar-thumb {
  background-color: #fff; 
}
* {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
}
p {
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -o-user-select: text;
    user-select: text;
}
input, input:before, input:after, textarea, textarea:before, textarea:after {
	-webkit-user-select: initial;
	-khtml-user-select: initial;
	-moz-user-select: initial;
	-ms-user-select: initial;
	user-select: initial;
}
html, body{
	font-smooth: always;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;	
}
body{
	text-rendering: optimizeLegibility;
}

body {
    color: #000;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    line-height: 1.42857;
}
.floatleft {float:left}
.floatright {float:right}
.alignleft {float:left;margin-right:15px;margin-bottom: 15px}
.alignright {float:right;margin-left:15px;margin-bottom: 15px}
.aligncenter {display:block;margin:0 auto 15px}
a:focus {outline:0px solid;text-decoration:none;}
img {max-width:100%;height:auto}
/**.fix {overflow:hidden}**/
p {margin:0 0 15px;color:#333}
h1, h2, h3, h4, h5, h6 {
    color: #000;
    font-weight: 700;
    line-height: 1.35;
	margin:0px;
}
a {transition: all 0.3s ease 0s;text-decoration:none;color:#333}
a:hover {
	color: #f7941d;
	text-decoration: none;
}
a:active, a:hover {
    outline: 0 none;
}
ul{
	list-style: outside none none;
	margin: 0;
	padding: 0
}
.clear{clear:both}
body {}
::-moz-selection {
	background: #f7941d;
	text-shadow: none;
}
::selection {
    background: #f7941d;
    text-shadow: none;
}
a:focus, button:focus, .btn:focus, input:focus, textarea:focus, select:focus{
	outline: 0;
	box-shadow: none;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ccc;
    outline: 0;
    box-shadow: none;
}
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
.row-wrapper {
    margin-left: -12px;
    margin-right: -12px; 
}
.row-wrapper .custom-col {
    padding: 0 12px; 
}
  
@media only screen and (min-width: 1400px) {
    .container {
        max-width: 1200px; 
    }
}

.form-group {
    margin-bottom: 1rem;
}
.no-pad{padding:0px}
.no-mar{margin:0px}
.ptb-10{padding:10px 0}
.ptb-25{padding:25px 0}
.ptb-40{padding:40px 0}
.ptb-50{padding:50px 0}
.ptb-60{padding:60px 0}
.ptb-70{padding:70px 0}
.ptb-80{padding:80px 0}
.pt-10{padding-top:10px;}
.pt-25{padding-top:25px;}
.pt-40{padding-top:40px;}
.pt-50{padding-top:50px;}
.pt-80{padding-top:80px;}
.pb-10{padding-bottom:10px;}
.pb-25{padding-bottom:25px;}
.pb-30{padding-bottom:30px;}
.pb-40{padding-bottom:40px;}
.pb-50{padding-bottom:50px;}
.pb-80{padding-bottom:80px;}
.mt-30{margin-top:30px;}
.mt-40{margin-top:40px;}
.mt-50{margin-top:50px;}
.mb-30{margin-bottom:30px;}

.bg-color-1{background:#2E2D25;}
/* scrollUp-start */
#scrollUp {
	background: #000 none repeat scroll 0 0;
	border: 2px solid #fff;
	border-radius: 50%;
	bottom: 20px;
	color: #fff;
	display: flex;
	flex-direction: column;
	font-size: 22px;
	height: 40px;
	justify-content: center;
	position: absolute;
	right: 30px;
	text-align: center;
	transition: all 0.3s ease 0s;
	width: 40px;
}
#scrollUp:hover{
	background:#f7941d;
}

/* .sticky */
.sticky {
	left: 0;
	position: sticky;
	top: 0;
	width: 100%;
	z-index: 1111;
	animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
}
/* ---------2.Header-start---------- */
.header-top-area {
  background: #951816 none repeat scroll 0 0;
}

.header-top-area .btn {
  padding: 6px 21px 6px 0;
  font-size: 14px;
}
.header-top-area .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
  background-color: #F2F2F2!important;
  border-color: #F2F2F2!important;
  color: #000;
}
.header-top-area .dropdown-toggle::after {
    display: none;
}
/* header-top-left */ 
.header-top-left {
    display: inline-block;
}
.header-top-left ul {
}
.header-top-left ul li, .header-top-right ul li {
    display: inline-block;
	position:relative;
	text-align:left;
}
.header-top-left ul li{
	margin-right: 20px;
}
.header-top-left ul li a, .header-top-right p a{
	font-size: 14px;
    color: #fff;
    font-weight: 500;   
	text-transform: capitalize; 
}
.header-top-left ul li a:hover, .header-top-right p a:hover{
    color: #fed501;
	text-decoration: none;
}
.header-top-right p{
	color: #fff;
	line-height: 24px;
	letter-spacing: 0.5px;
}

/* header-top-right */
.single-header-bottom-info {
  display: inline-block;
  padding: 0 70px 0 23px;
  position: relative;
 }
.header-top-right {
  /**margin-top: 5px;**/
  text-align: right;
}
.header-top-area .header-top-right a span {
  float: left;
  margin-right: 7px;
  margin-top: 4px;
}
.header-top-right ul li a{
	margin-right:0;
	margin-left:30px;
}
.header-bottom-area{
	background:#fff;
}
.header-bottom-area .col-lg-7 .single-header-bottom-info:first-child {
    border-left: medium none;
}
.single-header-bottom-info {
  border-left: 1px solid #666;
  display: inline-block;
  padding: 0 30px;
  position: relative;
}
.single-header-bottom-info:first-child{
	margin-left: 30px;
}
.single-header-bottom-info:last-child{
	padding-right:0px !important;
}
.header-bottom-icon span {
  color: #5c5c5c;
  float: left;
  font-size: 28px;
  margin-top: 9px;
}
.header-bottom-text {
  margin-left: 40px;
}
.header-bottom-text h3{
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 3px;
  text-transform: uppercase;	
}
.header-bottom-text p {
	font-size: 14px;
	margin-bottom: 0;
}
.header-bottom-right {
	margin-top: 8px;
	text-align: right;
	position: relative;
}
/* ---------3.Mainmenu-Area-Start---------- */
.header-bottom-area .mainmenu{
	background: #0072bb;	
}
.mainmenu ul{
	display: flex;	
}
.mainmenu ul li{
	display: inline-block;
	position:relative;
	padding: 10px 0px;
	border-right: 1px solid #fff;
	cursor: pointer;
	flex: auto;
}
.mainmenu ul li:last-child{
	border-right: none;
}
.mainmenu ul li a{
	text-align: center;
	color: #fff;
	display: block;
	font-size: 13px;
	font-weight: 900;
	line-height: 25px;
	position: relative;
	text-transform: uppercase;
	transition:all.3s;
}
.mainmenu ul li.active, .mainmenu ul li:hover{
	background:#01baf2;
}
.mainmenu ul li:hover > a,.mainmenu ul li.active > a{
	color:#01baf2; 
}
.mainmenu ul li ul {
	display: inline-block;
	background: #fff none repeat scroll 0 0;
	left: 0;
	padding: 15px 10px;
	position: absolute;
	top: 100%;
	width: 230px;
	z-index: 111;
	text-align:left;
	opacity:0;
	transform:scaleY(0);
	transform-origin: 0 0 0;
	visibility:hidden;
	transition:all .5s;
	border: 1px solid #eee;
}
.mainmenu ul li:hover > ul{
	opacity:1;
	transform:scaleY(1);
	visibility:visible;
	display: block;
	padding: 0px !important;
	width: 100%;	
}
.mainmenu ul li:hover > ul li{
	border-right: 0px;
	border-bottom: 1px solid #eee;
}
.mainmenu ul li > ul li{
	display:block;
} 
.mainmenu ul li > ul li > a {
	display: block;
    line-height: 20px;   
    font-weight: 500;
    font-size: 14px;
    color: #000 !important;
    text-transform: capitalize;
}
.mainmenu ul li > ul li > a:hover{
	color:#f7941d;
	transition:none;
}
.mainmenu ul li.active ul li:hover, .mainmenu ul li:hover ul li:hover{
	background-color:#f7941d;
}
.mainmenu ul li.active ul li:hover a, .mainmenu ul li:hover ul li:hover a{
	color: #fff !important;
}


/* end-megamenu */
.menu-search-box {
    margin-top: 15px;
}
.menu-search-box form {
    position: relative;
}
.menu-search-box form input {
	background: #3e3d33 none repeat scroll 0 0;
	border: medium none;
	border-radius: 3px;
	color: #fff;
	font-size: 13px;
	height: 40px;
	padding: 0 40px 0 10px;
	width: 100%;
}
.menu-search-box.scnd-fix form input {
	color: #555;
}

.menu-search-box form button {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	color: #fff;
	height: 100%;
	line-height: 45px;
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
}

/* ---------4.Slider-Area-Start---------- */
.slider-area{
	position:relative;
}
.nivo-caption {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	bottom: 0;
	box-sizing: border-box;
	color: #fff;
	display: none;
	height: 100%;
	left: 0;
	opacity: 1;
	overflow: hidden;
	padding: 5px 10px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	z-index: 8;
}
.slide_all_1 {
	left: 131px;
	position: absolute;
	top: 21%;
}
.slider-area.slider-area-4 .slide_all_1,.slider-area.slider-area-4 .slide_all_2 {
    top: 31%;
}
.slider-area.slider-area-3 .slide_all_1, .slider-area.slider-area-3 .slide_all_2 {
	left: 0;
	right: 0;
	text-align: center;
	top: 37%;
	width: 100%;
}
.slider-area.slider-area-3 .slide_all_1 h1, .slider-area.slider-area-3 .slide_all_2 h3, .slider-area.slider-area-3 .slide_all_2 h2 {
    color: #fff;
    font-size: 35px;
    margin-bottom: 10px;
}
.slider-area.slider-area-4 .slide_all_2 {
	left: 44%;
	position: absolute;
	width: 56%;
	text-align:center;
}
.slider-area.slider-area-4 .slide_all_2 h1, .slider-area-4 .slide_all_2 h2, .slider-area-4 .slide_all_2 h3 {
    font-weight: 500;
}
.slider-area.slider-area-3 .slide_all_1 p {
    font-size: 23px;
}

.slide_all_1 h1 {
	color: #555;
	font-size: 24px;
	font-weight: 900;
	letter-spacing: 0.5px;
	line-height: 1;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.slide_all_1 h3, .slide_all_1 h2{
	color: #2e2d25;
	font-size: 48px;
	font-weight: 900;
	line-height: 1;
	margin-bottom: 17px;
	text-transform: uppercase;	
}

.slide_all_2 {
	left: 8%;
	position: absolute;
	top: 21%;
}
.slide_all_2.home-2 h1, .slide_all_2.home-2 h2, .slide_all_2.home-2 h3 {
    font-weight: 500;
}
.slide_all_2 h1 {
	color: #555;
	font-size: 24px;
	font-weight: 900;
	letter-spacing: 0.5px;
	line-height: 1;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.slide_all_2 h3, .slide_all_2 h2{
	color: #2e2d25;
	font-size: 48px;
	font-weight: 900;
	line-height: 1;
	margin-bottom: 17px;
	text-transform: uppercase;	
}
.slider-btn {
    margin-top: 45px;
}
.slider-area.slider-area-4 .slider-btn > a {
    background: #FF8A0C;
}
.slider-btn > a {
	background: #f7941d none repeat scroll 0 0;
	color: #fff;
	display: inline-block;
	font-size: 13px;
	font-weight: 900;
	line-height: 42px;
	padding: 16px 20px;
	text-transform: uppercase;
	vertical-align: top;
}
.slider-btn.home-2 > a {
    background: #e73b49 none repeat scroll 0 0;
}
.slider-area.slider-area-3 .slider_img, .simg{
	border:1px solid #ccc;
}
.slider-area.slider-area-3 .slider_img:before{
	content: "";
	background: rgba(0,0,0,0.2);	
	position: absolute;
	z-index: 9;
	width: 100%;
	height: 100%;
}
.nivo-control {
	background: #fff none repeat scroll 0 0;
	border-radius: 50%;
	display: inline-block;
	height: 12px;
	margin: 0 5px;
	text-indent: -99999px;
	width: 12px;
	z-index: 10;
}
.nivo-controlNav {
	bottom: -12px;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 10;
	left: 0;
	right: 0;
}
.nivo-control.active {
    background: #f7941d none repeat scroll 0 0;
}
.slider-area.slider-area-2 .nivo-control.active {
    background: #e73b49 none repeat scroll 0 0;
}
.slider-area-4 .nivo-control.active {
  background: #FF8A0C;
}

.single-new-product {
	margin-bottom: 30px;
	overflow:hidden;
}
.section-title{
	position:relative;
}
.section-title h2{
	display: inline-block;
	font-size: 24px;
	font-weight: 900;
	line-height: 30px;
	text-transform: uppercase;
	margin-bottom:15px;
}
.section-title h2 a{
	color: #f7941d;
}
.section-title p{
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	margin-bottom:0;
	margin-bottom:40px;
}
.product-img > a::before {
    background: #333 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.1;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 4;
	transition:all .4s;
}
.product-img{
	position:relative;
}
.product-img > a{
	position:relative;
	display:block;
	transition:all .4s;
}
.product-img .seceond_img{
	position:absolute;
	left:0;
	top:0;
	opacity:0;
	transition:all .4s;
}
.new-product-action {
	bottom: 0;
	position: absolute;
	text-align: center;
	width:100%;
	z-index:4;
	opacity:0;
	transition:all.4s;
	transform:scaleY(0);
	transform-origin:center bottom 0;
}
.new-product-action a {
	background: #0072bb none repeat scroll 0 0;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	margin: -1px;
	padding: 8px 11px;
}
.new-product-action a span.magni_pad {
    margin-right: 7px;
}
.single-new-product:hover .seceond_img{opacity:1;}
.single-new-product:hover .new-product-action{opacity:1;z-index:11111; transform:scaleY(1)}
.product-content{} 
.product-content a h3{
	color: #fff;
	display: block;
	font-size: 16px;
	font-weight: 400;
	line-height: 0px;
	overflow: hidden;
	text-transform: capitalize;	
	margin: 10px 0;
	background: #f7941d none repeat scroll 0 0;
	padding: 15px 0px;
} 
.product-content a h3:hover{
	color:#fff;
}
.product-content h4{
	color: #000;
	font-size: 15px;
	font-weight: 700;
	margin-top: 7px;
}
.price h4 {
    display: inline-block;
}
h3.del-price {
    color: #777;
    display: inline-block;
    font-size: 16px;
    margin-left: 10px;
}
.porduct-option-left.floatleft > span {
  color: #555;
}
.product-icon-wrapper {
	position: absolute;
	right: 22px;
	top: 5px;
}
.product-icon {
	opacity: 0;
	position: relative;
	right: -40px;
	visibility: hidden;
	transition:all.4s;
}
.product-icon li {
    margin-bottom: 5px;
}
.product-icon a {
	background: #fff none repeat scroll 0 0;
	display: flex;
	flex-direction: column;
	height: 40px;
	justify-content: center;
	text-align: center;
	transition: all 0.4s ease 0s;
	width: 40px;
	margin-bottom: 3px;
	color:#f7941d;
}
.new-product-area.home-page-2 .single-new-product .product-icon ul li a:hover {
	background: #fff none repeat scroll 0 0;
	color: #e73b49;
}
.product-icon a:hover{
	background:#f7941d;
	color:#fff;
}
.single-new-product:hover .product-icon {
	opacity: 1;
	right: 9px;
	top: 5px;
	visibility: visible;
	z-index: 11;
}

.dotted-style2 .owl-carousel .owl-controls .owl-nav div, .dotted-style3 .owl-carousel .owl-controls .owl-nav div {
	background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
	color: #fff;
	display: flex;
	flex-direction: column;
	font-size: 20px;
	height: 60px;
	justify-content: center;
	left: 15px;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	width: 42px;
	opacity:0;
	transition:all.4s;
	line-height:60px;
}
.dotted-style2 .owl-carousel:hover .owl-controls .owl-nav div{opacity:1;left:0px;}
.dotted-style2 .owl-carousel .owl-controls .owl-nav div.owl-next{
	right:15px;
	left:auto;
}
.dotted-style2 .owl-carousel:hover .owl-controls .owl-nav div.owl-next{right:0px;}

.dotted-style3 .owl-carousel .owl-controls .owl-nav div {
	left: 10px;
	top: 40%;
}
.dotted-style3 .owl-carousel:hover .owl-controls .owl-nav div{opacity:1;left:0px;}
.dotted-style3 .owl-carousel .owl-controls .owl-nav div.owl-next{
	right:10px;
	left:auto;
}
.dotted-style3 .owl-carousel:hover .owl-controls .owl-nav div.owl-next{right:0px;}
.dotted-style4 .owl-carousel .owl-controls .owl-nav div {
	display: inline-block;
	font-size: 20px;
	height: 30px;
	line-height: 25px;
	position: absolute;
	right: 16px;
	text-align: center;
	top: -71px;
	width: 30px;
}
.dotted-style4 .owl-carousel .owl-controls .owl-nav div.owl-next{
	right:60px;
	left:auto;
}

/* ---------7.Banner-Area-Start---------- */
.single-banner{
	overflow:hidden;
}
.single-banner img{
	transition:all.5s;
}
.single-banner img:hover{
	transform:scale(1.1)
}
.banner_img_3 {
    margin-bottom: 30px;
}

/* ---------8.Static-Slider-Area-Start---------- */
.single-slider{
	position:relative;
}
.slider-img{}
.slider-info {
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}
.slider-info h3{
	color: #808080;
	font-size: 24px;
	font-weight: 900;
	letter-spacing: 0.5px;
	line-height: 1;
	margin-bottom: 20px;
}
.slider-info h1{  
	color: #2e2d25;
	font-size: 48px;
	font-weight: 900;
	line-height: 1;
	margin-bottom: 17px;
  }
.slider-info h2{
	color: #2e2d25;
	font-size: 48px;
	font-weight: 900;
	line-height: 1;
	margin-bottom: 17px;	
}
.slider-info a{
	background: #f7941d none repeat scroll 0 0;
	color: #fff;
	display: inline-block;
	font-size: 13px;
	font-weight: 900;
	line-height: 42px;
	margin-top: 45px;
	padding: 0 20px;
	vertical-align: top;
}
.dotted-style .owl-carousel .owl-controls .owl-dots {
	margin-top: -30px;
	position: relative;
	text-align: center;
}
.dotted-style .owl-carousel .owl-controls .owl-dots .owl-dot {
	background: #869791 none repeat scroll 0 0;
	border-radius: 100%;
	display: inline-block;
	height: 12px;
	margin: 0 2px;
	width: 12px;
}
.dotted-style .owl-carousel .owl-controls .owl-dot.active {
    background: #f7941d none repeat scroll 0 0;
}

.contact-area {
    background: #f6f6f6 none repeat scroll 0 0;
}
.contuct-info h4{
	display: block;
	font-size: 16px;
	font-weight: 900;
	margin-bottom: 5px;
	text-transform: uppercase;	
} 
.contuct-info p{
	color: #000;
	display: block;
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom:0;  
}

.copyright-area {
    background: #25241d none repeat scroll 0 0;
    padding: 30px 0;
}
.copyright.text-left > p {
  color: #fff !important;
  margin: 0;
}
.copyright-area.copyright-4 .copyright p {
  color: #444!important;
}
.copyright.text-left > p a {
  color: #fff;
}
.copyright.text-left > p a:hover{
	color:#f7941d;
}

.page-title-wrapper {
	background: rgba(0, 0, 0, 0) url("../img/bg/contuct.jpg") no-repeat scroll center center / cover ;
	min-height: 250px;
	position:relative;
}
.page-title{
	position:relative;
}
.page-title h3 {
	color: #000;
	display: inline-block;
	font-size: 24px;
	font-weight: 900;
	position: absolute;
	text-transform: uppercase;
	top: 101px;
	vertical-align: top;
}
#map{
	height:350px;
}
.contuct_f  {
	color: #000;
	margin-bottom: 30px;
	font-weight:400;
}
.contuct_f > label {
	font-weight: 400;
	margin-bottom: 8px;
}
.form-control {
	border: 1px solid #ccc;
	border-radius: 1px;
	box-shadow: none;
}
.contact-btn {
	border-radius: 0;
	border: 1px solid#ccc;
	padding: 8px 21px;
	text-transform: uppercase;
	font-weight: 700;
	background: #ddd;
}
.contact-btn:hover {
	background: #f7941d none repeat scroll 0 0;
	border: 1px solid #f7941d;
	color: #fff;
}

.products-pagination {
    display: inline-block;
    float: right;
}
.pagination-area.mt-40 {
    border-top: 1px solid #dddddd;
}
.pagination-text {
	float: left;
}
.pagination-text p{
	padding: 6px 0px;
}
.bedroom-pagination {
	display: inline-block;
	float: right;
}
.pagination {
    margin: 0;
}
.pagination > li{
	background-color: #0072bb;
    padding: 7px;
	cursor: pointer;
	margin-right: 1px;
}
.pagination > li:last-child{
	margin-right: 0px;
}
.pagination > li > a, .pagination > li > span {
    padding: 0 8px;
}
.pagination > li > a, .pagination > li > span {
	border: medium none;
	color: #fff;
}
.pagination > li:hover{
	background-color: #f7941d;
	color: #fff;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
	color: #fff;
}
.pagination > li:first-child{
	background-color: #fff;
	color: #000 !important;
}

.header-top-3 {
	background: #f7941d none repeat scroll 0 0;
	border-bottom: 1px solid #e1e1e1;
}
.header-top-3 .header-bottom-right {
	background: #ccc none repeat scroll 0 0;
	margin-top: 0;
	padding: 13px 6px;
}
.header-top-3 .header-top-left {
    padding: 0.8rem 0rem;
}
.header-top-3 .header-top-left span{
	color: #fff;
}
.header-top-3 .header-bottom-right span {
    margin: 0;	
}
.header-top-3 .header-top-right ul li span {
	float: left;
	font-size: 16px;
	margin-right: 9px;
	margin-top: 2px;
}
.header-top-3 .header-top-right {
    /**margin-top: 12px;**/
}
.header-top-3 li.click_menu2 span {
	font-size: 19px;
	margin-top: 1px;
}
.header-top-3 li.click_menu2 a {
    font-size: 13px;
}
.header-bottom-3 .logo {
    margin-bottom: 1rem;
}
.header-bottom-area.header-bottom-3.ptb-40.sticky {
    padding: 0;
	border-bottom:1px solid #dedede;
}
.header-bottom-area.header-bottom-3 .mainmenu ul li.active > a, .header-bottom-area.header-bottom-3 .mainmenu ul li:hover > a {
    color: #fff;
}
.home-3.home-page-2 .section-title > h2::after {
    background: #f7941d none repeat scroll 0 0;
}
.header-bottom-3 .mainmenu ul li.has-submenu:after {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    font-family: "FontAwesome";
    content: "\f107";
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}
.header-bottom-3 .mainmenu ul li.has-submenu:last-child:after{
	right: -20px;
}
.header-bottom-3 .mainmenu ul li a {
	color: #fff;
	font-weight:400;
}
.about-us-area .section-title::before, .new-product-area-3 .section-title::before {
  background: #f7941d none repeat scroll 0 0;
  bottom: 44px;
  content: "";
  height: 2px;
  position: absolute;
  width: 60px;
}
.about-us-area .section-title h2, .new-product-area-3 .section-title h2 {
	font-size: 19px;
	margin-bottom: 55px;
	position: relative;
}
.about-us-area .section-content{
	color: #000;
	font-size: 15px;
    font-weight: 400;
    text-align: justify;
	line-height: 25px;
	transition: all.3s;
}
.container-inner {
    position: relative;
}
.about-us-area .container-inner::before, .new-product-area-3 .container-inner::before {
    background: #ccc none repeat scroll 0 0;
    content: "";
    height: 1px;
    position: absolute;
    top: 39px;
    width: 100%;
}
.new-product-area-3 .owl-carousel .owl-controls .owl-nav div {
	display: inline-block;
	font-size: 18px;
	height: 30px;
	position: absolute;
	right: 0;
	top: -87px;
	width: 30px;
}
.new-product-area-3 .owl-carousel .owl-controls .owl-nav div.owl-next {
	left: auto;
	right: 45px;
}
.header-top-area .left-text h2 {
    font-size: 14px;
    color: #fff;
	font-weight: 500;
    margin: 0;
    line-height: 47px;
}
.header-top-area .left-text h2 span {
    color: #fed501;
}
.social-icons ul, .social-icons ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
}
.social-icons ul li:first-child a {
	border-left: 1px solid #fff;
}
.social-icons ul li a {
	display: inline-block;
	font-size: 16px;
	color: #fff;
	border-right: 1px solid #fff;
	line-height: 48px;
	text-align: center;
	padding: 0 16px;
	margin-left: -5px;
	transition: all .3s ease;
}
.social-icons ul li:hover, .social-icons ul li a:hover {
	color: #fed501;	
}
.thm-btn {
	background: #fed501;
	display: inline-block;
	color: #000;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 12px 35px;
	border: 2px solid transparent;
	transition: all .3s ease;
}
.thm-btn:hover, .thm-btn.inverse {
	background-color: #fff;
	border-color: #000;
	color: #000;
}
.thm-btn.inverse:hover {
	background: #000;
	border-color: #000;
	color: #fff;
}

.gmap_iframe{
	width: 100%!important;
	height: 300px!important;
}
.contuct_f  {
	color: #000;
	margin-bottom: 30px;
	font-weight:400;
}
.contuct_f > label {
	font-weight: 400;
	margin-bottom: 8px;
}
.form-control {
	border: 1px solid #ccc;
	border-radius: 1px;
	box-shadow: none;
}
.contuct_f span {
  color: #ff0000;
  font-size: 15px;
}
.contact-btn {
	border-radius: 0;
	border: 1px solid#ccc;
	padding: 8px 21px;
	text-transform: uppercase;
	font-weight: 700;
	background: #ddd;
}
.contact-btn:hover {
	background: #f7941d none repeat scroll 0 0;
	border: 1px solid #f7941d;
	color: #fff;
}
textarea{
	resize: none;
}
.red{
	color: #ff0000;
}




.form-popup-bg {
	position:absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
}
.form-popup-bg {
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
	-moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
	transition: opacity 0.3s 0s, visibility 0s 0.3s;
	overflow-y: auto;
	z-index: 10000;
}
.form-popup-bg.is-visible {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
	-moz-transition: opacity 0.3s 0s, visibility 0s 0s;
	transition: opacity 0.3s 0s, visibility 0s 0s;
}
.form-container {
	background-color: #fff;       
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	position:relative;
	padding: 40px;
	color: #fff;
	z-index: 11112;
}
.close-button {
	background:none;
	color: #000;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	right: 0;
	border: solid 1px #fff;
	z-index: 11113;
}

.form-popup-bg:before{
	content:'';
	background-color: #000;
	opacity: .25;
	position:absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 11111;
}
.product-simple-content h3{
	display: inline-block;
	font-size: 24px;
	font-weight: 900;
	line-height: 30px;
	text-transform: uppercase;
	margin-bottom:15px;
}
.product-simple-content p{
	text-align: justify;
}
.bullets{
	margin: 0px 0px 0px 40px;
	list-style: disc;
}
.table-bordered{
	border-color: #ccc !important;
}