﻿/**,
*::before,
*::after {
    box-sizing: content-box !important;
}*/

section {
    padding: 0px;
}

html {
    /*   padding: 0;
    margin: 0;
    height: 100vh;
    width: 100vw;*/
}

html, body {
    display: grid;
    grid-template-rows: auto 1fr;
    /* padding: 15px; */
    height: 100vh;
    /* width: 100vw;*/
}

.icon-color {
    color: #8cc63f;
}

.headwidth {
    width: 90%;
    padding-left: 20px;
}

.lets-get {
    text-align: end;
    margin-top: 0px;
}

.hero-mobile {
}

.about-blue {
    padding: 20px;
    padding-top: 100px;
}

.mobile-width {
}

.copyright {
    margin-top: 35px;
}

.accordion-button {
    background-color: #fff !important;
}

.lets-title {
}

.vrazji-gumbi {
    display: inline;
}

@media (max-width: 992px) {
    .vrazji-gumbi {
        display: grid;
    }

    .icon-excellence {
        padding: 120px !important;
        width: 200px;
        margin-left: 20px !important;
        margin-top: -40px !important;
        margin-bottom: -45px !important;
    }

    .icon-flex {
        padding: 60px !important;
        width: 200px;
        margin-left: 80px !important;
        margin-top: 20px;
    }

    .icon-security {
        padding: 90px !important;
        width: 200px;
        margin-left: 50px;
    }

    .icon-expertise {
        padding: 90px !important;
        width: 200px;
        margin-left: 50px;
    }

    .icon-all {
        padding: 80px !important;
        width: 200px;
        margin-left: 60px;
    }

    .lets-title {
        font-size: x-large;
    }

    #Services .align-box-rounded {
        border: 0px !important;
    }

    #carousel {
        min-height: 750px;
    }

    .about {
    }

    .mobile-bout {
        padding-left: 80px;
    }

    .footer2 {
        padding: 0px !important;
    }

    .copyright {
        margin-top: 0px;
    }

    #footer .footer-top .footer-logo img {
        height: 55px;
    }

    #footer .footer-top {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 0px;
        padding-right: 0px;
        margin-top: 0px;
    }

    .mobile-width {
        /*width:98vw;*/
    }

    section {
        padding: 0px !important;
        /* width:98vw;*/
    }

    .about2-mobile {
        text-align: -webkit-center;
        padding: 0px !important;
        /* max-width: 95vw;*/
    }

    .mobile-blue {
        padding-left: 10px;
    }

    .about-blue {
        padding-left: 15px;
        padding-top: 15px;
    }

    .hero-mobile {
        padding: 15px;
    }

    #headwidth {
        width: 70%;
    }

    .lets-get {
        text-align: left;
        margin-top: 30px;
    }
}

.mobile-nav-toggle {
    color: #f6ecec !important;
}

/*portfolio parts*/

#contact {
    background: url(../img/contact.jpg) no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 700px;
}

#portfolio {
    background: url(../img/copyspace-background.jpg) no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 600px;
    padding: 30px;
}

    #portfolio .item-image {
        color: #fff;
        /*    max-width: 300px;*/
        margin-bottom: 10px;
        font-size: large;
        font-weight: 700;
        text-align: left;
    }

/*techonologies parts*/
#Technologies .overlay {
    /*width: 100%;*/ /* Full width (cover the whole page) */
    /*height: 100%;*/ /* Full height (cover the whole page) */
    /*top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(246 246 246);*/ /* Black background with opacity */
    /*z-index: 2;*/ /* Specify a stack order in case you're using a different order for other elements */
    /*cursor: pointer;*/ /* Add a pointer on hover */
}

#Technologies .item-image {
    text-align: center;
}

/*Services*/

#Services .services-list {
    text-align: left;
    padding-left: 20px;
    display: table;
}

    #Services .services-list li {
        padding: 10px;
    }

#Services .header-services {
    color: #8cc63f;
    font-weight: 700;
    padding-top: 20px;
}

#Services .align-box-rounded {
    text-align: center;
    border: 1px solid#8cc63f;
    /*  min-width: 400px; */
    margin: 5px;
    margin-bottom: 50px;
    border-radius: 20px;
    background-color: rgba(245, 245, 245, 0);
    width: 250px;
    box-shadow: 8px 7px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#why-us .icon-whyus {
    font-size: 48px !important;
    float: inherit !important;
    color: #7cc576 !important;
}

#about .header-margin {
    margin-top: 10px;
}

.icon-expertise {
    background: url(../cleaners/expert.png);
    background-size: contain;
    background-repeat: no-repeat;
    padding: 120px;
    display: flex;
}

.icon-security {
    background: url(../cleaners/security.png);
    background-size: contain;
    background-repeat: no-repeat;
    padding: 115px;
    display: flex;
    margin-top: 10px;
}

.icon-flex {
    background: url(../cleaners/flexibility.png);
    background-size: contain;
    background-repeat: no-repeat;
    padding: 80px;
}

.icon-excellence {
    background: url(../cleaners/excellence.png);
    background-size: contain;
    background-repeat: no-repeat;
    padding: 160px;
    display: flex;
    margin: -50px;
    margin-top: -47px;
}

.icon-all {
    background: url(../cleaners/all.png);
    background-size: contain;
    background-repeat: no-repeat;
    padding: 110px;
    display: flex;
}

.align-box {
    text-align: center;
    border: 2px solid#8cc63f;
    min-width: 400px;
    margin: 5px;
    margin-bottom: 50px;
}

#about .icon-whyus {
    font-size: 48px !important;
    float: inherit !important;
    color: #7cc576 !important;
}

#about .icon-main {
    min-width: 69px;
    width: 69px;
    height: 69px;
    padding: 10px;
    margin-right: 5px;
}

#about .icon-creativity {
    background: url(../cleaners/creativity.png);
    background-size: contain;
    background-repeat: no-repeat;
}

#about .icon-respect {
    background: url(../cleaners/respect-and-loyalty.png);
    background-size: contain;
    background-repeat: no-repeat;
}

#about .icon-social {
    background: url(../cleaners/social.png);
    background-size: contain;
    background-repeat: no-repeat;
}

#about .icon-flexibility {
    background: url(../cleaners/flexibility.png);
    background-size: contain;
    background-repeat: no-repeat;
}

#about .icon-efectivness {
    background: url(../cleaners/efectiveness.png);
    background-size: contain;
    background-repeat: no-repeat;
}

#about .icon-communication {
    background: url(../cleaners/communication.png);
    background-size: contain;
    background-repeat: no-repeat;
}

#about .item-max-width {
    max-width: 250px;
    min-width: 240px;
    align-items: center !important;
    float: left;
    padding: 10px;
}

#about .our-values {
    color: #fff;
}

#about .section-title p {
    margin-bottom: 0;
    color: #fff;
    text-align: left;
}

#about .contact .info i {
    font-size: 20px;
    color: #8cc63f;
    float: left;
    width: 44px;
    height: 44px;
    background: #eaf6e9;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}

#Services ul {
    color: #fff;
}

#Services .multi-item-carousel {
    .carousel-inner

{
    > .item

{
    transition: 500ms ease-in-out left;
}

#Services .active {
    &.left

{
    left: -33%;
}

#Services &.right {
    left: 33%;
}
}

#Services .next {
    left: 33%;
}

#Services .prev {
    left: -33%;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    > .item {
        transition: 500ms ease-in-out all;
        backface-visibility: visible;
        transform: none !important;
    }
}
}

#Services .carouse-control {
    &.left, &.right

{
    background-image: none;
}
}
}

#Services {
    background: url(../img/hero-bg.png) repeat;
}

.container {
    margin: 40px;
}

@media(min-width:768px) {
    .panel-heading {
        display: none;
    }

    .panel {
        border: none;
        box-shadow: none;
    }

    .panel-collapse {
        height: auto;
        &.collapse

{
    display: block;
}
}
}

@media(max-width:767px) {
    .tab-content {
        display: block;
    }

    .nav-tabs {
        /* display: none;*/
    }

    .panel-title a {
        display: block;
    }

    .panel {
        margin: 0;
        box-shadow: none;
        border-radius: 0;
        margin-top: -2px;
    }

    .tab-pane {
        &:last-child

{
    .panel

{
    border-radius: 0 0 5px 5px;
}
}
}
}