﻿/*
Template:  mxpro - multipurpose html template
Author: 
Version: 1
Design and Developed by: HasTech
NOTE: This is main style sheet of template, 
This file contains the styling for the actual Template. 
Please do not change anything here! write in a custom.css file if required!

*/
/*================================================
[  Table of contents  ]
================================================
01. General
02. Page section margin padding 
03. Section title 1
04. Section title 2
05. button
06. button small
07. share button
08. Text color
09. Input
10. Extra class
11. Tool tip
12. loading
13. Box Layout
14. Back to top
15. Basic margin padding
======================================
[ End table content ]
======================================*/

/*************************
    General
*************************/
/* google-font */
@import url('../../../../css.css');
body { 
  color: #444444;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.img{
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
}
a:hover, a:focus{text-decoration:none;}
a:focus{color:inherit}
.floatleft {float:left}
.floatright {float:right}
.alignleft {float:left;margin-right:15px;margin-bottom: 15px}
.alignright {float:right;margin-left:15px;margin-bottom: 15px}
.aligncenter {display:block;margin:0 auto 15px}
button,
input {
    outline: medium none;
    color: #686868;
}
.uppercase { 
    text-transform: uppercase
}
.capitalize { 
    text-transform: capitalize
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
  margin: 0 0 15px;
  color:#575757;
}

ul {
    margin: 0px;
    padding: 0px;
}
li { list-style: none }
p {
    font-size: 14px;
    line-height: 24px;
    color: #818181;
    margin-bottom: 15px;
}
hr{
    margin: 60px 0;
    padding: 0px;
    border-bottom: 1px solid #eceff8;
    border-top: 0px;
}
hr.style-2{
    border-bottom: 1px dashed #f10;
}
hr.mp-0 {
    margin: 0;
    border-bottom: 1px solid #eceff8;
}
hr.mtb-40 {
    margin: 40px 0;
    border-bottom: 1px solid #eceff8;
    border-top: 0px;
}
label {
    font-size: 15px;
    font-weight: 400;
    color: #626262;
}
*::-moz-selection {
    background: #4fc1f0;
    color: #fff;
    text-shadow: none;
}
::-moz-selection {
    background: #4fc1f0;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #4fc1f0;
    color: #fff;
    text-shadow: none;
}
.mark, mark {
    background: #4fc1f0 none repeat scroll 0 0;
    color: #ffffff;
}
span.tooltip-content {
  color: #00a9da;
  cursor: help;
  font-weight: 600;
}
.f-left {
    float: left
}
.f-right {
    float: right
}
.fix {
    overflow: hidden
}
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
/***************************
    transtion
****************************/
a.button::after,
a.button-small::after {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.share ul,
.share:hover ul {
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
a.button-border span,
a.button-border-white span,
input,
select,

/*************************
        Text color
*************************/
.text-blue { color: #4FC1F0; }
.text-white { color: #fff ;}
.text-black { color: #363636; }
.text-theme { color: #f10; }
.text-theme {
  color: #4a90e2;
}

.text-white h1, .text-white p, .text-white h2{ color: #fff; }
/*************************
  Basic margin padding
*************************/
.m-0 {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}
.p-0 {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}
.p-lr{}
.p-l{padding-left:0;}
.p-r{padding-right:0}
.p-rl{padding-right:0;padding-left:0;}
/*colored background*/
 .white-bg { background: #FFFFFF; }
 .gray-bg { background: #edf0f2; }
 .blue-bg { background: #213047; }
 .green-bg { background: #ff0000; }
 .black-bg { background: #000; }
 .default-bg { background: #50C1F0; }
 .transparent-bg { background: transparent; }
 .maroon-bg{background: #811D15;}
/*************************
         Margin top
*************************/
.mt-0 { margin-top: 0 }
.mt-10 { margin-top: 10px }
.mt-12 { margin-top: 12px }
.mt-15 { margin-top: 15px }
.mt-20 { margin-top: 20px }
.mt-30 { margin-top: 30px }
.mt-40 { margin-top: 40px }
.mt-50 { margin-top: 50px }
.mt-60 { margin-top: 60px }
.mt-75 { margin-top: 75px }
.mt-70 { margin-top: 70px }
.mt-80 { margin-top: 80px }
.mt-90 { margin-top: 90px }
.mt-100 { margin-top: 100px }
.mt-110 { margin-top: 110px }
.mt-120 { margin-top: 120px }
.mt-130 { margin-top: 130px }
.mt-140 { margin-top: 140px }
.mt-150 { margin-top: 150px }
/*************************
      Margin right
*************************/
.mr-0 { margin-right: 0px }
.mr-10 { margin-right: 10px }
.mr-15 { margin-right: 15px }
.mr-20 { margin-right: 20px }
.mr-30 { margin-right: 30px }
.mr-40 { margin-right: 40px }
.mr-50 { margin-right: 50px }
.mr-60 { margin-right: 60px }
.mr-70 { margin-right: 70px }
.mr-80 { margin-right: 80px }
.mr-90 { margin-right: 90px }
.mr-100 { margin-right: 100px }
.mr-110 { margin-right: 110px }
.mr-120 { margin-right: 120px }
.mr-130 { margin-right: 130px }
.mr-140 { margin-right: 140px }
.mr-150 { margin-right: 150px }
/*************************
      Margin bottom
*************************/
.mb-0 { margin-bottom: 0 }
.mb-10 { margin-bottom: 10px }
.mb-15 { margin-bottom: 15px }
.mb-20 { margin-bottom: 20px }
.mb-30 { margin-bottom: 30px }
.mb-40 { margin-bottom: 40px }
.mb-50 { margin-bottom: 50px }
.mb-60 { margin-bottom: 60px }
.mb-65 { margin-bottom: 65px }
.mb-70 { margin-bottom: 70px }
.mb-80 { margin-bottom: 80px }
.mb-85 { margin-bottom: 85px }
.mb-90 { margin-bottom: 90px }
.mb-100 { margin-bottom: 100px }
.mb-110 { margin-bottom: 110px }
.mb-120 { margin-bottom: 120px }
.mb-130 { margin-bottom: 130px }
.mb-140 { margin-bottom: 140px }
.mb-150 { margin-bottom: 150px }
/*************************
        Margin left
*************************/
.ml-0 { margin-left: 0 }
.ml-10 { margin-left: 10px }
.ml-15 { margin-left: 15px }
.ml-20 { margin-left: 20px }
.ml-30 { margin-left: 30px }
.ml-40 { margin-left: 40px }
.ml-50 { margin-left: 50px }
.ml-60 { margin-left: 60px }
.ml-70 { margin-left: 70px }
.ml-80 { margin-left: 80px }
.ml-90 { margin-left: 90px }
.ml-100 { margin-left: 100px }
.ml-110 { margin-left: 110px }
.ml-120 { margin-left: 120px }
.ml-130 { margin-left: 130px }
.ml-140 { margin-left: 140px }
.ml-150 { margin-left: 150px }
/*************************
        Padding top
*************************/
.pt-0 { padding-top: 0 }
.pt- { padding-top: 10px }
.pt-10 { padding-top: 10px }
.pt-15 { padding-top: 15px }
.pt-20 { padding-top: 20px }
.pt-30 { padding-top: 30px }
.pt-40 { padding-top: 40px }
.pt-50 { padding-top: 50px }
.pt-60 { padding-top: 60px }
.pt-70 { padding-top: 70px }
.pt-80 { padding-top: 80px }
.pt-90 { padding-top: 90px }
.pt-100 { padding-top: 100px }
.pt-110 { padding-top: 110px }
.pt-120 { padding-top: 120px }
.pt-125 { padding-top: 125px }
.pt-130 { padding-top: 130px }
.pt-140 { padding-top: 140px }
.pt-150 { padding-top: 150px }
.pt-190 { padding-top: 190px }
.pt-210 { padding-top: 210px }
.pt-230 { padding-top: 230px }
.pt-280 { padding-top: 280px }
.pt-290 { padding-top: 290px }
.pt-320 { padding-top: 320px }
/*************************
        Padding right
*************************/
.pr-0 { padding-right: 0 }
.pr-5 { padding-right: 5px }
.pr-10 { padding-right: 10px }
.pr-15 { padding-right: 15px }
.pr-20 { padding-right: 20px }
.pr-30 { padding-right: 30px }
.pr-40 { padding-right: 40px }
.pr-50 { padding-right: 50px }
.pr-60 { padding-right: 60px }
.pr-70 { padding-right: 70px }
.pr-80 { padding-right: 80px }
.pr-90 { padding-right: 90px }
.pr-100 { padding-right: 100px }
.pr-110 { padding-right: 110px }
.pr-120 { padding-right: 120px }
.pr-130 { padding-right: 130px }
.pr-140 { padding-right: 140px }
/*************************
        Padding bottom
*************************/
.pb-0 { padding-bottom: 0 }
.pb-10 { padding-bottom: 10px }
.pb-15 { padding-bottom: 15px }
.pb-20 { padding-bottom: 20px }
.pb-30 { padding-bottom: 30px }
.pb-40 { padding-bottom: 40px }
.pb-50 { padding-bottom: 50px }
.pb-60 { padding-bottom: 60px }
.pb-65 { padding-bottom: 65px }
.pb-70 { padding-bottom: 70px }
.pb-80 { padding-bottom: 80px }
.pb-85 { padding-bottom: 85px }
.pb-90 { padding-bottom: 90px }
.pb-95 { padding-bottom: 95px }
.pb-100 { padding-bottom: 100px }
.pb-110 { padding-bottom: 110px }
.pb-120 { padding-bottom: 120px }
.pb-125 { padding-bottom: 125px }
.pb-130 { padding-bottom: 130px }
.pb-140 { padding-bottom: 140px }
.pb-160 { padding-bottom: 160px }
.pb-165 { padding-bottom: 165px }
.pb-180 { padding-bottom: 180px }
.pb-150 { padding-bottom: 150px }
.pb-210 { padding-bottom: 210px }
.pb-200 { padding-bottom: 200px }
.pb-250 { padding-bottom: 250px }
.pb-260 { padding-bottom: 260px }
.pb-280 { padding-bottom: 280px }
.pb-290 { padding-bottom: 290px }
.pb-300 { padding-bottom: 300px }
.pb-320 { padding-bottom: 320px }
/*************************
        Padding left
*************************/
.pl-0 { padding-left: 0 }
.pl-5{ padding-left: 5px }
.pl-10 { padding-left: 10px }
.pl-15 { padding-left: 15px }
.pl-20 { padding-left: 20px }
.pl-30 { padding-left: 30px }
.pl-40 { padding-left: 40px }
.pl-50 { padding-left: 50px }
.pl-60 { padding-left: 60px }
.pl-70 { padding-left: 70px }
.pl-80 { padding-left: 80px }
.pl-90 { padding-left: 90px }
.pl-100 { padding-left: 100px }
.pl-110 { padding-left: 110px }
.pl-120 { padding-left: 120px }
.pl-130 { padding-left: 130px }
.pl-140 { padding-left: 140px }
.pl-150 { padding-left: 150px }


/***************************
    Page section padding 
****************************/
.ptb-0 { padding: 0 }
.ptb-10 { padding: 10px 0 }
.ptb-20 { padding: 20px 0 }
.ptb-30 { padding: 30px 0 }
.ptb-40 { padding: 40px 0 }
.ptb-50 { padding: 50px 0 }
.ptb-55 { padding: 55px 0 }
.ptb-60 { padding: 60px 0 }
.ptb-70 { padding: 70px 0 }
.ptb-80 { padding: 80px 0 }
.ptb-90 { padding: 90px 0 }
.ptb-100 { padding: 100px 0 }
.ptb-110 { padding: 110px 0 }
.ptb-120 { padding: 120px 0 }
.ptb-130 { padding: 130px 0 }
.ptb-140 { padding: 140px 0 }
.ptb-150 { padding: 150px 0 }
.ptb-160 { padding: 160px 0 }
.ptb-170 { padding: 170px 0 }
.ptb-180 { padding: 180px 0 }
.ptb-190 { padding: 190px 0 }
.ptb-200 { padding: 200px 0 }
.ptb-210 { padding: 210px 0 }
.ptb-220 { padding: 220px 0 }
.ptb-250 { padding: 250px 0 }
.ptb-280 { padding: 280px 0 }

/***************************
    Page section margin 
****************************/
.mtb-0 { margin: 0 }
.mtb-10 { margin: 10px 0 }
.mtb-15 { margin: 15px 0 }
.mtb-20 { margin: 20px 0 }
.mtb-30 { margin: 30px 0 }
.mtb-40 { margin: 40px 0 }
.mtb-50 { margin: 50px 0 }
.mtb-60 { margin: 60px 0 }
.mtb-70 { margin: 70px 0 }
.mtb-80 { margin: 80px 0 }
.mtb-90 { margin: 90px 0 }
.mtb-100 { margin: 100px 0 }
.mtb-110 { margin: 110px 0 }
.mtb-120 { margin: 120px 0 }
.mtb-130 { margin: 130px 0 }
.mtb-140 { margin: 140px 0 }
.mtb-150 { margin: 150px 0; }

/*************************
        Extra class
*************************/
.pricing .container .row [class*="col-"] { }



/*Custom cloumn*/

.floatleft {float:left}
.floatright {float:right}
.bg-opacity{position:relative;}
.bg-opacity::before {
  background: #000000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.35;
  position: absolute;
  top: 0;
  width: 100%;
}
.bg-opacity-3{position:relative;}
.bg-opacity-3::before {
  background: #000000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.4;
  position: absolute;
  top: 0;
  width: 100%;
}
.bg-opacity-1{position:relative;}
.bg-opacity-1::before {
  background: #ff0000;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.85;
  position: absolute;
  top: 0;
  width: 100%;
}
.bg-opacity-2{position:relative;}
.bg-opacity-2::before {
  background: #2b2b2b;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.65;
  position: absolute;
  top: 0;
  width: 100%;
}
/*-----------------------------------------------------------------------------------

    Template Name: Purified - Cleaning Service HTML Template
    Description: This is html5 template
    Author: HasTech
    Version: 1.0

-----------------------------------------------------------------------------------
    CSS INDEX
	===================
	1.	header-top-area
	2.  slider
	3.	why-choose
	4.	featured-services
	5.	counter
	6.	works
	7.	service-booking
	8.	pricing
	9.	testimonial
	10.	latest-news
	11. action-area
	12. footer-top
	13.	footer-bottom
	14.	service
	15.	cleaning-area
	16.	booking-area
	17.	testimonial-2-area
	18.	breadcrumb-banner-area
	19.	single-service-area
	20.	gallery-area
	22.	about-area
	23.	blog-area
-----------------------------------------------------------------------------------*/
/* header */
.header-top-area {
  border-bottom: 1px solid #eeeeee;
  padding: 12px 0;
}
.header-left{}
.header-left-text {
  display: inline-block;
  margin-right: 34px;
}
.header-left-text:last-child{margin-right:0;}
.header-left-text li {
  font-size: 12px;
  color: #acabab;
  font-weight: 400;
}
.header-left-text li a {
  color: #818181;
  font-size: 12px;
  font-weight: 400;
}
.header-icon{float:right;}
.header-icon a {
  color: #9a9a9a;
  font-size: 14px;
  padding-right: 25px;
  transition: .3s;
}
.header-icon a:last-child{padding-right:0;}
.header-icon a:hover{color:#ff0000;}
.header-icon a i{}
/* header-area */
.header-area {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 30px;
  padding-top: 38px;
}
.header-logo{}
.header-logo a{}
.get-quote a {
  background: #ff0000 none repeat scroll 0 0;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  padding: 15px 40px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
.get-quote a:hover{background:#000;}
.header-right {
  display: inline-block;
  margin-right: 52px;
}
.header-right-icons {
  float: left;
  margin-right: 20px;
}
.header-right-icons span {
  color: #ff0000;
  font-size: 36px;
  font-weight: 400;
}
.header-right-text {
    float: right;
}
.text {
  color: #919191;
  font-size: 13px;
  font-weight: 400;
  font-family: courgette;
}
.phone {
  color: #595959;
  display: block;
  font-family: courgette;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
/* main-menu-area-start */
.logo {
  margin-top: 38px;
}
.logo a{}
.main-menu-area{}
.main-menu ul{}
.main-menu> nav > ul > li {
  display: inline-block;
  position: relative;
  padding:0 20px;
}
.main-menu > nav > ul > li a {
  color: #525252;
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 49px 0;
  position: relative;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
.main-menu> nav> ul >li > a::before {
  background: #ff0000;
  content: "";
  height: 2px;
  position: absolute;
  top: 0;
  width: 0;
  transition:.5s;
}
.main-menu> nav> ul >li:hover > a:before, .main-menu> nav> ul >li.active > a::before{
  width: 100%;
}
.main-menu ul li:first-child{padding-left:0}
.main-menu ul li:hover > a,.main-menu ul li.active > a{color:#ff0000;}
.get-a-quote {
  margin-left: 28px;
  margin-top: 36px;
}
.get-a-quote a {
  background: #ff0000 none repeat scroll 0 0;
  border-radius: 30px;
  color: #ffffff;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  padding: 15px 40px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
.get-a-quote a:hover{background:#000;}
.menu-style-1 > nav > ul > li a {
  color: #525252;
  font-size: 13px;
  font-weight: 500;
  padding: 20px 0;
}
.menu-style-1 > nav > ul > li {
  display: inline-block;
  padding: 0 26px;
  position: relative;
}
.menu-style-1 > nav > ul > li:last-child{padding-right:0;}
.header-icon {
    float: right;
}
.icon {
  line-height: 0;
}
.icon a {
  border-left: 1px solid #eeeeee;
  color: #9a9a9a;
  display: inline-block;
  font-size: 14px;
  overflow: hidden;
  padding: 23px 20px;
  transition: all 0.3s ease 0s;
}
.icon a:last-child{border-right: 1px solid #eeeeee;}
.icon a:hover {
    color: #ff0000;
}
.header-icon a i {
}
/* sub-menu */
.main-menu ul li .sub-menu {
  background: #ffffff none repeat scroll 0 0;
  border-top: 3px solid #ff0000;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  left: 0;
  opacity: 0;
  position: absolute;
  top: 120%;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 220px;
  z-index: 9;
}
.main-menu ul li:hover .sub-menu{opacity:1;top:100%;visibility:visible}
.main-menu ul li .sub-menu li{display:block}
.main-menu ul li .sub-menu li a {
  color: #666666;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  padding: 13px 20px;
  text-transform: capitalize;
  font-family: montserrat;
}
.main-menu ul li:hover > .sub-menu li > a:hover{color:#fff;background:#ff0000;}
/* slider */
.slider-area{}
.slider-wrapper {
  background-position: center center;
  background-size: cover;
}
.slider-content {
  position: relative;
}
.slider-content>span {
  color: #ffffff;
  display: inline-block;
  font-family: montserrat;
  font-size: 60px;
  font-weight: 900;
  line-height: 60px;
  margin-bottom: 13px;
}
.slider-content h1 {
  color: #ffffff;
  font-size: 80px;
  font-weight: 900;
  line-height: 83px;
  margin-bottom: 40px;
}
span.cd-words-wrapper  b{
  font-weight: 900 !important;
}
.slider-content a {
  border: 2px solid #ffffff;
  border-radius: 30px;
  color: #ffffff;
  display: inline-block;
  font-family: montserrat;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  padding: 15px 50px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
.slider-content > a:hover {
  background: #ff0000;
  border-color: #ff0000;
}
.slider-text{}
.slider-text h1 {
  font-size: 100px;
  margin-bottom: 56px;
}
.slider-text a{border-radius:0;}
.slider-text-animation {}
.slider-text-animation span, .slider-text-animation h1, .slider-text-animation a {
	animation-duration:1s;
	animation-fill-mode:both;
	animation-name: fadeOutDown;
}
.active .slider-text-animation span, .active .slider-text-animation h1, .active .slider-text-animation a {
	animation-name: fadeInUp;
}

.slider-text-animation span{
	animation-delay: 0.2s;
}
.slider-text-animation h1 {
	animation-delay: 0.5s;
}
.slider-text-animation a  {
	animation-delay: 1.5s;
}
.slider-active .owl-dots {
  line-height: 0;
  position: absolute;
  right: 6%;
  top: 50%;
  z-index: 99;
}
.slider-active .owl-dot {
  background: #fff none repeat scroll 0 0;
  border-radius: 50%;
  height: 10px;
  margin: 0 0 17px;
  transform: translateY(-50%);
  width: 10px;
  position:relative;
}
.slider-active .owl-dot.active::before{
  border: 1px solid #fff;
  border-radius: 50%;
  content: "";
  height: 20px;
  left: -5px;
  position: absolute;
  top: -5px;
  width: 20px;
}
.slider-active .owl-dot.active {
  border-color:#e74948;
}

.slider1-active .owl-dots {
  bottom: 24px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 99;
}
.slider1-active .owl-dot {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  margin: 0 10px;
  position: relative;
  width: 10px;
}
.slider1-active .owl-dot.active::before{
  border: 1px solid #fff;
  border-radius: 50%;
  content: "";
  height: 20px;
  left: -5px;
  position: absolute;
  top: -5px;
  width: 20px;
}
.slider1-active .owl-dot.active {
  border-color:#e74948;
}
/* why-choose */
.why-choose-area{}
.section-title{}
.section-title span {
  color: #6b6b6b;
  display: inline-block;
  font-family: courgette;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 9px;
}
.section-title h3 {
  color: #575757;
  font-size: 34px;
  font-weight: 700;
}
.section-title p {
  color: #8f8f8f;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: auto auto 0;
  width: 638px;
}
.why-choose-wrapper {
  padding: 0 5px;
}
.why-choose-icon {
  background-color: #e5e9ee;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  display: inline-block;
  height: 126px;
  line-height: 125px;
  position: relative;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 126px;
}
.why-choose-wrapper:hover  .why-choose-icon {
	background-color: #ff0000;
	background-position: bottom center;
}
.why-choose-icon img{}
.why-choose-icon span {
  background: #ff0000 none repeat scroll 0 0;
  border: 2px solid #fff;
  border-radius: 100%;
  color: #fff;
  display: block;
  font-size: 15px;
  font-weight: 600;
  height: 35px;
  line-height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  width: 35px;
}
.why-choose-text {
  margin-top: 27px;
}
.why-choose-text h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #575757;
}
.why-choose-text p {
  color: #9f9f9f;
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 0;
}
/* featured-services */
.featured-services-area{}
.featured-services-wrapper{
  padding: 30px 30px 0;
}
.featured-services-img{position:relative;}
.featured-services-img > img {
  width: 100%;
}
.featured-services-text {
  padding: 32px 5px 40px;
}
.featured-services-text h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 16px;
  padding: 0 30px;
  transition:.3s;
}
.featured-services-text h3 > a {
  color: #575757;
  transition: .3s;
}
.featured-services-text h3>a:hover{color: #ff0000;}
.featured-services-text p {
  margin-bottom: 0;
}
.featured-services-info {
  padding: 37px 0 44px;
}
.featured-services-info h3{
 padding:0 0;
}
.featured-services-text >a {
  border: 2px solid #ff0000;
  border-radius: 30px;
  color: #ff0000;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  margin-top: 33px;
  padding: 12px 40px;
  transition: .3s;
}
.featured-services-text >a:hover{background:#ff0000;border-color:#ff0000;color:#fff;}
.featured-services-icon {
  bottom: -20px;
  position: absolute;
  right: 20px;
}
.featured-services-icon a {
  background: #ff0000 none repeat scroll 0 0;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  float: right;
  font-size: 26px;
  font-weight: 400;
  height: 43px;
  line-height: 43px;
  text-align: center;
  width: 43px;
  transition: .3s;
}
.featured-services-icon a:hover{background:#000;}
/* counter */
.counter-area{}
.counter-wrapper {
  display: flex;
  justify-content: center;
  text-align: center;
}
.counter-img {
  align-items: center;
  background-position: center center;
  border-radius: 50%;
  display: flex;
  height: 185px;
  justify-content: center;
  position: relative;
  width: 185px;
}
.counter-img::before {
  background: #ff0000 none repeat scroll 0 0;
  border-radius: 100%;
  content: "";
  height: 185px;
  left: 0;
  opacity: 0.85;
  position: absolute;
  top: 0;
  width: 185px;
}
.counter-img img{}
.counter-content {
  position: relative;
}
.counter-content h2 {
  color: #fff;
  font-family: courgette;
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 3px;
}
.counter-content span {
  color: #fff;
  font-family: courgette;
  font-size: 20px;
  font-weight: 400;
}
/* works */
.works-area {
  height: 998px;
}
.works-title{}
.works-title span{  
  color: #fff;
  display: inline-block;
  font-family: courgette;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 9px;}
.works-title h3{ 
  color: #fff;
  font-size: 34px;
  font-weight: 700;}
  
.works-title p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  width: 536px;
}
.works-wrapper {
  background-position: center center;
  background-repeat: no-repeat;
  height: 570px;
  position: relative;
  width: 590px;
}
.works-content {
  align-items: center;
  background: #ff0000 none repeat scroll 0 0;
  border-radius: 100%;
  display: flex;
  height: 190px;
  justify-content: center;
  text-align: center;
  width: 190px;
  position:relative;
}
.works-content h4 {
  color: #fff;
  font-family: courgette;
  font-size: 20px;
  line-height: 26px;
  margin: 0;
  padding: 0 12px;
}
.works-wrapper .works-content{ position: absolute;}
.works-wrapper .works-content:nth-child(1) {
  left: 0;
  margin: auto;
  right: 0;
}
.works-wrapper .works-content:nth-child(2) {
  right: 0;
  top: 190px;
}
.works-wrapper .works-content:nth-child(3) {
  bottom: 0;
  left: 0;
  margin: auto;
  right: 0;
}
.works-wrapper .works-content:nth-child(4) {
  left: 0;
  top: 190px;
}
.works-img {
  opacity: 0;
  position: absolute;
  right: 0;
  top: -36px;
  transition: all 0.3s ease 0s;
}
.works-content:hover .works-img ,.works-content.open .works-img{opacity:1;}
.works-img img {
  border: 3px solid #ff0000;
  border-radius: 100%;
}
/* service-booking */
.service-booking-area {
  background-position: 14% bottom;
  background-repeat: no-repeat;
  padding-bottom: 130px;
  padding-top: 150px;
}
.title{}
.title span{color:#575757;}
.title  h3{color:#575757;}
.title p{color:#575757;}
.service-booking-img > img {
  width: 100%;
}
#service-booking{}
#service-booking input {
  border: 1px solid #d9d9d9;
  border-radius: 30px;
  color: #c3c3c3;
  font-size: 14px;
  font-weight: 400;
  height: 40px;
  margin-bottom: 25px;
  padding-left: 17px;
  text-transform: capitalize;
  width: 100%;
  transition:.3s;
}
#service-booking input:hover{color:#ff0000;border-color:#ff0000}
#service-booking textarea {
  border: 1px solid #d9d9d9;
  border-radius: 15px;
  color: #c3c3c3;
  font-size: 14px;
  font-weight: 400;
  height: 120px;
  padding: 17px;
  text-transform: capitalize;
  width: 100%;
  transition: .3s;
}
#service-booking textarea:hover{color:#ff0000;border-color:#ff0000}
#service-booking > button {
  background: #ff0000 none repeat scroll 0 0;
  border: medium none;
  border-radius: 30px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  margin-left: 15px;
  margin-top: 25px;
  padding: 16px 41px;
  transition: all 0.3s ease 0s;
}
#service-booking > button:hover {
    background:#000;
}
/* pricing */
.pricing-area{}
.pricing-inner {}
.pricing-inner [class*="col"]{
padding: 0 10px;
}

.pricing-wrapper {
  border-radius: 15px;
  padding: 52px 0;
}
.pricing-wrapper.active {
  box-shadow: 0 10px 30px rgba(82, 182, 188, 0.25);
  transform: scale(1.13);
  z-index: 999;
  position: relative;
}
.pricing-icon {
  margin-bottom: 19px;
}
.pricing-icon img{}
.pricing-head{}
.pricing-head h3 {
  color: #4e4e4e;
  font-family: courgette;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 23px;
}
.price {
  color: #ff0000;
  display: inline-block;
  font-size: 30px;
  font-weight: 400;
  padding-left: 12px;
  position: relative;
}
.price span {
  color: #ff0000;
  font-size: 15px;
  left: 0;
  margin-top: -4px;
  position: absolute;
  top: 0;
}
.pricing-menu {
  padding-bottom: 42px;
  padding-top: 31px;
}
.pricing-menu li {
  color: #7b7b7b;
  font-size: 14px;
  font-weight: 300;
  padding-bottom: 12px;
}
.pricing-menu li:last-child{padding-bottom:0;}
.pricing-btn > a {
  border: 2px solid #ff0000;
  color: #ff0000;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  padding: 11px 32px;
  border-radius: 30px;
  transition: .3s;
  }
.pricing-btn > a:hover, .pricing-btn.active > a {
	color:#fff;
	border-color:#ff0000;
	background:#ff0000;
}
.price-box-left {
  padding-left: 100px;
  padding-right: 0;
  margin-top:60px;
  margin-bottom:60px;
}
.pricing {
  box-shadow: 0 10px 30px 0 rgba(82, 182, 188, 0.25);
  padding-top: 44px;
  position: relative;
  transform: scale(1.08);
  z-index: 999;
}
.pricing-icon {
  margin-bottom: 19px;
}
.pricing-icon img{}
.pricing-head{}
.pricing .pricing-head h3 {
  font-size: 26px;
  margin-bottom: 30px;
}
.pricing .price {
  font-size: 36px;
}
.price span {
  color: #ff0000;
  font-size: 15px;
  left: 0;
  margin-top: -4px;
  position: absolute;
  top: 0;
}
.pricing .pricing-menu {
  padding-bottom: 52px;
  padding-top: 42px;
}
.pricing-menu li {
  color: #7b7b7b;
  font-size: 14px;
  font-weight: 300;
  padding-bottom: 13px;
}
.pricing-menu li:last-child{padding-bottom:0;}
.pricing-btn > a {
  border: 2px solid #ff0000;
  color: #ff0000;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  padding: 11px 32px;
  border-radius: 30px;
  transition: .3s;
}
.pricing-btn > a:hover{color:#fff;border-color:#ff0000;background:#ff0000;}
.pricing-inner {
  padding: 0 70px;
}
/* testimonial */
.testimonial-area{}
.testimonial-wrapper{}
.testimonial-content {
  box-shadow: 0 0 20px 0 rgba(82, 182, 188, 0.25);
  padding: 35px 29px 39px 35px;
  position:relative;
}
.testimonial-content::before {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 7px 0 0 15px;
  bottom: -18px;
  box-shadow: -2px 3px 4px rgba(82, 182, 188, 0.1);
  content: "";
  height: 40px;
  left: 56px;
  position: absolute;
  transform: rotate(-45deg);
  width: 40px;
}
.testimonial-content p {
  color: #8f8f8f;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 28px;
}
.testimonial-information {
  margin-left: 36px;
  margin-top: 37px;
  overflow: hidden;
}
.testimonial-img {
  float: left;
  margin-right: 22px;
}
.testimonial-img img {}
.testimonial-name {
  padding-top: 17px;
}
.testimonial-name h3 {
  color: #5c5c5c;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 2px;
}
.testimonial-name span {
  display: block;
  font-size: 15px;
  font-weight: 300;
  color: #a5a5a5;
}
.testimonial-active.owl-carousel .owl-item img {
  display: inline-block;
}
/* latest-news */
.latest-news-area{}
.latest-news-wrapper{}
.latest-news-img{}
.latest-news-img a{}
.latest-news-img img {
  width: 100%;
}
.news-content {
  background: #edf0f2 none repeat scroll 0 0;
  border-bottom: 4px solid #ff0000;
  margin: -50px 20px 0;
  padding: 27px 22px 20px;
  position: relative;
  z-index: 9999;
}
.news-content h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 23px;
  padding: 0 19px;
  text-align: center;
}
.news-content h3 a {
  color: #575757;
  transition: .3s;
}
.news-content h3 a:hover{color:#ff0000;}
.news-content p {
  color: #818181;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 40px;
  text-align: center;
}
.date {
  font-family: courgette;
  font-size: 14px;
  font-weight: 400;
  color: #8f8f8f;
}
.date i {
  margin-right: 10px;
}
.comment {
  float: right;
  font-family: courgette;
  font-size: 14px;
  font-weight: 400;
  color: #8f8f8f;
}
.comment i{
margin-right:10px;
}
/* action-area */
.action-area{}
.action-wrapper{}
.action-text{}
.action-text h1 {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 8px;
}
.action-text p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
}
.action-right-wrapper {
  overflow: hidden;
  padding-top: 14px;
}
.action-form {
  text-align: right;
}
.action-form form {}
.action-form input {
  background: #369fa5 none repeat scroll 0 0;
  border: medium none;
  border-radius: 30px;
  color: #f1f1f1;
  display: inline-block;
  font-size: 15px;
  font-weight: 300;
  height: 46px;
  margin-right: 21px;
  padding-left: 35px;
  width: 61%;
}
.action-form input::placeholder{
	color: #f1f1f1;
}
.action-form input::-webkit-placeholder{
	color: #f1f1f1;
}
.action-form input::-moz-placeholder{
	color: #f1f1f1;
}
.action-form button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 2px solid #ffffff;
  border-radius: 30px;
  color: #ffffff;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  padding: 14px 46px;
  transition: all 0.3s ease 0s;
}
.action-form button:hover{background:#b76a6a;color:#ff0000;}
/* footer-top */
.footer-top-area{}
.footer-wrapper {
  overflow: hidden;
}
.footer-logo {
  margin-bottom: 18px;
}
.footer-logo a{}
.footer-text {
  padding-right: 45px;
}
.footer-text p {
  color: #9d9d9d;
  margin-bottom: 0;
}
.footer-icon {
  margin-top: 18px;
}
.footer-icon a {
  border-radius: 30px;
  color: #9a9a9a;
  display: inline-block;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  margin-right: 5px;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 30px;
  background:#edf0f2;
}
.footer-icon a:hover{color:#ff0000;}
.footer-title {
  color: #575757;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 32px;
}
.footer-menu{}
.footer-menu li {
  padding-bottom: 13px;
}
.footer-menu li:last-child{padding-bottom:0}
.footer-menu li a {
  color: #696969;
  font-size: 14px;
  font-weight: 300;
  transition:.3s;
}
.footer-menu li a:hover{padding-left:5px;color:#ff0000;}
.footer-img {
    margin: 0 -7px;
}
.footer-img > li {
  float: left;
  overflow: hidden;
  padding: 7px;
  width: 33.33%;
}
.footer-img a {
  position: relative;
  display: block;
}
.footer-img a::before {
  background: #ff0000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  transition:.3s;
}
.footer-img a:hover::before{opacity:.7;}
.footer-img img {
    width: 100%;
}
/* footer-bottom */
.footer-bottom-area {
  border-top: 1px solid #eeeeee;
}
.footer-bottom{border-top: 1px solid #d7d7d7}
.copyright{}
.copyright p {
  color: #9d9d9d;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 0;
}
.copyright p a {
  color: #696969;
  transition:.3s;
}
.copyright p a:hover{color:#ff0000;}
/* service */
.service-area{}
.service-wrapper {
  position: relative;
}
.service-img{position:relative;overflow:hidden}
.service-img::before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background: #ff0000;
  opacity: .8;
  z-index:9;
}
.service-img img{width:100%;transition:.3s}
.service-wrapper:hover .service-img img{transform:scale(1.2) rotate(7deg)}
.service-content {
  left: 0;
  padding: 0 22px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index:99;
}
.service-icon-img {
  margin-bottom: 27px;
}
.service-icon-img img{}
.service-text{}
.service-text h4 {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 14px;
}
.service-text p {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 22px;
}
.service-text a {
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}
/* cleaning-area */
.cleaning-area {
  background-position: 26.6% bottom;
  background-repeat: no-repeat;
  padding-bottom: 110px;
  padding-top: 104px;
}
.cleaning {
  background-position: left bottom;
}
.Cleaning-wrapper{}
.cleaning-text{}
.cleaning-text h2 {
  color: #656565;
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 20px;
}
.cleaning-text span {
  color: #ff0000;
}
.cleaning-text p {
  color: #8f8f8f;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 22px;
}
.cleaning-text ul{}
.cleaning-text ul li {
  color: #818181;
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 8px;
}
.cleaning-text ul li:last-child{padding-bottom:0;}
.box-layout .Cleaning-wrapper {
  padding-left: 40px;
  padding-right: 20px;
}
/* booking-area */
.booking-area {
  background-size: cover;
  background-position: center center;
}
.booking-title{z-index:9999;position:relative;}
.booking-title span {
    color: #fff;
    display: inline-block;
    font-family: courgette;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 9px;
}
.booking-title h3 {
    color: #fff;
    font-size: 34px;
    font-weight: 700;
}
.booking-title p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: auto auto 0;
  width: 536px;
}
.col-md-offset-1.col-md-10 > form {
  display: flex;
  justify-content: space-between;
}
.booking-form{}
#booking-form > input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #fff;
  border-radius: 30px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  height: 43px;
  margin-right: 15px;
  padding-left: 20px;
  text-transform: capitalize;
  width: 24%;
  transition:.3s;
}
#booking-form > input:hover{border-color:#ff0000;}
#booking-form > input::placeholder{
	color: #fff;
}
#booking-form > input::-webkit-placeholder{
	color: #fff;
}
#booking-form > input::-moz-placeholder{
	color: #fff;
}
#booking-form > button {
  background: #ff0000 none repeat scroll 0 0;
  border: medium none;
  border-radius: 30px;
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
  padding: 14px 43px;
  transition: all 0.3s ease 0s;
  font-weight: 400;
}
#booking-form > button:hover{background:#000;}
/* testimonial-2-area */
.testimonial-2-area{}
.testimonial-wrapper-2{
  padding: 0 20px;
}
.col-offset {
  margin: auto;
  width: 70%;
}
.testimonial-2-content {
  box-shadow: 0 0 20px 0 rgba(82, 182, 188, 0.25);
  padding: 53px 80px;
  position:relative;
}
.testimonial-2-content::before {
    background: #fff none repeat scroll 0 0;
    border-radius: 7px 0 0 15px;
    bottom: -18px;
    content: "";
    height: 40px;
    left: 47%;
    position: absolute;
    transform: rotate(-45deg);
    width: 40px;
    box-shadow: -2px 3px 4px rgba(82, 182, 188, 0.1);
}
.testimonial-2-content > p {
  color: #8f8f8f;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 0;
}
.testimonial-2-information {
  margin-top: 37px;
}
.testimonial-2-img {
  margin-bottom: 7px;
}
.testimonial-2-name{}
.testimonial-2-name h3 {
  color: #5c5c5c;
  font-size: 25px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom:2px;
}
.testimonial-2-name span {
  color: #a5a5a5;
  font-size: 16px;
  font-weight: 400;
}
.testimonial-2-active.owl-carousel .owl-item img {
  display: inline-block;
  width: inherit;
}
.testimonial-2-active .owl-nav div {
  border-radius: 50%;
  box-shadow: 0 0 20px 0 rgba(82, 182, 188, 0.25);
  color: #7d7d7d;
  font-size: 24px;
  height: 36px;
  left: 0;
  line-height: 36px;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 34%;
  transition: all 0.3s ease 0s;
  width: 36px;
}
.testimonial-2-active .owl-nav div.owl-next {
  left: auto;
}
.testimonial-2-active:hover .owl-nav div{opacity:1;}
.testimonial-2-active .owl-nav div:hover{background:#ff0000;color:#fff; }
.testimonial-2-active:hover .owl-nav div.owl-next{left:auto;}
/* breadcrumb-banner-area */
.breadcrumb-banner-area{}
.breadcrumb-text {
  position: relative;
  z-index: 1;
}
.breadcrumb-text h1 {
  color: #ffffff;
  font-family: courgette;
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 2px;
  text-transform: capitalize;
}
.breadcrumb-menu{}
.breadcrumb-menu ul{}
.breadcrumb-menu ul li {
  display: inline-block;
  padding: 0 3px;
  text-transform: capitalize;
}
.breadcrumb-menu ul li::after {
  color: #fff;
  content: "/";
  display: inline-block;
  float: right;
  font-size: 20px;
  position: relative;
  right: -5px;
  top: 2px;
}
.breadcrumb-menu ul li:last-child:after{display:none}
.breadcrumb-menu span {
  color: #fff;
  font-size: 18px;
  font-family: courgette;
  font-weight: 400;
}
.breadcrumb-menu ul li a {
  color: #fff;
  font-size: 18px;
  transition: all 0.3s ease 0s;
  font-family: courgette;
  font-weight: 400;
}
/* single-service-area */
.single-service-area{}
.single-service-wrapper {
  background: #fff;
}
.single-service-img{}
.single-service-img img {
  width: 100%;
}
.single-service-text {
  padding: 55px 70px 65px;
}
.single-service-text h2 {
  color: #575757;
  font-size: 30px;
  font-weight: 700;
  text-transform: capitalize;
}
.single-service-text p {
  color: #818181;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 25px;
}
.panel-area {
  border: 1px solid #edf0f2;
  padding: 40px 30px 25px 35px;
}
.panel-heading {
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  padding: 0;
}
.panel-title {
  font-size: 15px;
  margin-bottom: 0;
  margin-top: 0;
  color: #686868;
  font-weight: 400;
}
.panel-heading h4 a {
  color: #696969;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 0;
  display: block;
}
.panel-heading h4 a::after {
  color: #ff0000;
  content: "";
  float: left;
  font-family: "Material-Design-Iconic-Font";
  font-size: 20px;
  margin-top: -2px;
  padding: 0 10px 0 0;
}
.panel-heading h4 a.collapsed::after {
  content: "";
}
.panel-default > .panel-heading {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.panel {
  background-color: #fff;
  border: medium none;
  border-radius: 4px;
  box-shadow: none;
  padding-bottom: 13px;
}
.panel:last-child{padding-bottom:0;}
.text h4 span {
  border: 1px solid #e6e6e6;
  border-radius: 100%;
  display: inline-block;
  float: right;
  height: 25px;
  line-height: 23px;
  text-align: center;
  width: 25px;
}
.panel-body > p {
  color: #818181;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 0;
}
.panel-default > .panel-heading + .panel-collapse {
  overflow: hidden;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: 0 none;
}
.text h4  span i{
  font-size: 16px;
  color: #a4a4a4;
}
.single-service-text > h4 {
  color: #686868;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 24px;
  margin-top: 50px;
}
.single-service-info {
  margin-top: 50px;
}
.single-service-info > p {
  margin-bottom: 24px;
}
.service-widget{padding:30px;}
.single-service-info > p:last-child{margin-bottom:0;}
.service-link{}
.service-link li {
  border-bottom: 2px solid #edf0f2;
  padding: 18px 26px;
}
.service-link li:last-child{border-bottom:0;}
.service-link li a {
  color: #575757;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
}
.service-link li a:hover{color:#ff0000;}
.recent-posts > li {
  margin-bottom:25px;
  overflow: hidden;
}
.recent-posts > li:last-child{margin-bottom:0;}
.service-widget-image {
  float: left;
  overflow: hidden;
}
.service-widget-body {
  margin-left: 93px;
}
.service-title {
  color: #686868;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 18px;
  text-transform: uppercase;
}
.service-widget-body > span {
  font-size: 12px;
  font-family: courgette;
  font-weight: 400;
  color: #8f8f8f;
}
.service-widget-body h5{
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 0;
  margin-top: 4px;
}
.service-widget-body h5 a {
  color: #575757;
  transition: all 0.3s ease 0s;
}
.service-widget-body h5 a:hover {
  color: #ff0000;
}
.tag li {
  display: inline-block;
  margin-bottom: 17px;
  margin-right: 17px;
}
.tag li a {
  border: 1px solid #cbcbcb;
  color: #232323;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  padding: 14px 28px;
  text-align: center;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
}
.single-service-widget {
  padding: 30px 4px 12px 25px;
}
.tag-title {
  color: #686868;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 23px;
  text-transform: uppercase;
}
.service-tag{}
.service-tag li {
  display: inline-block;
  margin-bottom: 16px;
  margin-right: 8px;
}
.service-tag li a {
  border: 1px solid #edf0f2;
  border-radius: 4px;
  color: #9a9a9a;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  padding: 10px 25px;
  text-align: center;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
}
.service-tag li a:hover{color:#ff0000;border-color:#ff0000;}
/* gallery-area */
.gallery-area{}
.gallery-wrapper{}
.gallery-img {
  overflow: hidden;
  position: relative;
}
.gallery-img::before {
  background: #52b6bb none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  width: 100%;
  transition:.3s;
  z-index:999
}
.gallery-wrapper:hover .gallery-img:before{opacity:.9;}
.gallery-img >a{display:block;}
.gallery-img a img {
  width: 100%;
  transition:.3s;
}
.gallery-wrapper:hover .gallery-img a img {
  transform: scale(1.2) rotate(7deg);
}
.gallery-icon {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  transform: translatey(-50%) scale(0);
  transition:.3;
  opacity:0;
  transition:.3s;
  z-index:999;
}
.gallery-wrapper:hover .gallery-icon{opacity:1; transform:translatey(-50%) scale(1)}
.gallery-icon a {
  color: #fff;
  font-size: 26px;
  font-weight: 400;
  height: 45px;
  width: 45px;
  width: 45px;
  display: inline-block;
  border: 1px solid #fff;
  text-align: center;
  line-height: 45px;
  border-radius: 50%;
}
.gallery-icon a i{}
/* map */
#map {
  height: 455px;
  width: 100%;
}
/* contact-area */
.contact-area{}
.contact-left-wrapper {
  background: #ff0000 none repeat scroll 0 0;
  padding: 62px 70px 64px 72px;
}
.contact-text{}
.contact-text h4 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 18px;
}
.contact-text p {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.contact-text > span {
  color: #ffffff;
  display: block;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
}
.contact-text > span:last-child{margin-bottom:0;}
.contact-icon {
  margin-top: 24px;
}
.contact-icon a {
  color: #ffffff;
  font-size: 14px;
  margin-right: 20px;
}
.contact-icon a:last-child{margin-right:0;}
.contact-right-wrapper {
  margin-top: 15px;
}
.contact-right-wrapper.mb-30 > h4 {
  color: #777777;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 26px;
}
.contact-1 {
  padding-right: 57px;
}
#contact-form input {
  border: 1px solid #e9e9e9;
  color: #a5a5a5;
  font-size: 13px;
  font-weight: 200;
  height: 36px;
  margin-bottom: 20px;
  padding-left: 20px;
  text-transform: capitalize;
  width: 100%;
}
#contact-form textarea {
  border: 1px solid #e9e9e9;
  color: #a5a5a5;
  font-size: 14px;
  font-weight: 400;
  height: 132px;
  padding: 20px;
  text-transform: capitalize;
  width: 100%;
}
#contact-form > button {
  background: #ff0000 none repeat scroll 0 0;
  border: medium none;
  color: #ffffff;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  margin-left: 15px;
  margin-top: 25px;
  padding: 15px 42px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
#contact-form > button:hover {
    background: #000 none repeat scroll 0 0;
}
/* about-area */
.about-area{}
.about-title {
  margin-bottom: 36px;
}
.about-wrapper.mb-30 {
  padding-top: 55px;
}
.about-title h4 {
  color: #777777;
  font-family: courgette;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 4px;
}
.about-title > p {
  color: #8f8f8f;
  font-size: 15px;
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 0;
}
.progress-title {
  color: #646464;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 9px;
  text-transform: capitalize;
}
.about-title h1 {
  color: #646464;
  font-family: courgette;
  font-size: 40px;
  font-weight: 400;
}
.about-title span {
  color: #ff0000;
}
.progress-bar {
  background-color: #ff0000;
  box-shadow: none;
}
.pull-right {
  color: #ff0000;
}
.progress {
  border-radius: 0;
  box-shadow: none;
  height: 8px;
  margin-bottom: 22px;
}
.progress:last-child{margin-bottom:0;}
/* paginations */
.paginations {
  clear: both;
}
.paginations ul li {
  display: inline-block;
  margin-right: 10px;
}
.paginations ul li a {
  border: 1px solid #bebebe;
  border-radius: 100%;
  color: #8b8b8b;
  display: table-cell;
  font-family: montserrat;
  font-size: 16px;
  font-weight: 400;
  height: 40px;
  text-align: center;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  width: 40px;
}
.paginations ul li:hover a, .paginations ul li.active a {
    background: #ff0000;
	color:#fff;
	border-color:#ff0000;
}
/* blog-area */
.blog-post {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
}
.blog-thumb img {
    width: 100%;
}
.blog-thumb a{position:relative;display:block;}
.blog-icon {
  background: #000000 none repeat scroll 0 0;
  border-radius: 100%;
  color: #ffffff;
  font-size: 20px;
  height: 40px;
  left: 40px;
  line-height: 40px;
  position: absolute;
  text-align: center;
  top: 40px;
  width: 40px;
}
.blog-quote a blockquote {
  border: 0 none;
  margin: 0;
  padding: 120px 78px 120px 160px;
  transition: all 0.3s ease-out 0s;
}
.blog-quote a blockquote p {
  color: #262626;
  font-size: 24px;
  line-height: 40px;
  font-style: italic;
}
.blog-quote{position:relative;background: #f4feff none repeat scroll 0 0;}
.blog-quote::before {
  content: "";
  display: block;
  font-family: "FontAwesome";
  font-size: 29px;
  left: 44px;
  margin-bottom: 15px;
  margin-left: 0;
  margin-top: 0;
  position: absolute;
  top: 60px;
  color: #a8a8a8;
}
.blog-quote a blockquote footer {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
}
.blog-content {
    padding: 35px 40px;
}
.blog-content p {
  color: #666666;
  line-height: 28px;
  margin-bottom: 0;
}
.post-title {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.post-title > a {
  color: #575757;
  transition:.3s;
}
.post-title > a:hover{color:#ff0000;}
.blog-meta {
  margin-bottom: 18px;
}
.blog-meta span {
  color: #888888;
  font-size: 12px;
  font-weight: 500;
  margin-right: 17px;
  position: relative;
  text-transform: uppercase;
}
.blog-meta span::before {
  background: #cccccc none repeat scroll 0 0;
  content: "";
  height: 3px;
  left: -13px;
  position: absolute;
  top: 8px;
  width: 6px;
}
.blog-meta span:first-child::before {
    display: none;
}
.blog-meta a {
  color: #888888;
  transition: all 0.3s ease 0s;
}
.blog-meta a:hover{color:#ff0000;}
.read-more {
    margin-top: 30px;
}
.read-more a {
  border: 1px solid #dddddd;
  color: #777777;
  display: inline-block;
  font-weight: 500;
  padding: 10px 30px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
.read-more a:hover {
    background: #ff0000 ;
    border-color: #ff0000;
    color: #ffffff;
}
.blog-thumb-active .owl-nav div {
  background: #000000 none repeat scroll 0 0;
  color: #bcbcbc;
  display: inline-block;
  font-size: 30px;
  height: 40px;
  left: 0;
  line-height: 40px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
  width: 40px;
}
.blog-thumb-active .owl-nav div.owl-next {
  left: auto;
  right: 0;
}
.blog-thumb-active:hover .owl-nav div {
  opacity: 1;
}
.blog-thumb-active:hover .owl-nav div:hover{background:#ff0000;color:#fff;border:#fff;}
.blog-thumb-active:hover .owl-nav div.owl-next{left:auto;}
.post-title span {
  background: #000000 none repeat scroll 0 0;
  border-radius: 100%;
  color: #ffffff;
  display: inline-block;
  font-size: 20px;
  height: 40px;
  left: 40px;
  line-height: 40px;
  margin-right: 17px;
  text-align: center;
  width: 40px;
}
.blog-widget-img > img {
  width: 100%;
}
.blog-widget-title {
  padding: 30px;
  background: #fafafa;
}
.blog-widget-title > p {
  color: #646464;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 21px;
}
.blog-widget-title h4 {
  color: #2f2f2f;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}
.blog-widget-icon {
  margin-top: 15px;
}
.blog-widget-title > span {
  font-weight: 400;
  font-size: 12px;
  color: #2f2f2f;
}
.blog-widget-icon > a {
  color: #a0a0a0;
  font-size: 16px;
  margin-right: 30px;
}
.blog-widget-icon > a:hover{color:#ff0000;}
.blog-widget-icon > a:last-child{margin-right:0;}
.widget {
  overflow: hidden;
}
.search-form {
  overflow: hidden;
  position: relative;
}
.search-form input {
  border: 1px solid #e4e4e4;
  color: #b5b5b5;
  float: left;
  height: 50px;
  padding-left: 20px;
  width: 100%;
}
.search-form button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: #b5b5b5;
  font-size: 16px;
  height: 100%;
  line-height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s ease 0s;
  width: 55px;
  transition: .3s;
}
.search-form button:hover{color:#ff0000;}
.widget-title {
  color: #232323;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  text-transform: capitalize;
}
.widget-title::after {
  border-bottom: 2px solid #6d6d6d;
  content: "";
  display: block;
  margin: 26px auto 40px 0;
  position: relative;
  width: 52px;
  z-index: 1;
}
.widget-title::before {
  border-bottom: 2px solid #f1f1f1;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
}
.recent-posts {
}
.recent-posts > li {
  margin-bottom: 30px;
  overflow: hidden;
}
.recent-posts > li:last-child {
     margin-bottom:0;
}
.widget-posts-image {
  float: left;
  overflow: hidden;
}
.widget-posts-body {
  margin-left: 138px;
}
.widget-posts-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
}
.widget-posts-meta {
  color: #232323;
  font-size: 12px;
  font-weight: 400;
}
.widget-posts-title > a {
  color: #646464;
  transition:.3s;
}
.widget-posts-title > a:hover{
  color: #ff0000;
}
.blog-categories > li {
  border-bottom: 1px solid #e5e5e5;
  color: #4c4c4c;
  margin: 0;
  overflow: hidden;
  padding: 15px 0;
  position: relative;
}
.blog-categories > li:last-child {
    border-bottom: 0 none;
	padding-bottom:0;
}
.blog-categories > li:first-child{padding-top:0;}
.blog-categories a {
  color: #646464;
  display: block;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  text-transform: capitalize;
  transition:.3s;
}
.blog-categories a:hover{color:#ff0000;}
.count {
  color: #646464;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  font-size: 16px;
  font-weight: 500;
}
.Recent-comment{}
.Recent-Comment > li {
  margin-bottom: 30px;
}
.Recent-Comment > li:last-child{margin-bottom:0}
.recent-comment-icon {
  float: left;
  margin-right: 8px;
  margin-top: 4px;
}
.recent-comment-icon i {
  color: #969696;
  font-size: 20px;
}
.recent-comment-text {
  overflow: hidden;
}
.recent-comment-text h4 {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 2px;
  transition:.3s;
}
.recent-comment-text h4 a {
  color: #262626;
  transition: .3s;
}
.recent-comment-text h4 a:hover{color:#ff0000;}
.recent-meta span {
  color: #b7b7b7;
  font-size: 12px;
  font-weight: 500;
  margin-right: 17px;
  position: relative;
  text-transform: uppercase;
}
.recent-meta span::before {
  background: #cccccc none repeat scroll 0 0;
  content: "";
  height: 5px;
  left: -13px;
  position: absolute;
  top: 8px;
  width: 5px;
}
.recent-meta span:first-child::before {
  display: none;
}
.img-widgets {
  position: relative;
}
.img-widgets > img {
  width: 100%;
}
.img-title {
  margin-left: 126px;
  overflow: hidden;
  position: absolute;
  top: 120px;
}
.img-title > h4 {
  color: #262626;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
}
.img-title > a {
  color: #000000;
  display: inline-block;
  font-size: 12px;
  font-weight: 300;
  margin-left: 101px;
  margin-top: 88px;
}
.news-form{position:relative;}
.news-form input {
  border: 1px solid #e4e4e4;
  color: #b5b5b5;
  float: left;
  height: 50px;
  padding-left: 20px;
  width: 100%;
}
.news-form button {
  background: #2c2c2c none repeat scroll 0 0;
  border: medium none;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  height: 40px;
  margin-right: 5px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s ease 0s;
  width: 40px;
  line-height: 40px;
  text-align: center;
}
.news-form button:hover{background:#ff0000;;}
.Instagram-img{}
.Instagram-img li {
  float: left;
  overflow: hidden;
  padding: 3px;
  width: 33.33%;
}
.Instagram-img li a{}
.Instagram-img img {
  width: 100%;
}
.tweets-post{}
.tweets-post > li {
  margin-bottom: 22px;
}
.tweets-post > li:last-child{margin-bottom:0;}
.tweets-icon-tittle{}
.tweets-icon-tittle h5 {
  margin-bottom: 10px;
}
.tweets-icon-tittle h5 i {
  color: #262626;
  font-size: 20px;
  margin-right: 6px;
}
.tweets-icon-tittle h5 a {
  color: #262626;
  font-size: 16px;
  font-weight: 400;
  transition:.3s;
}
.tweets-icon-tittle h5 a:hover{color:#ff0000;}
.tweets-icon-tittle > p {
  color: #262626;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 7px;
}
.Social-Network{}
.Social-icon > a {
  background: #f6f6f6 none repeat scroll 0 0;
  color: #262626;
  display: inline-block;
  font-size: 20px;
  height: 60px;
  line-height: 64px;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 88px;
}
.Social-icon > a:hover{background:#ff0000;color:#fff;}
.tag{}
.tag li {
  display: inline-block;
  margin-bottom: 17px;
  margin-right: 17px;
}
.tag li:last-child{margin-bottom:0;margin-right:0;}
.tag li a {
  border: 1px solid #cbcbcb;
  color: #232323;
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  padding: 14px 28px;
  text-align: center;
  transition: all 0.3s ease 0s;
  font-weight: 400;
  text-transform:capitalize;
}
.tag li a:hover{background:#ff0000;border-color:#ff0000;color:#fff;}
blockquote {
  border-left: 5px solid #4b4a4a;
  color: #666666;
  font-style: italic;
  font-weight: bold;
  line-height: 30px;
  margin: 52px 0 54px 70px;
  padding: 0 70px 0 26px;
}
.blog-menu{
  margin: 47px 100px 46px;
}
.blog-menu li {
  color: #666666;
  font-size: 16px;
  margin-bottom: 19px;
  position: relative;
  list-style: inside;
}
.blog-menu li:last-child{margin-bottom:0;}
.blog-banner {
  margin-bottom: 40px;
  margin-top: 55px;
}
.banner-img{}
.banner-img > img {
  width: 100%;
}
.user-info {
  display: block;
  margin: 47px 0 53px;
  overflow: hidden;
}
.user-text {
  color: #666666;
  display: inline-block;
  float: left;
  letter-spacing: 2px;
}
.user-name {
  padding-right: 47px;
}
.user-share {
  display: inline-block;
  float: right;
}
.user-share > span {
  color: #666666;
  display: inline-block;
  float: left;
  letter-spacing: 3px;
  margin-right: 14px;
}
.user-share > ul {
  display: inline-block;
}
.user-share > ul > li {
  display: inline-block;
  float: left;
  margin-left: 30px;
}
.user-share > ul > li:first-child {
  margin-left: 0;
}
.user-share a {
  color: #666666;
}
.user-text a {
  color: #666666;
}
.next-prev {
  border-bottom: 1px solid #e7e7e7;
  border-top: 1px solid #e7e7e7;
  padding: 20px 0;
}
.next-prev a {
  background-color: #ffffff;
  border-radius: 5px;
  color: #666666;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 2px;
  padding: 8px 20px;
  text-transform: capitalize;
  transition:.3s;
}
.next-prev a:hover {
  background-color: #ff0000 ;
  color: #ffffff;
}
.next-prev a i {
  color: #666666;
  font-size: 11px;
  transition: all 0.3s ease 0s;
}
.next-prev a:hover i {
  color: #ffffff;
}
a.next-btn {
  float: right;
}
.author {
    display: block;
    margin: 100px 0;
    overflow: hidden;
}
.author-img {
    display: inline-block;
    float: left;
}
.author-info > h4 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.author-info > h4 a {
  color: #666666;
  transition: .3s;
}
.author-info > h4 a:hover {
    color: #ff0000 ;
}
.author-info {
    padding: 0 80px 0 152px;
}
.author-info > h4 a span {
    color: #999999;
    font-size: 14px;
    margin-left: 7px;
}
.author-info > p {
  color: #666666;
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 0;
}
.related-post {
  display: block;
  overflow: hidden;
}
.sidebar-title {
  color: #000000;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 4px;
  margin-bottom: 64px;
  position: relative;
  text-transform: uppercase;
}
.sidebar-title::before {
  background-color: #000000;
  bottom: -20px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 120px;
}
.single-related-post img {
  width: 100%;
}
.related-post-title {
  margin-top: 20px;
}
.related-post-title > h3 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.related-post-title > h3 a {
  color: #202020;
  transition: .3s;
}
.related-post-title > h3 a:hover {
  color: #ff0000;
}
.related-post-title > span {
  color: #636363;
  font-size: 13px;
}
.single-comment {
    position: relative;
}
.comment-img {
    display: inline-block;
    float: left;
}
.comment-text {
    padding-left: 150px;
}
.comment-text > h3 {
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 11px;
  text-transform: uppercase;
}
.comment-text > p {
  color: #525252;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 24px;
  padding-right: 25px;
}
.comment-border {
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 40px;
    padding-bottom: 40px;
}
.single-comment.comment-border:last-child {
    margin-bottom: 0;
}
.parent-comment {
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 40px;
    padding-bottom: 40px;
}
.comment-text > a {
    background-color: #ffffff;
    border: 1px solid #e4e4e4;
    border-radius: 50px;
    bottom: -16px;
    color: #4c4c4c;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 7px 20px 6px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
	transition:.3s;
}
.comment-text > a:hover {
    background-color: #ff0000;
    color: #ffffff;
	border-color:#ff0000;
}
.replay-comment {
    margin-left: 150px;
}
.leave-comment > h3 {
    color: #222222;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 11px;
    text-transform: uppercase;
}
.leave-comment > h3 {
  color: #222222;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 11px;
  text-transform: uppercase;
}
.leave-comment > p {
  color: #000000;
  font-size: 14px;
  letter-spacing: 1px;
  margin: 0;
}
.leave-comment-form {
  margin-top: 40px;
}
.leave-comment-form form textarea {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #dddddd;
  color: #666666;
  font-size: 14px;
  height: 178px;
  letter-spacing: 1px;
  padding: 30px;
  width: 100%;
}
.leave-comment-form form input {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #dddddd;
  color: #666666;
  font-size: 14px;
  height: 48px;
  letter-spacing: 1px;
  padding: 2px 30px;
  width: 100%;
}
.leave-comment-form .submit {
  background-color: #ff0000;
  border: 1px solid #ff0000;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 11px 28px 12px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
.leave-comment-form .submit:hover {
  background-color: #ffffff;
  border: 1px solid #dddddd;
  color: #666666;
}
#scrollUp {
  background: #444444 none repeat scroll 0 0;
  bottom: 30px;
  color: #ffffff;
  height: 40px;
  right: 30px;
  text-align: center;
  transform: rotate(45deg);
  transition: all 0.3s ease 0s;
  width: 40px;
}
#scrollUp i {
  font-size: 20px;
  line-height: 40px;
  transform: rotate(-45deg);
}
#scrollUp:hover {
  background: #ff0000;
  color: #ffffff;
}
/* box-layout */
.layout {
  background-position: center center;
  background-size: cover;
}
.box-layout {
  margin: auto;
  width: 1230px;
}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
/* large pc :1920px. */
@media (min-width: 1500px) and (max-width: 2000px) {



}

/* large desktop :1366px. */
@media (min-width: 1200px) and (max-width: 1500px) {
.slider-wrapper {
  padding: 200px 0;
}
.cleaning-area {
  background-position: left bottom;
}
.works-area {
  background-position: 75% center;
}
.service-booking-area {
  background-position: -14% bottom;
}
}

/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1200px) {
.box-layout {
  width: 970px;
}
.slider-wrapper {
  padding: 180px 0;
}
.action-form input {
  width: 58%;
}
.contact-1 {
  padding-right: 15px;
}
.contact-left-wrapper {
  background: #52b6bc none repeat scroll 0 0;
  padding: 60px 70px 64px 72px;
}
.about-img.mb-30 > img {
  width: 100%;
}
.featured-services-text h3 {
  padding: 0 6px;
}
.featured-services-wrapper {
  padding: 30px 23px 0;
}
.get-a-quote a {
  font-size: 12px;
  padding: 15px 30px;;
}
.main-menu > nav > ul > li {
  padding: 0 18px;
}
.get-a-quote {
  margin-left: 16px;
}
.news-content h3 {
  padding: 0 5px;
}
.news-content {
  padding: 27px 12px 20px;
}
.service-booking-area {
  background-position: -9% bottom;
}
.slider-text h1 {
  font-size: 80px;
  margin-bottom: 56px;
}

.cleaning-area {
  background-position: left bottom;
}
.slider-text h1 {
  font-size: 90px;
}
.single-service-text {
  padding: 55px 5px 65px;
}
.slider-content h1 {
  font-size: 69px;
}
.action-form {
  text-align: none;
}
.action-form button {
float:right;
}
.service-booking-area {
  background-position: -39% bottom;
}

}

 
/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
.box-layout {
  width: 750px;
}
.slider-wrapper {
  padding: 150px 0;
}
.slider-content >span {
  font-size: 45px;
  line-height: 47px;
}
.slider-content h2 {
  font-size: 62px;
  line-height: 64px;
  margin-bottom: 30px;
}
.header-icon {
  float: none;
  text-align: center;
}
.service-booking-area {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
}
.pricing-inner {
  padding: 0;
}
.slider-content a {
  padding: 13px 45px;
}
.action-form input {
  float: none;
}
.action-form input {
  float: none;
  padding-left: 35px;
  width: 74%;
  margin-right:0;
}
.floatright {
  float: none;
}
.cleaning-area {
  background-attachment: scroll !important;
  background-clip: border-box !important;
  background-color: #ffffff;
  background-image: none !important;
  background-origin: padding-box !important;
  background-position: 0 0 !important;
  background-repeat: repeat !important;
  background-size: auto auto !important;
}
.header-style-2 .mean-container .mean-nav {
  margin-top: 0;
}
.header-style-2 .mean-container a.meanmenu-reveal {
  margin-top: -73px;
}
.contact-1 {
  padding-right: 15px;
}
.action-form input {
  float: none;
  margin-right: 2px;
  width: 70%;
}
.testimonial-2-content {
  padding: 53px 30px;
}
.news-content h3 {
  padding: 0 10px;
}
#booking-form > input {
  margin-right: 5px;
  width: 23%;
}
.slider-text h1 {
  font-size: 60px;
  line-height: 53px;
  margin-bottom: 28px;
}
#booking-form > button {
  font-size: 12px;
  padding: 14px 40px;
}
.about-img img {
  width: 100%;
}
.breadcrumb-banner-area {
  padding: 100px 0;
}
.col-offset {
  width: 100%;
}
.footer-img > li {
  width: 25%;
}

.action-form {
  text-align: left;
}
.works-area {
  background-position: 64% center;
}
.slider-content.slider-text-animation > h1 {
  font-size: 62px;
}




}

 
 
 
/* small mobile :320px. */
@media (max-width: 767px) {
.box-layout {
  width: 85%;
}
.slider-wrapper {
  padding: 150px 0;
}
.header-icon {
  float: none;
  text-align: center;
}
.slider-content >span {
  font-size: 30px;
  line-height: 38px;
}
.slider-content h2 {
  font-size: 46px;
  line-height: 54px;
  margin-bottom: 31px;
}
.slider-content a {
  font-size: 14px;
  padding: 11px 39px;
}
.section-title p {
  width: 100%;
}
.works-title p {
  width: 100%;
}
.action-form input {
  width: 100%;
}
.action-form {
  text-align: left;
}
.action-form button {
  margin-top: 15px;
  padding: 12px 35px;
}
.action-text h1 {
  font-size: 28px;
}
.action-text p {
  font-size: 16px;
}
.service-booking-area {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
}
.pricing-inner {
  padding: 0;
}
.floatright {
  float: none;
}
.header-style-2 .mean-container .mean-nav {
  margin-top: 0;
}
.header-style-2 .mean-container a.meanmenu-reveal {
  margin-top: -73px;
}
.contact-left-wrapper {
  padding: 20px 10px;
}
.contact-1 {
  padding-right: 15px;
}
.testimonial-2-content {
  padding: 50px 20px;
}
.news-content {
  padding: 27px 8px 20px;
}
.slider-text h1 {
  font-size: 50px;
  line-height: 53px;
  margin-bottom: 28px;
}
#booking-form > input {
  width: 100%;
  margin-bottom: 12px;
}
.booking-title p {
  width: 100%;
}
.col-md-offset-1.col-md-10 > form {
  display: inline-block;
}
.cleaning-area {
  background-attachment: scroll !important;
  background-clip: border-box !important;
  background-color: #ffffff;
  background-image: none !important;
  background-origin: padding-box !important;
  background-position: 0 0 !important;
  background-repeat: repeat !important;
  background-size: auto auto !important;
}
.section-title h3 {
  font-size: 30px;
}
.comment-text {
  padding-left: 135px;
}
.replay-comment {
  margin-left: 0;
}
.author-info {
  padding: 0 0 0 146px;
}
.blog-menu {
  margin: 47px 10px 46px;
}
blockquote {
  line-height: 30px;
  margin: 52px 0 54px 40px;
  padding: 0 20px 0 26px;
}
.works-wrapper .works-content {
  position: inherit;
}
.works-wrapper {
  background: none!important;
  height: inherit;
  position: relative;
  width: inherit;
}
.works-area {
  background-size: cover;
  height: auto;
}
.works-wrapper .works-content:nth-child(1) {
  left: inherit;
  margin: auto;
  right: inherit;
}
.works-wrapper .works-content:nth-child(2) {
  margin: auto;
  right: inherit;
  top: inherit;
}
.works-wrapper .works-content:nth-child(3) {
  bottom: inherit;
  left: inherit;
  margin: auto;
  right: inherit;
}
.works-wrapper .works-content:nth-child(4) {
  left: inherit;
  margin: auto;
  top: inherit;
}
.slider-content h1 {
  font-size: 40px;
  line-height: 45px;
  margin-bottom: 36px;
}
.about-img img {
  width: 100%;
}
.single-service-text {
  padding: 55px 15px 65px;
}
.panel-area {
  border: 1px solid #edf0f2;
  padding: 40px 0 25px;
}
.pricing-wrapper.active {
  transform: none;
}
.breadcrumb-banner-area {
  padding: 100px 0;
}
.pricing-area {
  padding-bottom: 90px;
}
.col-offset {
  width: 100%;
}
.footer-img > li {
  width: 25%;
}
.works-wrapper .works-content:nth-child(1) {
  margin-bottom: 30px;
}
.works-wrapper .works-content:nth-child(2) {
  margin: auto auto 30px;
}
.works-wrapper .works-content:nth-child(3) {
  margin-bottom: 30px;
}

.service-booking-area {
  padding-top: 50px;
}



}
 
/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
.container {width:450px}

 
}
