.faq-section {
    background: #f8f9fa;
}

.accordion-button {
    font-weight: 600;
    border-radius: 8px;
}

.accordion-item {
    border-radius: 10px;
}

.btn-danger {
    background: #ff4a3d;
    border: none;
}

/*Btn Style One*/
.btn-style-one {
    position: relative;
    font-size: 15px;
    line-height: 20px;
    padding: 20px 50px;
    font-weight: 600;
    overflow: hidden;
    z-index: 0;
    background: #502a01;
    color: #fff;
}

.btn-style-one:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: auto;
    width: 7px;
    height: 100%;
    background: #160101e0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    opacity: 0.15;
    content: "";
    z-index: -1;
}

.btn-style-one i {
    position: relative;
    top: 1px;
    display: block;
    margin-left: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btn-style-one:hover:before {
    width: 100%;
    opacity: 1;
}

.btn-style-one:hover {
    color: #ffffff;
}

/*-------------------------------------------
               Breadcrumb
-----------------------------------------*/
.breadcrumb-section {
    position: relative;
    display: flex;
    align-items: center;
    /* background-attachment: fixed; */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 70px 0 30px 0;
    height: 70vh;
    background-color: #f1f1f1;
}

.breadcrumb-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000007a;
}

.breadcrumb-menu h2 {
    font-size: 40px;
    color: #fff;
    /*font-weight: 400;*/
    text-transform: capitalize;
    line-height: 1.2;
    margin-bottom: 5px;
    letter-spacing: 0.075em;
}

.breadcrumb-menu span a {
    color: #fff;
}


.breadcrumb-menu span {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 12px;
    padding: 0 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.breadcrumb-menu span::before {
    position: absolute;
    content: "/";
    right: -6px;
    top: -4px;
    color: #fff;
    font-size: 18px;
}

.breadcrumb-menu span:first-child {
    padding-left: 0;
}

.breadcrumb-menu span:last-child:before {
    display: none;
}

.breadcrumb-menu span:last-child a {
    padding-right: 0;
}

.breadcrumb-menu span a {
    padding: 0 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* ---------------------------------end ------------- */

/* ====================================================================
    Header Style Two
==================================================================== */

.header-main .header-top {
    background: linear-gradient(45deg, #502a01 60%, #000 40%);
    padding: 0 50px;
}

.header-main .header-top .inner-container {
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    border-left: 1px solid rgba(255, 255, 255, 0.06);
    justify-content: space-between;
    display: flex;
    align-items: center;
}

.header-main .header-top .inner-container .top-right,
.header-main .header-top .inner-container .top-right .useful-links,
.header-main .header-top .inner-container .top-right .social-icon-one,
.header-main .header-top .inner-container .top-left .list-style-one {
    display: flex;
    align-items: center;
    gap: 1rem;
    list-style: none;
}

.header-main .header-top .inner-container .top-left .list-style-one,
.header-main .header-top .inner-container .top-right .social-icon-one,
.header-main .header-top .inner-container .top-right .useful-links {
    padding: 8px 0;
    margin-bottom: 0;
    color: #ffff;
}

.header-main .header-top .inner-container .top-left .list-style-one a,
.header-main .header-top .inner-container .top-right .social-icon-one a,
.header-main .header-top .inner-container .top-right .useful-links a {
    color: #fff;
    text-decoration: none;
}

@media (max-width: 991.98px) {
    .header-main .header-top {
        display: none;
    }
}


/* ====================================================================
		About Section
================================================================== */

.two-column-list {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    column-gap: 40px;
    padding-left: 20px;
    list-style-type: disc;
}

.two-column-list li {
    break-inside: avoid;
    margin-bottom: 8px;
    list-style-type: disc;
}

.two-column-list li::marker {
    color: #007bff;
    /* any brand color */
    font-size: 18px;
}

.about-section.home-about .sec-title .text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    text-overflow: ellipsis;
    overflow: hidden;
}

.about-section {
    position: relative;
    padding: 100px 0 50px;
}

.about-section:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 35%;
    background-image: url('https://linkers.kliffhost.in/dist-front/images/icons/gradient.jpg');
    content: "";
}

.about-section .content-column {
    position: relative;
    margin-bottom: 50px;
}

.about-section .content-column .inner-column {
    position: relative;
    padding-left: 70px;
}

.vision_mision {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(https://nada.kliffhost.in/uploads/images/consultingBanner2.png) no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding: 5rem 11rem;

}

.vision_mision .box {
    border: 1px solid var(--theme-color1);
    padding: 1rem 1.5rem;
    text-align: center;
    position: relative;
    transition: background-color .3s linear;
}

.vision_mision .box:hover {
    border: 1px solid #d43505;
}

.vision_mision .box .elementor-icon {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 5rem;
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--theme-color1);
    border-radius: 50%;
    transition: background-color .3s linear, color .4s;

}

.vision_mision .box:hover .elementor-icon {
    background-color: #d43505;
}

.vision_mision .box .elementor-icon svg {
    width: 2.5rem;
    height: 2.5rem;
    color: #000080;
}

.vision_mision .box:hover .elementor-icon svg {
    color: #fff;
}

.vision_mision .box .elementor-icon i {
    font-size: 2rem;
    color: #000080;
}

.vision_mision .box:hover .elementor-icon i {
    color: #fff;
}

.vision_mision .box h3 {
    color: #fff;
    margin-top: 2rem;
    text-transform: capitalize;
}

.vision_mision2 .box h3 {
    color: #000;
}

.vision_mision2 .box p {
    color: #666 !important;
}

.vision_mision .box p {
    color: #fff;
}

.page_content .icon {
    width: 2.2rem;
    height: 2.2rem;
    align-items: center;
    display: flex;
    justify-content: center;
    background: #000;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
}
.page_content span a{
    text-decoration: none;
    color: #000;
}
@media (max-width: 991px) {

    .vision_mision {
        padding: 5rem 1.5rem;
    }
}

@media (max-width: 768.98px) {

    .vision_mision {
        padding: 4rem 1.5rem;
    }
}

@media (max-width: 575.98px) {

    .vision_mision {
        padding: 3rem 1rem;
    }
}

@media (max-width: 1199.98px) {
    .about-section .content-column .inner-column {
        padding-left: 0;
    }
}

.about-section .content-column .sec-title {
    margin-bottom: 35px;
}

.about-section .content-column .info-box {
    position: relative;
    padding-left: 105px;
    margin-bottom: 30px;
}

@media (max-width: 575.98px) {
    .about-section .content-column .info-box {
        padding-left: 0;
        text-align: center;
    }

    .vision_mision {
        padding: 3rem 1rem;
    }
}

.about-section .content-column .info-box:hover .icon {
    color: var(--theme-color2);
}

.about-section .content-column .info-box .icon {
    position: absolute;
    left: 0;
    top: 0px;
    color: var(--theme-color1);
    line-height: 1em;
    font-size: 62px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 575.98px) {
    .about-section .content-column .info-box .icon {
        position: relative;
        display: inline-block;
        margin-bottom: 20px;
    }
}

.about-section .content-column .info-box .icon:after {
    position: absolute;
    left: 20px;
    top: 20px;
    height: 52px;
    width: 52px;
    z-index: -1;
    background-color: #f2f3f6;
    content: "";
}

.about-section .content-column .info-box .title {
    margin-bottom: 5px;
}

.about-section .content-column .other-info {
    position: relative;
    padding-right: 230px;
    margin-top: 42px;
}

@media (max-width: 767.98px) {
    .about-section .content-column .other-info {
        padding-right: 0;
    }
}

.about-section .content-column .other-info .theme-btn {
    position: absolute;
    right: 0;
    top: 10px;
}

@media (max-width: 767.98px) {
    .about-section .content-column .other-info .theme-btn {
        position: relative;
        margin-top: 30px;
        top: 0;
    }
}

.about-section .content-column .author-info {
    position: relative;
    padding-left: 110px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 88px;
}

.about-section .content-column .author-info .thumb {
    position: absolute;
    left: 0;
    top: 0;
    height: 88px;
    width: 88px;
    padding: 2px;
    background: -webkit-gradient(linear, left bottom, left top, from(var(--theme-color2)), to(var(--theme-color1)));
    background: linear-gradient(to top, var(--theme-color2), var(--theme-color1));
    border-radius: 50%;
}

.about-section .content-column .author-info .thumb img {
    border-radius: 50%;
    border: 9px solid #eee;
    height: 88px;
    width: 88px;
}

.about-section .content-column .author-info .name {
    margin-bottom: 0;
}

.about-section .content-column .author-info .designation {
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 0;
}

.about-section .image-column {
    position: relative;
    margin-bottom: 50px;
}

@media (max-width: 991.98px) {
    .about-section .image-column {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
}

.about-section .image-column .image-box {
    position: relative;
    padding-bottom: 120px;
}

@media (max-width: 767.98px) {
    .about-section .image-column .image-box {
        padding-bottom: 0;
    }
}

.about-section .image-column .image-box .icon-circle {
    position: absolute;
    left: 85px;
    bottom: 40px;
}

@media (max-width: 991.98px) {
    .about-section .image-column .image-box .icon-circle {
        display: none;
    }
}

.about-section .image-column .image-box .icon-dots {
    position: absolute;
    right: 20px;
    bottom: 70px;
}

.about-section .image-column .image-1 {
    margin: 0;
}

.about-section .image-column .image-2 {
    position: absolute;
    right: -23px;
    bottom: 0;
    border: 10px solid #fff;
    margin-bottom: 0;
    -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1199.98px) {
    .about-section .image-column .image-2 {
        right: 0;
    }
}

@media (max-width: 767.98px) {
    .about-section .image-column .image-2 {
        display: none;
    }
}

.about-section .image-column .exp-box {
    position: absolute;
    left: -80px;
    top: 90px;
    padding: 40px 40px 60px;
    background-image: url(../images/icons/shape2.png);
    height: 170px;
    width: 303px;
}

@media (max-width: 1199.98px) {
    .about-section .image-column .exp-box {
        left: 15px;
    }
}

@media (max-width: 767.98px) {
    .about-section .image-column .exp-box {
        display: none;
    }
}

.about-section .image-column .exp-box .inner {
    position: relative;
    padding-left: 85px;
}

.about-section .image-column .exp-box .icon {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 62px;
    color: var(--theme-color2);
}

.about-section .image-column .exp-box .count {
    font-size: 48px;
    font-weight: 600;
    line-height: 1em;
    color: var(--theme-color2);
}

.about-section .image-column .exp-box .text {
    font-size: 15px;
    color: var(--theme-color2);
    line-height: 1em;
    font-weight: 600;
}

/* 
====================================================================
		About Section Two
==================================================================== */

.blog-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
    transition: 0.3s ease;
    height: 100%;
}

.blog-card:hover {
    transform: translateY(-5px);
}

.blog-img {
    position: relative;
}

.blog-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.date-badge {
    position: absolute;
    bottom: -15px;
    left: 20px;
    background: #000;
    color: #fff;
    padding: 6px 12px;
    font-size: 13px;
    border-radius: 4px;
}

.blog-content {
    padding: 25px 20px 20px;
}

.author {
    font-size: 13px;
    color: #888;
    margin-bottom: 5px;
}

.blog-content h4 {
    font-size: 18px;
    font-weight: 600;
}

.blog-content h4 a {
    text-decoration: none;
    color: #222;
}

.blog-content h4 a:hover {
    color: #2d7df4;
}

.excerpt {
    font-size: 14px;
    color: #666;
    margin: 10px 0;
}

.read-more {
    font-size: 14px;
    font-weight: 600;
    color: #2d7df4;
    text-decoration: none;
}

.read-more:hover {
    text-decoration: underline;
}

.blog-slider .slick-prev::before,
.blog-slider .slick-next::before {
    color: #000;
    font-size: 2rem;
}

.latest-post-item {
    align-items: center;
}

.latest-thumb img {
    width: 80px;
    height: 70px;
    object-fit: cover;
    border-radius: 6px;
}

.latest-title {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.4;
    transition: 0.3s;
}

.latest-title:hover {
    color: #ff6600;
}