/*!
Theme Name: underscore
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: underscore
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

underscore is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

@font-face {
    font-family: 'continuum_mediumregular';
    src: url('fonts/contm-webfont.woff2') format('woff2'),
         url('fonts/contm-webfont.woff') format('woff');
    

}


html {
	 font-family: 'Hind', sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;   font-family: 'Hind', sans-serif;
	

}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}



mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	   font-family: 'Hind', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

h1{font-size:48px;}

h2{font-size:44px;  font-family: 'continuum_mediumregular';}
h3{
font-size:30px;
margin:0;
 font-family: 'continuum_mediumregular';

}
p {
	margin-bottom:5px;
	margin-top:5px;
	font-size:20px;
	    font-family: 'Hind', sans-serif;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

body {
	background: #000;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	padding:0;
	font-size:20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}
a {
	color: #cb0000;
}

a:visited {
	
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}
	  .wpls-logo-showcase button.slick-arrow {
    width: 40px!important;
    height: 40px!important;
    position: absolute!important;
    z-index: 9!important;
    border: 0px !important;
    border-radius: 0% !important;
    color: #fff!important;
    cursor: pointer!important;
    box-shadow: none !important;
    background-size: auto !important;   
}
	 .wpls-logo-showcase button.slick-prev:hover {
    background:  url(/wp-content/uploads/2018/02/arrow-left.png) center center no-repeat !important;
} .wpls-logo-showcase button.slick-next:hover {
    background:  url(/wp-content/uploads/2018/02/arrow-right.png) center center no-repeat !important; background-color: transparent !important;
}

.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}


@media screen and (min-width: 767px) {

	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
	.ash-transperent-lyr{
		min-width:670px;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

#content[tabindex="-1"]:focus {
	outline: 0;
}
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

.widget select {
	max-width: 100%;
}
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*Hovers */


a.footer-skp,.footer-last-copy a{color:#ffffff!important; text-decoration:none;}

.ash-transprent-lyr-white a:hover, .ash-transperent-lyr a:hover, .ash-dream-bnr a:hover, .ash-layer-content a:hover,.ash-hccf-btn a:hover,.ct-aform-fields input[type="submit"]:hover { text-decoration: none; color: #000;}
.ash-inner-boxes-content span a:hover, { color: red;text-decoration: none;}
li.ct-location a:active, li.ct-location a:visited, li.ct-location a:focus,.site-branding a:focus, .site-branding a:visited, .site-branding a:active,.deep-footer-right a:hover, .deep-footer-right a:focus, .deep-footer-right a:active, .deep-footer-right a:visited,li.bottom-bar a:focus, .ct-social-icon ul li a:focus,.ct-social-icon ul li a:visited,a.footer-skp:focus,.footer-last-copy a:focus,a.footer-skp:visited,.footer-last-copy a:visited { outline: none; text-decoration: none;}
footer ul li a:hover {text-decoration: none;color: yellow;}
.bottom-bar a:hover {  color: #ff0000;; text-decoration: none;}
.custome-wrapper{max-width:1560px; width:100%;margin:0 auto; padding-left:15px; padding-right:15px;}
.transperent-top{list-style-type:none;     float: right;  padding-bottom: 5px;      display: table;	}	
#masthead { background-color: #1f1b1c;}	
.transperent-top li {     display: inline-block; padding-left: 20px;    font-size: 16px;   font-family: hind;   color: #ffffff;   display: table-cell;    vertical-align: text-bottom;	}
ul.transperent-top li i {    padding-right: 8px;}
.bottom-bar a {   color: #ffffff;}
.main-nav-top-bar {position: absolute;z-index: 999; width:100%; background-image: url(/wp-content/uploads/2018/02/bg-bar.png); background-repeat: no-repeat;background-position: 73%;background-size: initial;}
.main-navigation ul{float:right;    margin-right: 6%;}	
ul#primary-menu li a:hover {    color: #2d2d2d;}
.site-branding img {   max-width: 200px;   padding: 10px;}
.main-navigation li { float: left;  position: relative; font-size: 18px;   padding: 16px;         font-weight: 600;}
.ash-btn-spacing{padding-right:0px;}
.book-now-btn {   margin-top: 25px;   border-radius: 4px;float:right; 	}
.ash-button-bloack {    color: #fcff00;   font-size: 18px;   font-family: 'Hind', sans-serif;    font-weight: 600;	outline:none;}	
.appoinment-calender-btn{font-size: 30px!important;color: #fcff00;  width: 65px;   float: left;   padding: 9px;}
.ash-footer-logo{max-width:220px;}	
.deep-footer{background-color:#393939;padding-top: 20px; }
.deep-footer-right {   margin-top: 18px;}
.deep-footer-right h3 {    color: #ffffff;    line-height: 25px;     font-family: 'Hind', sans-serif;   font-weight: 400;  font-size: 22px;   text-align: right;}
.deep-footer-right h3 span {   color: #f6ff00!important;}
.menu-footer-menu-container ul li {
    list-style-type: none;
    display: inline-block;
    font-size: 17px;
     padding: 9px;   
    font-weight: 600;
    text-align: center;
}
.menu-footer-menu-container ul li a {
    color: #ffffff;    
}
.footer-icon p {
    width: 80px;
    float: left;
    padding-top: 15px;
    color: #ffffff;
	    font-size: 18px;

	
}
.footer-last-copy p {
  
        color: #ffffff;
    margin: 0;
    font-size: 16px;
    font-weight: 300;
    display: table-cell;
    vertical-align: middle;
}
.border-top-line {
    background-color: #393939;
    border-top: 1px solid white;
    padding-top: 10px;
   
}
.ash-home-panel-one {
    padding-left: 0px!important;
    padding-right: 0px!important;
}
.banner-text h3 {
  
    color: #ffffff;
    font-size: 28px;
}

div#layerslider_1 {
    
    z-index: 0;
}
.banner-text h1 {
    font-size: 80px;
    font-family: 'Hind', sans-serif;
    font-weight: bolder;
    letter-spacing: 0px;
    line-height: 68px;
    color: #ffffff;
}
.ash-button-red {
     background-color: #cb0000;
    color: #ffffff;
    padding: 8px 20px;
    text-decoration: none;
    border-radius: 5px;
    font-size: 18px;
    font-family: 'Hind', sans-serif;
    font-weight: 500;
   
}
.ask-home-panel-two {
    position: relative;
       margin-top: -70px;
}
.ash-first-row-services h2 {
    color: #00ff24;
  
}

.ash-first-row-services p {
    color: #ffffff;
	font-family: 'Quicksand';
    font-size: 25px;
	    font-weight: 300;
		    padding-bottom: 2em;
			    line-height: 28px;
}
.ash-img-center {
    margin: 0 auto;
}

.services-boxes h2 {
          color: #f0ff00;
    padding-top: 10px;
    margin: 0;
    padding-bottom: 5px;
    min-height: 55px;
    font-size: 30px;
}


.services-boxes p {
    color: #ffffff;
    font-weight: 300;
        max-width: 385px;
    margin: 0 auto;
	    line-height: 25px;
	min-height: 115px;
}
.ash-panel-two-white-box {
    background-color: #ffffff;
	    padding-top: 30px;
		    min-height: 320px;
}

.ash-box-inner-images {
    display: table;
    min-height: 290px;
}

.packages-icon
{
	    display: table-cell;
    vertical-align: bottom;
}


.ash-inner-boxes-content h3 {
    color: #303030;
       margin-top: 20px;
    font-size: 26px;
}
.ash-inner-boxes-content p {
    color: #303030;
	    font-weight: 400;
    line-height: 28px;
	    margin-bottom: 20px;
}

.ash-inner-boxes-content span a {
    color: #303030;
    text-decoration: underline;
	font-size: 22px;
	    text-underline-position: under;
	
}

.ash-panel-two-bottom{    margin-top: 30px;
margin-bottom:15px;
    padding-right: 5px;
    padding-left: 5px;  
}

.logo-panel-last{background-color:#ffffff; clear:both;}

ul.slick-dots {
    display: none!important;
}

.ash-panel-5-text h2,.ash-social-media h2, .ash-panel-four-top-text h2, .ash-panel-three-top-content h2 {
    color: #04f225;
	    margin-bottom: 5px;
}
.ash-panel-5-text p, .ash-social-media p {
  
  
    color: #ffffff;
    font-weight: 400;
        line-height: 28px;
    font-family: 'Quicksand';
   font-size: 24px;
}
.ash-panel-four-top-text p, .ash-panel-three-top-content p {
  
       color: #ffffff;
    font-weight: 300;
    line-height: 20px;
    font-family: 'Quicksand';
    font-size: 25px;
        margin-top: 10px;
}
div[class^=style-default_style] .wp-post-image
{
	    min-height: 125px!important;
    min-width: 125px!important;
      border-radius: 75px!important;
    border: 5px solid white;    width: 90px;

}

 .easy_testimonial_title {font-family: 'continuum_mediumregular'!important; position: absolute; top: 145px; color: #fff000;font-weight: 400!important;font-size: 24px;  margin-top: 12px;}
.ash-panel-five-bg
{ background-image: url(/wp-content/uploads/2018/02/testbg.png);background-size: cover; background-repeat: no-repeat; background-position: 100%;background-color:#323232	}
.ash-testimonials-content{   padding-top: 17%; padding-bottom: 11%; position: relative;}	
.ash-testimonials-content-right{   padding-top: 11%; padding-bottom: 14%; position: relative;}	
.testimonial_body:before { content: "\f10d"; position: absolute;  font-family: fontawesome; font-size: 60px; color: #ff9600; left: 164px;  top: -9px;}
.testimonial_body:after { content: "\f10e"; font-family: fontawesome; width: 50px;  height: 50px;   font-size: 60px; color: #ff9600; position: absolute;  top: 110px;    right: 140px;}
.testimonial_body { padding-left: 13em;  padding-right: 11em;}
.testimonial_body p {  color: #ffffff;font-size: 17px;  text-align: center;} 
.testimonial_slide.cycle-slide.cycle-slide-active {   margin-top: 60px;}
div.easy-t-cycle-next, div.easy-t-cycle-prev{display:none;} 
.cycle-slideshow {   height: 280px!important;}
#cff.cff-default-styles .cff-author a, #cff.cff-default-styles a{    color: #000;}
.ash-panel-three-bg {   background-image: url(/wp-content/uploads/2018/03/gallery-bg.jpg);   padding-top: 6%; padding-bottom: 9%;background-repeat: no-repeat; background-size: cover; background-position: center center;}
.ash-layer-content h2 { color: #04f225;}
.ash-layer-content p {   color: #ffffff;}
.ash-layer-content ul {  margin: 0;     padding-left: 25px;   margin-bottom: 25px;}
.ash-layer-content ul li { color: #ffffff;   font-size: 20px;   line-height: 18px;  font-weight: 300;list-style-type: none; position: relative; margin-bottom:20px;}
.ash-layer-content ul li:before { content: '.'; position: absolute; font-size: 75px; left: -25px;  right: 0; top: -15px; color: yellow;}
.ls-l { white-space: inherit!important;}
.ash-transperent-lyr h1 { font-size: 54px;  font-family: 'Hind', sans-serif;font-weight: bolder; letter-spacing: 0px; color: #ffffff;}
.ash-transperent-lyr p{      color: #ffffff; font-size: 25px; line-height: 8px; font-weight: 200; margin-bottom: 22px;}
.ash-transperent-lyr {  background-color: rgba(29,0,2,0.4); border-radius: 15px; padding-top: 30px; padding-bottom: 30px; padding-left: 15px;  padding-right: 15px;}
.ash-transprent-lyr-white { width: 340px;  background-color: rgba(255,255,255, 0.3); padding: 20px;  border-radius: 10px;}
.ash-transprent-lyr-white h1 { color: #000;line-height: 48px;display: inline-block;}
.ash-transprent-lyr-white h1 span {font-size: 64px;  font-weight: bolder;}
.ash-dream-bnr h3 { color: #fff; font-family: 'Hind', sans-serif; font-weight: 100;  font-size: 27px;}
.ash-dream-bnr h1 {  margin: 0; font-size: 75px;color: #00ff27; font-family: 'continuum_mediumregular';}
.ash-dream-bnr h2 {  color: #ffffff;   margin: 0;   font-weight: 100; font-size: 54px; font-family: 'Hind', sans-serif;    margin-bottom: 8px;}
.color-ylo { background-color: #f1fe00;  color: #000; font-size: 16px;  font-weight: bold;}
.ash-layer-content p {     line-height: 30px; font-weight: 300;}
.ash-layer-content {  padding-right: 18em;}
.ash-panel-three-top-content{padding:15px;}
.ash-button-red-small{       background-color: #cb0000;  background-color: #cb0000;  color: #ffffff; padding: 12px 24px; text-decoration: none;border-radius: 6px; font-size: 18px;  font-family: 'Quicksand';  font-weight: 500; }	
.cat-content { float: right;width:100%;}
.cat-content,.ctn-right {  font-size: 20px; float: left;	color:#fff;	text-decoration:none;}
.cat-content span { font-size: 20px;color:#fff;  float: right;	}
.cat-title h3 { color: #bb0000;  text-transform: capitalize;font-size:32px;}	
.cat-title-left h3 {float: right;color: #bb0000; text-transform: capitalize; font-size:28px;}
.ct-left{float:left;  width:100%;}
.ct-left-content{font-size: 20px;     float: right;color:#fff;text-decoration:none;	}
.ct-left span {  font-size: 20px;color:#fff;}	
.ash-panel-fout-top h2{margin:0;	padding-bottom: 15px; color:#19ee1a;}
.ash-panel-fout-top p { color: #ffffff; font-family: 'Quicksand';font-size: 25px;font-weight: 300; margin-bottom: 35px;}
#slider1_container .reslide_arrow_left, #slider1_container .reslide_arrow_right{display:none!important;}
p.testimonial_author { position: absolute; bottom: -25px;color: #fff;font-size: 13px;text-align: center; font-family: 'Quicksand';  font-weight: 300; margin-left: 7px;}
.ash-social-media { margin-bottom: 18px;}
div#cff { border-radius: 10px;}
.testimonial_body { margin-top: 35px;}
.ls-circle-timer {display: none!important;}
div#slider1_container {  border-radius: 14px;}
.footer-last-copy { display: table;min-height: 55px;}
.testimonial-client { position: absolute; left: 325px; bottom: 38px; font-size: 18px; width: 264px!important; color: #04f225; font-weight: bold; font-family: hind;}
#ffwd_container1_0 #ffwd_container2_0 .blog_style_objects_conteiner_0 .blog_style_objects_conteiner_1_0{background-color:#ffffff!important;}
.footer-social-icon { float: right; margin-right: 20px; margin-top: 6px;}
.footer-social-icon ul {list-style: none;}
.footer-social-icon ul li {display: inline-block; margin-right: 6px;}
.footer-social-icon ul li p { color: #ffffff;  position: absolute;right: 130px; bottom: -12px;}
.footer-social-icon ul li a img:hover, .ct-social-icon ul li a:hover {  filter: grayscale(80%);}
.right-italic { font-style: italic; color: #ffffff!important; display: inline-block;}
.mCSB_dragger_bar {  visibility: hidden!important;}
.mCSB_dragger { background-image: url(/wp-content/uploads/2018/03/scr-btn.png)!important;  background-repeat: no-repeat!important;}
.ash-slide-two:focus {  color: #000; text-decoration: none;}
.color-ylo:focus,.ash-button-red:focus {text-decoration: none; color: #000;  outline: none;}
.ls-bottom-slidebuttons a { display: inline-block!important;}
#slider1_container .reslide_navigator {  top: 650px!important;left: 250px!important;}
#slider1_container .reslide_navigator .reslide_dotav{background-color:#19ee1a!important; border:#19ee1a!important;}
#layerslider_1 .ls-bottom-slidebuttons { margin-top: -65px!important; position: absolute;} 
#layerslider_2 .ls-nav-stop.ls-nav-stop-active { display: none;}
#layerslider_1 .ls-nav-start.ls-nav-start-active, #layerslider_1 .ls-nav-stop,#layerslider_1 .ls-thumbnail-hover,#layerslider_2 .ls-nav-stop.ls-nav-stop-active, #layerslider_2 .ls-nav-start, #layerslider_2 .ls-thumbnail-hover{display:none!important;}
.commen-banner { min-height: 637px;  background-repeat: no-repeat; background-size: cover; background-position: 100%;}
.banner-bottom-content p {   font-family: 'Quicksand'; color: #ffffff;}
.banner-bottom-content h2 { color: #00ff24; margin-top: 0;}
.banner-bottom-content { margin-top: -35px;margin-bottom: 35px;}
.ct-left-content ul { padding-left: 0;}
.ct-left-content ul li { list-style-type: none;  margin-bottom: 30px;}
li.ct-phone {  line-height: 32px;}
.ct-phone span { font-weight: bold;}
.ct-phone a { color: #f6ff00;font-weight: bold; font-size: 40px;}
.ct-phone a:hover {  text-decoration: none; outline: none;}
li.ct-location {    max-width: 100%;    line-height: 28px;    font-size: 25px;}
li.ct-location span {  font-style: italic;    font-weight: 300; font-size: 23px;}
.ct-social-icon ul li {  display: inline; padding: 0px 3px;}
.ct-actual-form{clear:both;}
.ct-aform-fields{margin-top:4em; margin-bottom: 2em;}
.ct-aform-fields label {    color: #ffffff;    font-weight: 400;    font-size: 28px;width: 100%;}
.ct-aform-fields input[type="text"], .ct-aform-fields input[type="email"], .ct-aform-fields input[type="tel"], .ct-aform-fields textarea {  width: 100%;  max-width: 100%;  padding: 13px; margin-top: 12px; border-radius: 12px; text-indent: 5px; font-size: 18px; outline: none; color: #000000!important;}
.ct-aform-fields input[type="submit"] { float: right; background-color: #cb0000;  border: none; font-size: 20px;margin-bottom: 25px; padding: 15px 25px; color: #ffffff; font-weight: 600; border-radius: 9px; outline: none;}
.ct-aform-fields  div.wpcf7-validation-errors, .ct-aform-fields  div.wpcf7-acceptance-missing{font-size: 16px!important; color: #ffffff!important;    float: left;}	
div#map1 { -webkit-border-radius: 6px;}		
.ct-phone a:visited, .ct-phone a:active, .ct-phone a:focus, .main-navigation a:focus {outline: none; text-decoration: none;}	
.banner-trap-box {      background-color: rgba(95,77,76,0.2); margin-top: 19em; padding: 15px 18px 30px;border-radius: 12px;}	
.banner-trap-box h1 {  margin-top: 8px; color: #ffffff; font-weight: 600;margin-bottom: 6px;}
.banner-trap-box p { color: #ffffff; line-height: 24px; font-weight: 100;  margin-bottom: 15px;}	
.banner-trap-box a:hover,.ash-download-brochure input[type="submit"]:hover { color: #000000; text-decoration: none; outline: none;}
.blog-thumbnail img {  border-radius: 30px;}
.blog-post-content {  margin-top: 60px; margin-bottom: 50px;}
.right-blog-content p {color: #ffffff; line-height: 21px;  font-weight: 20; margin-bottom: 15px; width: 100%;overflow: hidden;text-overflow: ellipsis; -webkit-line-clamp: 3; -webkit-box-orient: vertical;display: -webkit-box; height: 63px;}
.right-blog-content h3 { color: #ffffff; margin-bottom: 17px!important;}
a.rotate-right { font-size: 16px;padding: 10px;float: right;}
a.rotate-right:hover, .rotate-right:focus, .rotate-right:active, .rotate-right:visited { outline: none; text-decoration: none;color: #000000;}
.read-more-div {  margin-top: 45px!important;}
.rpwe-block ul li a img { border: none!important;  border-radius: 12px;}
.ct-aform-fields span.wpcf7-not-valid-tip { font-size: 18px!important;margin-top: 5px!important;}
.rpwe-block ul li {  border: none;}
.announcement-rows {margin-top: 14em;margin-bottom: 3em; width: 100%;    padding-left: 15px;}
.single-title h2 { color: #ffffff;  margin-bottom: 20px;}
.r-sidebar-color h2{color: #ffffff; margin-bottom: 20px;font-size:38px;}
.r-sidebar-color {background-color: rgba(33,33,33,0.9); margin-top: 90px; border-radius: 22px; padding-bottom: 40px;}
.post-content-bottom img {  border-radius: 10px;margin-bottom: 20px;}
.post-content-bottom p { color: #ffffff; line-height: 25px; margin-bottom: 15px; font-weight: 300;}
h3.rpwe-title a { color: #ffffff;font-size: 18px;  font-family: 'Hind', sans-serif;}
.rpwe-block ul li h3 {  margin-top: 15px!important;}
h3.rpwe-title a:focus{outline:none!important;text-decoration:none!important;	}
section#archives-2 ul li a { font-size: 18px;color: #ffffff!important; outline: none; text-decoration: none;}
section#archives-2 ul { padding-left: 24px; color: #ffffff;}
section#archives-2 { margin-bottom: 20px; border-bottom: 1px solid; padding-bottom: 20px;}
.rpwe-block ul{    border-bottom: 1px solid;}
.post-content-bottom {  max-width: 93%;}
.fb_iframe_widget { width: 100%!important;max-width: 430px!important; overflow: hidden;}
.ash-broucher-form input[type="text"], .ash-broucher-form input[type="email"] {
       width: 17%;
    float: left;
    margin-right: 3%;
    padding: 10px;
    font-size: 20px;
    text-indent: 10px;
    border: none;
    border-radius: 6px;
    margin-bottom: 15px;
	    outline: none;
}

#wpcf7-f499-o1 .wpcf7-form-control.g-recaptcha.wpcf7-recaptcha {
    transform: scale(0.68);
    -webkit-transform: scale(0.68);
    margin-top: -14px;
    text-align: left;
    float: left;
}
.ash-broucher-form input[type="email"]{margin-right:0!important;}
.ash-download-brochure input[type="submit"] {
    background-color: #cb0000;
    font-size: 17px;
    color: #ffffff;
    font-weight: 600;
    padding: 16px 34px;
    border: none;
    outline: none;
}

section.ash-broucher-sect {
        overflow: auto;
    background-image: url(/wp-content/uploads/2018/07/Divider-Img.jpg);
    background-size: cover;
    padding: 30px 0px 50px;
    margin-bottom: 80px;
    width: 99.35vw;
    position: relative;
    margin-left: -49.0vw;
    left: 49%;
}
.ash-broucher-form {
    margin-top: 25px;
}
.brocher-price-list h2 {
    color: #000000;
}
.brocher-price-list p {
    color: #000000;
    font-weight: 300;
    font-size: 22px;
}
.ash-broucher-form div.wpcf7-mail-sent-ok {
    display: none!important;
}

.ash-broucher-form div.wpcf7-validation-errors{font-size:18px; float:left;     margin-top: 5px;
    margin-left: 0;     color: #000000;}

div#slider2_container, div#slider3_container, div#slider4_container, div#slider5_container, div#slider6_container, div#slider7_container {
    border-radius: 32px;
    margin: 0!important;
}
.Services-content-box h3 {
    margin-top: 20px;
    color: #f6fa00;
}
.Services-content-box p {
    color: #ffffff;


    font-weight: 300;
    line-height: 23px;
	    max-width: 440px;
}

.Services-content-box ul li:before {
    content: '.';
    font-size: 50px;
    position: absolute;
    top: -35px;
    left: -16px;
    color: #f6fa00;
}
.Services-content-box ul li {
    font-size: 18px;
    color: #ffffff;
    font-weight: 300;
    position: relative;
	    margin-bottom: 14px;
}
.Services-content-box ul {
    margin-left: 0;
    padding-left: 16px;
    list-style-type: none;
}



#slider2_container .reslide_navigator, #slider3_container .reslide_navigator,#slider4_container .reslide_navigator,#slider5_container .reslide_navigator,#slider6_container .reslide_navigator,#slider7_container .reslide_navigator { position: absolute;top: 290px!important;left: 373px!important;}
.outer-box-cont {     margin-bottom: 60px;}
div#chevron, #chevron-contact, #chevron-services {  position: relative;  text-align: center;  height: 95px; width: 100%;float:left;}
div#chevron:before,#chevron-contact:before, #chevron-services:before {content: ''; position:absolute; top: 52px!important;left: 0; height: 100%;width: 100%;background: #ffffff;transform: skew(0deg, 3deg);}
.price-boxes { margin-bottom: 150px;}
section.hccf-section {  background-image: url(/wp-content/uploads/2018/07/Divider-Img-1.jpg)!important;      margin-bottom: 170px;  padding: 65px 0px 65px!important;}
.price-boxes:nth-child(8) {  clear: left;}
.left-black, .right-black{color:#000000!important;}
.cat-pkg-title{    color: #bb0000; text-transform: capitalize;margin-top: 40px;}	
.detail-packages-inner {font-weight: 600;  max-width: 435px; background-color: #ffffff;float: left; clear: both;min-height: 255px;margin-bottom: 30px; width: 100%; padding: 15px;border-radius: 7px; position: relative;z-index: 123; overflow: inherit;}
.ash-hccf h4 { font-size: 32px; font-weight: bolder; color: #000000;}
.ash-hccf p { font-weight: 400; color: #000000;}
.ash-hccf { width: 60%; float: left;}
.ash-hccf-btn a {  padding: 10px 50px!important; font-size: 14px!important; font-weight: 600!important;}
.blog-post-content:last-child { margin-bottom: 3em;}
.ash-packages-sect{    margin-top: 23em;}
.ash-cat-images img { width: 180px;}
.ash-cat-images {  position: absolute;top: -133px;  left: 120px;}
.ash-cat-images img {  border-radius: 50%; width: 180px;border: 6px solid #ffffff; background: #ffffff;}
.ash-hccf-btn { float: right;margin-top: 50px; margin-right: 40px;}
.price-boxes:nth-child(8), .price-boxes:nth-child(9), .price-boxes:nth-child(10) {  margin-bottom: 16px;}
.price-boxes:nth-child(5), .price-boxes:nth-child(6), .price-boxes:nth-child(4) {    margin-bottom: 25px;}
.amazingcarousel-title,.amazingcarousel-description { display: none;}
#wonderplugincarousel-4 .amazingcarousel-nav, #wonderplugincarousel-5 .amazingcarousel-nav{ width: 4%!important; }
.amazingcarousel-nav { margin-top: 11px!important; float: right;right: 0;}
.ash-gallery-banner {background-color: rgba(95,77,76,0.6)!important;}
#wonderplugincarousel-6 .amazingcarousel-nav{    width: 10%!important;}
.w-layout-inner .amazingcarousel-nav { left: 0!important;}
li.ct-location a {color: #ffffff;  text-decoration: none;}

.outer-box-cont:nth-child(5) {
   clear:left;
}
section.standerd-template {
    margin-top: 20em;
        margin-bottom: 42em;
}

.standard-content h1 {
    color: #ffffff;
}
.standard-content h2,.standard-content h3{    color: #00ff24;}

.standard-content p {
    color: #ffffff;
    font-weight: 200;
}
.ct-aform-fields div.wpcf7-mail-sent-ok
{float:left;font-size:17px;    color: #ffffff;
    margin-top: 0;}

.image-section img {
    width: 310px;
    border-radius: 15px;
    margin-bottom: 10px;
}
.content-area-right h3 {
    color: #ffffff!important;
    font-size: 25px;
}
.content-area-right {
    width: 80%;
}
.content-area-right p {
    color: #ffffff;
    line-height: 20px;
    font-weight: 300!important;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    height: 60px;
}
.content-area-right h3 a {
    text-decoration: none;
    color: #ffffff;
    outline: none;
}
.next-previous {
    padding-bottom: 35px;
}
.post-content-bottom ul {
    padding-left: 20px;
    list-style-type: none;
}
.post-content-bottom ul li:before {
    content: '.';
    position: absolute;
    font-size: 47px;
    top: -31px;
    left: -18px;
    color: #ffff00;
}

.post-content-bottom ul li {
    font-size: 20px;
    color: #ffffff;
    font-weight: 300;
    position: relative;
    margin-bottom: 10px;
}
.blog-pagination
{
	clear: left;
	padding-top: 30px;
}
.page-numbers {
    font-size: 22px;
    padding: 7px;
    color: #ffff00;
    font-family: 'continuum_mediumregular';
}
.blog-pagination .current {
    color: #00fb24;
}
.blog-pagination a:hover {
    text-decoration: none;
    outline: none;
    color: #ffff00;
}
#slider1_container .reslide_navigator .reslide_dotav
{
	background-color:#cb0000!important;
}
.testimonial-client
{
	display:none!important;
}
.ash-layer-content ul li:nth-child(1)
{margin-top:25px;}
.not-found-are {
    margin-top: 15em;
}
.not-found-inner p {
    float: right;
    clear: right;
    color: #ffffff;
    margin-right: 50px;
}
.not-found-inner h3 {
    float: right;
    font-size: 36px;
    clear: both;
    color: yellow;
    margin-right: 50px;
}
.not-found-inner a {
    float: right;
    clear: right;
    margin-right: 50px;
    margin-top: 15px;
    padding-bottom: 15px;
}
.not-found-inner a:hover, .not-found-inner a:active, .not-found-inner a:visited {
    outline: none;
    text-decoration: none;
}
.html5-elem-box
{
	border-radius:18px!important;
}
.html5-image
{
	 padding: 0px!important;
}


/*Edge CSS Hacks*/

@supports (-ms-ime-align:auto) {
  .menu-footer-menu-container ul li
  {padding:0px;} 
  .main-navigation li{padding:0px; margin-top:20px; }
  .menu-footer-menu-container .menu-item a img{width:35px;}
  section.ash-broucher-sect{float:left;}
}



.price-boxes:nth-child(11) {
    margin-top: 140px;
}








@media(max-width:1530px)
{
	
#wonderplugincarousel-4 .amazingcarousel-nav,#wonderplugincarousel-5 .amazingcarousel-nav{ width: 23%!important;}	
#wonderplugincarousel-6 .amazingcarousel-nav { width: 100%!important;}	
.w-layout-inner {
    text-align: center;
}
}

@media(max-width:1400px)
{
.deep-footer-right h3{ font-size: 20px;}	
.ash-inner-boxes-content p { color: #303030;font-weight: 400; line-height: 28px; margin-bottom: 20px;  overflow: hidden;  text-overflow: ellipsis;-webkit-line-clamp: 5; -webkit-box-orient: vertical;
 display: -webkit-box;  max-width: 100%; height: 135px;}	
.testimonial-client { left: 270px;bottom: 19px;}
.services-boxes h2{    min-height: 53px; font-size: 28px}
.ash-layer-content h2{    font-size: 36px; margin: 0;}
.ash-layer-content p{    line-height: 22px; font-size:18px;}
.ash-layer-content ul li{    font-size: 18px; margin-bottom: 18px;}
.ash-social-media h2,.ash-panel-5-text h2{  font-size: 42px;}
.testimonial_body:after{    top: 125px;}
.ash-cat-images{    left: 110px;}


@supports (-ms-ime-align:auto) {  .menu-footer-menu-container .menu-item a img{width:35px;}}




}
@media(max-width:1281px)
{		
div#ash-mens-panel img {  margin-top: -10px!important;}
.services-boxes h2{    min-height: 70px;font-size: 24px;}		
.menu-footer-menu-container ul li{ padding: 5px; font-size: 16px;	}
.deep-footer-right h3{    font-size: 18px; line-height: 21px;}
.banner-text h1{line-height: 50px;font-size: 60px;margin-bottom: 18px;}
.ash-price-centr-slider {    margin-top: 18%;}
.ash-col-spc-rmv{padding:0!important;    margin-bottom: 12px;}
.ash-testimonials-content{    padding-bottom: 8%;}
.ash-inner-boxes-content h3{    font-size: 26px;}
.testimonial_body{    padding-right: 4em;}
.testimonial_body:after{right: 33px;}
.banner-trap-box h1{font-size: 36px;}
.r-sidebar-color h2{font-size:30px;}
.single-title h2 {  font-size: 36px;}
.ash-cat-images {   left: 90px;}
#wonderplugincarousel-4 .amazingcarousel-nav, #wonderplugincarousel-5 .amazingcarousel-nav, #wonderplugincarousel-6 .amazingcarousel-nav { width: 100%!important;}
.testimonial_body p
{font-size:14px;}




}
@media(min-width:992px) and (max-width:1199px)
{	
.not-found-inner p,.not-found-inner h3, .not-found-inner a{margin-right:0px;}


.read-more-div {
    margin-top: 30px!important;
}

.deep-footer-right h3{text-align:left;}
.ash-inner-boxes-content p {font-size: 18px; line-height: 22px; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 3; -webkit-box-orient: vertical; display: block;display: -webkit-box; max-width: 100%;height: 67px;}	
.ash-box-inner-images{min-height: 235px;}
.ash-panel-two-white-box{    min-height: 265px;}
.testimonial-client { left: 235px;}
div#cff{width:305px!important;}
.ash-first-row-services h2,.ash-panel-three-top-content h2,{font-size:40px;}
.ash-first-row-services p,.ash-panel-three-top-content p{font-size: 22px;}
.ash-layer-content h2, .ct-phone a{font-size: 32px;}
.ash-transperent-lyr h1 { font-size: 42px;}
.ash-transperent-lyr p{    font-size: 18px;}
.ash-transperent-lyr { padding-top: 1px;  padding-bottom: 17px;}	
.ash-transprent-lyr-white{    padding: 2px 15px 25px 15px;    margin-top: 34px;}
.ash-transprent-lyr-white h1{    font-size: 40px;	}		
.ash-dream-bnr h3{font-size: 20px;}
.ash-dream-bnr h1{    font-size: 52px;}
.ash-dream-bnr h2,.ash-transprent-lyr-white h1 span{    font-size: 38px;}	
.menu-footer-menu-container ul li{  font-size: 14px; padding: 5px;}
.main-navigation li{font-size: 14px;  padding: 14px;}		
.banner-text h3 { font-size: 22px;}
.banner-text h1 {   font-size: 42px; line-height: 40px; margin-top: 4px;}
.ash-button-red { padding: 6px;   font-size: 16px;}
.cat-title-left h3, .cat-title h3, .ash-social-media h2{    font-size: 30px;}
.ash-layer-content p { line-height: 25px;	font-size:20px;    margin-bottom: 25px;

width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    height: 145px;


}
.ash-layer-content ul li{display:none;}
.ash-layer-content {  padding-right: 8em;}
.ash-button-red-small{font-size:18px;}
.testimonial_body{    padding-left: 12em;}	
.testimonial_body:before{font-size: 50px;top: -20px;}
.testimonial_body:after {     top: 145px;     right: 60px;font-size: 50px;}
.ash-social-media p { font-size: 22px;}
li.ct-location, li.ct-location span{    font-size: 20px;}		
.ct-aform-fields label	{    font-size: 24px;}
.ct-aform-fields input[type="text"], .ct-aform-fields input[type="email"], .ct-aform-fields input[type="tel"], .ct-aform-fields textarea{    padding: 10px;}	
.blog-post-content { margin-top: 20px;margin-bottom: 20px; clear: both;}
.ash-broucher-form input[type="text"], .ash-broucher-form input[type="email"]{ width: 19%;}
.ash-download-brochure input[type="submit"]{    padding: 16px 20px;}
.ct-logos { padding-top: 35px;}	
.ash-cat-images {  left: 70px;}
@supports (-ms-ime-align:auto) { 
  .main-navigation li{padding:0px; margin-top:20px; }
}


}


@media(max-width:991px)
{
	
.ash-download-brochure {
    float: left;
    width: 100%;
}	
#wpcf7-f499-o1 .wpcf7-form-control.g-recaptcha.wpcf7-recaptcha {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0px;
    margin-bottom: 7px;
}
	
	
	
	

.price-boxes:nth-child(11) {
    margin-top: 0px;
}

.not-found-inner p,.not-found-inner h3, .not-found-inner a{margin-right:0px;}
div#chevron-contact, #chevron-services,div#chevron,.deep-footer-right a h3 br,.footer-social-icon { display: none;}	
.ash-transprent-lyr-white{    background-color: rgba(255,255,255, 0.7);}
.deep-footer-right h3{text-align:left;}	
.ash-inner-boxes-content p { font-size: 18px; line-height: 22px;overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 3;  -webkit-box-orient: vertical;  display: block;   display: -webkit-box;
  max-width: 100%; height: 67px;}	
.footer-last-copy {  min-height: 32px;}	
.footer-social-icon ul li p{    position: initial;}
.border-top-line{padding-bottom:15px;}
.footer-social-icon ul {padding-left: 0;}
.footer-social-icon { float: left;}
.testimonial-client { left: -76px;  bottom: -26px;}
.services-boxes { min-height: 270px;}
.ash-transperent-lyr{    padding-top: 2px; padding-bottom: 25px;}
.ash-transperent-lyr h1 { font-size: 38px;}
.ash-transperent-lyr p{    font-size: 16px;}
.ash-transprent-lyr-white h1, .ash-transprent-lyr-white h1 span{    font-size: 32px; margin-top: 0;    line-height: 32px;}
div#ash-mens-panel img {    margin-top: -10px!important;}
.ash-dream-bnr h3{    font-size: 25px;} 
.ash-dream-bnr h1{font-size: 46px;}
.ash-dream-bnr h2{    font-size: 33px; margin-bottom: 10px;}
.ash-dream-bnr {  margin-top: 20px;}
.ash-panel-two-bottom{    padding-right: 15px;}
.ask-home-panel-two{    margin-top: -40px;}
.ash-testimonials-content{    padding-top: 0%;  padding-bottom:0%;   }
.ash-testimonials-content-right {padding-top: 0%; padding-bottom: 4%;}
.ash-panel-five-bg{background-image:none;}
.ash-inner-boxes-content {  padding: 10px;}
.main-navigation li{    font-size: 12px; padding: 4px;margin-top: 20px;}	
.main-nav-top-bar{background-color:#ffffff;background-image:none;}
.main-navigation ul{    margin-right: 0%; }
.ash-home-panel-one{margin-top: 112px;	}
.ls-l{    top: 30px!important;}
.banner-text h1 {font-size: 44px;line-height: 42px; margin-top: 8px;  margin-bottom: 18px;   }
.banner-text h3 { font-size: 24px;}
.ash-button-red { padding: 6px; font-size: 16px;}
.ash-layer-content {margin-top: -35px;  margin-left: -32px;}
.ash-layer-content p {  padding-bottom:10px; line-height: 20px; font-size: 15px; margin-bottom: 10px;}
.ash-price-centr-slider,.ash-layer-content ul { display: none;}
.cat-title-left h3,.cat-title h3 {float:left; font-size:26px;}
.ct-left,.ct-left-content ,.cat-content,.ctn-right{float:left;font-size: 18px;}
.ct-left span,.cat-content span{float:right;    font-size: 18px;}
.ash-first-row-services h2 {  font-size: 36px; margin-top: 40px;}
.ash-first-row-services p {    font-size: 18px;}
.services-boxes h2{    min-height: auto;}
.ash-panel-three-top-content h2,.ash-panel-fout-top h2{font-size:36px;}
.ash-panel-three-top-content p,.ash-panel-fout-top p,.ash-first-row-services p { font-family: 'Quicksand'; font-size: 20px;}
.ash-button-red-small{font-size: 16px;}
.ash-layer-content h2{font-size: 32px;}
.ash-social-media h2, .ash-panel-5-text h2 { font-size: 36px;}
.ash-panel-5-text p, .ash-social-media p{max-width:100%; font-size:20px;}
.testimonial_body:before{    top: -35px;}
.ash-box-inner-images{    min-height: auto!important;}
.map-div-clear{clear:both;}
.ct-phone a{font-size: 28px;}
li.ct-location, .ct-aform-fields label{font-size:20px;}
.ct-left-content ul li{    margin-bottom: 10px;}
.ct-social-icon {margin-bottom: 18px;}
.xs-left-spacing {    padding-left: 0!important;  padding-right: 0!important;}
.ct-aform-fields input[type="text"], .ct-aform-fields input[type="email"], .ct-aform-fields input[type="tel"], .ct-aform-fields textarea{    padding: 8px;  margin-top: 8px;}
.ct-aform-fields textarea {  height: 150px;}
.ct-aform-fields input[type="submit"]{    font-size: 16px;}
.banner-bottom-content {  margin-top: -10px;  margin-bottom: 25px;}
.commen-banner{    min-height: 410px;     background-position: center center;}
.banner-trap-box{    margin-top: 16em;}
.blog-thumbnail img { max-width: 250px;   margin-bottom: 15px;}
.read-more-div a { margin-bottom: 20px;}
.read-more-div{margin-top:0px!important;}
.post-content-bottom{max-width:100%;}
.r-sidebar-color { margin-left: 15px;}
.announcement-rows { padding-left: 10px;}
.ash-broucher-form input[type="text"], .ash-broucher-form input[type="email"]{width:100%;}
.ash-cat-images{top: 0;   left: 0; text-align: center; position: initial;}
.price-boxes {  margin-bottom: 0px;}
section.hccf-section{margin-bottom:25px; padding-left: 15px!important}
.ash-cat-images img{width:140px;}
.detail-packages-inner{min-height:380px;}
.ash-packages-sect {   margin-top: 4em;}
.ash-hccf {  width: 100%;} 
.ct-logos {padding-top: 25px;}
.w-layout-inner {text-align: left;}
section.standerd-template {  margin-bottom: 5em;}

@supports (-ms-ime-align:auto) { 
.menu-primary-menu-container .menu-item a img, .menu-item a.menu-image-hovered img.hovered-image, .menu-item a.menu-image-hovered:hover img.menu-image{display:none;}
.main-navigation li{font-size:14px; padding:6px;margin-top:35px;}
}
 
}


@media(max-width:768px){

.not-found-inner a {
    margin-bottom: 5em;
}
	
.easy-t-cycle-controls {
    display: none!important;
}	
.ash-transperent-lyr{margin-left:45px;}
.main-nav-top-bar{position: fixed;right: 0; left: 0; z-index: 1030;}
.ash-transprent-lyr-white{    background-color: rgba(255,255,255, 0.7);}
#mobmenuright a span img { display: none;}
.menu-primary-menu-container ul a { font-family: 'Hind'; font-size: 22px; font-weight: 600; padding: 11px 17px; list-style-type: none;}
.menu-primary-menu-container ul {  display: grid;}
.menu-primary-menu-container ul a:hover { text-decoration: none; color: #2d2d2d;}
.mob-menu-logo-holder{    display: none;}
.services-boxes { min-height: 210px;}
.mobmenur-container i { color: #cb0101!important;}
.ash-transperent-lyr h1 { font-size: 26px;}.ash-transperent-lyr p { font-size: 14px;    margin-bottom: 12px;}
.ash-dream-bnr h3{display:none;}
.ash-dream-bnr h1{    font-size: 34px;}
.ash-dream-bnr h2{    font-size: 25px;}
div#ash-mens-panel img { margin-top: 3px!important;}	
.book-now-btn{display:none;}
.menu-footer-menu-container ul li{padding:6px;      font-size: 16px;}
ul#menu-footer-menu {margin-top: 6px; padding: 0;}
.deep-footer-right {  margin-top: 0px;}
.banner-text h3{    margin-bottom: 20px;}
.banner-text h1, .ash-layer-content ul { display: none; }
.ash-layer-content h2{    margin-top: -12px; font-size: 22px;}
.ash-menu-btn {  position: absolute;right: 10px; top: -82px;background: #fff!important; color: red; border: none;}
.main-navigation ul{float:left;}
.main-navigation li,.cat-pkg-title{margin-top:0px;}
.ash-layer-content p {
    font-size: 15px;
    padding-bottom: 7px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    height: 96px;

}
.cat-title-left h3, .cat-title h3{font-size:24px;}
.easy_testimonial_title{font-size:22px;}
.custome-wrapper{    padding-left: 5px; padding-right: 5px;}
.wpls-logo-showcase button.slick-arrow { width: 30px; height: 30px;	}
.ash-button-red-small { font-size: 12px;padding: 8px;}
.testimonial_body { padding-left: 0em;  padding-right: 0em;}
.testimonial_body:before,.testimonial_body:after{display:none;}
.ct-left,.ct-left-content, .cat-content,.ctn-right,.ct-left span, .cat-content span { font-size: 16px;}
.ash-first-row-services h2 { font-size: 32px;}
.ash-panel-three-top-content p, .ash-panel-fout-top p, .ash-first-row-services p,.ash-panel-5-text p, .ash-social-media p{font-size:18px;}
p{font-size:18px;}
.ash-panel-three-top-content h2, .ash-panel-fout-top h2,.ash-social-media h2, .ash-panel-5-text h2,.banner-bottom-content h2,.brocher-price-list h2{font-size:32px;}
.ash-inner-boxes-content{text-align:center;}
.transperent-top{display:none;}
.center-allignment { padding-top: 16em;}
.banner-trap-box { margin-top: 0em;}
#layerslider_1 .ls-bottom-slidebuttons{  margin-top: -40px!important;	}
.banner-trap-box h1{    font-size: 28px;}
.detail-packages-inner{max-width:100%; min-height:auto;}
.xs-container {  padding-left: 0; padding-right: 0;}
ul#mobmenuright li a {   font-family: 'Hind', sans-serif!important;  font-size: 18px!important;  font-weight: 600!important;}
.mobmenu_content #mobmenuright li:hover {  background-color: #222!important;}

}

@media(max-width:600px){
	
	
.outer-box-cont,.Services-content-box p{width:100%; max-width:100%;}	
.easy_testimonial_image_wrapper { margin: 0 auto;  text-align: center;margin-left: -93px;}	
.ash-box-inner-images{min-height: auto;}
.packages-icon img {width: 50%; margin: 0 auto;}	
.ash-panel-two-bottom { width: 100%; text-align: center;}	
.ash-transperent-lyr p{display:none;}
.ash-transperent-lyr h1 {font-size: 26px;   font-weight: bold;}	
.ash-transprent-lyr-white h1, .ash-transprent-lyr-white h1 span{       font-weight: bold; font-size: 24px;}
.menu-footer-menu-container ul li { padding: 2px;  font-size: 14px;}
.ask-home-panel-two { margin-top: -15px;}
.testimonial_body p{text-align: initial;  margin-top: 0px;  padding-left: 0px;}
.ash-layer-content p,div#layerslider_2 .ls-nav-prev,div#layerslider_2 .ls-nav-next,.testimonial_body p:before, .testimonial_body p:after,.amazingcarousel-nav{display:none!important;}	
.ash-layer-content { margin-top: 0px;}
div[class^=style-default_style] .wp-post-image{ min-height: 80px!important; min-width: 80px!important; overflow: hidden; position: absolute; top: -55px;	}	
blockquote.easy_testimonial{    margin-top: 25px;}
.easy_testimonial_title{    position: relative;     text-align: center; top: 0px;}
p.testimonial_author{    position: initial; bottom: 0px;}	
.ash-layer-content h2{margin-bottom:20px;}
div#layerslider_2 { margin-top: -20px!important; margin-bottom: 13px!important;}	
.ash-transperent-lyr { margin-left: 20px;}
.center-allignment { padding-top: 13em;}
#layerslider_1 .ls-bottom-slidebuttons { margin-top: -13px!important;    margin-left: -32px;}	
section.ash-broucher-sect{    width: 92.9vw;  left: 52.5%;}
.wpls-logo-showcase button.slick-arrow { width: 28px!important;  height: 28px!important;}

}


@media(max-width:480px){

.ash-transprent-lyr-white h1, .ash-transprent-lyr-white h1 span, .ash-transperent-lyr h1{font-size: 16px;}
.ash-transprent-lyr-white{    width: auto;    padding: 15px;}
.ash-button-red{font-size: 12px;}
.ash-dream-bnr h1, .ash-dream-bnr h2, .ash-layer-content h2,.ash-transprent-lyr-white h1{display:none;}	
.ash-col-spc-rmv{width:100%;}
.ash-transprent-lyr-white{background-color:transparent;}
#layerslider_2 a.ash-button-red-small{display: inline-block !important;width:100% !important;}	



}

@media(max-width:360px){
	span.ls-bottom-slidebuttons {  display: none!important;}
.ash-transprent-lyr-white, .ash-transperent-lyr,a.ash-button-red.color-ylo{display:none;}

#wpcf7-f499-o1 .wpcf7-form-control.g-recaptcha.wpcf7-recaptcha{transform: scale(0.7);
    -webkit-transform: scale(0.7);

    float: left;
    width: 100%;
    margin-left: 0;}
.ash-download-brochure input[type="submit"]{width: 100%;}


	
} 
 