/* colors */
/* #f45302 */
/* #343a40 */
/* #4b4b4d */


/* very top links */

.top-links a {
    -o-transition: color .2s ease-out;
    -ms-transition: color .2s ease-out;
    -moz-transition: color .2s ease-out;
    -webkit-transition: color .2s ease-out;
    transition: color .2s ease-out;
}

.top-links a:hover {
    text-decoration: none;
    color: #f45302;
}

.top-links>.row {
    margin-top: 5px;
    margin-bottom: 5px;
}

@media (min-width: 576px) {
    .email-holder {
        max-width: 195px;
    }
}


/* top images swiper */

#slot_holder {
    height: 700px;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    /* text-align: center; */
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;

    background-size: cover;
}

.default-slide {
    background-image: url('../img/interior1.jpg');
}

.default-slide .dark-overlay {
    width: 100%;
    background: rgba(13, 60, 85, 0.5);
}

.default-slide .h-line {
    border-bottom: 2px solid #f45302;
    width: 50px;
    margin: 15px auto 0;
}

.default-slide .row>div {
    text-align: center;
}

.default-slide .row>div:last-child {
    padding-top: 230px;
    padding-bottom: 230px;
    background: rgba(0, 0, 0, .1);
}

/* section.about-content */
section.about-content {
    padding-top: 50px;
    padding-bottom: 50px;
}

/* about list */

.about-list svg {
    float: left;
    font-size: 40px;
    /* color: #4b4b4d; */
}

.about-list a>div {
    margin-left: 50px;
}

.about-list a {
    color: #4b4b4d;
    transition: color .2s ease-out;
}

.about-list a:hover {
    text-decoration: none;
    color: #212529;
}


/* section.contact-content */
section.contact-content {
    padding-top: 50px;
    padding-bottom: 50px;
}


/* section.service-content */

section.service-content {
    background-image: url('../img/cleaning-services.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: repeat;
    background-attachment: fixed !important;
}

section.service-content .dark-overlay {
    padding-top: 50px;
    padding-bottom: 50px;
    background: rgba(0, 0, 0, .8);
    margin-left: -15px;
    margin-right: -15px;
}



/* section.instagram-content */

section.instagram-content {
    padding-top: 50px;
    padding-bottom: 50px;
}

/* section.need-help-content */

section.need-help-content {
    background-image: url('../img/sponge-cleaning.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: repeat;
    background-attachment: fixed !important;
}

section.need-help-content .dark-overlay {
    padding-top: 50px;
    padding-bottom: 30px;
    background: rgba(244, 83, 2, .8);
    margin-left: -15px;
    margin-right: -15px;
}

section.need-help-content a.btn {
    margin-bottom: 10px;
}


/* footer */

footer {
    width: 100%;
}

footer a {
    color: #b4b4b4;
    transition: color .2s ease-out;
}

footer a:hover {
    text-decoration: none;
    color: #f45302;
}

footer .contacts {
    padding-top: 80px;
    padding-bottom: 40px;
    background-color: #343a40;
}

footer .contacts .h-line {
    border-bottom: 2px solid #f45302;
    width: 50px;
    margin-top: 15px;
}

footer .contacts p {
    margin-bottom: 13px;
}

footer .contacts .contact-info path {
    fill: #f45302;
}

footer .contacts .contact-info span {
    display: block;
    margin-left: 25px;
    margin-top: -25px;
}

footer .contacts .time-work span {
    display: block;
    color: #b4b4b4;
    margin-left: 80px;
    margin-top: -24px;
}

footer .contacts .social-network path {
    fill: white;
}

footer .contacts .row>div:not(:last-child) {
    margin-bottom: 30px;
}

footer .copyright {
    text-align: center;
    height: 60px;
    line-height: 60px;
    background-color: #f9f9f9;
}
