/**
 * @version     CVS: 1.0.0
 * @package     com_launderall
 * @copyright   2021 Thang Tran
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 * @author      Thang Tran <trantrongthang1207@gmail.com>
 */
.accordion-title img{
    display: inline-block;
}
.pricing-table tr td:last-child {
    background-color: #e5749e;
    color: #fff;
    text-align: right;
    font-size: 18px;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    background: #fff;
    color: #666666;
    font-family: "Open Sans", sans-serif;
    overflow-x:hidden;
}

a {
    color: #000000;
    transition: 0.5s;
}

a:hover, a:active, a:focus {
    color: #d60707;
    outline: none;
    text-decoration: none;
}

@media screen and (max-width:660px){
    .mob-margin{
        margin-top:20px;
    }
}
#serviceAccordian .panel-body {
    background-color:#fff !important; 
}
.serviceSelect {
    font-size: 18px !important;
    padding: 0px 5px !important;
    max-width: 200px;
    background: #f9fafc;
    border: 1px solid #00a5e5;
    color: #333;
    height: 40px;
    border-radius: 4px;
}

.newInput {
    background-color: transparent !important;
    border:0px !important;
    max-width:70px !important;
    cursor: default;
}

.newInput:focus-visible {
    outline: none !important;
}
.pricing-nav>li.active a {
    background-color:#e5749e !important;
}

.pricing-nav>li a.active,
.pricing-nav>li a:active, 
.pricing-nav>li a:hover {
    background-color:#e5749e !important;
}

.pricing-nav>li a:focus {
    background-color:#e5749e !important;
}

.pricing-table tr td:last-child {
    background-color: #e5749e;
    width: 4% !important;
    color: #fff;
    text-align: right;
    font-size: 18px;
}
.list-product .accordion .accordion-item+.accordion-item {
    margin-top: 5px;
}
.list-product .accordion-item {
    border: 2px solid #00a5e5 !important;
    border-radius: 3px !important;
}

.list-product .accordion-item>.accordion-header {
    background-color: #f8fafb !important;
    border: 1px solid #ddd;
    padding: 14px 25px;
}

.list-product .accordion-title {
    font-weight: bold;
    margin: 0;
    line-height: initial;
}

.list-product .accordion-title img {
    margin-right:10px;
}

.list-product .accordion-title a {
    display: block;
    color:#e5749e !important;
    font-size: 18px !important;
}

@media (max-width: 768px) {
    .list-product .accordion-title a {
        font-size: 15px !important;
        display: inline;
    }
    .list-product .accordion-title h4 {
        font-size: 15px;
    }
    .list-product .accordion-title .newInput {
        max-width: 40px !important;
    }
    .list-product .accordion-item>.accordion-header {
        padding:18px 6px;
    }
}

.list-product .accordion-body {
    background-color:#f9f9f9 !important;
}

.img-responsive{
    max-width:100%;
}
.text-white{
    color:#FFF !important;
}
.text-black{
    color:#333 !important;
}

#testimonials h6 span {
    float: left;
    font-size: 40px;
    margin: 0px 30px 0px 10px;
    color: #00a5e5;
} 

.rating-star {
    color:#f0c744;
    font-size:22px;
}

#question-box {
    padding:50px;
    color: #fff;
}

#question-box h3  {
    font-size: 36px;
    font-weight: 600;
}

#question-box p {
    color: #fff !important;
    text-align: center;
}

.service-number {
    background-color: #2eb5eae8;
    padding: 42px;
    width: 140px;
    height: 140px;
    display: inline-block;
    border-radius: 70px;
    color: #fff;
    font-weight: bold;
    font-size: 50px;
    font-style: italic;
}

p {
    padding: 0;
    margin: 0 0 10px 0;
    font-size: 16px;
    text-align: justify;
    color: #444;
}
ul li{
    font-size:14px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0;
}
b, strong{
    color: #e5749e;
}
.headign-border {
    border-top: 3px solid #a65a17;
    width: 50px;
    display: block;
    margin-bottom: 10px;
}
.border-right-0{
    border-right:0 !important;
}
/* ----------------------------- */
.img-auto-width{
    width:100%;
}
.margin-0 {
    margin: 0 !important;
}
.margin-bottom-0 {
    margin-bottom: 0 !important;
}
.margin-bottom-50 {
    margin-bottom: 50px !important;
}
.margin-top-50 {
    margin-top: 50px !important;
}
.margin-top-80 {
    margin-top: 80px !important;
}
.margin-top-15 {
    margin-top: 15px !important;
}
.margin-top-10 {
    margin-top: 10px !important;
}
.margin-top-25 {
    margin-top: 25px !important;
}
.margin-bottom-15 {
    margin-bottom: 15px !important;
}
.margin-bottom-5 {
    margin-bottom: 5px !important;
}
.margin-left-15 {
    margin-left: 15px !important;
}
.margin-right-15 {
    margin-right: 15px !important;
}
.margin-right-0 {
    margin-right: 0 !important;
}
.margin-right-5 {
    margin-right: 5px !important;
}
.padding-0 {
    padding: 0 !important;
} 
.padding-top-0 {
    padding-top: 0 !important;
}
.padding-10 {
    padding: 10px !important;
}
.padding-top-15 {
    padding-top: 15px !important;
}
.padding-bottom-0 {
    padding-bottom: 0px !important;
}
.padding-bottom-15 {
    padding-bottom: 15px !important;
}
.padding-left-15 {
    padding-left: 15px !important;
}
.padding-right-15 {
    padding-right: 15px !important;
}
.padding-left-0 {
    padding-left: 0 !important;
}
.padding-right-0 {
    padding-right: 0 !important;
}
.padding-top-50 {
    padding-top: 50px !important;
}

/* Back to top button */
.back-to-top {
    position: fixed;
    display: none;
    background: #e5749e;
    color: #fff;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    border-radius: 50%;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
    z-index: 11;
}

.back-to-top i {
    padding-top: 12px;
    color: #fff;
}

@media (max-width: 768px) {
    .back-to-top {
        bottom: 15px;
    }
}

/* Prelaoder */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #f2f2f2;
    border-top: 6px solid #2260d1;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    padding: 0;
    /* height: 92px; */
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997;
    background: #FFF;
}

#header.header-scrolled {
    background: white;
    padding: 0;
    transition: all 0.5s;
    border-bottom: 1px solid #e4e4e4;
}

#header #logo {
    float: left;
}
.header-scrolled #logo {
    margin-top: -10px !important;
}
@media (min-width: 1024px) {
    .container-fluid{
        padding-left: 60px;
        padding-right: 60px;
    }
    #intro, #intro .carousel-item, #intro .carousel-container  {
        max-height:600px;
    }
}
@media (max-width: 1024px) {
    #header #logo {
        padding-left: 0px;
    }
    #intro, #intro .carousel-item, #intro .carousel-container  {
        max-height:500px;
    }
    #portfolio .portfolio-item, #portfolio .portfolio-item figure {
        height: 155px !important;
    }
}

#header #logo h1 {
    font-size: 34px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    letter-spacing: 3px;
}

#header #logo h1 a, #header #logo h1 a:hover {
    color: #fff;
}

#header #logo img {
    padding: 0;
    margin: 10px 0 0;
    width: 280px;
}
#header.header-scrolled #logo img {margin: 28px 0 0;}
@media (max-width: 768px) {
    #header #logo h1 {
        font-size: 28px;
        /* text-align: center; */
        /* margin: 0 auto; */
        /* max-width: 80px; */
        /* display: inline-block; */
    }
    #header #logo img {
        width: 250px !important;
        margin: 18px 0 0 !important;
    }
    .header-scrolled #logo img {
        margin-left: -25px !important;
        margin-top: -5px;
        height:auto !important;
        width: 220px !important;

    }
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro {
    display: table;
    width: 100%;
    height: 100vh;
    background: #000;
    margin-top: 90px;
}

#intro .carousel-item {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#intro .carousel-item::before {
    content: '';
    /* background-color: rgba(0, 0, 0, 0.40); */
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

#intro .carousel-container {
    display: flex;
    justify-content: left;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 100px;
    right: 0;
}

#intro .carousel-background img {
    max-width: 100%;
}

#intro .carousel-content {
    text-align: left;
}
#intro h2 {
    color: #00a5e5;
    font-size: 32px;
    font-weight: 500;
    display: block;
    text-transform: capitalize;
    line-height: 48px;
}
#intro h2 span{
    color: #e5749e;
    font-size: 40px;
    font-weight: 600;
    text-transform: capitalize;
    display: block;
    border-left: 5px solid #00A5E4;
    padding-left: 10px;
}
#intro h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    display: block;
}
@media (max-width: 768px) {
    #intro h2 {
        font-size: 28px;
    }
}

#intro p {
    margin: 30px auto 10px auto;
    color: #fff;
    font-size: 16px;
}

#intro .carousel-fade {
    overflow: hidden;
}

#intro .carousel-fade .carousel-inner .carousel-item {
    transition-property: opacity;
}

#intro .carousel-fade .carousel-inner .carousel-item,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
    opacity: 0;
}

#intro .carousel-fade .carousel-inner .active,
#intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
#intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
    opacity: 1;
    transition: 0.5s;
}

#intro .carousel-fade .carousel-inner .carousel-item-next,
#intro .carousel-fade .carousel-inner .carousel-item-prev,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
    left: 0;
    transform: translate3d(0, 0, 0);
}

#intro .carousel-control-prev, #intro .carousel-control-next {
    width: 10%;
}

@media (min-width: 1024px) {
    #intro .carousel-control-prev, #intro .carousel-control-next {
        width: 5%;
    }
}

#intro .carousel-control-next-icon, #intro .carousel-control-prev-icon {
    background: none;
    font-size: 32px;
    line-height: 1;
}

#intro .carousel-indicators li {
    cursor: pointer;
}

.btn-get-started {
    font-family: "Montserrat", sans-serif;
    /* font-weight: 600; */
    background: #e5749e;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    padding: 13px 15px;
    transition: 0.5s;
    margin: 10px 0 0;
    color: #fff;
    border: 1px solid #e5749e;
}

.btn-get-started:hover {
    background: #00a5e5;
    color: #fff;
    border: 1px solid #00a5e5;
}

.btn-get-started:active, .btn-get-started:focus {
    color: #fff !important;
    background: #00a5e5;
}


.btn-custom {
    color: #fff;
    background-color: #a65a17;
    border-color: #007bff;
    padding: 12px 20px !important;
    border: 0;
    border-radius: 0;
    position: relative;
    top: -11px;
}

.btn-custom:hover{
    color: #fff;
    background-color: #292734;
}
.btn-out-line {
    color: #a65a17;
    border:1px solid #a65a17;
    padding: 8px 20px !important;
    border-radius: 0;
    position: relative;
    margin: 0 auto;
}

.btn-out-line:hover{
    color: #fff;
    background-color: #a65a17;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99;
}

.nav-menu li {
    position: relative;
    white-space: nowrap;
}

.nav-menu > li {
    float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
    display: block;
}

.nav-menu ul ul {
    top: 0;
    left: 100%;
}

.nav-menu ul li {
    /*min-width: 180px;*/
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
    padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
    content: "\f107";
    position: absolute;
    right: 15px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
    content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
    float: right;
    margin: 0;
}

#header.header-scrolled .nav-menu li.active a{
    color:#00a5e5;
}

#header.header-scrolled .nav-menu a{
    color:#000;
    margin: 10px 0px;
    padding: 10px 10px;
}
/* Nav Meu Styling */
.nav-menu a {
    margin: 20px 0px;
    padding: 10px 10px;
    text-decoration: none;
    display: inline-block;
    color: #333;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 18px;
    text-transform: capitalize;
    outline: none;
}

.nav-menu li.active a {
    border-bottom: 2px solid #e5749e;
    color:#00a5e5;
}
.nav-menu a .fa{
    background: #fff;
    border-radius: 20px;
    color: #00a5e5;
    padding: 8px;
    font-size: 15px;
}
.nav-menu li:hover > a, .nav-menu > .menu-active > a {
    color: #00a5e5;
    border-radius: 0;
}
.nav-menu a.btn{
    margin-top:18px;
}
.nav-menu > li {
    margin-left: 10px;
}

.nav-menu ul {
    margin: 4px 0 0 0;
    padding: 10px;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    background: #292734;
}

.nav-menu ul li {
    transition: 0.3s;
}

.nav-menu ul li a {
    padding: 8px 10px;
    color: #fff !important;
    transition: 0.3s;
    display: block;
    font-size: 14px;
    text-transform: none;
    letter-spacing: 0.5px;
}
.nav-menu ul li:hover{
    background:#6785FF;
}
.nav-menu ul li:hover > a {
    color: #6785FF;
}

.nav-menu ul ul {
    margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    margin: 20px 15px 0 0;
    border: 0;
    background: none;
    font-size: 24px;
    display: none;
    transition: all 0.4s;
    outline: none;
    cursor: pointer;
}

#mobile-nav-toggle i {
    background: #00a5e5;
    color: #fff;
    width: 36px;
    line-height: 32px;
    font-size: 18px;
    height: 36px;
    padding: 3px;
    border-radius: 0;
}

@media (max-width: 768px) {
    #mobile-nav-toggle {
        display: none;
    }
    .booking_form_div {
        padding: 60px 10px !important;
    }
}

/* Mobile Nav Styling */
#mobile-nav {
    position: fixed;
    top: 0;
    padding-top: 18px;
    bottom: 0;
    z-index: 998;
    background: rgba(0, 0, 0, 0.8);
    left: -260px;
    width: 260px;
    overflow-y: auto;
    transition: 0.4s;
}

#mobile-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#mobile-nav ul li {
    position: relative;
}

#mobile-nav ul li a {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    overflow: hidden;
    padding: 10px 22px 10px 15px;
    position: relative;
    text-decoration: none;
    width: 100%;
    display: block;
    outline: none;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
}

#mobile-nav ul li a:hover {
    color: #2260d1;
}

#mobile-nav ul li li {
    padding-left: 30px;
}

#mobile-nav ul li.menu-active a {
    color: #2260d1;
}

#mobile-nav ul .menu-has-children i {
    position: absolute;
    right: 0;
    z-index: 99;
    padding: 15px;
    cursor: pointer;
    color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
    color: #2260d1;
}

#mobile-nav ul .menu-has-children li a {
    text-transform: none;
}

#mobile-nav ul .menu-item-active {
    color: #2260d1;
}

#mobile-body-overly {
    width: 100%;
    height: 100%;
    z-index: 997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
    overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
    left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
    color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/
#portfolio .section-header h3{
    color:#333;
}
.section-header h3 {
    font-size: 32px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
    position: relative;
    padding-bottom: 15px;
}

.section-header h3::before {
    content: '';
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
}

.section-header h3::after {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #a80447;
    bottom: 0;
    left: calc(50% - 20px);
}

.section-header p {
    text-align: center;
    padding-bottom: 30px;
    color: #333;
}

/* Section with background
--------------------------------*/
.section-bg {
    background: #fbfbfb;
}
.display-table{
    display:table;
    width:100%;
}
/* Featured Services Section
--------------------------------*/
/* Featured Services Section
--------------------------------*/
#featured-services {
    background: url("../img/ach-bg.jpg") center top no-repeat;
    padding: 40px 0;
    margin: 50px 0;
    background-size: 100%;
}

#featured-services .box {
    padding: 30px 20px;
    /* border-right: 1px solid #f3f3f385; */
    text-align: center;
}
#featured-services .box img{
    width:60px;
    margin: 15px auto;
}
#featured-services .box-bg {
    /* background-image: linear-gradient(0deg, #000000 0%, #242323 50%, #000000 100%); */
}

#featured-services i {
    color: #eb4343;
    font-size: 60px;
    display: inline-block;
    line-height: 1;
    float: left;
    width: 70px;
    height: 65px;
}

#featured-services h4 {
    font-weight: 400;
    margin: 0 0 8px 0;
    font-size: 34px;
    color: #FFF;
}
#featured-services h5{
    font-weight: 400;
    margin: 0 0 8px 0;
    font-size: 26px;
    color: #FFF;
}
#featured-services h4 a {
    color: #6785FF;
}

#featured-services h4 a:hover {
    color: #6785FF;
}

#featured-services p {
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    margin-bottom: 0;
    font-weight: 300;
    text-align: center;
}
.patrons-banefits .benefits-block {
    margin-top: 20px;
    min-height: 250px;
    background: #c3ccde30;
    padding: 30px;
    text-align: center;
    border-radius: 15px;
    box-shadow: 0px 0px 6px #efefef;
}

.patrons-banefits .benefits-block:hover {
    background: #c3ccde15;
    box-shadow: 0px 0px 6px #ececec;
}
.patrons-banefits .benefits-block h4{
    font-size:20px;
    font-weight:500;
    color:#333;
    margin:20px 0 15px
}
.patrons-banefits .benefits-block i {
    font-size: 2.8rem;
    height: 80px;
    width: 80px;
    line-height: 78px;
    text-align: center;
    color: #00a5e5;
    border-radius: 50px;
    background-color: rgb(195 204 222 / 25%);
}

.patrons-banefits .benefits-block i.blue {
    color: #377dff;
    background-color: rgba(55, 125, 255, .1)
}

.patrons-banefits .benefits-block i.green {
    color: #00c9a7;
    background-color: rgba(0, 201, 167, .1)
}
/* About Us Section
--------------------------------*/
#about_us{
    padding: 100px 0 80px 0;
    position: relative;
}
#service{
    padding: 80px 0 40px 0;
    position: relative;
}
#about {
    background: url("../img/about-bg.jpg") center top no-repeat fixed;
    background-size: cover;
    padding: 60px 0 40px 0;
    position: relative;
}

#about::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.92);
    z-index: 9;
}

#service .container {
    position: relative;
    z-index: 10;
}

#service .about-col {
    border-radius: 0 0 4px 4px;
    margin-bottom: 25px;
}


#service .about-col .img {
    position: relative;
    background: #444242;
}

#service .about-col .img img {
    border-radius: 4px 4px 0 0;
}

#service .about-col .icon {
    width: 64px;
    height: 64px;
    padding-top: 8px;
    text-align: center;
    position: absolute;
    background-color: #2260d1;
    border-radius: 50%;
    text-align: center;
    border: 4px solid #fff;
    left: calc( 50% - 32px);
    bottom: -30px;
    transition: 0.3s;
}

#service .about-col i {
    font-size: 36px;
    line-height: 1;
    color: #fff;
    transition: 0.3s;
}

#service .about-col:hover .icon {
    background-color: #fff;
}

#service .about-col:hover i {
    color: #2260d1;
}

#service .about-col h2 {
    border: 1px solid #eee;
    font-weight: 400;
    font-size: 18px;
    padding: 5px 15px;
    margin: 0px 0 15px 0;
    line-height: 44px;
    background: #FFF;
}
#service .about-col h2 a {
    color: #000;
}

#service .about-col h2 a:hover {
    color: #fe0000;
}

#service .about-col p {
    font-size: 14px;
    line-height: 24px;
    color: #333;
    margin: 0 0 10px;
    font-weight: 300;
    min-height: 130px;
}
#service .about-col .btn{
    margin: 0 20px 20px;
}
/* Services Section
--------------------------------*/
#services {
    background: #fff;
    background-size: cover;
    padding: 60px 0 40px 0;
}

#services .box {
    margin-bottom: 30px;
}

#services .icon {
    float: left;
}

#services .icon i {
    color: #2260d1;
    font-size: 36px;
    line-height: 1;
    transition: 0.5s;
}

#services .title {
    margin-left: 60px;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}

#services .title a {
    color: #111;
}

#services .box:hover .title a {
    color: #2260d1;
}

#services .description {
    font-size: 14px;
    margin-left: 60px;
    line-height: 24px;
    margin-bottom: 0;
}

/* Call To Action Section
--------------------------------*/
#high-servives {
    /* background: linear-gradient(rgba(0, 142, 99, 0.1), rgba(0, 0, 0, 0.1)), url(../img/call-to-action-bg.jpg) fixed center center; */
    /* background-size: cover; */
    background:#252331;
    padding: 0;
}

#high-servives h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
}

#high-servives p {
    color: #fff;
}

#high-servives .cta-btn {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 28px;
    border-radius: 25px;
    transition: 0.5s;
    margin-top: 10px;
    border: 2px solid #fff;
    color: #fff;
}

#high-servives .cta-btn:hover {
    background: #2260d1;
    border: 2px solid #2260d1;
}
#high-servives .s-left{
    padding-left: 10%;
    padding-top: 100px;
    padding-bottom: 100px;
}
#high-servives .s-right{
    padding-left: 5%;
    padding-top: 100px;
    padding-bottom: 100px;
    background:#0e2753;
}
#high-servives .s-right h6{
    font-weight:200;
    font-size:42px;
    color:#adaeb1;
}
#high-servives .s-right h1{
    font-weight:500;
    font-size:48px;
    color:#fff;
}
#high-servives h2{
    color:#a65a17
}
.trx_addons_list_dot{
    font-size: 18px;
    font-weight: 300;
}
.trx_addons_list_dot li{
    list-style: disc;
    color: #c1c0c0;
    font-size: 15px;
    line-height: 30px;
}
.trx_addons_list_dot li:after{
    border-left:1px solid red;
}

/* Call To Action Section
--------------------------------*/
#call-to-action {
    background: linear-gradient(rgba(23, 22, 22, 0.1), rgba(0, 0, 0, 1)), url(../img/happy-family.jpg) fixed center center;
    background-size: cover;
    padding: 100px 0;
}

#call-to-action h3 {
    color: #fff;
    font-size: 48px;
    font-weight: 300;
    margin-top: 20px;
}

#call-to-action p {
    color: #fff;
    font-weight: 200;
    font-size: 22px;
}

#call-to-action .cta-btn {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 28px;
    border-radius: 25px;
    transition: 0.5s;
    margin-top: 10px;
    border: 2px solid #fff;
    color: #fff;
}

#call-to-action .cta-btn:hover {
    background: #18d26e;
    border: 2px solid #18d26e;
}

/* Call To Action Section
--------------------------------*/
#skills {
    padding: 60px 0;
}

#skills .progress {
    height: 35px;
    margin-bottom: 10px;
}

#skills .progress .skill {
    font-family: "Open Sans", sans-serif;
    line-height: 35px;
    padding: 0;
    margin: 0 0 0 20px;
    text-transform: uppercase;
}

#skills .progress .skill .val {
    float: right;
    font-style: normal;
    margin: 0 20px 0 0;
}

#skills .progress-bar {
    width: 1px;
    text-align: left;
    transition: .9s;
}
/* Facts Section
--------------------------------*/
#page {
    background: url("../img/intro-carousel/1.jpg") center top no-repeat fixed;
    background-size: 100%;
    padding: 180px 0 40px 0;
    position: relative;
}
.installation_page{
    background: url("../img/intro-carousel/insulation.jpg") center top no-repeat fixed !important;
}
.drywall_page{
    background: url("../img/intro-carousel/drywall.jpg") center top no-repeat fixed !important;
}
#page i.fa{
    margin-bottom:20px;
    font-size:24px;
    color: #ffffff;
    border: 1px solid #ffffff;
    line-height: 65px;
    border-radius:50px;
    /* background: #fff; */
    width: 65px;
    height: 65px;
}

#page::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #0000008c;
    z-index: 9;
}
#page h5, #page p{
    color: #fff;
}
#page .container {
    position: relative;
    z-index: 10;
}
#page .counters{
    margin-top:80px;
}
#page .counters span {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 48px;
    display: block;
    color: #2260d1;
}

#page .counters p {
    padding: 0;
    margin: 0 0 20px 0;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
}

#page .facts-img {
    text-align: center;
    padding-top: 30px;
}

/* Facts Section
--------------------------------*/
#facts {
    background: url("../img/achieve-bg.jpg") center top no-repeat fixed;
    background-size: cover;
    padding: 80px 0;
    position: relative;
}
#facts span{
    position: absolute;
    left: 0;
    right: 0;
    top: 238px;
    margin: 0 auto;
    width: 70px;
    height: 70px;
    color: #fff;
    font-size: 26px;
    line-height: 66px;
    text-align: center;
    background-color: #e5749e;
    border-radius: 50%;
    border: 4px solid;
}

#facts::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #00000061;
    z-index: 9;
}
#facts h5, #facts p{
    color: #fff;
}
#facts .container {
    position: relative;
    z-index: 10;
}
#facts .counters{
    margin-top:20px;
}
#facts .counters_box{
    text-align: center;
    background: #fff;
    min-height: 442px;
    padding-bottom: 25px;
}
#facts .counters_box h5{
    color: #333;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: inherit;
    margin: 36px 0 15px;
}
#facts .counters_box img{
    margin: 0 0 10px;
    max-width: 100%;
}
#facts .counters p {
    color: #333;
    padding: 0 23px;
    margin: 0 auto;
    font-size: 14px;
    text-align: center;
}
#facts .facts-img {
    text-align: center;
    padding-top: 30px;
}
.business-services {
    width: 100%;
    height: 100%;
    position: relative
}

.business-services p {
    color: #000;
    text-align: center;
    font-size: 18px;
    text-transform: capitalize
}

.business-services li p {
    color: #fff;
    z-index: 9;
    line-height: 20;
    position: relative;
}
.business-services ul{
    margin:0 auto;
}
.business-services ul li {
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.restaurants {
    background-image: url(../img/business/restaurants.jpg)
}

.dental {
    background-image: url(../img/business/dental.jpg)
}

.hotel {
    background-image: url(../img/business/hotel.jpg)
}

.club {
    background-image: url(../img/business/business-club.jpg)
}

.clinic {
    background-image: url(../img/business/clinic.jpg)
}

.facilities {
    background-image: url(../img/business/facilities.png)
}

.day-cares {
    background-image: url(../img/business/day-cares.jpg)
}

.rental-suits {
    background-image: url(../img/business/rental-suits.jpg);
    background-position: center
}

.salons {
    background-image: url(../img/business/salons.jpg)
}

.spas {
    background-image: url(../img/business/spas.jpg)
}

.fitness {
    background-image: url(../img/business/fitness.jpg)
}

.school {
    background-image: url(../img/business/school.jpg)
}

.seniorhomes {
    background-image: url(../img/business/seniorhomes.jpg)
}

.furnished {
    background-image: url(../img/business/furnished.jpg)
}

.offices {
    background-image: url(../img/business/offices.jpg)
}

.airbnb {
    background-image: url(../img/business/airbnb.jpg)
}

.service-list {
    position: relative;
    z-index: 1
}

.business-services li div:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    border-radius: 6px;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgb(0 0 0 / 35%));
}

.business-services li {
    color: #fff;
    list-style: none;
    margin-bottom: 18px;
    display: inline-block;
    width: 135px;
    height: 200px;
    border-radius: 6px;
    text-align: center;
    position: relative;
    margin: 10px;
    z-index: 1;
    /* float: left; */
}

.business-services .title:before {
    left: 50%;
    transform: translate(-50%)
}

.business-services li div:hover:before {
    background: rgb(0 0 0 / 8%);
}

.business-services li div {
    cursor: pointer
}
/* Portfolio Section
--------------------------------*/
#portfolio {
    padding: 60px 0;
    background: #172745;
}

#portfolio #portfolio-flters {
    padding: 0;
    margin: 5px 0 35px 0;
    list-style: none;
    text-align: center;
}

#portfolio #portfolio-flters li {
    cursor: pointer;
    margin: 15px 15px 15px 0;
    display: inline-block;
    padding: 10px 20px;
    font-size: 12px;
    line-height: 20px;
    color: #666666;
    border-radius: 4px;
    text-transform: uppercase;
    background: #fff;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
}

#portfolio #portfolio-flters li:hover, #portfolio #portfolio-flters li.filter-active {
    background: #2260d1;
    color: #fff;
}

#portfolio #portfolio-flters li:last-child {
    margin-right: 0;
}

#portfolio .portfolio-wrap {
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
}

#portfolio .portfolio-wrap:hover {
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
}

#portfolio .portfolio-item {
    position: relative;
    height: 190px;
    overflow: hidden;
}

#portfolio .portfolio-item figure {
    background: #000;
    overflow: hidden;
    height: 180px;
    position: relative;
    border-radius: 0;
    margin: 0;
}

#portfolio .portfolio-item figure:hover img {
    opacity: 0.4;
    transition: 0.3s;
}

#portfolio .portfolio-item figure .link-preview, #portfolio .portfolio-item figure .link-details {
    position: absolute;
    display: inline-block;
    opacity: 0;
    line-height: 1;
    text-align: center;
    width: 36px;
    height: 36px;
    background: #fff;
    border-radius: 50%;
    transition: 0.2s linear;
}

#portfolio .portfolio-item figure .link-preview i, #portfolio .portfolio-item figure .link-details i {
    padding-top: 6px;
    font-size: 22px;
    color: #333;
}

#portfolio .portfolio-item figure .link-preview:hover, #portfolio .portfolio-item figure .link-details:hover {
    background: #2260d1;
}

#portfolio .portfolio-item figure .link-preview:hover i, #portfolio .portfolio-item figure .link-details:hover i {
    color: #fff;
}

#portfolio .portfolio-item figure .link-preview {
    left: calc(50% - 38px);
    top: calc(50% - 18px);
}

#portfolio .portfolio-item figure .link-details {
    right: calc(50% - 38px);
    top: calc(50% - 18px);
}

#portfolio .portfolio-item figure:hover .link-preview {
    opacity: 1;
    left: calc(60% - 44px);
}

#portfolio .portfolio-item figure:hover .link-details {
    opacity: 1;
    right: calc(50% - 44px);
    display: none;
}

#portfolio .portfolio-item .portfolio-info {
    background: #fff;
    text-align: center;
    padding: 30px;
    height: 90px;
    border-radius: 0 0 3px 3px;
}

#portfolio .portfolio-item .portfolio-info h4 {
    font-size: 18px;
    line-height: 1px;
    font-weight: 700;
    margin-bottom: 18px;
    padding-bottom: 0;
}

#portfolio .portfolio-item .portfolio-info h4 a {
    color: #333;
}

#portfolio .portfolio-item .portfolio-info h4 a:hover {
    color: #2260d1;
}

#portfolio .portfolio-item .portfolio-info p {
    padding: 0;
    margin: 0;
    color: #b8b8b8;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
}

/* Clients Section
--------------------------------*/
#clients {
    padding: 60px 0;
}

#clients img {
    max-width: 100%;
    opacity: 1;
    transition: 0.3s;
    padding: 5px 50px;
}

#clients img:hover {
    opacity: 1;
}

#clients .owl-nav, #clients .owl-dots {
    margin-top: 5px;
    text-align: center;
}

#clients .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd;
}

#clients .owl-dot.active {
    background-color: #2260d1;
}

/* Testimonials Section
--------------------------------*/
#testimonials {
    padding: 0;
}
#testimonials .col-md-6{
    padding: 60px 15px;
}
#testimonials .col-md-6 h5{
    font-size: 36px;
    font-weight: 600;
    color: #e5749e;
}

#testimonials .row h5{
    font-size: 36px;
    font-weight: 600;
    color: #e5749e;
}

#testimonials .col-md-6 h6{
    margin: 0px 0 7px;
    color: #e5749e;
    padding-top: 10px;
    font-weight: 600;
    font-size: 16px;
    clear: both;
}
#testimonials .col-md-6 h6 img{width: 60px;height: 60px;font-size: 26px;float: left;line-height: 56px;margin: 2px 20px 25px 0;text-align: center;padding: 8px;color: #333;background: #00A5E4;-webkit-transition: all 300ms ease;-ms-transition: all 300ms ease;-o-transition: all 300ms ease;-moz-transition: all 300ms ease;transition: all 300ms ease;border-radius: 30px;}
#testimonials .col-md-6 p{
    margin-bottom: 25px;
    font-size: 14px;
    text-align: left;
    color: #666;
}


#testimonials .section-header {
    margin-bottom: 40px;
    margin-top: 70px;
}

#testimonials .testimonial-item {
    text-align: center;
}

#testimonials .testimonial-item .testimonial-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 4px solid #fff;
    margin: 0 auto;
}

#testimonials .testimonial-item h3 {
    font-size: 20px;
    margin: 10px 0 5px 0;
    color: #fff;
}

#testimonials .testimonial-item h4 {
    font-size: 14px;
    color: #999;
    margin: 0 0 15px 0;
}

#testimonials .testimonial-item .quote-sign-left {
    margin-top: -15px;
    padding-right: 10px;
    display: inline-block;
    width: 37px;
}

#testimonials .testimonial-item .quote-sign-right {
    margin-bottom: -15px;
    padding-left: 10px;
    display: inline-block;
    max-width: 100%;
    width: 37px;
}

#testimonials .testimonial-item p {
    font-style: italic;
    margin: 0 auto 15px auto;
    color: white;
}

@media (min-width: 992px) {
    #testimonials .testimonial-item p {
        width: 80%;
    }
    figure a img {
        min-height: 200px;
    }
}

#testimonials .owl-nav, #testimonials .owl-dots {
    margin-top: 5px;
    text-align: center;
}

#testimonials .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd;
}

#testimonials .owl-dot.active {
    background-color: #2260d1;
}

/* Team Section
--------------------------------*/
#team {
    background: #fff;
    padding: 60px 0;
}

#team .member {
    text-align: center;
    margin-bottom: 20px;
    background: #000;
    position: relative;
}

#team .member .member-info {
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    transition: 0.2s;
}

#team .member .member-info-content {
    margin-top: -50px;
    transition: margin 0.2s;
}

#team .member:hover .member-info {
    background: rgba(0, 0, 0, 0.7);
    opacity: 1;
    transition: 0.4s;
}

#team .member:hover .member-info-content {
    margin-top: 0;
    transition: margin 0.4s;
}

#team .member h4 {
    font-weight: 700;
    margin-bottom: 2px;
    font-size: 18px;
    color: #fff;
}

#team .member span {
    font-style: italic;
    display: block;
    font-size: 13px;
    color: #fff;
}

#team .member .social {
    margin-top: 15px;
}

#team .member .social a {
    transition: none;
    color: #fff;
}

#team .member .social a:hover {
    color: #2260d1;
}

#team .member .social i {
    font-size: 18px;
    margin: 0 2px;
}

/* Contact Section
--------------------------------*/
#contact {
    padding: 60px 0;
}

#contact .contact-info {
    margin-bottom: 20px;
    text-align: center;
}

#contact .contact-info i {
    font-size: 48px;
    display: inline-block;
    margin-bottom: 10px;
    color: #2260d1;
}

#contact .contact-info address, #contact .contact-info p {
    margin-bottom: 0;
    color: #000;
    text-align: center;
}

#contact .contact-info h3 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #999;
}

#contact .contact-info a {
    color: #000;
}

#contact .contact-info a:hover {
    color: #2260d1;
}

#contact .contact-address, #contact .contact-phone, #contact .contact-email {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    #contact .contact-address, #contact .contact-phone, #contact .contact-email {
        padding: 20px 0;
    }
}

@media (min-width: 768px) {
    #contact .contact-phone {
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
    }
}

#contact .php-email-form {
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 30px;
}

#contact .php-email-form .validate {
    display: none;
    color: red;
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 13px;
}

#contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #696868;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    text-transform: capitalize;
}
#footer .credits a, #footer .copyright strong{
    text-align: center;
    font-size: 16px;
    color: #fff;
}
#contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

#contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #2260d1;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}

#contact .php-email-form input, #contact .php-email-form textarea {
    padding: 10px 14px;
    border-radius: 0;
    box-shadow: none;
    font-size: 15px;
    height: 48px;
}
.php-email-form textarea {
    padding: 10px 14px;
    border-radius: 0;
    box-shadow: none;
    font-size: 15px;
    height:auto !important;
}

#contact .php-email-form input::focus, #contact .php-email-form textarea::focus {
    background-color: #2260d1;
}

#contact .php-email-form button[type="submit"] {
    background: #2260d1;
    border: 0;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    cursor: pointer;
}

#contact .php-email-form button[type="submit"]:hover {
    background: #13a456;
}

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background: #e5749e;
    padding: 0 0 15px 0;
    color: #eee;
    font-size: 14px;
}

#footer .footer-top {
    background: #00A5E4;
    padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
    margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
    font-size: 26px;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 10px;
    line-height: 1;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 3px;
    border-left: 4px solid #e5749e;
}

#footer .footer-top .footer-info p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Montserrat", sans-serif;
    color: #eee;
}

#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #333;
    color: #eee;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
    background: #2260d1;
    color: #fff;
}

#footer .footer-top h4 {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 12px;
}

#footer .footer-top h4::before, #footer .footer-top h4::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
}

#footer .footer-top h4::before {
    right: 0;
    background: #077ba7;
}

#footer .footer-top h4::after {
    background: #e5749e;
    width: 60px;
}

#footer .footer-top .footer-links {
    margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .footer-top .footer-links ul i {
    padding-right: 8px;
    color: #ddd;
}

#footer .footer-top .footer-links ul li {
    border-bottom: 1px solid #00A5E4;
    padding: 7px 0;
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

#footer .footer-top .footer-links ul a {
    color: #eee;
}

#footer .footer-top .footer-links ul a:hover {
    /*color: #6785FF;*/
    color:#333;
}

#footer .footer-top .footer-contact {
    margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
    line-height: 26px;
    color: #FFF;
}
#footer .footer-top .footer-contact p strong{
    line-height: 26px;
    color: #FFF;
}
#footer .footer-top .footer-newsletter {
    margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter input[type="email"] {
    border: 0;
    padding: 6px 8px;
    width: 65%;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
    background: #2260d1;
    border: 0;
    width: 35%;
    padding: 6px 0;
    text-align: center;
    color: #fff;
    transition: 0.3s;
    cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
    background: #13a456;
}

#footer .copyright {
    text-align: center;
    padding-top: 15px;
}

#footer .credits {
    text-align: center;
    font-size: 13px;
    color: #ddd;
}





.r-box{
    background:#292734
}
.r-box .col-sm-4{
    text-align:center;
    padding: 83px 30px;
    border-right: 1px solid #3f3d4c;
    border-bottom: 1px solid #3f3d4c;
}
.r-box img{
    width: 60px;
}
.r-box h4{
    color:white;
    font-weight: 200;
    font-size: 16px;
    margin: 15px 0 0;
}
.heading-2{
    font-weight: 200;
    font-size: 26px;
    margin: 0 0 15px;
    color: #4c4b4b;
}
.heading-2 span {
    font-weight: 600;
    font-size: 35px;
    color: #e5749e;
}
/* ----------------------------- */
.img-auto-width{
    width:100%;
}
.margin-0 {
    margin: 0 !important;
}
.margin-bottom-0 {
    margin-bottom: 0 !important;
}
.margin-bottom-50 {
    margin-bottom: 50px !important;
}
.margin-top-50 {
    margin-top: 50px !important;
}
.margin-top-80 {
    margin-top: 80px !important;
}
.margin-top-15 {
    margin-top: 15px !important;
}
.margin-top-10 {
    margin-top: 10px !important;
}
.margin-top-25 {
    margin-top: 25px !important;
}
.margin-bottom-15 {
    margin-bottom: 15px !important;
}
.margin-bottom-5 {
    margin-bottom: 5px !important;
}
.margin-left-15 {
    margin-left: 15px !important;
}
.margin-right-15 {
    margin-right: 15px !important;
}
.margin-right-0 {
    margin-right: 0 !important;
}
.margin-right-5 {
    margin-right: 5px !important;
}
.padding-0 {
    padding: 0 !important;
} 
.padding-top-0 {
    padding-top: 0 !important;
}
.padding-10 {
    padding: 10px !important;
}
.padding-top-15 {
    padding-top: 15px !important;
}
.padding-bottom-0 {
    padding-bottom: 0px !important;
}
.padding-bottom-15 {
    padding-bottom: 15px !important;
}
.padding-left-15 {
    padding-left: 15px !important;
}
.padding-right-15 {
    padding-right: 15px !important;
}
.padding-left-0 {
    padding-left: 0 !important;
}
.padding-right-0 {
    padding-right: 0 !important;
}
.padding-top-50 {
    padding-top: 50px !important;
}
.white-color {
    color: #FFF !important;
} 
.black-color {
    color: #333 !important;
}
.full-width {
    width: 100% !important;
    float: none;
}
.scroll {
    overflow-y: hidden;
    overflow-x: hidden;
}
.scroll:hover {
    overflow-y: scroll;
    overflow-x: hidden;
}
.scroll::-webkit-scrollbar {
    width: 3px;
}
.scroll::-moz-scrollbar {
    width: 3px;
}
.scroll::-o-scrollbar {
    width: 3px;
}
.scroll::-webkit-scrollbar-track {
    background: #fff;
}
.scroll::-moz-scrollbar-track {
    background: #fff;
}
.scroll::-o-scrollbar-track {
    background: #fff;
}
.scroll::-webkit-scrollbar-thumb {
    background: #ddd;
}
.scroll::-moz-scrollbar-thumb {
    background: #ddd;
}
.scroll::-o-scrollbar-thumb {
    background: #ddd;
}
.social-links a {
    font-size: 18px;
    display: inline-block;
    background: #333;
    color: #eee;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}
.social-links a:hover {
    background: #2260d1;
    color: #fff;
}
.modal-content label {
    font-size: 14px;
    margin-right: 10px;
}
.social-top{
    float:left;
    padding: 5px;
    margin-bottom: 0;
}
.social-top li{
    display:inline;
    list-style-type:none;
    text-align: center;
}
.social-top li a .fa{
    display: inline-block;
    margin: 0 5px 0 0;
    color: #fff;
    line-height: 28px;
    width: 30px;
    height: 30px;
    border: 1px solid;
    border-radius: 50%;
}
.top-bar-container{
    display: table;
    margin: 0;
    background: #00a5e5;
    padding: 0;
    border-radius: 0;
    width: 100%;
}
.top-bar-right{
    float:right;
    margin-bottom: 0;
}
.top-bar-right li{
    display: inline;
    list-style-type:none;
}
.top-bar-right span{
    display: inline-block;
    padding: 0 10px;
    color: #fff;
    font-size: 16px;
}
.top-bar-right a{
    color: #fff;
}
.top-bar-right .login{
    background: #e5749e;
    padding: 10px 15px;
}
.top-bar-right .get-started-btn{
    background: #fff;
    padding: 10px 15px;
}
.get-started-btn a {
    color:#00a5e5;
}
.header-scrolled .top-bar-container{
    display:none;
}
.services_content h3 b{
    color:#6785FF;
}
.services_content h3{
    text-transform:capitalize;
}
.services_content h4{
    margin: 25px 0 10px;
    font-size: 20px;
    font-weight: 500;
    color: #163164;
    padding-left: 5px;
    border-left: 3px solid #6785FF;
}
.product_box{
    /* border-radius:5px; */
    border-top: 1px solid #ddd;
    padding-top: 40px;
    margin: 40px 0 10px;
}

.prod-tile {
    background-color: #c3ccde9e;
    padding: 10px;
    border-radius: 6px;
    margin-bottom:20px;
}

.prod-tile:hover {
    background-color: #c3ccdecc;
}

.prod-tile .col-sm-9 h4 {
    margin-top:10px;
    margin-bottom: 10px;
    font-weight: bold !important;
    color: #454545;
    font-size: 16px;
}

.media, .media-body {
    overflow: hidden;
    zoom: 1;
}
.location_div{
    max-width: 550px;
    text-align: center;
    margin: 0 auto;
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 30px;
}
.table{
    margin-top:20px;
}
.table td, .table th {
    border-top: 0 !important;
    vertical-align: middle;
    padding: 7px 0;
}
.table td:nth-child(1){
    width: 4%;
    font-size: 18px;
}
.table td:nth-child(2){
    width:70%;
}
.product-object{
    width: 50px;
}
.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
}
.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
}
.media-object{
    width:150px;
}
.media-body h5{
    margin:0 0 5px;
}
.description_span{
    font-size:13px;
    margin:0
}

.text-blue{
    color: #00a5e5;
}

.bg-blue {
    background-color: #00a5e5 !important;
}

.text-pink{
    color: #e5749e;
}

.bg-pink {
    background-color: #e5749e !important;
}

.text-red{
    color:red;
}
.form-control {
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 0;
}
.quote-form{
    background: #33393c;
    padding: 30px;
}
.quote-form .btn-out-line{
    color:#FFF;
    border-color:#FFF;
}
.badge{
    text-transform: uppercase;
    display: inline-block;
    padding: 7px 10px;
    font-size: 12px;
    font-weight: 500;
    margin: 0 10px 10px 0px;
    background: #6b6c6d;
    border-radius: 15px;
}
.about_badge .badge {
    text-transform: uppercase;
    display: inline-block;
    padding: 12px 22px;
    font-size: 13px;
    font-weight: 500;
    margin: 0 15px 15px 0px;
    background: #1679c7;
    border-radius: 0;
}
.page{
    padding:60px 0;
}
.smart-nav{
    display:block;
}
.smart-nav h5{
    background: #6785FF;
    padding: 10px 15px;
    color: #FFF;
    margin: 0;
}
.smart-nav ul{
    display:block;
    padding: 0;
    background: #f8f8f8;
    border: 1px solid #eee;
    border-bottom: 0;
}
.smart-nav ul li{
    display:block;
    line-height: 30px;
    font-size: 15px;
    border-bottom: 1px solid #ddd;
    padding: 8px 15px;
    text-transform: capitalize;
}
.smart-nav ul li .fa{
    color:#e62f2d;
    font-size:18px;
    margin-right:5px;
}
.cal_sec_left{
    background: #1c2a45;
    padding: 30px 20px;
    text-align:center;
    margin-bottom: 20px;
}
.cal_sec_left h4{
    color:#FFF;
    font-size:18px;
    line-height:26px;
}
.cal_sec_left h2{
    color:#FFF;
    font-size: 26px;
    font-weight:600;
}
.cal_sec_left p{
    color:#FFF;
    text-align: center;
}
.cal_sec_left .btn-primary{
    background: #6785FF;
    color: #fff !important;
    margin-top:10px;
    padding: 10px 15px !important;
}
.list-text{
    padding:0;
}
.list-text li {
    list-style: none;
    line-height: 22px;
    background: url(../img/list_ico.png);
    background-repeat: no-repeat;
    background-position: 0 0px;
    padding-left: 27px;
    margin-bottom: 15px;
    font-size: 16px;
    color: #444;
    background-size: 20px;
}
.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}
.com_launderall .btn-default{
    color: #fff !important;
    background-color: #e5749e;
    border-color: #e5749e;
    padding: 10px 15px !important;
    border-radius: 55px !important;
    font-size: 16px !important;
}
.com_launderall .btn-default:hover {
    color: #fff !important;
    background-color: #00a5e5;
    border-color: #00a5e5;
    padding: 10px 15px !important;
    border-radius: 55px !important;
    font-size: 16px !important;
}
.com_launderall .btn-primary {
    color: #fff !important;
    background-color: #00A5E4;
    border-color: #00A5E4;
    border-radius: 0;
    font-size: 16px !important;
}
.com_launderall .btn-primary:hover{
    color: #fff !important;
    background-color: #e5749e;
    border-color: #e5749e;
    border-radius: 0;
}
@media (min-width: 1024px) {
    #nav-menu-container {
        padding-right: 0;
    }
}
@media (max-width: 1024px) {
    #nav-menu-container {
        padding-right: 0px;
    }
    .nav-menu a {
        padding: 7px 6px !important;
        font-size: 12px;
    }
}

@media (max-width: 768px) {
    #nav-menu-container{
        /* display: none !important; */
    }
    .top-bar-container{
        /* display:none; */
    }
    #portfolio .portfolio-item, #portfolio .portfolio-item figure {
        height: 110px !important;
    }
}
@media (max-width: 767px) {
    .hidden-xs{
        display: none !important;
    }  
    .bbb{
        width: 120px;
        top: 180px;
    }
}
.photo-wrap{
    overflow:hidden;
    max-height:200px;
    margin-bottom:20px;
}
figure{
    height:200px;
    overflow:hidden;
}

figure:hover a img{
    opacity:08;
}
figure a{
    display:block;
}
figure a:hover{
    display:block;
    margin-top:-3px;
    opacity:0.8;
    background:#000
}
figure a img{
    width:100%;
}
#photo{
    padding: 60px 0;
}
#quote_serction{
    background: #ffffff;
    padding: 100px 0;
}
#quote_serction h3{
    color: #172745;
}
.booking_form_div{
    margin: 0 auto;
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 60px;
    margin-bottom: 50px;
    display: table;
    width: 100%;
    background: #fff;
    border-radius: 12px;
}
.com_launderall.view-orderform li{
    margin-bottom: 15px;
}
.com_launderall.view-orderform li a{
    display: block;
}
.com_launderall .booking_menuIcon{
    font-size: 2.8rem;
    height: 80px;
    width: 80px;
    line-height: 78px;
    text-align: center;
    color: #ffffff;
    border-radius: 50px;
    background-color:rgb(229 116 158);}
li.active .booking_menuIcon{
    background-color: rgb(195 204 222 / 67%) !important;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #00a5e5 !important;
}
.nav-stacked{
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px #e8e8e8;
    margin: 20px 0;
}
.nav-tabs.nav-justified>li>a {
    border-bottom: 0px solid #ddd !important;
    font-size: 16px;
    line-height: 40px;
}
.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover {
    border: 0px !important;
}
.nav-tabs.nav-justified>.active>a i{
    color: #fff;
    background-color: #008000c9;
}
.nav-tabs>li>a {
    text-decoration: none;
    background-color: #00a5e5 !important; 
    border: 0 !important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.nav>li>a:focus, .nav>li>a:hover i,.nav>li>a:hover,.nav>li>a.active{
    background-color: rgb(229 116 158);
    color: #ffffff;
}
.fancybox-skin {
    position: relative;
    background: #000000ab !important;
    color: #fff !important;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 0px !important;
}
.booking{
    padding:100px 0;
}
.step-heading {
    font-weight: bold !important;
}
.com_launderall .form-control-feedback{
    display: block;
    color: red;
    font-weight: 400;
}


.yesnobuttons{
    height: 50px !important;
    border: none !important;
    overflow: hidden !important;
    background: none !important;
    -webkit-appearance: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.yesnobuttons::-moz-focus-inner {
    border: 0 !important;
}
.yesnobuttons:focus {
    outline: none !important;
}
.yesnobuttons option{
    width: 60px !important;
    font-size: 18px !important;
    font-weight: bold !important;
    padding: 8px 0 !important;
    text-align: center !important;
    margin-right: 10px !important;
    display: inline-block !important;
    cursor: pointer !important;
    border:#00a5e5 solid 2px !important;
    border-radius: 5px !important;
    color: #e5749e !important;
}
.box-yesnobuttons .yesOption,
.box-yesnobuttons .noOption,
.box-yesnobuttons .yesOptions,
.box-yesnobuttons .noOptions{
    min-width: 60px !important;
    font-size: 18px !important;
    font-weight: bold !important;
    padding: 8px !important;
    text-align: center !important;
    margin-right: 10px;
    display: inline-block !important;
    cursor: pointer !important;
    border:#00a5e5 solid 2px !important;
    border-radius: 5px !important;
    color: #e5749e !important;
}
.box-yesnobuttons .noOption,
.box-yesnobuttons .noOptions{
    margin-right: 0;
}
.yesnobuttons option:hover {
    background-color: #00a5e5 !important;
    color:#fff !important;
}
option:checked {
    background-color: #00a5e5 !important;
    color:#fff !important;
}

input[type="number"] {
    text-align: center !important;
}
input[type="number"]:focus-visible {
    outline: none !important;
}
.text-right{
    text-align: right;
}
.box-item-price span{
    display: inline-block;
    padding-right: 15px;
}
.hidden {
    display: none;
}
.view-orderform .box-override .form-check{
    border: 2px solid #ccc;
    display: inline-block;
    padding: 12px 30px 12px 40px;
    border-radius: 4px;
    font-weight: bold;
}

.view-orderform .box-override .form-check + .form-check {
    margin-top: 0;
    margin-left: 10px;
}
.box-price{
    margin-top:3px; overflow: hidden; min-height: 60px;
}
.yes-sign,
.no-sign{
    position: relative;
    margin-top: -45px;
    display: none;
}
.box-price div .text-blue{

}
.box-price.actived .yesnocontainer {
    position: relative;
    margin-right: -160px;
    opacity: 0;
}
.box-price.yesactived .yes-sign{
    position: relative;
    margin-top: -45px;
    display: block;
}
.box-price.noactived .no-sign{
    position: relative;
    margin-top: -45px;
    display: block;
}
.btn-un-uppercase .btn{
    text-transform: none;
}
#faqModal .modal-title{
    display: block;
    text-align: center;
    width: 100%
}
.service-nav{
    margin: 7.5px -15px;
}
ul.service-nav li.active {
    background-color: #e5749e;
}
@media (max-width: 768px) {
    #page{
        padding:80px 0 40px 0;
    }
    #intro h2 {
        font-size: 18px;
    }
    #featured-services h4 {
        margin: 16px 0 10px 70px;
        font-size: 16px;
    }
    #intro, #intro .carousel-item, #intro .carousel-container  {
        max-height:450px;
    }
    #intro .carousel-container {
        margin-top: 70px;
    }
    #featured-services {
        background: #b9211f;
        margin-top: 0;
    }
    #portfolio .portfolio-item, #portfolio .portfolio-item figure {
        height: 112px;
    }
    .photo-wrap{
        overflow:hidden;
        max-height: 100px;
    }
}
@media (max-width: 480px) {
    .nav-tabs.pricing-nav>li {float:none;}
    .photo-wrap{
        overflow:hidden;
        max-height:250px
    }
    #portfolio .portfolio-item, #portfolio .portfolio-item figure {
        height: auto !important;
    }
    #portfolio .portfolio-item{
        margin-bottom:30px
    }
    #featured-services h4, #featured-services p{
        text-align: center;
        margin: 10px 0 0;
    }
    #featured-services .box {
        border-bottom: 1px solid #616161;
    }
    #featured-services .box img {
        float: none;
        margin: 0 auto;
        display: block;
    }
    #high-servives{
        display:none;
    }
    .contact-mtab{
        display: block !important;
        text-align: center;
        background: #f1f1f1;
        padding: 12px 0;
        margin-top: 125px;
    }
    .contact-mtab .btn{
        color:#FFF;
        padding: 11px 15px !important;
        border-radius: 2px;
    }
    #intro, #intro .carousel-item, #intro .carousel-container  {
        max-height: 350px;
        margin: 0;
    }
    #intro .carousel-item::before {
        background-color: rgba(0, 0, 0, 0.50);
    }
    #intro .carousel-container {
        margin-top: 30px;
        left: 34px;
        right: 34px;
    }
    .btn-get-started{
        padding:10px !important;
    }
    #intro h2, #intro h2 span{
        font-size: 28px;
    }
    #intro h2 span{
        margin-top:10px;
        display:block;
        line-height: 25px;
    }
    #intro h3, #intro p{
        /* display:none; */
        font-size: 16px;
    }
    #page {
        padding: 80px 0 20px 0;
    }
    #testimonials .col-md-6 {
        padding: 20px 15px;
    }
    .view-orderform .box-override .form-check{
        display: block;
        margin-bottom: 15px;
    }
    .view-orderform .box-override .form-check + .form-check{
        margin-left: 0;
    }
}
.pac-container {
    top: 48px!important;
    left: 0!important;
    z-index: 1;
}

@media(min-width: 992px){
    .row6.cate-15{
        margin-left: -15px;
        margin-right: -15px;
    }
    .cate-15 .col-md-66{
        float: left;
        width: 50%;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 5px;
    }
}