.service-section1 {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center top;
}

.service-section1-inner {
    padding:300px 0 100px 0;
    color:#fff;
    text-align: center;
}

.service-section1-inner h1 {
    font-size: 135px;
}

.service-section2 {
    padding:100px 0 250px 0;
    background-color: #eff9f5;
}

.ss2-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
    align-items : center;
}

.ss2-column1 {
    -webkit-flex: 65;
    -ms-flex: 65;
    flex: 65;
}

.ss2-column2 {
    -webkit-flex: 35;
    -ms-flex: 35;
    flex: 35;
}

.ss2-container h2 {
    font-weight: normal;
}

.service-section3 {
    margin-top:-150px;
    position: relative;
}

.ss3-blob {
    position: absolute;
    bottom:-250px;
    left:0;
    opacity: .5;
}

.ss3-header {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center top;
    padding:17% 0 2% 85px;
    border-radius: 35px;
}

.ss3-header h2 {
    font-weight: normal;
}

.ss3-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
    justify-content: center;
    margin:30px 0;
}

.ss3-column {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width:450px;
    max-width:450px;
    border:2px solid #52bdc3;
    padding:25px;
    border-radius: 10px;
    text-align: center;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
}

.ss3-column:hover {
    background-color: #c6e9eb;
    box-shadow: 10px 10px 5px -5px rgba(0,0,0,0.25);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.ss3-container a {
    text-decoration: none;
    color:inherit;
    font-weight: bold;
    font-size: 27px;
}

.ss3-button {
    text-align: center;
    padding:25px 0;
}

.service-section4 {
    padding:100px 0;
}

.ss4-header {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center top;
    padding:17% 0 2% 85px;
    border-radius: 35px;
}

.ss4-header h2 {
    font-weight: normal;
}


.ss4-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
    justify-content: center;
    margin:30px 0;
}

.ss4-column {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width:450px;
    max-width:450px;
    border:2px solid #52bdc3;
    padding:25px;
    border-radius: 10px;
    text-align: center;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
}

.ss4-column:hover {
    background-color: #c6e9eb;
    box-shadow: 10px 10px 5px -5px rgba(0,0,0,0.25);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.ss4-container a {
    text-decoration: none;
    color:inherit;
    font-weight: bold;
    font-size: 27px;
}

.ss4-button {
    text-align: center;
    padding:25px 0;
}

.service-section5 {
    padding:0 0 100px 0;
}

.ss5-header {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center top;
    padding:17% 0 2% 85px;
    border-radius: 35px;
}

.ss5-header h2 {
    font-weight: normal;
}


.ss5-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
    justify-content: center;
    margin:30px 0;
}

.ss5-column {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width:48%;
    max-width:48%;
    border:2px solid #52bdc3;
    padding:25px;
    border-radius: 10px;
    text-align: center;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
}

.ss5-column a {
    font-size: 27px;
    font-weight: bold;
}

.ss5-column:hover {
    background-color: #c6e9eb;
    box-shadow: 10px 10px 5px -5px rgba(0,0,0,0.25);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.ss5-container a {
    text-decoration: none;
    color:inherit;
}

.ss5-button {
    text-align: center;
    padding:25px 0;
}

.service-section6 {
    background-image: url('../images/services-section6-bg3.png');
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center top;
    padding:100px 0;
}

.ss6-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 75px;
    align-items : center;
}

.ss6-column1 {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.ss6-column2 {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.ss6-column2 h2 {
    font-weight: normal;
}

.service-section7 {
    padding:100px 0; 
    background-color: #eff9f5;
    text-align: center;
}

.service-section7 .fas {
    font-size: 160px;
    color:#4aa7cd;
}
.service-section7 h2,
.service-section7 h3,
.service-section7 h4 {
    font-weight: normal;
}
.ss7-inner {
    max-width:1100px;
    margin:0 auto;
}

.ss7-inner p {
    font-size: 24px;
}

.ss7-inner a {
    color:inherit;
}

.service-section8 {
    padding:100px 0;
}

.service-section8 ul {
    margin:0;
    padding:0;
}

.service-section8 ul li {
    list-style-type:none;
    padding-left: 55px;
    padding-bottom:15px;
    background-image: url(../images/check.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}

.service-section8 p,
.service-section8 li {
    font-size: 24px;
}

@media only screen and (max-width: 1023px) {
    .ss2-container {
        flex-direction: column;
    }
    .ss6-container {
        flex-direction: column;
    }
    .ss6-column2 {
        min-width: 100%;
        max-width: 100%;
        text-align: center;
    }
}

@media only screen and (max-width: 900px) {
    .ss3-column,
    .ss4-column,
    .ss5-column {
        min-width:100%;
        max-width:100%;
    }
}

@media only screen and (max-width: 800px) {
    .service-section1-inner {
        padding: 215px 0 5px 0;
    }
}