.service-details-main,
.service-main {
    position: relative;
    padding-top: 20px;
    background: #fafafa;
    z-index: 3;
}
.service-details-main{
    padding-top: 0;
}
.services-content-section {
    padding-top: 40px;
}

.services-content-section .services-main-title {
    text-align: center;
    color: rgba(22, 65, 148, 1);
    line-height: 1;
}

.services-main-content {
    margin-top: 85px;
}

.services-content-section .global-service-section {
    display: flex;
    justify-content: space-between;
    padding: 5px;
    background: #FFFFFF;
    border-radius: 10px;
}

.services-content-section .global-service-section:nth-child(even) {
    flex-direction: row-reverse;
}

.services-content-section .global-service-left {
    width: 50%;
    border-radius: 10px;
}

.services-content-section .global-service-left img {
    height: 100%;
    object-fit: cover;
}

.services-content-section .global-service-right {
    width: 49.72%;
    padding: 30px 16px 30px 40px;
}

.services-content-section .global-service-right .sub-title {
    color: #222222;
    line-height: 1.33;
}

.services-content-section .global-service-right .service-network-content {
    margin-top: 48px;
}

.services-content-section .global-service-right .sub-title {
    font-size: 24px;
    line-height: 1.2;
    color: rgba(34, 34, 34, 1);
}

.services-content-section .global-service-right .sub-text {
    color: rgba(102, 102, 102, 1);
    font-size: 20px;
    line-height: 1.5;
    margin-top: 3px;
}

.services-content-section .global-service-right .remote-service-item:not(:last-child) {
    margin-bottom: 15px;
}

.services-content-section .global-service-section:not(:last-child) {
    margin-bottom: 15px;
}

.services-content-section .preventive-maintenance-section {
    padding: 116px 0 98px;
}

.services-content-section .preventive-maintenance-section .section-title {
    color: #164194;
    line-height: 1.33;
}

.services-content-section .preventive-maintenance-section .main-description {
    font-weight: 400;
    font-size: 20px;
    color: #222222;
    line-height: 1.5;
    margin-top: 1.3em;
}

.services-content-section .preventive-maintenance-content {
    margin-top: 70px;
}

.services-content-section .maintenance-section {
    display: flex;
    align-items: flex-start;
    gap: 0 42px;
}

.services-content-section .maintenance-section:not(:last-child) {
    margin-bottom: 62px;
}

.services-content-section .maintenance-section:nth-child(even) {
    flex-direction: row-reverse;
}

.services-content-section .maintenance-section .left-image {
    width: 440px;
    height: 240px;
    border-radius: 10px;
}

.services-content-section .maintenance-section .left-image img {
    height: 100%;
    object-fit: cover;
}

.services-content-section .maintenance-section .right-text {
    flex: 1;
    padding-top: 21px;
}

.services-content-section .maintenance-section .sub-title {
    color: #164194;
    line-height: 1.33;
}

.services-content-section .maintenance-section .sub-text {
    font-size: 20px;
    color: #666666;
    line-height: 1.5;
    margin-top: .4em;
}

.service-categories-section {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.service-categories-section .service-category-card {
    border-radius: 10px;
    overflow: hidden;
}

.service-categories-section .img {
    position: relative;

}

.service-categories-section .picCover {
    padding-top: 68.22%;

}

.service-categories-section .pic {
    border-radius: 10px;
    transform: skewY(-10deg);
    transform-origin: left bottom;
}

.service-categories-section .pic img {
    transform: skewY(10deg);
    transform-origin: left bottom;
}

.service-categories-section .service-category-card:hover .pic img {
    transform: scale(1.05)skewY(10deg) !important;
}

.service-categories-section .picCover::before {
    position: absolute;
    content: "";
    top: 0;
    left: 3%;
    width: 94%;
    height: 100%;
    background: rgba(22, 65, 148, 1);
    border-radius: 10px;
    transform: translateY(10px)skewY(-10deg);
    transform-origin: left bottom;
    transition: all .3s ease-in-out;
}

.service-categories-section .img .more {
    position: absolute;
    right: 31px;
    bottom: -24px;
    border-radius: 50%;
    width: 110px;
    background-color: rgba(22, 65, 148, 1);
    transition: all .3s ease-in-out;
}
.service-categories-section .img .more img{
    display: block;
    width: 100%;
}
.service-categories-section .service-category-card:hover .picCover::before,
.service-categories-section .service-category-card:hover .img .more {
    background-color: rgba(121, 209, 34, 1);
}

.service-categories-section .service-category-content {
    margin-top: 44px;
    padding: 0 14px;
}

.service-categories-section .service-category-content .category-title {
    color: #222222;
    line-height: 1.2;
    font-weight: 400;
}

.service-categories-section .service-category-card:hover .service-category-content .category-title {
    color: #79D122;
}

.training-content-section {
    padding-top: 40px;
}

.training-content-section .training-main-title {
    color: #164194;
    line-height: 1;
    text-align: center;
}

.training-content-section .training-subtitle {
    color: #164194;
    line-height: 1.33;
    margin-top: 1.66em;
}

.training-content-section .training-image-section {
    font-family: Bahnschrift;
    font-weight: 400;
    font-size: 20px;
    color: #666666;
    line-height: 1.5;
    margin-top: 40px;
}

.training-content-section .training-image-section img {
    display: block;
    margin: 0 auto;
    border-radius: 10px;
    width: 100%;
}

.inner-page {
    background-color: #fafafa;
}

.service-details-main {
    background-color: transparent;
}

.main-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.main-bg img {
    display: block;
    width: 100%;
}

.online-form-section {
    padding-bottom: 140px;
}

.online-form-section .form-title {
    line-height: 1.33;
    text-align: center;
    color: rgba(22, 65, 148, 1);
}

.online-form-section .contact-form {
    margin-top: 34px;
}

.online-form-section .contact-form .form-row {
    display: flex;
    gap: 20px;
}
.online-form-section .contact-form .form-row:not(:last-child){
    margin-bottom: 20px;
}
.online-form-section .contact-form .form-row .form-group {
    flex: 1;
}

.online-form-section .contact-form .form-row input,
.online-form-section .contact-form .form-row textarea {
    width: 100%;
    padding: 20px 22px;
    border: 1px solid rgba(222, 222, 222, 1);
    border-radius: 5px;
    font-weight: 400;
    font-size: 18px;
    color: #222222;
    font-family: Bahnschrift;
    resize: none;
    background-color: transparent;
    display: block;
}

.online-form-section .contact-form .form-row input::placeholder,
.online-form-section .contact-form .form-row textarea::placeholder {
    color: #666;
}

.online-form-section .contact-form .form-row input:focus,
.online-form-section .contact-form .form-row textarea:focus {
    outline: none;
    border-color: rgba(22, 65, 148, 1);
}

.online-form-section .contact-form .form-row textarea {
    height: 300px;
}

.online-form-section .contact-form .submit-group {
    padding-top: 14px;
}

.online-form-section .contact-form .submit-btn {
    width: 160px;
    line-height: 70px;
    background: #164194;
    border-radius: 5px;
    padding: 0 34px;
    font-weight: 400;
    font-size: 18px;
    color: #FAFAFA;
    cursor: pointer;
    transition: all .3s ease-in-out;
}
.online-form-section .contact-form .submit-btn:hover{
    opacity: .92;
}
@media (max-width:1440px) {
    .services-content-section .global-service-right .service-network-content{
        margin-top: 25px;
    }
}
@media (max-width:1280px) {
    .services-content-section .global-service-right .sub-title{
        font-size: 22px;
    }
    .services-content-section .global-service-right .sub-text{
        font-size: 18px;
    }
    .service-categories-section .img .more{
        width: 100px;
    }
}
@media (max-width:1199px) {
    .services-content-section .maintenance-section{
        gap: 0 30px;
    }
    .services-content-section .maintenance-section .sub-text{
        font-size: 18px;
    }
    .services-content-section .maintenance-section .right-text{
        padding-top: 0;
    }
    .service-categories-section .img .more{
        width: 90px;
    }
    .online-form-section{
        padding-bottom: 80px;
    }
    .training-content-section .training-subtitle{
        margin-top: 1.3em;
    }
    .services-content-section .preventive-maintenance-content,
    .services-main-content{
        margin-top: 45px;
    }
    .services-content-section .maintenance-section:not(:last-child){
        margin-bottom: 45px;
    }
    .services-content-section .preventive-maintenance-section{
        padding: 80px 0;
    }
}
@media (max-width:1024px) { 
    .services-content-section .maintenance-section .left-image{
        width: 100%;
        height: auto;
    }
    .services-content-section .maintenance-section .right-text{
        margin-top: 20px;
    }
    .services-content-section .maintenance-section:nth-child(even),
    .services-content-section .maintenance-section{
        flex-direction: column;
    }
    .services-content-section .preventive-maintenance-content,
    .services-main-content{
        margin-top: 40px;
    }
    .services-content-section .maintenance-section:not(:last-child){
        margin-bottom: 40px;
    }
    .services-content-section .preventive-maintenance-section{
        padding: 70px 0;
    }
    .online-form-section{
        padding-bottom: 70px;
    }
    .training-content-section .training-subtitle{
        margin-top: 1em;
    }
    .services-content-section .global-service-section:nth-child(even),
    .services-content-section .global-service-section{
        flex-direction: column;
    }
    .services-content-section .global-service-right,
    .services-content-section .global-service-left{
        width: 100%;
    }
    .services-content-section .global-service-right{
        padding: 30px 20px;
    }
    .services-content-section .preventive-maintenance-section .main-description{
        margin-top: .8em;
        font-size: 18px;
    }
    .service-categories-section{
        grid-template-columns: repeat(2,1fr);
        gap: 30px 24px;
    }
    .service-categories-section .img .more{
        bottom: -10px;
    }
}
@media (max-width:768px) { 
    .services-content-section .maintenance-section .sub-text{
        font-size: 16px;
    }
    .services-content-section .global-service-right .sub-title{
        font-size: 20px;
    }
    .services-content-section .global-service-right .sub-text{
        font-size: 16px;
    }
    .services-content-section .global-service-right .service-network-content{
        margin-top: 15px;
    }
    .services-content-section .preventive-maintenance-content,
    .services-main-content{
        margin-top: 30px;
    }
    .services-content-section .maintenance-section:not(:last-child){
        margin-bottom: 30px;
    }
    .services-content-section .preventive-maintenance-section{
        padding: 60px 0;
    }
    .training-content-section .training-image-section{
        margin-top: 30px;
        font-size: 18px;
    }
    .training-content-section .training-subtitle{
        margin-top: .7em;
        font-size: 20px;
    }
    .online-form-section{
        padding-bottom: 60px;
    }
    .online-form-section .contact-form{
        margin-top: 30px;
    }
    .online-form-section .contact-form .form-row input, .online-form-section .contact-form .form-row textarea{
        padding: 13px 20px;
        font-size: 16px;
    }
    .online-form-section .contact-form .form-row{
        flex-direction: column;
    }
    .online-form-section .contact-form .form-row textarea{
        height: 200px;
    }
    .online-form-section .contact-form .submit-btn{
        line-height: 50px;
        font-size: 16px;
    }
    .online-form-section .contact-form .submit-group{
        padding-top: 5px;
    }
    .online-form-section .form-title{
        font-size: 22px;
    }
    .services-content-section{
        padding-top: 30px;
    }
}
@media (max-width:500px) {
    .service-categories-section .service-category-content{
        margin-top: 20px;
    }
    .service-categories-section{
        grid-template-columns: repeat(1,1fr);
    }
    .services-content-section{
        padding-top: 25px;
    }
    .services-content-section .global-service-right{
        padding: 25px 15px;
    }
    .services-content-section .preventive-maintenance-content,
    .services-main-content{
        margin-top: 25px;
    }
    .services-content-section .maintenance-section:not(:last-child){
        margin-bottom: 25px;
    }
    .services-content-section .preventive-maintenance-section{
        padding: 50px 0;
    } 
    .training-content-section .training-image-section{
        margin-top: 25px;
        font-size: 16px;
    }
    .training-content-section .training-subtitle{
        font-size: 18px;
    }
    .training-content-section{
        padding-top: 30px;
    }
    .online-form-section .form-title{
        font-size: 20px;
    }
    .online-form-section{
        padding-bottom: 50px;
    }
    .online-form-section .contact-form{
        margin-top: 25px;
    }
}