@charset "UTF-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700%7CRaleway:400,500,300,600%7CTangerine:400,700%7CRoboto);

body { 
    font-family: 'Roboto', sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;	
    cursor:default;
    color: #333;
    font-size: 14px;
    line-height: 24px;
    background-color: #fff;
    font-weight: 400;
	
}
p {
    line-height: 24px;
    margin-bottom: 10px;
    font-size: 17px;
    
}
h5{ font-size:24px; font-family: 'Raleway', sans-serif !important;}

#header{background:url(../img/header-bg.png) no-repeat right, top fixed #72448d ;}
/*.navbar{background-color: #72448d;}
.navbar-brand img{ max-height:90px; margin-left:10px;}*/

/*********top bar************/
.top-bar-wrap{
    padding-top: 6px;
    background-color: #643c7c; 
	margin-bottom:0px;
	font-weight:bold;

}
.top-bar{
    
    color:#fff;
}
.top-bar a{
    
    color:#fff;
}
.top-bar .social-1 li a i{
    width:20px;
    height: 10px;
    line-height: 10px;
    font-size: 13px;
}

/***********bootstrap navigation overrides--*/
.navbar{margin-bottom:0;}

.navbar-brand img{ max-height:90px;}
.navbar-default {
   font-family: 'Open Sans', sans-serif;
    border:none;
    border-radius: 0;
    margin-bottom: 0;
    width:100%;
	padding: 0px !important;
    min-height: 110px;
    box-shadow: -1px 3px 3px rgba(0,0,0,0.1);
	transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
	background-color:transparent;
	
	
    
    
    
}

    

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    border:2px solid #FFF; border-radius: 24px; -webkit-border-radius: 24px; -moz-border-radius: 24px; -ms-border-radius: 24px; -o-border-radius: 24px;
	background-color:transparent;
	color:#FFF;
	margin:33px 8px; 
	
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    border:2px solid #FFF; border-radius: 24px; -webkit-border-radius: 24px; -moz-border-radius: 24px; -ms-border-radius: 24px; -o-border-radius: 24px;
	background-color:transparent;
	color:#FFF;
	margin:33px 8px;
}



.navbar-default .navbar-nav>li>{}
.navbar-default .navbar-nav>li>a {
    color: #FFF;
    font-weight: bold;
    font-size: 14px;
	margin:35px 10px; 
	padding: 10px 22px 8px;
	border-radius: 24px; -webkit-border-radius: 24px; -moz-border-radius: 24px; -ms-border-radius: 24px; -o-border-radius: 24px;
	background-color:transparent;
	text-transform:uppercase;
	
}
.navbar-default .navbar-nav>li>a:hover {
    border:2px solid #FFF; border-radius: 24px; -webkit-border-radius: 24px; -moz-border-radius: 24px; -ms-border-radius: 24px; -o-border-radius: 24px;
	background-color:transparent;
	font-weight: bold;
    font-size: 14px;
	margin:33px 8px;
	color:#fff; 
	

}



/*navbar search form***/
.dropdown-form{
    padding: 10px 15px;
    min-width: 270px;
}
.dropdown-form .form-inline .form-control{
    height: 42px;
}
/*============================*/
/*======dropdowm menu=========*/
/*============================*/
.navbar .dropdown-menu {
    margin: 0;    
    background-color: #72448d;
     
	
}
.navbar .dropdown-menu li a{
    color:#FFF;
    padding: 15px 20px;
    font-weight: bold;
    font-size: 14px;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
	text-transform:uppercase;
	
	border-bottom: 1px dotted #EEE;
	
}


.navbar .dropdown-menu li a:hover{ background-color:transparent; color:#000;}


.ico-border { display: inline-block; position: relative; width: 124px; }
.ico-border .ico-bg { background-position: left top; background-repeat: no-repeat; content: ""; display: block; height: 20px; margin: 0 auto; position: relative; width: 20px; }	
.ico-border .ico-bg.flower { background-image:url(../img/ico-flower.png); }

.ico-border:before, .ico-border:after { content:""; background: #181818; display: inline-block; height: 4px; position: absolute; top: 8px; width: 42px; }	
.ico-border:before { left: 0; }
.ico-border:after {  right: 0; }

.ico-border1 { display: inline-block; position: relative; width: 124px; opacity:0.5; filter:alpha(opacity=50); }
.ico-border1 .ico-bg1{ background-position: right top; background-repeat: no-repeat; content: ""; display: block; height: 20px; margin: 0 auto; position: relative; width: 20px; }	
.ico-border1 .ico-bg1.flower1 { background-image:url(../img/ico-flower.png); }

.ico-border1:before, .ico-border1:after { content:""; background: #FFF; display: inline-block; height: 4px; position: absolute; top: 8px; width: 42px; }	
.ico-border1:before { left: 0; }
.ico-border1:after {  right: 0; }

.ico-border2 { display: inline-block; position: relative; width: 100%; opacity:0.3; filter:alpha(opacity=10); }
.ico-border2 .ico-bg2{ background-position: right top; background-repeat: no-repeat; content: ""; display: block; height: 20px; margin: 0 auto; position: relative; width: 20px; }	
.ico-border2 .ico-bg2.flower2 { background-image:url(../img/ico-flower.png); }

.ico-border2:before, .ico-border2:after { content:""; background: #CCC; display: inline-block; height: 4px; position: absolute; top: 8px; width: 47%; }	
.ico-border2:before { left: 0; }
.ico-border2:after {  right: 0; }

.border-title { display:inline-block; margin:0px 0px 50px; padding:0px; text-align:center; width:100%; font-size:25px; }
	.border-title h1, .border-title h2, .border-title h3, .border-title h4, .border-title h5, .border-title h6 { margin-bottom: 15px; }
	.border-title h1 { font-size: 40px; }
	.border-title h2 { font-size: 36px; line-height: 30px;  }
	.border-title h3 { font-size: 32px; }
	.border-title h4 { font-size: 24px; }
	.border-title h5 { font-size: 20px; }
	.border-title h6 { font-size: 18px; }
	.border-title .tag-line { color: #787878; display: block; font-size: 32px; font-style: normal; line-height: 30px; margin: 0; }

.features {
}

.features .circle {
position: relative;
width: 90px;
height: 90px;
border:5px solid #72448d;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
display: table;
margin: 0 auto;

}

.features .circle:hover{
	-webkit-animation-name: pulse;
  animation-name: pulse;
}

.feature-inner img{width:100%; margin:10px 0}
.animated:hover {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
border:5px solid #643c7c;
-webkit-transition: -webkit-transform ease-out 0.2s, background 0.3s;
-moz-transition: -moz-transform ease-out 0.2s, background 0.3s;
transition: transform ease-out 0.2s, background 0.3s;
}

	
.hairtext{ font-family: 'Raleway', sans-serif !important; font-size:22px !important;}
.hairtext1{ font-family: 'Raleway', sans-serif !important; font-size:18px !important;}
#homeintro { padding:30px 0;}	
#contacts{ background-color: #72448d; padding:60px 0; color:#FFF;}
#Contacts h2{ font-weight:bold; font-size:48px;}
#contacts h4{ font-size:32px !important;}
.tag-line { font-family: 'Tangerine', cursive; font-size:36px;  }
.contbox{ background-color:#FFF; padding:15px 0; margin-top:40px; border-radius:5px;}
a {color: #333;}
a:hover { text-decoration:none; color: #000;}
a:visited { text-decoration:none; color: #000;}
.contbox:hover{ background-color:#804c9e; color:#FFF;}
.conthead{  color:#808080; font-weight:bold; font-size:24px; font-family: 'Myriad Pro',sans-serif;}
.contbody{margin-top:20px; margin-bottom:20px;border:0;border-top:1px solid #eee; border-bottom:1px solid #eee;  color:#72448d;}

.contbody a{ color:#72448d;}
.contbox:hover .contbody{background-color:#CCC; }
.contbox:hover>.conthead {color:#FFF; }
.contbox:hover>.contfoot a{color:#FFF; }
.contbox:hover>.contfoot .btn{color:#72448d; background-color:#FFF;  }
.contfoot{ padding:10px 0px; font-family: 'Myriad Pro',sans-serif;}
.contfoot a{  color:#808080;}
.contfoot .btn{  color:#FFF;}
.offers{ text-align:center; vertical-align:middle;}

.btn-primary{color:#fff; background-color:#72448d; border-color:#643c7c}
.btn-call{color:#fff; font-size:16px; font-weight:bold; background-color:#2347c1; border-color:#4285ff; border-radius:10px 0 0 10px;}
.btn-call:hover{color:#fff; }
.btn-primary:hover{color:#72448d; background-color:#FFF; border-color:#FFF}
.btn-primary.focus,.btn-primary:focus{color:#fff;background-color:#72448d;border-color:#643c7c}
.btn-primary:hover{color:#fff;background-color:#72448d;border-color:#643c7c}
.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#72448d;border-color:#643c7c}

#aboutus{ padding:60px 0;}
.tag-line {font-family: 'Tangerine', cursive; font-size:36px;  }
#ourmission{ padding:50px 0;
background: #72448d url(../img/floral-bg-parallax.png) no-repeat left bottom fixed  ;  color:#000;}

.scbox{ background: rgba(0, 0, 0, 0.9); border: 1px dashed;
    clear: both;
    display: block;
    float: left;
    padding: 30px 0 25px;
	margin-top:40px;
	
    text-align: center;
    width: 100%;
	background:  url(../img/floral-head-bg.png) no-repeat left top, url(../img/floral-head-bg1.png) no-repeat right top;
	}
	
.scbox1{ margin-top:40px;  }	

.scbox1 .well{ min-height:100px;}	
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
#ourservices{ padding:50px 0 80px 0;}

.hdfonts{
	font-size: 25px !important;
    font-weight: bold;
}
.dt-spa-left{ margin-left:-40px;}
.pricecol{ border:1px solid#dfdfdf; background: #fafafa; margin-top:50px; /*opacity: 0.45; filter: alpha(opacity=45); background-position: right top;*/ }

.list-unstyled li{
    font-size: 14px;
    color: #181818;
    border-bottom: 1px solid #dfdfdf;
    padding: 14px 10px; display:block;}
.pricecol h5{border-bottom: 1px solid #dfdfdf; padding: 14px 10px;}
.pricecol h5:hover{color:#72448d;}
.list-unstyled li:hover{ color:#72448d; text-decoration:none;}
.pricecol:hover {-webkit-transform:scale(1.01); transform:scale(1.01); border:2px solid#72448d;}
#faqs{ padding:50px 0; background-color:#72448d; color:#FFF;}

.faq{ padding-top:20px; text-align:left;}
.faq .question:first-child {
border-top: none;
}
.faq .question { 
padding-top: 6px;
padding-bottom: 6px;
border-top: 1px dotted #FFF;
color:#FFF;
}

.faq .question:hover{ text-decoration:none;}
.faq .faq-toggle{ text-decoration:none;}
.faq .answer {
padding:15px 20px; color: #333; font-size:14px; text-align:justify;
}
.faq .question .faq-toggle {
font-size: 14px;
font-weight: 600;
color: #FFF;
}

.faq1{ padding-top:20px; text-align:left;}
.faq1 .question:first-child {
border-top: none;
}
.faq1 .question { 
padding-top: 6px;
padding-bottom: 6px;
border-top: 1px dotted #333;
color:#333;
}

.faq1 .question:hover{ text-decoration:none;}
.faq1 .faq-toggle{ text-decoration:none;}
.faq1 .answer {
padding:15px 20px; color: #333; font-size:14px; text-align:justify;
}
.faq1 .question .faq-toggle {
font-size: 14px;
color: #333;
}

.collapse1{
display: none; background: #FFF; margin-left:20px; border-radius:5px;
}
.row h2{font-weight:normal; color:#060; display:block; background: #E8E8E8; padding:10px; }
.faq1 .question .faq-toggle:before {
margin-right: 17px;
font-size: 20px;
font-weight: 700;
position: relative;
content: "+";
bottom: -2px;
color:#333;

}
*:before, *:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

#reviewcol{ padding:50px 0; min-height:440px; }
.feedbck{ font-size:14px; font-weight:normal; padding:0 50px; margin-top:10px;}
.feedperson{ color:#72448d; font-size:12px; font-style:italic;}


#footer{ padding-top:50px; color:#FFF; background:url(../img/footer-bg.png) no-repeat right, bottom fixed #0f0f0f;} 
.footer-logo img{ max-height:60px; text-align:center;}

.badge.social {
	background:#FFF;
	border: 1px solid #FFF;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 42px;
	margin: 0 5px 10px 0;
	padding: 0;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	color: white;
}
.badge.social i{font-size:1.4em}
.badge.social.twitter {color: #55acee;}
.badge.social.twitter:hover {background: #55acee; color:#000; border:#000;}

.badge.social.facebook {color: #3b5998;}
.badge.social.facebook:hover {background: #3b5998;  color:#000; border:#000;}

.badge.social.instagram {color: #405DE6;}
.badge.social.instagram:hover {background: #405DE6;  color:#000; border:#000;}

.badge.social.linkedin {color: #0e76a8;}
.badge.social.linkedin:hover {background: #0e76a8;  color:#000; border:#000;}

.badge.social.youtube {color: #c4302b;}
.badge.social.youtube:hover {background: #c4302b;  color:#000; border:#000;}

.footerbtm{ background-color: #72448d; padding:20px 0; margin-top:30px;}
body.modal-open .modal {
    display: flex !important;
    height: 100%;
	
} 


#myModal .modal-dialog {
    margin: auto;
	width:25%;
}

#bread{ background:#ededed; padding:10px 0;}
/****************bootstrap breadcrumb overrides*****************/
.bread{
    padding: 20px 0;
    border-bottom: 1px solid #eee;
    background-color: #f3f3f3;
}
.bread h4{
	margin:0px;
	padding-left:30px;
    
    text-transform: capitalize;
}
ol.breadcrumb{
    margin: 0;
    padding: 0;
	padding-top:7px;
    background-color: transparent;
    color:#333;
	
}
ol.breadcrumb li a{
    color:#0098E4;
}

#inner{background:#FFF; padding:20px 0; color:#333; }
#inner .well{background:#f3f3f3; }
#inner h1{ padding:0px; margin-top:5px; font-family: 'Raleway', sans-serif; color:#72448d;}
#inner h2{ padding:0px; font-family: 'Raleway', sans-serif; color:#72448d;}
#inner h3{ padding:0px; margin-top:5px; color:#72448d;}
#inner h4{ padding:0px; margin-top:0; }
#inner .banner{ margin-bottom:20px;}
#inner p{ font-size:14px;}
.pcol{color:#EC26AD; font-size: 15px;}

ul {  padding:0px; margin:0px; }
/*----*****---- << Side Navigation >> ----*****----*/
.side-nav ul{ margin:0; padding:0; list-style-type:none;}
.side-nav li{ border-bottom:1px dotted #CCC; padding:4px 0; display:block;}
.side-nav li a{ color:#333; }
.side-nav li:last-child { border-bottom:0;}
.side-nav i{color:#72448d;}

.side-nav li:hover{background:none; color:#72448d}
.side-nav li a:hover{background:none; color:#72448d; text-decoration:none; }

.innerlist ul{ margin:0; padding:0; list-style-type:none;}
.innerlist li{ padding:3px 10px; display:block;}
.innerlist i{color:#72448d;}

.txtmsg{color:red;}
.your-class::-webkit-input-placeholder{color: red;}
.your-class::-moz-input-placeholder{color: red;}
.your-class::-ms-input-placeholder{color: red;} 

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form-control {
display: block;
width: 100%;
height: 30px;
padding: 6px 12px;
margin-bottom:8px;
font-size: 14px;
line-height: 1.428571429;
color: #555555;
vertical-align: middle;
background-color: #ffffff;
border: 1px solid #cccccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
#call {
    position: fixed;
    bottom: 10px;
    right: 0px;
	display:none
}	

@media only screen and (max-width:767px) { 
   .navbar-default .navbar-nav>li>a {
    margin:10px; 
	border:none;
}
.navbar-default .navbar-nav>li>a:hover {
	border:none;
	margin:10px;
    background-color:transparent;}
	.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
     margin:10px; 
	border:none;
	
}
 
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
     margin:10px; 
	border:none;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #FFF;
}
.navbar-brand{ min-height:110px;}
.modal-dialog{width:90% !important; }

#call {
    position: fixed;
    bottom: 10px;
    right: 0px;
	display:block
}	
}

.well{ background-color: #FFF !important;}

#inner i{ color: #643c7c; padding: 0px 2px;}
#inner h6{ font-size: 20px;}
#inner hr{margin: 0; padding: 0;}
.brown {color: #72448d;}

.listed {margin:0; padding:0}
.listed li{float:left; list-style:none; padding:5px; display:block}
.listed li a{list-style:none; color:#000; text-decoration:none; padding:5px 9px; display:block; border:1px solid #DCEDEC}
.listed li a:hover{background:#0482bd; color:#FFF;}


.services-carousel-02 h2 {}
