.services-section .sec-title {
    margin-bottom: 60px;
}
@media (max-width: 991.98px) {
    .services-section .sec-title {
        margin-bottom: 40px;
    }
}
.services-section-two {
    position: relative;
    background-color: #363D8E;
    padding: 120px 0;
    z-index: 2;
}
@media (max-width: 991.98px) {
    .services-section-two {
        padding: 90px 0;
    }
}
.services-section-two .bg-image {
    width: 635px;
}
@media (max-width: 1399.98px) {
    .services-section-two .bg-image {
        display: none;
    }
}
.services-section-two .bg-image:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #363D8E;
    opacity: 0.8;
}
.services-section-two .bg-image2 {
    right: 0;
    width: 1268px;
    left: auto;
}
.services-section-two .bg-image2:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #363D8E;
    opacity: 0.8;
}
.services-section-two .owl-carousel .owl-dots {
    position: relative;
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 575.98px) {
    .services-section-two .owl-carousel .owl-dots {
        margin-top: 0;
    }
}
.services-section-two .owl-carousel .owl-dots .owl-dot {
    height: 3px;
    width: 31px;
    margin: 0 5px;
    border: 1px solid #E7E8E8;
    background-color: #E7E8E8;
}
@media (max-width: 575.98px) {
    .services-section-two .owl-carousel .owl-dots .owl-dot {
        width: 20px;
    }
}
.services-section-two .owl-carousel .owl-dots .owl-dot.active {
    background-color: #363D8E;
    border: 1px solid #363D8E;
}

.service-block-two {
    position: relative;
    margin-bottom: 30px;
    z-index: 1;
}
.service-block-two .inner-box {
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.service-block-two .inner-box:hover .image-box .image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.9;
}
.service-block-two .inner-box:hover .image-box .read-more {
    color: white;
    background: black;
}
.service-block-two .inner-box:hover .image-box .read-more:before {
    height: 100%;
}
.service-block-two .inner-box:hover .content-box .icon {
    color: #363D8E;
    background-color: white;
}
.service-block-two .inner-box .image-box .image {
    position: relative;
    margin-bottom: 0;
    overflow: hidden;
}
.service-block-two .inner-box .image-box .image img {
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.service-block-two .inner-box .content-box {
    position: relative;
}
.service-block-two .inner-box .content-box .inner {
    position: relative;
    display: inline-block;
    border-top: 4px solid #363D8E;
    margin-top: -56px;
    padding: 90px 15px 30px 20px;
    background-color: #363D8E;
    height: 270px;
    color: white;
}
@media (max-width: 991.98px) {
    .service-block-two .inner-box .content-box .inner {
        width: 100%;
    }
}
.service-block-two .inner-box .content-box::before {
    content: "";
    position: absolute;
    top: -20px;
    right: 65px;
    width: 44px;
    height: 64px;
    background-image: url('public/frontEnd/assets/images/arrow-top-hover.png');
    z-index: 3;
    pointer-events: none;
}
.service-block-two .inner-box .content-box .icon {
    position: absolute;
    top: -22px;
    left: 18px;
    height: 87px;
    width: 90px;
    line-height: 87px;
    font-size: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: white;
    background-color: #EAC55E;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 2;
}
.service-block-two .inner-box .content-box .title {
    position: relative;
    margin-bottom: 5px;
    z-index: 2;
    color: #EAC55E;
}
@media (max-width: 575.98px) {
    .service-block-two .inner-box .content-box .title {
        font-size: 20px;
        color: #EAC55E;
    }
}
.service-block-two .inner-box .content-box .title:hover {
    color: white;
}
.service-block-two .inner-box .content-box .text {
    line-height: 1.8em;
}
.service-block-two .inner-box .content-box .theme-btn {
    background-color: #EAC55E;
    width: 100%;
    font-size: 12px;
    padding: 10px 20px;
    color: white;
    border-radius: 0;
}
.service-block-two .inner-box .content-box .theme-btn i {
    position: relative;
    color: black;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.service-block-two .inner-box .content-box .theme-btn:hover i {
    color: #EAC55E;
}
