/* 
Style : Chem Dry Deluxe Theme CSS
Author: Birendra Kumar Gurung
Url: birendragurung.com.np
*/


/*-- Resets--*/

.no-pad {
    padding: 0;
}

p {
    margin: 0;
}

.clearfix {
    margin: 0;
    padding: 0;
    clear: both;
}

.large-font {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}


/*-- Typography --*/

body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}

h1 {
    font-size: 40px;
    margin: 0;
}

h2 {
    font-size: 36px;
    margin: 0;
}

h3 {
    font-size: 30px;
    margin: 0;
}

h4 {
    font-size: 24px;
    margin: 0;
}

h5 {
    font-size: 20px;
    margin: 0;
}

h6 {
    font-size: 18px;
    margin: 0;
}


/*-- Typography --*/


/*-- Color Pallete --*/

.voilet {
    color: #95459a;
}


/*-- Layout CSS --*/


/*Header Section--*/

.quick_contact {
    background-color: #efefef;
    border-bottom: 1px solid #dddddd;
    line-height: 45px;
}

.quick_contact i {
    margin-right: 10px;
}

.chemdry-brand {
    margin: 0;
    padding: 10px 0;
    display: block;
}

.chemdry-brand-navigation {
    margin: 0;
    border: 0;
    border-radius: 0;
    line-height: 95px;
}

.chemdry-menu {
    margin-left: 20px;
}

ul.chemdry-menu li a {
    border-top: 5px transparent solid;
    font-size: 14px;
    font-weight: 500;
    line-height: 90px;
    color: #333;
    text-transform: uppercase;
    padding: 0 35px;
    border-left: 1px solid #dddddd;
    transition: all ease 1s;
}

ul.chemdry-menu li a:hover {
    transition: all ease 0.5s;
    background-color: #efefef !important;
}

ul.chemdry-menu li a.active {
    border-top: 5px #95459a solid;
    color: #95459a;
    transition: all ease 0.5s;
    background-color: #eeeeee !important;
}

.border-stripe {
    height: 10px;
    background: url(../images/nav-border.jpg) repeat-x bottom #fff;
}


/*-- Highlights --*/

.item {
    margin: 0 15px;
}

.highlights {
    color: #333;
    padding: 60px 0;
    background-color: #fff;
}

.highlights h2 {
    font-weight: 300;
    margin-bottom: 40px;
    text-align: left;
}

.highlights p {
    margin-bottom: 10px;
}

.highlights a {
    color: #fff;
}

.highlight-content {
    padding: 20px;
}

.highlight-content img {
    margin: 0px 0;
}


/*-- Services --*/

.services-list {
    padding: 40px 0;
    padding-bottom: 80px;
    color: #333;
}

.services-list h2 {
    margin: 40px 0;
    font-weight: 100;
    text-align: center;
}

.services-list a {
    text-decoration: none;
}

.services {
    padding: 40px;
    margin-bottom: 20px;
    text-align: center;
    box-sizing: border-box;
    transition: all ease 0.5s;
    border: 1px solid #fff;
    min-height: 177px;
    background-color: #fff;
}

.services:hover {
    transition: all ease 0.5s;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05), 0 2px 10px 0 rgba(0, 0, 0, 0.10);
}

.services span {
    color: #00396d;
}

.why-us {
    margin: 0;
    padding: 0;
}

.why-us li {
    list-style: none;
    font-weight: 700;
    color: #999999;
    font-size: 18px;
    margin-top: 15px;
}


/*-- Video section --*/

.video-section {
    margin-top: 100px;
    background: #607895;
}

.videoWrapper {
    margin-top: -100px;
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
    background-color: #fff;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*-- Request Quote --*/

.request-quote {
    margin: 0;
    padding: 40px 0;
    max-height: 450px;
    background-image: url(../images/carpet-bg.png);
    background-attachment: fixed;
    background-color: #fff;
    padding-top: 160px;
   
}

.request-quote h4 {
    font-weight: 300;
}

.request-quote h4 span {
    font-weight: 500;
    font-size: 36px;
    display: block;
}

.btn-large {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    display: block;
    background-color: #863c85;
    border-bottom: 5px solid #6c2f6b;
    border-radius: 30px;
    padding: 15px 0;
    margin-top: 70px;
}

.locations {
    background-color: #4eaf8f;
}

.location-list {
    padding-top: 40px;
    padding-bottom: 40px;
    color: #fff;
    background: url(../images/map-australia.png) right bottom no-repeat;
}

.location-list h3 {
    margin: 0 0 20px 0;
    padding: 0;
    text-align: center;
    font-weight: 100;
    text-transform: uppercase;
}

.location-list h3 span {
    font-weight: 500;
}

.location-list h6 {
    margin-bottom: 10px;
}

.location-list table td {
    border: 0 !important;
    font-size: 12px;
    padding: 4px 0 !important;
}

.shadow {
    height: 48px;
    background: url(../images/shadow.png) center no-repeat;
}

.footer-chemdry {
    padding: 40px 0;
    padding-bottom: 80px;
}

.footer-chemdry h4 {
    font-weight: 300;
    margin-bottom: 20px;
}

.footer-chemdry p {
    color: #666666;
    margin-bottom: 5px;
}

.copyright {
    text-align: center;
    color: #a7a7a7;
    border-top: 1px solid #efefef;
    margin-top: 20px;
    padding-top: 20px;
}


/*=== CONTACT PAGE ==*/

.chemdry-breadcrumb {
    margin-top: 40px;
}

.chemdry-breadcrumb h3 {
    font-weight: 100;
    margin-bottom: 10px
}

ol.breadcrumb {
    background: none;
    padding: 10px 0;
    margin: 0;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
}

.google-maps {
    position: relative;
    padding-bottom: 35%; // This is the aspect ratio
    height: 0;
    overflow: hidden;
    margin-bottom: 40px;
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.form-wrapper h4 {
    margin: 20px 0 40px 0;
    font-weight: 300;
}

.form-wrapper p {
    color: #666;
    margin-bottom: 20px;
}

.info {
    margin-bottom: 20px;
}

.info i {
    font-size: 30px;
    color: #4eaf8f;
}

.info h5 {
    font-weight: 100;
}

.form-control:focus {
    border-color: #459a7e;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(56, 104, 86, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(56, 101, 86, .6);
}

select.form-control,
select[multiple],
select[size],
textarea.form-control,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 50px;
    width: 100%;
    padding: 11px 18px;
    margin-bottom: 10px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #888888;
    background-color: #ffffff;
    border: 1px solid #efefef;
}

.contact-form .btn {
    background: #4eaf8f;
    border-radius: 24px;
    padding: 10px;
    border: 1px solid #459a7e;
}


/*== ABOUTPAGE ==*/

.inner-page {
    color: #333;
    background: none;
}

.about-info {
    margin: 0;
    color: #666;
}

.about-info h3 {
    font-weight: 500;
    margin-bottom: 20px;
}

.about-info p {
    font-weight: 400;
    margin-bottom: 20px;
    text-transform: none;
}

.why-choose-us {
    padding: 60px 0;
    color: #fff;
    background-color: #95459a;
}

.why-choose-us h2,
h4 {
    font-weight: 300;
    margin-bottom: 20px;
}

.why-choose-us a {
    color: #fff;
    font-size: 16px;
    margin-top: 20px;
    display: block;
}

.why-choose-us p {
    font-size: 16px;
    font-weight: 100;
}

.testimonials {
    padding: 80px 0;
    text-align: center;
}

.testimonials h2 {
    font-weight: 300;
}


/*== Our Services ==*/

.chemdry-services {
    padding: 40px;
    margin-bottom: 40px;
    background-color: #fff;
}

.chemdry-services h4,
.chemdry-services p {
    color: #333;
    font-weight: 300;
}

.chemdry-services img {
    margin: 20px 0;
}

span.num {
    display: none;
}

.tabs-left li {
    float: none;
}

.nav-tabs {
    border: none;
}

.nav-tabs > li > a {
    margin-right: 0;
    border-radius: 0;
    margin-top: 0;
    padding: 20px 10px;
    border: none;
    transition: all ease 0.5s;
}

.nav-tabs > li > a:hover {
    color: #95459a;
    transition: all ease 0.5s;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    border-radius: 0;
    margin-right: 0;
    margin-top: 0;
    border: none;
}


/* why choose us */

.video-content {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.video-content iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}


/*== FAQs ==*/

.faq a {
    margin-top: 0;
    text-decoration: none;
}

.faq p {}

.faq a h6 {
    font-weight: 300
}

.faq a h6 i {
    float: right;
}

.faq-item {
    padding: 20px;
    margin-bottom: 10px;
    border: 1px solid #ab61aa;
}

.accordion-inner {
    color: #666;
    margin-top: 10px;
    padding: 20px;
    background-color: #fff;
}


/* scroll top */

.scrollToTop {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    background: #00396d;
    font-weight: bold;
    font-size: 24px;
    color: #fff;
    text-decoration: none;
    position: fixed;
    bottom: 75px;
    right: 40px;
    padding-top: 5px;
    display: none;
}

.scrollToTop:hover {
    text-decoration: none;
}


/*== MEDIA QUERIES==*/

@media (max-width:768px) {
    img {
        margin-bottom: 20px;
    }
    .large-font {
        font-size: 14px;
    }
    .chemdry-brand {
        width: 50%;
        margin-left: 10px;
    }
    .chemdry-menu {
        border: 1px solid #efefef;
        margin-left: 0;
        margin-right: 0;
    }
    ul.chemdry-menu li a {
        line-height: 48px;
    }
    .who-we-are {
        padding: 40px;
    }
    .what-we-offer {
        padding: 40px;
    }
    .why-chemdry {
        padding: 40px;
    }
    .btn-large {
        margin-top: 0;
    }
    .location-list h3 {
        margin-top: 40px;
    }
    .footer-chemdry {
        text-align: center;
    }
    .footer-chemdry h4 {
        margin-top: 20px;
    }
    .chemdry-services {
        padding: 15px;
        min-height: 730px;
    }
    span.text {
        display: none;
    }
    span.num {
        display: block;
        font-weight: bold;
        font-size: 18px;
    }
    .title-hide {
        display: none;
    }
    span.ico-commercial,
    span.ico-leather,
    span.ico-tiles,
    span.ico-rug,
    span.ico-water-damage,
    span.ico-upholstery,
    span.ico-residential-cleaning,
    span.ico-pet {
        font-size: 60px;
    }
}

@media (max-width:480px) {
    .video-section{
        margin-top: 50px;
    }
    .videoWrapper{
        margin-top: -50px;
    }
}

.chemtel {
    font-size: 18px!important;
    color: #000000!important;
}

.whyimgs {
    height: 179px;
    width: 350px;
    display: inline-block;
    margin-bottom: 20px;
}

.whyimgs img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.item a{color:#337ab7!important; font-size:18px; font-weight:500;}

.seotitle {
    margin: 40px 0;
    font-weight: 100;
    text-align: center;
}