

.consen_nav_manu {
    transition: .5s;
    z-index: 2;
    position: relative;
    background: #fff;
}

.consen_nav_manu:before {
    position: absolute;
    content: "";
    left: -62px;
    top: 0px;
    background: #0b122f;
    width: 37%;
    height: 110%;
    z-index: -1;
    transform: skew(-48deg);
}

.sticky {
    left: 0;
    margin: auto;
    position: fixed !important;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    /* background: #141323 !important; */
    transition: .5s;
    z-index: 9;
    -webkit-animation: 300ms running fadeInDown;
    animation: 500ms running fadeInUp;
    animation-name: slideInDown;
}

.sticky .consen_menu>ul>li>a {
    margin: 30px 10px;
}

/* consen Menu Css*/

nav.consen_menu {
    text-align: right;
}

.consen_menu ul {
    list-style: none;
    display: inline-block;
}

.consen_menu>ul>li {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.consen_menu>ul>li>a {
    font-size: 17px;
    display: block;
    margin: 31px 15px 31px;
    color: #0a1027;
    transition: .5s;
    font-family: 'Yantramanav';
    font-weight: 500;
}

nav.consen_menu span {
    padding-left: 2px;
    display: inline-block;
    position: relative;
    top: 2px;
    font-size: 20px;
    transition: .5s;
}

.consen_menu>ul>li>a:hover {
    color: #ff5e14;
}

.consen_menu>ul.nav_scroll>li>a.active {
    color: #ff5e14;
}

nav.consen_menu a:hover span {
    transform: rotate(180deg);
}

.menu-btn {
    display: inline-block;
}

/*menu button*/

.header-button {
    display: inline-block;
}

.header-button a {
    font-size: 18px;
    font-weight: 500;
    padding-right: 20px;
    color: #ff5e14;
    display: inline-block;
    font-family: 'Yantramanav';
    position: relative;
    z-index: 1;
    transition: .5s;
}

.header-button a i {
    font-size: 18px;
    position: relative;
    top: 2px;
    padding-left: 4px;
    transform: rotate(-45deg);
    display: inline-block;
    transition: .5s;
}

.header-button a:hover i {
    transform: rotate(0deg);
}


.header-button a:hover {
    color: #0b122f;
}

/* Header Button and Logo Inline Layout */
.header-button {
    display: inline-block;
}

.header-button+div {
    display: inline-block;
    vertical-align: middle;
}

.logo_img1 {
    display: inline-block;
    vertical-align: middle;
}

.logo_img1 img {
    max-height: 40px;
    width: auto;
}


/*** Sub Menu Style ***/
.consen_menu ul .sub-menu {
    position: absolute;
    left: 0;
    top: 130%;
    width: 222px;
    text-align: left;
    background: #fff;
    margin: 0;
    z-index: 1;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    transition: .5s;
    visibility: hidden;
    border-top: 2px solid #ff5e14;
    opacity: 0;
}

.consen_menu ul li:hover>.sub-menu {
    visibility: visible;
    top: 100%;
    opacity: 1;
}

.consen_menu ul .sub-menu li {
    position: relative;
}

.consen_menu ul .sub-menu li a {
    display: block;
    padding: 12px 20px;
    margin: 0;
    line-height: 1.3;
    letter-spacing: normal;
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    font-family: 'Yantramanav';
    -webkit-transition: .1s;
    transition: .1s;
    visibility: inherit !important;
    color: #211e3b !important;
}

.consen_menu ul .sub-menu li:hover>a,
.consen_menu ul .sub-menu .sub-menu li:hover>a,
.consen_menu ul .sub-menu .sub-menu .sub-menu li:hover>a,
.consen_menu ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover>a {
    background: #ff5e14;
    color: #fff !important;
}

/* sub menu 2 */
.consen_menu ul .sub-menu .sub-menu {
    left: 100%;
    top: 130%;
    opacity: 0;
    visibility: hidden;
}

.consen_menu ul .sub-menu li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    top: 0%;
}

/* sub menu 3 */
.consen_menu ul .sub-menu .sub-menu li {
    position: relative;
}

.consen_menu ul .sub-menu .sub-menu .sub-menu {
    right: 100%;
    left: auto;
    top: 130%;
    opacity: 0;
    visibility: hidden;
}

.consen_menu ul .sub-menu .sub-menu li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    top: 0%;
}

ul.sub-menu li a span {
    background: #ff5e14;
    padding: 5px 8px 2px;
    color: #fff;
    opacity: 1;
    /* font-family: 'Fira Sans'; */
    border-radius: 2px;
    text-transform: uppercase;
    font-size: 13px;
    margin-left: 5px;
    transition: .5s;
}

ul.sub-menu li:hover a span {
    background: rgba(255, 255, 255, 0.20);
}

/* sub menu 4 */
.consen_menu ul .sub-menu .sub-menu .sub-menu li {
    position: relative;
}


.consen_menu ul .sub-menu .sub-menu .sub-menu li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    top: 0%;
}

.consen_menu li a:hover:before {
    width: 101%;
}

.consen_nav_manu.sticky .logo_img {
    display: none;
    width: fit-content;
}

/* .main_sticky {
    display: none;
} */

/* .consen_nav_manu.sticky .main_sticky {
    display: inherit;
} */

/* Main Logo Styles */
.main_logo {
    display: inline-block;
    vertical-align: middle;
}

.main_logo img {
    max-height: 40px;
    width: auto;
}

/* Sticky Logo Styles */
.sticky_logo {
    display: inline-block;
    vertical-align: middle;
}

.sticky_logo img {
    max-height: 50px;
    width: auto;
}

/* Hide main logo when sticky is active */
/* .consen_nav_manu.sticky .sticky_logo img:not(.main_sticky) {
    display: none;
} */

/* Show sticky logo when sticky is active */
/* .consen_nav_manu.sticky .sticky_logo .main_sticky {
    display: block !important;
} */

/* Hide sticky logo when not sticky */
/* .sticky_logo .main_sticky {
    display: none;
} */

.sticky .consen_menu li a {
    color: #000000;
}

.consen_nav_manu.sticky a.dtbtn {
    color: #fff;
    background: #F16722;
    border: 2px solid #F16722;
}

.consen_nav_manu.sticky a.dtbtn:hover {
    color: #43baff;
}

.mobile-menu.mean-container {
    overflow: hidden;
}

/*Sub menu style three*/
.consen_nav_manu.style-three .consen_menu>ul>li>a {
    color: #232323;
    font-weight: 500;
}

.consen_nav_manu.style-three .header-button a {
    border-radius: 0;
    border: 1px solid #ff5e14;
}

.consen_nav_manu.style-three .header-button a:before {
    border-radius: 0;
}

.consen_nav_manu.style-three .header-button a:hover {
    border: 1px solid #10102E;
}

/*
<!-- ============================================================== -->
<!-- Start Consen Slider Area Css -->
<!-- ============================================================== -->*/

.slider-area {
    background: url(../imag/zoloto-bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 770px;
    z-index: 1;
    position: relative;
}

.slider-area.style-two {
    background: url(../imag/pennant-bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slider-area.style-three {
    background: url(../imag/bray-bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slider-area.style-four {
    background: url(../imag/sap-bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slider-area.style-five {
    background: url(../imag/macsun-bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slider-area h1 {
    color: #ffffff;
}

/*slider content*/
.slider-content h3 {
    font-size: 18px;
    font-weight: 500;
    color: #ff5e14;
    padding: 0px 5px 0px 55px;
    display: inline-block;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    margin-bottom: 12px;
}

.slider-content h3:before {
    position: absolute;
    content: "";
    left: 5px;
    top: 4px;
    background: url(../images/slider/section.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}

/* Slider Content Image and H2 Adjustment */
.slider-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.slider-content img {
    max-width: 350px;
    height: auto;
    /* margin-bottom: 15px; */
    display: block;
}

.slider-content img[src*="macsun.webp"] {
    filter: brightness(1.3) contrast(1.2);
}

.slider-content img[src*="zoloto.webp"] {
    max-width: 500px;
    height: auto;
}

@media (max-width: 576px) {
    .slider-content img[src*="zoloto.webp"] {
        max-width: 360px;
    }
}

/* About Us page specific fixes */
@media (max-width: 991px) {
    .about-section .consen-about-title h2 {
        font-size: 36px;
        line-height: 1.2;
    }

    .about-section .consen-about-title h4.text {
        font-size: 1.2rem;
        margin-top: 2rem;
        line-height: 1.4rem;
    }

    .about-section .consen-about-title p {
        font-size: 14px;
    }
}

/* Leading with Purpose responsiveness */
@media (max-width: 991px) {
    /* .leading-purpose-section .section-header h2 {
        font-size: 34px;
    } */

    .mission-header {
        display: flex;
        align-items: center;
    }

    .mission-icon {
        margin-right: 12px;
    }

    .mission-header h3 {
        font-size: 20px;
    }

    .mission-blocks-image img {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 575px) {
    /* .leading-purpose-section .section-header h2 {
        font-size: 28px;
    } */

    .mission-header h3 {
        font-size: 18px;
    }
}

/* Product listing mobile grid: 2 per row */
@media (max-width: 575px) {

    .product-grid .row>[class^="col-"],
    .product-grid .row>[class*=" col-"] {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .product-grid .product-item {
        margin-bottom: 12px;
    }
}

.slider-content h2 {
    margin: 0;
    line-height: 1.2;
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.slider-content h2 span {
    color: #ff5e14;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .slider-content img {
        max-width: 150px;
        margin-bottom: 10px;
    }

    .slider-content img[src*="zoloto.webp"] {
        max-width: 160px;
    }

    .slider-content h2 {
        font-size: 1.8rem;
    }
}

@media (max-width: 576px) {
    .slider-content img {
        max-width: 120px;
        margin-bottom: 8px;
    }

    .slider-content h2 {
        font-size: 1.5rem;
    }
}

.hero-description p {
    padding: 28px 0 28px;
    color: #c6c1c1;
    width: 52%;
}

/*slider button*/
.hero-button.hero {
    float: left;
}

.hero-button a {
    padding: 12px 35px;
    font-family: 'Yantramanav';
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    background: #ff5e14;
    display: inline-block;
    border: 2px solid #ff5e14;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 2px;
}

.hero-button a:before {
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    transition: .5s;
    transform: scale(0, 0.1);
}

.hero-button a i {
    position: relative;
    top: 3px;
    transition: .5s;
    padding-left: 7px;
    transform: rotate(-40deg);
    display: inline-block;
}

.hero-button a:hover i {
    transform: rotate(0deg);
    top: 2px;
}

.hero-button a:hover {
    color: #000;
}

.hero-button a:hover:before {
    transform: scale(1);
}

a.video-vemo-icon.play {
    font-size: 16px !important;
    color: #ff5e14;
    font-weight: 500;
    font-family: "Inter", sans-serif;
    text-transform: uppercase;
}

/*animated
=============*/

.owl-item.active .slider-content h3 {
    animation-duration: 2.2s;
    animation-name: slideInLeft;
}

.owl-item.active .slider-content h1 {
    animation-duration: 1.3s;
    animation-name: slideInRight;
}

.owl-item.active .hero-button a {
    animation-name: fadeInOne;
    animation-duration: 2.2s;
}

.owl-item.active .hero-description p {
    animation-duration: 1.7s;
    animation-name: fadeInout;
}

.owl-item.active .video-icon-cda {
    animation-duration: 2.1s;
    animation-name: fadeInOne;
}

@keyframes fadeInOne {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
    }

    40% {
        opacity: 0;
        -webkit-transform: translateY(80px);
        transform: translateY(80px);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInout {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
    }

    40% {
        opacity: 0;
        -webkit-transform: translateX(-80px);
        transform: translateX(-80px);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}


/*Owl Nav
============*/



.owl-prev {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.owl-next {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.owl-prev i,
.owl-next i {
    width: 40px;
    height: 70px;
    line-height: 70px;
    border-radius: 35px;
    background-color: transparent;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 20px;
    transition: .5s;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.owl-prev i:after,
.owl-next i:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: #0b122f;
    /* background: url(../images/resource/nav.png); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: .5s;
    z-index: -1;
}

.owl-prev i:hover:after,
.owl-next i:hover:after {
    width: 100%;
}

/*Video Icon
================*/

.row.hero-bg .video-icon-cda a {
    width: 77px;
    height: 77px;
    line-height: 77px;
    border-radius: 100%;
    color: #ff5e14;
    background: #fff;
    font-size: 28px;
    display: inline-block;
    text-align: center;
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-blue 1s linear infinite;
}

.row.hero-bg .video-icon-cda {
    margin: -12px 0px 0 49px;
    display: inline-block;
}

@-webkit-keyframes ripple-blue {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3)
    }

    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0)
    }
}

@keyframes ripple-blue {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3)
    }

    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0)
    }
}

/*slider shape*/
.row.hero-bg {
    position: relative;
    z-index: 1;
}

.slider-shape-thumb {
    display: none;
    position: absolute;
    left: -10rem;
    top: -110px;
    z-index: -1;
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
}

.slider-shape-thumb2 {
    display: none;
    position: absolute;
    left: 31rem;
    bottom: -7rem;
    animation-name: float-bob3;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}


/**
======================================================
<--  Consen Section Title Css -->
======================================================**/

.consen-section-title.service-header:after {
    position: absolute;
    text-align: center;
    content: "";
    left: 10%;
    bottom: -30px;
    width: 80%;
    height: 2px;
    background: #ff5e14;
    transition: .5s;
}

.consen-section-title.service-header h3 {
    font-size: 60px;
    /* margin-top: -25px; */
    margin-bottom: 40px;
    font-weight: 900;
    line-height: 60px;
    color: #0b122f;
}

.consen-section-title h4 {
    font-size: 16px;
    font-weight: 500;
    color: #ff5e14;
    margin: 0 0 15px 50px;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

.consen-section-title h4:before {
    position: absolute;
    content: "";
    left: -50px;
    top: 0px;
    background: url(../images/slider/section.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}

.style-two.consen-section-title h4:before {
    background: url(../images/slider/section2.png);
    background-repeat: no-repeat;
}

.consen-section-title span {
    color: #ff5e14;
}

.consen-section-title p {
    padding: 20px 0 0;
    font-size: 15px;
}

.consen-section-title.white.text-center {
    margin-bottom: 45px;
}

.text-center.consen-section-title p {
    padding: 20px 0 0;
    color: #ffffffc2;
    width: 61%;
    margin: auto;
}


/**
======================================================
<--  Consen Service Area css -->
======================================================**/

.service-section {
    padding: 120px 0 100px;
    background: url(../imag/serving-industry-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.single-service-box {
    padding: 0 30px 0;
    background: #fff;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    text-align: center;
    height: 79%;
    border-radius: 2px;
    border-top: 2px solid #ff5e14;
}

.service-icon {
    position: relative;
    bottom: 40px;
    margin-bottom: -14px;
}

/*Service contetn*/


.service-content h3 {
    font-size: 22px;
    font-weight: 700;
    padding: 0 0 15px;
}

.service-content {
    /* display: none; */
    width: 100%;
    height: 100%;
}

.service-content:hover {
    display: block;
}

.service-content p {
    color: #565969;
    font-weight: 500;
    padding: 0 0 12px;
}

/*Serivce thumb*/

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

.serivce-thumb:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background: #020307;
    transition: .5s;
    opacity: .55;
    border-radius: 2px;
    display: none;
}

.serivce-thumb img {
    border-radius: 2px;
    width: 100%;
}

.service-share-icn {
    position: absolute;
    bottom: 0%;
    text-align: center;
    left: 0;
    margin: auto;
    right: 0;
    opacity: 0;
    transition: .5s;
}

.service-share-icn a {
    font-size: 18px;
    color: #fff;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
    background-color: #ff5e14;
    text-align: center;
    display: inline-block;
}

.service-share-icn a i {
    transform: rotate(-45deg);
    display: inline-block;
}

.single-service-box:hover .serivce-thumb:before {
    height: 100%;
}

.single-service-box:hover .service-share-icn {
    bottom: 39%;
    opacity: 1;
}

/*Style two
======================*/

.service-section.style-two {
    padding: 90px 0 100px;
    background: url(../imag/service-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.Indastre-service-single-item {
    width: 280px;
    height: 200px;
    background: #fff;
    margin-bottom: 30px;
    padding: 30px 30px 30px;
    /* border-bottom: 3px solid #FF5E15; */
    transition: .5s;
    text-align: left;
    border-radius: 5px;
    overflow: hidden;
}

.Indastre-service-single-item:before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    width: 80px;
    height: 80px;
    background: #171717;
    transition: .5s;
    opacity: 0;
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
}

.Indastre-service-single-item:hover:before {
    width: 100%;
    height: 100%;
    opacity: 1;
}

.Indastre-service-single-item:hover {
    background: #171717;
    border-bottom: 3px solid transparent;
}

.style-two .service-icon {
    width: 80px;
    height: 80px;
    background-color: #f5f6f7;
    line-height: 80px;
    text-align: center;
    margin-bottom: 25px;
    transition: .5s;
    position: inherit;
}

.service-icon img {
    filter: brightness(1)invert(0);
    transition: .5s;
    display: inline-block !important;
}

h3.service-title {
    position: relative;
    bottom: -115px;
    padding: 10px 0px 10px 10px;
    font-size: 22px;
    line-height: 28px;
    color: #171717;
    font-weight: 700;
    font-family: "Inter", sans-serif;
    transition: .5s;
}

.service-text {
    padding: 10px 0 24px;
    position: relative;
}

p.service-desc {
    font-size: 16px;
    margin: 0;
    line-height: 26px;
    color: #575f66;
    font-weight: 300;
    font-family: "Archivo";
    transition: .5s;
}

.service-btn {
    position: absolute;
    top: 22%;
    transition: .5s;
    opacity: 0;
}

.service-btn a {
    display: inline-block;
    font-size: 16px;
    color: #ff5e14;
    font-weight: 500;
    font-family: "Inter", sans-serif;
    border-bottom: 1px solid #FF5D13;
    margin: 0;
}

.service-btn a i {
    font-size: 13px;
    font-weight: 600;
    margin-left: 12px;
    display: inline-block;
    transform: rotate(-45deg);
}

.service-thumb img {
    border: 3px solid transparent;
    transition: .5s;
}

/* all hover */

.Indastre-service-single-item:hover .service-icon {
    background: #FF5E15;
}

.Indastre-service-single-item:hover .service-icon img {
    filter: brightness(0)invert(1);
}

.Indastre-service-single-item:hover h3.service-title {
    color: #ffff;
}

.Indastre-service-single-item:hover p.service-desc {
    opacity: 0;
}

.Indastre-service-single-item:hover .service-btn {
    opacity: 1;
}

.Indastre-service-single-item:hover:hover .service-thumb img {
    border: 3px solid #fff;
}

/*  */

.service-list .owl-nav {
    position: relative;
    left: 0;
    right: 0;
    margin: 30px auto 0;
    text-align: center;
    top: 0;
    z-index: 1;
    display: block;
}

.service-list .owl-nav:before {
    position: absolute;
    content: "";
    left: 40%;
    top: 4px;
    width: 50px;
    height: 2px;
    background-color: #9f9f9f;
    z-index: -1;
    margin: auto;
}

.service-list .owl-nav:after {
    position: absolute;
    content: "";
    right: 40%;
    top: 5px;
    width: 50px;
    height: 2px;
    background-color: #9f9f9f;
    z-index: -1;
    margin: auto;
}

.service-list .owl-prev {
    display: inline-block;
    margin-right: 15px;
    position: relative;
    border-radius: 3px;
    transition: .5s;
}

.service-list .owl-next {
    display: inline-block;
    position: relative;
    border-radius: 3px;
    transition: .5s;
}

.service-list .owl-prev i,
.service-list .owl-next i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 3px;
    background-color: rgba(255, 255, 255, 0.1);
    border: 2px solid #fff;
    margin-top: 0;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 20px;
    transition: .5s;
}

.service-list .owl-prev:hover {
    background: #FF5E15;
    color: #fff;
}

.service-list .owl-next:hover {
    background: #FF5E15;
    color: #fff;
}

/**
======================================================
<--  Consen About Area Css -->
======================================================**/


.about-section {
    background: url(../imag/serving-industry-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 110px 0 120px;
}

/*About Thumb
=====================*/
.about-thumb {
    position: relative;
    z-index: 1;
    width: 95%;
    left: 10px;
}

.about-thumb img {
    width: 100%;
}

.about-thumb.pennant-img {
    /* left: 66px; */
}

/* .about-item {
    padding: 20px 20px 30px 20px;
    border-radius: 4px;
    margin-top: 30px;
    filter: drop-shadow(0 0 28.5px rgba(233,226,226,0.63));
    background-color: #fefefe;
    position: relative;
    z-index: 1;
} */

/* .about-item:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 3px;
    height: 100%;
    background: #ff5e14;
    border-radius: 4px;
    transition: .5s;
    z-index: -1;
} */

.about-icon {
    float: left;
    margin-right: 25px;
}

.about-icon img {
    transition: .5s;
}

.about-content {
    overflow: hidden;
    padding: 20px 20px 20px 20px;
    border-radius: 15px;
    /* filter: drop-shadow(0 0 28.5px rgba(233, 226, 226, 0.63)); */
    background-color: #fefefe;
    position: relative;
    z-index: 1;
}

.about-content h3 {
    font-size: 35px;
    color: #002f95;
    font-weight: 550;
    margin-top: 5px;
    display: inline-block;
}

.about-desc p {
    padding: 34px 0 26px;
}

.Indastre-btn.abt {
    display: inline-block;
}

.Indastre-btn a {
    padding: 15px 30px;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Yantramanav';
    background: #ff5e14;
    color: #fff;
    display: inline-block;
    border-radius: 2px;
    position: relative;
    z-index: 1;
    border-radius: 2px;
}

.Indastre-btn a:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    transform: scale(0);
    transform-origin: top right;
    background: #0a1027;
    pointer-events: none;
    transition: .7s;
    z-index: -1;
    height: 100%;
    border-radius: 2px;
}

.Indastre-btn a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transform: scale(0);
    transform-origin: bottom left;
    background: #0a1027;
    pointer-events: none;
    transition: .7s;
    z-index: -1;
    border-radius: 2px;
}

.Indastre-btn a i {
    position: relative;
    top: 3px;
    transition: .5s;
    padding-left: 7px;
    transform: rotate(-40deg);
    display: inline-block;
}

.Indastre-btn a:hover:before {
    transform: scale(1);
}

.Indastre-btn a:hover:after {
    transform: scale(1);
}

.Indastre-btn a:hover i {
    transform: rotate(0);
}

.about-item:hover:before {
    width: 100%;
}

.about-item:hover .about-icon img {
    filter: brightness(0) invert(1);
}

.signeture {
    display: inline-block;
    margin-left: 20px;
}


/***
======================================================
<--  Consen Counter Area Css -->
======================================================***/

.row.cntr-bg {
    padding: 61px 45px 35px;
    background: url(../images/resource/counter-bg.png);
    border-radius: 5px;
    margin: -100px 0;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: 1;
}

/* counter single item inner style two*/

.counter-single-item-inner.style-two {
    text-align: center;
}

.counter-single-item-inner.style-two .counter-content {
    display: inherit;
}

.counter-single-item-inner.style-two .counter-title {
    float: inherit;
    position: relative;
    top: 0;
    left: 0px;
}

.counter-single-item-inner.style-two .counter-title::before {
    position: absolute;
    content: "";
    top: -3px;
    left: -16px;
    width: 2px;
    height: 60px;
    background: #fff;
    display: none;
}

.counter-single-item-inner.style-two .counter-text h1::before {
    position: absolute;
    content: "";
    top: -44px;
    left: 188px;
    width: 1px;
    height: 110px;
    background-color: #ffffff66;
}

.counter-single-item-inner.style-two .counter-text.style-two h1::before {
    display: none;
}

.counter-single-item-inner.style-two .counter-title h3 {
    margin: 0;
    opacity: 0.800;
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Inter", sans-serif;
}


.counter-single-item-inner.style-two .counter-text h1 {
    margin-bottom: 0;
    display: inline-block;
    position: relative;
    z-index: 1;
    margin-top: 8px;
}

/* counter single item inner */
.counter-single-item-inner {
    margin-bottom: 30px;
}

.counter-content {
    display: flex;
    align-items: center;
}

.counter-text h1 {
    margin-bottom: 0;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.counter-text h1::before {
    position: absolute;
    content: "";
    top: 1px;
    left: -10px;
    height: 60px;
    width: 60px;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    z-index: -1;
}

.counter-text {
    padding-right: 10px;
}

.counter-text span {
    font-weight: 700;
    font-size: 50px;
    color: #fff;
    font-family: Yantramanav;
}

.counter-title {
    float: right;
    position: relative;
    top: 0;
    left: 30px;
}

.counter-title::before {
    position: absolute;
    content: "";
    top: -3px;
    left: -16px;
    width: 2px;
    height: 60px;
    background: #fff;
}

.counter-title h4 {
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    color: #fff;
}

.counter-title h3 {
    font-size: 20px;
    color: #fff;
    margin: 5px 0 0;
    font-weight: 500;
}

/* .counter-section.style-two {
    background: #F5F6F8;
    padding: 100px 0 100px;
} */

.counter-single-item {
    background: url(../images/resource/counter_shape.png);
    padding: 15px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 5px;
}

.counter-single-item:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    border-bottom: 15px solid #FF5E15;
    border-left: 15px solid #FF5E15;
    border-top: 15px solid #FF5E15;
    border-right: 15px solid #FF5E15;
    height: 100%;
    width: 100%;
    transition: .5s;
    opacity: 0;
}

.counter-single-item:hover:before {
    opacity: 1;
}

.counter-single-item:after {
    position: absolute;
    content: "";
    right: -41%;
    bottom: -45%;
    background: url(../images/resource/feature_shape.png) no-repeat center;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s;
}


.counter-single-item:hover:after {
    opacity: 1;
    bottom: -36%;
}

.style-two .counter-content2 {
    text-align: center;
    background: #fff;
    padding: 19px 0 36px;
}

.style-two .counter-title {
    float: inherit;
    left: 0;
    position: inherit;
}

.counter-title h1 {
    display: inline-block;
    font-size: 48px;
    color: #171717;
    font-weight: 700;
    font-family: "Inter", sans-serif;
    text-align: center;
}

.counter-title span {
    font-size: 48px;
    color: #171717;
    font-weight: 700;
    font-family: "Inter", sans-serif;
}

.counter-title h5 {
    font-size: 18px;
    font-weight: 300;
    font-family: "Archivo";
}

.chosse-shpe {
    position: absolute;
    bottom: 0;
    right: 0;
    animation: dance3 4s alternate infinite;
}


/***
======================================================
<--  Consen Project Area Css -->
======================================================***/

.project-section {
    padding: 226px 105px 75px;
    background: url(../images/resource/project-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    top: -15px;
    position: relative;
}

.single-project-box {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    border-radius: 3px;
}

.single-project-box:before {
    position: absolute;
    content: "";
    left: -9px;
    top: -9px;
    border: 2px solid #FB5910;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    transition: .4s;
}

.project-box-inner {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

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

.project-thumb img {
    border-radius: 3px;
    width: 100%;
}

.project-content {
    position: absolute;
    bottom: -13rem;
    left: 0px;
    z-index: 1;
    width: 101%;
    background: #ff5e14;
    padding: 120px 30px 45px;
    opacity: 0;
    transition: .7s;
    border-radius: 3px;
    clip-path: polygon(65% 0%, 100% 20%, 100% 100%, 0% 100%, 0% 26%);
}

.project-content h4 {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.project-content h3 {
    font-size: 28px;
    color: #fff;
    padding: 2px 0 18px;
}

a.prjct-btn {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    font-family: 'Yantramanav';
}

a.prjct-btn i {
    font-size: 18px;
    padding-left: 5px;
    transform: rotate(-45deg);
    display: inline-block;
    transition: .5s;
    position: relative;
    top: 2px;
}

.single-project-box:hover:before {
    left: 0;
    top: 0;
}

a.prjct-btn:hover i {
    transform: rotate(0deg);
}

.single-project-box:hover .project-content {
    opacity: 1;
    bottom: 0rem;
}



/**
======================================================
<--  Consen Why Choose Us Css -->
======================================================**/

.choose-us-section {
    background: url(../imag/contact-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    /* padding: 190px 0 120px; */
    position: relative;
    z-index: 1;
}


.choose-us-item {
    padding: 32px 35px 33px;
    border-radius: 4px;
    margin-top: 30px;
    background-color: #fff;
    position: relative;
    z-index: 1;
}

.choose-us-item:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: #ff5e14;
    border-radius: 4px 0 0 4px;
    transition: .5s;
    z-index: -1;
}

.choose-icon {
    float: left;
    margin-right: 25px;
}

.choose-icon img {
    transition: .5s;
}

.choose-content {
    overflow: hidden;
}

.choose-content h4 {
    font-size: 24px;
    color: #0a1027;
    font-weight: 700;
    margin-top: 5px;
    display: inline-block;
    transition: .5s;
}

.choose-us-item:hover:before {
    width: 100%;
    border-radius: 4px;
}

.choose-us-item:hover .choose-icon img {
    filter: brightness(0) invert(1);
}

.choose-us-item:hover .choose-content h4 {
    color: #fff;
}

.why-choose-us-area.style-two {
    padding: 50px 0 0px;
}

.row.choose-us_bg {
    position: relative;
    z-index: 1;
    padding: 84px 0 97px;
}

.row.choose-us_bg:before {
    position: absolute;
    content: "";
    left: -292px;
    top: 0;
    height: 100%;
    width: 121%;
    background: url(../images/resource/choose_bg.png);
    z-index: -1;
    background-repeat: no-repeat;
}

.choose-video-icon {
    position: absolute;
    bottom: -40rem;
    right: 108px;
}

.choose-video-icon a {
    display: inline-block;
    width: 120px;
    height: 120px;
    background-color: #ff5e14;
    line-height: 120px;
    text-align: center;
    font-size: 16px;
    color: #FF5E14;
}

.choose-video-icon a i {
    width: 63px;
    height: 63px;
    border-radius: 31px;
    background-color: #ffffff;
    line-height: 63px;
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-blue 1s linear infinite;
}

@-webkit-keyframes ripple-blue {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3)
    }

    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0)
    }
}

@keyframes ripple-blue {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3)
    }

    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0)
    }
}

.choose-list ul li img {
    position: relative;
    margin-right: 12px;
    margin-top: -2px;
}

.choose-list ul li {
    font-size: 18px;
    color: #171717;
    font-weight: 400;
    font-family: "Inter", sans-serif;
    margin-bottom: 10px;
    list-style: none;
}

/* prossess ber plugin */

.prossess-ber-plugin {
    margin-top: 27px;
}

.prossess-ber-plugin span {
    margin-top: 6px;
    font-size: 18px;
    color: #171717;
    font-weight: 400;
    font-family: "Inter", sans-serif;
}

.barfiller {
    width: 87%;
    background: #eaeaea;
    position: relative;
    margin-bottom: 24px;
    margin-top: 4px;
    height: 6px;
    background-color: #171717;
}

span.fill {
    background: #FF5E15 !important;
}

.barfiller .fill {
    display: block;
    position: relative;
    width: 0px;
    height: 100%;
    background: #333;
    z-index: 1;
}

.barfiller .tip {
    margin-top: -35px;
    position: absolute;
    font-size: 18px;
    color: #1b1b1b;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    left: 0;
}


/* choose btn */
.choose-btn {
    margin-top: 40px;
}

.choose-btn a {
    display: inline-block;
    font-size: 17px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Inter", sans-serif;
    background: #171717;
    padding: 15px 33px;
    position: relative;
    z-index: 1;
}

.choose-btn a:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 0%;
    background: #FF5E15;
    left: 0;
    top: 0;
    z-index: -1;
    transition: 0.5s;
    transform: scale(0);
    opacity: 0;
}

.choose-btn a:hover:after {
    transform: scale(1);
    opacity: 1;
    height: 100%;
    width: 100%;
}

.choose-btn a i {
    font-size: 13px;
    font-weight: 600;
    margin-left: 12px;
    display: inline-block;
    transform: rotate(-45deg);
}


/*Contact Form
=================*/

.form-contact-box {
    padding: 45px 50px 60px;
    background: #002f95;
    border-radius: 5px 0 5px 5px;
    position: relative;
    z-index: 1;
}

.form-contact-box:before {
    position: absolute;
    content: "";
    right: 0;
    top: -82px;
    width: 79px;
    height: 82px;
    background-color: #002f95;
    clip-path: polygon(0% 0%, 100% 100%, 100% 105%, 0% 100%);
}

.form-content h4 {
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    padding: 0 0 37px;
}

.form_box input {
    width: 100%;
    height: 65px;
    background-color: #ffffff;
    border: 2px solid #e0e0e0;
    padding-left: 25px;
    color: #333333;
    transition: .5s;
    border-radius: 8px;
    font-family: 'Inter', sans-serif;
    margin-bottom: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.form_box input:focus {
    outline: none;
    border-color: #ff6b35;
    box-shadow: 0 0 0 3px rgba(255, 107, 53, 0.1);
}

.form_box input::placeholder {
    color: #ff6b35;
    font-weight: 700;
    font-size: 16px;
    opacity: 1;
}

/*form button*/
.quote_button button {
    padding: 19px 15px;
    background: #ff5e14;
    border: 0;
    display: block;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Yantramanav';
    color: #fff;
    width: 100%;
    cursor: pointer;
    text-align: center;
    transition: .5s;
    position: relative;
    z-index: 1;
    border-radius: 3px;
}

.quote_button button:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    transform: scale(0.0, 1);
    transition: .5s;
    border-radius: 3px;
}

.quote_button button:hover {
    color: #ff5e14;
}

.quote_button button:hover:before {
    transform: scale(1);
}


.choose-shape {
    position: absolute;
    top: 1px;
    left: -56px;
    z-index: -1;
}

.choose-shape img {
    width: 43%;
    position: relative;
    transform: scaleX(-1);
    margin-top: 6.4%;
    right: 0.99%;
}

/**
======================================================
<--  Consen Testimonial Section Css -->
======================================================**/

.testimonial-section {
    padding: 110px 0 90px;
    background: url(../imag/service-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.testimonial-section .text-center.consen-section-title h2 {
    color: #ffffff;
    font-size: 3rem;
    font-weight: 550;
}

.testimonial-section .text-center.consen-section-title p {
    color: #686868;
    width: 55%;
}

.testi-single-box {
    padding: 40px 40px 50px;
    background: #f3f2f2;
    margin-bottom: 30px;
    border-radius: 10px;
}

ul.testi-rating {
    padding: 10px 20px 9px 35px;
    background: #fff;
    display: inline-block;
    margin-left: 20px;
    position: relative;
    z-index: 1;
}

ul.testi-rating:before {
    position: absolute;
    content: "5.0";
    left: -18px;
    top: 0;
    right: 0;
    background: #ff5e14;
    width: 42px;
    height: 45px;
    line-height: 45px;
    padding: 0 6px;
    color: #fff;
    font-size: 13px;
    clip-path: polygon(0% 0%, 100% 50%, 0% 100%, 0% 100%);
}

ul.testi-rating.four-star:before {
    position: absolute;
    content: "4.0";
    left: -18px;
    top: 0;
    right: 0;
    background: #ff5e14;
    width: 42px;
    height: 45px;
    line-height: 45px;
    padding: 0 6px;
    color: #fff;
    font-size: 13px;
    clip-path: polygon(0% 0%, 100% 50%, 0% 100%, 0% 100%);
}

ul.testi-rating.four-half-star:before {
    position: absolute;
    content: "4.5";
    left: -18px;
    top: 0;
    right: 0;
    background: #ff5e14;
    width: 42px;
    height: 45px;
    line-height: 45px;
    padding: 0 6px;
    color: #fff;
    font-size: 13px;
    clip-path: polygon(0% 0%, 100% 50%, 0% 100%, 0% 100%);
}

ul.testi-rating li {
    display: inline-block;
    list-style: none;
    margin-right: 5px;
    color: #FFBA00;
}

.testi-title h3 {
    font-size: 22px;
    font-weight: 600;
    padding: 15px 0 16px;
}

.testi-people-info {
    display: flex;
    padding: 20px 0 0;
}

.people-thumb {
    position: relative;
    z-index: 1;
    width: 70px;
}

.people-thumb:before {
    position: absolute;
    content: "";
    left: -40px;
    top: -10px;
    background: #fff;
    width: 120px;
    height: 90px;
    z-index: -1;
    border-radius: 0 80px 80px 0px;
}

.people-thumb:after {
    position: absolute;
    content: "";
    left: -40px;
    top: -10px;
    background: #ff5e14;
    width: 2px;
    height: 90px;
    z-index: -1;
}

/* .people-title {
    padding-left: 25px;
} */

.people-title h4 {
    font-size: 22px;
    font-weight: 500;
}

.people-title h6 {
    font-size: 17px;
    font-weight: 500;
    margin-top: 5px;
    color: #ff5e14;
}

.quote-icon {
    float: right;
}

.quote-icon i {
    font-size: 30px;
    display: inline-block;
    color: #ffffff;
    width: 45px;
    height: 45px;
    border-radius: 2px;
    background-color: #002f95;
    line-height: 47px;
    text-align: center;
    transform: rotate(-180deg);
    transition: .5s;
}

.testi-single-box:hover .quote-icon i {
    background-color: #ff5e14;
}

/*Style two
================*/

.testimonial-section.style-two {
    padding: 80px 0 80px;
    position: relative;
    overflow: hidden;
    background: #171717;
    z-index: 1;
}

.style-two.testimonial-section:before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    height: 100%;
    width: 48%;
    background: #FF5E15;
    z-index: -1;
}

.style-two .testimonial-content {
    background: #fff;
    padding: 32px 62px 33px 40px;
    position: relative;
    margin-bottom: 35px;
    text-align: left;
}

.style-two .testimonial-content:before {
    content: "";
    position: absolute;
    left: 9%;
    top: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-top: 15px solid #fafbfc;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    transition: .5s;
    background: radial-gradient(black, transparent);
    transition: .5s;
}

.style-two .testimonial-content p {
    font-size: 18px;
    line-height: 30px;
    color: #575f66;
    font-weight: 300;
    font-style: italic;
    font-family: "Archivo";
}

.testi-star i {
    font-size: 16px;
    color: #ff5e14;
    margin-right: 6px;
}

.tesit-auothor {
    margin-left: 25px;
}

.testi-author-thumb {
    float: left;
    margin-right: 20px;
}

.bio {
    position: relative;
    top: 13px;
    text-align: left;
}

h4.name {
    font-size: 22px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Inter", sans-serif;
}

h5.designation {
    font-size: 16px;
    color: #a5acb2;
    font-weight: 400;
    font-family: "Inter", sans-serif;
    margin-top: 8px;
}

.testi-shape {
    position: absolute;
    top: 0%;
    left: 6%;
}

/* testi right */
.testi-right {
    position: relative;
    margin-left: 100px;
}

.testi-content {
    position: absolute;
    bottom: 3%;
    left: 3%;
    background-color: rgba(255, 255, 255, 0.5019607843137255);
    text-align: center;
    padding: 40px 60px 55px;
    z-index: 1;
}

.testi-rating-text {
    position: relative;
    z-index: 1;
}

.testi-rating-text:before {
    position: absolute;
    top: -29px;
    left: -35px;
    height: 150px;
    width: 150px;
    background-color: #171717;
    z-index: -1;
    content: "";
}

h2.tesit-rang {
    font-size: 50px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Inter", sans-serif;
    margin-bottom: 2px;
}

span.testi-title {
    font-size: 16px;
    color: #8e939f;
    font-weight: 400;
    font-family: "Inter", sans-serif;
    text-align: center;
}

/*owl item*/

.testi_list .owl-dots {
    position: absolute;
    bottom: 22px;
    right: 56px;
    z-index: -1;
}

.testi_list .owl-dot {
    display: inline-block;
    height: 10px;
    width: 10px;
    background: #5D5D5D;
    margin-left: 10px;
    transition: .5s;
}

.testi_list .owl-dot.active {
    background: #FF5E15;
}


/**
======================================================
<--  Consen Process Area Css -->
======================================================**/

.team-section {
    padding: 110px 0px 90px;
    background: url(../images/resource/service-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.team-single-box {
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 5px;
}

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

.team-thumb:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    background: #1a2525;
    width: 100%;
    height: 0%;
    opacity: 0.352;
    transition: .5s;
}

.team-single-box:hover .team-thumb:before {
    height: 100%;
    top: 0;
}

.team-thumb img {
    width: 100%;
}

.team-content {
    background: #fff;
    text-align: center;
    padding: 15px 0 30px;
    position: relative;
    z-index: 1;
}

.team-content h3 {
    font-size: 24px;
    font-weight: 700;
}

.team-content h4 {
    font-size: 17px;
    color: #ff5e14;
    font-weight: 400;
}

/*Team social Share */

.team-share-icn span {
    cursor: pointer;
}

.team-share-icn span i {
    width: 40px;
    height: 40px;
    background-color: #ff5e14;
    color: #fff;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    font-size: 16px;
    transition: 0.5s;
    cursor: pointer;
    float: right;
    position: absolute;
    right: 0;
    bottom: 0;
}

.team-social-icon {
    position: absolute;
    right: 0;
    bottom: 40px;
    transition: .5s;
}

.team-social-icon ul li {
    list-style: none;
    display: block;
}

.team-social-icon ul li a {
    display: block;
    background: #ff5e14;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    transition: 0.5s;
    transform: translateY(50px);
    opacity: 0;
    visibility: hidden;
    font-size: 15px;
}

.team-social-icon.active ul li a {
    transform: translateY(0px);
    opacity: 1;
    overflow: hidden;
    visibility: visible;

}

.team-social-icon ul li:nth-child(1) a {
    transition-delay: 0.5s;
}

.team-social-icon ul li:nth-child(2) a {
    transition-delay: 0.4s;
}

.team-social-icon ul li:nth-child(3) a {
    transition-delay: 0.2s;
}

.team-social-icon ul li:nth-child(4) a {
    transition-delay: 0s;
}

.team-social-icon ul li a:hover {
    background: #fff;
    color: #ff5e14;
}

.team-single-box:hover .team-share-icn span i {
    background: #fff;
    color: #ff5e14;
}


.row.teams {
    justify-content: center;
}

/***
======================================================
<-- Indastre Feature Area Css -->
======================================================***/
.feature-section {
    padding: 105px 0 90px;
    background: #171717;
}

.feature-signle-item {
    padding: 30px 40px 40px;
    border-bottom: 4px solid #ff5e14;
    transition: .5s;
    background: #fff;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    border-radius: 5px;
}

.feature-signle-item:hover {
    background: #171717;
    border-bottom: 4px solid transparent;
}

.feature-signle-item:before {
    position: absolute;
    content: "";
    left: -3px;
    top: -3px;
    border-top: 3px solid #ff5e14;
    border-bottom: 10px solid #ff5e14;
    border-left: 3px solid #ff5e14;
    border-right: 10px solid #ff5e14;
    height: 106%;
    width: 103%;
    z-index: -1;
    opacity: 0;
    transition: .5s;
    border-radius: 5px;
}

.feature-signle-item:after {
    position: absolute;
    content: "'";
    width: 100%;
    height: 100%;
    background: url(../images/resource/feature_shape.png) no-repeat center;
    right: -45%;
    bottom: -44%;
    opacity: 0;
    transition: .5s;
    z-index: -1;
    border-radius: 5px;
}

.feature-signle-item:hover:after {
    opacity: 1;
}

.feature-signle-item:hover:before {
    opacity: 1;
}


/* Feature Content - Fixed Height for Uniform Cards */
.feature-content {
    display: flex;
    flex-direction: column;
    height: 280px;
    /* Fixed height for all cards */
    justify-content: space-between;
    padding: 20px 0;
}

.feature-text {
    display: flex;
    align-items: center;
}

.feature-desc {
    flex: 1;
    /* Takes remaining space */
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 120px;
    /* Minimum height for description */
}

.feature-btn {
    margin-top: auto;
    /* Pushes button to bottom */
}

h3.feature-namber {
    width: 50px;
    height: 50px;
    background-color: #ff5e14;
    line-height: 50px;
    font-size: 20px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Inter", sans-serif;
    text-align: center;
    margin-right: 19px;
    border-radius: 4px;
}

.feature-title {
    position: relative;
    top: 3px;
}

.feature-title span {
    margin-bottom: 5px;
    display: inline-block;
    transition: .5s;
}

.feature-title h3 {
    font-size: 22px;
    color: #171717;
    font-weight: 700;
    font-family: "Inter", sans-serif;
    margin: 0;
    transition: .5s;
}

.feature-desc p {
    margin-top: 25px;
    margin-bottom: 22px;
    transition: .5s;
}

.feature-btn a {
    display: inline-block;
    font-size: 16px;
    color: #171717;
    font-weight: 500;
    font-family: "Inter", sans-serif;
    border-bottom: 1px solid rgba(23, 23, 23, 0.14901960784313725);
}

.feature-btn a i {
    font-size: 13px;
    font-weight: 600;
    margin-left: 12px;
    display: inline-block;
    transform: rotate(-45deg);
    transition: .5s;
}

.feature-btn a:hover i {
    transform: rotate(0deg);
}

/* Consolidated Hover Effects - Single Source of Truth */
.feature-single-inner:hover .feature-desc p {
    color: #8e939f;
}

.feature-single-inner:hover .feature-title h3 {
    color: #fff;
}

.feature-single-inner:hover .feature-title span {
    color: #8e939f;
}

.feature-single-inner:hover .feature-btn a {
    color: #FF5F15;
    border-bottom: 1px solid #FF5F15;
}


/***
======================================================
<--  Consen Blog Section Area Css -->
======================================================***/

.blog-section {
    padding: 110px 0px 90px;
    background: url(../images/about/about-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.blog-section .text-center.consen-section-title p {
    color: #686868;
    width: 55%;
}

.single-blog-box {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    border-radius: 3px;
}

.single-blog-box:before {
    position: absolute;
    content: "";
    left: -9px;
    top: -9px;
    border: 1px solid #FB5910;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    transition: .4s;
}

.blog-box-inner {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

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

.blog-thumb img {
    border-radius: 3px;
    width: 100%;
}

/*blog content 
===============*/

.blog-content2 {
    position: absolute;
    bottom: 35px;
    left: 30px;
    transition: .4s;
}

.blog-content2 h4 {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    position: relative;
    z-index: 1;
    padding-left: 50px;
}

.blog-content2 h4:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0px;
    background: url(../images/slider/section.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}

.blog-content2 h3 {
    font-size: 25px;
    color: #fff;
    font-weight: 700;
    padding: 2px 0 0;
}

/*content style one*/

.blog-content {
    position: absolute;
    bottom: -13rem;
    left: 0px;
    z-index: 1;
    width: 101%;
    background: #ff5e14;
    padding: 120px 30px 45px;
    opacity: 0;
    transition: .7s;
    border-radius: 3px;
    clip-path: polygon(65% 0%, 100% 20%, 100% 100%, 0% 100%, 0% 26%);
}

.blog-content h4 {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    position: relative;
    z-index: 1;
    padding-left: 50px;
}

.blog-content h4:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0px;
    background: url(../images/resource/section3.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}

.blog-content h3 {
    font-size: 25px;
    color: #fff;
    font-weight: 700;
    padding: 2px 0 0;
    opacity: .954;
}

/*blog date*/

.blog-date {
    border: 1px solid #fff;
    padding: 5px;
    position: absolute;
    top: 20px;
    left: 30px;
    border-radius: 2px;
}

.blog-date span {
    font-size: 17px;
    font-weight: 500;
    font-family: 'Yantramanav';
    color: #ff5e14;
    padding: 10px 13px;
    text-align: center;
    border-radius: 1px;
    background: #fff;
    display: inline-table;
    line-height: 22px;
}

.blg-btn a {
    font-size: 16px;
    color: #fff;
    padding: 16px 0 0;
    font-weight: 500;
    font-family: 'Yantramanav';
    display: inline-block;
}

.blg-btn a i {
    font-size: 18px;
    padding-left: 5px;
    transform: rotate(-45deg);
    display: inline-block;
    transition: .5s;
    position: relative;
    top: 2px;
}

.blg-btn a:hover i {
    transform: rotate(0deg);
}


.single-blog-box:hover:before {
    left: 0;
    top: 0;
}

.single-blog-box:hover .blog-content {
    opacity: 1;
    bottom: -1px;
}

.single-blog-box:hover .blog-content2 {
    opacity: 0;
    bottom: 0;
}





/***
======================================================
<--  Consen Subscribe Area Css -->
======================================================***/
.call-to-action {
    background: #ff5e14;
    padding: 40px 0px 40px;
}

.call-content h3 {
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
}

.call-content h1 {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    margin-top: 10px;
}

.call-btn a {
    padding: 15px 30px;
    font-size: 18px;
    font-weight: 500;
    background: #fff;
    color: #ff5e14;
    display: inline-block;
    border-radius: 2px;
    position: relative;
    z-index: 1;
    border-radius: 2px;
}

.call-btn a:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -1px;
    width: 100%;
    transform: scale(0);
    transform-origin: top right;
    background: #0a1027;
    pointer-events: none;
    transition: .7s;
    z-index: -1;
    height: 100%;
    border-radius: 2px;
}

.call-btn a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transform: scale(0);
    transform-origin: bottom left;
    background: #0a1027;
    pointer-events: none;
    transition: .7s;
    z-index: -1;
    border-radius: 2px;
}

.call-btn a i {
    font-size: 18px;
    padding-left: 5px;
    transform: rotate(-45deg);
    display: inline-block;
    transition: .5s;
    position: relative;
    top: 2px;
}

.call-btn a:hover i {
    transform: rotate(0deg);
}

.call-btn a:hover:before {
    transform: scale(1);
}

.call-btn a:hover:after {
    transform: scale(1);
}

.call-btn a:hover {
    color: #fff;
}


/***
======================================================
<--  Consen footer Area Css -->
======================================================***/
.footer-section {
    background: url(../images/resource/footer-bg.jpg);
    background-size: cover;
    background-position: center;
    padding: 90px 0 0;
}

.footer-contact-info {
    /* background: #ff5e14; */
    padding: 30px 30px 15px;
    border-radius: 5px 5px 0 0;
}

.footer-logo {
    /* padding: 35px 30px 35px; */
    /* background: #ffff; */
    border-radius: 5px;
}

p.footer-desc {
    color: #fff;
    margin: 25px 0 26px;
}

.footer-title2 h3:before {
    position: absolute;
    content: "";
    left: 0;
    top: 34px;
    width: 30px;
    height: 2px;
    background-color: #ff5e14;
}

.footer-didget-icon {
    float: left;
    margin-right: 12px;
}

.footer-didget-icon span i {
    color: #FFf;
}

.footer-widget-contact p {
    color: #fff;
    overflow: hidden;
    font-size: 17px;
    margin-bottom: 18px;
}

/* 
.widget-widget-nav-menu {
    padding: 0 0 0 50px;
} */

/*widget title*/

h4.widget-title {
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
    display: inline-block;
}

h4.widget-title:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -15px;
    width: 50px;
    height: 2px;
    background: #ff5e14;
    transition: .5s;
}

.company-info-desc p {
    color: #c6c1c1;
    padding: 35px 0 10px;
}

/*social icon*/


/*footer menu*/
/* .menu-quick-link-content {
    padding: 10px 0 0;
} */

ul.footer-menu li {
    display: block;
    list-style: none;
    /* padding: 16px 0 0; */
}

ul.footer-menu li a {
    font-family: 'Yantramanav';
    color: #fff;
    font-size: 17px;
    transition: .5s;
}

ul.footer-menu.style-two li a {
    position: relative;
    z-index: 1;
    padding-left: 15px;
    width: fit-content !important;
}

ul.footer-menu.style-two li a:before {
    position: absolute;
    z-index: -1;
    content: "";
    left: 0;
    top: 10px;
    width: 5px;
    height: 2px;
    background: #fff;
    transition: .5s;
}

ul.footer-menu.style-two li a:hover:before {
    background: #ff5e14;
}

.subscribe_form input {
    height: 55px;
    background: transparent;
    color: #fff;
    border: 2px solid #ffffff;
    padding: 0 25px;
    margin-top: 9px;
}

.subscribe_form input::placeholder {
    color: #9ca5b5;
}

.send-btn button.btn {
    padding: 0px 60px 0 0;
    background: #fff;
    color: #ff5e14;
    width: 100%;
    height: 55px;
    margin-top: 30px;
    border-radius: 5px;
    text-transform: uppercase;
}

.send-btn {
    position: relative;
}

.send-btn i {
    position: absolute;
    right: 0;
    bottom: 0px;
    width: 70px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 0 5px 5px 0;
    background-color: #fd621b;
    font-size: 20px;
    color: #fff;
}

.footer-widget-social-icon ul li {
    display: inline-block;
    margin-right: 8px;
    margin-top: 14px;
}

.footer-widget-social-icon ul li a {
    display: inline-block;
    width: 37px;
    height: 37px;
    background: #fd621b;
    line-height: 37px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border-radius: 50%;
    margin-top: 18px;
}


/*footer all hover*/
ul.footer-menu li a:hover {
    color: #ff5e14;
}

.footer-widget-social-icon ul li a:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.10196078431372549);
}

h4.widget-title:hover:before {
    width: 100%;
}

/**footer bottom area
=======================**/
.footer-bottom-section {
    background: #0f1631;
    text-align: center;
}

.footer-bottom-content-copy p {
    color: #FFf;
    margin: 25px 0 20px;
}

.footer-bottom-content-copy p span {
    color: #ff5e14;
}



/***
======================================================
<-- Indastre Brand Area Css -->
======================================================***/

.brand-area {
    padding: 100px 0 70px;
    background: #F5F6F8;
}

.single-brand-item {
    background: #fff;
    padding: 65px 0 65px;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.single-brand-item:before {
    position: absolute;
    content: "";
    left: 25px;
    top: 20px;
    height: 77%;
    width: 84%;
    background: linear-gradient(90deg, #D1D1D1 50%, transparent 0) repeat-x, linear-gradient(90deg, #D1D1D1 50%, transparent 0) repeat-x, linear-gradient(0deg, #D1D1D1 50%, transparent 0) repeat-y, linear-gradient(0deg, #D1D1D1 50%, transparent 0) repeat-y;
    background-size: 9px 1px, 9px 1px, 1px 9px, 1px 9px;
    background-position: 0 0, 0 100%, 0 0, 100% 0;
    -webkit-animation: linearGradientMove 0.3s infinite linear;
    animation: linearGradientMove 0.3s infinite linear;
}

.brand-area .owl-carousel .owl-item img {
    display: inline-block;
}



/*--==============================================->
<!-- Consen About-Us Banner Area Css -->
==================================================-*/
.about-us-banner {
    background: linear-gradient(90deg,
            rgba(0, 47, 149, 0.7) 0%,
            rgba(0, 47, 149, 0.2) 100%),
        url(../imag/aboutus-banner.webp) no-repeat center/cover;
    height: 480px;
    position: relative;
}

.breadcumb-content h1 {
    font-size: 50px;
    color: #fff;
    margin-bottom: 10px;
}

.breadcumb-content ul li {
    color: #fff;
    font-weight: 500;
    display: inline-block;
}

.breadcumb-content ul li a {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Yantramanav';
    padding-right: 30px;
    position: relative;
    z-index: 1;
}

/*========================================
<-- Indastre Pricing Section Css -->
==========================================*/

.pricing-section {
    padding: 103px 0 89px;
    background: #F5F6F8;
}


.pricing-single-items {
    background: url(../images/resource/pricing_shape.png);
    margin-bottom: 30px;
    padding: 20px 20px 20px;
    position: relative;
    z-index: 1;
}

.pricing-single-items:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: rgba(23, 23, 23, 0.8);
    top: 0;
    left: 0;
    z-index: -1;
    transform: scale(0);
    transition: .6s;
}

.pricing-single-items:hover:before {
    transform: scale(1);
}

.pricing-single-items:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: rgba(23, 23, 23);
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.6;
}

.pricing-single-inner {
    background: #fff;
    border: 1px solid rgba(23, 23, 23, 0.07);
    padding: 35px 40px 49px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: .6s;
}

.pricing-single-inner:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    transform: scale(0);
    height: 100%;
    width: 100%;
    background: #171717;
    z-index: -1;
    transition: .5s;
}

.pricing-item-text {
    margin-bottom: 10px;
}

.pricing-title h3 {
    font-size: 22px;
    color: #171717;
    font-weight: 500;
    font-family: "Inter", sans-serif;
    margin-bottom: 30px;
    transition: .5s;
}

.currency {
    font-size: 28px !important;
    font-weight: 700 !important;
    position: relative;
    top: -24px;
    line-height: 68px;
    color: #ff5e14;
}

.pricing-item-text span {
    display: inline-block;
    font-size: 70px;
    color: #ff5e14;
    font-weight: 700;
    font-family: "Inter", sans-serif;
}

.month {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #575f66 !important;
    font-style: italic;
    font-family: "Archivo" !important;
    margin-left: -17px;
}

.pricing-feature {
    margin-bottom: 27px;
}

.pricing-feature ul li {
    display: block;
    padding: 4px 0;
    font-size: 16px;
    color: #575f66;
    font-weight: 300;
    font-family: "Archivo";
}

.pricing-feature ul li i {
    margin-right: 5px;
    font-size: 20px;
    position: relative;
    top: 2px;
}

.Indastre-btn.style1 {
    text-align: left;
}

.Indastre-btn.style1 a {
    display: inline-block;
    padding: 12px 37px;
}

.pricing-rcomnded {
    position: absolute;
    top: 18px;
    right: -73px;
    transform: rotate(47deg);
    opacity: 0;
    transition: .5s;
}

.pricing-rcomnded span {
    font-size: 13px;
    color: #ff5e14;
    font-weight: 400;
    font-family: "Archivo";
    text-align: center;
    background: #fff;
    padding: 12px 70px;
}

/* all hover */

.pricing-single-items:hover .pricing-single-inner:before {
    transform: scale(1);
}

.pricing-single-items:hover .pricing-single-inner {
    border: 1px solid #171717;
}

.pricing-single-items:hover .pricing-title h3 {
    color: #fff;
}


.pricing-single-items:hover .pricing-feature ul li {
    color: #fff;
}


.pricing-single-items:hover .pricing-rcomnded {
    opacity: 1;
    top: 28px;
    right: -66px;
}

/**
======================================================
<--  Indastre Service Details Area Css -->
======================================================**/
.service-detials-section {
    padding: 120px 0 100px;
}

.Indastre-service-thumb img {
    width: 100%;
}

.service-page-title h1 {
    font-size: 34px;
    color: #171717;
    font-weight: 700;
    font-family: "Inter", sans-serif;
    padding: 22px 0 12px;
    display: inline-block;
}

p.pb_30 {
    margin-bottom: 31px;
    margin-top: 24px;
}

/*detials box*/
.service-details-box {
    background: #fff;
    padding: 33px 30px 15px;
    margin-bottom: 30px;
    border-left: 3px solid #FF5D13;
    filter: drop-shadow(0px 5px 30px rgba(117, 117, 117, 0.1));
}

.service-details-box:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 0%;
    background: #FF5D13;
    z-index: -1;
    transition: .5s;
}

.service-details-box:hover:before {
    width: 100%;
}

.service-details-icon {
    float: left;
    margin-right: 25px;
    margin-top: 10px;
    background: #F5F6F8;
    line-height: 70px;
    width: 70px;
    height: 70px;
    text-align: center;
    transition: .5s;
}

.service-details-icon img {
    transition: .5s;
}

.service-details-title h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 12px;
    transition: .5s;
}

.services-detials-desc p {
    transition: .5s;
}

/* all hover */

.service-details-box:hover .service-details-icon {
    background: #2F2F2F;
}

.service-details-box:hover .service-details-icon img {
    filter: brightness(0)invert(1);
}

.service-details-box:hover .service-details-title h4 {
    color: #fff;
}

.service-details-box:hover .services-detials-desc p {
    color: #fff;
}

/* service tab title */

.service-details-content {
    margin-bottom: 30px;
}

.service-tab-title h2 {
    font-size: 34px;
    color: #171717;
    font-weight: 700;
    margin: 69px 0 32px;
}

.service-page-title2 h1 {
    font-size: 34px;
    color: #171717;
    font-weight: 700;
    font-family: "Inter", sans-serif;
    margin: 50px 0 18px;
}

/* service-details-item */

.service-details-item {
    position: relative;
    margin-bottom: 30px;
    padding: 0 0 131px;
}

.service-details-thumb {
    position: relative;
    overflow: hidden;
}

.service-details-thumb img {
    transform: scale(1.1);
    transition: .5s;
}

.service-details-item:hover .service-details-thumb img {
    transform: scale(1.2);
}

.service-details-contents {
    background: #fff;
    padding: 21px 30px 25px;
    width: 85%;
    position: absolute;
    left: 1px;
    right: 0;
    margin: auto;
    margin-top: -20px;
    filter: drop-shadow(0px 5px 30px rgba(117, 117, 117, 0.1));
}

.service-details-contents h3 a {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 14px;
    display: inline-block;
    color: #171717;
}

ul.service-details-list li {
    margin-bottom: 3px;
}

ul.service-details-list li i {
    font-size: 20px;
    color: #FF5E14;
    position: relative;
    top: 2px;
    margin-right: 8px;
}

/*widget categories box*/
.widget-categories-box {
    background: #F5F6F8;
    padding: 26px 40px 25px;
    margin-bottom: 30px;
}

.categories-title h4 {
    font-size: 22px;
    font-weight: 600;
    position: relative;
    margin-bottom: 52px;
    z-index: 1;
}

.categories-title h4:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -23px;
    height: 2px;
    background: #DEDFE0;
    width: 100%;
}

.categories-title h4:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -23px;
    height: 2px;
    background: #FF5E14;
    width: 15px;
}


/*categories menu*/
.widget-categories-menu ul {
    display: block;
}

.widget-categories-menu ul li {
    display: block;
    list-style: none;
    margin-bottom: 15px;
    background: #fff;
    padding: 16px 20px 16px;
    transition: .5s;
    position: relative;
    z-index: 1;
    font-size: 16px;
    color: #171717;
}

.widget-categories-menu ul li:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 0%;
    background: #FF5E15;
    left: 0;
    top: 0;
    z-index: -1;
    transition: 0.5s;
    transform: scale(0);
    opacity: 0;
}

.widget-categories-menu ul li:hover:after {
    transform: scale(1);
    opacity: 1;
    height: 100%;
    width: 100%;
}

.widget-categories-menu ul li a {
    display: block;
    transition: .5s;
    color: inherit;
}


.widget-categories-menu ul li a span {
    display: inline-block;
    float: right;
    font-size: 16px;
    margin-top: 0px;
    color: #FF5E15;
    transition: .5s;
    font-weight: 600;
}

/*all hover*/

.widget-categories-menu ul li:hover a span {
    color: #ffff;
}

.widget-categories-menu ul li:hover a {
    color: #fff;
}

.service-details-icon-box {
    margin-left: 20px;
}

/* widget box */

.widget-categories-box.style-down {
    background: #171717;
}

.widget-categories-box.style-down .categories-title h4 {
    color: #fff;
}

.categories-title.style1 h4:before {
    background: #2F2F2F;
}

/* widget pdf */

.pdf-button a {
    display: block;
    background: #2F2F2F;
    padding: 15px 25px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
}

.pdf-button a i {
    float: right;
    font-size: 20px;
    margin-top: 2px;
    color: #FF5E15;
}

.pdf-button a img {
    margin-right: 10px;
}


/*=====================
  Start  Accordion
=======================*/

.faq-section {
    padding: 110px 0 100px;
}

.accordion.style1 li {
    list-style: none;
    padding: 2px 0px 20px;
    position: relative;
    z-index: 1;
}

.accordion.style1 li a {
    position: relative;
    width: 100%;
    display: inline-grid;
    cursor: pointer;
    color: #171717;
    padding: 25px 20px 25px 30px;
    font-size: 20px;
    background: #F5F6F8;
    font-weight: 500;
    font-family: "Inter", sans-serif;
}

.accordion.style1 li p {
    display: none;
    font-size: 16px;
    padding: 25px 0 25px 30px;
    margin: 0;
    border: 1px solid #F5F6F8;
}

ul.accordion.style1 li a span {
    position: relative;
    z-index: 1;
}

ul.accordion.style1 li a span:before {
    position: absolute;
    content: "";
    right: 1px;
    top: -3px;
    background: #fff;
    z-index: -1;
    line-height: 30px;
    float: right;
    width: 36px;
    height: 36px;
}

.accordion.style1 a:after {
    width: 10px;
    height: 2px;
    background: #FF3C00;
    position: absolute;
    right: 34px;
    content: " ";
    top: 39px;
    transition: all 0.2s ease-in-out;
    z-index: 999;
}

.accordion.style1 a:before {
    width: 2px;
    height: 10px;
    background: #FF3C00;
    position: absolute;
    right: 38px;
    content: " ";
    top: 35px;
    transform: rotate(0deg);
    transition: all 0.2s ease-in-out;
    z-index: 2;
}

.accordion a.active {
    color: #FF3C00 !important;
}

.accordion a.active:after {
    background: #fff !important;
}

.accordion a.active:before {
    display: none;
}

ul.accordion.style1 li a.active span:before {
    background: #FF5E14;
}


/*===================================
<-- Indastre Case Study Style Two Css -->
=====================================*/

.case-study-section {
    padding: 80px 0 90px;
}

.case-study-section.style-two {
    background: #fff;
    padding: 105px 0 120px;
}

/* Portfolio Nav */

.portfolio_menu ul {
    text-align: right;
    list-style: none;
    /* display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    gap: 10px; */
}

.portfolio_nav ul li {
    transition: all 0.5s ease 0s;
    cursor: pointer;
    padding: 7px 22px;
    display: inline-block;
    border: 1px solid rgba(23, 23, 23, 0.1);
    margin-left: 10px;
    font-size: 17px;
    color: #171717;
    font-weight: 400;
    font-family: "Inter", sans-serif;
    position: relative;
    z-index: 1;
    /* white-space: nowrap;
    flex-shrink: 0; */
}

.portfolio_nav ul li:hover {
    color: #fff;
    border: 1px solid #171717;
}

.portfolio_nav ul li:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 0%;
    background: #171717;
    left: 0;
    border-radius: 25px;
    top: 0;
    z-index: -1;
    transition: 0.5s;
    transform: scale(0);
    opacity: 0;
}

.portfolio_nav ul li:hover:after {
    transform: scale(1);
    opacity: 1;
    height: 100%;
    width: 100%;
}


.portfolio_menu ul li a {
    display: block;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    transition: .5s;
}

.portfolio_menu ul li a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 24px;
    height: 2px;
    width: 0%;
    background: #fff;
    transition: .5s;
}

.portfolio_nav ul li:hover,
.portfolio_nav ul li.current_menu_item {
    color: #fff;
    background: #FF5E14;

}

.case-study-single-box {
    margin-bottom: 30px;
    border: 2px solid #FF5E14;
    padding: 10px;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    transition: all 0.3s ease;
}

/* Gallery Grid Container Styles */
.gallery-grid-container .case-study-single-box {
    aspect-ratio: 1;
    height: auto;
    margin-bottom: 20px;
}

.gallery-grid-container .case-study-thumb2 {
    aspect-ratio: 1;
    height: 100%;
    position: relative;
    border-radius: 6px;
    width: 100%;
    overflow: hidden;
    z-index: 1;
}

.gallery-grid-container .case-study-thumb2:hover {
    border: 1px solid black;
}

.gallery-grid-container .case-study-thumb2 img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    left: 0 !important;
    transform: scale(1.1) !important;
    position: absolute;
    top: 0;
    transition: .5s;
}

.gallery-grid-container .case-study-single-box:hover .case-study-thumb2 img {
    transform: scale(1.2) !important;
}

.gallery-grid-container .case-study-contents {
    position: absolute;
    bottom: -80px;
    background: linear-gradient(90deg, rgba(255, 94, 20, 0.95) 0%, rgb(255 196 168 / 85%) 100%);
    /* padding: 20px 0 25px; */
    display: flex;
    width: 85%;

    text-align: left;
    padding-left: 10px;
    left: 4px;
    transition: .5s;
    opacity: 0;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.gallery-grid-container .case-study-single-box:hover .case-study-contents {
    bottom: 0px;
    padding: 8px;
    opacity: 1;
    transform: translateY(-5px);
}

/* Gallery Title Styles */
.gallery-grid-container .case-study-title h3 a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
    font-size: 16px;
    line-height: 1.3;
    display: block;
    word-wrap: break-word;
    hyphens: auto;
}

.gallery-grid-container .case-study-title h3 a:hover {
    color: #f0f0f0;
}

/* Case Study Title Mobile Responsive */
@media (max-width: 767px) {
    .gallery-grid-container .case-study-title h3 a {
        font-size: 14px;
        line-height: 1.2;
        font-weight: 500;
        padding: 2px 0;
    }
}

@media (max-width: 575px) {
    .gallery-grid-container .case-study-title h3 a {
        font-size: 13px;
        line-height: 1.1;
        font-weight: 500;
    }
}

@media (max-width: 480px) {
    .gallery-grid-container .case-study-title h3 a {
        font-size: 12px;
        line-height: 1.1;
        font-weight: 500;
        padding: 1px 0;
    }
}

@media (max-width: 375px) {
    .gallery-grid-container .case-study-title h3 a {
        font-size: 11px;
        line-height: 1.1;
        font-weight: 500;
    }
}


.portfolio_nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.portfolio_nav ul li {
    cursor: pointer;
    padding: 8px 16px;
    background: #f8f9fa;
    border: 2px solid #e9ecef;
    border-radius: 25px;
    transition: all 0.3s ease;
    font-weight: 500;
    color: #495057;
}

.portfolio_nav ul li:hover,
.portfolio_nav ul li.current_menu_item {
    background: #FF5E14;
    border-color: #FF5E14;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 94, 20, 0.3);
}

/* Portfolio Navigation Mobile Responsive */
@media (max-width: 767px) {
    .portfolio_nav {
        display: flex;
    }

    .portfolio_nav ul {
        flex-wrap: nowrap;
        justify-content: flex-start;
        gap: 6px;
        overflow-x: auto;
        padding: 0 10px;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        /* Firefox */
        -ms-overflow-style: none;
        /* IE and Edge */
    }

    .portfolio_nav ul::-webkit-scrollbar {
        display: none;
        /* Chrome, Safari, Opera */
    }

    .portfolio_nav ul li {
        white-space: nowrap;
        flex-shrink: 0;
        font-size: 12px;
        padding: 5px 10px;
        margin: 0;
    }
}

/* Gallery Responsive Styles */
/* Normal desktop :1200px. */
@media (min-width: 1200px) and (max-width: 1600px) {
    .gallery-grid-container .case-study-single-box {
        aspect-ratio: 1;
        height: auto;
    }

    .gallery-grid-container .case-study-thumb2 {
        aspect-ratio: 1;
        height: 100%;
    }

    .gallery-grid-container .case-study-thumb2 img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover;
        left: 0 !important;
        transform: none !important;
    }
}

/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1199px) {
    .gallery-grid-container .case-study-single-box {
        aspect-ratio: 1;
        height: auto;
    }

    .gallery-grid-container .case-study-thumb2 {
        aspect-ratio: 1;
        height: 100%;
    }

    .gallery-grid-container .case-study-thumb2 img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover;
        left: 0 !important;
        transform: none !important;
    }
}

/* Tablet :768px. */
@media (min-width: 768px) and (max-width: 991px) {
    .gallery-grid-container .case-study-single-box {
        aspect-ratio: 1;
        height: auto;
        margin-bottom: 20px;
    }

    .gallery-grid-container .case-study-thumb2 {
        aspect-ratio: 1;
        height: 100%;
    }

    .gallery-grid-container .case-study-thumb2 img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover;
        left: 0 !important;
        transform: none !important;
    }

    /* Portfolio Navigation Responsive */
    .portfolio_nav ul {
        flex-wrap: nowrap;
        justify-content: center;
        gap: 8px;
        overflow-x: auto;
        padding: 0 10px;
    }

    .portfolio_nav ul li {
        white-space: nowrap;
        flex-shrink: 0;
        font-size: 13px;
        padding: 6px 12px;
    }

    /* Portfolio Navigation Responsive */
    .portfolio_nav ul {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }

    .portfolio_nav ul li {
        margin: 3px;
        font-size: 13px;
        padding: 6px 12px;
    }

    /* Gallery Title Responsive */
    .case-study-title h3 {
        font-size: 16px !important;
        line-height: 1.3;
    }

    .gallery-grid-container .case-study-title h3 a {
        font-size: 16px !important;
        line-height: 1.3;
        font-weight: 500;
        word-wrap: break-word;
        hyphens: auto;
    }

    /* Gallery Content Responsive */
    .case-study-contents {
        padding: 15px 0 20px !important;
        padding-left: 20px !important;
        left: 10px !important;
        width: 95% !important;
    }
}

/* Mobile :767px. */
@media (max-width: 767px) {
    .gallery-grid-container .case-study-single-box {
        aspect-ratio: 1;
        height: auto;
        margin-bottom: 15px;
    }

    .gallery-grid-container .case-study-thumb2 {
        aspect-ratio: 1;
        height: 100%;
    }

    .gallery-grid-container .case-study-thumb2 img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover;
        left: 0 !important;
        transform: none !important;
    }

    /* Portfolio Navigation Responsive */
    .portfolio_nav ul {
        flex-wrap: nowrap;
        justify-content: center;
        gap: 6px;
        overflow-x: auto;
        padding: 0 10px;
        -webkit-overflow-scrolling: touch;
    }

    .portfolio_nav ul li {
        white-space: nowrap;
        flex-shrink: 0;
        font-size: 12px;
        padding: 5px 10px;
        margin: 0;
    }

    /* Gallery Title Responsive */
    .case-study-title h3 {
        font-size: 14px !important;
        line-height: 1.2;
    }

    .gallery-grid-container .case-study-title h3 a {
        font-size: 14px !important;
        line-height: 1.2;
        font-weight: 500;
        word-wrap: break-word;
        hyphens: auto;
    }

    /* Gallery Content Responsive */
    .case-study-contents {
        padding: 12px 0 16px !important;
        padding-left: 15px !important;
        left: 5px !important;
        width: 98% !important;
        bottom: -70px !important;
    }

    /* Gallery Hover Effect Mobile */
    .case-study-single-box:hover .case-study-contents {
        bottom: 15px !important;
        transform: translateY(-5px);
    }
}

/* Small mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 599px) {
    .gallery-grid-container .case-study-single-box {
        aspect-ratio: 1;
        height: auto;
        margin-bottom: 12px;
    }

    .gallery-grid-container .case-study-thumb2 {
        aspect-ratio: 1;
        height: 100%;
    }

    .gallery-grid-container .case-study-thumb2 img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover;
        left: 0 !important;
        transform: none !important;
    }

    /* Portfolio Navigation Responsive */
    .portfolio_nav ul {
        flex-wrap: nowrap;
        justify-content: center;
        gap: 4px;
        overflow-x: auto;
        padding: 0 8px;
        -webkit-overflow-scrolling: touch;
        margin: 0;
    }

    .portfolio_nav ul li {
        white-space: nowrap;
        flex-shrink: 0;
        font-size: 11px;
        padding: 4px 8px;
        margin: 0;
    }

    /* Gallery Title Responsive */
    .case-study-title h3 {
        font-size: 13px !important;
        line-height: 1.1;
    }

    .gallery-grid-container .case-study-title h3 a {
        font-size: 13px !important;
        line-height: 1.1;
        font-weight: 500;
        word-wrap: break-word;
        hyphens: auto;
    }

    /* Gallery Content Responsive */
    .case-study-contents {
        padding: 10px 0 14px !important;
        padding-left: 12px !important;
        left: 3px !important;
        width: 99% !important;
        bottom: -65px !important;
    }

    /* Gallery Hover Effect Mobile */
    .case-study-single-box:hover .case-study-contents {
        bottom: 15px !important;
        transform: translateY(-5px);
    }
}

/* Extra small mobile :320px. */
@media only screen and (max-width: 479px) {
    .gallery-grid-container .case-study-single-box {
        aspect-ratio: 1;
        height: auto;
        margin-bottom: 10px;
    }

    .gallery-grid-container .case-study-thumb2 {
        aspect-ratio: 1;
        height: 100%;
    }

    .gallery-grid-container .case-study-thumb2 img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover;
        left: 0 !important;
        transform: none !important;
    }

    /* Portfolio Navigation Responsive */
    .portfolio_nav ul {
        flex-wrap: nowrap;
        justify-content: center;
        gap: 3px;
        overflow-x: auto;
        padding: 30px 0px !important;
        -webkit-overflow-scrolling: touch;
        margin: 0;
    }

    .portfolio_nav ul li {
        white-space: nowrap;
        flex-shrink: 0;
        font-size: 10px;
        padding: 3px 6px;
        margin: 0;
    }

    /* Gallery Title Responsive */
    .case-study-title h3 {
        font-size: 12px !important;
        line-height: 1.1;
    }

    .gallery-grid-container .case-study-title h3 a {
        font-size: 12px !important;
        line-height: 1.1;
        font-weight: 500;
        word-wrap: break-word;
        hyphens: auto;
    }

    /* Gallery Content Responsive */
    .case-study-contents {
        padding: 8px 0 12px !important;
        padding-left: 10px !important;
        left: 2px !important;
        width: 99.5% !important;
        bottom: -60px !important;
    }

    /* Gallery Hover Effect Mobile */
    .case-study-single-box:hover .case-study-contents {
        bottom: 15px !important;
        transform: translateY(-5px);
    }
}

/* Responsive Grid Adjustments */
@media (max-width: 767px) {
    .gallery-grid-container .col-6 {
        padding: 0 5px;
    }

    .gallery-grid-container .case-study-single-box {
        margin-bottom: 10px;
    }

    /* Ensure proper spacing on mobile */
    .gallery-grid-container .row {
        margin: 0 -5px;
    }

    .gallery-grid-container .col-6 {
        padding: 0 5px;
    }

    .row.align-items-center.mb-50 {
        margin-bottom: 0px !important;
    }
}

@media (max-width: 575px) {
    .gallery-grid-container .col-6 {
        padding: 0 3px;
    }

    .gallery-grid-container .case-study-single-box {
        margin-bottom: 8px;
    }

    /* Adjust grid for very small screens */
    .gallery-grid-container .row {
        margin: 0 -3px;
    }

    .gallery-grid-container .col-6 {
        padding: 0 3px;
    }
}

/* Additional Mobile Optimizations */
@media (max-width: 480px) {
    .gallery-grid-container .case-study-single-box {
        margin-bottom: 6px;
    }

    .gallery-grid-container .case-study-contents {
        padding: 8px 0 10px !important;
        padding-left: 8px !important;
    }

    .gallery-grid-container .case-study-title h3 {
        font-size: 11px !important;
    }

    /* Mobile hover effect optimization */
    .gallery-grid-container .case-study-single-box:hover .case-study-thumb2 img {
        transform: scale(1.15) !important;
    }
}

/* Landscape Mobile Optimization */
@media (max-width: 767px) and (orientation: landscape) {
    .gallery-grid-container .case-study-single-box {
        margin-bottom: 12px;
    }

    .gallery-grid-container .case-study-contents {
        padding: 10px 0 15px !important;
        padding-left: 15px !important;
    }
}

/* Touch Device Hover Effects */
@media (hover: none) and (pointer: coarse) {
    .gallery-grid-container .case-study-single-box:hover .case-study-thumb2 img {
        transform: scale(1.1) !important;
    }

    .gallery-grid-container .case-study-single-box:hover .case-study-contents {
        bottom: 0px !important;
        opacity: 1;
        transform: translateY(-5px);
    }

    .gallery-grid-container .case-study-thumb2:hover {
        border: 1px solid black;
    }
}

.case-study-thumb2 {
    position: relative;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    z-index: 1;
}

.case-study-thumb2:hover {
    border: 1px solid black;
}

.case-study-thumb2 img {
    height: 290px !important;
    width: auto !important;
    position: relative;
    left: 20px;
    transform: scale(1.1);
    transition: .5s;
}

.case-study-thumb2 img:hover {
    transform: scale(1.2);
}

.case-study-contents {
    position: absolute;
    bottom: -84px;
    background: linear-gradient(90deg,
            rgba(255, 94, 20, 1) 0%,
            rgba(255, 94, 20, 0) 100%);
    width: 90%;
    padding: 19px 0 24px;
    text-align: left;
    padding-left: 30px;
    left: 20px;
    transition: .5s;
    opacity: 0;
}

.case-study-title.style2 h3 a {
    display: inline-block;
    font-size: 24px;
    color: #171717;
    font-weight: 700;
    font-family: "Inter", sans-serif;
}

.case-title span a {
    display: inline-block;
    font-size: 18px;
    color: #ff5e14;
    font-weight: 400;
    font-family: "Inter", sans-serif;
}

.project-btn {
    padding: 30px 0 0;
    text-align: center;
}



/* all hover */
.case-study-single-box:hover .case-study-contents {
    bottom: 15px;
    opacity: 1;
    transform: translateY(-5px);
}

/*======================================
<-- Indastre Case Study Details Css -->
========================================*/
.case-study-details {
    padding: 120px 0 120px;
}

.csde-title h2 {
    font-size: 34px;
    color: #171717;
    font-weight: 700;
    font-family: "Inter", sans-serif;
    margin: 41px 0 15px;
}

p.desc-strong {
    font-size: 17px;
    line-height: 26px;
    color: #171717;
    font-weight: 400;
    font-style: italic;
    font-family: "Archivo";
    margin: 25px 0 47px;
}

.porject-title {
    margin-bottom: 37px;
}

.porject-title.style-2 {
    margin: 55px 0 18px;
}

.porject-title h2 {
    font-size: 34px;
    color: #171717;
    font-weight: 700;
    font-family: "Inter", sans-serif;
}

p.style1 {
    margin-bottom: 35px;
}

.porject-list ul li {
    font-size: 17px;
    color: #575f66;
    font-weight: 400;
    font-family: "Archivo";
    margin-bottom: 15px;
}

.porject-list ul li i {
    color: #FF5E14;
    font-size: 20px;
    margin-right: 12px;
}

/* case sidber */

.case-sidber {
    filter: drop-shadow(0px 5px 30px rgba(117, 117, 117, 0.1));
    background-color: #ffffff;
    position: relative;
    margin-top: -81px;
    margin-bottom: 30px;
}

.csd-title {
    margin-bottom: 30px;
}

.csd-title h3 {
    font-size: 22px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Inter", sans-serif;
    background: #FF5E14;
    padding: 23px 40px 23px;
}

.csd-info-sidber-box {
    padding: 0 40px 1px;
}

.sidber-box {
    margin-bottom: 20px;
    border-bottom: 1px solid #F4F5F7;
    padding-bottom: 20px;
}

.sidber-box:last-child {
    border: none;
}

.case-info-icon {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    background-color: #f5f6f8;
    line-height: 60px;
    text-align: center;
    display: inline-block;
    float: left;
    margin-right: 20px;
}

.case-info-icon span i {
    color: #FF5E14;
}

.case-info-address {
    display: inline-block;
}

h3.name-title {
    font-size: 18px;
    color: #171717;
    font-weight: 500;
    font-family: "Inter", sans-serif;
    margin-top: 8px;
}

/* porject sideber box */

.porject-sidebar-box {
    background: #171717;
    padding: 26px 40px 40px;
}

.porject-share-title h3 {
    font-size: 22px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Inter", sans-serif;
    position: relative;
    z-index: 1;
    margin-bottom: 36px;
}

.porject-share-title h3:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -23px;
    height: 2px;
    background: #dedfe01a;
    width: 100%;
}

.porject-share-title h3:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -23px;
    height: 2px;
    background: #FF5E14;
    width: 15px;
}

p.share-text {
    color: #8e939f;
    margin-bottom: 14px;
}

.csd-social-icon ul li {
    display: inline-block;
    margin-right: 8px;
}

.csd-social-icon ul li a {
    font-size: 16px;
    color: #ffffff7a;
    font-family: "Font Awesome";
    text-align: center;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.10196078431372549);
    display: inline-block;
    line-height: 40px;
}

.csd-social-icon ul li a:hover {
    background: #FF5E14;
    color: #fff;
}

.row.upper-pb {
    margin-bottom: 90px;
}

/*====================
 pagination 
=====================*/

.pagination-bg {
    background: #F5F6F8;
    margin: 0;
    padding: 32px 20px 27px 40px;
    display: flex;
    justify-content: space-between;
}

.pagination-single-item {
    display: flex;
    position: relative;
}

.pagination-single-item.right:before {
    position: absolute;
    content: "";
    left: -85%;
    top: 4px;
    opacity: 0.102;
    width: 2px;
    height: 55px;
    background-color: rgb(23 23 23 / 49%);
}

.pagination-btn {
    margin-right: 20px;
}

.pagination-btn.right {
    margin-left: 20px;
}

.pagination-btn a {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: #ffffff;
    line-height: 50px;
    text-align: center;
    color: #FF5E14;
    font-size: 16px;
}


.pagination-content.right {
    text-align: right;
}

h3.pagination-title {
    font-size: 22px;
    color: #171717;
    font-weight: 700;
    font-family: "Inter", sans-serif;
    margin-top: 8px;
}

.pagination-content span {
    font-size: 17px;
    color: #ff5e14;
    font-weight: 400;
    font-family: "Archivo";
}

/*===================================
<-- Indastre Contact  US Css -->
=====================================*/
.contact-us {
    padding: 120px 0 0px;
    background: url(../images/resource/contact_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/*single-call-do-box*/
.single-call-do-box {
    text-align: center;
    padding: 40px 35px 25px;
    background: #F5F6F8;
    margin-bottom: 30px;
}

.single-call-do-icon i {
    text-align: center;
    line-height: 100px;
    display: inline-block;
    font-size: 30px;
    color: #FF5E14;
    margin-bottom: 18px;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    background-color: #ffffff;
    cursor: pointer;
    transition: .5s;
}

h3.call-do-title {
    font-size: 22px;
    color: #171717;
    font-weight: 500;
    font-family: "Inter", sans-serif;
    text-align: center;
    margin-bottom: 12px;
}

.call-do-text p {
    font-size: 16px;
    color: #575f66;
    font-weight: 300;
    font-family: "Archivo";
    text-align: center;
    margin: 0;
    padding-bottom: 6px;
}

.single-call-do-box:hover .single-call-do-icon i {
    background: #FF5E14;
    color: #fff;
}

.row.contact-center {
    margin: 0;
    padding: 0 175px 0;
    margin-top: 69px;
    z-index: 1;
    position: relative;
}

.contact_from_box {
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
    background: #171717;
    padding: 67px 50px 80px;
    border-top: 5px solid #FF5F15;
}

.form_box input {
    height: 60px;
    background-color: #ffffff;
    width: 100%;
    border: 0;
    outline: 0;
    padding: 0 20px;
    margin-bottom: 20px;
}

.form_box input::placeholder {
    font-size: 15px;
    color: #575f66;
    font-weight: 300;
    font-family: "Archivo";
}

.form_box textarea {
    width: 100%;
    height: 200px;
    padding: 15px 20px;
}

.form_box textarea::placeholder {
    font-size: 15px;
    color: #575f66;
    font-weight: 300;
    font-family: "Archivo";
}

.quote_button {
    text-align: center;
    margin-top: 20px;
}

.contact-us button.btn {
    font-size: 17px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Inter", sans-serif;
    background: #FF5E15;
    border-radius: 0;
    padding: 16px 38px;
    position: relative;
    z-index: 1;
    transition: .5s;
}

button.btn:hover {
    color: #171717;
}



/*=====================================
<-- Consen Error Area Css -->
=======================================*/
.error-area {
    padding: 100px 0 100px;
}

.error-thumb {
    text-align: center;
}

.error-content {
    text-align: center;
}

.error-content h2 {
    font-size: 36px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
}

.error-content h2 span {
    color: #fe4e5b;
}

.error-content p {
    font-size: 18px;
    padding-top: 15px;
    padding-bottom: 20px;
}

.error-search {
    text-align: center;
}

.error-button {
    text-align: center;
    margin-top: 40px;
}

.error-search input {
    width: 50%;
    height: 58px;
    border: 1px solid rgba(35, 35, 35, 0.12);
    border-radius: 30px;
    padding-left: 30px;
    outline: 0;
}

.error-search input:focus {
    outline: 0;
    box-shadow: 0 0 6px rgb(204, 48, 0, 0.6);
}

.error-search button {
    outline: 0;
    border: 0;
    background: transparent;
    position: relative;
    margin-left: -55px;
    color: #686868;
}

.error-search ::placeholder {
    color: #686868;
}

.error-button a {
    padding: 14px 40px 14px 40px;
    font-family: 'Fira Sans';
    font-weight: 500;
    color: #fff;
    background: #FF3B00;
    display: inline-block;
    border-radius: 30px;
    border: 1px solid #FF3B00;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.error-button a i {
    margin-right: 5px;
}

.error-button a:before {
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: #10102E;
    border-radius: 30px;
    transition: .5s;
}

.error-button a:hover {
    border-color: #10102E;
}

.error-button a:hover:before {
    width: 100%;
    left: 0;
}

.map-section {
    position: relative;
    margin-bottom: -7px;
}


/*=================================================
<-- Indastre Blog Sidber Widget CSS -->
==================================================*/

.blog-section.page .single-blog-box:before {
    position: inherit;
    border: 0;
}

.single-blog-thumb {
    overflow: hidden;
}

.single-blog-thumb img {
    transition: .5s;
    width: 100%;
}

.blog-contents {
    background: #F5F6F8;
    padding: 30px 33px 35px 30px;
    border-bottom: 4px solid transparent;
    transition: .5s;
}

.meta-blog p {
    font-size: 15px;
    color: #575f66;
    font-weight: 300;
    font-family: "Archivo";
}

.meta-blog p span {
    position: relative;
    padding-left: 40px;
    z-index: 1;
}

.meta-blog p span:before {
    position: absolute;
    content: "";
    left: 16px;
    top: 3px;
    height: 10px;
    width: 10px;
    background: #D3D4D6;
    border-radius: 50%;
}

.blog-title h3 {
    margin-top: -4px;
}

.blog-title h3 a {
    font-size: 24px;
    line-height: 30px;
    color: #101210;
    font-weight: 700;
    font-family: "Inter", sans-serif;
    display: inline-block;
    transition: .5s;
}

.blog-title h3 a:hover {
    color: #FF5D13;
}

.blog-btn {
    margin-top: 21px;
    border-top: 1px solid #d3d3d494;
    padding-top: 21px;
}

.blog-btn a {
    display: inline-block;
    font-size: 17px;
    line-height: 30px;
    color: #101210;
    font-weight: 500;
    font-family: "Inter", sans-serif;
}

.blog-btn a i {
    display: inline-block;
    margin-left: 13px;
    font-size: 20px;
    width: 32px;
    height: 32px;
    background-color: transparent;
    line-height: 32px;
    text-align: center;
    color: #101210;
    position: relative;
    top: 3px;
    transition: .5s;
}

/* all hover */
.single-blog-box:hover .blog-contents {
    border-bottom: 4px solid #FF5D13;
    background-color: #fff;
    filter: drop-shadow(0px 10px 20px rgba(137, 137, 137, 0.15));
}

.single-blog-box:hover .blog-btn a {
    color: #FF5D13;
}

.single-blog-box:hover .blog-btn a i {
    color: #fff;
    background: #FF5D13;

}

.single-blog-box:hover .single-blog-thumb img {
    transform: scale(1.2);
}

.widget-items-search {
    position: relative;
    margin-bottom: 30px;
}

.src-input-box:focus {
    border: 1px solid #ccc;
}

input.src-input-box::placeholder {
    font-size: 15px;
    color: #575f66;
    font-weight: 300;
    font-family: "Archivo";
}

.src-icon {
    position: absolute;
    right: 0;
    top: 32px;
    transform: translateY(-50%);
    font-size: 15px;
    border: none;
    background: #FF5E15;
    padding: 17px 25px;
    color: #fff;
}

/*search items*/
.widget-items {
    background: #F5F6F8;
    border-radius: 3px;
    padding: 40px 40px 15px;
    margin-bottom: 30px;
}

.src-input-box {
    border: 1px solid #cccccc57;
    padding: 17px 30px;
    width: 100%;
}


/*categories*/
.widget-title {
    margin-bottom: 28px;
    position: relative;
}

.widget-title h2 {
    margin-top: 0;
}

.widget-archieve-item {
    color: #232323;
}

.widget-archieve-item:hover {
    color: #ff3b00;
}

.widget-items .widget-title h2 {
    display: block;
    position: relative;
    z-index: 1;
    font-size: 22px;
    color: #171717;
    font-weight: 700;
    font-family: "Inter", sans-serif;
}

.widget-title h2::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 100%;
    height: 2px;
    background-color: rgba(23, 23, 23, 0.10196078431372549);
}

.widget-title h2::after {
    content: "";
    position: absolute;
    left: 0;
    top: 45px !important;
    width: 15px;
    height: 2px;
    background-color: #ff5e14;
    animation-duration: 5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-name: MOVE-BG;
}

@keyframes MOVE-BG {
    0% {
        left: 0px;
        top: 0px;
    }

    100% {
        left: 320px;
        top: 0px;
    }
}

.hr-3 {
    border-top: 1px solid #e6e6e6;
    padding-top: 15px;
}

.catagory-item {
    margin: 43px 0 7px;
}

.catagory-item ul li {
    border-bottom: 1px solid rgba(23, 23, 23, 0.10196078431372549);
}

.catagory-item ul li:last-child {
    border-bottom: none;
}

.catagory-item ul li a {
    font-size: 18px;
    color: #171717;
    font-weight: 400;
    font-family: "Inter", sans-serif;
    display: inline-block;
    padding: 10px 0;
}

.catagory-item ul li:hover a {
    color: #FF5E15;
}


.catagory-item ul li a i {
    color: #FF5E15;
    font-size: 15px;
    margin-right: 14px;
}

/*post thumb*/

.widget-recent-post {
    margin-bottom: 23px;
    padding-top: 24px;
}

.rpost-thumb {
    margin-right: 20px;
}

/*post title*/
.rpost-title h4 {
    transition: .5s;
    margin: 0;
    font-size: 18px;
    line-height: 24px;
    color: #171717;
    font-weight: 500;
    font-family: "Inter", sans-serif;
}

.rpost-title span {
    font-size: 14px;
    display: inline-block;
}

.rpost-title h4:hover {
    color: #FF5E15;
}

/*tag menu*/

.tag-item {
    margin: 50px 0 17px;
}

.tag-item a {
    padding: 8px 20px;
    display: inline-block;
    margin: 2px 3px 8px;
    transition: .5s;
    font-size: 16px;
    line-height: 26px;
    color: #171717;
    font-weight: 500;
    font-family: "Inter", sans-serif;
    background: #fff;
}

.tag-item a:hover {
    color: #fff;
    background: #FF5E15;
}

/*pagination*/
.pagination.center {
    text-align: center !important;
    display: flex;
    align-items: center !important;
    justify-content: center;
    margin-top: 50px;
}

.pagination a {
    font-size: 18px;
    font-weight: 500;
    color: #919191;
    float: left;
    text-decoration: none;
    transition: background-color .3s;
    margin: 0 4px;
    height: 42px;
    width: 42px;
    line-height: 42px;
    text-align: center;
    border: 1px solid rgba(33, 33, 33, 0.1);
}

.pagination a:hover {
    background: #FF5E15;
    color: #fff;

}


/*
<!-- ============================================================== -->
<!-- Indastre Blog Details Css -->
<!-- ============================================================== -->*/
.blog-details {
    background: #fff;
    padding: 100px 0 70px;
}

.blog-content {
    transition: .5s;
}

.blog-meta {
    border-bottom: 1px solid rgba(23, 23, 23, 0.10196078431372549);
    padding: 22px 0 25px;
}

.blog-meta span {
    padding-left: 20px;
    font-size: 16px;
    color: #575f66;
    font-weight: 400;
    font-family: "Inter", sans-serif;
    position: relative;
    z-index: 1;
    padding-right: 25px;
}

.blog-meta span:before {
    position: absolute;
    z-index: -1;
    width: 10px;
    height: 10px;
    background-color: #d1d1d1;
    content: "";
    top: 5px;
    left: 0;
}

.blog-meta span a {
    color: #575f66;
    transition: .5s;
    display: inline-block;
}

.blog-meta span a:hover {
    color: #FF5E15;
}

.blog-content-text.text-left h2 {
    font-size: 34px;
    color: #171717;
    font-weight: 700;
    font-family: "Inter", sans-serif;
    margin: 25px 0 14px;
}

p.qouik2 {
    margin: 24px 0 35px;
}

/*blog tetails items*/

.blog-details-single-items {
    background: #F5F6F8;
    text-align: center;
    padding: 40px 19px 30px;
}

.blog-details-desc p {
    font-size: 22px;
    line-height: 36px;
    color: #171717;
    font-weight: 400;
    font-style: italic;
    font-family: "Archivo";
    text-align: center;
    padding: 20px 0 10px;
}

h3.blog-details-title {
    font-size: 22px;
    color: #ff5e14;
    font-weight: 700;
    font-family: "Inter", sans-serif;
    text-align: center;
    margin-bottom: 6px;
}

h2.blog-dtls-title3 {
    font-size: 34px;
    color: #171717;
    font-weight: 700;
    font-family: "Inter", sans-serif;
    margin: 56px 0 18px;
}

p.desc-style1 {
    margin-bottom: 36px;
}

/* blog details list thumb */

.blog-details-list-item {
    margin-top: 18px;
}

h3.blog-details-list-title {
    font-size: 24px;
    color: #171717;
    font-weight: 700;
    font-family: "Inter", sans-serif;
    margin-bottom: 17px;
}

ul.blog-details-list li {
    font-size: 16px;
    color: #171717;
    font-weight: 500;
    font-family: "Archivo";
    margin-bottom: 8px;
}

ul.blog-details-list img {
    margin-right: 10px;
}

/*blog social*/

.blog-details-social {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(23, 23, 23, 0.1);
    border-bottom: 1px solid rgba(23, 23, 23, 0.1);
    padding: 16px 0 16px;
    margin-top: 60px;
    margin-bottom: 65px;
}

.blog-social-tags span strong {
    font-size: 18px;
    color: #171717;
    font-weight: 500;
    font-family: "Inter", sans-serif;
    margin-right: 20px;
}

.single-blog-social-icon {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.share-text {
    margin-right: 20px;
}

.share-text h4 {
    margin: 0;
    font-size: 18px;
    color: #171717;
    font-weight: 500;
    font-family: "Inter", sans-serif;
}


.single-blog-social-icon ul li {
    display: inline-block;
    margin-right: 5px;
}

.single-blog-social-icon ul li i {
    font-size: 15px;
    height: 34px;
    width: 34px;
    line-height: 34px;
    text-align: center;
    border: 1px solid #ccc;
    display: inline-block;
    color: #686868;
    transition: .5s;
}

.single-blog-social-icon ul li:hover i {
    color: #fff;
    background: #ff5e14;
}


/* Comment CSS */

.blog-details-contents h3 {
    font-size: 28px;
    color: #171717;
    font-weight: 700;
    font-family: "Inter", sans-serif;
    margin-bottom: 32px;
}

.blog-details-comment {
    margin-bottom: 20px;
    position: relative;
    background: #F5F6F8;
    padding: 33px 40px 24px 30px;
}

.blog-details-comment-thumb {
    float: left;
    margin-right: 25px;
}

.blog-details-comment-content {
    overflow: hidden;
}

.blog-details-comment-content h2 {
    margin-top: 0;
    font-size: 20px;
    color: #171717;
    font-weight: 700;
    font-family: "Inter", sans-serif;
    margin-bottom: 8px;
}

.blog-details-comment-reply span {
    display: inline-block;
    font-size: 16px;
    color: #575f66;
    font-weight: 300;
    font-family: "Archivo";
    position: relative;
    z-index: 1;
    margin-right: 25px;
}

.blog-details-comment-reply span:before {
    position: absolute;
    content: "";
    right: -16px;
    top: 6px;
    width: 2px;
    height: 15px;
    background-color: rgba(23, 23, 23, 0.14901960784313725);
    z-index: -1;
}

.blog-details-comment-reply a {
    font-size: 14px;
    border-radius: 2px;
    display: inline-block;
    font-size: 16px;
    color: #ff5e14;
    font-weight: 500;
    font-family: "Inter", sans-serif;
}

.blog-details-comment-reply a i {
    margin-right: 10px;
}

.blog-details-comment.reply {
    margin-left: 80px;
}

/* commet form */
.comment-form {
    margin-top: 56px;
}

.comment-title h3 {
    font-size: 28px;
    color: #171717;
    font-weight: 700;
    font-family: "Inter", sans-serif;
    margin-bottom: 27px;
}

#comment-msg-box {
    width: 100%;
    transition: .5s;
    height: 200px;
    background-color: #ffffff;
    border: 1px solid rgba(23, 23, 23, 0.1);
    padding: 21px 25px;
}

#comment-msg-box::placeholder {
    font-size: 15px;
    color: #575f66;
    font-weight: 300;
    font-family: "Archivo";
}

input.comment-box {
    height: 60px;
    background-color: #ffffff;
    border: 1px solid rgba(23, 23, 23, 0.1);
    width: 100%;
    margin-bottom: 20px;
    padding: 25px;
}

input.comment-box::placeholder {
    font-size: 15px;
    color: #575f66;
    font-weight: 300;
    font-family: "Archivo";
}

.comment-box:focus,
#comment-msg-box:focus {
    border-color: #FF5E15;
    outline: 0;
    box-shadow: 0 0 6px rgb(204, 48, 0, 0.6);
}

/*form button*/
.comment-form .submit-comment {
    background: #FF5E15;
    border: 1px solid #FF5E15;
    padding: 14px 39px;
    margin-left: 15px;
    transition: .5s;
    font-size: 17px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Inter", sans-serif;
    margin-top: 10px;
}

.comment-form .submit-comment:hover {
    background: #fff;
    color: #FF5E15;
}



/*
<!-- ============================================================== -->
<!-- Consen Bounce Animation Css -->
<!-- ============================================================== -->*/
/* bounce-animate */
.bounce-animate {
    animation-name: float-bob;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob;
    -o-animation-duration: 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.bounce-animate2 {
    animation-name: float-bob2;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob2;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob2;
    -ms-animation-duration: 3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob2;
    -o-animation-duration: 3s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.bounce-animate3 {
    animation-name: float-bob3;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob3;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob3;
    -ms-animation-duration: 3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob3;
    -o-animation-duration: 3s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.bounce-animate4 {
    animation-name: float-bob4;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob4;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob4;
    -ms-animation-duration: 5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob4;
    -o-animation-duration: 5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.bounce-animate5 {
    animation-name: float-bob5;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob5;
    -moz-animation-duration: 6s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob5;
    -ms-animation-duration: 6s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob5;
    -o-animation-duration: 6s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.bounce-animate-slow {
    animation-name: float-bob5;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob5;
    -moz-animation-duration: 15s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob5;
    -ms-animation-duration: 15s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob5;
    -o-animation-duration: 15s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.bounce-animate-3 {
    animation-name: float-bob6;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob6;
    -moz-animation-duration: 6s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob6;
    -ms-animation-duration: 6s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob6;
    -o-animation-duration: 6s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

@keyframes float-bob {
    0% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    50% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }

    100% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
}

@keyframes float-bob2 {
    0% {
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px);
    }

    50% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    100% {
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px);
    }
}

@keyframes float-bob3 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }

    50% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
}

@keyframes float-bob4 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }

    50% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }

    100% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
}

@keyframes float-bob5 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
}

@keyframes float-bob6 {
    0% {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }

    50% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}

@keyframes movebounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}


@keyframes moveleftbounce {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}



/*--==============================================->
  <!-- Consen Animation Dance -->
 ==================================================-*/
/**/
.dance3 {
    -webkit-animation: dance3 8s alternate infinite;
    animation: dance3 8s alternate infinite;
}

@keyframes dance3 {
    0% {
        -webkit-transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

.dance {
    -webkit-animation: dance 2s alternate infinite;
    animation: dance 2s alternate infinite;
}

@keyframes dance {
    0% {
        -webkit-transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1.2);
    }
}

.dance2 {
    -webkit-animation: dance2 4s alternate infinite;
    animation: dance2 4s alternate infinite;
}

@keyframes dance2 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
    }

    50% {
        -webkit-transform: translate3d(25px, -25px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, -25px, 25px);
    }
}

.watermark-animate {
    -webkit-animation: watermark-animate 8s infinite;
    animation: watermark-animate 8s infinite;
    animation-direction: alternate-reverse;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@keyframes watermark-animate {
    0% {
        left: 0;
    }

    100% {
        left: 100%;
    }
}


/*===========================
<-- Consen Loader Css -->
=============================*/
.loader-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: 0.8s 1s ease;
    z-index: 666;
}

.loader {
    position: relative;
    display: block;
    z-index: 201;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    border-radius: 50%;
    transition: all 1s 1s ease;
    border: 3px solid transparent;
    border-top-color: #9A241C;
    -webkit-animation: spin 1.5s linear infinite;
    -moz-animation: spin 1.5s linear infinite;
    -o-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

.loader:before {
    position: absolute;
    content: '';
    top: 6px;
    left: 6px;
    right: 6px;
    bottom: 6px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-left-color: #ff5e14;
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    -o-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.loader:after {
    position: absolute;
    content: '';
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-right-color: #fff;
    -webkit-animation: spin 2.5s linear infinite;
    -moz-animation: spin 2.5s linear infinite;
    -o-animation: spin 2.5s linear infinite;
    animation: spin 2.5s linear infinite;
}

/*/ Here comes the Magic /*/

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loader-wrapper .loder-section {
    position: fixed;
    top: 0;
    width: 50%;
    height: 100%;
    background: #111;
    z-index: 2;
}

.loader-wrapper .loder-section.left-section {
    left: 0;
    transition: 1s 1.4s ease;
}

.loader-wrapper .loder-section.right-section {
    right: 0;
    transition: 1s 1.4s ease;
}

/*/ When page loaded /*/
.loaded .loder-section.left-section {
    left: -100%;
}

.loaded .loder-section.right-section {
    right: -100%;
}

.loaded .loader-wrapper {
    visibility: hidden;
}

.loaded .loader {
    top: -100%;
    opacity: 0;
}


/*
<!-- ============================================================== -->
<!--Scrollup Button Section -->
<!-- ============================================================== -->*/

/*------back-to-top------------*/

.prgoress_indicator {
    position: fixed;
    right: 50px;
    bottom: 20px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(255, 59, 0, 0.2);
    z-index: 12;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transform: translateY(15px) !important;
    transition: all 200ms linear !important;
}

.prgoress_indicator.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) !important;
}

.prgoress_indicator::after {
    position: absolute;
    content: "\f106";
    font-family: "Font Awesome 5 Free";
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    color: #ff5e14;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    font-weight: 900;
    z-index: 1;
    transition: all 200ms linear !important;
}

.prgoress_indicator::before {
    position: absolute;
    content: "\f106";
    font-family: "Font Awesome 5 Free";
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    font-weight: 900;
    opacity: 0;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 2;
    transition: all 200ms linear !important;
}

.prgoress_indicator:hover ::after {
    color: #2871ff;
}

.prgoress_indicator:hover ::before {
    opacity: 1;
}

.prgoress_indicator svg path {
    fill: none;
}

.prgoress_indicator svg.progress-circle path {
    stroke: #ff5e14;
    stroke-width: 4;
    box-sizing: border-box;
    transition: all 200ms linear !important;
}


/*** 
====================================================================
    Search Popup
====================================================================
***/
.search-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    margin-top: -540px;
    transform: translateY(-100%);
    background-color: rgba(253, 127, 75, 0.90);
    -webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    /* easeInOutQuint */
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    /* easeInOutQuint */
}

.search-popup {
    width: 100%;
}

.search-active .search-popup {
    transform: translateY(0%);
    margin-top: 0;
}

.search-popup .close-search {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: -200px;
    border-radius: 50%;
    text-align: center;
    background-color: #FD7F4B;
    width: 70px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    border-bottom: 3px solid #ffffff;
    -webkit-transition: all 500ms ease;
    height: 70px;
    line-height: 70px;
    text-align: center;
}

.search-active .search-popup .close-search {
    visibility: visible;
    opacity: 1;
    top: 50%;
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

.search-popup form {
    position: absolute;
    max-width: 700px;
    top: 50%;
    left: 15px;
    right: 15px;
    margin: -35px auto 0;
    transform: scaleX(0);
    transform-origin: center;
    background-color: #111111;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.search-active .search-popup form {
    transform: scaleX(1);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.search-popup .form-group {
    position: relative;
    margin: 0px;
    overflow: hidden;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 50px;
    color: #000000;
    height: 70px;
    width: 100%;
    padding: 10px 30px;
    background-color: #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    font-weight: 500;
    text-transform: capitalize;
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
    position: absolute;
    right: 30px;
    top: 0px;
    height: 70px;
    line-height: 70px;
    background: transparent;
    text-align: center;
    font-size: 24px;
    color: #FD7F4B;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    border: none;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover {
    color: #000000;
}

.search-popup input::placeholder,
.search-popup textarea::placeholder {
    color: #000000;
}

.search-popup .close-search.style-two {
    position: absolute;
    right: 25px;
    left: auto;
    color: #ffffff;
    width: auto;
    height: auto;
    top: 25px;
    margin: 0px;
    border: none;
    background: none !important;
    box-shadow: none !important;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.nav_scroll::after {
    content: "";
    margin-right: 20px;
    border-right: 1px solid #ff5e14;
}

.search-box-btn i {
    display: inline-block;
    color: #000;
    line-height: 35px;
    font-size: 18px;
    cursor: pointer;
    transition: .5s;
}

.flaticon-multiply:before {
    content: inherit;
}

button.close-search i {
    font-size: 25px;
    color: #fff;
    display: inline-block;
}

span.flaticon-multiply i {
    display: inline-block;
    color: #fff;
}

/* curser point */

.curser {
    position: fixed;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    border: 1px solid #ff5e14;
    border-radius: 50%;
    pointer-events: none;
    transform: translate(-50%, -50%);
    z-index: 222;
    transition: .1s;
}

.curser2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 6px;
    height: 6px;
    background: #ff5e14;
    border-radius: 50%;
    pointer-events: none;
    transform: translate(-50%, -50%);
    z-index: 222;
    transition: .15s;
    animation: Ripple 1.6s ease-in-out infinite;
    -webkit-animation: Ripple 1.6s ease-in-out infinite;
    -moz-animation: Ripple 1.6s ease-in-out infinite;
}


@keyframes Ripple {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }

    50% {
        transform: scale(3);
        -webkit-transform: scale(3);
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}


/*================================
<--  Bluebell Footer Area Css -->
==================================*/

/* Main Footer Section - Dark Blue Background */
.footer-section {
    background: #0b122f;
    padding: 60px 0 30px 0;
    position: relative;
}

/* Company Info Section - Left Column */
.footer-contact-info {
    margin-bottom: 30px;
}

/* Company Logo - Remove white filter to make it visible */
/* .footer-logo {
    margin-bottom: 25px;
} */

.footer-logo img {
    max-width: 200px;
    height: auto;
}

/* Company Description Text */
.footer-desc {
    color: #ffffff;
    margin-bottom: 25px;
    line-height: 1.6;
    font-size: 0.95rem;
}

/* Social Media Icons Container */
.footer-widget-social-icon {
    margin-top: 20px;
}

.footer-widget-social-icon ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 15px;
}

/* Social Media Icon Links - Orange Circular Background */
.footer-widget-social-icon ul li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #ff6b35;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-widget-social-icon ul li a:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(255, 107, 53, 0.4);
}

/* Section Headings with Orange Underline */
.widget-title {
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
}

/* .widget-title:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 30px;
    height: 2px;
    background: #ff6b35;
} */

/* Footer Menu Lists - Proper Alignment */
.footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-menu li {
    margin-bottom: 8px;
    display: block;
}

.footer-menu li a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 0.9rem;
    line-height: 1.4;
    display: block;
}

.footer-menu li a:hover {
    color: #ff6b35;
}

/* Contact Box - Orange Background with Proper Sizing */
.footer-contact-box {
    background: #ff6b35;
    border-radius: 10px;
    padding: 25px;
    height: auto;
    position: relative;
    max-width: 100%;
}

/* Company Motto in Contact Box - Normal Font Style */
.contact-motto {
    margin-bottom: 20px;
}

.contact-motto p {
    color: #ffffff;
    font-style: normal;
    font-size: 0.95rem;
    line-height: 1.4;
    margin: 0;
    font-weight: 400;
}

/* Contact Info Items */
.contact-info-item {
    margin-bottom: 12px;
}

.contact-info-item:last-child {
    margin-bottom: 0;
}

/* Contact Icon and Text Layout - White Colors */
.contact-info-item .contact-icon {
    margin-right: 12px;
    color: #ffffff;
    font-size: 1rem;
}

.contact-info-item .contact-text {
    flex: 1;
}

.contact-info-item .contact-text a {
    color: #ffffff;
    text-decoration: none;
    font-size: 0.9rem;
    display: block;
    margin-bottom: 2px;
    line-height: 1.3;
}

.contact-info-item .contact-text a:hover {
    text-decoration: underline;
}

.contact-info-item .contact-text p {
    color: #ffffff;
    margin: 0;
    font-size: 0.85rem;
    line-height: 1.3;
}

/* Contact Info Flex Layout */
.contact-info-item>div {
    display: flex;
    align-items: center;
}

.contact-info-item .contact-icon {
    margin-top: 2px;
}

/* Footer Bottom Section - spacing */
.footer-bottom-section {
    padding: 20px 0;
}

.footer-bottom-content {
    text-align: center;
}

.footer-copyright {
    color: #ffffff;
    margin: 0;
    font-size: 0.9rem;
}

/* Responsive Design for Footer */
@media (max-width: 768px) {
    .footer-section {
        padding: 40px 0 20px 0;
    }

    .footer-contact-box {
        margin-top: 30px;
        padding: 20px;
    }

    .widget-title {
        font-size: 1.1rem;
    }

    .contact-motto p {
        font-size: 0.9rem;
    }

    .footer-menu li a {
        font-size: 0.85rem;
    }
}

@media (max-width: 576px) {
    .footer-widget-social-icon ul {
        gap: 10px;
    }

    .footer-widget-social-icon ul li a {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }

    .footer-contact-box {
        padding: 18px;
    }

    .contact-info-item .contact-text a,
    .contact-info-item .contact-text p {
        font-size: 0.8rem;
    }
}

.footer-bottom-content .footer-copyright a {
    color: #81b8e7;
}

.footer-bottom-content .footer-copyright a:hover {
    color: #ff5e14;
}

/* Apply Inter font to all heading tags */
h1,
h2 {
    font-family: "Inter";
    font-optical-sizing: auto;
    font-style: normal;
}

.dealer-detail {
    background: url(../imag/service-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 20px 0 100px;
}

@media (max-width: 768px) {
    .dealer-detail {
        background: url(../imag/service-bg.webp);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        padding: 80px 0 100px;
    }
}

.dealer-detail-content {
    color: #ffffff;
    margin-top: 50px;
    margin-bottom: 60px;
    margin-left: 10px;
}

.dealer-detail-content::after {
    content: "";
    left: 0%;
    width: 97%;
    height: 2px;
    background: #ff5e14;
    transition: .5s;
    display: block;
    margin-top: 35px;
}

.dealer-detail .container h2.text-left {
    color: #ffffff;
    font-weight: 900;
    font-size: 60px;
    margin-bottom: 20px;
}

.dealer-detail-content p {
    color: #ffffff;
    font-size: 15px;
    width: 65%;
}

/* Authorized Dealer – mobile adjustments */
@media (max-width: 991px) {
    .dealer-detail {
        padding: 50px 0 70px;
    }

    .dealer-detail .container h2.text-left {
        font-size: 3rem;
        line-height: 1;
    }

    .dealer-detail-content {
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .dealer-detail-content p {
        width: 100%;
        font-size: 14px;
        line-height: 1rem
    }

    .dealer-detail .about-thumb {
        margin-bottom: 20px;
    }

    .dealer-detail .consen-section-title div h3 {
        font-size: 32px;
        line-height: 1.2;
    }

    .dealer-detail .consen-section-title p {
        font-size: 14px;
    }

    .div-space {
        margin-top: 50px;
    }

    .pennant-product .pennant-section .about-thumb {
        margin-top: 15px;
    }
}

@media (max-width: 575px) {
    .dealer-detail .container h2.text-left {
        font-size: 2rem;
    }

    .dealer-detail .consen-section-title div h3 {
        font-size: 26px;
    }

    .dealer-detail-content p {
        font-size: 0.8rem;
    }
}

/* Choose Us section responsive */
@media (max-width: 991px) {

    .hero-section .image-column,
    .hero-section .content-column {
        width: 100%;
    }

    .hero-section .section-titles {
        font-size: 3rem !important;
        line-height: 1.2;
    }

    .accordion-container {
        margin-top: 10px;
        margin-bottom: 40px;
    }

    .accordion-button {
        padding: 14px 16px;
        font-size: 15px;
    }

    .accordion-body {
        font-size: 14px;
    }

}

@media (max-width: 575px) {
    .hero-section .section-titles {
        font-size: 2rem !important;
    }

    .accordion-button {
        padding: 12px 14px;
        font-size: 14px;
    }

    .accordion-body {
        font-size: 13px;
    }
}

/* Serving Industries header responsive */
@media (max-width: 991px) {
    .service-section {
        padding: 90px 0 80px;
    }

    .service-section .service-header h3 {
        font-size: 34px;
        line-height: 1.2;
    }

    .consen-section-title.service-header:after {
        position: absolute;
        text-align: center;
        content: "";
        left: 0% !important;
        bottom: -30px;
        width: 100%;
        height: 2px;
        background: #ff5e14;
        transition: .5s;
    }
}

@media (max-width: 575px) {
    .service-section {
        padding: 70px 0 60px;
    }

    .service-section .service-header h3 {
        font-size: 26px;
    }
}

.content-column .content-wrapper .accordion-container {
    width: 100%;
}

.image-column .image-wrapper img {
    width: 100%;
}

.consen-section-title div h3 {
    color: #ffffff;
    font-weight: 600;
    font-size: 60px;
}

.consen-section-title h3 {
    font-size: 48px;
    font-weight: 900;
    line-height: 55px;
}

.div-space {
    margin-top: 100px;
}

/*================================
<--  Industry Carousel Area Css -->
==================================*/
.industry-carousel-container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 60px;
    display: flex;
    flex-direction: column;
}

.industry-carousel {
    position: relative;
    display: flex;
    overflow: hidden;
}

.industry-slide {
    padding: 0 15px;
}

.industry-image {
    width: 100%;
    height: auto;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    cursor: pointer;
}

.industry-image:hover {
    /* transform: scale(1); */
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.industry-image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.industry-image:hover img {
    transform: scale(1.1);
}

.border-image {
    width: 95%;
    height: 95%;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 10px;
    border: 2px solid #ffffff;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.industry-image:hover .border-image {
    opacity: 1;
}

.industry-overlay {
    position: absolute;
    bottom: 8px;
    width: 94%;
    left: 4px;
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0.2) 100%);
    padding: 7px 15px;
    z-index: 1;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease;
}

.industry-image:hover .industry-overlay {
    opacity: 1;
    transform: translateY(0);
}

.industry-overlay h4 {
    font-size: 1.5rem;
    color: #000000;
    font-weight: 600;
    margin: 0;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}


@media (max-width: 567px) {
    .industry-image:hover {
        transform: scale(1.02);
    }

    .industry-image:hover img {
        transform: scale(1.05);
    }

    .industry-overlay {
        opacity: 1;
        transform: translateY(0);
    }

    .border-image {
        opacity: 1;
    }
}


/* Navigation Arrows */
.carousel-nav {
    /* position: absolute;
    top: 40%; */
    /* transform: translateY(-50%); */
    width: 100%;
    pointer-events: none;
    /* z-index: 10; */
}

.carousel-prev,
.carousel-next {
    position: absolute;
    width: 50px;
    top: 97px;
    height: 50px;
    background: #1a1a2e;
    border: none;
    border-radius: 5px;
    color: white;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    pointer-events: all;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-prev {
    left: -60px;
}

.carousel-next {
    right: -60px;
}

.carousel-prev:hover,
.carousel-next:hover {
    background: #ff6b35;
    transform: scale(1.1);
}

/* Pagination Dots */
.carousel-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    gap: 10px;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #ddd;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot.active {
    background: #ff6b35;
    border-color: #ff6b35;
}

/* Responsive Design */
@media (max-width: 768px) {
    .industry-carousel-container {
        padding: 0 40px;
    }

    .carousel-nav {
        position: static;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
        gap: 20px;
        order: 3;
    }

    .carousel-prev {
        position: static;
        transform: none;
    }

    .carousel-next {
        position: static;
        transform: none;
    }

    .carousel-prev,
    .carousel-next {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .carousel-dots {
        position: static;
        margin: 0 20px;
        order: 2;
    }

    .industry-carousel {
        order: 1;
    }

    .industry-image img {
        height: 250px;
    }
}

@media (max-width: 576px) {
    .industry-carousel-container {
        padding: 0 20px;
    }

    .carousel-nav {
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin-top: 15px;
        gap: 15px;
        order: 3;
    }

    .carousel-dots {
        margin: 35px 15px;
        order: 2;
    }

    .industry-carousel {
        order: 1;
    }

    .industry-image {
        width: 100%;
        height: auto;
    }

    .industry-image img {
        height: 180px;
        width: 100%;
        object-fit: cover;
    }

    .industry-overlay {
        bottom: 15px;
        left: 15px;
        padding: 6px 12px;
    }

    /* .industry-overlay h4 {
        font-size: 12px;
    } */

    .industry-overlay {
        position: absolute;
        bottom: 8px;
        width: 94%;
        left: 4px;
        background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0.2) 100%);
        padding: 7px 15px;
        z-index: 1;
        opacity: 0;
        transform: translateY(20px);
        transition: all 0.3s ease;
    }

    .industry-image:hover .industry-overlay {
        opacity: 1;
        transform: translateY(0);
    }

    .industry-overlay h4 {
        font-size: 14px;
        color: #000000;
        font-weight: 600;
        margin: 0;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    }

    .border-image {
        width: 95%;
        height: 95%;
        position: absolute;
        top: 5px;
        left: 5px;
        border-radius: 10px;
        border: 2px solid #ffffff;
        z-index: 1;
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .industry-image:hover .border-image {
        opacity: 1;
    }

}

/*================================
<--  Industry About Us Area Css -->
==================================*/

.consen-about-title h2 {
    color: #002f95;
    margin-bottom: 30px;
    font-size: 55px;
}

/*================================
<--  About Item Hover Effects -->
==================================*/

/* .about-item {
    transition: all 0.3s ease;
} */

.about-item:hover {
    border: 3px solid #ff6b35;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(255, 107, 53, 0.2);
}

/*================================
<--  Form Section Css -->
==================================*/

.form_box::placeholder {
    color: #002f95;
    font-size: 15px;
    font-weight: 500;
    position: relative;
    left: 10px;
}

.choose-us-section .consen-section-title h2 {
    font-size: 60px;
    font-weight: 800;
    color: #0b122f;
}

/*================================
<--  About Us Page Css -->
==================================*/

.zoloto-product {
    padding: 120px 0 140px;
    background: url(../imag/service-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.pennant-product {
    background: url(../imag/serving-industry-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 1px 0 100px;
}

.bray-product {
    background: url(../imag/service-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 1px 0 120px;
}

.pennant-product h3 {
    color: #0b122f !important;
}

.pennant-product p {
    color: #0b122f !important;
}

@media (max-width: 576px) {

    .pennant-product .col-lg-6:first-child {
        order: 2;
    }

    .pennant-product .col-lg-6:last-child {
        order: 1;
    }
}

/*================================
<--  Leading with Purpose Css -->
==================================*/
.leading-purpose-section {
    padding: 60px 0;
    background: #ffffff;
    position: relative;
    background: url(../imag/serving-industry-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.leading-purpose-section .container {
    position: relative;
    z-index: 1;
}

.section-header h2 {
    color: #1a1a2e;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 0;
    text-align: center;
}

.mission-values-content {
    padding: 40px 0;
}

.mission-header {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.mission-icon {
    width: 100px;
    height: 100px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    flex-shrink: 0;
}

.mission-header h3 {
    color: #1a1a2e;
    font-size: 28px;
    font-weight: 700;
    margin: 0;
}

.mission-description p {
    color: #666666;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 10px;
}

.mission-points {
    list-style: none;
    padding-left: 20px;
    margin: 0px 0 15px 0;
}

.mission-points li {
    color: #666666;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 0px;
    padding-left: 25px;
    position: relative;
}

.mission-points li::before {
    content: '•';
    color: #6f7685;
    font-size: 25px;
    position: absolute;
    left: 0;
    top: -8px;
}

.core-values {
    color: #666666;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    font-style: italic;
}

.mission-blocks-image {
    text-align: center;
    padding: 20px;
}

.mission-blocks-image img {
    max-width: 100%;
    height: auto;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Responsive Design */
@media (max-width: 768px) {
    .section-header h2 {
        font-size: 2.3rem;
    }

    .mission-header h3 {
        font-size: 24px;
    }

    .mission-description p {
        font-size: 16px;
    }

    .mission-points li {
        font-size: 14px;
    }

    .core-values {
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .leading-purpose-section {
        padding: 60px 0;
    }

    /* .section-header h2 {
        font-size: 28px;
    } */

    .mission-header {
        flex-direction: column;
        text-align: center;
    }

    .mission-icon {
        margin-right: 0;
        margin-bottom: 15px;
    }
}

/*================================
<--  Brand Section Css -->
==================================*/
.brand-banner {
    background: linear-gradient(90deg,
            rgba(0, 47, 149, 0.7) 0%,
            rgba(0, 47, 149, 0.2) 100%),
        url(../imag/brand-banner.webp) no-repeat center/cover;
    height: 480px;
    position: relative;
}

/*================================
<--  Brand zoloto Section Css -->
==================================*/

h2.text-center {
    color: #0b122f;
    padding-top: 30px;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 0;
    text-align: center;
}

.heading.under-line {
    position: relative;
    top: 30px;
    width: 100%;
    border-bottom: 3px solid #002f95;
}

/*================================
<-- Product Catalog Css -->
==================================*/
.catalog-section {
    padding: 60px 0px 300px 0px;
    background: #ffffff;
}

.categories {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.categories h3 {
    color: #1a1a2e;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

.categories h3::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #ff6b35;
    margin-top: 20px;
}

.category-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.category-list li {
    /* margin-bottom: 8px; */
    height: fit-content;
    line-height: 17px;
}

.category-list li:last-child {
    margin-bottom: 0;
}

.category-link {
    display: block;
    padding: 12px 15px;
    color: #333333;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.category-link:hover {
    background: #f8f9fa;
    color: #ff6b35;
    text-decoration: none;
}

.category-list li.active .category-link {
    background: #ff6b35;
    color: #ffffff;
    border-color: #ff6b35;
}

.product-detail-section {
    padding: 0 20px;
    position: relative;
    left: -20px;
}

.product-detail-section h2 {
    color: #3c4159;
    font-size: 2.6rem;
    font-weight: 700;
    margin-top: 45px;
    text-align: left;
}

.product-detail-section span {
    color: #002f95;
    font-weight: 700;
    /* margin-bottom: 30px; */
    text-align: left;
}

.product-grid {
    margin-top: 20px;
}

.product-grid .row {
    margin-bottom: 30px;
}

.product-grid .row:last-child {
    margin-bottom: 0;
}

.product-item {
    background: #ffffff;
    border: 2px solid #ff6b35;
    padding: 15px;
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
    /* width: 14rem; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-item:hover {
    box-shadow: 0 5px 15px rgba(255, 107, 53, 0.2);
    transform: translateY(-2px);
    border: none;
}

.product-image {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 120px;
}

.product-image img {
    max-width: 100%;
    height: auto;
    max-height: 120px;
    object-fit: contain;
}

.product-info h4 {
    color: #333333;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-detail-section.heading h2 {
    color: #0b122f;
    font-size: 2.6rem;
    font-weight: 700;
    margin-top: 0px;
    text-align: left;
}

.product-detail-section.heading span {
    color: #3c4159;
    font-weight: 700;
    /* margin-bottom: 30px; */
    text-align: left;
}

/* Responsive Design */
@media (max-width: 991px) {
    .categories {
        margin-bottom: 20px;
    }

    .product-detail-section {
        padding: 0 10px;
        margin-left: 20px;
    }

    .product-detail-section h2 {
        font-size: 28px;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .catalog-section {
        padding: 40px 0;
    }

    .categories {
        padding: 20px;
    }

    .categories h3 {
        font-size: 18px;
    }

    .category-link {
        font-size: 13px;
        padding: 10px 12px;
    }

    .product-detail-section h2 {
        font-size: 24px;
    }

    .product-item {
        padding: 12px;
        margin-bottom: 20px;
    }

    .product-info h4 {
        font-size: 12px;
        min-height: 35px;
    }
}

@media (max-width: 576px) {
    .categories {
        padding: 15px;
    }

    .product-detail-section {
        padding: 0 5px;
        /* margin-left: 40px; */
    }

    .product-grid .row {
        margin-bottom: 20px;
        position: relative;
        top: -35px;
    }

    .product-grid .row div {
        margin-top: 20px;
    }

    .product-grid {
        margin-left: 40px;
    }

    .product-item {
        margin-bottom: 15px;
    }
}

/*================================
<--  Gallery Section Css -->
==================================*/
.gallery-banner {
    background: linear-gradient(90deg,
            rgba(0, 47, 149, 0.7) 0%,
            rgba(0, 47, 149, 0.2) 100%),
        url(../imag/gallery-banner.webp) no-repeat center/cover;
    height: 480px;
    position: relative;
}

.custom-blue {
    color: #002f95;
}

.case-text .case-study-title h3 {
    line-height: 10px;
    margin-top: 0px !important;
}

.case-text .case-study-title h3 a {
    font-size: 15px;
    font-weight: 400;
    color: #000000;
}

/*================================
<--  Certification Section Css -->
==================================*/
.certification-banner {
    background: linear-gradient(90deg,
            rgba(0, 47, 149, 0.7) 0%,
            rgba(0, 47, 149, 0.2) 100%),
        url(../imag/certification-banner.webp) no-repeat center/cover;
    height: 480px;
    position: relative;
}

.certification-section {
    padding: 40px 0;
    background: #ffffff;
}

.certificate-item {
    margin-bottom: 30px;
    width: 400px;
}

.certificate-item img {
    width: auto;
    height: 300px;
    object-fit: cover;
    filter: blur(1.5px);
    cursor: pointer;
}

.certificate-placeholder {
    background: #f0f0f0;
    border-radius: 8px;
    padding: 60px 20px;
    text-align: center;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e0e0e0;
    transition: all 0.3s ease;
}

.certificate-placeholder:hover {
    background: #e8e8e8;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.certificate-placeholder h3 {
    color: #333333;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    font-family: "Inter", sans-serif;
}

/* Responsive Design */
@media (max-width: 768px) {
    .certification-section {
        padding: 60px 0;
    }

    .certificate-placeholder {
        padding: 40px 15px;
        min-height: 150px;
    }

    .certificate-placeholder h3 {
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .certificate-placeholder {
        padding: 30px 10px;
        min-height: 120px;
    }

    .certificate-placeholder h3 {
        font-size: 14px;
    }
}

/*================================
<--  Contact Us Section Css -->
==================================*/
.contactus-banner {
    background: linear-gradient(90deg,
            rgba(0, 47, 149, 0.7) 0%,
            rgba(0, 47, 149, 0.2) 100%),
        url(../imag/contactus-banner.webp) no-repeat center/cover;
    height: 480px;
    position: relative;
}

.section-header .custom-blue {
    padding-top: 40px;
    color: #002f95;
}

/*================================
<--  Contact Information Css -->
==================================*/
.contact-info-section {
    padding: 80px 0;
    background: #ffffff;
}

.contact-info-container {
    background: #ffffff;
    border: 2px solid #e3f2fd;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    gap: 20px;
}

.contact-item img {
    width: 30px;
    height: 30px;
}

.contact-item:last-child {
    margin-bottom: 0;
}

.contact-item .contact-icon {
    width: 50px;
    height: 50px;
    background: #f5f5f5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 5px;
}

.contact-item .contact-icon i {
    color: #ff6b35;
    font-size: 20px;
}

.contact-details {
    flex: 1;
}

.contact-details .contact-text {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 8px 0;
    line-height: 1.5;
    font-family: "Inter", sans-serif;
}

.contact-details .contact-text a {
    color: #000;
}

.contact-details .contact-text a:hover {
    color: #002f95;
}

.contact-text:last-child {
    margin-bottom: 0;
}

/* Contact Form Specific Placeholder Styling */
.contact-form-container .form_box input::placeholder {
    color: #002f95 !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    opacity: 1 !important;
}

/* Contact Form Container Styling */
.contact-form-container {
    background: #ffffff;
    border: 2px solid #e3f2fd;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.contact-form-container .form_box input {
    width: 100%;
    height: 65px;
    background-color: #ffffff;
    border: 2px solid #e0e0e0;
    padding-left: 25px;
    color: #333333;
    transition: .5s;
    border-radius: 8px;
    font-family: 'Inter', sans-serif;
    margin-bottom: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.contact-form-container .form_box input:focus {
    outline: none;
    border-color: #ff6b35;
    box-shadow: 0 0 0 3px rgba(255, 107, 53, 0.1);
}

.contact-form-container .quote_button button {
    background: #ff6b35;
    color: #ffffff;
    border: none;
    padding: 15px 30px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
}

.contact-form-container .quote_button button:hover {
    background: #e55a2b;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 107, 53, 0.3);
}

/* Responsive Design */
@media (max-width: 768px) {
    .contact-info-container {
        padding: 30px 20px;
    }

    .contact-item {
        gap: 15px;
        margin-bottom: 25px;
    }

    .contact-icon {
        width: 45px;
        height: 45px;
        position: relative;
        top: 6px;
    }

    .contact-icon i {
        font-size: 18px;
    }

    .contact-text {
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .contact-info-section {
        padding: 60px 0;
    }

    .contact-info-container {
        padding: 25px 15px;
    }

    .contact-item {
        gap: 12px;
        margin-bottom: 20px;
    }

    .contact-icon {
        width: 40px;
        height: 40px;
    }

    .contact-icon i {
        font-size: 16px;
    }

    .contact-text {
        font-size: 13px;
    }
}

/*================================
<--  Product Ball Valves Section Css -->
==================================*/
.product-banner {
    background: linear-gradient(90deg,
            rgba(0, 47, 149, 0.7) 0%,
            rgba(0, 47, 149, 0.2) 100%),
        url(../imag/product-banner.webp) no-repeat center/cover;
    height: 480px;
    position: relative;
}

.product-detail-section.heading {
    margin-bottom: 30px;
}

.product-detail-section.heading h2 {
    margin-bottom: 0px;
}

.outline-image {
    border: 1px solid #ff5e14;
    border-radius: 10px;
    width: fit-content;
    padding: 10px;
}

.under-line {
    position: relative;
    top: -25px;
    border-bottom: 1px solid #ff5e14;
}

h3.suitable-for {
    font-size: 22px;
    font-weight: 400 !important;
    width: 100%;
    margin: 0 0 10px 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
}

h3.suitable-for.under-score {
    font-size: 22px;
    font-weight: 400 !important;
    width: fit-content;
    margin: 0 0 10px 0;
    padding-bottom: 5px;
    border-bottom: none !important;
}

h3.suitable-for.under-score::after {
    content: '';
    display: block;
    width: 110%;
    height: 1px;
    background: #b5b5b5;
}

.suitable-for-list .under-line {
    position: static;
    font-size: 16px;
    width: 100%;
    margin: 0 0 10px 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
}

.option p {
    margin-bottom: 0;
}

.dot {
    width: 15px;
    height: 15px;
    background-color: #ccc;
    border-radius: 50%;
    padding-bottom: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.option.active .dot {
    background-color: #003399;
    width: 10px;
    padding: 3px;
    margin: 2px;
    box-shadow: 0 0 0 2px #003399;
    height: 10px;
}

.product-features {
    position: relative;
    left: -1px;
    top: -1px;
}

.product-features h3 {
    font-size: 23px;
    width: 153px;
    font-weight: 400 !important;
    margin: 0 0 10px 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
}

.point-list {
    position: relative;
    font-size: 13px;
    line-height: 18px;
    padding-left: 20px;
}

.point-list:after {
    content: '•';
    font-size: 20px;
    font-weight: 800;
    color: #6f7685;
    position: absolute;
    left: 0;
    top: 0;
}

.list {
    padding: 20px 0px;
}

.list li {
    font-size: 13px;
    line-height: 18px;
    padding-left: 20px;
    font-weight: 400;
    color: #6f7685;
}

.action-buttons .btn {
    width: 100%;
    max-width: 140px;
    text-align: center;
    background-color: #ff5e14 !important;
    color: #fff !important;
    font-weight: 400 !important;
    border: none !important;
}

.action-buttons .btn:hover {
    background-color: #002f95 !important;
    color: #fff !important;
    /* font-weight: 400 !important; */
    border: none !important;
}

.size-container {
    border: 1px solid #e0e0e0;
    padding: 10px 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 34px;
    font-family: sans-serif;
}

.size-label {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    margin-right: 25px;
    white-space: nowrap;
}

.size-item {
    /* color: #6c757d;
    white-space: nowrap; */
    color: #142fff !important;
    white-space: nowrap;
    word-spacing: -4px;
}

.size-item a {
    color: #142fff !important;
    text-decoration: none;
}

.out-line {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
}

.design-image {
    display: flex;
    justify-content: center;
    align-items: center;
    /* width: fit-content; */
}

.design-image img {
    width: 550px;
}

/* Table section css */
.section-title {
    width: 100%;
    font-size: 2.4rem;
    font-weight: 700;
    color: #0b122f;
    /* Strong blue */
    position: relative;
    display: inline-block;
    margin-bottom: 2.2rem;
    padding-bottom: 10px;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #ff6b00;
}

.heading-underline {
    width: 100%;
    font-size: 2.4rem;
    font-weight: 700;
    color: #0b122f;
    position: relative;
    display: inline-block;
    margin-bottom: 2.2rem;
    padding-bottom: 10px;
}

.heading-underline::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 12px;
    width: 100%;
    height: 1px;
    background-color: #ff6b00;
}

@media (max-width: 768px) {
    /* .heading-underline {
        max-width: max-content;
        font-size: 3rem;
        font-weight: 700;
        color: #0033a0;
        position: relative;
        display: inline-block;
        margin-bottom: 1.2rem;
    } */

    .heading-underline::after {
        content: '';
        position: absolute;
        bottom: -6px;
        left: 12px;
        width: 85%;
        height: 1px;
        background-color: #ff6b00;
    }
}

.custom-table {
    max-width: 100%;
}

.custom-table.space-table {
    max-width: 600px;
    width: 100%;
}

.custom-table thead tr th,
.custom-table tbody tr td {
    padding: 10px;
}

.custom-table thead,
.custom-table tbody tr {
    border: 1px solid #000;
    vertical-align: middle;
    font-size: 0.95rem;
    color: #6f7685;
}

.custom-table th {
    color: #000;
    font-weight: 600;
    background-color: #f8f9fa;
}

/* Responsive Design for Buttons */
@media (max-width: 768px) {
    .action-buttons {
        align-items: center;
        display: flex;
        gap: 6px;
    }

    .action-buttons .btn {
        width: 100%;
        max-width: 140px;
        text-align: center;
    }
}


@media (max-width: 768px) {
    .heading h2 {
        font-size: 1.5rem;
        text-align: center;
    }

    .heading span {
        font-size: 0.9rem;
        text-align: center;
        display: block;
    }

    .suitable-for {
        font-size: 1.2rem;
        margin-bottom: 1rem;
    }

    .suitable-for-list {
        gap: 0.5rem;
    }

    .under-line {
        padding: 0.25rem;
    }

    .product-features h3 {
        font-size: 1.2rem;
        margin-bottom: 1rem;
    }

    .point-list {
        padding-left: 15px;
        margin-bottom: 0.5rem;
        font-size: 0.9rem;
    }

    .outline-image {
        margin-bottom: 1rem;
    }
}

@media (max-width: 576px) {
    .heading h2 {
        font-size: 1.3rem;
    }

    .suitable-for {
        font-size: 1.1rem;
    }

    .suitable-for-list {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0.25rem;
    }

    .product-features h3 {
        font-size: 1.1rem;
    }

    .point-list {
        padding-left: 12px;
        font-size: 0.85rem;
    }
}

.w-custom {
    width: 330px;
    height: auto;
}

/* Home Page Responsive */
@media (max-width: 567px) {
    .dealer-detail .about-thumb {
        display: flex;
        justify-content: center;
        align-items: center;
        /* margin: 0 auto; */
    }

    .dealer-detail .about-thumb img {
        max-width: 100%;
        height: auto;
        border: 1px solid #ff6b00;
    }

    .dealer-detail .consen-section-title div h3 {
        text-align: center;
    }

    .dealer-detail .consen-section-title p {
        text-align: left;
    }

    .dealer-detail .div-space {
        margin-top: 50px;
    }

    .dealer-detail .about-last-child {
        text-align: center;
        margin-top: 20px;
    }

    /* Pennant section mobile layout - image first, then text */
    .dealer-detail .pennant-section .col-lg-6:first-child {
        order: 2;
    }

    .dealer-detail .pennant-section .col-lg-6:last-child {
        order: 1;
    }
}

@media (max-width: 480px) {
    .dealer-detail .div-space {
        margin-top: 30px;
    }

    .dealer-detail .container h2.text-center {
        font-size: 32px;
        margin-bottom: 20px;
        margin-top: -60px;
    }

    .pennant-product .consen-section-title div h3 {
        font-size: 28px;
        text-align: center;
    }

    .dealer-detail .consen-section-title div h3 {
        font-size: 28px;
        text-align: center;
    }

    .dealer-detail .consen-section-title p {
        font-size: 14px;
        line-height: 1.6;
        text-align: left;
    }
}

@media (min-width: 568px) and (max-width: 767px) {
    .dealer-detail .about-thumb {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
    }

    .dealer-detail .about-thumb img {
        max-width: 100%;
        height: auto;
        margin-top: 20px;
        border: 1px solid #ff6b00;
    }

    .dealer-detail .div-space {
        margin-top: 80px;
    }

    .dealer-detail .consen-section-title div h3 {
        text-align: center;
    }

    .dealer-detail .consen-section-title p {
        text-align: left;
    }

    .dealer-detail .about-last-child {
        text-align: center;
        margin-top: 25px;
    }
}

.carousel-dots .owl-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #ddd;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    margin: 0 5px;
    display: inline-block;
}

.carousel-dots .owl-dot.active {
    background: #ff6b35;
    border-color: #ff6b35;
}

.carousel-dots .owl-dot:hover {
    border-color: #ff6b35;
}

/* Mobile Responsive Styles for Esteemed Partners Section */
@media (max-width: 768px) {
    .service-section.style-two .service-list {
        margin: 0 15px;
    }

    .service-section.style-two .Indastre-service-single-item {
        margin: 0 10px;
        padding: 20px;
    }

    .service-section.style-two .service-content {
        width: auto;
        height: 100% !important;
    }

    .service-section.style-two .service-content img {
        max-width: 150px;
        height: auto;
        margin: 0 auto 15px;
        display: block;
    }

    .service-section.style-two .service-title {
        font-size: 16px;
        line-height: 1.4;
        margin-top: 10px;
    }

    .service-list .owl-nav {
        margin: 20px auto 0;
    }

    .service-list .owl-prev i,
    .service-list .owl-next i {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .service-section.style-two .service-list {
        margin: 0 10px;
    }

    .service-section.style-two .Indastre-service-single-item {
        margin: 0 5px;
        padding: 15px;
    }

    .service-section.style-two .service-content img {
        max-width: 120px;
        margin-bottom: 10px;
    }

    .service-section.style-two .service-title {
        font-size: 14px;
        line-height: 1.3;
        margin-top: 8px;
    }

    .service-section.style-two .consen-section-title h3 {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .service-list .owl-nav {
        margin: 15px auto 0;
    }

    .service-list .owl-prev i,
    .service-list .owl-next i {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .service-section.style-two .service-content img {
        max-width: 100px;
    }

    .service-section.style-two .service-title {
        font-size: 13px;
    }

    .service-section.style-two .consen-section-title h3 {
        font-size: 3rem;
        margin-bottom: 1rem;
    }
}

/* Esteemed Partners Unique Navigation Styles */
.esteemed-nav {
    margin: 30px auto 0;
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.esteemed-nav .esteemed-prev,
.esteemed-nav .esteemed-next {
    width: 48px;
    height: 48px;
    border-radius: 4px;
    border: none;
    background: #002f95;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s, color 0.3s;
    cursor: pointer;
}

.esteemed-nav .esteemed-prev:hover,
.esteemed-nav .esteemed-next:hover {
    background: #ff6b35;
    color: #fff;
}

@media (max-width: 768px) {
    .esteemed-nav {
        margin: 18px auto 0;
        gap: 12px;
    }

    .esteemed-nav .esteemed-prev,
    .esteemed-nav .esteemed-next {
        width: 38px;
        height: 38px;
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .esteemed-nav {
        margin: 12px auto 0;
        gap: 8px;
    }

    .esteemed-nav .esteemed-prev,
    .esteemed-nav .esteemed-next {
        width: 30px;
        height: 30px;
        font-size: 13px;
    }
}

@media (max-width: 768px) {
    .service-section.style-two .service-content img {
        width: 100%;
        max-width: 160px;
        height: auto;
        display: block;
        margin: 0 auto 10px;
    }
}

@media (max-width: 576px) {
    .service-section.style-two .service-content img {
        width: 100%;
        max-width: 180px;
        height: auto;
        display: block;
        margin: 0 auto 10px;
    }
}

@media (max-width: 480px) {
    .service-section.style-two .service-content img {
        width: 100%;
        max-width: 300px;
        height: auto;
        display: block;
        margin: 0 auto 8px;
    }
}

@media (max-width: 768px) {
    .service-section.style-two .Indastre-service-single-item {
        width: 100%;
        margin: 0 auto 16px auto;
        padding: 18px 8px;
        display: flex;
        flex-direction: column;
        align-items: center;
        box-sizing: border-box;
    }
}

@media (max-width: 576px) {
    .service-section.style-two .Indastre-service-single-item {
        width: 100%;
        margin: 0 auto 12px auto;
        padding: 14px 4px;
        display: flex;
        flex-direction: column;
        align-items: center;
        box-sizing: border-box;
    }
}

@media (max-width: 480px) {
    .service-section.style-two .Indastre-service-single-item {
        width: 80%;
        margin: 0 auto 8px auto;
        padding: 10px 2px;
        display: flex;
        flex-direction: column;
        align-items: center;
        box-sizing: border-box;
    }
}

/* About Us Section Mobile Responsive */
@media (max-width: 768px) {

    .about-section {
        padding: 60px 0 60px;
    }

    .about-section .about-thumb {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 30px;
        max-width: 100%;
    }

    .about-section .about-thumb img {
        display: flex;
        justify-content: center;
        align-items: center;
        max-width: 80%;

    }

    .about-section .consen-about-title {
        margin-left: 20px;
    }

    .about-section .consen-about-title h2 {
        margin-bottom: 20px;
        font-size: 2.3rem;
    }

    .about-section .consen-about-title p {
        text-align: left;
        line-height: 1.6;
        margin-bottom: 15px;
    }

    .about-section .about-item {
        margin: 12px;
    }

    /* .about-section .about-thumb img {
        max-width: 70%;
        margin-left: 33%;
    } */

    .about-section .about-content {
        padding: 20px;
    }

    .about-section .about-content h3 {
        margin-bottom: 10px;
    }
}

@media (max-width: 576px) {

    .about-section .about-thumb {
        margin-bottom: 25px;
    }

    /* .about-section .about-thumb img {
        max-width: 80%;
    } */

    /* .about-section .consen-about-title h2 {
        font-size: 28px;
        margin-bottom: 15px;
    } */

    .about-section .consen-about-title p {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 12px;
    }

    .about-section .about-content {
        padding: 15px;
    }

    .about-section .about-content h3 {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .about-section .about-content p {
        font-size: 13px;
        line-height: 1.4;
    }
}

@media (max-width: 480px) {
    /* .about-section .about-thumb img {
        max-width: 70%;
        margin-left: 33%
    } */

    /* .about-section .consen-about-title h2 {
        font-size: 24px;
        margin-bottom: 12px;
    } */

    .about-section .consen-about-title p {
        font-size: 13px;
        line-height: 1.4;
        margin-bottom: 10px;
    }

    .about-section .about-content {
        padding: 12px;
    }

    .about-section .about-content h3 {
        font-size: 16px;
        margin-bottom: 6px;
    }

    .about-section .about-content p {
        font-size: 12px;
        line-height: 1.3;
    }
}

/* Testimonial Section Mobile Responsive */
@media (max-width: 768px) {
    .testimonial-section .consen-section-title h2 {
        font-size: 32px;
        line-height: 1.3;
        margin-bottom: 30px;
    }

    .testimonial-section .testi-single-box {
        margin: 0 15px;
        padding: 25px 20px;
    }

    .testimonial-section .testimonial-content {
        padding: 20px;
    }

    .testimonial-section .testi-title h3 {
        font-size: 20px;
        line-height: 1.4;
        margin-bottom: 15px;
    }

    .testimonial-section .testimonial-desc p {
        font-size: 14px;
        line-height: 1.6;
    }

    .testimonial-section .testi-people-info {
        margin-top: 20px;
    }

    .testimonial-section .people-thumb img {
        width: 60px;
        height: 60px;
    }

    .testimonial-section .people-title h4 {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .testimonial-section .people-title h6 {
        font-size: 14px;
    }

    .people-thumb:before {
        position: absolute;
        content: "";
        left: -40px;
        top: -25px;
        margin-left: 15px;
        background: #fff;
        width: 90px;
        height: 90px;
        z-index: -1;
        border-radius: 0 80px 80px 0px;
    }

    .people-title {
        padding-left: 35px;
        padding-bottom: 20px;
    }
}

@media (max-width: 576px) {
    .testimonial-section .consen-section-title h2 {
        font-size: 28px;
        line-height: 1.2;
        margin-bottom: 25px;
    }

    .testimonial-section .testi-single-box {
        margin: 0 10px;
        padding: 20px 15px;
    }

    .testimonial-section .testimonial-content {
        padding: 15px;
    }

    .testimonial-section .testi-title h3 {
        font-size: 18px;
        line-height: 1.3;
        margin-bottom: 12px;
    }

    .testimonial-section .testimonial-desc p {
        font-size: 13px;
        line-height: 1.5;
    }

    .testimonial-section .testi-people-info {
        margin-top: 15px;
    }

    .testimonial-section .people-thumb img {
        width: 50px;
        height: 50px;
    }

    .testimonial-section .people-title h4 {
        font-size: 15px;
        margin-bottom: 3px;
    }

    .testimonial-section .people-title h6 {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .testimonial-section .consen-section-title h2 {
        font-size: 24px;
        line-height: 1.2;
        margin-bottom: 20px;
    }

    .testimonial-section .testimonial-content {
        padding: 12px;
    }

    .testimonial-section .testi-title h3 {
        font-size: 16px;
        line-height: 1.3;
        margin-bottom: 10px;
    }

    .testimonial-section .testimonial-desc p {
        font-size: 12px;
        line-height: 1.4;
    }

    .testimonial-section .testi-people-info {
        margin-top: 12px;
    }

    .testimonial-section .people-thumb img {
        width: 45px;
        height: 45px;
    }

    .testimonial-section .people-title h4 {
        font-size: 14px;
        margin-bottom: 2px;
    }

    .testimonial-section .people-title h6 {
        font-size: 12px;
    }
}

/* Form Section Mobile Responsive */
@media (max-width: 768px) {
    .choose-us-section {
        padding: 40px 0;
        position: relative;
    }

    .choose-us-section .row {
        flex-direction: column;
    }

    .choose-us-section .col-lg-4 {
        width: 75%;
        order: 2;
        left: -33px;
        position: relative;
        z-index: 2;
    }

    .form-contact-box:before {
        position: absolute;
        content: "";
        right: 0;
        top: -71px;
        width: 68px;
        height: 75px;
        background-color: #002f95;
        clip-path: polygon(0% 0%, 100% 100%, 100% 105%, 0% 100%);
    }

    .choose-us-section .col-lg-6 {
        width: 100%;
        text-align: center;
        order: 1;
        margin-bottom: 30px;
        position: relative;
        z-index: 2;
    }

    .choose-us-section .form-contact-box {
        margin: 0 auto;
        max-width: 100%;
        padding: 25px 20px;
        background: rgba(0, 47, 149, 0.95);
        border-radius: 10px;
    }

    .choose-us-section .form_box input {
        font-size: 14px;
        padding: 12px 15px;
        margin-bottom: 15px;
    }

    .choose-us-section .quote_button button {
        width: 100%;
        padding: 12px 20px;
        font-size: 16px;
    }

    .choose-us-section .consen-section-title h2 {
        font-size: 28px;
        line-height: 1.3;
        margin-bottom: 20px;
        color: #fff;
    }

    .choose-us-section .choose-shape {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        opacity: 0.3;
    }

    .choose-us-section .choose-shape img {
        width: 66%;
        height: 60%;
        top: 119px;
        object-fit: cover;
    }
}

@media (max-width: 576px) {
    .choose-us-section {
        padding: 30px 0;
    }

    .choose-us-section .form-contact-box {
        padding: 20px 15px;
    }

    .choose-us-section .form_box input {
        font-size: 12px;
        height: 38px;
        padding: 8px 10px;
        margin-bottom: 10px;
    }

    .choose-us-section .quote_button button {
        padding: 10px 15px;
        font-size: 15px;
    }

    .choose-us-section .consen-section-title h2 {
        font-size: 24px;
        line-height: 1.2;
        margin-bottom: 15px;
    }
}

@media (max-width: 480px) {
    .choose-us-section {
        padding: 25px 0;
    }

    .choose-us-section .form-contact-box {
        padding: 30px 10px;
    }

    .choose-us-section .form_box input {
        font-size: 12px;
        padding: 8px 10px;
        margin-bottom: 10px;
    }

    .choose-us-section .quote_button button {
        padding: 8px 12px;
        font-size: 14px;
    }

    .choose-us-section .consen-section-title h2 {
        font-size: 25px;
        line-height: 1.2;
        margin-top: 32px;
        margin-bottom: 50px;
        color: #002f95;
    }
}

.order-info {
    font-size: 17px;
    line-height: 0.5;
    margin-top: 20px;
    margin-bottom: 10px;
}

/* Specifications List Styles */
.specifications-list {
    background: #f8f9fa;
    padding: 20px;
}

.spec-item {
    font-size: 15px;
    padding-bottom: 8px;
    display: flex;
}

.spec-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.spec-item strong {
    color: #000000;
    font-weight: 600;
    display: inline-block;
    min-width: 234px;
    flex-shrink: 0;
    margin-right: 10px;
}

.spec-item span {
    flex: 1;
    word-wrap: break-word;
    hyphens: auto;
}

/* Responsive adjustments for specifications */
@media (max-width: 768px) {
    .specifications-list {
        padding: 15px;
        margin-bottom: 20px;
    }

    .spec-item strong {
        min-width: 120px;
        font-size: 14px;
        margin-right: 8px;
    }

    .spec-item {
        font-size: 14px;
        margin-bottom: 10px;
    }
}

@media (max-width: 576px) {
    .specifications-list {
        padding: 12px;
    }

    .spec-item strong {
        min-width: 100px;
        font-size: 13px;
        margin-right: 6px;
    }

    .spec-item {
        margin-bottom: 8px;
    }
}

.image-border {
    border: 2px solid #ff6b00;
}

.mt-custom {
    margin-top: 6rem;
}

/* Choose Us background (home why-choose-area) */
.choose-us-bg {
    position: relative;
    background-image: url('../imag/choose-us-bg.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

.choose-us-bg .container {
    position: relative;
    z-index: 2;
}

/* Readability and layout tweaks on background */
.choose-us-bg .choose-us-content h1,
.choose-us-bg .choose-us-content h4,
.choose-us-bg .choose-us-content p {
    color: #ffffff;
}

.choose-us-bg .section-title.two h1,
.choose-us-bg .section-title.two h4 {
    color: #ffffff;
}

.choose-us-bg .accordion a,
.choose-us-bg .accordion a span,
.choose-us-bg .accordion p {
    color: #ffffff;
}

.choose-us-bg .choose-us-button a {
    display: inline-block;
    background: #ff6b00;
    color: #ffffff;
    padding: 12px 22px;
    border-radius: 4px;
}

.content-column {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    position: relative;
    overflow: hidden;
    left: -12px;
    background: url(../imag/why-choose-us-bg2.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.content-wrapper {
    margin-top: 3rem;
    margin-left: 4rem;
    width: 75%;
}

.content-wrapper div h2.section-titles {
    font-size: 3.5rem;
    font-weight: 700;
    color: #0b122f;
    margin-bottom: 2rem;
}

.fa-chevron-down:before {
    display: none !important;
}

.fa-chevron-up:before {
    display: none !important;
}

.accordion-item {
    border: none !important;
    background-color: transparent !important;
}

.accordion-item:first-of-type .accordion-button,
.accordion-item:last-of-type .accordion-button,
.accordion-button {
    background-color: transparent !important;
    border-bottom: 1px solid #C0C0C0 !important;
}

.accordion-button:not(.collapsed) {
    color: #ff5e14 !important;
}

.accordion-button {
    padding: 0.7rem 0 !important;
}

.accordion-body {
    padding: 0.7rem 0 0 0 !important;
}

.certificate-item {
    width: 100%;
    max-width: 520px;
    text-align: center;
}

.certificate-title {
    margin-bottom: 10px;
    font-size: 20px;
}

.certificate-actions {
    display: inline-flex;
    gap: 10px;
}

.certificate-view-btn {
    background: #0d6efd;
    color: #fff;
    border: none;
    padding: 10px 16px;
    border-radius: 6px;
    font-size: 14px;
    box-shadow: 0 4px 12px rgba(13, 110, 253, 0.35);
}

.certificate-view-btn:focus {
    outline: 2px solid #fff;
    outline-offset: 2px;
}

/* Modal */
.certificate-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    padding: 20px;
}

.certificate-modal {
    position: relative;
    width: min(100%, 1000px);
    height: min(95vh, 820px);
    background: #121212;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
}

.certificate-modal iframe {
    width: 100%;
    height: 100%;
    border: 0;
    background: #fff;
}

.certificate-modal-close {
    position: absolute;
    top: 8px;
    right: 8px;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    font-size: 18px;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.certificate-modal-overlay.is-open {
    display: flex;
}

/* Mobile tweaks for certificate modal */
@media (max-width: 767px) {
    .certificate-modal-overlay {
        padding: 0;
    }

    .certificate-modal {
        width: 70%;
        height: 120vh;
        border-radius: 0;
    }

    .certificate-modal iframe {
        height: 70vh;
    }

    .certificate-modal-close {
        top: 12px;
        right: 12px;
    }
}

.consen-about-title h4.text {
    font-size: 1.2rem;
    font-weight: 400;
    color: #000000;
    top: -30px;
    position: relative;
}

.about-thumb img[alt="SAP Industries LTD"] {
    height: 470px;
}

.about-thumb img[alt="Bray International"] {
    height: 470px;
}

@media (max-width: 567px) {
    .pennant-product .about-thumb img {
        display: flex;
        align-items: center;
        max-width: 100%;
        height: auto;
        border: 1px solid #ff6b00;
    }
}

.certificate-item a {
    decoration: none;
    color: #ffffff;
}