﻿body {
    overflow-x: hidden;
}
.elementor-column-gap-default {
    display: flex;
    position: relative;
}

.row {
    display: flex;
    width: 100%;
    position: relative;
    align-items: center;
}

.rs-heading .title-inner .title span.watermark {
    position: absolute;
    font-size: 200px;
    text-transform: uppercase;
    font-weight: 900;
    font-family: 'Livvic', sans-serif;
    opacity: 0.05;
    width: 100%;
    left: 0;
    color: inherit;
    white-space: nowrap;
    vertical-align: middle;
}
.ulstyle {
    display: flex;
    flex-direction: column;
    line-height: 23px;
}
.middle-image {
    width: 40%;
    margin-left: 10%;
    margin-top: 9%;
}
.textcont {
    width: 40%;
    line-height: 23px;
}

@media only screen and (max-width: 768px) {
    .textcont {
        width: 90%!important;
    }
}
.sub-text {
    color: #1f97db;
    border: none;
    width: 100px;
    height: 43px;
    border-radius: 39px;
    font-size: 15px;
}
.title {
    font-family: system-ui;
    line-height: 36px;
    font-size: xx-large;
}
.normaltext {
    font-family: math;
    font-size: 17px;
    line-height: 30px;
}
.description {
    font-family: math;
    font-size: 19px;
    line-height: 30px;
    color: grey !important
}

.rs-animation-shape-image {
    display: flex;
}

@media only screen and (max-width: 768px) {
    .rs-animation-shape-image {
        display: block !important;
    }
}

.middle-image img {
    width: 100% !important;
    height: 68% !important;
}

@media only screen and (max-width: 768px) {
    .middle-image img {
        width: 240% !important;
    }
}