/*------------------------------------------------------------------
Project:   Theme Title
Build:     Bootstrap 3 +
Author:    Nazmul
Author URL: http://www.nazmul.info
  
-------------------------------------------------------------------*/


/*Fonts*/

@font-face {
    font-family: 'MyriadPro';
    src: url("../fonts/MyriadPro.eot");
    src: url("../fonts/MyriadPro.eot") format("embedded-opentype"), url("../fonts/MyriadPro.woff2") format("woff2"), url("../fonts/MyriadPro.woff") format("woff"), url("../fonts/MyriadPro.ttf") format("truetype"), url("../fonts/MyriadPro.svg#MyriadPro") format("svg");
}

@font-face {
    font-family: 'HelveticaNeueBold';
    src: url('../fonts/HelveticaNeueBold.eot');
    src: url('../fonts/HelveticaNeueBold.eot') format('embedded-opentype'), url('../fonts/HelveticaNeueBold.woff2') format('woff2'), url('../fonts/HelveticaNeueBold.woff') format('woff'), url('../fonts/HelveticaNeueBold.ttf') format('truetype'), url('../fonts/HelveticaNeueBold.svg#HelveticaNeueBold') format('svg');
}

@font-face {
    font-family: 'Impact';
    src: url('../fonts/Impact.eot');
    src: url('../fonts/Impact.eot') format('embedded-opentype'), url('../fonts/Impact.woff2') format('woff2'), url('../fonts/Impact.woff') format('woff'), url('../fonts/Impact.ttf') format('truetype'), url('../fonts/Impact.svg#Impact') format('svg');
}

body {
    font-family: Helvetica, "Helvetica Neue", 'HelveticaNeueBold', 'MyriadPro', Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #000;
    background: #fff;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    position: relative;
}

ul {
    padding: 0;
}

label {
    font-size: 11;
}

li,
li:hover,
a:hover,
.btn,
.btn:hover {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

a:hover {
    text-decoration: none !important;
}

*:focus {
    outline: none;
}

img {
    max-width: 100%;
}

a:hover {
    color: #2F5780 !important;
}

.single-service:hover p {
    color: #2F5780 !important;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}









/*
Header
=====================*/

header {
    background: url('../img/home-bg.png');
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: contain;
    background-size: contain;
    position: relative;
}

.header-container {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    /*
    -webkit-box-shadow: 0 21px 15px -11px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 21px 15px -11px rgba(0, 0, 0, 0.75);
    box-shadow: 0 21px 15px -11px rgba(0, 0, 0, 0.75);*/
    padding: 0 15px 20px;
}

.box {
    width: 100%;
    text-align: center;
    position: absolute;
    height: 100%;
    bottom: 0;
}









/*

Menu
=============================*/

.mainmenu {
    /*position: fixed;*/
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

.menuzord {
    background: none;
}

.menuzord-brand {
    float: right;
}

.menuzord-brand h4 {
    color: #ffffff !important;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
}

.menuzord-menu {
    float: none;
    width: 420px;
    margin-left: auto;
    margin-right: auto;
}

.menuzord-menu>li>a {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.menuzord-menu>li.active>a,
.menuzord-menu>li>a:hover {
    color: #fff !important;
}

.top-area {
    min-height: 542px;
    overflow: hidden;
    clear: both;
    /*background: url('../img/home-bg.png');*/
    /* -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;*/
}

.home-area {
    text-align: center;
}

.logo>img {
    margin-top: 30px;
}

.tagline {
    margin-top: -40px;
}









/*
service-top-area
==============*/

.service-title-right {
    margin-top: -30px;
}

.service-top-area {
    margin-top: 0px;
}

.service-top h3 {
    color: #000000;
    font-size: 39px;
    line-height: 1.4;
    font-weight: 700;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.contact-btn {
    margin-top: 15px;
    text-align: center;
}









/*
Services Area
============================*/

.service-title-area+p {
    color: #6e6e6e;
    font-family: Arial;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    margin-top: 18px;
    margin-bottom: 25px;
    clear: both;
}

.service-title-area {
    overflow: hidden;
    padding-top: 30px;
    margin-bottom: 30px;
}

.service-title-left,
.service-title-right {
    width: 50%;
    float: left;
    text-align: center;
}

.service-title-left h2 {
    color: #6e6e6e;
    font-size: 46px;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 15px;
}

.service-title-right img:first-child {
    margin-right: 45px;
}

.single-service {
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.41);
    padding: 15px 15px 0 15px;
    border-radius: 5px;
    margin-bottom: 21px;
}

.single-service img {
    width: 100%;
}

.single-service p {
    color: #000000;
    font-family: Arial;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.6;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
}









/*

=========================*/

.home-services {
    /*box-shadow: 3px 4px 0 2px rgba(0, 64, 124, 0.47);*/
    padding-top: 48px;
    background: url("../img/cloud.png");
    background-repeat: no-repeat;
    background-position: right top;
}

.home-service-right h3 {
    color: #000000;
    font-family: "MyriadPro";
    font-size: 33px;
    font-weight: 400;
    margin-bottom: 0;
}

.home-service-right p {
    color: #6e6e6e;
    font-family: "MyriadPro";
    font-size: 21px;
    font-weight: 400;
    margin-top: 10px;
}

.home-service-right-icons .left,
.home-service-right-icons .right {
    display: inline-block;
    vertical-align: middle;
}

.home-service-right-icons .left {
    margin-right: 40px;
}

.home-service-right-icons .right .right-top span {
    color: #000000;
    font-size: 40px;
    font-weight: 700;
    margin-left: 20px;
}

.home-service-right-icons .right .right-bottom h4 {
    color: #ff0000;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    line-height: 1;
}

.home-service-right-icons .right .right-bottom h1 {
    color: #ff0000;
    font-size: 53px;
    font-weight: 700;
    margin: 0;
    line-height: 1;
}









/*
Choosing Area
=============================*/

.choosing-area {
    margin-top: 90px;
}

.choosing-title h2 {
    color: #000000;
    font-family: "HelveticaNeueBold";
    font-size: 47px;
    text-align: center;
}

.single-option .option span {
    color: #2f5780;
    font-family: "Impact";
    font-size: 133px;
    font-weight: 400;
    line-height: 150px;
}

.single-option .title h3 {
    color: #6e6e6e;
    font-family: Arial;
    font-size: 30px;
    font-weight: 700;
    margin-top: 10px;
}









/*
How it works
=============================*/

.how-it-works-area {}

.work-title h3 {
    color: #000000;
    font-family: "HelveticaNeueBold";
    font-size: 47px;
    font-weight: 700;
    text-align: center;
}

.single-work-area {
    text-align: center;
    width: 25%;
    float: left;
    display: inline-block;
    width: 20.5%;
}

.work-arrow {
    width: 6%;
    float: left;
    display: inline-block;
    text-align: center;
}

.single-work-area img {}

.single-work-area .work-text {}

.single-work-area .work-text h3 {
    /*font-family: "HelveticaNeueBold";*/
    color: #000000;
    font-size: 21px;
    font-weight: 700;
}

.single-work-area .work-text p {
    color: #6e6e6e;
    font-size: 18px;
    font-weight: 400;
}









/*
Contact Us
=============================*/

.contact-us-area {
    background-image: url('../img/cloud-2.png');
    background-position: top right;
    background-repeat: no-repeat;
    margin-top: -140px;
    padding-top: 190px;
}

.contact-left address,
.contact-info p {
    color: #000000;
    font-size: 21px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
}

.contact-left address strong,
.contact-info p strong {
    font-weight: 700;
}

.contact-left {
    border-right: 1px solid #000;
    margin-top: 200px;
}

.contact-title {
    padding-left: 50px;
    margin-bottom: 30px;
}

.contact-title h3 {
    color: #000000;
    font-size: 47px;
    font-weight: 700;
}

.contact-title p {
    color: #000000;
    font-size: 23px;
    font-weight: 400;
}

#contactform {
    margin-top: 20px;
}

#contactform label {
    width: 140px;
    text-align: right;
    margin-right: 40px;
    margin-bottom: 10px;
    vertical-align: top;
}

#contactform input {
    width: 250px;
    height: 27px;
    border-radius: 0;
    border: 1px solid #000;
    margin-bottom: 10px;
    padding-left: 10px;
}

#contactform select {
    height: 27px;
}

#contactform textarea {
    height: 150px;
}

#contactform select,
#contactform textarea {
    margin-bottom: 10px;
    width: 250px;
    border-radius: 0;
    border: 1px solid #000;
    padding-left: 10px;
}

.centerac>input[type="submit"] {
    font-size: 20px;
    height: 50px !important;
    margin-left: 185px;
    margin-top: 20px;
    text-align: center;
    text-transform: uppercase;
}

#submit {
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

#submit:hover {
    color: #fff !important;
    background: #2F5780;
}









/*
Testimonial
===================================*/

.testimonial-area {
    background-image: url("../img/cloud-3.png");
    background-position: left top;
    background-repeat: no-repeat;
    padding-top: 20px;
}

.testimonial-title h2 {
    font-size: 42px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.single-testimonial {
    padding: 10px 15px;
}

.rev-date {
    padding-right: 20px;
}

.rev-date .rev {
    display: inline-block;
}

.rev-date .date {
    display: inline-block;
    float: right;
    color: #bfbeba;
    font-size: 14px;
}

.rev-date .rev .ion-ios-star {
    width: 18px;
    height: 18px;
    background: #3e9a79;
    color: #fff;
    display: inline-block;
    text-align: center;
    margin: 0;
    line-height: 18px;
    border-radius: 2px;
}

.testimonial h4 {
    font-weight: 700;
    font-size: 17px;
}

.testimonial h6 {
    font-weight: 400;
    font-size: 15px;
}

.testimonial p.name {
    font-size: 14px;
    font-weight: 400;
    margin-top: 15px;
}

.shadow {
    margin-top: 35px;
    text-align: center;
}

.testimonial-title {
    margin-bottom: 40px;
    margin-top: 50px;
}

.slick-prev,
.slick-next {
    margin-top: -10px;
}

.slick-prev::before {
    content: "\f104";
    color: #bfbeba;
    font-family: 'FontAwesome';
    font-size: 90px;
    z-index: 9;
    cursor: pointer;
}

.slick-next::before {
    content: "\f105";
    color: #bfbeba;
    font-family: 'FontAwesome';
    font-size: 90px;
    z-index: 9;
    cursor: pointer;
}

.slick-prev,
.slick-next {
    height: auto;
    width: auto;
}

#room>option {
    padding-left: 10px;
}









/*
Footer
===================*/

footer {
    position: relative;
}

footer img {
    width: 100%;
}

.footer-text {
    height: 50px;
    background: rgba(0, 0, 0, .43);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    text-align: center;
}

.footer-text p {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    line-height: 50px;
}









/*shrink links*/

.contact-btn {
    height: 80px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.contact-btn a img:hover {
    width: 185px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.single-service:hover {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    height: 96%;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#contactform input[type="submit"]:hover {
    width: 240px;
    height: 23px;
    text-align: center;
    margin-left: 190px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.menuzord-brand:hover span img {
    width: 38px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.menuzord-brand:hover h4 {
    font-size: 18px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}









/*=======================================*/

.login-area {
    padding-bottom: 270px;
    position: relative;
    z-index: 11;
}

.login-area .login {
    box-shadow: 0px 6px 15.2px 0.8px rgba(0, 0, 0, 0.29);
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border-radius: 20px;
    padding: 50px 60px;
}

.login-area .login h3 {
    margin: 0;
}

.login-area .login input {
    width: 100%;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    font-size: 15px;
}

.login-area .login input[type="submit"] {
    height: 45px;
    background: #0397E0;
    border-radius: 3px;
    font-size: 16px;
    color: #fff;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border: 0;
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.1);
}

.login-area .login input[type="submit"]:hover {
    width: 95%;
}

.empty-footer-grass {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.box.login-box img {
    bottom: 0 !important;
}








/*Cleaning Page*/

.home-service-right-2 h3,
.single-cleaning h3 {
    font-family: Arial;
    font-weight: 700;
    font-size: 33px;
}

.home-service-right-2 h4,
.single-cleaning h4 {
    font-family: Arial;
    font-weight: 700;
    font-size: 24px;
}

.home-service-right-2 p,
.single-cleaning p {
    font-family: Arial;
    font-weight: 400;
    font-size: 23px;
    color: #6e6e6e;
    line-height: 1.2;
}

.home-services-2,
.single-cleaning {
    margin-top: 40px;
}

.cleaning-section {
    margin-bottom: 200px;
}








/*FAQ*/

.faq-title-area {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-top: 30px;
    padding-bottom: 50px;
}

.faq-title h1 {
    color: rgb(0, 0, 0);
    font-family: "HelveticaNeueBold";
    font-size: 47px;
    font-weight: 400;
    margin: 0;
}


.faq-title {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.single-faq {
    margin-bottom: 30px;
}

.single-faq h3 {
    color: #000;
    font-weight: 400;
    font-family: Arial !important;
    font-weight: 700;
    margin: 0;
}

.single-faq p {
    color: rgb(0, 0, 0);
    font-family: Arial !important;
    font-size: 24px;
    font-weight: 400;
}

.bottom-shadow {
    text-align: center;
}

.bottom-shadow img {
    text-align: center;
}

.container {
    padding-bottom: 0;
}

.single-faq h3 {
    margin-bottom: 5px;
}