div.caption-slideshow {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    z-index: 95;
}

div.caption-slideshow .box-caption {
    width: 452px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #ffffffeb; 
    border-bottom: 5px solid rgb(113 22 3);
    padding: 30px 30px;
    position: relative;
    border-radius: 3px;
}

div.caption-slideshow .box-caption h1.title-1 {
    text-align: center;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    font-family: 'Nunito';
    color: rgb(113 22 3);
    display: flex;
    justify-content: center;
    font-size: 2.2rem;
    margin: 0px;
    z-index: auto;
    width: 100%;
    padding: 0px;
    border-width: 0px;
    border-radius: 0px;
    letter-spacing: 0px;
}

div.caption-slideshow .box-caption h2.price-1 {
    text-align: center;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    font-family: 'Nunito';
    color: #d44208;
    display: flex;
    justify-content: center;
    font-size: 20.8333px;
    margin: 8px 0;
    z-index: auto;
    width: 100%;
    padding: 0px;
    border-width: 0px;
    border-radius: 0px;
    letter-spacing: 0px;
}

div.caption-slideshow .box-caption p.paragraph-caption {
    text-align: center;
    font-weight: 300;
    font-style: normal;
    text-decoration: none;
    font-family: 'Nunito';
    color: rgb(46 46 46);
    display: flex;
    justify-content: center;
    font-size: 20.8333px!important;
    line-height: 24.8333px;
    margin: 0px;
    z-index: auto;
    width: 100%;
    padding: 0px;
    border-width: 0px;
    border-radius: 0px;
    letter-spacing: 0px;
}

div.caption-slideshow .box-caption a.btn-caption-slide {
    width: 125px;
    margin-top: 12px;
    background: #d44208;
    text-align: center;
    color: #ffffffeb; 
    padding: 8px 20px;
    border-radius: 20px;
    transition: .5s;
}
div.caption-slideshow .box-caption a.btn-caption-slide:hover {
    background: #d44208;
    transition: .5s;
}
div.caption-slideshow {
    animation: cssAnimation 0s 1s forwards;
    transition: 1.5s;
    opacity: 0;
}

/* LEFT SIDE MENU */
div.left-option-header {
    width: 150px;
    min-width: 65px;
    position: absolute;
    top: 35%;
    right: 0;
    z-index: 100;
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
div.left-option-header a.btn-attached {
    width: 100%;
    min-height: 55px;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    background: rgb(113 22 3);
    color: #141414;
    padding: 0;
    border-radius: 4px;
    position: relative;
    margin-right: -200%;
    transition: .5s;
}
div.left-option-header a.btn-attached:hover {
    margin-right: 5%;
    transition: .5s;
}
div.left-option-header a.btn-attached p {
    width: 100%;
    font-size: 11px;
    line-height: 15px;
    background: #000000;
    border-bottom: 1px solid rgb(113 22 3);
    color: rgb(113 22 3);
    padding: 5px;
    margin: 0;
}
div.left-option-header a.btn-attached span {
    padding: 5px;
    padding-right: 12px;
}
div.left-option-header a.btn-attached h1 {
    width: 100%;
    font-size: 15px;
    line-height: 15px;
    background: #000000;
    border-bottom: 1px solid rgb(113 22 3);
    color: rgb(113 22 3);
    padding: 8px 5px;
    margin: 0;
}
div.left-option-header svg {
    width: 50px;
    height: 50px;
    fill: rgb(113 22 3);
    position: absolute;
    margin: 5px;
    left: -58px;
    top: 0;
    background: #000000;
    padding: 5px;
    border-radius: 3px;
}

/* SECTION SERVICE */
section#services-sub-sections {
    width: 100%;
    bottom: 0;
    z-index: 95;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
}
section#services-sub-sections .container-fluid {    
    bottom: 0;
    width: 100%;
    z-index: 95;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 25px;
    flex-wrap: wrap;  
}
section#services-sub-sections .container-fluid .content-box {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}
section#services-sub-sections .container-fluid .content-box a.box-service.sect-box-1 {
    width: 85%;
    border-radius: 3px;
    border: 1px solid #007cfe;
    background: rgba(0, 0, 0, 0.82);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
section#services-sub-sections .container-fluid .content-box a.box-service.sect-box-1 span {
    text-transform: capitalize;
    text-align: center;
    padding-right: 15px;
    width: 75%;
    color: #007cfe;
}
section#services-sub-sections .container-fluid .content-box:hover a.box-service.sect-box-1 {
    background: rgb(190 197 1);
    transition: .5s;
}
section#services-sub-sections .container-fluid .content-box:hover a.box-service.sect-box-1 span {
    color: #000000;
    transition: .5s;
}
section#services-sub-sections .container-fluid .content-box svg {
    width: 75px;
    height: 75px;
    padding: 15px;
    fill: #007cfe;
    background: #000000;
    border-right: 1px solid #007cfe;
}

@keyframes cssAnimation {
    to {
        opacity: 1;
        transition: 1.5s;
    }
}

@media screen and (max-width: 1275px) {
    section#services-sub-sections .container-fluid .content-box svg {
        width: 65px;
        height: 65px;
        padding: 10px;
    }
    section#services-sub-sections .container-fluid .content-box a.box-service.sect-box-1 {
        min-width: 215px;
    }
    section#services-sub-sections .container-fluid .content-box a.box-service.sect-box-1 span {
        font-size: .9rem;
    }
}

@media screen and (max-width: 991px) {
    section#services-sub-sections .container-fluid .content-box {
        width: 48%;
        margin-bottom: 4vw;
    }
    div.caption-slideshow .box-caption {
        padding: 20px 10px;
    }
    div.caption-slideshow .box-caption p.paragraph-caption {        
        font-size: 22px!important;
        line-height: 28px!important;
    }
    div.caption-slideshow .box-caption a.btn-caption-slide {
        width: 105px;
        padding: 5px 20px;
    }
    div.left-option-header {
        display: none;
    }
    section#website-posted {
        margin-top: 30px;
    }
    section#website-posted .row .col-lg-6 {
        padding-right: 10px!important;
        padding-left: 10px!important;
    }
    section#website-posted .row .col-lg-6 .content-img-our-service {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 768px) {
    div.left-option-header svg {
        fill: #0580ff;
    }
    section#features-services {
        padding-top: 0!important;
    }
}

@media screen and (max-width: 595px) {
    div.caption-slideshow .box-caption h1.title-1 {
        color: rgb(255, 255, 255);
        font-size: 1.4rem;
    }
    div.caption-slideshow .box-caption p.paragraph-caption {
        font-size: 15px!important;
        line-height: 20px!important;
    }
    div.caption-slideshow .box-caption {
        width: 84%;
        min-width: 320px;
        /* max-width: 320px; */
    }
    section#services-sub-sections .container-fluid .content-box a.box-service.sect-box-1 {
        min-width: 162px;
    }
}

@media screen and (max-width: 450px) {
    div.caption-slideshow .box-caption {
        min-width: 290px;
        /* max-width: 274px; */
    }
}