nav.navbar.bootsnav{
  

    border: none;
    background-color: transparent;
}



nav.navbar.bootsnav .navbar-collapse{ padding: 0; }

nav.navbar.bootsnav ul.nav > li > a{
    color: #fff;
    background-color: transparent;
    font-size: 18px;
    font-weight: 500;
  
    padding: 12px 36px 12px;
    margin: 0;
    border: none;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
}

nav.navbar.bootsnav ul.nav > li.dropdown > a{ padding: 12px 25px 12px 18px; }

nav.navbar.bootsnav ul.nav > li.active > a,
nav.navbar.bootsnav ul.nav > li.active > a:hover,
nav.navbar.bootsnav ul.nav > li > a:hover,
nav.navbar.bootsnav ul.nav > li.on > a{
    color: #fff;
    background-color: rgba(0,0,0,0.15);
 
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu.megamenu-content li a:hover,
nav.navbar.bootsnav li.dropdown ul.dropdown-menu li a:hover,
nav.navbar.bootsnav li.dropdown ul.dropdown-menu li a.dropdown-toggle:active,
nav.navbar ul.nav li.dropdown.on ul.dropdown-menu li.dropdown.on > a{
    color: #fff;
    background-color: #ff2f24;
    text-shadow: 0 0 5px #333;
}

nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after{
    color: #fff;
    margin: 0 0 0 7px;
    position: absolute;
    top: 11px;
    right: 7px;
    transition: all 0.3s;
}

nav.navbar.bootsnav ul.nav > li.dropdown > ul{
    background-color: #fff;
    border-radius: 0;
    visibility: hidden;
    transition: all 0.3s ease-out;
}

nav.navbar.bootsnav ul.nav > li.dropdown.on > ul{ visibility: visible !important; }

.dropdown-menu.multi-dropdown{
    position: absolute;
    left: -100% !important;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu{
    background-color: #fff;
    border: none;
    top: 108%;
    z-index: 1;
    transition: all 0.3s ease;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a{
    color: #fff;
    background-color: #1b5587;
    font-weight: 500;
    padding: 7px 10px; 

    border: none;
    position: relative;
    transition: all 0.3s;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu.megamenu-content{
    background-color: #f5f5f5;
    overflow: hidden;
    top: 85%;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu.megamenu-content li{ font-size: 14px; }

nav.navbar.bootsnav li.dropdown ul.dropdown-menu.megamenu-content .menu-col li a{
    color: #fff;
    background-color: #1b5587;
    padding-left: 10px;
    margin: 0 0 5px;
    position: relative;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu.megamenu-content .menu-col li a:hover{
    color: #fff;
    background-color: #ff2f24;
}

nav.navbar.bootsnav ul.nav li.megamenu-fw > a:hover,
nav.navbar.bootsnav ul.nav li.megamenu-fw > a:focus,
nav.navbar.bootsnav ul.nav li.megamenu-fw.on > a{
    color: #fff;
    background-color: rgba(0,0,0,0.15) !important;
}

nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .col-menu{ padding: 0 15px; }

nav.navbar.bootsnav li.dropdown ul.dropdown-menu.megamenu-content .title{
    color: #ff2f24;
    font-size: 16px;
    font-weight: bold;
    padding: 0 0 10px;
    border-bottom: 3px solid #ff2f24;
}

@media only screen and (max-width:990px){
    .dropdown-menu.multi-dropdown{ left: 0 !important; }

    nav.navbar.bootsnav .navbar-toggle{
        color: #fff;
        background: #ff2f24 !important;
        padding: 3px 8px;
        margin-top: 2px;
        border-radius: 0;
    }

    nav.navbar.bootsnav ul.nav>li{ margin: 0 auto 2px; }

    nav.navbar.bootsnav.navbar-mobile ul.nav>li>a{
        text-align: center;
        padding: 10px 15px;
        margin: 0;
        border: none;
    }

    nav.navbar.bootsnav ul.nav>li.dropdown>a{ padding: 10px 10px 10px 28px; }

    nav.navbar.bootsnav ul.nav>li.dropdown>a.dropdown-toggle:before{ color: #fff; }

    nav.navbar.bootsnav ul.nav > li.dropdown > ul{ left: -5px; }

    nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu{
        background-color: #fff;
        margin: 0 0 -1px 0 !important;
        z-index: 1;
    }

    nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu>li>a{
        color: #fff;
        padding-left: 10px;
        border: none;
        position: relative;
    }

    nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu>li>a:hover{ color: #fff; }

    nav.navbar.bootsnav li.dropdown ul.dropdown-menu.megamenu-content{ top: 0; }

    nav.navbar.bootsnav li.dropdown ul.dropdown-menu.megamenu-content .title{
        color: #ff2f24;
        font-size: 14px;
        font-weight: 600;
        border: none;
        border-bottom: 3px solid #ff2f24;
    }

    nav.navbar.bootsnav li.dropdown ul.dropdown-menu.megamenu-content .content{ border: none; }

    nav.navbar.bootsnav li.dropdown ul.dropdown-menu.megamenu-content .col-menu.on .title{ font-weight: 600; }

    nav.navbar.bootsnav li.dropdown ul.dropdown-menu.megamenu-content .col-menu li a{
       color: #fff;
       background-color: #fc6767;
       border: none;
       margin-bottom: 5px;
       z-index: 1;
    }
}



.ptb-80 {
    padding: 40px 0;
}

.ptb-81 {
    padding: 80px 0;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
/* ---------13.Footer-Area-Start---------- */
.footer-area{
	background:#1b5587;
}
.footer-logo {
    display: block;
    margin-bottom: 25px;
}
.footer-wrapper > p {
  color: #fff;
  line-height: 24px;
  margin-bottom: 20px;
}
.footer-wrapper ul li{
	color: #ffffff;
	display: block;
	line-height: 25px;
	margin-bottom: 15px;	
}
.footer-wrapper ul li a{
	color:#fff;
}
.footer-wrapper ul li a:hover{
	color:#C2A773;
}
.footer-wrapper > ul li span {
	text-transform: capitalize;
	color:#fff;  
}

ul.footer-social li {
    display: inline-block;
}
ul.footer-social li a {
    color: #fff;
    display: block;
    height: 35px;
    width: 35px;
}
.footer-wrapper ul.footer-social li {
    margin-bottom: 0;
}
.footer-title{
	position:relative;
	margin-bottom:21px;
}
.footer-title::before {
	background: #c2a773 none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 2px;
	position: absolute;
	width: 40px;
}
.footer-title a h3{
	color: #ffffff;
	font-size: 16px;
	font-weight: 900;
	line-height: 22px;
	padding-bottom: 17px;
	text-transform: uppercase;	
}
ul.usefull-link li {
    margin-bottom: 6px;
}
ul.usefull-link li a {
    color: #ffffff;
    text-transform: capitalize;
	transition:all .3s;
}
ul.usefull-link li a:hover{
	margin-left:8px;
	color:#c2a773;
}
.footer-wrapper-strong > a {
    float: left;
}
.wrapper-strong-span > p {
  color: #fff;
  float: left;
  line-height: 25px;
  margin-top: 21px;
}
.wrapper-strong-span > p {
	float: left;
	line-height: 25px;
	margin-top: 21px;
}
.footer-wrapper-img{
	overflow:hidden;
}
.footer-wrapper-img img{
	transition:all.4s;
}
.footer-wrapper-img img:hover{
	transform: scale(1.1);
}
.footer-wrapper-img > a {
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
    width: 29%;
}
.footer-wrapper-img > a {
    overflow: hidden;
}
.footer-wrapper > a {
	color: #ffffff;
	display: inline-block;
	font-style: italic;
}
.footer-wrapper > a:hover{
	color:#c2a773;
}
.footer-wrapper a i {
	float: right;
	margin-left: 10px;
	margin-top: 4px;
}

.copyright-area {
    background: #093861 none repeat scroll 0 0;
    padding: 10px 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: #ffffff;
}
.copyright.text-left > p a:hover{
	color:#C2A773;
}
/* ---------14.Contuct-Page-Area-Start---------- */
.page-title-wrapper {
	background: rgba(0, 0, 0, 0) url("img/bg/contuct.html") no-repeat scroll center center / cover ;
	min-height: 250px;
	position:relative;
}
.page-title{
	position:relative;
}
.page-title h3 {
	color: #333333;
	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: #333333;
	margin-bottom: 30px;
	font-weight:400;
}
.contuct_f > label {
	font-weight: 400;
	margin-bottom: 8px;
}
.form-control {
	/* border: 1px solid #ededed; */
	border-radius: 10px;
	box-shadow: none;
	margin-bottom: 10px
}
.contuct_f span {
  color: #C2A773;
  font-size: 15px;
}
.contact-btn {
	border-radius: 0;
	border: 1px solid#ededed;
	padding: 8px 21px;
	text-transform: uppercase;
	font-weight: 700;
	background: #ddd;
}
.contact-btn:hover {
	background: #c2a773 none repeat scroll 0 0;
	border: 1px solid #c2a773;
	color: #ffffff;
}
/*---------- 15.Blog-Page-Area-Start -------------*/
/* .breadcrumbs-start*/
.breadcrumbs {
	background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
	display: block;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 1;
}
ul.items li {
    display: inline-block;
    padding: 15px 12px;
}
ul.items li:first-child {
    padding-left: 0;
}
ul.items li a i {
	margin-left: 8px;
	position: absolute;
	top: 19px;
}
.items strong {
	color: #c2a773;
	font-weight: 400;
}
/*------post-list-wrapper-area-start---------- */
.post-list-wrapper-area{}
.single-post-list {
	background: #f5f5f5 none repeat scroll 0 0;
	overflow: hidden;
	padding: 20px;
	margin-bottom:20px;
}
.single-post-list:hover{
    box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.1);	
}
.post-list-img {
	float: left;
	width: 50%;
}
.post-list-info {
	float: left;
	padding-left: 12px;
	width: 50%;
}
.post-list-info a h3 {
	font-size: 17px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.post-list-info a h3:hover{
	color:#C2A773;
}
.post-list-info span {
    float: right;
}
.post-list-info > h4 {
	color: #777777;
	font-size: 15px;
	margin-top: 12px;
}
.sideber-form {
    margin-bottom: 30px;
}
.sideber-form form {
    position: relative;
}
.sideber-form input {
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    font-size: 14px;
    height: 40px;
    padding: 0 40px 0 10px;
    text-transform: capitalize;
    width: 100%;
}
.sideber-form button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    height: 100%;
	position: absolute;
	top: 0;
    right: 0;
}
.single-sidebar {
	margin-bottom:30px;
}
.sideber-form {
    margin-bottom: 30px;
}
.sidebar-title, .bedroom-title {
    margin-bottom: 37px;
    position: relative;
}
.sidebar-title > h4,.bedroom-title h4{
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
}
.sidebar-title:before, .bedroom-title:before{
    background: #333333 none repeat scroll 0 0;
    bottom: -9px;
    content: "";
    height: 2px;
    position: absolute;
    width: 100%;
}
.sidebar-list a {
	display: block;
	padding: 4px 5px;
}

/* ----------16.Bedroom-Page-Area-Start--------------- */

/* ----------price-slider--------------- */
.ui-widget-header {
	background: #c2a773 none repeat scroll 0 0;
	color: #ffffff;
	font-weight: bold;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-radius:0px;
}
.ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all {
	background: #eaeaea none repeat scroll 0 0;
	border: medium none;
	height: 5px;
}
.ui-slider-handle.ui-state-default.ui-corner-all {
	background: #c2a773 none repeat scroll 0 0;
	border: medium none;
	height: 12px;
	position: absolute;
	top: -4px;
	width: 12px;
}
.price-slider-area > p {
	margin-bottom: 30px;
	margin-top: 22px;
}
h3.bedroom-side-title  {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 39px;
    position: relative;
    text-transform: uppercase;
}
 h3.bedroom-side-title::before {
    background: #c2a773 none repeat scroll 0 0;
    bottom: -9px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 40px;
}
/* ---------category-start------ */

.caregory li {
    border-bottom: 1px solid #dddddd;
}
.caregory a {
    display: block;
    font-size: 14px;
    padding: 12px 0;
    text-transform: uppercase;
}
.caregory span {
    color: #555;
    float: right;
}
.caregory ul li:hover span {
	color: #c2a773;
	transition: none 0s ease 0s ;
}
/* ---------sideber-color-start ---------*/
.sideber-color li {
    display: inline-block;
}
.sideber-color li a {
    background: #000000 none repeat scroll 0 0;
    display: block;
    height: 20px;
    margin-right: 10px;
    width: 21px;
}
.sideber-color ul li.bg-colo-3 a {
    background: #ff0000;
}
.sideber-color ul li.bg-colo-4 a {
    background: #ddd;
}
.sideber-color ul li.bg-colo-5 a {
    background: #1857F7
}
.sideber-color ul li.bg-colo-6 a {
    background: #CE64D4
}
.sideber-color ul li.bg-colo-7 a {
    background: #EB6703
}
.sideber-color ul li.bg-colo-8 a {
    background: #FFD500
}
.sideber-color ul li.bg-colo-9 a {
    background: #945454
}
.sideber-ads.mt-40 {
    overflow: hidden;
}
.sideber-ads-img img {
    transition: all 0.4s ease 0s;
}
.sideber-ads-img img:hover {
    transform: scale(1.1);
}
/* category--product-area-start */
ul.tab_menu li {
    display: inline-block;
}
ul.tab_menu li a {
	background: #c6c6c6 none repeat scroll 0 0;
	color: #ffffff;
	font-size: 20px;
	margin-right: 10px;
	padding: 7px 11px;
	display: block;
}
ul.tab_menu li a:hover{
	background:#C2A773;
} 
ul.tab_menu li a.active {
    background: #c2a773 none repeat scroll 0 0;
}
.single-category-product{
    overflow: hidden;
}
.single-category-product-img {
    float: left;
    width: 30%;
}
.single-category-product-info {
    float: left;
    padding-left: 30px;
    width: 70%;
}
.single-category-product-info > a h2 {
	font-size: 17px;
	font-weight: 500;
	margin: 17px 0;
}
.single-category-product-info > a h2:hover{
	color:#C2A773;
}

.price.category-price {
    margin: 25px 0;
}
.price.category-price h4 {
    font-weight: 500;
}
.single-category-product-info > p {
	font-weight: 300;
	margin-bottom: 30px;
}
.sort-by {
	float: left;
	margin-left: 28px;
	position: relative;
	top: -5px;
}
.sort-by label {
	color: #000000;
	font-size: 14px;
	font-weight: 500;
}
.sort-by i {
    margin-left: 6px;
}
.cust-select {
	border: 1px solid #e1e1e1;
	font-size: 14px;
	margin-left: 10px;
	padding: 6px 10px;
	text-transform: capitalize;
	width: 150px;
    color: #555;
}
.cust-select.cust-select-2 {
    width: 70px;
}
.new-product-action2.category-cart a {
    background: #e0e0e0 none repeat scroll 0 0;
    border: 1px solid #dddddd;
    color: #ffffff;
    display: inline-block;
    font-size: 15px;
    margin-right: 5px;
    padding: 10px 14px;
}
.new-product-action2.category-cart a:hover {
    background: #c2a773 none repeat scroll 0 0;
    border: 1px solid #dddddd;
    color: #ffffff;
}
.bg-black {
    background: #444!important;
}
.new-product-action2.category-cart a.bg-black:hover {
    background: #c2a773!important;
}
.new-product-action2.category-cart a.bg-black span {
    padding-right: 6px;
}
.single-new-product.category-new-product .new-product-action a {
    padding: 7px 8px;
}

/* pagination-area-start */
.pagination-area.mt-40 {
    border-top: 1px solid #dddddd;
}
.pagination-text {
	float: left;
}
.pagination-text {
    margin-top: 8px;
}
.bedroom-pagination {
	display: inline-block;
	float: right;
}
.pagination {
    margin: 0;
}
.pagination > li > a, .pagination > li > span {
    padding: 0 8px;
}
.pagination > li > a, .pagination > li > span {
	border: medium none;
	color: #333333;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
	color: #C2A773;
	background:none;
}

/* ---------17.Home-2-Start ---------*/
.mainmenu-area.home-page-2.sticky {
  border-bottom: 1px solid #ededed;
}
.header-top-area.home-page-2 {
	background: #ffffff none repeat scroll 0 0;
	border-bottom: 1px solid #e1e1e1;
}
.header-top-area.home-page-2 .header-top-left ul li.click_menu li a:hover, .header-top-area.home-page-2 .header-left-menu ul li a:hover, .header-top-area.home-page-2 .header-left-menu button:hover, .header-top-area.home-page-2 .header-top-left ul li a:hover, .header-top-area.home-page-2 .header-top-right ul li a:hover, .header-bottom-area.home-page-2 .header-bottom-right .shop-cart a:hover{
    color: #e73b49;
}



.header-main{
	position: fixed;
	width: 100%;
	top: 0%;
	z-index: 99;
}
.mainmenu-area.home-page-2 .mainmenu{
	border-top:1px solid#ebebeb;
}
.mainmenu-area.home-page-2 {
	background: #ffffff none repeat scroll 0 0;
	text-align: center;
}
.mainmenu-area.mainmenu-area-4.sticky {
    border-bottom: 1px solid#dedede;
}
.mainmenu-area.home-page-2 .mainmenu ul li a {
    color: #444444;
    font-weight: 500;
}
.mainmenu-area.home-page-2 .mainmenu ul li .megamenu {
    text-align: left;
}
.mainmenu-area.home-page-2 .mainmenu ul li.active > a {
    color: #e73b49;
}
.mainmenu-area.home-page-2 .mainmenu ul li a:hover{
    color: #e73b49;	
}
.header-bottom-area.home-page-2 .menu-search-box {
    margin-top: 2px;
}
.header-bottom-area.home-page-2 .menu-search-box form input {
    background: #f7f7f7 none repeat scroll 0 0;
}
.header-bottom-area.home-page-2 .menu-search-box form button {
    color: #333;
}
.slider-area.home-page-2 .single-slider .slider-info h3, .slider-area.home-page-2 .single-slider .slider-info h1,.slider-area.home-page-2 .single-slider .slider-info h2 {
    font-weight: 600;
}
.slider-area.home-page-2 .single-slider .slider-btn a {
    background: #e73b49 none repeat scroll 0 0;
}
.home-page-2 .section-title h2 {
	font-size: 17px;
	margin-bottom: 45px;
	position: relative;
}
.service-wrapper {
  padding-bottom: 10px;
}
.home-page-2 .section-title > h2::after {
	background: #e73b49 none repeat scroll 0 0;
	bottom: -12px;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	width: 60px;
}
.home-page-2 .section-title::before{
	background: #e1e1e1 none repeat scroll 0 0;
	bottom: 33px;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}
.home-page-2 .section-title::after {
	content: "/";
	position: absolute;
	right: 33px;
	top: 7px;
}
.new-product-area.dotted-style4.home-page-2 .single-new-product .product-content a h3:hover, .new-product-area.home-page-2 .single-new-product .product-price-star i, .feature-preduct-area.dotted-style4.home-page-2.feature-area-2 .single-new-product .product-content a h3:hover, .feature-preduct-area.dotted-style4.home-page-2.feature-area-2 .single-new-product .product-price-star i, .blog-area.blog-area-2 .blog-info a h2:hover,.blog-area.blog-area-2 .blog-info a:hover,.footer-area.footer-area-2 ul.usefull-link li a:hover, .footer-area.footer-area-2 .wrapper-strong-span a:hover, .footer-area.footer-area-2 .footer-wrapper a:hover{
    color: #e73b49;
}
.footer-area.footer-area-2 .footer-wrapper .footer-title::before {
    background: #e73b49 none repeat scroll 0 0;
}
.copyright-area.copyright-area-2 .copyright.text-left a:hover {
  color: #e73b49;
}
/* ---------18.Home-3-Start ---------*/
.header-top-3 {
	background: #ffffff none repeat scroll 0 0;
	border-bottom: 1px solid #e1e1e1;
}
.header-top-3 .header-bottom-right {
	background: #ededed none repeat scroll 0 0;
	margin-top: 0;
	padding: 13px 6px;
}
.header-top-3 .header-top-left {
    margin-top: 11px;
}
.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;
}


@media (max-width:991px) {
	.text-right{
		display: none;
	}


	#wowslider-container1{
			margin-top: 90px;
	}


}


#wowslider-container1{
	margin-top: 100px;
}
.header-top-3 li.click_menu2 a {
    font-size: 13px;
}
.header-bottom-3 .logo {
    margin-top: 19px;
}
.header-bottom-3 .mainmenu ul {
    text-align: right;
}
.header-bottom-3 .mainmenu ul li:last-child a {
    padding-right: 0;
}
.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: #c2a773;
}
.home-3.home-page-2 .section-title > h2::after {
    background: #c2a773 none repeat scroll 0 0;
}
.serch-box-3 form {
    position: relative;
}
.serch-box-3 form button {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	float: right;
	height: 30px;
	left: 35px;
	line-height: 32px;
	margin-top: 20px;
	position: absolute;
	text-align: center;
	width: 30px;
	z-index: 11;
    color: #333;
}
.search-box-3-hover input {
	border: 1px solid #eeeeee;
	font-size: 13px;
	padding: 8px 40px 8px 10px;
	position: absolute;
	right: 0;
	text-transform: capitalize;
	top: 16px;
	transition: all 0.3s ease 0s;
	width: 0px;
	visibility:hidden;
	opacity:0;
}
.serch-box-3 form:hover .search-box-3-hover input{
	width:200px;
	visibility:visible;
	opacity:1;
}

.header-bottom-3 .mainmenu ul li a {
	color: #333333;
	font-weight:400;
	text-align:left;
}
.new-product-area-3 .section-title::before {
  background: #c2a773 none repeat scroll 0 0;
  bottom: 44px;
  content: "";
  height: 2px;
  position: absolute;
  width: 60px;
}
.new-product-area-3 .section-title h2 {
	font-size: 19px;
	margin-bottom: 55px;
	position: relative;
}
.new-product-area-3 .mainmenu {
  margin-right: 90px;
  text-align: right;
}
.new-product-area-3 .mainmenu ul li a {
	color: #333333;
	font-size: 13px;
	font-weight: 500;
	padding: 0 13px;
}
.new-product-area-3 .mainmenu ul li.active > a {
    color: #c2a773;
}
.new-product-area-3 .mainmenu ul li:hover > a {
    color: #c2a773;
}
.container-inner {
    position: relative;
}
.container-inner::after {
	content: "/";
	position: absolute;
	right: 31px;
	top: 2px;
}
.container-inner::before {
    background: #ededed 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;
}
 /* banner-static-area-start */
.single-static-img {
    position: relative;
} 
.single-static-banner .single-static-text {
	background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
	left: 13%;
	padding: 10px 30px;
	position: absolute;
	top: 24%;
}
.single-static-banner .single-static-text.single-static-text-4 {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	left: 38%;
	padding: 10px 30px;
	position: absolute;
	top: 24%;
}
.single-static-text h3{
	color: #ffffff;
	display: block;
	font-size: 22px;
	font-weight: 900;
	line-height: 30px;
}
.single-static-text span{
	color: #ffffff;
	display: block;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;	
}
.single-static-img:hover img {
    transform: scale(1.1);
}
.single-static-img a{
	position:relative;
	display:inline-block;
    overflow: hidden;	
}
.single-static-img a img {
    transition: all 0.4s ease 0s;
}
.single-static-banner .single-static-img:hover .single-static-text h3{
    animation: 400ms ease-in-out 0s normal none 1 running fadeInUp;		
}
.single-static-banner .single-static-img:hover .single-static-text span{
    animation: 600ms ease-in-out 0s normal none 1 running fadeInUp;		
}
.single-static-banner .single-static-text-2 {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	left: 54%;
	padding: 10px 30px;
	position: absolute;
	top: 24%;
}
.single-static-banner .single-static-text-2 h3 {
    color: #333333;
    font-size: 26px;
    font-weight: 400;
}
.single-static-banner .single-static-text-2 span {
    color: #333333;
}
 /* banner-static-area-end */
 /* catagory-menu-start */
.catagory-menu-title h3{
	background: #c2a773 none repeat scroll 0 0;
	color: #ffffff;
	cursor: pointer;
	display: block;
	font-size: 18px;
	font-weight: 900;
	line-height: 30px;
	padding: 10px 10px 10px 15px;
	position: relative;
	text-transform: uppercase;	
}
.catagory-menu{
	background: #ffffff none repeat scroll 0 0;
	border: 1px solid #c2a773;
}
.catagory-menu ul{}
.catagory-menu ul li {
    padding: 0 15px;
}
.catagory-menu ul li a{
	border-bottom: 1px solid #ededed;
	color: #333333;
	display: block;
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
	overflow-wrap: break-word;
	padding: 12px 0;
	position: relative;
	text-align: left;
	text-decoration: none;
	text-transform: capitalize;
}
.catagory-menu ul li a:hover{
	color:#C2A773;
}
.catagory-menu ul li a i {
	float: right;
	font-size: 16px;
	position: relative;
	right: -3px;
	top: 5px;
}
.catagory-menu ul li .megamenu {
	background: #ffffff none repeat scroll 0 0;
	border: 1px solid #c2a773;
	left: 95%;
	margin-top: -49px;
	opacity: 0;
	padding: 10px 0;
	position: absolute;
	transform: scaleY(0);
	transform-origin: 0 0 0;
	transition: all 0.4s ease 0s;
	visibility: hidden;
	width: 500px;
	z-index: 111;
}
.catagory-menu ul li:hover .megamenu{
	transform:scaleY(1);
	opacity:1;
	visibility:visible;
} 
.catagory-menu ul li .megamenu span {
	float: left;
	padding: 0 25px 25px;
	width: 50%;
}
.catagory-menu ul li .megamenu span a.megatitle {
	border-bottom: 1px solid #e1e1e1;
	font-size: 16px;
	font-weight: 800;
	text-transform: uppercase;
}
.catagory-menu ul li .megamenu span a {
	border-bottom: medium none;
	font-size: 13px;
	padding: 3px 0;
}
.section-title-3{
	position:relative;
}
.section-title-3::before {
	background: #dedede none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 1px;
	position: absolute;
	width: 100%;
}
.section-title-3 h2{
	display: inline-block;
	font-size: 18px;
	font-weight: 900;
	line-height: 30px;
	padding-bottom: 12px;
	position: relative;
	text-transform: uppercase;	
}
.section-title-3 h2:after{
	background: #c2a773 none repeat scroll 0 0;
	bottom: -1px;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	width: 60px;	
}
.section-title-3::after {
	content: "/";
	position: absolute;
	right: 35px;
	top: 4px;
}
.home-3.feature-preduct-area.dotted-style4.home-page-2 .single-new-product .new-product-action > a {
    background: #e7cc98  none repeat scroll 0 0;
}
.feature-preduct-area.dotted-style4.home-page-2 .single-new-product .new-product-action > a:hover {
	background: #C2A773 none repeat scroll 0 0;
}
.feature-product-4 .section-title::before {
  background: #dedede none repeat scroll 0 0;
  content: "";
  height: 1px;
  left: 207px;
  position: absolute;
  width: 49%;
}
.single-static-banner.banner-3 .single-static-text {
	background:none;
	left: 27%;
	padding: 19px 91px;
	position: absolute;
	top: 20%;
}
.search-box-home-3 {
	background: rgba(0, 0, 0, 0) url("img/banner/bkg_newsletter.html") no-repeat scroll center center / cover ;
	padding: 45px 30px;
}
.search-box.search-3 input {
	background: #eee6d6 none repeat scroll 0 0;
	padding-right:10px;
}
.search-box-home-3 .search-box.search-3 button {
	background: #ffffff none repeat scroll 0 0;
	border: 1px solid #dddddd;
	display: inline-block;
	font-weight: 400;
	margin-top: 20px;
	padding: 11px 22px;
	position: static;
	text-transform: uppercase;
	width: 130px;
}
.search-box-home-3 .search-box.search-3 button:hover{
	color:#C2A773;
}
.contuct-info.search-3 h4{
	color: #ffffff;
	display: block;
	font-size: 24px;
	font-weight: 700;
	line-height: 32px;
	margin-bottom: 30px;
	text-transform: none;	
}
.contuct-info.search-3 p{
	color: #ffffff;
	display: block;
	font-size: 18px;
	font-weight: 300;
	line-height: 26px;
	margin-bottom: 40px;	
}
.search-box-home-3 span{
	color: #ffffff;
	display: block;
	font-size: 18px;
	font-weight: 300;
	line-height: 26px;
	margin-bottom: 30px;
	margin-top:30px;
}

/* ---------19.Home-4-Start ---------*/
.header-top-area.ptb-10.hidden-xs.header-top-area-4 {
  background: #fff;
  border-bottom: 1px solid#ededed;
}
.header-top-left-4 {
    background: rgba(0, 0, 0, 0) url("img/service/icon/header_text.html") no-repeat scroll left top;
}
.header-top-left-4 p {
	color: #333333;
	font-size: 12px;
	margin-bottom: 0;
	margin-top: 9px;
	padding-left: 34px;
	text-align: left;
}
.header-top-right-4 {
    text-align: right;
}
.header-top-right-4 .header-left-menu ul li a:hover, .header-top-right-4 .header-top-left ul li a:hover, .header-top-right-4 .header-top-right ul li a:hover{
	color:#FF8A0B;
}
.header-top-right-4 .header-top-left ul li:last-child a {
    margin-right: 0 !important;
}
.header-top-right-4 .header-left-menu:hover {
    color: #ff8a0b !important;
}
.header-bottom-right.header-bottom-right-4 .shop-cart span {
	float: right;
	margin-left: 40px;
	display: block;
}
.header-bottom-right-4-inner a {
  position: absolute;
  right: 83px;
  top: 14px;
  font-size: 20px;
}
.header-bottom-right-4-inner a:hover {
  color: #FF8A0C;
}
.shop-cart-4 a::before {
	background: #ff8a0c none repeat scroll 0 0;
	border-radius: 50%;
	content: "2";
	height: 20px;
	position: absolute;
	right: -4px;
	top: -9px;
	width: 20px;
	color: #fff;
	font-size: 11px;
	text-align: center;
}
.header-bottom-right.header-bottom-right-4 .shop-cart a span:hover {
    color: #ff8a0b;
}
.mainmenu-area.home-page-2.mainmenu-area-4 .mainmenu ul li a {
    font-weight: 700;
}
.mainmenu-area.home-page-2.mainmenu-area-4 .mainmenu ul li.active > a, .mainmenu-area.home-page-2.mainmenu-area-4 .mainmenu ul li a:hover {
    color: #ff911b;
}
.new-product-area.dotted-5.new-product-4 .hot-deal-title::before {
	background: #eeeeee none repeat scroll 0 0;
	content: "";
	height: 1px;
	left: 164px;
	position: absolute;
	top: 15px;
	width: 37%;
}
.section-title-4 {
    position: relative;
}
.section-title-4::before {
  background: #eeeeee none repeat scroll 0 0;
  content: "";
  height: 1px;
  left: 205px;
  position: absolute;
  top: 15px;
  width: 64%;
}
.dotted-5.new-product-4 .owl-carousel .owl-controls .owl-nav div {
	border: 1px solid #aaa;
	color: #aaa;
	height: 35px;
	line-height: 31px;
	position: absolute;
	right: 19px;
	text-align: center;
	top: -50px;
	width: 20px;
}
.dotted-5.new-product-4 .owl-carousel .owl-controls .owl-nav div.owl-next{
	left:auto;
	right:50px;
}
.hot-deal-area .single-new-product.hot-product {
    border: 1px solid #ff9727;
    padding-bottom: 30px;
}
.new-product-area.hot-deal-area.dotted-5.new-product-4 .single-new-product .product-icon-wrapper .product-icon ul li a:hover {
    background: #ffffff none repeat scroll 0 0;
    color: #ff8b0d;
}
.section-title.section-title-4.section_4::before {
    width: 70.5%;
    left: 264px;
}
.new-product-area.hot-deal-area.dotted-5.new-product-4 .single-new-product .product-content .product-price-star i{
	color:#ff8b0d;
}
.new-product-area.hot-deal-area.dotted-5.new-product-4 .single-new-product .product-content a h3:hover{
	color:#ff8b0d;
}
.product-cuntdown {
	margin-top: -90px;
	position: relative;
	z-index: 111111111 !important;
}
.timer {
    overflow: hidden;
}
.timer .cdown {
	background: #ffffff none repeat scroll 0 0;
	box-shadow: 0 -1px 7px 4px #d7d7d7;
	color: #333333;
	font-size: 26px;
	margin: 20px 8px 19px;
	padding: 7px 0;
	text-align: center;
	width: 20%;
}
.cdown {
    float: left;
}
.cdown p {
    display: none;
}
.static-slider-area.dotted-style.new-product-4 .static-slider-text a.shopnow {
    background: #FF8A0C;
}
.static-slider-area.new-product-4.dotted-style .owl-carousel .owl-controls .owl-dot.active {
    background: #FF8A0C;
}
.header-top-area.hidden-xs.header-top-3 .header-top-left ul li.click_menu a:hover, .header-top-right ul li a:hover, .header-top-left ul li{
    color: #c2a773;
}
.header-top-left.header-top--left-3 ul li a:hover {
    color: #c2a773;
}
 .hot-deal-area.home-page-2 .section-title::after, .new-product-4.home-page-2 .section-title > h2::after {
    display: none;
}

.new-product-4.home-page-2 .section-title > h2 {
	margin-bottom: 18px;
	font-size: 25px;
}
.feature-preduct-area.home-page-2.dotted-5.new-product-4.hot-deal-area .single-new-product a h3:hover, .feature-preduct-area.home-page-2.dotted-5.new-product-4.hot-deal-area .product-price-star i {
    color: #FE890C;
}
.footer-area.footer-area-4 {
    background: #fff;
}
.footer-area.footer-area-4 .footer-wrapper .footer-title a h3, .footer-area.footer-area-4 .footer-wrapper ul.usefull-link li a, .footer-area.footer-area-4 .footer-wrapper .wrapper-strong-span, .footer-wrapper-strong a, .footer-area.footer-area-4 .footer-wrapper ul li a, .footer-area.footer-area-4 .footer-wrapper ul li, .footer-area.footer-area-4 .footer-wrapper a {
  color: #333333;
  margin-right: 10px;
}

.footer-area.footer-area-4 .footer-wrapper a:hover {
    color: #fe890c;
}
.footer-area.footer-area-4 .footer-wrapper ul.usefull-link li a:hover {
    color: #fe890c;
}
.footer-area-4 .footer-wrapper > p, .copyright.text-left > p {
  font-weight: 300;
  color: #444;
}
.copyright-area.copyright-4 .copyright p a {
  color: #444;
}
.copyright-area.copyright-4 .copyright p a:hover{
	color:#FF8A0C;
}
.wrapper-strong-span {
    color: #ffffff;
}
.wrapper-strong-span a {
    color: #ffffff;
}
.wrapper-strong-span a:hover{
	color:#C2A773;
} 
.footer-area.footer-area-4 .footer-wrapper .footer-title::before {
    background: #fe890c none repeat scroll 0 0;
}
.copyright-area.copyright-4 {
	background: #fff;
	border-top: 1px solid#ddd;
}
.footer-area-4 .footer-wrapper p {
  color: #444;
}







.serviceBox{
    background: #fff;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    padding: 30px 20px;
    border:1px solid #21BCB8; border-radius: 10px;
    position: relative;
}


.serviceBox .service-icon{
    color: #21BCB8;
    font-size: 50px;
    line-height: 50px;
    margin: 0 0 15px;
}

.serviceBox .title{
    color: #333;
    font-size:18px;
    font-weight: 600;
    text-transform:none ; line-height:1.7;
    margin: 0 0 7px;
}

.serviceBox .description{
    color: #999;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
}

.serviceBox.blue{
    border-top-color: #3D729B;
    border-bottom-color: #3D729B;
}
.serviceBox.blue .service-icon{ color: #3D729B; }

.serviceBox.red{
    border-top-color: #ED5543;
    border-bottom-color: #ED5543;
}
.serviceBox.red .service-icon{ color: #ED5543; }

.serviceBox.purple{
    border-top-color: #924963;
    border-bottom-color: #924963;
}
.serviceBox.purple .service-icon{ color: #924963; }

@media only screen and (max-width: 990px){
    .serviceBox{ margin: 0 0 30px; }
}



.whatapp_btn {
	background: #01e675;
	width: 50px;
	height: 50px;
	font-size: 25px;
	color: #fff;
	font-weight: bold;
	position: fixed;
	left: 8px;
	bottom: 86px;
	cursor: pointer;
	z-index: 999999;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 300ms ease-in-out;
	box-shadow: 0px 3px 10px rgb(0 0 0 / 16%), 0px 3px 10px rgb(0 0 0 / 16%);  border: 5px solid #fff;
  }
  .whatapp_btn i {
	font-size: 30px;
  }
  #whatsapp .modal-dialog {
	margin-top: 17%;
  }
  
  .inner-fabs a{
	background:#d73c3b;
	width: 50px;
	height: 50px;
	color: #fff;
	font-size: 20px;
	position: fixed;
	left:8px;
	bottom: 20px;
	cursor: pointer;
	z-index: 999999;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 300ms ease-in-out; border:5px solid #fff;
  }
  .inner-fabs.show a{
  width: 45px !important;
  height: 45px !important;
  right: 22px !important;
  transition: all 300ms ease-in-out;
  }
  .inner-fabs.show a:nth-child(1) {
  bottom: 80px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16);
  }
  .inner-fabs.show a:nth-child(2) {
  bottom: 130px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16);
  }
  .inner-fabs.show a:nth-child(3) {
  bottom: 180px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16);
  }
  .inner-fabs.show a:nth-child(4) {
  bottom: 230px !important;
  }
  .returntotop{
  bottom: 150px!important;
  }
  .whatsapp-fixed{
  bottom: 130px!important;
  }
  .mail-envelope{
  bottom: 75px!important;
  }
  .call-fixed{
  
  }
  
  .error-container { 
    text-align: center; 
    background-color: #fff; 
    padding: 20px; 
    border-radius: 5px; 

} 
  
.error-container  h1 { 
    font-size: 9rem; 
    color: #ff5733; 
} 
  
.error-container  p { 
    font-size: 2.5rem; 
    color: #000; 
    margin-bottom: 20px; 
} 
  
.error-container  a { 
    text-decoration: none; 
    background-color: #ff5733; 
    color: #fff; 
    padding: 10px 20px; 
    border-radius: 3px; 
    font-weight: bold; 
    transition: background-color 0.3s ease; 
} 
  
.error-container  a:hover { 
    background-color: #e6482e; 
}
  
.title{font-size:30px !important;}
.history .title{font-size:30px !important;}
.blog .title{ font-size:30px !important;}
header .title{font-size:30px !important;}