header nav{  
	width: 750px;
    margin: auto;
}
header .main-menu>li.current-menu-parent>a, header .main-menu>li>a:hover, .main-menu>li:hover>a{background: #b1001e;}
header .socials--slide-hover{
	max-height: 35px;
	padding-right: 15px;
}
.single-practice .post__thumb--single-practice{
	height: inherit;
    border-bottom: 2px solid #ccc;
    padding-bottom: 50px;
    background-color: transparent;
    margin-bottom: 0;
}
.single-practice{margin-bottom: 40px;}
.single-practice .effect-apollo:hover .effect-apollo__overlay:before{
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 25deg) translate3d(0, 110%, 0);
}
.single-practice .effect-apollo__overlay:before{
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 25deg) translate3d(0, -110%, 0);
}
.search-form textarea{
	height: 75px;
	resize: none;
}
.btn{
	background-color: #f03240;
	box-shadow: inset 0 0 0 2px #f03240, 0 0 1px transparent;
}
h2{color: #f03240;}
header .main-menu .mega-sub-menu{
	display: /* block */;
    width: 200px;
    padding: 20px 0 10px;
}
header .sticky-container{height: 63px !important;}
header .main-menu .mega-sub-menu__link:hover{background-color: #f03240;}
header .main-menu .mega-sub-menu__list--two-cols, header .main-menu .mega-sub-menu__section{width: 100%;}
header .main-menu>li>a{font-family: inherit;}
.page-heading--no-img1{
	background: url(../images/flooring-bg.jpg)no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 200px;
	font-family: "Gudea", sans-serif;
	text-transform: uppercase;
}
.page-heading--no-img.blinds{background-image: url(../images/blind.jpg)}
.page-heading--no-img.curt{background-image: url(../images/curt-bg.jpg)}
.page-heading--no-img.interior{background-image: url(../images/33.jpg)}
.page-heading--no-img.wall{background-image: url(../images/44.jpg)}
.page-heading--no-img h2{font-family: "Gudea", sans-serif;}
.counting_section {margin-top: 25px;}
.coutg .medium-3{max-width: 100%}
.coutg1 {
	margin-top: -30px;
    margin-left: 25px;
    color: #fff;
}
.carpet .effect-apollo>img{height: 200px;}
.vinyl .effect-apollo{height: 150px;}
h5.team-person__name{text-align: center;}
h3.block-title{color: #f03240;}
.carpet{
	border-bottom: 2px solid #ccc;
	margin-bottom: 40px;
}
figure.effect-apollo>img{
	/* height: 255px; */
}
.curtains .carpet{border: 0;}

/* count page */
	.counter
{
    text-align: center;
}
.employees,.customer,.design,.order
{
    margin-top: 15px;
    margin-bottom: 15px;
}
.counter-count
{
    font-size: 50px;
   /* background-color: #00b3e7; */
    border-radius: 50%;
    position: relative;
    color: #ffffff;
    text-align: center;
    line-height: 92px;
    width: 92px;
    height: 92px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: inline-block;
    font-family: arial sans-serif;
}

.employee-p,.customer-p,.order-p,.design-p
{
    font-size: 24px;
    color: #fefefe;
    line-height: 34px;
	margin-left: 107px;
}


/* testimonial */
#testimonial{
   padding:80px 0px;
}

#testimonial .fa.fa-quote-right{
	color:#5db4c0;
	font-size:30px;
}

#testimonial  p{
    font-family: 'Raleway', sans-serif;
    margin-bottom:20px;
    margin-top:20px;
}

#testimonial img{
    width: 150px; 
    height: 150px; 
    margin: 0 auto;
    border-radius: 50%;
    border: 1px solid #5db4c0; 
}

#testimonial .carousel-indicators  li {
    background-color: #5db4c0;
    height: 13px;
    width: 13px;
    margin: 5px;
}

#testimonial .carousel-indicators li.active {
    background-color: #888383;
}

#testimonial .carousel-indicators {
    bottom: -50px;
}
.ones {
	float: right;
}
/*for p*/
p{
    text-align: justify;
    color: 777;
    color: #444141;
	padding-bottom:3px;
}
.clientpage{margin-bottom: 30px;}
.clientpage ul{
	margin: 0;
	list-style: none;
}
.clientpage ul li:before{display: none}
.clientpage ul li{
	background: url(../images/icon.png)no-repeat;
	background-size: 20px;
	padding-left: 30px;
	height: 60px;
    padding-bottom: 15px;
}
.clientpage .columns{
	float: left;
	width: 25%;
}
.carpet.bor{border-bottom: 0;}
.side  li{padding-bottom: 20px;}
.side span img{
	width: 100px;
    height: 100px;
}
.side a{
	vertical-align: bottom;
    padding-left: 20px;
    font-weight: 600;
}
.gallery .columns{
	float: left;
}
.tablink{
    color: #f03240;
    padding: 4px 12px;
    border: 2px solid #ccc;
    border-radius: 6px;
    width: 101px;
    text-align: center;
}
.city{
	width: 100%;
    margin-top: 30px;
}
.gallery .carpet{
	border: 0;
	max-width: 90%;
    margin: auto;
}
#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modal-content, #caption {    
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}
#layerslider{/* height: 500px !important */}



.mySlides {display: none}
.mySlides img {/* vertical-align: middle; */ height: 450px;}

/* Slideshow container */
.slideshow-container {
  /* max-width: 1000px; */
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: #000;
  font-weight: bold;
  font-size: 25px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
  color: #fff
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
  position: absolute;
  text-align: center;
  bottom: 120px;
  font-family: "Gudea", sans-serif;
}
.text h1{
	font-family: "Gudea", sans-serif;
    font-weight: 600;
    color: #f03240;
    font-style: italic;
    font-size: 45px;
    word-spacing: 14px;
    text-shadow: 2px 4px 4px #000000;
	margin-bottom: 0;
}
.text h3{
	margin: 0;
	color: #fff;
    text-shadow: 2px 4px 4px #000000;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
.slide-point{
	margin-top: -50px;
}

/* media */
@media only screen and (min-width : 1200px){
	
}
@media only screen and (max-width : 1200px){
	.team-person img{display: none;}
}
@media only screen and (min-width : 992px) and (max-width : 1200px){
	.main-menu{display: block !important}
	.main-menu li{display: inline-block;}
	header .main-menu>li>a, header .main-menu>li>a:hover, .main-menu>li:hover>a{padding: 18px;}
	.small-order-1{display: none;}
	header .sticky-container{height: auto !important}
	.main-menu .toggle-menu-item{display: none}
	li:hover .mega-sub-menu{display: block; position: absolute; left: 0;}
	li.menu-item-has-children{position: relative;}
	.mega-sub-menu{position: absolute;}
	.mega-sub-menu__item {width: 100%;}
	/* .main-menu .toggle-menu-item{display: none} */
	.gallery .columns{max-width: 90%; margin: auto;}
}
/* ipad view landsccape */
@media only screen and (min-width : 979px) and (max-width : 1200px){
  figure.blue, figure.red, figure.yellow {max-width: 260px;}
  figure.snip0078.blue figcaption {width: 250px;}
	figure.snip0078.red figcaption {width: 250px;}
  figure.snip0078.yellow figcaption {width: 250px;}
}
/* ipad view portrait */
@media only screen and (max-width : 979px){

}
@media only screen and (min-width : 768px) and (max-width : 978px){
	.mySlides img{height: 280px;}
	.text{bottom: 62px;}
	.text h1{font-size: 35px;}
	.services-links h2.services-links__title{font-size: 26px;}
	.service-blockquote__text{font-size: 32px; color: #b1001e; font-weight: 700;}
	.tile{padding: 40px 10px 54px}
	.service .medium-3{max-width: 50%; flex: inherit;}
	.service figure.effect-apollo>img{height: 270px;}
	.employee-p, .customer-p, .order-p, .design-p{margin-left: 0; text-align: center;}
	.about-article .columns {max-width: 100%;width: 100%;flex: inherit;}
    figure.blue {max-width: 260px;}
    figure.red {max-width: 260px;}
    figure.yellow {max-width: 260px;}
    .main-menu{display: block !important}
    .main-menu li{display: inline-block;}
	header .main-menu>li>a, header .main-menu>li>a:hover, .main-menu>li:hover>a{padding: 18px;}
	.small-order-1{display: none;}
	header .sticky-container{height: auto !important}
	.main-menu .toggle-menu-item{display: none}
	li:hover .mega-sub-menu{display: block; position: absolute; left: 0;}
	li.menu-item-has-children{position: relative;}
	.mega-sub-menu{position: absolute;}
	.mega-sub-menu__item {width: 100%;}
	.gallery .columns{/* max-width: 90%; margin: auto; */}
  figure.snip0078.blue figcaption {width: 250px;}
  figure.snip0078.red figcaption {width: 250px;}
  figure.snip0078.yellow figcaption {width: 250px;}
	.clientpage ul li{line-height: 16px;}
	
}

/* Mobile view */
@media only screen and (min-width : 768px) and (max-width : 800px){
  
}
@media only screen and (max-width : 767px){
	.employee-p, .customer-p, .order-p, .design-p{margin-left: 0; text-align: center;}
	.counter-count{margin-bottom: 0;}
	.find-people-map button{margin-bottom: 15px;}
	.row-fluid--menu{background-color: transparent;}
	.main-navigation.active .main-menu{background-color: #474747;}
	.sticky-menu.row-fluid--menu{background-color: #fff;}
	.menu-col{padding: 0;}
	header .main-menu>li>a, header .main-menu>li>a:hover, .main-menu>li:hover>a{padding: 16px;}
	.gallery .small-2{margin-bottom: 10px; flex: inherit; max-width: inherit;}
	.carpet .effect-apollo>img{height: 120px;}
	.clientpage .columns{flex: inherit; max-width: 50%; width: 50%;}
	.team-person img{display: none;}
	.form .medium-6{width: 100%; flex: inherit; max-width: 100%;}
}
@media only screen and (min-width : 641px) and (max-width : 767px){
	.service .medium-3{max-width: 50%; flex: inherit;}
	.service figure.effect-apollo img{height: 230px;}
	.find-people-map .medium-6{width: 100%; max-width: 100%; flex: inherit;}
	.find-people-map .small-12{padding: 0;}
	.find-people-map p{margin-bottom: 15px;}
	.page-heading__title{font-size: 25px;}
	.fur .medium-4{max-width: 50%; width: 100%; flex: inherit;}
	.service-blockquote__text{font-size: 28px; color: #b1001e; font-weight: 700;}
	.services-links__column{padding: 30px 0;}
	.services-links__title{font-size: 26px;}
	.mySlides img{height: 280px;}
	.text{bottom: 62px;}
	.text h1{font-size: 25px;}
	.about-article .columns {max-width: 100%;width: 100%;flex: inherit;}
}
  
@media only screen and (max-width: 640px){
	
}
@media only screen and (min-width : 480px) and (max-width : 640px){
	.page-heading__title{font-size: 23px;}
	.service .medium-3{max-width: 50%; flex: inherit;}
	.service figure.effect-apollo img{height: 230px;}
	.counter .small-12{flex: inherit; max-width: 25%; width: 100%;}
	.counter-count{font-size: 45px}
	.employee-p, .customer-p, .order-p, .design-p{font-size: 18px;}
	.service-blockquote__text{font-size: 22px; color: #b1001e; font-weight: 700;}
	.services-links__column{padding: 25px 11px;}
	.service-blockquote__author{font-size: 16px;}
	.services-links__title{font-size: 18px;}
	.mySlides img{height: 280px;}
	.text h1{font-size: 22px;}
	.text h3{font-size: 18px;}
	.text {bottom: 80px;}
	.row-logo .logo{text-align: center; padding-bottom: 20px;}
	.shrink{width: 100%; text-align: right; margin-top: -30px;}
	header .socials--slide-hover{padding-right: 0;}
}
@media only screen and (max-width : 479px){
  .blue h2, .red h2, .yellow h2 {font-size: 16px!important;}
  .blue p, .red p, .yellow p {font-size: 0.6em;}
  figure.snip0078.blue figcaption, figure.snip0078.red figcaption, figure.snip0078.yellow figcaption {width: 95%;}
  .then-resp {margin-left: 40px!important;}
  .find-people-map .medium-6{width: 100%; max-width: 100%; flex: inherit;}
  .find-people-map .small-12{padding: 0;}
  .find-people-map p{margin-bottom: 15px; font-size: 14px;}
  .page-heading__title{font-size: 16px;}
  .counter .small-12{flex: inherit; max-width: 50%; width: 100%;}
  .counter-count{font-size: 35px; line-height: 45px; height: 0;}
  .counting_section{background-size: cover;}
  .employee-p, .customer-p, .order-p, .design-p{font-size: 18px;}
  .service-blockquote__author{font-size: 14px;}
  .service-blockquote__text{font-size: 22px; color: #b1001e; font-weight: 700;}
  .mySlides img{height: 175px;}
  .text h1{font-size: 22px;}
  .text h3{font-size: 18px; margin-bottom: 15px;}
  .text {bottom: 8px;}
  .row-logo .logo{text-align: center; padding-bottom: 20px;}
  .shrink{width: 100%; text-align: right; margin-top: -30px; margin-top: -15px;}
   header .socials--slide-hover{padding-right: 5px;}
  .services-links__title{font-size: 11px;}
  .services-links__column{padding: 15px 10px;}
  .shrink{margin-top: -27px;}
  .carpet .effect-apollo>img{height: 120px;}
  .clientpage .columns{flex: inherit; max-width: 100%; width: 100%;}
}
@media only screen and (min-device-width : 320px) and (max-device-width : 479px){
  
}
@media only screen and (max-width : 320px){
  

}