.services-hero-section {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}
.services-hero-section .row {
    align-items: center;
}
.services-hero-section .left-column {
    padding-left: calc(50% - 706px);
}
.services-hero-section .left-column .services-hero-left-content {
    padding-top: 13.020833333333334vw;
    padding-bottom: 12.75vw;
}
.services-hero-section p {
    color: #8a8a8a;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 30px;
}
.services-hero-section .right-column {
    padding-right: calc(50% - 765px);
}
.services-hero-section h1.ie-primary-title::before {
    position: absolute;
    content: "";
    height: calc(100% - 27px);
    width: 8px;
    background-color: #2da9e4;
    left: -15px;
    top: 13px;
}
.our-services-section .icon img {
    max-width: 65px;
}
.our-services-section .our-services-wrap {
    padding-top: 70px;
    padding-bottom: 0px;
    text-align: center;
}
.our-services-section .our-services-items {
    padding: 20px 25px 30px;
    border-bottom: 3px solid transparent;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    box-shadow: 0px 3px 9px -6px rgba(0,0,0,0.5);
}
.our-services-section .icon {
    width: 130px;
    height: 130px;
    margin: 0 auto 20px;
    border-radius: 100%;
    box-shadow: 0px 3px 6px -2px rgba(0,0,0,.3);
    display: flex;
    justify-content: center;
    align-items: center;
}
.our-services-section .icon svg {
    width: 65px;
}
.our-services-section .icon path {
    transition: all 0.3s ease-in-out;
    fill: #2DA9E4;
}
.our-services-section .our-services-items:hover .icon svg path {
    fill: #fff;
}
.our-services-section .our-services-items:hover .icon img {
    filter: grayscale(1) brightness(3.5);
}
.our-services-section .our-services-items h3 {
    font-family: "Museo Sans",sans-serif;
    margin: 0;
}
.our-services-section .hidden-content {
    padding-top: 15px;
    /* visibility: hidden;
    opacity: 0; */
    transition: all .3s ease-in-out;
}
.our-services-section .our-services-items:hover {
    box-shadow: 0px 6px 11px -6px rgba(0,0,0,0.5);
    border-bottom: 3px solid #2da9e4;
}
.our-services-section .our-services-items:hover .icon {
    background: #2da9e4;
}
.our-services-section .our-services-items:hover h3 {
    color: #2da9e4;
}
.our-services-section .our-services-items:hover .hidden-content {
    visibility: visible;
    opacity: 1;
    color: #8a8a8a !important;
}
.our-services-section .hidden-content p {
    margin: 0;
    color: #8a8a8a;
}
.ie-left-bottom-ellipse::before {
    opacity: 0.102 !important;
}

.services-we-offers-section {
    z-index: -1;
}
.services-we-offers-section::before {
    content: "";
    position: absolute;
    width: 223px !important;
    height: 400px !important;
    top: -200px;
    left: 0;
    background-color: transparent !important;
    opacity: 1 !important;
    background: url(/wp-content/uploads/2020/04/ellipse.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
/* ====================
    Testimonial Section
    ================= */
.testimonial_item {
    background: #f9f9f9 !important;
}

/* ================================
    media style css start from here
    ============================ */
@media only screen and (min-width: 992px) and (max-width: 1499px) {
    .services-hero-section .left-column {
        padding-left: 35px;
    }
    .services-hero-section .right-column {
        padding-right: 35px;
    }
}
@media only screen and (max-width: 1199px) {
    .services-we-offers-section::before {
        width: 165px !important;
        height: 330px !important;
        top: -165px;
    }
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
    .our-services-section .our-services-items {
        padding: 20px 20px 30px;
    }
    .our-services-section .our-services-items h3 {
        font-size: 18px;
    }
}
@media only screen and (min-width: 992px) {
    .our-services-section .our-services-items {
        flex-basis: calc(25% - 15px);
    }
    .our-services-section .our-services-items:not(:nth-child(4n + 4)) {
        margin-right: 20px;
    }
    .our-services-section .our-services-wrap {
        padding-bottom: 70px;
    }
}
@media only screen and (max-width: 991px) {
    .services-hero-section .container-fluid {
        max-width: 720px;
    }
    .services-hero-section .left-column {
        padding-left: 15px;
    }
    .services-hero-section .right-column {
        padding-right: 15px;
    }
    .services-hero-section h1.ie-primary-title::before {
        height: calc(100% - 20px);
        top: 10px;
    }
    .our-services-section .our-services-items {
        margin-bottom: 30px;
    }
    .our-services-section .icon {
        background: #2da9e4;
    }
    .our-services-section .icon path {
        fill: #fff;
    }
    .our-services-section .our-services-items h3 {
        color: #2da9e4;
    }
    .our-services-section .hidden-content {
        visibility: visible;
        opacity: 1;
    }
    .services-we-offers-section::before {
        width: 123px !important;
        height: 244px !important;
        top: -122px;
    }
    .our-services-section .icon img {
        filter: grayscale(1) brightness(3.5);
    }
}
@media only screen and (max-width: 767px) {
    .services-hero-section .container-fluid {
        max-width: 540px;
    }
    .services-hero-section h1.ie-primary-title::before {
        height: calc(100% - 15px);
        top: 7px;
    }
    .our-services-section .our-services-items {
        background: #fff;
        box-shadow: 3.277px 2.294px 3px 0px rgba(0, 0, 0, 0.1);
    }
    .services-we-offers-section::before {
        width: 70px !important;
        height: 140px !important;
        top: -70px;
    }
    .services-hero-section .right-column {
        display: none;
    }
    .services-hero-section {
        background-position: 37% 100%;
    }
}
@media only screen and (max-width: 575px) {
    .services-hero-section p {
        font-size: 16px;
        line-height: 1.5;
    }
}