.position-relative {
    position: relative !important;
}

@media screen and (min-width: 1200px) {
    .hero-shape1 {
        max-width: 55%;
    }
}

.hero-shape1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

@media screen and (max-width: 1499px) {
    .hero-shape2 {
        max-width: 735px;
    }
}

.hero-shape2 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    max-width: 878px;
}

@media screen and (min-width: 1200px) {
    .hero-slider {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        height: 600px;
    }
}

.hero-slider {
    position: relative;
    padding-top: 100px;
    overflow: hidden;
}

.hero-slide-content .title {
    font-weight: 700;
    font-size: 55px;
    line-height: 1.2;
    margin-bottom: 3.75rem;
}

.hero-slider .title {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.btn-dark {
    border-color: #263238;
    background-color: #263238;
    color: #fff;
}

.btn-secondary {
    border-color: #fbfbfb;
    background-color: #fbfbfb;
    color: #181c51;
    background: transparent;
    border-color: transparent;
    text-decoration: underline;
}

@media screen and (min-width: 1200px) and (max-width: 1499px) {
    .hero-img {
        max-width: 700px;
    }
}

.hero-img {
    max-width: 904px;
}

@media (min-width: 992px) {
    .mt-lg-0 {
        margin-top: 0 !important;
    }
}

.hero-slider .hero-img img {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-delay: 0.8;
    animation-delay: 0.8s;
}

@media (min-width: 576px) {
    .mb-sm-0 {
        margin-bottom: 0 !important;
    }
}

.mb-3 {
    margin-bottom: 0.9375rem !important;
}

.btn-lg,
.btn-group-lg>.btn {
    padding: 1.25rem 1.25rem;
    font-size: 1.15rem;
    border-radius: 5rem;
}

.btn-secondary {
    color: #000;
    background-color: #fbfbfb;
    border-color: #fbfbfb;
}

@media screen and (min-width: 1200px) and (max-width: 1499px) {
    .hero-img {
        max-width: 700px;
    }
}

@media screen and (max-width: 480px) {
    .hero-slide-content .title {
        font-size: 30px;
    }
}

@media screen and (max-width: 767px) {
    .hero-slide-content .title {
        font-size: 35px;
        line-height: 1.4;
    }
}

@media screen and (max-width: 767px) {
    .btn-lg,
    .btn-group-lg>.btn {
        padding: 0.9375rem;
        font-size: 14px;
    }
}

@media screen and (max-width: 1024px) {
    .btn-lg,
    .btn-group-lg>.btn {
        padding: 1rem;
        font-size: 1rem;
    }
}

/*shared new fea*/

.featured-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #FFFFFF;
    -webkit-box-shadow: 5px 30px 56.1276px rgba(55, 55, 55, 0.1098);
    box-shadow: 5px 30px 56.1276px rgba(55, 55, 55, 0.1098);
    border-radius: 20px;
    padding: 23px 29px;
    margin-bottom: 24px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.featured-box:hover {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}

.featured-box:hover .featured-content h2 {
    color: #1a1a1a;
}

.featured-box .featured-content {
    padding-left: 23px;
}

.featured-box .featured-content h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    color: #3B3B3B;
    margin-bottom: 13px;
    -webkit-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out;
}

.featured-area .featured-shape {
    top: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@-webkit-keyframes zm {
    0% {
        -webkit-transform: scale(0.95) translateX(-50%);
        transform: scale(0.95) translateX(-50%);
    }
    100% {
        -webkit-transform: scale(1) translateX(-50%);
        transform: scale(1) translateX(-50%);
    }
}

@keyframes zm {
    0% {
        -webkit-transform: scale(0.95) translateX(-50%);
        transform: scale(0.95) translateX(-50%);
    }
    100% {
        -webkit-transform: scale(1) translateX(-50%);
        transform: scale(1) translateX(-50%);
    }
}

.positioning {
    position: relative;
    z-index: 2;
}

.hrdd-section-title h1 {
    font-style: normal;
    font-size: 48px;
    line-height: 58px;
    color: #3B3B3B;
    display: inline-block;
}

.hrdd-section-title h1 span {
    display: inline-block;
    z-index: 1;
    position: relative;
}

.hrdd-section-title h1 span::before {
    position: absolute;
    left: 0;
    height: 50px;
    width: 76%;
    border: 0.5px solid #FF7342;
    background: #FFE3D9;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    z-index: -1;
}

.mt-50 {
    margin-top: 50px;
}

.featured-box .featured-content {
    padding-left: 23px;
}

.featured-box .featured-content h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    color: #3B3B3B;
    margin-bottom: 13px;
    -webkit-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out;
}

.featured-area .featured-shape {
    top: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.shape {
    position: absolute;
    z-index: -1;
}

@media only screen and (max-width: 991px) {
    .hrdd-section-title h1 {
        font-size: 32px;
        line-height: 54px;
    }
}

img {
    max-width: 100%;
    height: auto;
}

.comrupt {
    margin-top: 30px;
}