.services-img img {
    width: 100%;
    height:100%;
    object-fit: contain;
}

.number {
    width: 45px;
    height: 45px;
    border: solid #ff9d34 .5px;
    padding: 1px 0px;
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 13px auto;
    border-radius: 25px;
    font-size: 30px;
    font-weight: 600;
    color: #d5d5d5;
}

.gradient-color-1 {
    background: linear-gradient(0deg, #876933 0% 0%, #ffbd4a 25%, #ffbd4a 50%, #ffbd4a 75%, #876933 100%)
}

/*linear-gradient(0deg, #000000 0% 0%, #ffbd4a 25%, #ffbd4a 50%, #ffbd4a 75%, #000000 100%);
    linear-gradient(45deg, #af6629, #ebc36f);*/

.custom-color {
    color:#e7a966;
}

.bg-custom-color-1 {
    background-color: #e7a966;
}

.custom-color1 {
    color: #ff9d34;
}

.fs-custom-7{
    font-size:14px!important;
}
.background-img-1 {
    background-image: linear-gradient(rgb(0 0 0 / 52%), rgb(0 0 0 / 78%)), url(/images/background-img-1.jpg) !important;
    background-size: cover !important;
    background-position: center !important;
    color: white;
    --themeht-text-color: white;
}

.background-img-2 {
    background-image: linear-gradient(rgb(0 0 0 / 33%), rgb(0 0 0 / 74%)), url(/images/background-img-2.jpg) !important;
    background-size: cover !important;
    background-position: center !important;
    color: white;
    --themeht-text-color: white;
}
/*linear-gradient(to bottom, rgba(0, 0, 0, 1), #ff9600 30%, #ffe449 50%, #ff9600 70%, rgba(0, 0, 0, 1)); */
/*linear-gradient(to bottom, rgba(99, 67, 37, 1), #db9f49 30%, #857c48 70%, rgba(0, 0, 0, 1));*/
.slider-overlay-1 {
    position: absolute;
    content: '';
    background: linear-gradient(to bottom, rgb(0 0 0), #ff9d34 30%, #f4ec9e 50%, #ff9d34 70%, rgba(0, 0, 0, 1));
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    opacity: 0.7;
    mix-blend-mode: multiply;
}

.dissolve-gradient {
    position: absolute;
    content: '';
    background: linear-gradient( 135deg, #000000 0%, #ff9d34 30%, #ff9d34 60%, #000000 100% );
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    opacity: 0.7;
    mix-blend-mode: multiply;
}

    /* Top fade */
    .dissolve-gradient::before,
    .dissolve-gradient::after {
        content: "";
        position: absolute;
        left: 0;
        width: 100%;
        height: 80px; /* fade height */
        pointer-events: none;
        z-index: 2;
    }

    .dissolve-gradient::before {
        top: 0;
        background: linear-gradient(to bottom, black 0%, transparent 100%);
    }

    .dissolve-gradient::after {
        bottom: 0;
        background: linear-gradient(to top, black 0%, transparent 100%);
    }

.title-radius {
    font-size: 80px;
    line-height: 80px;
    letter-spacing: -1px;
    position: relative;
    margin-bottom: 0;
    border: 1px solid #302e2e;
    border-radius: 100px;
    padding: 8px 5px 0px 2px;
    display: inline-block;
    overflow: hidden;
    width: 100%;
    text-align: center;
}

.navbar-nav .active {
    border-bottom: 2px #e4a757 solid !important;
}

.podcast-bg {
    transition: background-image 1s ease-in-out;
    background-size: cover !important;
    background-position: center !important;
}


.slide-in-from-left {
    transform: translateX(0);
    opacity: 1;
    transition: transform 0.8s ease-out, opacity 0.8s ease-out;
}

.hidden-slide-from-left {
    transform: translateX(-100%);
    opacity: 0;
}


.slide-in-from-right {
    transform: translateX(0);
    opacity: 1;
    transition: transform 0.8s ease-out, opacity 0.8s ease-out;
}

.hidden-slide-from-right {
    transform: translateX(100%);
    opacity: 0;
}


.slide-in-from-bottom {
    transform: translateY(0);
    opacity: 1;
    transition: transform 0.8s ease-out, opacity 0.8s ease-out;
}

.hidden-slide-from-bottom {
    transform: translateY(10%);
    opacity: 0;
}


.slide-in-from-top {
    transform: translateY(0);
    opacity: 1;
    transition: transform 0.8s ease-out, opacity 0.8s ease-out;
}

.hidden-slide-from-top {
    transform: translateY(-10%);
    opacity: 0;
}

/*
.navbar-nav .nav-link.dropdown-toggle {
    color: white !important;
}*/

.navbar-nav .nav-item.dropdown .nav-link.active {
    border-bottom: 2px #e4a757 solid !important;
    color: var(--themeht-primary-color)!important;
}

.navbar-nav .nav-item.dropdown .nav-link:hover {
    color: var(--themeht-primary-color) !important;
}

.heading-three{
    text-align:end;
}

.animate-on-load {
    /*opacity: 0;
    transform: translateY(30px);
    transition: all 0.1s ease-in;*/
    transform: translateY(0);
    opacity: 0;
}

/*.slide-up-fade-in {*/
    /*opacity: 1;
    transform: translateY(0);*/
    /*transform: translateY(1px);
    opacity: 1;
    transition: transform 0.8s ease-out, opacity 0.8s ease-out;
}*/
.slide-up-fade-in {
    transform: translateY(0.1px);
    opacity: 1;
    transition: transform 0.6s ease-out, opacity 0.6s ease-out;
    
}

.strong-color li strong {
    color: var(--themeht-primary-color);
}

.why-choose-section p {
    color: var(--themeht-primary-color);
}

.inf-marketing-text p {
    color: white;
    font-size: 15px;
}

.offer-style {
    padding:1.5rem;
    border:2px solid white;
    border-radius:12px;
    background-clip: padding-box;
}

.footer-services-list li a p:hover {
    color: var(--themeht-primary-color)!important;
}

.video-background-section {
    position: relative;
    z-index: 1;
}

.video-bg-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
}

.video-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity:0.2;
}

.video-background-section .container-fluid {
    z-index: 1;
    position: relative;
}

.form-submit-button{
    background-color:var(--themeht-primary-color);
    padding:11px;
    border-radius: 10px;
}
/*.post-card.style-1 .post-image img{
    height: 480px;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 20px;
}

.post-card.style-1 .post-image img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0.9;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgb(0 0 0 / 5%) 35%, rgb(0 0 0 / 96%) 90%);
}
*/
.post-card.style-1 .post-image .image-wrapper {
    height: 480px;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.post-card.style-1 .post-image .image-wrapper::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.9;
    transition: all 0.25s ease-in-out;
    background: linear-gradient( 180deg, rgb(0 0 0 / 5%) 35%, rgb(0 0 0 / 96%) 90% );
    border-radius: 20px; 
}

.post-card.style-1 .post-image .image-wrapper img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.btn.bg-custom-color-1:hover,
.btn.bg-custom-color-1:focus {
    background-color: #e7a966;
    color:black;
    box-shadow: none;
    filter: none;
    transition: none;
    cursor: pointer;
}

@media (max-width: 768px) {
    .services-heading {
        color: black !important;
    }
}


@media (min-width: 769px) {
    .navbar-nav .nav-link.dropdown-toggle {
        color: white !important;
    }
}

@media (max-width: 768px) {
    .navbar-nav .nav-link.dropdown-toggle {
        color: black !important;
    }
}

@media (min-width: 769px) {
    .navbar-nav .nav-link.active {
        border-bottom: 2px solid #e4a757 !important;
    }
}