/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0px;padding:0px;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
.bold{font-weight:bold;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{
    max-width:100%;
    
}

@font-face{
    font-family: 'calibri';
    src: url(../fonts/calibri.ttf)format('truetype');
}
@font-face{
    font-family: 'harabara';
    src: url(../fonts/Harabara_Mais_Demo.otf)format('truetype');
}
@font-face{
    font-family: 'myriadpro';
    src: url(../fonts/MyriadPro-Regular.otf)format('truetype');
}
@font-face{
    font-family: 'sansation';
    src: url(../fonts/Sansation_Regular.ttf)format('truetype');
}

.myraid-font{
    font-family: 'myriadpro';
}

/*end reset*/
body{
	//font-family:Arial, Helvetica, sans-serif;
       //font-family:Comic Sans MS;
        font-family: 'sansation';
}
.wrap{
	width:80%;
	margin:0 auto;
        
	transition:all .2s linear;
	-moz-transition:all .2s linear;/* firefox */
	-webkit-transition:all .2s linear; /* safari and chrome */
	-o-transition:all .2s linear; /* opera */
	-ms-transition:all .2s linear;
}
/*---start-header----*/
.header {
	position: relative;
}
.header_top{
	background:#FFF;
	padding:15px 0 0;
        //padding-bottom: 0px!important;
}
.logo{
	//float:left;
}
.top-nav{
	//float:right;
	margin:10px 0 0;
}
.top-nav li{
	display:inline-block;
	position:relative;
}
.top-nav li a{
    //background-color:#ffaf2d; 
	font-family: 'Roboto', sans-serif;
	color: #fff;
	text-transform: uppercase;
	font-size: 1em;
	padding: 10px 15px 10px;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
        
}
/*.top-nav li.active > a, .top-nav li > a:hover {
	color:#FFAF2D;
	border-top:5px solid #FFAF2D;
	background:#202020;
        text-decoration: none;
        border-bottom:5px solid #FFAF2D;
        padding: 8px 12px 8px 12px;
}*/
.top-nav li > a:hover:before,.top-nav li.active > a:before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
/*	border: 10px solid #FFAF2D;
	border-bottom: 0 solid rgba(0, 0, 0, 0)!important;
	border-right: 10px solid rgba(0, 0, 0, 0)!important;
	border-left: 10px solid rgba(0, 0, 0, 0)!important;*/
	left: 50%;
	top: -30px;
	margin-left: -10px;
}


.header_bottom{
	background: #056839;
}
.header-phone {
	background-color: #88b441;
	z-index:9;
	padding: 6px 0 10px 35px;
	position: relative;
	float: left;
}
.header-phone h2, .header-phone h4 {
	color: #fff;
	font-size:1.5em;
	font-family: 'Roboto', sans-serif;
}
.header-phone img{
	vertical-align:middle;
	padding-right:5px;
        height: 45px;
}
.header-phone h4 {
	font-size:1.1em;
	padding-top: 0;
}
.triangle-arrow {
	border-right:64px solid transparent;
	    border-top: 82px solid #88b441;
	display: block;
	position: absolute;
	height: 0;
	width: 0;
	right: -64px;
	top: 0;
}
.header-tagline {
	float: right;
	padding:0px 0;
	text-align: center;
}
.header-tagline2 {
	padding:30px 0;
}
.header-tagline h3 {
	color:#E2E2E2;
    font-family: 'Roboto', sans-serif;
	font-size:1em;
	text-transform:uppercase;
}
.header-tagline h3 img{
	vertical-align:middle;
	padding-right:10px;
}
.header-tagline h3 span{
   color:#FFAF2D;
}
.phone-slogan {
	overflow: hidden;
	z-index: 2;
}
.highlight{
    color: #3A3A3A!important;
font-size: 0.8em!important;
text-transform: uppercase!important;
}
.highlight-1{
    color: #3A3A3A!important;
font-size: 1.8em!important;
}
.italic {
    font-style: italic!important;
}
/*---start-content----*/
.slogan{
	background:url(../images/slogon.png) center bottom #ffaf2d no-repeat;
	padding:30px 0;
}
.content-slogan{
	text-align:center;
}
.content-slogan p,.content-slogan a{
	font-family: 'Roboto', sans-serif;
        color: #fff;
        font-size: 2em;
        width: 82%;
        margin: 0 auto;
        padding: 20px 0px;
}
.content-slogan a{
	color:#3A3A3A;
	font-size:0.8em;
	text-transform:uppercase;
}
.slogan-sub{
	text-align:center;
}
.slogan-sub p{
	font-family: 'Roboto', sans-serif;
	color:#FFF;
	font-size: 0.875em;
	line-height:1.8em;
	width: 82%;
	margin: 0 auto;
	padding:0px 0px 20px 0px;
}
.content_top{
	padding-bottom:50px;
}
.content_top h2{
	font-family: 'Roboto', sans-serif;
	color:#FFAF2C;
    font-size: 2em;
	margin: 0 auto;
	border-bottom: 1px dashed #DBDBDB;
	padding-bottom:5px;
	margin: 20px 0;
	text-transform: uppercase;
}
.grides{
	padding-top:20px;
}
.grid1{
	width: 100%; 
	float:left; 
}
.sub_grid1{
	float:left;
	//width: 45.2%;
	border-bottom: 1px dotted #D6D5D5;
	padding-bottom: 15px;
}
.grid_img{
	float:left;
	width:42%;
}
.grid_img img{
	border-radius:5px;
	border:1px solid #EBEBEB;
}
.grid_data{
	float:left;
	width:53%;
	margin-left:5%;
       // text-align: left;
}
.grid_data h3{
	font-family: 'Roboto', sans-serif;
	color:#000;
    font-size:1em;
    text-transform:uppercase;
}
.grid_data p{
	color:#646464;
	font-size: 0.875em;
	line-height: 1.6em;
	padding:5px 0
}
.grid_data p a{
	font-size:0.9em;
	color:#FFAF2C;
	cursor:pointer;
	font-family: 'Roboto', sans-serif;
}
.sub_grid2{
	float:left;
	//width: 45.2%;
	margin-left:5.6%;
	//border-bottom: 1px dotted #D6D5D5;
	padding-bottom:10px;
       
}
.divider{
	padding:8px 0;
}
.grid2{
	width: 23.8%;
	float:left; 
	margin-left:5.6%;
}
.grid2 p{
	font-size: 14px;
	color: #6F6F6F;
	line-height: 1.6em;
	padding:10px 0;
}
.chakras-1{
    font-size: 3em; 
    text-align: center;
    color: #FFAF2C;
    margin: 1em 0;
}
.chakras-p{
    text-align: justify;
    font-family:Swis721 BT; 
    font-size: 18px;
    padding: 6px;
}
.chakras-11{
    color: purple;
font-size: 1.5em;
text-align: center;
padding: 6px;
}
.chakras-back{
    border: 5px solid #88b441;
    border-radius: 6px;
    height: 330px;
}
.chakras-back:hover{
    border: 5px solid #056839;
   transition: all ease 0.9s;
}
    
/*---dc-grids----*/
.dc-grids{
	padding:50px 0;
}
.dc-head-img{
	float:left;
}
.dc-head-img img{
	background:#FFAF2C;
	padding:1px;
	border-radius:3em;
	-webkit-border-radius:3em;
	-moz-border-radius:3em;
	-o-border-radius:3em;
}
.dc-head-info{
	float: left;
	width:50%;
	margin-left:3%;
	margin-top: 10px;
}
.dc-head-info h3{
	font-family: 'Roboto', sans-serif;
	color:#FFAF2C;
	font-size: 1.5em;
	text-transform:uppercase;
	margin: 0 auto;
	border-bottom: 1px dashed silver;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-color:#FFAF2C;
}
.dc-head-info span{
	font-family: 'Roboto', sans-serif;
	color:#505050;
	font-size:0.875em;
	text-transform:uppercase;
}
.dc-head{
	width:33.33%;
	float:left;
}
.dc-profile p{
	font-family: 'Roboto', sans-serif;
	color:#7B7C7E;
	font-size: 0.875em;
	padding: 20px 0px;
	width: 86%;
	text-align: center;
	line-height: 1.8em;
	margin: 0 auto;
}
.dc-profile p:before {
	content: url(../images/quotes_alt.png);
	padding-right: 10px;
}
.dc-profile a {
	background:#FFAF2D;
	padding: 12px 30px;
	display:inline-block;
	font-family: 'Roboto', sans-serif;
	color: #fff;
	font-size: 0.875em;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	text-transform: uppercase;
	border-radius:2em;
	-webkit-border-radius:2em;
	-moz-border-radius:2em;
	-o-border-radius:2em;
}
.dc-profile a:hover {
	background:#2C2C2C;
}
.dc-profile {
	text-align: center;
}
.dc-head{
	float:left;
}
/*** Footer ***/
.footer{
	background:#202020;
 }
 /*  GRID OF FOUR   ============================================================================= */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1;
}
.col_1_of_4{
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col_1_of_4:first-child { margin-left: 0; } /* all browsers except IE6 and lower */
	
.span_1_of_4 {
	width: 20.8%;
	padding:1.5%; 
}
.span_1_of_4  h3{
	 font-size:1.2em;
	 color:#CCC;
	 border-bottom:1px dashed rgba(126, 126, 126, 0.34);
	 font-family: 'Roboto', sans-serif;
	 padding-bottom:10px;
	 margin-bottom:10px;
	 text-transform:uppercase;
}
.span_1_of_4  p{
	font-size:0.9em;
	padding:5px 0;
	color:#8B8B8B;
	line-height: 1.8em;
	font-family :Arial, Helvetica, sans-serif; 	 
}
.span_1_of_4  p span a{
	font-family: 'Roboto', sans-serif;
	color:#FFAF2D;
}
.span_1_of_4  p span a:hover{
     color:#FFF;
}
.social-icons li {
	 display:inline-block;
	 margin:10px 5px;
 } 
.social-icons ul li img{
	//background:#fff;
	//padding: 10px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
        width: 30px;
}
.social-icons ul li img:hover{
	background:#000;
}
.location{
	//margin-top:10px;
}
.location li,ul.address li{
	font-size:.9em;
	color:#8B8B8B;
	display:block;
	margin:10px 0;
}
.Testimonials_desc p span.up{
	padding-right:10px;
}
.Testimonials_desc p span.down{
	padding-left:10px;
}
.Testimonials_desc p span.down img{
	vertical-align:middle;
}
.Testimonials_desc h5{
	font-size:1em;
	color:#808080;
	font-family: 'Roboto', sans-serif;
	text-align:right;
}
 .copy-right{
	padding:20px 0;
	background:#FFF;
 }
 .copy-right p{
	font-family: 'Roboto', sans-serif;
	color:#777;
	font-size: 1em;
	text-align:center;
 }
 .copy-right p.company_name{
  	 float:left;
  }
 .copy-right p.design{
 	float:right;
 }
 .copy-right p span{
     font-family: 'Roboto', sans-serif;
     font-size:2em;
     color:#31A0A7;
 }
 .copy-right p a{
	text-decoration:underline;
	color:#FFAF2D;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
 }
 .copy-right p a:hover{
	text-decoration:none;
 } 
/*-----our-staff----*/
.our-staff h5{
	font-family: 'Roboto', sans-serif;
	color: #7B7C7E;
	font-size: 1.7em;
	margin: 0 auto;
	border-bottom: 1px dashed silver;
	padding-bottom: 12px;
	margin: 20px 0 29px 0px;
	border-color: rgba(160, 134, 211, 0.41);
	text-transform: uppercase;
}
.projects-bottom-paination ul li{
	display:inline-block;
}
.projects-bottom-paination{
	text-align: center;
	padding-top: 27px;
}
.projects-bottom-paination li a{
	font: 400 12px/1.2em Arial;
	color: #5a5a5a;
	padding:11px 18px;
	background: #fff;
	text-decoration: none;
	text-shadow: none;
	display:block;
	border: 1px solid #E2E2E2;
	margin-top: 16px;
	font-family: 'Roboto', sans-serif;
}
.projects-bottom-paination li.active> a, .projects-bottom-paination li> a:hover {
	background:#FFAF2D;
	color:#fff;
}
.project-top-patination ul li{
	display:inline-block;
}
.project-top-patination ul li a{
	border-right: 1px solid rgba(192, 192, 192, 0.33);
	padding-right:20px;
	color:#7B7C7E;
	font: 400 15px/22px Arial;
	font-family: 'Roboto', sans-serif;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	text-transform:uppercase;
}
.project-top-patination ul li a:hover{
	color:#FFAF2C;
}
.project-top-patination p{
	font: 400 15px/22px Arial;
	color:#056839;
	padding-left:20px;
	font-family: 'Roboto', sans-serif;
	text-transform:uppercase;
}
.project-top-patination {
	padding: 15px 0px;
	border: 1px dashed silver;
	border-left: none;
	margin: 0px 0 35px 0px;
	border-right: none;
	border-color:rgba(5, 104, 57,0.35);
}
/*---about----?*/
.content{
	//padding:50px 0;
}
.about-topgrid1{
	width: 29%;
	float: left;
	margin-right: 5%;
	margin-bottom:30px;
}
.about h5{
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-size: 30px;
	padding: 10px 0px;
}
.about-topgrid1 h3{
	font-family: 'Roboto', sans-serif;
	padding: 15px 0px 15px 0px;
	border-bottom: 1px solid rgba(51, 51, 51, 0.09);
	margin-bottom: 13px;
	color:#FFAF2C;
	font-size: 1.5em;
	text-transform: uppercase;
}
.about-topgrid1 h4{
	color: #7E7E7E;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	line-height: 1.5em;
	padding: 10px 0px;
}
.about-topgrid1 p{
	font-size: 0.8125em;
	color:#7E7E7E;
	line-height: 1.5em;
	font-family: 'Roboto', sans-serif;
	padding: 4px 0px 8px 0px;
}
/*----about-histore----*/
.about-histore{
	float:left;
	width:30%;
}
.about-histore h3{
	font-family: 'Roboto', sans-serif;
	padding: 15px 0px 15px 0px;
	border-bottom: 1px solid rgba(51, 51, 51, 0.09);
	margin-bottom: 13px;
	color: #FFAF2C;
	font-size: 1.5em;
	text-transform: uppercase;
}
.about-histore ul li span{
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	padding: 15px 0px 15px 0px;
	margin-bottom: 13px;
	float: left;
	width:45px;
}
.about-histore ul li p{
	font-size: 0.8125em;
	color:#7E7E7E;
	line-height: 1.5em;
	font-family: 'Roboto', sans-serif;
	padding: 4px 0px 8px 0px;
	float: right;
	width:85%;
}
/*----about-services---*/
.about-services h3{
	font-family: 'Roboto', sans-serif;
	padding: 15px 0px 15px 0px;
	border-bottom: 1px solid rgba(51, 51, 51, 0.09);
	margin-bottom: 13px;
	color:#FFAF2C;
	font-size: 1.5em;
	text-transform: uppercase;
}
.about-services h4{
	color: #7E7E7E;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	line-height: 1.5em;
}
.about-services p{
	font-size: 0.8125em;
	color:#7E7E7E;
	line-height: 1.5em;
	font-family: 'Roboto', sans-serif;
	padding: 4px 0px 8px 0px;
}
.about-services ul li a img{
	vertical-align:middle;
	padding-right: 4px;
}
.about-services{
	width:30%;
	float:left;
	margin-left:5%;
}
.about-services ul li a{
	color: #7B7C7E;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	line-height: 2.3em;
}
.about-services ul li a:hover{
	color:#FFAF2D;
}
/***********--services--****************/
.services-top{
	border-bottom: 1px dotted #999;
	padding: 20px 0;
}
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1;
}
.col_1_of_4{
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col_1_of_4:first-child { margin-left: 0; } /* all browsers except IE6 and lower */	
.span_1_of_4 {
	width: 100%;
	padding:1.5%; 
}
.span_1_of_4 h3{
	text-transform: uppercase;
	color:#FFAF2C;
	margin: 5px 0px;
	padding-bottom: 8px;
	font-family: 'Roboto', sans-serif;
	line-height:25px;
}
.span_1_of_4 h3 span{
	color:#4D4D4D;
	font-size:0.8em;
}
.span_1_of_4 p{
	font-size: 0.85em;
	color: #888;
	line-height: 1.8em;
	padding:5px 0;
}
.services_list li a{
	 font-size: 0.8em;
	 color:#888;
	 display:block;
	 padding: 8px 0px 8px 15px;
	 background:url(../images/marker.png) no-repeat 0;
	 font-family: 'Roboto', sans-serif;
}
.services_list li a:hover{
	color:#555;
}
.col_1_of_2{
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col_1_of_2:first-child { margin-left: 0; }
.span_1_of_2 {
	width: 46.2%;
	padding:1.5%;
}
.span_1_of_2  h3{
	font-size: 1.6em;
	text-transform: uppercase;
	color:#4D4D4D;
	margin: 5px 0px;
	padding-bottom: 8px;
	font-family: 'Roboto', sans-serif;
	line-height:25px;
}
.span_1_of_2  p span{
	font-size:1em;
	padding:5px  0;
	color:#949494;
	font-weight:bold;
	line-height: 1.8em;
}
.span_1_of_2  p{
	font-size: 1em;
        color: #000;
        font-family: 'sansation';
	line-height: 1.8em;
 
}
.span_1_of_2 h4 span{
	color:#FFAF2C;
	padding-right:5px;
}
.span_1_of_2 h4{
	font-size:1em;
	color:#777;
    text-transform:uppercase;
    font-family: 'Roboto', sans-serif;
    margin-top:15px;
}
.treatment_img {
	width: 13%;
	float: left;
	margin-right: 3%;
}
.treatment_img img{
	border-radius:100px;-webkit-border-radius:100px;-moz-border-radius:100px;-o-border-radius:100px;
}
.treatment-desc{
	width: 84%;
	float: left;
	margin-right: 0px;
}
.hair_treatment{
	margin:20px 0;
}
/*---contact----*/
/*  Contact Form  ============================================================================= */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1;
}
.col{
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child{
	margin-left:0;
}	
.span_2_of_3 {
	width: 63.1%;
	padding:1.5%; 
}
.span_1_of_3 {
	width: 29.2%;
	padding:1.5%; 
}
.span_2_of_3  h3,
.span_1_of_3  h3 {
	font-family: 'Roboto', sans-serif;
	color:#056839;
	font-size: 1.2em;
	margin: 0 auto;
	text-transform: uppercase;
	padding: 0px 0px 10px 0px;
}
.contact-form{
	position:relative;
	padding-bottom:30px;
}
.contact-form div{
	padding:5px 0;
}
.contact-form span{
	display:block;
	font-size:0.8125em;
	color: #7B7C7E;
	padding-bottom:5px;
	font-family: 'Roboto', sans-serif;
}
.contact-form input[type="text"],.contact-form textarea{
		    padding:8px;
			display:block;
			width:98%;
			border: none;
			outline:none;
			color:#444;
			font-size:1.2em;
			font-family:Arial, Helvetica, sans-serif;
			border: 1px solid rgba(192, 192, 192, 0.31);
			-webkit-appearance:none;
}
.contact-form textarea{
		resize:none;
		height:120px;		
}
.contact-form input[type="text"]:focus,.contact-form textarea:focus{
   border:1px solid rgba(192, 192, 192, 0.72)
 }
.mybutton{
	background:#88b441;
	padding: 12px 32px;
	font-family: 'Roboto', sans-serif;
	color: #fff;
	font-size: 1em;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	text-transform: uppercase;
	border:none;
	outline: none;
	cursor: pointer;
}
.mybutton:hover{
	background-color:#202020;
}
.mybutton:active{
	background-color:#202020;  
}
.company_address{
	padding-top:26px;
}
.company_address p{
	font-size: 0.8125em;
	color: #7B7C7E;
	font-family: 'Roboto', sans-serif;
	line-height: 1.8em;
}
.company_address p span{
	text-decoration:underline;
	color:#555;
	cursor:pointer;
}
.map{
	margin-bottom:15px;
}
/*----responsive-design-----*/
@media only screen and (max-width: 1366px) and (min-width: 1280px) {
	.wrap{
		width:90%;
	}
}
@media only screen and (max-width: 1280px) and (min-width: 1024px) {
	.wrap{
		width:90%;
	}
}
@media only screen and (max-width: 1024px)  {
	.wrap{
		width:90%;
	}
	.top-nav li a {
		font-size:0.95em;
		//padding: 22px 0 15px 70px;
	}
	.content-slogan p, .content-slogan a{
		width:100%;
	}
	.about-histore ul li p{
		width:78%;
	}
	.social-icons li{
	
                margin: -14px 1px;
	}
}
@media only screen and (max-width:800px) {
	.wrap{
		width:95%;
	}
       
        .header_bottom {
            height: 50px;
            width: 100%;
        }
	.header-phone{
		padding: 10px 0 18px 20px;
                background-color: #FFAF2D;
                z-index: 9;
                padding: 2px 0 0px 17px;
                position: relative;
                float: left;
	}
	.content_top h2{
		font-size:1.6em;
	}
	.grid_img{
		width:35%;
	}
	.grid_data{
		width:59%;
	}
	.content-slogan p{
		font-size:2em;
	}
	ul.address li {
		font-size:0.7em;
	}
	.dc-grids{
		padding:20px 0;
	}
	.dc-head-info h3{
		font-size:1.2em;
	}
	.services_list li a{
		font-size:0.7em;
	}
}
@media only screen and (max-width:640px) {
	.wrap{
		width:95%;
	}
	.top-nav li a {
		font-size: 0.65em;
		padding: 10px 4px 11px;
	}
	.header-phone h2{
		font-size:1.2em;
	}
	.header-phone h4{
		font-size:0.75em;
	}
	.header-tagline h3{
		font-size:0.8em;
	}
	.content,.content_top{
		padding: 0;
	}
	.grid_data p{
		font-size:0.8em;
	}
	.grid1{
		width:94%;
		padding:3%;
	}
	.grid2{
		width:94%;
		padding:3%;
		margin-left:0;
	}
	.slogan{
		padding:0;
	}
	.content-slogan p{
		font-size:1.5em;
	}
	.dc-head-info{
		width:92%;
	}
	.span_1_of_4{
		width:94%;
		padding:1% 3%;
	}
	.col_1_of_4{
		margin:0;
	}
	.about-topgrid1,.about-histore,.about-services{
		width:94%;
		padding:3%;
		margin:0;
	}
	.project-top-patination{
		margin:20px 0 0 0;
		padding:5px 0;
	}
	.about-histore ul li p{
		width:88%;
	}
	.projects-bottom-paination{
		padding:0 0 10px 0;
	}
	.services_list li a{
		font-size:0.85em;
	}
        
        .navbar {
    float: none !important;
    
}
.carousel-indicators {
    bottom: 0px !important;
}
.top-setting{
        top: 0px !important;
    z-index: -9;
}
.carousel-control {
    bottom: 0px !important;
    top: 0px !important;
}
.hindi-welcome{
        
    
    margin: auto !important;
}
}
@media only screen and (max-width:480px) {
	.wrap{
		width:95%;
	}
        .social-icons ul li img {
    padding: 2px;
}
	.header_top{
		padding:5px 0;
	}
        .header_bottom {
            height: 50px;
            width: 100%;
        }
	.header-phone{
		padding: 10px 0 18px 20px;
                background-color: #FFAF2D;
                z-index: 9;
                padding: 2px 0 0px 17px;
                position: relative;
                float: left;
	}
	.logo,.top-nav{
		float:none;
		text-align:center;
	}
	.top-nav li a {
		padding: 10px 4px 11px;
	}
	.top-nav li > a:hover:before, .top-nav li.active > a:before{
		top:-20px;
	}
	.header-phone {
		padding: 5px 0 10px 5px;
   }
   .header-tagline h3{
   	font-size:0.65em;
   }
   .sub_grid1,.sub_grid2{
   	float:none;
   	width:100%;
   }
   .sub_grid2{
   	margin-left:0;
   	padding-top:20px;
   }
   .grid_data p{
   	font-size:0.85em;
   }
   .dc-head{
   	float:none;
   	width:100%;
   	padding-bottom:20px;
   }
   .dc-profile p {
   	padding:5px 0;
   }
   .dc-head-info{
   	width:60%;
   }
   .triangle-arrow{
      border-top:87px solid #FFAF2D;
   }
   .header-tagline2{
   	padding:20px 0;
   }
   .span_1_of_3,.span_2_of_3{
   	  width:94%;
   	  padding:3%; 
   }
   .col{
   	margin: 0;
   }
   .mobile-clear{
       clear: both;
   }
}
@media only screen and (max-width:320px) {
	.wrap{
		width:95%;
                
	}
	.top-nav li a {
		padding: 10px 4px 11px;
	}
        .header_bottom {
            height: 50px;
            width: 100%;
        }

	.header-phone{
		padding: 10px 0 18px 20px;
                background-color: #FFAF2D;
                z-index: 9;
                padding: 2px 0 0px 17px;
                position: relative;
                float: left;
	}
	.header-tagline h3{
		margin-bottom:10px;
	}
	.grides{
		padding-top:10px;
	}
        .triangle-arrow{
            height: 100px;
        }
	.content-slogan p{
		font-size:1.2em;
	}
	.slogan-sub p{
		width:100%;
		font-size:0.8em;
	}
	.dc-profile a{
		padding:8px 15px;
	}
	.about-histore ul li p{
		width:82%;
	}
	.span_1_of_2{
		width:94%;
		padding:3%;
	}
	.col_1_of_2{
		margin:0;
	}
	.contact-form input[type="text"], .contact-form textarea{
		width:95%;
	}
}



/*-------welcome -----------*/

.welcome{
    padding: 30px 0px;
    background: #fff;
}

.welcome h1{
    font-size: 34px;
    text-align: center;
    color: #FFAF2D;
    padding-bottom: 45px;
}

.welcome h1 span{
    color: #056839;
    padding-bottom: 10px;
    border-bottom: 3px solid  #FFAF2D;
}

.welcome h1 span.welcome-to{
    color: #FFAF2D;
    padding-bottom: 0px;
    line-height: 0em;
    border-bottom: 3px solid #056839;
}

.welcome p{
    padding: 0px 0px 34px;
    text-align: justify;
    font-size: 16px;
    line-height: 1.5em;

}

.btn-info {
    color: #fff;
    background-color: #9DBE1A;
    border-color: #9DBE1A;
}

.btn-info:hover {
    background-color: #FFAF2C;
    border-color: #FFAF2C;
    transition: all ease 0.5s;
}

/*---------special product----------*/
.special-product{
    background: #f3f8f1;
    padding: 4em 0;
}


.special-product h1{
    font-size: 34px;
    text-align: center;
    color: #202020;
    padding-bottom: 45px;
}

.special-product h2{
    font-size: 28px;
    color: #056839;
    font-weight: 700;
    padding-bottom: 15px;
}

.special-product h1 span{
   
    padding-bottom: 10px;
    border-bottom: 3px solid  #FFAF2D;
}

.special-product h1 span.welcome-to{
    
    padding-bottom: 10px;
    border-bottom: 3px solid #056839;
}

.special-product p{
    padding: 0px 0px 40px;
    text-align: justify;
    font-size: 16px;
    line-height: 1.5em;
}

.special-product img{
    border: 3px solid #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 5px;

}

.special-product .btn:focus{
    background: #FFAF2C;
    border: 1px solid #FFAF2C;
}


/*-------our-products---------*/

.our-products{
    
    padding: 4em 0;
}

.our-products h1{
    font-size: 34px;
    text-align: center;
    color: #202020;
    padding-bottom: 45px;
}

.our-products h1 span{
    
    padding-bottom: 10px;
    border-bottom: 3px solid  #FFAF2D;
}

.our-products h1 span.welcome-to{
    
    padding-bottom: 10px;
    border-bottom: 3px solid #056839;
}

.our-products a:focus{
    text-decoration: none;
   
}

.our-products img{
    margin: auto;
    border: 5px solid;
    margin-top: 25px;
    border-color: rgba(247, 250, 247, 0.4);
}

.our-products .buynow-btn{
    border: 0px solid;
}

.our-products p{
    color: #fff;
    text-align: center;
    padding: 20px 0px 0px;
    font-weight: bold;
    font-size: 1.5em;
    
}

.our-products .button{
    text-align: center;
    font-weight: normal;
    margin-top: 5px;
}

/*.our-products a{
    font-size: 20px;
    background: red;
    padding: 10px 20px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 5px;
}

.our-products a:hover{
    text-decoration: none;   
}*/

.our-products .green-box{
    background: #9dbe1a;
    padding-bottom: 16px;
    border: 3px solid #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 5px;
}

.our-products .green-box:hover{
    background: #f2571c;
    transition: all ease 0.8s;
}

/*.our-products .green-box a{
    background: #f2571c;
}

.our-products .green-box a:hover{
    background: #9dbe1a;
    transition: all ease 0.8s;
}*/

.our-products .brown-box{
    background: #aa7c51;
    padding-bottom: 16px;
    border: 3px solid #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 5px;
}

.our-products .brown-box:hover{
     background: #586c05;
     transition: all ease 0.8s;
}



/*---------product image----------*/

.border-design{
  border-right: 1px dashed #ccc;
}

.content_top p.heading{
    text-align: justify;
    font-weight: bold;
    font-size: 28px;
    color: #056839;
}


.content_top p.price{
    padding-top: 30px;
    color: #747474;
}

.content_top button{
    margin-top: 10px;
}

button.btn-primary{
    background: #056839 !important;
    border: 0px;
    //margin-left: 86px;
    margin-bottom: 5px;
}

.product-set{
    border:solid 5px #FFAF2C; background-color:#f6f6f6;  padding-top:20px; margin-right: 10%;
}

.content{
    padding-top: 4%;
    //background: url('../images/banner/topbg1.jpg') no-repeat;
}

.bottom-bg{
    //background: url('../images/banner/bottombg1.jpg') no-repeat;
    //background-position: 0px 380px;
    padding-bottom: 10%;
}

.product-set:hover{
    border-color: #024101;
    transition: all ease 0.5s;
}

.product-set:last-child{
    margin-right: 0%;
}

button.btn-primary:hover{
    background: #FFAF2D !important;
    
    transition: all ease 0.5s;
}
.top-1{
    color: #202020 !important;
font-size: 34px !important;
text-align: center;
padding: 19px;
}

.top-1 span{
    padding-bottom: 10px;
  border-bottom: 3px solid #056839;
  line-height: 2em;
}
.top-1 span.yellow-border{
    padding-bottom: 10px;
    border-bottom: 3px solid  #FFAF2D;
}

.kit{
    padding: 50px 0px;
}

.kit img{
    width:100%;
}

.kit h4{
    font-size: 32px;
    font-weight: 700;
    color: #FFB02E;
}

.kit p{
    padding: 20px 0px;
    font-size: 20px;
}

.top-setting{
        top: -35px;
    z-index: -9;
}


.navbar-inverse {
    background: none;
    border: 0px;
}

.navbar-inverse .navbar-nav>li>a {
    color: #000;
    text-transform: uppercase;
}

.nav>li>a {
    padding: 5px 9px;
    color: #000;
}
.nav>li>a:hover{
    color: #000;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #ffffff;
    background: #0b9252;
}
.nav li{
    margin: 0px 1px;
}

.navbar {
    float: right;
    margin-bottom: 0px !important;
}

.navbar-nav {
    margin-top: 18px;
        font-family: 'Roboto', sans-serif;
}

.footer1{
    margin-top: 0px;
    background: #000;
    padding: 20px 0px;
    color: #fff;
}

.footer1 a{
    color: #fff;
}

.footer1 .fa{
}

.footer1 .fa-facebook{
    padding: 8px 11px;
    background: #3B5998;
}

.footer1 .fa-twitter{
    background: #16CCFF;
}

.footer1 .fa-google-plus{
    background: #C13321;
    
}

/*.fa-facebook:hover{
    background: #3B5998;
    transition: all ease 0.8s;
}

.fa-twitter:hover{
    background: #16CCFF;
    transition: all ease 0.8s;
}

.fa-google-plus:hover{
    background: #C13321;
    transition: all ease 0.8s;
}
.fa-youtube-play:hover{
    background: #CC181E;
    transition: all ease 0.8s;
}*/

.carousel-control {
    bottom: 35px;
    top: -35px;
}


.modal-footer {
    text-align: center;
     border-top: 0px solid #e5e5e5; 
}

.form-group label{
    padding: 10px 0px;
}

.carousel-indicators {
    bottom: 46px;
}

.hindi-welcome{
        margin-top: 4px;
    margin-left: -111px;
}


/*-------subscription---------*/

.subscribe{
    padding: 50px 0px;
    background: url(../images/banner/bg.jpg) no-repeat;
    
}

.subscribe h2{
    font-size: 32px;
    color: #fff;
}

.subscribe form input[type="text"]{
    padding: 8px 20px;
    width:100%;
    border-radius: 3px;
    border: 0px;
}
.subscribe form input[type="email"]{
    padding: 8px 20px;
    width:100%;
    border-radius: 3px;
    border: 0px;
}

.subscribe form .btn{
    width:100%;
}







.cd-testimonials-wrapper {
  position: relative;
  width: 90%;
  //max-width: 768px;
  background-color: #fff;
  //margin: 2em auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 20px 40px 70px;
  z-index: 1;
}
.cd-testimonials-wrapper::after {
  /* quotation mark */
  content: '\201C';
  position: absolute;
  top: 10px;
  left: 0;
  width: 50px;
  height: 50px;
  padding-top: 8px;
  margin-left: -25px;
  background: rgba(32, 32, 34, 0.9);
  font-family: "Georgia", serif;
  color: #ffffff;
  font-size: 70px;
  font-size: 4.375rem;
  text-align: center;
  /* visible on big devices only */
  display: none;
}
@media only screen and (min-width: 768px) {
  .cd-testimonials-wrapper {
    margin: 1em auto 4em;
    padding: 20px 50px 0px;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-testimonials-wrapper::after {
    /* quotation mark visible */
    //display: block;
  }
}

.cd-testimonials {
  color: #aa7c51;
  text-align: center;
}
.cd-testimonials::after {
  clear: both;
  content: "";
  display: table;
}
.cd-testimonials > li {
  position: absolute;
  opacity: 0;
}
.cd-testimonials > li:first-child {
  position: relative;
  opacity: 1;
}
.cd-testimonials p {
  font-family: "Georgia", serif;
  font-style: italic;
  line-height: 1.4;
  margin-bottom: 1em;
  padding: 20px 14px;
}
@media only screen and (min-width: 768px) {
  .cd-testimonials p {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-testimonials p {
    font-size: 26px;
    font-size: 1.3rem;
    line-height: 1.3;
  }
}

@media screen and (max-width: 468px){
.cd-see-all {
    left: 20% !important;
  width: 70% !important;
}

.book-button{
    display: none !important;
}

.res-book-button{
    display: block !important;
}
.menu {
    width: 10% !important;
}
}





.cd-author img, .cd-author .cd-author-info {
  display: inline-block;
  vertical-align: middle;
}
.cd-author img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 5px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}
.cd-author .cd-author-info {
  text-align: left;
  line-height: 1.2;
}
.cd-author .cd-author-info li:first-child {
  font-size: 14px;
  font-size: 0.875rem;
}
.cd-author .cd-author-info li:last-child {
  font-size: 12px;
  font-size: 0.75rem;
  color: #6b6b70;
}
@media only screen and (min-width: 768px) {
  .cd-author img {
    width: 120px;
    height: 120px;
  }
  .cd-author .cd-author-info {
    line-height: 1.4;
  }
  .cd-author .cd-author-info li:first-child {
    font-size: 16px;
    font-size: 1rem;
  }
  .cd-author .cd-author-info li:last-child {
    font-size: 14px;
    font-size: 0.875rem;
  }
  
}

.flex-direction-nav li {
  position: absolute;
  height: 100%;
  width: 40px;
  top: 0;
}
.flex-direction-nav li:first-child {
  left: 0;
}
.flex-direction-nav li:last-child {
  right: 0;
}
.flex-direction-nav li a {
  display: block;
  height: 100%;
  width: 100%;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.no-touch .flex-direction-nav li a:hover {
  background:none;
}
.flex-direction-nav li a::before, .flex-direction-nav li a::after {
  /* left and right arrows in css only */
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2px;
  height: 13px;
  background-color: #ffffff;
}
.flex-direction-nav li a::before {
  -webkit-transform: translateY(-35px) rotate(45deg);
  -moz-transform: translateY(-35px) rotate(45deg);
  -ms-transform: translateY(-35px) rotate(45deg);
  -o-transform: translateY(-35px) rotate(45deg);
  transform: translateY(-35px) rotate(45deg);
}
.flex-direction-nav li a::after {
  -webkit-transform: translateY(-27px) rotate(-45deg);
  -moz-transform: translateY(-27px) rotate(-45deg);
  -ms-transform: translateY(-27px) rotate(-45deg);
  -o-transform: translateY(-27px) rotate(-45deg);
  transform: translateY(-27px) rotate(-45deg);
}
.flex-direction-nav li:last-child a::before {
  -webkit-transform: translateY(-35px) rotate(-45deg);
  -moz-transform: translateY(-35px) rotate(-45deg);
  -ms-transform: translateY(-35px) rotate(-45deg);
  -o-transform: translateY(-35px) rotate(-45deg);
  transform: translateY(-35px) rotate(-45deg);
}
.flex-direction-nav li:last-child a::after {
  -webkit-transform: translateY(-27px) rotate(45deg);
  -moz-transform: translateY(-27px) rotate(45deg);
  -ms-transform: translateY(-27px) rotate(45deg);
  -o-transform: translateY(-27px) rotate(45deg);
  transform: translateY(-27px) rotate(45deg);
}
@media only screen and (min-width: 768px) {
  .flex-direction-nav li {
    width: 50px;
  }
}
@media only screen and (min-width: 1170px) {
  .flex-direction-nav li a::before, .flex-direction-nav li a::after {
    background-color: #5e5e63;
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s;
  }
  .flex-direction-nav li a:hover::before, .flex-direction-nav li a:hover::after {
    background-color: #20ACB9;
  }
}

.cd-see-all {
  position: absolute;
  z-index: 1;
  left: 40%;
  bottom: 0;
  width: 20%;
  height: 50px;
  line-height: 50px;
  background-color: #20ACB9;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  -webkit-transition: color, 0.2s;
  -moz-transition: color, 0.2s;
  transition: color, 0.2s;
}
.no-touch .cd-see-all:hover {
  color: #fff;
  background: #237780;
}

.cd-testimonials-all {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-testimonials-all .cd-testimonials-all-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
}
.cd-testimonials-all .cd-testimonials-all-wrapper > ul {
  width: 90%;
  max-width: 1170px;
  margin: 4em auto;
}
.cd-testimonials-all .cd-testimonials-all-wrapper > ul::after {
  clear: both;
  content: "";
  display: table;
}
.cd-testimonials-all .cd-testimonials-item {
  margin-bottom: 2em;
  opacity: 0;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translate3d(0, 0, 0) scale(0.4);
  -moz-transform: translate3d(0, 0, 0) scale(0.4);
  -ms-transform: translate3d(0, 0, 0) scale(0.4);
  -o-transform: translate3d(0, 0, 0) scale(0.4);
  transform: translate3d(0, 0, 0) scale(0.4);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform .3s, opacity .3s;
  -moz-transition: -moz-transform .3s, opacity .3s;
  transition: transform .3s, opacity .3s;
}
.cd-testimonials-all p {
  position: relative;
  background: #49CEDB;
  color: #ffffff;
  padding: 2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.4;
  border-radius: 0.25em;
  margin-bottom: 1em;
}
.cd-testimonials-all p::after {
  /* creating the triangle in css */
  content: '';
  position: absolute;
  top: 100%;
  left: 2em;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-top-color: #79b6e4;
}
.cd-testimonials-all .cd-author {
  text-align: left;
  margin-left: 1.5em;
}
.cd-testimonials-all .cd-author img {
  box-shadow: 0 0 0 transparent;
}
.cd-testimonials-all.is-visible {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-testimonials-all.is-visible .cd-testimonials-all-wrapper {
  -webkit-overflow-scrolling: touch;
}
.cd-testimonials-all.is-visible .cd-testimonials-item {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  -moz-transform: translate3d(0, 0, 0) scale(1);
  -ms-transform: translate3d(0, 0, 0) scale(1);
  -o-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}
@media only screen and (min-width: 768px) {
  .cd-testimonials-all .cd-testimonials-item {
    width: 46%;
    margin: 0 2% 3em;
  }
  .cd-testimonials-all .cd-author {
    margin-left: 1em;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-testimonials-all .cd-testimonials-item {
    width: 30%;
    margin: 0 1.6666% 3em;
  }
}



/*.diseases-content-area h1{
    padding: 10px 0px;
    font-size: 32px;
}

.diseases-content-area p{
    padding-bottom: 5px; 
}

.diseases-content-area p span{
    font-weight: bold;
}*/


#content {
    padding: 30px 0;
}

.entry-widget {
    background: #fff;
    position: relative;
    margin-bottom: 30px;
    //box-shadow: 2px 2px 8px rgba(45, 45, 45, 0.36);
}


#content p.diseases-head{
    padding: 10px 0px;
    font-size: 24px;
    color: #056839;
    
}

#content p.diseases-content{
    padding: 10px 0px;
   border-bottom: 1px dashed #ccc;
}

#content .post-content{
    padding: 2em 0;
}


#content .post-content table{
    width:80%;
    text-align: center;
    margin: auto;
    box-shadow: 5px 5px 30px #bbbaba;
}

#content .post-content table th,td{
    border: 1px solid #73a08b;
} 

#content .post-content table thead tr th{
    text-align: center;
    padding: 1.5em 0;
    background: #056839;
    color: #fff;
    font-size: 20px;
}

#content .post-content table tbody tr.row-setting{
    text-align: left;
}

#content .post-content table tbody tr.row-setting td{
    padding: 1em;
}

.light-green{
    background: #e6f7cb; 
}

.dark-green{
    background: #c1dc97; 
}


div.points{
    padding: 10px 25px;
}

div.borderBottom{
    padding:15px 25px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    // border-bottom: 1px dashed #ccc;
}


.post-content img{
    //box-shadow: 8px 8px 25px #ccc;
}
.footer1 {
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;/*	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #003;*/
}



.title-widget {
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	line-height: 1;
	position: relative;
	text-transform: uppercase;
	font-family: 'Fjalla One', sans-serif;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 25px;
	margin-left: 0;
	padding-left: 28px;
}

.title-widget::before {
    background-color: #ea5644;
    content: "";
    height: 22px;
    left: 0px;
    position: absolute;
    top: -2px;
    width: 5px;
}



.widget_nav_menu ul {
    list-style: outside none none;
    padding-left: 0;
}

.widget_archive ul li {
    background-color: rgba(0, 0, 0, 0.3);
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    top: 7px;
    width: 3px;
}


.widget_nav_menu ul li {
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
	position: relative;
    text-transform: uppercase;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    margin-bottom: 7px;
    padding-bottom: 7px;
	width:95%;
}



.title-median {
    color: #636363;
    font-size: 20px;
    line-height: 20px;
    margin: 0 0 15px;
    text-transform: uppercase;
	font-family: 'Fjalla One', sans-serif;
}

.footerp p {font-family: 'Gudea', sans-serif; }


#social:hover {
    			-webkit-transform:scale(1.1); 
-moz-transform:scale(1.1); 
-o-transform:scale(1.1); 
			}
			#social {
				-webkit-transform:scale(0.8);
                /* Browser Variations: */
-moz-transform:scale(0.8);
-o-transform:scale(0.8); 
-webkit-transition-duration: 0.5s; 
-moz-transition-duration: 0.5s;
-o-transition-duration: 0.5s;
			}           
/* 
    Only Needed in Multi-Coloured Variation 
                                               */
			.social-fb:hover {
				color: #3B5998;
			}
			.social-tw:hover {
				color: #4099FF;
			}
			.social-gp:hover {
				color: #d34836;
			}
			.social-em:hover {
				color: #f39c12;
			}
			.nomargin { margin:0px; padding:0px;}





.footer-bottom {
    background-color: #15224f;
    min-height: 30px;
    width: 100%;
}
.copyright {
    color: #fff;
    line-height: 30px;
    min-height: 30px;
    padding: 7px 0;
}
.design {
    color: #fff;
    line-height: 30px;
    min-height: 30px;
    padding: 7px 0;
    text-align: right;
}
.design a {
    color: #fff;
}