:root {
    --themeht-primary-color: #0fbce8;
    --themeht-secondary-color: #19254b;
    --themeht-text-color: #08539a;
    --themeht-body-color: #4f4f4f;
    --color: #2db572;
    --color2: #fbb318;
    --color3: #ee7626;
    --themeht-white-color: #FFFFFF;
    --themeht-bg-dark-color: #000229;
    --themeht-bg-light-color: #F7F9FE;
    --themeht-border-light-color: #E5E5E5;
    --themeht-rgba-color: rgba(255, 255, 255, 0.9);
    --themeht-typography-body-font-family: "Cairo", 'Gilroy';
}

/* ------------------------
    List Icon
------------------------*/


.portofolio-section,
.mission-section,
.features-section,
.vision-section,
.video-section,
.faq-section,
.testimonial-section,
.services-section,
.steps-section,
.cta-section,
.blogs-page {
    padding: 120px 0;
    position: relative;
}

.owl-stage-outer {
    overflow: hidden;
}

.owl-item {
    display: inline-block;
}

.owl-nav.disabled {
    display: none;

}

.owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 9;
}

button.owl-dot {
    width: 24px;
    height: 13px;
    border: 0;
    margin: 0 2px;
    cursor: pointer;
    background: #dddddd;
}

button.owl-dot.active {
    background: var(--themeht-primary-color);
}

button.owl-prev,
button.owl-next {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 4px double #eee;
    font-size: 22px;
    background: none;
}


/* ------------------------
    Featured Box
------------------------*/
.featured-item {
    position: relative;
    z-index: 9;
}

.featured-item.style-1 .featured-icon {
    display: inline-block;
    position: relative;
    margin-bottom: 30px;
}

.featured-desc p {
    margin-bottom: 0;
    line-height: 1.4;
    font-size: 14px;
}

.featured-title h4 {
    margin-bottom: 10px;
    font-size: 22px;
}

.featured-item.style-1 {
    padding: 50px 40px;
    text-align: center;
    border-radius: 24px;
    background: var(--themeht-white-color);
}

.featured-item.style-1 .featured-icon {
    display: inline-block;
    position: relative;
    margin-bottom: 30px;
    color: var(--themeht-primary-color);
    font-size: 50px;
}

.featured-item.style-1:before,
.featured-item.style-1:after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all 1s;
    transform: scale(0.5);
    z-index: 0;
}

.featured-item.style-1:before {
    background-image: url(../../assets/new-images/about/pattern1.png);
    height: 100%;
    top: -30px;
    left: -30px;
    width: 100%;
}

.featured-item.style-1:after {
    background-image: url(../../assets/new-images/about/pattern2.png);
    height: 290px;
    bottom: -40px;
    right: -30px;
    width: 250px;
}

.featured-item.style-1:hover:before,
.featured-item.style-1:hover:after,
.featured-item.style-1.featured-active:before,
.featured-item.style-1.featured-active:after {
    opacity: 1;
    transform: scale(1);
}

.featured-item.style-1 .featured-icon img {
    width: 100px;
}

.featured-item.style-2 {
    position: relative;
    z-index: 9;
    display: flex;
    align-items: center;
}

.featured-item.style-2 .featured-icon {
    margin-right: 20px;
    font-size: 60px;
    flex-shrink: 0;
    background: linear-gradient(90deg, var(--themeht-primary-color) 20%, var(--themeht-secondary-color) 100%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    z-index: 9;
}

.featured-item.style-2 .featured-title h4 {
    margin-bottom: 3px;
    font-size: 20px;
    line-height: 30px;
}

.featured-item.style-3 {
    padding: 30px;
    border-radius: 24px;
    background: var(--themeht-white-color);
    overflow: inherit;
    display: flex;
    align-items: center;
}

.featured-item.style-3 .featured-icon {
    flex-shrink: 0;
    margin-left: 20px;
}

.featured-item.style-3 .featured-icon i {
    display: inline-block;
    border-radius: 50%;
    color: var(--themeht-white-color);
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 30px;
    text-align: center;
    flex-shrink: 0;
    margin-right: 20px;
}

.featured-item.style-3 .featured-icon img {
    width: 70px;
}

.feature-sec .featured-item.style-3:nth-child(1) {
    margin: 0 22% 0 0;
}

.feature-sec .featured-item.style-3:nth-child(2) {
    margin: 0 10% 0 12%;
}

.feature-sec .featured-item.style-3:nth-child(3) {
    margin: 0 0% 0 25%;
}

.featured-item.style-4 .featured-icon {
    margin-bottom: 20px;
    display: inline-block;
    color: var(--themeht-primary-color);
    font-size: 50px;
}

.featured-item.style-4:hover .featured-icon {
    color: var(--themeht-secondary-color)
}

.featured-item.style-5 {
    padding: 50px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.55);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.featured-item.style-5 .featured-icon {
    margin-bottom: 30px;
}

.featured-item.style-5 .featured-icon i {
    background: linear-gradient(90deg, var(--themeht-primary-color) 20%, var(--themeht-secondary-color) 100%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
    font-size: 70px;
}

.featured-item.style-5 .featured-icon img {
    width: 80px;
}

.featured-item.style-6 {
    position: relative;
    z-index: 9;
    display: flex;
    align-items: center;
}

.featured-item.style-6 .featured-icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    text-align: center;
    margin-right: 20px;
    border-radius: 50%;
    flex-shrink: 0;
    background: #e3ffeb;
}

.featured-item.style-6 .featured-title h4 {
    margin-bottom: 3px;
    font-size: 18px;
    line-height: 28px;
}


.list-icon.style-1 li {
    position: relative;
    display: flex;
    margin-bottom: 15px;
    align-items: center;
}

.list-icon.style-1 li:last-child {
    margin-bottom: 0
}

.list-icon.style-1 li svg {
    color: var(--themeht-primary-color);
    font-size: 20px;
    line-height: 1;
    margin-left: 10px;
    flex-shrink: 0;
}

.mission-h2,
.features-h2,
.vision-h2,
.services-h2,
.testimonial-h2,
.steps-h2,
.cta-h2,
.faq-h2 {
    font-size: 44px;
    line-height: 54px;
    font-weight: 900;
    font-weight: bolder;
    margin-top: 0px;
    text-transform: capitalize;
    font-style: normal;
    margin-bottom: 20px;
    color: var(--themeht-text-color);
}

.mission-p,
.features-p,
.vision-p,
.blogs-p {
    line-height: 1.7;
}

.features-h4 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 900;
    font-weight: normal;
    margin-top: 0px;
    text-transform: capitalize;
    font-style: normal;
    margin-bottom: 20px;
    color: var(--themeht-text-color);
}

.service-item.style-2 {
    position: relative;
    z-index: 9;
    padding: 60px;
    background: var(--themeht-white-color);
    border-radius: 24px;
    text-align: center;
    margin-bottom: 30px;
    height: calc(100% - 30px);
}

.service-item.style-2:hover,
.service-item.style-2.service-active {
    box-shadow: 5px 4px 50px 0px rgba(0, 0, 0, .08);
}

.service-item.style-2 .service-icon-img {
    width: 250px;
    margin: 0 auto 30px;
}

.service-item.style-2 .service-desc p {
    margin: 20px 0 0
}

.service-item.style-2 h4 {
    margin-bottom: 0
}

.service-item.style-2 p {
    margin-top: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.theme-title {
    margin-bottom: 40px;
}

.theme-title p {
    margin-top: 15px;
    margin-bottom: 0;
}

.theme-title h2 {
    margin-bottom: 0;
}

.theme-title h2 span {
    font-weight: 800;
    margin-bottom: 0;
    background: linear-gradient(90deg, var(--themeht-primary-color) 20%, var(--themeht-secondary-color) 100%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.theme-title p {
    margin-bottom: 0;
    margin-top: 15px
}

.z-index-1 {
    z-index: 1;
    position: relative;
}

.faq-rounded {
    border-radius: 24px !important;
}

.ps-lg-10,
.px-lg-10 {
    padding-left: 4.5rem !important;
}

.services-index-links {
    text-decoration: none;
    color: #000229;
}

.services-index-cards.style-2 {
    position: relative;
    z-index: 9;
    padding: 20px;
    background: var(--themeht-white-color);
    border-radius: 24px;
    text-align: center;
    margin-bottom: 30px;
    height: calc(100% - 30px);
}

.topBottom {
    animation: topBottom 5s infinite;
}

.banner {
    padding: 260px 0;
    position: relative;
    z-index: 9;
}

.banner p {
    font-size: 19px;
    line-height: 34px;
    margin-bottom: 0;
    max-width: 100%;
}

[data-bg-img] {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}


.banner-1 .banner-img .img1 {
    position: absolute;
    left: -66px;
    top: -62px;
    z-index: 9;
    margin-right: 0;
    width: 100%;
}

.banner-1 h1 span {
    text-decoration: underline;
    color: var(--themeht-primary-color);
}

.banner h6 {
    font-size: 16px;
    color: var(--themeht-primary-color);
}

.banner-1 {
    background-image: url(../../assets/new-images/bg-effect-edited.svg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-1:before {
    background-image: url(../../assets/new-images/03.webp);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: auto;
    opacity: .58;
    /* transition: background .3s, border-radius .3s, opacity .3s; */
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 110%;
    height: 100%;
    z-index: -9;
    /* animation: zoom-fade 5s infinite linear; */
}

.banner-1 .banner-img .img1 {
    position: absolute;
    left: -66px;
    top: -62px;
    z-index: 9;
    margin-right: 0;
    width: 100%;
}

.banner-shape-bottom {
    position: absolute;
    bottom: -80px;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: -1;
}

.banner-shape-bottom svg {
    width: 100%;
}

.banner-shape-bottom svg path {
    fill: var(--themeht-white-color);
}

.themeht-btn.primary-btn {
    background: var(--themeht-primary-color);
    color: var(--themeht-white-color);
}

.themeht-btn.secondary-btn {
    background: var(--themeht-secondary-color);
    color: var(--themeht-white-color);
}

.themeht-btn {
    position: relative;
    overflow: hidden;
    z-index: 9;
    padding: 17px 25px;
    display: inline-block;
    border-radius: 4px;
    border: none;
    color: var(--themeht-white-color);
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    text-decoration: none;
}

.themeht-btn.dark-btn {
    background: var(--themeht-bg-dark-color);
    color: var(--themeht-white-color);
    background-size: inherit;
}

.themeht-btn:before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    width: 0;
    height: 100%;
    opacity: 1;
    transition: 0.6s;
    z-index: -1;
}

.themeht-btn.primary-btn:before {
    background: var(--themeht-secondary-color);
}

.themeht-btn.secondary-btn:before {
    background: var(--themeht-primary-color);
}

.themeht-btn.dark-btn:before {
    background: var(--themeht-primary-color);
}

.themeht-btn.white-btn:before {
    background: var(--themeht-primary-color);
}

.themeht-btn.outline-btn:before {
    background: var(--themeht-primary-color);
}

.themeht-btn.white-outline-btn:before {
    background: var(--themeht-white-color);
}

.themeht-btn:hover:before,
.themeht-btn:focus:before {
    width: 100%;
}

.themeht-btn.white-btn {
    background: var(--themeht-white-color);
    color: var(--themeht-text-color);
    background-size: inherit;
}

.themeht-btn.white-btn:hover,
.themeht-btn.white-btn:focus {
    color: var(--themeht-white-color);
}

.themeht-btn.outline-btn {
    border: 1px solid var(--themeht-text-color);
    color: var(--themeht-text-color);
    background-size: inherit;
}

.themeht-btn.outline-btn:hover,
.themeht-btn.outline-btn:focus {
    border-color: var(--themeht-primary-color);
    color: var(--themeht-white-color);
}

.themeht-btn.white-outline-btn {
    border: 1px solid var(--themeht-white-color);
    color: var(--themeht-white-color);
    background-size: inherit;
}

.themeht-btn.white-outline-btn:hover,
.themeht-btn.white-outline-btn:focus {
    background: var(--themeht-primary-color);
    border-color: var(--themeht-primary-color);
    color: var(--themeht-white-color);
}

.arrow-btn,
a.arrow-btn {
    background: linear-gradient(90deg, var(--themeht-primary-color) 20%, var(--themeht-secondary-color) 100%);
    display: inline-block;
    color: var(--themeht-white-color);
    z-index: 500;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    font-size: 20px;
    text-align: center;
    line-height: 50px;
}

.theme-title {
    margin-bottom: 40px !important;
}

.theme-title h6 {
    line-height: 1;
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}


.services-h6,
.testimonial-h6,
.steps-h6,
.faq-h6 {
    font-weight: normal;
    margin-top: 0px;
    text-transform: capitalize;
    font-style: normal;
    margin-bottom: 20px;
    color: var(--themeht-text-color);
}


.theme-title p {
    margin-top: 15px;
    margin-bottom: 0;
}

.theme-title h2 {
    margin-bottom: 0;
}

.theme-title h2 span {
    font-weight: 800;
    margin-bottom: 0;
    background: linear-gradient(90deg, var(--themeht-primary-color) 20%, var(--themeht-secondary-color) 100%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.theme-title p {
    margin-bottom: 0;
    margin-top: 15px
}

.text-white.theme-title h6 {
    background: linear-gradient(90deg, var(--themeht-white-color), var(--themeht-white-color), var(--themeht-white-color));
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.theme-title.text-white h6,
.theme-title.text-white h2 {
    color: var(--themeht-white-color);
}

.theme-title.text-white p {
    color: var(--themeht-white-color);
}


.service-item.style-1 .service-icon svg {
    height: 90px;
    transition: .35s ease;
}

.service-item.style-1:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    top: 0;
    right: 0;
    background: var(--themeht-secondary-color);
    z-index: -1;
    transform: translateY(100%);
    transition: .35s ease;
    opacity: 0;
}

.service-item.style-1:hover:before {
    transform: translateY(0);
    opacity: 1
}

.service-item.style-1:hover svg {
    fill: #fff
}

.service-item.style-1 .service-title h4 {
    transition: .35s ease;
}

.service-item.style-1:hover .service-title h4 {
    color: var(--color2);
}

.service-item.style-1:hover .service-title p {
    color: #ffffff;
}

.service-item.style-1 {
    padding: 30px;
    position: relative;
    z-index: 9;
    border-radius: 22px;
    text-align: center;
    margin-bottom: 25px;
    height: calc(100% - 25px);
    background: linear-gradient(to right, #d7f4fb4a, #f0f9fe70, #eaf9fe29);
    overflow: hidden;
    border: 1px solid #eee;
}

.service-item.style-1 p {
    margin-bottom: 20px
}

.service-item.style-1 .service-desc p {
    margin-top: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
    transition: .35s ease;
}

.light-bg .service-item.style-1 {
    box-shadow: none;
}

.service-center .swiper-slide-active .service-item.style-1 {
    transform: scale(1.1);
}

.service-item.style-1 .service-icon {
    position: relative;
    line-height: 1;
    margin: 0 auto;
    z-index: 1;
    margin-bottom: 30px;
    fill: var(--themeht-primary-color);
}

.service-item.style-1 .service-icon img {
    width: 100px;

}

.service-item.style-1 .service-icon-img {
    width: 100px;
    margin-bottom: 30px
}

.service-item.style-2 {
    position: relative;
    z-index: 9;
    padding: 60px;
    background: var(--themeht-white-color);
    border-radius: 24px;
    text-align: center;
    margin-bottom: 30px;
    height: calc(100% - 30px);
}

.service-item.style-2:hover,
.service-item.style-2.service-active {
    box-shadow: 5px 4px 50px 0px rgba(0, 0, 0, .08);
}

.service-item.style-2 .service-icon-img {
    width: 250px;
    margin: 0 auto 30px;
}

.service-item.style-2 .service-desc p {
    margin: 20px 0 0
}

.service-item.style-2 h4 {
    margin-bottom: 0
}

.service-item.style-2 p {
    margin-top: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.service-item.style-3 {
    display: flex;
    align-items: flex-start;
}

.service-item.style-3 p {
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.service-item.style-3 .service-icon {
    display: inline-block;
    border-radius: 14px;
    color: var(--themeht-text-color);
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 40px;
    text-align: center;
    flex-shrink: 0;
    margin-right: 20px;
}

.service-item.style-3 h4 {
    margin-bottom: 10px;
}

.accordion-item {
    border: none;
    border-bottom: 1px solid var(--themeht-border-light-color) !important;
    padding: 20px 0;
    background: var(--themeht-white-color);
    border-radius: 0 !important;
    text-align: right;
}

.accordion-header {
    line-height: 0;
    text-align: right;
}

.accordion .accordion-button {
    border: none;
    padding: 0;
    padding-left: 50px;
    border-radius: 0 !important;
    background: none;
    font-weight: 500;
    font-size: 20px;
    text-align: right;
    line-height: 26px;
    color: var(--themeht-text-color);
    text-transform: capitalize;
    display: inline-block;
    width: 100%;
}

.accordion-button:hover,
.accordion-button:not(.collapsed) {
    color: var(--themeht-primary-color);
    box-shadow: none;
}

.accordion .accordion-body {
    padding: 20px 0 0;
    color: var(--themeht-body-color);
}

.accordion .accordion-button:before,
.accordion .accordion-button:after {
    content: '';
    position: absolute;
    width: 15px;
    height: 2px;
    background: var(--themeht-text-color);
    top: 50%;
    left: 0;
    -webkit-transform: translate(-50%);
    transform: translate(-50%)
}

.accordion .accordion-button:before {
    -webkit-transform: translate(-50%) rotate(90deg);
    transform: translate(-50%) rotate(90deg)
}

.accordion .accordion-button[aria-expanded="true"]:before,
.accordion-button:hover:before {
    -webkit-transform: translate(-50%) rotate(0deg);
    transform: translate(-50%) rotate(0deg)
}

.accordion .accordion-button[aria-expanded="true"]:after,
.accordion .accordion-button[aria-expanded="true"]:before,
.accordion-button:hover:after,
.accordion-button:hover:before {
    background: var(--themeht-primary-color) !important;
}

.accordion-button:focus {
    box-shadow: none;
}

.testimonial-sec-bg {
    background-image: linear-gradient(to right, #d7f4fb4a, #f0f9fe21, #eaf9fe29);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 12vw;
    max-width: 90vw;
    margin: auto;
}

.testimonial-sec-bg.style-2 {
    background-position: 96% 70%;
    background-size: 1170px 1260px;
}

.testimonial {
    position: relative;
}

.testimonial p {
    font-size: 20px;
    line-height: 32px;
    margin: 30px 0;
    position: relative;
}

.testimonial .testimonial-caption {
    z-index: 9;
    position: relative;
}

.testimonial .testimonial-caption label {
    margin-bottom: 0;
    font-weight: 500;
    color: var(--themeht-text-color);
    display: block;
}

.testimonial .testimonial-caption h5 {
    color: var(--themeht-primary-color);
    display: inline-block;
    margin-bottom: 5px;
}

.testimonial .testimonial-quote i {
    position: relative;
    display: inline-block;
    z-index: 9;
    color: #f3f3f3;
    font-size: 70px;
    line-height: 1;
}

.testimonial-img img {
    border-radius: 24px;
    position: relative;
    z-index: 9;
    width: 100%;
}

.testimonial-media {
    display: flex;
    align-items: center;
}

.testimonial.style-1 {
    background-color: var(--themeht-white-color);
    text-align: center;
    border-radius: 24px;
    width: 100%;
    padding: 70px;
    box-shadow: none;
    margin-bottom: 150px;
    border: 1px solid #00000008;
}

.testimonial.style-1::before {
    z-index: -1;
    content: "";
    background-color: rgba(255, 255, 255, .5);
    box-shadow: 0 8px 250px rgba(24, 29, 88, .05);
    width: 92%;
    height: 100px;
    position: absolute;
    left: 4%;
    bottom: -30px;
    border-radius: 24px;
}

.testimonial.style-1::after {
    z-index: -1;
    content: "";
    background-color: rgba(255, 255, 255, .5);
    width: 84%;
    height: 100px;
    position: absolute;
    left: 8%;
    bottom: -60px;
    box-shadow: 0 8px 250px rgba(24, 29, 88, .05);
    border-radius: 24px;
}

.testimonial-author {
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial.style-1 .testimonial-img {
    border-radius: 100%;
    position: relative;
    flex-shrink: 0;
    display: inline-block;
    width: 120px;
    height: 120px;
    margin-right: 20px
}

.testimonial .testimonial-img img {
    border-radius: 100%;
    position: relative;
    z-index: 9;
    width: 100%;
}

.testimonial p {
    margin-bottom: 1rem;
}

.testimonial.style-1 .testimonial-quote {
    position: absolute;
    left: 0;
    top: -80px;
}

.testimonial.style-1 .testimonial-quote.right {
    position: absolute;
    left: inherit;
    right: 80px;
    top: inherit;
    bottom: 60px;
    width: 100px;
}

.testimonial.style-2 {
    background: var(--themeht-white-color);
    padding: 40px;
    border-radius: 24px;
    box-shadow: 0 10px 35px 5px rgba(137, 173, 255, .15);
    margin: 30px
}

.testimonial.style-2 .testimonial-img {
    width: 100px;
}

.testimonial.style-2 .testimonial-quote i {
    position: relative;
    display: inline-block;
    z-index: 9;
    color: var(--themeht-primary-color);
    font-size: 40px;
    line-height: 1;
    opacity: 1;
}

.testimonial-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.testimonial.style-2 p {
    font-size: 18px;
    line-height: 28px;
}

.testimonial-rating i {
    color: #ffb300;
    margin-right: 2px;
    font-size: 14px;
    line-height: 1;
}

.testimonial-side-img li {
    transform: scale(0.8);
    position: absolute;
    animation: leftRight 1.2s infinite;
    animation-duration: 5s;
    width: 100px;
    border-radius: 100%;
    cursor: pointer;
}

.testimonial-side-img li img {
    transform: scale(0.8);
    border-radius: 100%
}

.testimonial-side-img li.active img {
    transform: scale(1);
}

.testimonial-side-img li:nth-child(1) {
    left: 10%;
    top: 15%;
}

.testimonial-side-img li:nth-child(2) {
    left: 5%;
    bottom: 30%;
}

.testimonial-side-img li:nth-child(3) {
    right: 15%;
    top: 5%;
}

.testimonial-side-img li:nth-child(4) {
    right: 10%;
    bottom: 40%;
}

.testimonial-marquee {
    overflow-y: hidden;
    max-height: 500px;
    padding-right: 50px;
}

.testimonial-marquee-inner {
    will-change: transform;
    animation: marquee-verticle 10s linear infinite;
}

.testimonial.style-3 {
    background: var(--themeht-white-color);
    padding: 50px;
    border-radius: 24px;
    margin: 50px 0;
}

.testimonial.style-3 .testimonial-img {
    border-radius: 100%;
    position: relative;
    flex-shrink: 0;
    display: inline-block;
    width: 70px;
    height: 70px;
    margin-right: 15px
}

.testimonial.style-3 p {
    margin: 30px 0 0;
}

.number {
    font-size: 86px;
    margin-bottom: 40px;
    display: block;
    opacity: .3;
}

.step-item {
    text-align: center;
    padding: 0 14px;
}

.step-block {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 120px;
    height: 120px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
    margin-bottom: 20px;
}

.step-item .step-icon {
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    display: flex;
    position: relative;
    color: var(--themeht-white-color);
    border-radius: 50%;
    border: 1px solid #00000012;
}

.step-item .step-icon img {
    width: 59px;
}

.step-item h4 {
    margin-bottom: 10px;
    font-size: 18px;
}

.step-item p {
    margin-bottom: 0;
    font-size: 14px;
}

.step-border {
    position: absolute;
    inset: 50% auto 0% 135%;
}

.step-item.text-white h4 {
    color: var(--themeht-white-color);
}

.step-item.text-white .step-block {
    background-color: rgba(255, 255, 255, 0.05);
    box-shadow: none;
}

h2.cta-title {
    text-align: center;
    max-width: 542px;
    margin: 0 auto 30px;
}

a.cta-btn {
    color: #fff;
    display: flex;
    margin: auto;
    width: fit-content;
    background: var(--themeht-primary-color);
    padding: 25px 38px;
    border-radius: 7px;
    transition: .35s ease;
    font-size: 25px;
    text-decoration: none;
}

a.cta-btn:hover {
    background: var(--themeht-secondary-color);
}

.steps-slider .owl-stage-outer {
    overflow: hidden;
    margin-bottom: 50px;
}

img.cta-icon {
    width: 100px;
    display: block;
    margin: 20px auto;
}

.themeht-blogs .post-card {
    margin-bottom: 60px;
}

.post-card .post-image {
    position: relative;
}

.post-classic .post-image img {
    border-radius: 24px;
}

.post-card .post-image img {
    width: 100%;
}

.post-classic .post-desc,
.post-single-page .post-desc {
    padding-top: 30px;
}

ul {
    margin-left: 0;
}

.post-card .post-bottom li {
    color: var(--themeht-text-color);
    font-weight: 700;
    font-size: 13px;
    position: relative;
    text-transform: uppercase;
    margin-right: 15px;
}

.post-card .post-bottom li svg {
    margin-left: 5px;
    vertical-align: middle;
}

.themeht-blogs .post-classic .post-title h4 {
    font-size: 30px;
    line-height: 40px;
}

.post-card .post-title h4 a {
    color: var(--themeht-text-color);
}

.post-classic .post-desc,
.post-single-page .post-desc {
    padding-top: 30px;
}

.pagination {
    display: inline-block;
}

.pagination>li {
    margin: 0 6px;
    display: inline-block;
}

.pagination>li>a,
.pagination>li>span {
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    text-align: center;
    color: var(--themeht-text-color);
    font-weight: 500;
    border-radius: 4px !important;
    border-color: var(--themeht-border-light-color)
}

.pagination>li.active .page-link,
.page-link:hover,
.page-link:focus {
    box-shadow: none;
    background: var(--themeht-primary-color);
    color: var(--themeht-white-color);
    border-color: var(--themeht-primary-color)
}

/* ---- Sidebar Widget ----*/
.themeht-sidebar .widget {
    box-shadow: 0 10px 30px 5px rgba(115, 113, 255, .06);
    padding: 30px;
    border-radius: 24px;
    margin-bottom: 50px;
    background: var(--themeht-white-color);
}

.widget .widget-title {
    position: relative;
    color: var(--themeht-text-color);
    text-transform: capitalize;
    font-size: 24px;
    line-height: 34px;
    display: inline-block;
    z-index: 9;
    margin-bottom: 20px;
    font-weight: 700;
}

.themeht-sidebar .widget {
    margin-bottom: 50px;
}

.themeht-sidebar .widget:last-child {
    margin-bottom: 0
}

.themeht-sidebar .widget ul,
.themeht-sidebar .widget ol,
.wp-block-archives ul {
    margin: 0;
    padding-left: 0;
}

.themeht-sidebar .widget ul.children,
.themeht-sidebar .widget ol.children {
    margin-left: 15px;
    margin-top: 15px;
}

.themeht-sidebar .widget ul li,
.themeht-sidebar .widget ol li,
.wp-block-archives li,
.wp-block-latest-posts li,
.widget_recent_entries li,
.wp-block-categories li,
.wp-block-page-list li {
    list-style-type: none;
    margin-bottom: 15px;
}

.themeht-sidebar .widget ul li:last-child,
.themeht-sidebar .widget ol li:last-child,
.wp-block-latest-posts li:last-child,
.widget_recent_entries li:last-child {
    margin-bottom: 0 !important;
    padding-bottom: 0;
}

.widget-searchbox {
    position: relative;
    width: 100%;
}

.widget-searchbox .search-btn {
    color: var(--themeht-white-color);
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    left: 8px;
    padding: 0;
    border: none;
    top: 50%;
    z-index: 1;
    line-height: 1;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: var(--themeht-primary-color);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-radius: 4px;
}

.widget-searchbox .search-btn:hover {
    background: var(--themeht-secondary-color);
    color: var(--themeht-white-color);
}

/*Recent Post*/
.recent-post li {
    display: flex;
    align-items: center;
    border-bottom: 1px dashed var(--themeht-border-light-color);
    padding-bottom: 15px;
}

.recent-post li:last-child {
    border-bottom: none;
    padding-bottom: 15px;
}

.widget .recent-post-thumb {
    width: 100px;
    border-radius: 10px;
    overflow: hidden;
    flex-shrink: 0;
}

.widget .recent-post-desc {
    padding-right: 15px;
}

.widget .recent-post-desc a {
    display: block;
    text-transform: capitalize;
    color: var(--themeht-text-color);
    font-size: 15px;
    line-height: 25px;
    font-weight: 700;
    text-decoration: none;
}

.widget .recent-post-desc a:hover {
    color: var(--themeht-primary-color);
}

.widget .recent-post-desc .post-date-small {
    font-size: 14px;
}

/*widget-Categories*/
.widget .widget-categories li {
    display: block;
    padding-bottom: 15px;
    padding-left: 15px;
    border-bottom: 1px dashed var(--themeht-border-light-color);
    position: relative;
}

.widget .widget-categories li:first-child {
    padding-top: 0;
}

.widget .widget-categories li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.widget .widget-categories li a {
    text-transform: capitalize;
    font-size: 15px;
    line-height: 25px;
    font-weight: 700;
    color: var(--themeht-text-color);
    display: flex;
    justify-content: space-between;
}

.widget .widget-categories li a:hover {
    color: var(--themeht-primary-color);
    padding-left: 5px;
}

.widget-categories li i {
    position: absolute;
    right: 0;
    color: var(--themeht-primary-color)
}

.widget .widget-categories li:before {
    content: "";
    background: var(--themeht-primary-color);
    position: absolute;
    left: 0px;
    top: 12px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
}

/*widget-tags*/
.widget .widget-tags li {
    display: inline-block;
    margin: 5px 5px 15px 0;
}

.widget .widget-tags li a {
    font-size: 15px;
    line-height: 25px;
    font-weight: 700;
    text-transform: capitalize;
    background: var(--themeht-bg-light-color);
    border-radius: 4px;
    color: var(--themeht-text-color);
    padding: 5px 15px;
    display: inline-block;
    text-align: center;
}

.widget .widget-tags li a:hover {
    background: var(--themeht-primary-color);
    color: var(--themeht-white-color);
}

.form-control {
    height: 55px;
    border-radius: 4px;
    font-size: 14px;
    color: var(--themeht-text-color);
    background-color: var(--themeht-white-color);
    border: 1px solid var(--themeht-border-light-color);
}
h1, h2, h3, h4, h5, h6 {font-weight: normal; margin-top: 0px; text-transform: capitalize; font-style: normal; margin-bottom: 20px; color: var(--themeht-text-color); }

.h1, h1 {font-size: 55px;line-height: 70px;font-weight: 700;}
.h2, h2 { font-size: 44px; line-height: 54px; font-weight: 700;}
.h3, h3 { font-size: 30px; line-height: 40px; font-weight: 700;}
.h4, h4 { font-size: 24px; line-height: 34px; font-weight: 700;}
.h5, h5 { font-size: 22px; line-height: 32px; font-weight: 700;}
.h6, h6 { font-size: 20px; line-height: 30px; font-weight: 700;}

.post-comment {
    margin-top: 60px;
    padding: 30px;
    box-shadow: 0 10px 30px 5px rgba(115, 113, 255, .06);
    border-radius: 24px;
    background: var(--themeht-white-color);
}

.post-comment .comments-title, .post-comment .comment-reply-title {
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 30px;
}

.post-comment li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 50px;
    border-bottom: 1px dashed var(--themeht-border-light-color);
    padding-bottom: 50px;
    position: relative;
}

.post-comment li:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}

.author-img {
    flex-shrink: 0;
    width: 100px;
    margin-right: 30px;
}

.comment-date {
    display: block;
}

.comment-reply {
    position: absolute;
    right: 0;
    top: 0;
}

.comment-reply a {
    background: var(--themeht-primary-color);
    color: var(--themeht-white-color);
    padding: 6px 15px;
    border-radius: 4px;
    font-weight: 700;
    display: inline-block;
    font-size: 14px;
    line-height: 1
}

.comment-reply a:hover {
    background: var(--themeht-secondary-color);
    color: var(--themeht-white-color);
}

.comment-reply a i {
    margin-right: 5px;
    vertical-align: middle;
    font-size: 20px;
    line-height: 1;
}

.comments-body p {
    margin: 15px 0 0;
}