#our-service {
    margin-top: 30px;
    width: 100%;
    background-color: #FFFFFF;
    color: #175757;
}

#our-service .title {
    text-align: center;
    margin: 30px 30px;
    color: #175757;
    font-family: 'FC_Minimal_Bold';
    font-size: 32px;
}


#our-service .col {
    padding-bottom: 40px;
}

#our-service .os {
    height: 540px;
    width: 354px;
    text-align: center;
    margin: 0 auto;
}

#our-service .os h4 {
    font-size: 22px;
}

#our-service .os .os-1 .os-background,
#our-service .os .os-2 .os-background,
#our-service .os .os-3 .os-background,
#our-service .os .os-4 .os-background,
#our-service .os .os-5 .os-background,
#our-service .os .os-6 .os-background,
#our-service .os .os-7 .os-background {
    background-color: #175757;
    opacity: 0.4;
    min-height: 500px;
    min-width: 354px;
    position: relative;
    top: 22px;
}

#our-service .os .os-1 .os-background:hover,
#our-service .os .os-2 .os-background:hover,
#our-service .os .os-3 .os-background:hover,
#our-service .os .os-4 .os-background:hover,
#our-service .os .os-5 .os-background:hover,
#our-service .os .os-6 .os-background:hover,
#our-service .os .os-7 .os-background:hover {
    background-color: #5A9E9E;
    opacity: 0.4;
    min-height: 500px;
    min-width: 354px;
}

#our-service .os .os-1 .btn-read-more,
#our-service .os .os-2 .btn-read-more,
#our-service .os .os-3 .btn-read-more,
#our-service .os .os-4 .btn-read-more,
#our-service .os .os-5 .btn-read-more,
#our-service .os .os-6 .btn-read-more,
#our-service .os .os-7 .btn-read-more {
    background-color: #175757;
    color: #FFFFFF;
    position: relative;
    bottom: 30px;
    font-size: 20px;
}

#our-service .os .os-1 .btn-read-more:hover,
#our-service .os .os-2 .btn-read-more:hover,
#our-service .os .os-3 .btn-read-more:hover,
#our-service .os .os-4 .btn-read-more:hover,
#our-service .os .os-5 .btn-read-more:hover,
#our-service .os .os-6 .btn-read-more:hover,
#our-service .os .os-7 .btn-read-more:hover {
    background-color: #5A9E9E;
    color: #FFFFFF;
    position: relative;
    bottom: 30px;
}

#our-service .os .os-1 {

    min-height: 500px;
    min-width: 354px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
}

#our-service .os .os-2 {
    background-image: url('../images/our-services/os-2-1.jpg');
    min-height: 500px;
    min-width: 354px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
}

#our-service .os .os-3 {
    background-image: url('../images/our-services/os-3-1.jpg');
    min-height: 500px;
    min-width: 354px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
}

#our-service .os .os-4 {
    background-image: url('../images/our-services/os-4-1.jpg');
    min-height: 500px;
    min-width: 354px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
}

#our-service .os .os-5 {
    background-image: url('../images/our-services/os-5-2.jpg');
    min-height: 500px;
    min-width: 354px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
}

#our-service .os .os-6 {
    background-image: url('../images/our-services/os-6-1.jpg');
    min-height: 500px;
    min-width: 354px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
}

#our-service .os .os-7 {
    background-image: url('../images/our-services/os-7-1.jpg');
    min-height: 500px;
    min-width: 354px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
}

#ourservice-content {
    margin-top: 30px;
    width: 100%;
    background-color: #FFFFFF;
    color: #175757;
}

#ourservice-content .title {
    text-align: center;
    color: #175757;
    font-family: 'FC_Minimal_Bold';
    font-size: 32px;
}

#ourservice-content .back {
    padding: 25px 0px;
}

#ourservice-content .back .link {
    color: #175757;
    text-decoration: none;
    font-family: 'FC_Minimal_Bold';
}

#ourservice-content .back .link:hover {
    color: #5A9E9E;
    text-decoration: none;
}

@media (max-width: 1366px) {}

@media (min-width: 1280px) and (max-width: 1365px) {}

@media (max-width: 1024px) and (max-width: 1279px) {
    #our-service .os h4 {
        font-size: 20px;
    }

    #our-service .col {
        width: 33.333%;
    }

    #our-service .os {
        width: 90%;
    }

    #our-service .os .os-1,
    #our-service .os .os-2,
    #our-service .os .os-3,
    #our-service .os .os-4,
    #our-service .os .os-5,
    #our-service .os .os-6,
    #our-service .os .os-7 {
        min-width: unset;
    }

    #our-service .os .os-1 .os-background,
    #our-service .os .os-2 .os-background,
    #our-service .os .os-3 .os-background,
    #our-service .os .os-4 .os-background,
    #our-service .os .os-5 .os-background,
    #our-service .os .os-6 .os-background,
    #our-service .os .os-7 .os-background {
        min-width: unset;
    }
    
    #ourservice-content .col-4 {
        width: 33.332%;
    }
    
    #ourservice-content .col-4 img {
        width: 100%;
    }
    
    #ourservice-content .col-8 {
        width: 66.664%;
    }
    
}

@media (min-width: 768px) and (max-width: 1023px) {
    #our-service .col {
        width: 50%;
    }

    #our-service .os {
        width: 90%;
    }

    #our-service .os .os-1,
    #our-service .os .os-2,
    #our-service .os .os-3,
    #our-service .os .os-4,
    #our-service .os .os-5,
    #our-service .os .os-6,
    #our-service .os .os-7 {
        min-width: unset;
    }

    #our-service .os .os-1 .os-background,
    #our-service .os .os-2 .os-background,
    #our-service .os .os-3 .os-background,
    #our-service .os .os-4 .os-background,
    #our-service .os .os-5 .os-background,
    #our-service .os .os-6 .os-background,
    #our-service .os .os-7 .os-background {
        min-width: unset;
        background-color: unset;
    }

    #our-service .os .os-1 .os-background:hover,
    #our-service .os .os-2 .os-background:hover,
    #our-service .os .os-3 .os-background:hover,
    #our-service .os .os-4 .os-background:hover,
    #our-service .os .os-5 .os-background:hover,
    #our-service .os .os-6 .os-background:hover,
    #our-service .os .os-7 .os-background:hover {
        background-color: unset;
    }
    
    #ourservice-content .title {
        font-size: 28px;
    }
    
    #ourservice-content .col-4 {
        width: 100%;
    }
    
    #ourservice-content .col-4 img {
        width: 100vw;
        position: relative;
        left: 50%;
        margin-left: -50vw;
    }
    
    #ourservice-content .col-8 {
        width: 100%;
    }
    
    #ourservice-content .col-8 .p-default {
        padding: 10px 10px;
        text-align: left;
        text-justify: inter-word;
        background-color: #175757;
        color: #FFFFFF;
        
        width: 100vw;
        position: relative;
        left: 50%;
        margin-left: -50vw;
    }
    
    #ourservice-content .col-8 .p-alt {
        padding: 10px 10px;
        text-align: left;
        text-justify: inter-word;
        background-color: #5A9E9E;
        color: #FFFFFF;
        
        width: 100vw;
        position: relative;
        left: 50%;
        margin-left: -50vw;
    }
    
    #ourservice-content .back {
        text-align: center;
    }
}


@media (min-width: 320px) and (max-width: 767px) {
    #our-service .col {
        width: 100%;
    }

    #our-service .os {
        width: 90%;
    }

    #our-service .os .os-1,
    #our-service .os .os-2,
    #our-service .os .os-3,
    #our-service .os .os-4,
    #our-service .os .os-5,
    #our-service .os .os-6,
    #our-service .os .os-7 {
        min-width: unset;
    }

    #our-service .os .os-1 .os-background,
    #our-service .os .os-2 .os-background,
    #our-service .os .os-3 .os-background,
    #our-service .os .os-4 .os-background,
    #our-service .os .os-5 .os-background,
    #our-service .os .os-6 .os-background,
    #our-service .os .os-7 .os-background {
        min-width: unset;
        background-color: unset;
    }

    #our-service .os .os-1 .os-background:hover,
    #our-service .os .os-2 .os-background:hover,
    #our-service .os .os-3 .os-background:hover,
    #our-service .os .os-4 .os-background:hover,
    #our-service .os .os-5 .os-background:hover,
    #our-service .os .os-6 .os-background:hover,
    #our-service .os .os-7 .os-background:hover {
        background-color: unset;
    }

    #ourservice-content .title {
        font-size: 24px;
    }
    
    #ourservice-content .col-4 {
        width: 100%;
    }
    
    #ourservice-content .col-4 img {
        width: 100vw;
        position: relative;
        left: 50%;
        margin-left: -50vw;
    }
    
    #ourservice-content .col-8 {
        width: 100%;
    }
    
    #ourservice-content .col-8 .p-default {
        padding: 10px 10px;
        text-align: left;
        text-justify: inter-word;
        background-color: #175757;
        color: #FFFFFF;
        
        width: 100vw;
        position: relative;
        left: 50%;
        margin-left: -50vw;
    }
    
    #ourservice-content .col-8 .p-alt {
        padding: 10px 10px;
        text-align: left;
        text-justify: inter-word;
        background-color: #5A9E9E;
        color: #FFFFFF;
        
        width: 100vw;
        position: relative;
        left: 50%;
        margin-left: -50vw;
    }
    
    #ourservice-content .back {
        text-align: center;
    }
}