.float-btn {
    /*position:fixed;*/
    /*width:60px;*/
    /*height:60px;*/
    /*bottom:100px;*/
    /*right:40px;*/
    /*background-color:#25d366;*/
    /*color:#FFF;*/
    /*border-radius:50px;*/
    /*text-align:center;*/
    /*font-size:30px;*/
    /*box-shadow: 2px 2px 3px #999;*/
    /*z-index:100;*/

    position: fixed;
    width: 180px;
    height: 80px;
    bottom: 100px;
    right: 0;
    background-color: #25d366;
    color: #FFF;
    padding: 15px;
    /*border-radius: 80px;*/
    text-align: center;
    font-size: 30px;
    /*box-shadow: 2px 2px 3px #999;*/
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.float-btn:hover {
    color: #91f8b5 !important;
}

.my-float-btn {
    /*margin-top: 16px;*/
    text-decoration: none;
}


/* Cookie component section */
.cookie-component-section {
    z-index: 1000;
    position: fixed;
    bottom: 2rem;
    left: 2rem;
    width: 300px;
}

.cookie-component-section p {
    font-size: 12px;
    font-weight: 400;
    line-height: 19px;
}

.cookie-component-section .buttons {
    font-size: 13px;
}

@media screen and (max-width: 600px) {

    .cookie-component-section {
        bottom: .8rem;
        right: .8rem;
        left: .8rem;
    }

}

/*<editor-fold desc="Share Buttons">*/
.share-buttons {
    z-index: 100;
    position: fixed;
    width: 200px;
    height: 200px;
    padding-left: 25px;
    bottom: 38%;
    left: 0;
    margin-top: -106px;

}

/*.share-buttons.fixed {*/
/*    position: fixed;*/
/*}*/

.share-buttons .share-button {
    float: left;
    margin-top: 15px;

}

.share-buttons .share-button:first-child {
    margin-top: 0;
}

.share-buttons .share-button:after {
    clear: both;
    display: table;
}

.share-button {
    display: block;
    position: relative;
    height: 30px;
}

.share-button:hover {
    cursor: pointer;
}

.share-button:hover .share-button-primary {
    box-shadow: 1px 0 0 0 rgba(0, 0, 0, 0.1);
}

.share-button:hover .share-button-secondary-content {
    transform: translate3d(0, 0, 0);
}

.share-button-primary {
    position: absolute;
    background: #fff;
    border: 1px solid #f1f1f1;
    width: 40px;
    height: 40px;
    border-radius: 0px;
    left: 0;
    top: 50%;
    margin-top: -15px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.share-button-icon {
    display: block;
    color: #242424;
    position: absolute;
    width: 50px;
    line-height: 30px;
    font-size: 28px;
    margin-top: 1px;
}

.share-button-secondary {
    overflow: hidden;
    margin-left: 15px;
    height: 30px;
}

.share-button-secondary-content {
    font-family: sans-serif;
    font-size: 0.75em;
    background: #fff;
    display: block;
    height: 30px;
    text-align: left;
    padding-left: 40px;
    padding-right: 18px;
    line-height: 30px;
    color: #242424;
    border-radius: 0 15px 15px 0;
    transform: translate3d(-100%, 0, 0);
    transition: transform 175ms ease;
}

/*</editor-fold>*/


.custom-slider-container:before {
    content: '';
    position: absolute;
    background-color: #fafafc;
    top: -75px;
    width: 200%;
    z-index: 21;
    height: 75px;
    transform: rotate(-1deg);
}

.custom-slider-container:after {
    content: '';
    position: absolute;
    background-color: #fafafc;
    bottom: -75px;
    width: 200%;
    z-index: 21;
    height: 75px;
    transform: rotate(1deg);
}


/*
* Card
*/
.card-accordion-our-services-container {
    border: 1px solid #eef0f4;
}

.card-accordion-our-services-container .card-accordion-our-services {
    border: 9px solid #eef0f4;
    border-top: 0;
    margin: -2px -1px 0 -1px;
}

.custom-cards {
    position: relative;
}

.custom-cards.custom-cards-slider .cards-container {
    margin: -250px auto 0;
}

@media (max-width: 1199px) {
    .custom-cards {
        height: auto;
    }
}

.custom-cards .cards-container:before {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

@media (max-width: 1199px) {
    .custom-cards .cards-container {
        position: static;
        padding-bottom: 0;
    }
}

@media (max-width: 1199px) {
    .custom-cards .cards-container > div:nth-child(1) .card, .custom-cards .cards-container > div:nth-child(2) .card {
        margin-top: 0;
        padding-bottom: 0;
    }
}

.custom-cards .cards-container .card {
    padding: 70px 0;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.07);
}

@media (max-width: 768px) {
    .custom-cards .cards-container .card {
        padding: 40px 0;
        box-shadow: 0 0 50px rgba(0, 0, 0, 0.07);
    }

    #header .header-logo img {
        width: 240px;
        height: auto;
    }
}

.custom-cards .cards-container .card:before {
    box-shadow: none !important;
}

.custom-cards .cards-container .card .card-body {
    padding: 0 50px;
    border-right: 1px solid #eef0f4;
}

@media (max-width: 1199px) {
    .custom-cards .cards-container .card .card-body {
        border-right: 0;
    }
}

.custom-cards .cards-container .card .card-body img {
    padding-bottom: 35px;
}

.custom-cards .cards-container .card .card-body .card-title {
    font-size: 24px;
}

.custom-cards .cards-container .card .card-body .card-text, .custom-cards .cards-container .card .card-body .card-title {
    margin: 0;
}

.custom-padding-y-1 {
    padding-top: 4rem !important;
    padding-bottom: 6rem !important;
}

.custom-padding-y-2 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}

.custom-padding-y-3 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
}