/*Service CSS*/

.services {
    height: 100vh;
    width: 100%;
    background-image: url(../img/bg/bg-blue.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    margin-top: 0%;
    overflow: hidden;
}

.servicesBlur {
    width: 30%;
    margin-top: -2%;
    margin-left: 70%;
    -webkit-animation: rotation 30s infinite linear;
    position: absolute;
    overflow: hidden;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}

.servicesbox {
    /* margin-top: -17%; */
}

.subtitle_service {
    /* padding-top: 100px; */
    color: #787777;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
}

.title_service {
    margin-top: 40px;
    font-size: 50px;
    text-align: center;
    text-transform: uppercase;
}

.title_service span {
    font-weight: 900;
}

.services_content {
    /* margin-top: 100px; */
}

.image_description1 {
    width: 100px!important;
    margin-left: 35%;
    -ms-transform: rotate(-80deg);
    /* IE 9 */
    -webkit-transform: rotate(-80deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-80deg);
}

.image_description2 {
    width: 100px!important;
    margin-left: 38%;
    -ms-transform: rotate(110deg);
    /* IE 9 */
    -webkit-transform: rotate(110deg);
    /* Chrome, Safari, Opera */
    transform: rotate(37deg);
}

.image_description3 {
    width: 100px!important;
    margin-left: 35%;
}

.title_description {
    text-align: center;
    font-weight: 900;
    text-transform: uppercase;
    margin: 20px 0px 20px 0px;
    /*color: black;*/
    font-size: 20px;
}

.description {
    text-align: justify;
    color: #787777;
    margin-bottom: 40px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
    height: 12px;
    width: 12px;
}

.owl-theme .owl-dots .owl-dot span {
    background: #869791;
}

@media screen and (min-width: 320px) and (max-width: 600px) and (orientation: landscape) {
    .services {
        height: 580px !important;
        min-height: 580px !important;
        max-height: 580px !important;

    }
}

@media screen and (min-width: 600px) and (max-width: 750px) and (orientation: landscape) {
    .services {
        height: 700px !important;
        min-height: 700px !important;
        max-height: 700px !important;
    }
}

@media screen and (min-width: 750px) and (max-width: 900px) and (orientation: landscape) {
    .services {
        height: 950px !important;
        min-height: 950px !important;
        max-height: 950px !important;
    }
}


@media screen and (min-width: 319px) {

    .services {
        height: 100vh;
        min-height: 650px;
        max-height: 650px;
        /*min-height: 50vh; !* you can adjust the minimum height for sure but dont't remove it *!*/
        /*height: auto; !* this is important *!*/
        /*display: block;*/
    }

    .subtitle_service {
        padding-top: 15px;
        margin-top: 10%;
        font-size: 15px;
    }
    .title_service {
        margin-top: 2%;
        font-size: 20px;
        text-align: center;
        text-transform: uppercase;
    }
    .servicesbox {
        margin-top: 15%;
    }
    .description {
        text-align: justify;
        color: #787777;
        margin-bottom: 0px;
        width: 85%;
        margin: auto;
    }
    .servicesBlur {
        display: none;
    }
    .services_content {
        /*margin-top: 10%;*/
    }
}


@media screen and (min-width: 360px) {
    .services {
        height: 100vh;
        min-height: 590px;
        /*max-height: 650px;*/
    }
}


@media screen and (min-width: 600px) {
    .title_service {
        font-size: 35px;
    }
    .description {
        width: 80%;
        font-size: 10px;
    }
}

@media screen and (min-width: 768px) {
    .description {
        width: 100%;
        font-size: 12px;
    }
    .servicesBlur {
        display: block;
        margin-top: -15%;
    }

    .servicesbox {
        margin-top: 20%;
    }

    .services {
        height: 100vh;
        min-height: 785px;
        max-height: 100vh;
    }
}

@media screen and (min-width: 1024px) {
    .servicesbox {
        margin-top: 15%;
    }
}

@media screen and (min-width: 1200px) {
    .description{
        font-size: 13px;
    }

    .services_content {
        margin-top: 5%;
    }

    .services {
        height: 100vh;
        /*min-height: 720px;*/
        /*max-height: 768px;*/
    }
    .servicesbox {
        margin-top: 20%;
        /*padding-top: 10vh;*/
    }
}


@media only screen and (min-width: 1440px) {
    .services {
        height: 100vh;
        /*min-height: 768px;*/
        /*max-height: 768px;*/
        /*min-height: 50vh; !* you can adjust the minimum height for sure but dont't remove it *!*/
        /*height: auto; !* this is important *!*/
        /*display: block;*/
    }

    .services_content{
        margin-top: 110px;
    }
    .subtitle_service{
        margin-top: 130px;
    }

    .servicesbox {
        margin-top: 10%;
        /*padding-top: 10vh;*/
    }
}

@media screen and (min-width: 2560px) {

    .services {
        height: 100vh;
        min-height: 972px;
        max-height: 100vh;
    }

    .services_content{
        margin-top: 80px;
    }

    .title_description {
        font-size: 30px;
    }
    .description {
        width: 80%;
        font-size: 20px;
    }
    .subtitle_service {
        font-size: 25px;
    }
    .title_service {
        font-size: 51px;
    }
    .servicesBlur{
        width: 20%;
        margin-top: -9%;
        right: -6%;
    }
    .servicesbox {
        margin-top: 5%;
    }
}