.header-style-four {
position: absolute;
z-index: 20;
width: 100%;
}

.header-style-four .menu-area {
background: transparent !important;
}
.header-style-four .sticky-menu {
background: #000000bf !important;
}
.truncate-2-custom {
    -webkit-line-clamp: 10;
}
.features-content .content-top {
    align-items: center;
    display: block;
    margin-bottom: 15px;
    text-align: center;
}
.cta-info-wrap .icon {
    color: var(--tg-white);
    font-size: 50px;
    line-height: 0;
    margin-inline-end: 15px;
    display: none;
}

.features-bg {
    background-position: 50%;
    background-size: cover;
    overflow: hidden;
    padding: 120px 0 300px;
    position: relative;
    z-index: 1;
}
.cta-inner-wrap-three {
    background-position: 50%;
    border-radius: 10px;
    padding: 50px 45px;
    background: linear-gradient(90deg, #205295, #252a62);
	margin-top: -220px;
}
.features-content p {
    text-align: center;
}
.cta-info-wrap {
    width: 100%;
}
.contact-bg {
    background-position: 50%;
    background-size: cover;
    padding: 150px 0;
    position: relative;
    z-index: 1;
}

.features-area-five .container {
	margin-top:-120px;
}
.slider-content {
text-align:right;
margin-top:10rem;
}
.slider-content .btn {
    margin-bottom: 0.5rem;
}
.slider-content .sub-title:before {
	display:none;
}
.about-img-two img:nth-child(2) {
    border: 3px solid #fff !important;
    border-radius: 15px;
    bottom: 185px;
    box-shadow: 0 4px 50px rgba(0, 0, 0, .2);
    inset-inline-start: 40px;
    position: relative;
    transform: rotate(-2.71deg);
    float: right;
    margin-right: 100px;
    transform: none;
    max-width: 9rem;
}
@media (max-width: 767.98px) {
    .about-img-two img:nth-child(2) {
        display: block;
    }
}
@media (max-width: 767.98px) {
    .slider-content {
        text-align: center;
        margin-top: -10rem !important;
    }
}
@media (max-width: 767.98px) {
    .slider-bg {
        min-height: 650px !important;
        background-position: top right;
    }
}
.pricing-box-two .pricing-price-two {
    place-self: center;
}
.pricing-box-two .pricing-bottom .pricing-list ul li span {
    text-align: left;
}
.pricing-list .list-wrap {
    justify-items: left;
}
.pricing-area-two {
    background-color: transparent !important;
}

@media (min-width: 992px) {
    .coll-lg-2 {
        flex: 0 0 auto;
        width: 20%;
    }
}

@media (max-width: 991.98px) {
    .container, .custom-container {
        max-width: 720px;
    }
}

.about-img-two .main-img img {
    border: 0;
    border-radius: 0;
    box-shadow: unset;
}
.cta-inner-wrap-three .btn-three:hover {
    background: #FF9800;
    color: var(--tg-white);
}

.cta-inner-wrap-three h2 {
	background: linear-gradient(45deg, #fbd6e3, #a9ede9);
    color: transparent;
    -webkit-background-clip: text;
}