@charset "utf-8";
/* CSS Document */

@import url('http://fonts.cdnfonts.com/css/tex-gyre-adventor');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400&display=swap');

h1{
	font-family: 'PT Serif', serif;
}
h2{
	font-family: 'PT Serif', serif;
}
h3{
	font-family: 'PT Serif', serif;
}
h4{
	font-family: 'PT Serif', serif;
}
p {
  font-family: 'Poppins', sans-serif;
}

a {
  font-family: 'Poppins', sans-serif;
}

.top_bar {
    background-color: #008080;
        padding-top: 2px;
    padding-bottom: 2px;
	display:none;
}
.top_bar p{
	color:#CCC;
}
.main_menu{
	background-color: transparent;
}
.navbar_fixed .navbar-brand{
	width: 250px;
    margin-top: 0;
}
.navbar_fixed .navbar-brand img{
	width:100%;
}
.navbar_fixed .navbar .nav .nav-item {
    margin-top: 0px;
}
.navbar_fixed .navbar .nav .nav-item .nav-link {
    padding: 14px 0;
}
.navbar_fixed .navbar .nav-right {
    margin-top: 0px;
}
.shop-now{
    border-radius: 28px;
    background: transparent;
    color: #FFF;
    font-size: 14px;
    padding: 7px 32px;
    border: 2px solid #01aded;
	font-family: "futura", sans-serif;
	font-weight:bold;
	-webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.shop-now:hover{
    background: #01aded;
}
.navbar_fixed .shop-now{
    border: 2px solid #7aff01;
}
.navbar_fixed .shop-now:hover{
    background: #7aff01;
}


.abt-box-02{
	position:relative;
	padding:120px 40px 40px 40px;
	border-radius:10px;
	min-height: 394px;
	background:url(../images/abt-bx-bg-02.jpg);
	background-repeat:no-repeat;
	margin-bottom: 20px;
	-webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.33);
    -moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.33);
    box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.33);
	-webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.abt-box-03{
	padding:120px 40px 40px 40px;
	border-radius:10px;
	min-height: 394px;
	background:url(../images/abt-bx-bg-03.jpg);
	background-repeat:no-repeat;
	margin-top: 50px;
	margin-bottom: 20px;
	-webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.33);
    -moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.33);
    box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.33);
	-webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.abt-box-03:hover{
	margin-top: 0;
}

.abt-box-01 h2{
	font-size:20px;
	font-family: "futura", sans-serif;
	font-weight:bold;
}
.abt-box-02 h2{
	font-size:20px;
	font-family: "futura", sans-serif;
	font-weight:bold;
}
.abt-box-03 h2{
	font-size:20px;
	font-family: "futura", sans-serif;
	font-weight:bold;
}

.design-out{
	padding-top:60px;
	padding-bottom:60px;
}

.design-out p{
	font-size:14px;
	color:#ababab;
	margin-bottom: 8px;
}
.design-out h2{
	font-family: 'Futura Condensed PT Medium';
	font-size:27px;
	color:#424242;
	font-weight:bold;
	margin-top:15px;
}
.design-in{
	position:relative;
}
.design-in:before{
	content:'';
	position:absolute;
	background:url(../images/design-in-bg.png);
	background-repeat:no-repeat;
	top: 20%;
	bottom:0;
	left: -56%;
	right:0;
	margin-top:auto;
	margin-bottom:auto;
	
	
}

.right-menu{
	float:right;
}
.service_section_out {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 0;
	background:#f4f4f4;
	padding-top:60px;
	padding-bottom:60px;
}
.service-in{
	padding-top:20px;
	-webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.service_section_out  h1{
	color:#3d3d3d;
	font-size:40px;
	font-weight:bold;
	font-family: 'Futura Condensed PT Medium';
}
.service-in a h4{
	color:#333;
	margin-top: 15px;
	font-family: 'Futura Condensed PT Medium';
}
.service-in a p{
	color:#999;
	padding-left: 15px;
    padding-right: 15px;
}
.service-in:hover{
	border-radius:15px;
	padding-top:20px;
	background-color: #f9f9f9;
}
.footer-bottom a img{
	width:18px;
	opacity: 0.6;
	-webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.footer-bottom a img:hover{
    opacity: 1;
}


.our-product-section-out {
    text-align: center;
    margin-top: 0;
    margin-bottom: 60px;
	background: #ffffff;
	padding-top:60px;
	padding-bottom:60px;
	position:relative;
}
.our-product-section-out:before {
    content: '';
    position: absolute;
    background: url(../images/product-top-bg.png);
    background-repeat: no-repeat;
    left: 0;
    right: 0;
    top: -80px;
    height: 120px;
    background-position: center;
    background-size: cover;

}
.our-product-section-out:after {
    content: '';
    position: absolute;
    background: url(../images/product-bottom-bg.png);
    background-repeat: no-repeat;
    left: 0;
    right: 0;
    bottom: -80px;
    height: 120px;
    background-position: center;
    background-size: cover;
}
.our-product-bg{
	position:relative;
}
.our-product-bg:before {
    content: '';
    position: absolute;
    background: url(../images/product-top-bg-02.png);
    background-repeat: no-repeat;
    right: 0px;
    top: -17%;
    left: 80%;
    bottom: 4px;

}
/*.our-product-bg:after {
    content: '';
    position: absolute;
    background: url(../images/product-bottom-bg-02.png);
    background-repeat: no-repeat;
    left: 0px;
    top: 0;
    right: 80%;
    bottom: -66%;

}*/

.our-product-section-out  h1{
	color: #404040;
	font-size:40px;
	font-weight:bold;
	font-family: 'Arbutus Slab', serif;
}

.our-product-section-out .nav-fill .nav-item {
    flex: inherit;
    text-align: center;
}

.our-product {
    margin-top: 55px;
}
.tab-my-style{
	margin-top:50px;
}
.our-product .nav-tabs .nav-link {
    color: #3c3c3c;
    border-color: #929292;
    border: 1px solid #7c7c7c;
	border-radius:6px;
	margin: 0 10px;
	-webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.our-product .nav-tabs .nav-link:hover {
    color: #666;
    background:#FFF;
}
.our-product .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #e2b724;
    border-color: #fff;
    border: 1px solid #FFF;
    border-radius: 6px;
}

.our-product .nav-tabs {
    border-bottom:0;
}

.product-in{
	background:#f5f5f5;
	border-radius:5px;
	margin-bottom:30px;
	padding: 30px;
}
.product-in-btm{
	background:#FFF;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	padding:10px;
}
.product-in-btm a{
	width: 50%;
    display: block;
    float: left;
}


.testimonials-out{
	padding-bottom: 50px;
	text-align:center;
	position:relative;
	margin-top:0 !important;
	margin-bottom:0 !important;
}
.testimonials-in{
	padding-top: 20px;
	background-repeat:no-repeat;
	background-size: cover;
	position:relative;
	z-index:0;
	padding-bottom: 25px;
}
.testimonials-in h2{
	text-align:center;
	color:#FFF;
	font-size:40px;
	font-weight:bold;
	margin-top: 20px;
	padding-bottom:20px;
	margin-bottom:40px;
}
.testimonials-in ul li p {
    border-radius: 10px;
    padding: 30px;
    color: #fff;
    font-size: 18px;
    line-height: 34px;
    padding-top: 10px;
}
.testimonials-in ul li p span{
	color:#FFF;
	
}
.testimonials-in ul li p strong{
	color:#FFF;
	font-size: 22px;
	font-weight: bold;
}
.testimonials-in ul li p img {
    width: 90px;
    height: 90px;
    border-radius: 121px;
    margin-bottom: 15px;
}
.testimonials-in span{
	font-size:18px;
	font-weight:bold;
	color:#FFF;
	
}
.testimonials-int ul{
	background:#FFF;
	border-radius: 10px;
}
.testimonials-in ul li{
}

.testimonials-in .bx-wrapper .bx-controls-direction a {
    bottom: -20px;
}
.testimonials-in .bx-wrapper .bx-prev {
    left: -50px;
}
.testimonials-in .bx-wrapper .bx-next {
    right: -50px;
}


.location-map-out{
	margin-bottom: -7px;
}








.demo-bg{
background: #000000;
margin-top: 60px;
margin-bottom: 80px;	
}
.business-hours {
background: #222; 
padding: 40px 14px;
margin-top: -15px;
position: relative;
}
.business-hours:before{
content: '';
width: 23px;
height: 23px;
background: #111;
position: absolute;
top: 5px;
left: -12px;
transform: rotate(-45deg);
z-index: -1;
}
.business-hours .title {
font-size: 20px;
color: #BBB;
text-transform: uppercase;
padding-left: 5px;
border-left: 4px solid #ffac0c; 
}
.business-hours li {
color: #888;
line-height: 30px;
border-bottom: 1px solid #333; 
}
.business-hours li:last-child {
border-bottom: none; 
}
.business-hours .opening-hours li.today {
color: #ffac0c; 
}









.powerd-out{
	border-top: 1px #323232 solid;
    margin-top: 15px;
    padding-top: 15px;
}

.powerd{
	width: 200px;
}
.powerd img{
	width: 200px!important;
}



.contact-section-out{
	background: #ffffff;
}
.contact-section-out h1{
	margin-bottom:50px;
	color: #000;
	font-size:38px;
}
.contact-section-out h4{
	font-weight: 500;
    font-size: 18px;
    color: #000000;
	font-weight: 600;
}
.address-in{
	margin-bottom:50px;
}
.address-in img{
	float:left;
	margin-right:15px;
	margin-bottom:20px;
	background: #ea2033;
	padding:10px;
	border-radius:6px;
}
.address-in p{
	color:#dadada;
}
.address-in a{
	color: #8b8b8b;
}

.get-in-touch-out {
	
} 
.get-in-touch-out .form-control {
    background-color: transparent;
	border-top:0;
	border-left:0;
	border-right:0;
	border-radius: 0;
	border-bottom:1px solid #717171;
}
.get-in-touch-out .btn {
    border: 2px solid white;
    border-radius: 7px;
    background: #000000;
    color: white;
    padding: 10px 20px;
	font-family: 'Source Code Pro', monospace;
}
.get-in-touch-out .form-group .control-label{
    font-family: 'Source Code Pro', monospace;
	color:#dadada;
}

.get-in-touch-out .btn:hover {
    background: #272727;
	color:#FFFFFF;

}

.vendors-out{
	padding-bottom:150px;
	background:#f4f4f4;
}
.vendors-out h1{
	color: #3d3d3d;
    font-size: 40px;
    font-weight: bold;
    font-family: 'Source Code Pro', monospace;
	text-align:center;
	margin-top:60px;
	margin-bottom:50px;
}
.vendors{
	background:#FFF;
	border-radius: 6px;
	width: 100%;
    height: 123px;
}
.vendors a{
	display:block;
	float:left;
	    padding: 23px 54px;
}

.cart-in{
	float:right;
	position:relative;
	margin-bottom: 0;
}
.cart-botton{
	border-radius: 90px;
	width:16px;
	height:16px;
	background:#0CF;
	color:#FFF;
	border:0;
	font-size:9px;
	position: absolute;
}









.menu-block { margin-bottom: 30px; text-align: left; }
.menu-title { border-bottom: 3px solid #e0e6e3; margin-bottom: 36px; padding-bottom: 10px; font-size: 26px;
    font-weight: bold;}
.menu-content { border-bottom: 1px solid #e0e6e3; margin-bottom: 30px; }
.dish-img  { }
.dish-img img  { border-radius: 90px;}
.dish-content { margin-top: 12px; margin-bottom: 40px; }
.dish-meta { font-size: 12px; text-transform: uppercase; display: block;  line-height: 1.7; }
.dish-title { 
	margin-bottom: 12px;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative; 
}

.dish-price { position: absolute; right: 16px; top: 0px; font-size: 26px; color: #e03c23; font-weight: 500; font-family: 'Zilla Slab', serif; }
.well-block .dish-meta { width: 100%; }
.well-block .dish-price { font-size: 26px; color: #e03c23; font-weight: 500; font-family: 'Zilla Slab', serif; position: inherit; }


.menu-box{
	padding: 70px 0px;
}

















.mobile{
	float:right;
	color:#FFF;
	margin-top:16px;
}
.mobile a{
	color:#FFF;

}
.head_in{
	padding:0;
	float:left;
	width:100%;	
}
.head_in p{
	float:right;
	margin:0;
	color:#4d4d4d;	
}
.head_in p a {
    color: #4d4d4d;
    padding: 22px 20px;
    border-left: 1px #cccccc solid;
    /* margin-top: 20px; */
    display: block;
    float: right;
}
.line{
	border-right: 1px #cccccc solid;
}
.head_in p .fa{
	margin-right:12px;
	font-size:18px;	
}
.bx-wrapper .bx-viewport{
	border:0px;
	box-shadow:none;	
}
.bx-wrapper .bx-controls-direction a {
    z-index: 9;
}
.slide_out{
	margin-top:32px;
}
.fill{
	margin-left:auto;
	width: 100%;
    height: 100vh;
	background-position:center !important;
	background-size:cover !important;
	position: relative;
}
.fill:after{
	content: '';
	width: 100%;
    height: 100vh;
	background-position:center !important;
	background-size:cover !important;
	position: absolute;
	background: rgba(0, 0, 0, 0.5);
}
.txt_sldr {
    position: absolute;
    height: 70%;
    width: 100%;
    left: auto;
    right: auto;
    top: 55%;
    bottom: 0px;
    margin: auto;
    text-align: center;
}
.txt_sldr h4{
	font-weight: bold;
	color: #ffffff;
	padding:10px 0;
	font-size:50px;
	display:inline-block;
	margin:0px;
	line-height: 55px;
	margin-bottom: 15px;
	font-family: 'PT Serif', serif;
}
.txt_sldr h4 span{
	font-weight:bold;
	color: #ffffff;
	padding:10px 0;
	font-size:25px;
	display:inline-block;
	margin:0px;
	line-height: 26px;
}
.txt_sldr p {
    color: #ffffff;
    display: inline-block;
    padding:0;
    font-size: 17px;
    font-weight: 400;
	line-height: 23px;
	margin-bottom: 25px;
}
li.active-slide .txt_sldr{
	display:block;	
}
.book-now {
    display: inline-block;
    padding: 10px 30px;
    background-color: #e2b724;
    color: #FFFFFF!important;
    border-radius: 50px;
    margin-top: 15px;
    text-transform: capitalize!important;
}
.hero-banner {
	background-size: cover;
    background-position: center;
    background-color: transparent;
}
ul{
	padding:0px;
	list-style:none;
}
a:hover{
	text-decoration:none;
}
.map iframe{
	display:block;
	height:100%;
	width:100%;
}
footer{
	background: #000000;
	color:#fff;	
	padding-top: 50px;
}

footer h3 {
    font-size: 22px;
    font-weight: bold !important;
    display: inline-block;
    border-bottom: 2px solid #d9121f;
    border-bottom-color: #ff9d02;
    padding-bottom: 15px;
    margin-bottom: 20px;
}


#back_top{
	position:fixed;
	right:5%;
	bottom:30px;
	width:40px;
	height:40px;
	background: #fd0404;
	display:none;
	cursor:pointer;
	color:#fff;
	text-align:center;
	line-height:40px;
	opacity:.6
}
#back_top:hover{
	opacity:1;
}

.top_call_box{
	background:#262829;
	border-radius: 13px;
	padding-top: 10px;
}
.top_working_box{
	background:#262829;
	border-radius: 13px;
	padding-top: 10px;
}
.top_working_box img {
    float: left;
    padding: 15px;
    height: 80px;
    margin-top: 10px;
    margin-bottom: 25px;
}
.top_working_box h1{
    font-size: 18px !important;
}
.top_call_box a{
	color:#FFF;
}
.top_call_box img {
    float: left;
    padding: 15px;
    height: 80px;
    margin-top: 10px;
    margin-bottom: 25px;
}





.about-section-box{
	padding: 100px 0px;
	background-color: #f1f1f1;
}
.about-section-box .img-fluid{
	

}
.inner-column{}
.inner-column h1{
	font-size: 35px;
	color: #950a0f;
	font-weight: 900;
	
}
.inner-column h1 span {
    color: #c00000;    
}
.inner-column h4{
	font-size: 16px;
	font-weight: 500;
}
.inner-column p{
	font-size: 15px;
}
.inner-column .btn-outline-new-white{
	color: #c42c1d;
}
.inner-column .btn-outline-new-white:hover{
	color: #ffffff;
}

.btn-outline-new-white {
    background-image: none;
    background-color: #ea2033;
    color: white !important;
    font-size: 17px;
    border: 3px solid #f9d444;
}


.footer-logo img{
	width: 200px;
    margin-bottom: 20px;
}




.qt-background{
	background: url(../images/qt-bg.jpg) no-repeat;
	background-size: cover;
	padding: 100px 0;
	background-attachment: fixed;
	background-position: center center;
	position: relative;
	text-align: center;
}
.qt-background::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: rgba(0,0,0,0.50);
}

.qt-background p {
    font-size: 20px;
    font-weight: 300;
    line-height: 35px;
    color: #ffffff;
    margin-bottom: 20px;
    text-align: center;
}

.qt-background span {
    color: #fff;
    font-size: 20px;  
	font-weight: 500;	
}

.treatment {
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
    margin: 0;
    display: inline-block;
    left: auto;
    right: auto;
    background: #d90707;
    padding: 10px 29px;
    border-radius: 5px;
    font-weight: 400;
}

.gallery-box{
	padding: 70px 0px;
	background-color: #ea2033;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.gallery-box h2{
	color: #ffffff;
    font-size: 45px;
    font-weight: bold;
}
.gallery-box p{
	color: #ffffff;
}
.tz-gallery{
	margin-top: 30px;
}
.tz-gallery .lightbox img {
    width: 100%;
    margin-bottom: 30px;
    transition: 0.2s ease-in-out;
    box-shadow: 0 2px 3px rgba(0,0,0,0.2);
}
.tz-gallery .lightbox img:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 15px rgba(0,0,0,0.3);
}









.services{
	padding-top:10px;
	padding-bottom:60px;
	background:#FFFFFF;
	text-align:center;
	
}
.services_in{
    background-color:#efeded;
	text-align:center;	
}
.services_in a{
	padding:40px 30px;	
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
}

.services_in a:hover {
    /*border:1px solid #e3e3e3;
	border-radius:7px;*/
}
.services_in a img{
	margin:auto;
	width:60%;
	margin-top: 10px;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
}
.services_in a:hover img{
	margin-top: 0;
}
.services_in a p{
	font-size:16px;
	color:#000;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
}
.services_in a:hover p{
	color:#FFF;	
}
.services h1 {
    font-size: 38px;
    font-weight: bold;
    color: #000000;
    position: relative;
    padding-bottom: 0;
    margin-bottom: 20px;
}
.services h2 {
    font-size: 18px;
    font-weight: bold;
    color: #7a7a7a;
    margin-bottom: 50px;
}

.services_section h1:after{
	content:"";
	position:absolute;
	width:50px;
	border-bottom:1px solid #237102;
	bottom:0;
	left:0;
	right:0;
	text-align:center;
	margin-left: auto;
    margin-right: auto;
}
.services a{
	display:block;
	margin-bottom:50px;
	color:#585858;
	
}
.service_green{
	background:#93db3b;
}
.service_yellow{
	background:#fcb700;
}
.service_blue{
	background:#05a9fe;
}


.bx-wrapper .bx-controls-direction a {
    margin-top: -35px;
	transition: all .3s ease-in-out;
}
.whatwedo{
	background:#e7eff1;
	text-align:center;
	padding-top:50px;
	padding-bottom:60px;
}
.whatwedo h1{
	font-size:38px;
	color:#000;
}
.whatwedo h2{
	font-size:20px;
	color:#000;
}










.special_section{
	padding-top:60px;
	padding-bottom:80px;
	background:#efeded;
}
.special_section h1 {
    font-size: 38px;
    font-weight: bold;
    color: #000000;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

.special_bx{
	position:relative;
	padding-bottom: 0px;
	background-color:#FFF;
		-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;

}
.special_bx:hover{
	-webkit-box-shadow: 0px 0px 29px 2px rgba(0,0,0,0.20);
-moz-box-shadow: 0px 0px 29px 2px rgba(0,0,0,0.20);
box-shadow: 0px 0px 29px 2px rgba(0,0,0,0.20);

}
.special_bx h4 {
    font-size: 16px;
    padding: 12px 20px;
    line-height: 26px;
}


.view_details {
    text-align: center;
    padding-top: 30px;
    display: block;
    font-size: 17px;
    color: #e52e2f;
    font-weight: bold;
}
.more_icon:hover {
    background:#58a139;
}
.more_icon:hover .fa {
    color:#FFFFFF;
}
.more_icon .fa {
    font-size:20px;
	color:#58a139;
	
}
.services_bx h4{
	padding-top:20px;
	padding-left:20px;
	font-size:20px;
	color:#333;

}
.services_bx h4 span{
	font-size:15px;
	color:#666;

}

.whoweare_section{
	background:#FFF;
	padding-top:70px;
	
}
.whoweare_section h1{
	font-size:38px;
	color:#000;
}
.whatwedo_boxout{
	margin-top:70px;
}
.whatwedo_box{
	background:#FFF;
	text-align:left;
}
.whatwedo_boxout h4{
	font-size:14px;
	text-align:left;
	padding-left:12px;
}

.whatwedo_boxout p{
	font-size:14px;
	text-align:left;
	padding-left:12px;
	padding-bottom:15px;
	color:#e62f30;
}
.location_section{
	background:#333536;
}
.locatio_in{
	
}
.locatio_in h4{
	color:#FFF;
	font-size:16px;
	line-height:22px;
	font-weight:normal;
	padding-top: 15px;
    padding-bottom: 15px;
}
.locatio_in_mid{
	border-left:1px #1a1a1a solid;
	border-right:1px #1a1a1a solid;
}

.locatio_in_mid a{
	color:#FFF;
}
.locatio_in img{
	height:40px;
	float: left;
	margin-bottom: 30px;
    margin-top: 30px;
    margin-right: 20px;
}
.successful_section h3 span{
	font-size:18px;
	color:#FFF;
	font-weight:400;
	text-transform:uppercase;
}
.successful_section .fa{
	font-size:50px;
	color:#58a139;
}
.our_partners_section{
	background:url(../images/successful_bg.jpg);
	background-position:top -100px center;
	padding-top:150px;
	padding-bottom:150px;
	text-align:center;
}
.our_partners_section h1 {
    font-size: 30px;
    font-weight: bold;
    color: #FFFFFF;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 40px;
}
.our_partners_section h1:after{
	content:"";
	position:absolute;
	width:50px;
	border-bottom:1px solid #FFFFFF;
	bottom:0;
	left:0;
	right:0;
	text-align:center;
	margin-left: auto;
    margin-right: auto;
}
.partners{
	border:2px solid #58a139;
	margin-bottom:30px;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
} 

.partners img{
	width:60%;
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.partners:hover img{
	-webkit-transform: scale(.8);
	transform: scale(.8);
}
.partners:hover{
	border:2px solid #FFFFFF;
}
.customer_reviews_section{
	padding-top:60px;
	padding-bottom:60px;
	text-align:center;
	
}
.news_inner li span{
    font-size:16px;
	font-weight:bold;
}
.news_inner p{
	padding:30px;
	line-height:24px;	text-align:center;
}
.news_inner h3{
	padding-left:30px;
	padding-top:30px;
	padding-bottom:0;
	margin-bottom:0;
}
.latest_news_section {
    background:#f1f1f1;
}

.customer_reviews_section h1 {
    font-size: 30px;
    font-weight: bold;
    color: #000000;
    padding-bottom: 20px;
    margin-bottom: auto;
}
.contact_information{
	background:#FFF;
	padding:30px 50px;
	-webkit-box-shadow: 0px 0px 29px 2px rgba(0,0,0,0.20);
-moz-box-shadow: 0px 0px 29px 2px rgba(0,0,0,0.20);
box-shadow: 0px 0px 29px 2px rgba(0,0,0,0.20);
}
.contact_information p{
	line-height:25px;
	
}


.show_map {
    display: inline-block;
    padding: 14px 45px;
    text-transform: uppercase;
    color: #999;
    border: 1px #999999 solid;
    margin-top: 10px;
	margin-bottom:25px;
	
}
.show_map:hover {
    background:#6bcd41;
	color:#FFF;
}
.footer_out{
	background:#262829;
	background-position:center;
	padding-top:70px;
	padding-bottom:0px;
}
.footer_out h2 {
    font-size: 15px;
    font-weight: bold;
    color: #FFFFFF;
    padding-bottom: 15px;
    text-transform: uppercase;
	margin-top:0;
}

.footer_out li a {
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
    color: white;
}
.follow a{
	margin-right:5px;
}
.cpy{
	text-align:left;
	border-top:1px solid #333;
	margin-top:20px;
	padding-top:20px;
	color:#ababab;
}
.cpy p a{
	text-align:right;
	display:block;
	color:#ababab;
}
.cart-in-mob{
	display:none;
}




.subscribe .input-group .form-control{
	padding-top:8px;
	padding-bottom:8px;
	height:50px;
}
.subscribe .btn {
    min-height: 50px;
    border-radius: 0 7px 7px 0;
    background: #58a139;
    color: #fff;
}

.subscribe .fa{
    color: #58a139;
}





.slide_out_inner{
	position:relative;
	text-align:center;
}

.slide_out_inner_text{
	position:absolute;
	left:20%;
	top:35%;
	margin-left: auto;
    margin-right: auto;
}
.slide_out_inner_text h2{
	font-size:35px;
	color:#FFF;
	background:rgba(88,161,57,.6);
	padding:10px 20px;
}

.fill_inner{
	width:100%;
	height:300px;
	background-position:top -40px center !important;
	background-size:cover !important;
	background-repeat:no-repeat;
}

.inner_slider{
	margin-bottom:0;
}
.inner_section_01{
	padding-top:80px;
	padding-bottom:60px;
}
.inner_section_01 h1 {
    font-size: 30px;
    font-weight: bold;
    color: #666;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d6d6d6;
	margin-top: 0;
}
.inner_section_01 h1 span {
    color:#d41321;
}
/*.inner_section_01 h1:after {
    content: "";
    position: absolute;
    width: 100%;
    border-bottom: 1px solid #237102;
    bottom: 0;
    left: 15px;
    right: 15px;
}*/
.progress-bar {
    color: #fff;
    background-color: #d41321;
	padding-left: 10px;
	font-size:10px;
	text-align: left;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
.mb-4, .my-4 {
    margin-bottom: 30px !important;
}
.card-header {
    padding:12px;
	margin-top:0;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 25px;
}
.card-footer {
    padding: 12px;
    background-color: rgba(0,0,0,.03);
    border-top: 1px solid rgba(0,0,0,.125);
}
.btn-primary {
    color: #fff;
    background-color: #d41321;
    border: 0;
}

.inner_section_01 p{
	line-height:24px;
}
.inner_section_01 p strong{
	font-size:18px;
}
.inner_section_02{
	margin-bottom:50px;
}
.abt_mob{
	display:none;
	
}
.inner_section_03{
	background: #f1f1f1;
	padding-top:50px;
}
.inner_section_04{
	background: #FFFFFF;
	padding-top:0;
}

.inner_section_01 h3{
	font-size:20px;
	color:#333;
	text-transform:uppercase;
	font-weight:bold;
	margin-bottom:30px;
}


.inner_section_01 p span{
	background:#CCC;
	border-radius:4px;
	padding:6px 15px;
	display:inline-block;
	margin-bottom:22px;
}
.water_ser{
	text-align:center;
	padding-left: 30px;
    padding-right: 30px;
	padding-bottom:50px;
	
}



.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom:-40px !important;
	display: none;
}
.mobile_icon_nav{
	display:none;
}
.contact_information a{
	color:#333;
}
.btm_logo img{
	width:90%;
}


.photo-gallery {
  color:#313437;
  background-color:#fff;
}

.photo-gallery p {
  color:#7d8285;
}

.photo-gallery h2 {
  font-weight:bold;
  margin-bottom:40px;
  padding-top:40px;
  color:inherit;
}
.mobile-float {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    z-index: 11;
    display: none;
}
.column {
    float: left;
    width: 100%;
    text-align: center;
}
.column img {
    padding-top: 10px;
    padding-bottom: 5px;
}
.column p {
    margin-bottom: 5px;
    color: white;
    font-size: 15px;
    padding: 20px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}
.mobile-float-in {
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}
.column p a {
    color: white;
}






















@media (max-width:767px) {
	
.qt-background {
    background-position: left;
}	
.qt-background p {
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
}	
	
.about-section-box {
    padding: 60px 0px;
}	
  .photo-gallery h2 {
    margin-bottom:25px;
    padding-top:25px;
    font-size:24px;
  }
}

.photo-gallery .intro {
  font-size:16px;
  max-width:500px;
  margin:0 auto 40px;
}

.photo-gallery .intro p {
  margin-bottom:0;
}

.photo-gallery .photos {
  padding-bottom:20px;
}

.photo-gallery .item {
  padding-bottom:30px;
}







@media only screen and (max-width: 767px){
.footer-logo img{
	width: 170px;
    margin-bottom: 20px;
    margin-top: 20px;
}	
.header_area {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 99;
    transition: background 0.4s, all 0.3s linear;
}	
	
.header_area .navbar-brand {
    width: 200px;
    margin-top: 0px;
}	
.bx-wrapper .bx-prev {
    left: 40%;
}
.bx-wrapper .bx-next {
    right: 38%;
}
.header_area .navbar {
    
}
.fill {
    margin-left: auto;
    margin-right: auto;
    height: 500px;
}
.navbar-default {
    background: #ffffff;
    border-bottom:1px solid #CCC;
}
.navbar-default .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;

}
.navbar-brand {
    padding: 4px 7px;

}
.navbar-brand>img {
    padding-left: 10px;
}
.navbar-brand {
	padding:0;
}
.mobile_icon_nav a span img{
	border: 0 !important;
    width: 40px;
    margin-top: 6px;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #666;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #333;
    background-color: #FFF;
}
.navbar-nav .open .dropdown-menu>li>a {
    line-height: 24px;
}
.navbar-default .navbar-nav>li>a:hover {
    color: #333;
}

.header_area .navbar .nav .nav-item {
    margin-top: 0;
}
.header_area .navbar .nav-right {
    min-width: 260px;
     margin-top: 0; 
}
.line {
    border-right: 0;
}
.slide_out {
    margin-top: 16px;
}
.txt_sldr {
    position: absolute;
    height: 41%;
    width: 96%;
    left: 0px;
    right: 0px;
    top: 0;
    bottom: 0px;
    margin: auto;
    text-align: center;
    display: none;
	margin-top: 50%;
}
.txt_sldr h4 {
    font-weight: bold;
    padding: 10px 0;
    font-size: 26px;
    display: inline-block;
    margin: 0px;
    line-height: 30px;
	text-shadow:none;
}

.txt_sldr p {
    color: #ffffff;
    display: inline-block;
    padding: 0px 0;
    font-size: 12px;
    margin-top: 0;
    font-weight: 700;
	text-shadow:none;
	font-family:inherit;
	width: 95%;
}
.txt_sldr h4 span {
    font-size: 16px;
    line-height: 5px;
	color: #f94a4a;
}
.font-size{
	font-size:16px !important;
}
.about-area:before{
	display:none;
}
.about_us_section {
    padding-top: 51px;
    padding-bottom: 60px;
}
.read_more_01 {
    margin-top: 7px;
    margin-bottom: 30px;
}
.top_call_box img {
    margin-bottom: 0px;
	margin-top:0;
}
.top_call_box h1 {
	margin-top:10px;
}
.about_image:after {
    background: none;
}
.design-in:before {
    top: 10%;
    left: 48%;
	opacity: .5;
}


.services_section {
    padding-top: 50px;
    padding-bottom: 50px;
}
.services_in a p {
    font-size: 15px;
}
.whatwedo_box {
    margin-bottom: 30px;
}
.locatio_in_mid {
    border-top: 1px #1a1a1a solid;
    border-bottom: 1px #1a1a1a solid;
}
.special_bx {
    margin-bottom: 30px;
}
.whatwedo {
    padding-top: 40px;
    padding-bottom: 40px;
}
.whatwedo_boxout {
    margin-top: 40px;
}
.whoweare img{
	width:100%;
}
.special_section {
    padding-top: 40px;
    padding-bottom: 40px;
}
.view_details {
    padding-top: 15px;
}
.services_section hr{
	    border: 0;
	
}
.successful_section {
    padding-top: 50px;
    padding-bottom: 50px;

}
.successful_section .fa {
    font-size: 30px;
}
.successful_section h3 {
    font-size: 26px;
    margin-bottom: 50px;
    margin-top: 10px;
}
.successful_section h3 span {
    font-size: 14px;
}
.latest_news_section {
    padding-top: 50px;
    padding-bottom: 50px;
}
.news_inner {
    margin-bottom: 45px;
}
.footer_out {
    padding-top: 50px;
    padding-bottom: 50px;
}
.footer_out img{
    margin-bottom:30px;
}
.btm_logo img {
    width: 30%;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    width: 100%;
}
.services_bx {
    margin-bottom:45px;
}
.project_section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.head_in p span {
    display:none;
}

.abt_mob{
	display:block;
}

.abt_pc{
	display:none;
}

.fill_inner{
	height:200px;
}
.inner_section_01 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.head_in {
    padding: 0;
}
.head_in p a {
    color: #FFFFFF;
    margin-left: 10px;
    margin-right: 15px;
    background: #58a139;
    padding: 5px;
    text-align: center;
    width: 30px;
    display: inline-block;
	border-radius:4px;
}
.head_in p .fa {
    margin-right: 0;
    font-size: 16px;
}
.mobile_icon_nav{
	position:absolute;
	right:75px;
	top:8px;
	display:inline-block;
}
.fill_inner {
    height: 250px;
    background-position: top 0px center !important;
}
.mobile_icon_nav a{
	color: #4c4c4c;
    margin-left: 15px;
	font-size:18px;
	/*border:1px solid #58a139;
    padding: 5px;
    text-align: center;
    width: 33px;
    height: 34px;
    display: inline-block;
	border-radius:4px;*/
}
.pc_icon_nav{
	display:none;
}
.navbar-fixed-top {
    top: 0;

}
.navbar-default .navbar-nav>li>a{
	padding-left:20px;
	color:#333;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    display: inherit;
}
.our_partners_section{
	padding-top:60px;
	padding-bottom:60px;

}
h1{
	font-size:24px !important;
}
.cpy p a {
    text-align: left;
}
.offset-2 {
    margin-left: 0!important;
}
.our-product .nav-tabs .nav-link {
    margin: 0 4px;
	padding: .5rem 10px;
	font-size: 13px;
	margin-bottom: 10px;
}
.vendors-out {
    background: #ffffff;
}
.vendors a {
    padding: 23px 20px;
}
.our-product-section-out:after{
	display:none;
}
.hero-banner {

}
.bx-wrapper {
    margin: 0;
}
.mobile-float {
    display: inherit;
}
.header_area.navbar_fixed .main_menu .navbar {
    
}
.about-area {
    padding-top: 50px;
}
.about-sec {
    margin-bottom: 40px;
}
.abt-box-03 {
    margin-top: 20px;
}
.abt-box-01 {
    margin-bottom: 40px;
}
.our-product-section-out:before {
	display:none;
}
.vendors-out {
    padding-bottom: 50px;
}
.cart-in-mob{
	display:inherit;
	position:relative;
}
.cart-botton-mob{
	position:absolute;
	border-radius: 90px;
	width:16px;
	height:16px;
	background:#0CF;
	color:#FFF;
	border:0;
	font-size:9px;
	left: 14px;
    bottom: 10px;
}
.top_bar {
	display:inherit;
}
.my-style-nav-right{
	padding-top:0 !important;
	padding-bottom:0 !important;
}
.cart-in {
    padding-right: 25px;
}
.top_bar p {
    margin-top: 6px;
}
.our-product .col{
	flex-basis: inherit !important;
}
.nav-desktop .shop-now{
	margin-top: 10px;
    margin-bottom: 10px;
    float: left;
    margin-left: 10px;
}

.inner-column h1 {
    margin-top: 30px;
}

.header_area .navbar {
  background: transparent;

	}













}






































@media (max-width: 767px) {
.logo-center{
	display:none;
}
}