/* Brow wow - A Threading Salon-  HTML Template */

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header
5. Main Slider
6. About Us
7. Services Section
8. Service Detail
9. Testimonial Section
10. Pricing Section 
10. Appointment Page Section
11. Contact Page Section
12. Main Footer

**********************************************/


@import url('https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css2?family=Alex+Brush&display=swap');

/*** 

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

 ***/
 
* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}

/*** 

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

 ***/

body {
	font-size:15px;
	color:#777777;
	line-height:1.8em;
	font-weight:400;
	background:#ffffff;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center top;
	-webkit-font-smoothing: antialiased;
	font-family: 'Montserrat', sans-serif;
}

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

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

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-weight:700;
	margin:0px;
	background:none;
	line-height:1.6em;
}

textarea{
	overflow:hidden;
}

p{
	position:relative;
	line-height:30px;	
	font-size: 14px;
	margin: 0;
	color: #666666;
	font-weight: 400;
}

::-webkit-input-placeholder{color: inherit;}
::-moz-input-placeholder{color: inherit;}
::-ms-input-placeholder{color: inherit;}

/*.auto-container{
	position:static;
	max-width:1200px;
	padding:0px 15px;
	margin:0 auto;
}*/

.page-wrapper{
	margin:0 auto;
	width:100%;
	min-width:300px;
}

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

/*List Style One*/

.list-style-one{
	position:relative;
}

.list-style-one li{
	position:relative;
	font-size:14px;
	line-height: 22px;
	font-weight:400;
	padding-left:40px;
	color:#666666;
	margin-bottom: 20px;
}

.list-style-one li:before{
	position:absolute;
	content:'\f00c';
	left:0px;
	top:0px;
	color:#fb383b;
	font-size:15px;
	font-weight: 900;
	line-height: 22px;
	font-family: 'FontAwesome';
}

/*List Style Two*/

.list-style-two{
	position:relative;
}

.list-style-two li{
	position:relative;
	font-size:16px;
	font-weight:400;
	padding-left:70px;
	margin-bottom:40px;
	color:#777777;
}

.list-style-two li .icon{
	position:absolute;
	left:0px;
	top:3px;
	width:40px;
	color:#fb383b;
	font-size:42px;
	line-height:1em;
	text-align:center;
}

.list-style-two li strong{
	font-size:20px;
	color:#36404b;
	font-weight:700;
	display:block;
}

.theme-btn{
	display:inline-block;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease ;
}

/*Btn Style Two*/

.btn-style{
	position:relative;
	font-size:15px;
	color:#ffffff;
	padding:9px 25px;
	line-height:20px;
	font-weight:500;
	background-color: #222222;
	cursor: pointer;
	border-radius:.25rem;
}

.btn-style i{
	position: absolute;
	right: -50px;
	top: 0;
	height: 38px;
	width: 50px;
	text-align: center;
	line-height: 40px;
	color: #ffffff;
	font-size: 15px;
	background-color: #fb383b;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease ;
	border-top-right-radius:.25rem;
	border-bottom-right-radius:.25rem;
}

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

.btn-style:hover i{
	background-color: #222222;
	color: #ffffff;
}


.theme_color{
	color:#fb383b;	
}

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

#bg-gray{
	background-color: #f1f1f1
}



/*** 

====================================================================
	Section Title
====================================================================

***/

.sec-title{
	position: relative;
	margin-bottom: 50px;
}

.sec-title .title{
	display: block;
	font-size: 30px;
	line-height: 1.2em;
	color: #fb383b;
	font-weight: 500;
	margin-bottom:10px;
	font-family: 'Alex Brush', cursive;
}

.sec-title h2{
	position: relative;
	display: block;
	font-size: 36px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 600;
}

.sec-title p{
	display: block;
	font-size:16px;
	line-height: 30px;
	color: #666666;
	font-weight: 400;
	margin-top: 30px;
}

.separator{
	position: relative;
	display: inline-block;
	font-size: 32px;
	line-height: 40px;
	height: 40px;
	width: 50px;
	color: #fb383b;
	margin:20px 65px 0;
}

.separator span{
	position: relative;
	display: block;
	text-align: center;
}

.separator:before{
	position: absolute;
	right: 100%;
	top: 18px;
	content: "";
	height: 0;
	width: 0;
	border-top: 1px solid #fb383b;
	border-bottom: 1px solid #fb383b;
	border-right: 65px solid #fb383b;
}

.separator:after{
	position: absolute;
	left: 100%;
	top: 18px;
	content: "";
	height: 0;
	width: 0;
	border-top: 1px solid #fb383b;
	border-bottom: 1px solid #fb383b;
	border-left: 65px solid #fb383b;
}

.sec-title.light .title{
	color: #888888;
}

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

.sec-title.light .separator:after,
.sec-title.light .separator:before{
	background-color: #787878;
	border-color: #787878;
}

/*** 

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

***/

.page-title{
	width: 100%;
    height: 200px;
    font-weight: 500;
    background: center center no-repeat;
    background-size: cover;
    text-align: center;
    margin: 0;
    position:relative;
}

.page-title:before{
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	position:absolute;
	/*background-color:rgba(0, 0, 0, 0.7);*/
}

.page-title .inner-container{
	position: relative;
	padding:50px 0px 50px;
}

.page-title h1{
	position:relative;
	text-align: center;
	font-size:30px;
	color:#ffffff;
	line-height: 50px;
	font-weight: 500;
}

.page-title .bread-crumb {
	position: relative;
	text-align: center;
}

.page-title .bread-crumb li{
	position: relative;
	font-size: 15px;
	line-height: 45px;
	color: #ffffff;
	font-weight: 400;
	cursor: default;
	padding-right:  8px;
	margin-right: 5px;
	display: inline-block;
}

.page-title .bread-crumb li:before{
	position: absolute;
	right: -1px;
	top: 13px;
	height: 19px;
	width: 2px;
	content: "";
}

.page-title .bread-crumb li:last-child{
	padding-right: 0;
	margin-right: 0;
}

.page-title .bread-crumb li:last-child:before{
	display: none;
}

.page-title .bread-crumb li a{
	color:#fb383b;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.page-title .bread-crumb li a:hover{
	color:#ffffff;	
}


/*** 

====================================================================
			Main Header
====================================================================

***/
.sticky-top {
    z-index: 1;
     position: -webkit-sticky;
    position: sticky;
    top: 0px;
}
.sticky-side{

     position: -webkit-sticky;
    position: sticky;
    top: 100px;
}
.navbar{
	background: #fff;
	box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}
.navbar-brand  span{
	color: #fed136;
	font-size:25px;
	font-weight:700;
	letter-spacing:0.1em;
}
.navbar-brand {
	color: #fff;
	font-size:25px;
	font-weight:700;
	letter-spacing:0.1em;
}

.navbar-nav .nav-item .nav-link{
	padding:15px 15px 0px 0px
  
}
.navbar-nav .nav-item .nav-link:hover{
	color:#fb383b;
}

 .shrink {
    background-color: #fff;
    color: #222
}
.btn-book{
	position:relative;
	color:#ffffff;
	padding:9px 25px;
	background-color: #222;
	font-size: 15px;
	margin-top: 4px;
	line-height:20px;
}
.btn-book:hover{
	background: #fb383b;
	color: #fff
}
/* mobile view */
@media (max-width:500px)
{
	.navbar-nav{
		background-color:#fff;
		border-top:3px solid #fb383b;
		z-index:1;
		margin-top:5px;
		}
	.navbar-nav .nav-item .nav-link{
	padding: 0.7em 1em!important;
	font-size: 100%;
    font-weight: 500;
    color: #222
    }
    .text-box{
    	display: none;
    }
    .carousel::after, .carousel::before{
    	display: none;
    }
	
}


@media (max-width:768px){
	.navbar-nav {
		padding: 0.7em 1em!important;
		font-size: 100%;
	    font-weight: 500;
	    color: #222
    }
    .text-box{
    	display: none;
    }
    .carousel::after, .carousel::before{
    	display: none;
    }
	
}
@media (max-width:1080px){
	.navbar-nav {
		padding: 0.7em 1em!important;
		font-size: 100%;
	    font-weight: 500;
	    color: #222
    }
    .text-box{
    	
    }
    .carousel::before{
    	display: none;
    }
	
}
 
/*** 

====================================================================
	Main Slider
====================================================================

***/

.text-primary {
    color: #fff !important;
}
.text-box {
	position: absolute;
	top: 50%;
	left: 15%;
	right: 15%;
	color: #fff;
	transform: translateY(-50%);
	  z-index: 1
}
.text-box p{
	font-size: 16px;
	color:#FFF;
}
.carousel-overlay{
	content: "";
	  position: absolute;
	  left: 0; 
	  right: 0;
	  top: 0; 
	  bottom: 0;
	  background: rgba(0,0,0,.1);
}
/*#slider-animation::after {*/
/*    background: #fb383b none repeat scroll 0 0;*/
/*    content: "";*/
/*    height: 100%;*/
/*    right: -334px;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    transform: skewX(-35deg);*/
/*    width: 318px;*/
/*}*/
/*#slider-animation::before {*/
/*    background: #000 none repeat scroll 0 0;*/
/*    content: "";*/
/*    height: 100%;*/
/*    left: -334px;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    transform: skewX(-35deg);*/
/*    width: 400px;*/
/*    z-index: 50;*/
/*}*/


/*** 

====================================================================
	About Us
====================================================================

***/

.about-us{
	position: relative;
	padding: 80px 0 80px;
}

.about-us .left-image{
	position: absolute;
	left: 0;
	bottom: 30px;
	height: auto;
	width: auto;
}

.about-us .content-column{
	position: relative;
	margin-bottom: 40px;
}

.about-us .content-column .inner-column{
	position: relative;
	padding-top: 50px;
}
.about-us .column img{
    width:100%;
}
.about-us .title{
	position: relative;
	display: inline-block;
	font-size: 30px;
	font-weight: 500;
    font-family: 'Alex Brush', cursive;
	margin-bottom: 15px;
}

.about-us h2{
	position: relative;
	font-size: 36px;
	color: #222222;
	font-weight: 700;
	line-height: 1.2em;
	margin-bottom: 30px;
}

.about-us p{
	font-size: 14px;
	line-height: 30px;
	color: #666666;
	font-weight: 500;
	margin-bottom:30px;
}

.about-us .image-column .inner-column{
	margin-left: -30px;
	margin-right: -110px;
}

.about-us .feature-list{
	position: relative;
}

.about-us .feature-list li{
	position: relative;
	padding-left: 30px;
	font-size: 14px;
	line-height: 26px;
	font-weight: 500;
	margin-bottom: 10px;
	float: left;
	width: 50%;
	color: #666666;
}

.about-us .feature-list li:before{
	position: absolute;
	left: 0;
	top: 0;
	font-size: 14px;
	line-height: 26px;
	color: #fb383b;
	content: "\f06c";
	font-family: "FontAwesome";
}

.about-us .feature-list li a{
	font-weight: 500;
	color: #666666;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.about-us .feature-list li a:hover{
	color: #fb383b;
}

.about-us .content-column .inner-column .theme-btn{
	margin-top: 20px;
}

/*** 

====================================================================
				Services Section
====================================================================

***/


.services-section{
	padding: 80px 0 80px;
    /*background-image: url(../img/image-1.jpg) !important;*/
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
}
/*.services-section:before {
  content: "";
  position: absolute;
  left: 0; right: 0;
  top: 0; bottom: 0;
  background: rgba(0,0,0,.8);
}*/
/*.services-section .sec-title .title{
	color: #fff;
}
.services-section .sec-title h2 {
	color: #fff;
}
.services-section .sec-title p {
	color: #fff;
}
.inner-box:hover .icon-box .icon{
	color: #fb383b;
}*/
.inner-box:hover .icon-box{
	border: 1px solid #fb383b;
	position: relative;
	height: 66px;
	width: 66px;
	text-align: center;
	line-height: 60px;
	background-color: #ffffff;
	overflow: hidden;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;

	opacity: 1;
	visibility: visible;
	color:#fb383b;
	cursor:pointer;
}
.inner-box:hover .theme-btn{
     color: #ffffff;
    background: #fb383b;
}

.inner-box:hover{
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}

.inner-box:last-child{
	border-right: 0;
}

.inner-box{
	 background-color: #ffffff;
    position: relative;
    margin-bottom: 30px;
   	cursor:pointer;
    padding: 30px;


}
.inner-box .theme-btn{
    text-align:center;
}
.inner-box .theme-btn{
	position:relative;
	font-size:15px;
	color:#fff;
	padding:9px 25px;
	line-height:20px;
	font-weight:500;
background-color:#222;
	border-radius: .25rem;
}
.inner-box .theme-btn:hover {
   
}
.inner-box .icon-box{
    height: 66px;
    line-height: 60px;
    width: 66px;
    position: relative;
    background: #000;
    margin-bottom: 30px;
    font-size: 40px;
    color: #fff;
    transition: 0.5s;
    border-width: 2px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    text-align:center;

}

.inner-box .icon-box .icon{
	position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
}

.inner-box h3{
	display: block;
	font-size: 16px;
	line-height: 26px;
	color: #222222;
	font-weight: 600;
	margin-bottom: 15px;
	 text-align: center;
}

.inner-box h3 a{
	color:  #222222;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}	
.inner-box h3 a:hover{
	color: #fb383b
}
.inner-box .text{
	display: block;
	color: #666666;
	font-weight: 400;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
		text-align:justify
}
/*** 

====================================================================
			Service Detail
====================================================================

***/

.service-detail-section{
	position: relative;
	padding: 80px 0 80px;
}

.service-detail{
	position: relative;
}

.service-detail .image-box{
	position: relative;
	margin-bottom: 45px;
}


.service-detail .lower-content{
	position: relative;
}

.service-detail h2{
	position: relative;
	font-size: 30px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 600;
	margin-bottom: 35px;
}

.service-detail h3{
	position: relative;
	font-size: 24px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 600;
	margin-bottom: 30px;
}

.service-detail p{
	position: relative;
	font-size: 14px;
	line-height: 30px;
	color: #666666;
	font-weight: 400;
	margin-bottom: 30px;
	text-align:justify
}

/*Services Category*/
.sidebar{
    /*z-index:-1;*/
}
.service-sidebar .categories{
	margin-bottom: 50px;
}
.service-cat-list{
	position:relative;
	background-color:#fff;
}

.service-cat-list li{
	position:relative;
}

.service-cat-list li a{
	position:relative;
	font-size:15px;
	line-height: 30px;
	font-weight:400;
	color:#666666;
	padding:15px 15px 15px 25px;
	display:block;
	background-color:#f1f1f1;
	border:1px solid #ddd;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}
.service-cat-list li a:before{
	position:absolute;
	content:'\f101';
	left: 25px;
	font-size: 18px;
	color: #333333;
	font-family: 'FontAwesome';
	line-height: 30px;
	opacity: 0;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.service-cat-list li a:hover:before,
.service-cat-list li.active a::before{
	color: #fb383b;
	visibility: visible;
	opacity: 1;
}

.service-cat-list li a{
	padding-left: 45px;
	/*text-transform: uppercase;*/
}


/*** 

====================================================================
				Testimonial Section
====================================================================

***/

.testimonial-section{
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 80px 0 80px;
	background-image: url(../img/background/bg-img.jpg);

}
/*.testimonial-section .right-image{
	position: absolute;
	right: -30px;
	bottom: -40px;
}*/
.client-img {
    width: 100px;
    height: 100px;
    overflow: hidden;
    /*border: 1px solid #fb383b;*/
    margin: 0px auto 20px;
    /*padding: 5px;*/
    border-radius: 100%;
}
.carousel-content {
    padding: 50px 0px;
}
.carousel-content h3 span {
    font-size: 17px;
    font-weight: normal;
    color: #e8e8e8;
    text-transform: uppercase;
}
.client-img img {
    width: 100%;
}
#testimonialCarousel h3{
	text-align: center;
	font-size: 15px;
	font-size: 30px;
	color: #fb383b;
	font-weight: 600;
	font-family: 'Alex Brush', cursive;
}
#testimonial {
    text-align: center;
    padding: 40px 0px;
    color: #fff;
}
#testimonial .carousel-control-prev,
#testimonial .carousel-control-next {
    font-size: 36px;
}
#testimonial h2 {
    font-size: 40px;
    font-style: italic;
    border-bottom: 1px solid #7fbdff;
    padding-bottom: 20px;
    display: inline-block;
}
#testimonialCarousel .carousel-indicators li {
	background: #ccc
}
#testimonialCarousel .carousel-indicators .active{
	background: red
}
#testimonialCarousel .text{
	position: relative;
	font-size: 14px;
	line-height: 30px;
	color: #666666;
	font-weight: 400;
	padding:40px 0 20px;
}

#testimonialCarousel .text:after,
#testimonialCarousel .text:before{
	position: absolute;
	left: 0;
	top: 0;
	font-size: 14px;
	line-height: 20px;
	color: #fb383b;
	font-weight: 400;
	content: "\f10d";
	font-family: "FontAwesome";
}

#testimonialCarousel .text:after{
	right: 0;
	bottom: 0;
	left: auto;
	top: auto;
	content: "\f10e";
}

.special-offer{
    	position: relative;
	padding: 120px 0 80px;
}
.special-offer-content{
    padding:30px
}

.special-table-rate-list li{
	position: relative;
	padding-left: 15px;
	font-size: 15px;
	line-height: 26px;
	margin-bottom: 10px;
	float: left;
	width: 50%;
}
.special-table-rate-list li span{
    font-weight:600;
    color:#fb383b;
    font-size:15px;
    padding-left:5px;
}
.special-table-rate-list li:before{
	position: absolute;
	left: 0;
	top: 0;
	font-size: 10px;
	line-height: 26px;
	content: "\f111";
	font-family: "FontAwesome";
	color:#222222;
}
.special-offer h3{
    color:#222222;
}

/***

======================================================================
				Appointment Page Section
======================================================================

****/
.appointment-section{
    padding:80px 0 0px
}
.apppointment-page{
	position: relative;
	padding:80px 0 90px;
}

.appointment-form{
	position: relative;
}

.appointment-form .title{
	position: relative;
	margin-bottom: 45px;
}

.appointment-form h2{
	display: block;
	font-size: 30px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 700;
	text-transform: uppercase;
}

.appointment-form .form-group{
	position: relative;
	margin-bottom: 30px;
}


.appointment-form input[type="text"],
.appointment-form input[type="email"],
.appointment-form input[type="password"],
.appointment-form input[type="tel"],
.appointment-form input[type="date"],
.appointment-form select,
.appointment-form textarea{
	position: relative;
	display: block;
	width: 100%;
	height: 50px;
	font-size: 13px;
	line-height: 30px;
	color: #999999;
	font-weight: 500;
	padding: 14px 15px;
	letter-spacing: .5px;
	border: 1px solid #e1e1e1;
	background-color: transparent;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	border-radius: 0px;
}

.appointment-form textarea{
	height: 250px;
	resize: none;
}

.appointment-form input:focus,
.appointment-form select:focus,
.appointment-form textarea:focus{
	border-color: #fb383b;
}

.appointment-form input[type="submit"],
.appointment-form button{
	font-size: 14px;
	padding: 9px 25px;
}
/***

==================================================================
				Contact Page Section
==================================================================

***/

.contact-page-section{
	position: relative;
}

.contact-page-section .form-section{
	padding: 80px 0 80px;
}

.contact-form-two .title{
	position: relative;
	display: block;
	font-size: 30px;
	line-height: 1em;
	color: #fb383b;
	font-weight: 500;
	margin-bottom: 20px;
	font-family: 'Alex Brush', cursive;
}

.contact-form-two h3{
	display: block;
	font-size: 36px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 700;
	margin-bottom: 30px;
}

.contact-form-two .text{
	display: block;
	font-size: 14px;
	line-height: 30px;
	color: #666666;
	font-weight: 400;
	margin-bottom: 40px;
}

.contact-page-section .form-section{
	position: relative;
	/*padding-top: 120px;*/
}

.contact-form-two{
 	position: relative;

}

.contact-form-two .form-group{
	position:relative;
	margin-bottom:30px;	
}

.contact-form-two .form-group:last-child{
	margin-bottom: 0;
}

.contact-form-two .form-group input[type="text"],
.contact-form-two .form-group input[type="email"],
.contact-form-two .form-group input[type="tel"],
.contact-form-two .form-group input[type="url"],
.contact-form-two .form-group textarea,
.contact-form-two .form-group select{
	position: relative;
    display: block;
    width: 100%;
    font-size: 13px;
    line-height: 28px;
    color: #999999;
    font-weight: 500;
    height: 50px;
    padding: 10px 15px;
    letter-spacing: .5px;
    background-color: transparent;
    border: 1px solid #dddddd;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-form-two ::-webkit-input-placeholder{color: #999999;;}

.contact-form-two ::-moz-input-placeholder{color: #999999;;}

.contact-form-two ::-ms-input-placeholder{color: #999999;;}

.contact-form-two .form-group input:focus,
.contact-form-two .form-group select:focus,
.contact-form-two .form-group textarea:focus{
	border-color:#7fa700;
}

.contact-form-two .form-group textarea{
	height: 200px;
	margin-bottom: 20px;
	resize: none;
}

.contact-form-two .form-group label.error{
	color:#ff0000;
	line-height:20px;
	padding-top:5px;
	font-weight:500;
	font-size:14px;
	display:block;
	text-transform:capitalize;	
}

.contact-page-section .map-canvas{
	height:500px;
}

.contact-page-section .contact-column .inner-column{
	padding-top: 45px;
}

.contact-page-section .contact-column .title{
	display: block;
	font-size: 36px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 700;
	margin-bottom: 35px;
}

.contact-page-section .contact-column .text{
	font-size: 14px;
	line-height: 24px;
	color: #666666;
	font-weight: 600;
	margin-bottom: 40px;
}

.contact-page-section .contact-info {
	position: relative;
}

.contact-page-section .contact-info li{
	position: relative;
	font-size: 14px;
	line-height: 24px;
	color: #333333;
	font-weight: 600;
	padding-left: 70px;
	margin-bottom: 30px;
	min-height: 50px;
}
.icon-box i {
  display: inline-block;
  font-size: 30px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.icon-box.left {
  text-align: left;
}
.icon-box.left a {
  margin-right: 30px;
  padding: 0;
}
.icon-box.left .fa:hover {
  color: #fb383b
}
.bg-deep {
    background-color: #f1f1f1 !important;
}
.p-30{
	    padding: 30px !important;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.contact-page-section .contact-info li .icon{
	position: absolute;
	left: 0;
	top: 0;
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 48px;
	border:1px solid #fb383b;
	color: #fb383b;
	font-size: 20px;
	border-radius: 50%;
}

.contact-page-section .contact-info li strong{
	display: block;
	font-size: 18px;
	line-height: 24px;
	color: #222222;
	font-weight: 600;
}

.contact-page-section .contact-info li p{
	font-size: 14px;
	line-height: 24px;
	color: #666666;
	font-weight: 500;
}

.contact-page-section .contact-info li p a{
	color: #666666;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.contact-page-section .contact-info li a:hover{
	/*color: #fb383b;*/
}

.contact-page-section .contact-info .social-links{
	position: relative;
}

.contact-page-section .social-links h5{
	display: block;
	font-size: 18px;
	line-height: 30px;
	color: #222222;
	font-weight: 600;
}

.social-icon-one {
	position: relative;
	display: inline-block;
}

.contact-page-section .map-section{
	padding-bottom: 80px;
}
.contact-page-section .map-section iframe{
width:100%;
}
/***

==================================================================
				Main Footer
==================================================================

***/

.main-footer{
	position:relative;
	background-repeat:no-repeat;
	background-position:center center;
	background-size: cover;
	background: #282828
}

.main-footer .widgets-section{
	position:relative;
	padding: 110px 0 60px;
}

.main-footer .footer-column{
	position:relative;
}

.main-footer .footer-widget{
	position:relative;
	margin-bottom:30px;		
}

.main-footer .footer-column .widget-title{
	position: relative;
	font-size:14px;
	line-height: 1.2em;
	color:#fff;
	font-weight:600;
	margin-bottom:30px;
	padding-bottom: 15px;
	text-transform: uppercase;
}

.main-footer .footer-column .widget-title:before{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	width: 60px;
	background-color: #fb383b;
	content: "";
	display: inline-block;
}
	

.main-footer .footer-logo{
	position:relative;	
	margin-bottom: 40px;
}

.main-footer .footer-logo img{
	display:block;
	max-width:100%;	
}

.main-footer .about-widget p{
	position: relative;
	font-size: 14px;
	line-height: 1.8;
	color: #fff;
	font-weight: 400;
	margin-bottom: 35px;
}

.main-footer .about-widget .social-links{
	position: relative;
}

.main-footer .about-widget .social-links span{
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #969595;
	font-weight: 600;
}

.main-footer .about-widget .social-icon-one{
	position: relative;
	display: inline-block;

}

.social-icon-one li{
	position: relative;
	display: inline-block;
	margin-left: 5px;
}

.social-icon-one li a{
	position: relative;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	display: inline-block;
    width: 25px;
    height: 25px;
    font-size: 12px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    background: #4e4e4e;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.contact-list .opening-time{
    margin-top:5px;
    background-color:#fb383b;
    padding:15px;
    border-radius:5px;
    color:#FFF;
}
.social-icon-one li a:hover{
	color: #fb383b;
}

/*=== links Widget ===*/



.main-footer .links-widget .list li{
	position:relative;
	display: block;
	padding-left: 25px;
	margin-bottom: 10px;
}

.main-footer .links-widget .list li:before{
	position: absolute;
	left: 0;
	top: 0;
	font-size: 14px;
	color: #fb383b;
	font-weight: 400;
    content: "\f105";
    font-family: "FontAwesome";
}

.main-footer .links-widget .list li a{
	position:relative;
	display: inline-block;
	font-size: 14px;
	line-height:1.8;
	color:#fff;
	font-weight: 500;
	text-transform:capitalize;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.main-footer .links-widget .list li a:hover{
	color:#fb383b;
}

/*=== Contact Widget ===*/

.contact-widget{
	position: relative;
}

.main-footer .contact-list li{
	position: relative;
	font-size: 14px;
	line-height:1.8;
	color:#fff;
	font-weight: 400;
	/*text-transform:capitalize;*/
}

.main-footer .contact-list li a{
	color:#fff;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.main-footer .contact-list li a:hover{
	color: #fb383b;
}

/*=== Footer Bottom ===*/

.main-footer .footer-bottom{
	position:relative;
	background-color: #1c1c1c;
}

.main-footer .footer-bottom .copyright-text{
	position: relative;
	padding:30px 0px;
}

.main-footer .footer-bottom p{
	position: relative;
	font-size:14px;
	line-height: 20px;
	color: #fff;
	font-weight: 500;
}

.main-footer .footer-bottom p a{
	color: #fff;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

/*
.main-footer .footer-bottom .link-box{
	float: right;
}*/

.main-footer .footer-bottom .link-box a{
	font-size: 14px;
	color: #fff;
	text-decoration: none;

}

.main-footer .footer-bottom .link-box a:hover{
	text-decoration: none;
	color:#fb383b;
}
