.img, img {
    max-width: 100%;
    transition: all .3s ease-out 0s;
    border-radius: 20px;
}

h1, h2, h3, h4, h5, h6 {
    color: #ff530b;
    font-family: var(--tg-heading-font-family);
    font-style: normal;
    font-weight: var(--tg-heading-font-weight);
    line-height: var(--tg-heading-line-height);
    margin-bottom: .7rem;
    margin-top: 0;
}

.navbar-wrap>ul>li.active>a, .navbar-wrap>ul>li:hover>a
Kekhususan: (0,2,3)
 {
    color: rgb(255 118 0);
}

.header-style-four .menu-area {
    background: #06085f;
    box-shadow: 0 2px 50px rgba(0, 0, 0, .05);
}

.sticky-menu {
    animation: fadeInDown 1s ease-in-out 0s 1 normal none running;
    background: #06085f;
    border-radius: 0;
    box-shadow: 0 10px 15px rgba(25, 25, 25, .1);
    inset-inline-start: 0;
    margin: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}

.request-contact .icon {
    color: var(--tg-white);
    font-size: 0px;
    line-height: 0;
    margin-inline-end: 10px;
}

(min-width: 992px) {
    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}

.pb-120 {
    padding-bottom: 30px;
}

.navbar-wrap ul li a {
    color: #ffffff;
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    padding: 40px 15px;
    position: relative;
    z-index: 1;
}

 (max-width: 1500px) {
    .slider-content .title {
        font-size: 45px;
    }
}

.slider-content .title {
    font-size: 45px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 20px;
}

.slider-content .sub-title {
    color: rgb(255 255 255);
    display: block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .06em;
    margin-bottom: 10px;
    padding-top: 18px;
    position: relative;
    text-transform: uppercase;
}

.slider-content p {
    color: #ffffff;
    margin-bottom: 45px;
    width: 85%;
}

.about-img-wrap img.main-img {
    border: 5px solid var(--tg-white);
    border-radius: 0%;
    height: 500px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 500px;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: translateZ(0);
    border-radius: 20px;
}

.about-img-wrap-four .icon {
    align-items: center;
    background: var(--tg-pink);
    border: 5px solid var(--tg-white);
    border-radius: 50%;
    color: var(--tg-white);
    display: flex
;
    font-size: 50px;
    height: 100px;
    inset-inline-start: 8%;
    justify-content: center;
    line-height: 0;
    position: absolute;
    top: 21%;
    width: 0px;
}
.section-title-two .title {
    font-size: 25px;
    font-weight: 800;
    margin-bottom: 0;
}

.section-title .title {
    font-size: 25px;
    margin-bottom: 0;
}

(max-width: 1500px) {
    .banner-content-two .title {
        font-size: 25px;
    }
}