:root {
    /* font family  */
    --font-family-one: "Poppins", sans-serif;
    --font-family-two: "Outfit", sans-serif;
    --font-family-three: "Raleway", sans-serif;
    --font-family-four: "Hind", sans-serif;

    /* font color  */
    --color-one: #111f5d;
    --color-two: #1268b3;
    --color-three: #222831;
    --color-four: #F7F7F7;
    --color-five: #FF8B00;
}

@media (max-width:997px) {

    .offcanvas-body .nav-link,
    .active {
        color: var(--color-four) !important;
        font-family: var(--font-family-one);
    }

    .carousel-item-one,
    .carousel-item-two,
    .carousel-item-three {
        background-image: url(/assets/images/car-bg.png) !important;
        background-size: cover;

        padding: 20px 0px !important;
        background-position: center center;
    }

    .carousel-item-main .cara-left-content h2 {
        font-size: 25px !important;
    }

    .carousel-control-next,
    .carousel-control-prev {
        width: 20% !important;
    }

    .carousel-control-next,
    .carousel-control-prev {
        position: absolute;
        top: 0;
        bottom: 0;
        z-index: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 15% !important;
        padding: 0;

    }

    .controller-prev,
    .controller-next {
        width: 40px;
        height: 40px;
        background-color: var(--color-three);
        color: var(--color-four);
        border-radius: 50%;
        padding: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .intro-left {
        padding: 20px !important;
    }

    .heading-1 {
        font-size: 28px !important;
    }

    .heading-2 {
        width: 100% !important;
        font-size: 20px !important;
    }

    .products-cards {
        padding: 20px !important;
    }

    .range-cards {
        margin-bottom: 20px !important;
    }

    .why-choose {
        background-image: none !important;
        background-color: #060611 !important;
        height: auto !important;
        padding: 60px 5px 40px 5px;
    }

    .choose-content {
        padding: 20px 20px 20px 10px !important;
    }

    .choose-content-bottom {
        padding: 20px 20px 20px 10px !important;
    }

    .service-card {
        text-align: left;
    }

    .icon-box {
        font-size: 1.5rem;
        padding: 10px 12px;
    }

    .icon-content {
        flex-direction: column !important;
    }

    .flat-icon {
        width: 25% !important;
    }

    .product-range {
        padding: 50px 0px !important;
    }

    .product-range-p {
        font-size: 14px !important;
    }

    .heading-choose h2 {
        font-size: 27px !important;
    }

    .point-card {
        text-align: left !important;
    }

    .industry-bottom {
        flex-direction: column !important;
    }

    .pro-btn {
        width: auto !important;
    }

    .industries-serve {
        margin-top: 40px !important;
    }

    .industry-left h2 {
        padding: 10px 0px !important;
    }
    .intro-para {
    padding: 30px 0px 30px 10px !important;
}

}

.desktop-header {
    background-color: var(--color-three);
}

.header-info {
    display: flex;
    padding-top: 10px;
}

.comminication {
    display: flex;
    gap: 30px;
    width: 70%;
}

.comm-icon {
    display: flex;
    gap: 10px;
}

.comm-icon i {
    margin-top: 5px;
    color: var(--color-four);
}

.comm-icon p {
    font-family: var(--font-family-two);
    color: var(--color-four);
}

.social-media-sec {
    display: flex;
    gap: 30px;
    width: 15%;
}
.social-media-sec a{
    text-decoration: none;
    color: var(--color-one);
}

.quote-main {
    width: 15%;
}

.sm-parent {
    display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  background-color: rgba(255,255,255,0.1);
  border-radius: 50%;
  color: #fff;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.sm-parent i {
    font-size: 10px;
}

.quote-main {
    display: flex;
    justify-content: end;
}

.quote-main button {
    border: none;
    padding: 5px 20px;
    font-family: var(--font-family-one);
    background-color: var(--color-five);
}

.navbar-brand {
    width: 40% !important;
}

.desktop-logo-brand {
    width: 40%;
    height: auto;
}

.navbar {
    position: relative;
    /* normal flow */
    transition: all 0.4s ease;
}



/* sticky state */
.navbar.sticky {
    position: fixed;
    top: -70px;
    /* hidden first */
    left: 0;
    width: 100%;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
    z-index: 999;
    animation: dropDown 1.2s forwards;
}

/* dropdown animation */
@keyframes dropDown {
    from {
        top: -70px;
    }

    to {
        top: 0;
    }
}

.main-navbar {
    background-color: var(--color-four);
}

.main-navbar .nav-link {
    font-family: var(--font-family-one);
}

.offcanvas-mobile-nav .offcanvas-body {
    background-color: var(--color-three);
}

.offcanvas-mobile-nav .mobile-logo {
    width: 50%;
    height: auto;
}

.offcanvas-body .nav-item {
    padding: 8px 20px;
    background-color: #060611;
    margin-bottom: 10px;
}

.offcanvas-footer {
    background-color: #060611;
}

.offcanvas-footer i {
    color: white;

}

.offcanvas-footer a {
    color: white;
    font-family: var(--font-family-one);

}

.carousel-item-main .cara-left-content {
    padding: 40px 20px;
}

.carousel-item-main .cara-right-content {
    padding: 40px 20px;
}

.carousel-item-main .cara-left-content h2 {
    font-family: var(--font-family-one);
    color: var(--color-two);
    font-weight: 700;
    font-size: 50px;
}

.carousel-item-main .cara-left-content p {
    font-family: var(--font-family-two);
    color: var(--color-four);
    line-height: 30px;
}

.hero-btn {
    background-color: var(--color-two);
    padding: 10px 40px;
    font-family: var(--font-family-one);
    color: white;
    font-weight: 600;
    border: none;

}

.carousel-bg-wrapper {
    position: relative;
    background-image: url(/assets/images/car-bg-2.png);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    padding: 80px 0;
    overflow: hidden;
}

/* Stronger dark overlay */
.carousel-bg-wrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to right,
            rgba(0, 0, 0, 0.9) 0%,
            /* Very dark left */
            rgba(0, 0, 0, 0.75) 50%,
            /* Deep black mid */
            rgba(0, 0, 0, 0.95) 100%
            /* Almost pure black right */
        );
    z-index: 1;
    pointer-events: none;
}

/* Keep carousel content above overlay */
#carouselExampleAutoplaying {
    position: relative;
    z-index: 2;
}



/* Remove background from each item */
.carousel-item-one,
.carousel-item-two,
.carousel-item-three {
    background: none;

}

/* Keep text and image on top */
.carousel-item-main {
    position: relative;
    z-index: 2;
}

/* Optional overlay for readability */
.carousel-bg-wrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
    pointer-events: none;
}

/* Make sure wrapper has position relative for overlay */
.carousel-bg-wrapper {
    position: relative;
    overflow: hidden;
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 5%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
}

.controller-prev,
.controller-next {
    width: 40px;
    height: 40px;
    background-color: var(--color-three);
    color: var(--color-four);
    border-radius: 50%;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Base state - hidden */
.cara-left-content h2,
.cara-left-content p,
.cara-left-content .hero-btn,
.cara-right-content img {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.8s ease;
}

/* Animate when active */
.carousel-item.active .cara-left-content h2 {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.2s;
}

.carousel-item.active .cara-left-content p {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.4s;
}

.carousel-item.active .cara-left-content .hero-btn {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.6s;
}

.carousel-item.active .cara-right-content img {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.8s;
}

    /* Modal Customization */
    .modal-content {
      border-radius: 15px;
      border: none;
      box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
    }

    .modal-header {
      border-bottom: none;
      background: #f8f9fa;
      text-align: center;
      justify-content: center;
    }

    .modal-title {
      font-size: 1.6rem;
      font-weight: 700;
      color: #002B5B;
    }

    .form-control {
      border: 1px solid #ced4da;
      border-radius: 10px;
      padding: 10px 15px;
      font-size: 1rem;
      color: #002B5B;
    }

    .form-control::placeholder {
      color: #002B5B;
      opacity: 0.8;
      font-weight: 500;
    }

    .submit-btn {
      background: linear-gradient(135deg, #002B5B, #00BFFF);
      color: white;
      border: none;
      border-radius: 50px;
      padding: 10px 20px;
      font-weight: 600;
      width: 100%;
      transition: 0.3s;
    }

    .submit-btn:hover {
      opacity: 0.9;
      transform: translateY(-2px);
    }

.intro-para {
    padding: 60px 0px 60px 100px;
}

.intro-left {
    padding-right: 50px;
    padding-left: 100px;
}

.heading-1 {
    font-family: var(--font-family-three);
    font-size: 35px;
}

.intro-left h2 {
    font-family: var(--font-family-three);
    color: var(--color-one);
    font-size: 30px;
    margin-bottom: 10px;
}

.intro-left p {
    font-family: var(--font-family-two);
    line-height: 33px;
    margin-top: 10px;
    text-align: justify;
}

.intro-bg {

    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    margin-bottom: 20px;
}

.intro-bg p {
    font-family: var(--font-family-one);
    font-weight: 700;
    margin: 0px;
}

.intro-icon-points {
    padding-top: 20px;
}

.icon-content {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
    padding: 20px;
    background-image: url(/assets/images/point-card.png);
    background-size: cover;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.flat-icon {
    width: 10%;

}

.flat-content {
    width: 90%;

}

.flat-content h5 {
    font-family: var(--font-family-one);
    margin: 0px;
    color: var(--color-four);
}

.flat-content p {
    font-family: var(--font-family-two);
    margin: 0px;
    color: var(--color-four);
}

/* container */
.line-hori {
    display: flex;
    align-items: center;
    gap: 5px;
    /* 5px gap between long & small line */
}

/* long line */
.l-line {
    display: inline-block;
    height: 3px;
    width: 80px;
    /* long line length */
    background: var(--color-five);
    /* premium red */
    border-radius: 2px;
    animation: expandLong 1s ease forwards;
}

/* small line */
.s-line {
    display: inline-block;
    height: 3px;
    width: 20px;
    /* short line length */
    background: var(--color-five);
    border-radius: 2px;
    animation: expandSmall 1s ease forwards;
    animation-delay: 0.5s;
    opacity: 0;
}

/* Animations */
@keyframes expandLong {
    from {
        width: 0;
        opacity: 0;
    }

    to {
        width: 80px;
        opacity: 1;
    }
}

@keyframes expandSmall {
    from {
        width: 0;
        opacity: 0;
    }

    to {
        width: 20px;
        opacity: 1;
    }
}

.about-section {
    padding: 40px 0px;
    background-color: var(--color-two);

}

.heading-row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.heading-2-dark {
    font-family: var(--font-family-three);
    font-weight: 700;
    color: var(--color-three);
}

.row-brand {
    display: flex;
    border-bottom: 1px solid #eee;

}

.brand-box {
    padding: 50px 20px;
    border-right: 1px solid #eee;
    width: 20%;
}

.product-range .card {
    border: none !important;
}

.product-range .card img {
    height: 200px;

}

.product-range .card .card-body {
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    background-color: var(--color-two);

}

.product-range .card .card-body h5 {
    font-family: var(--font-family-three);
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    color: var(--color-four);
    margin: 0px;
}

.intro-bottom {
    padding-right: 80px;
}

.product-range .card .card-body a {
    font-family: var(--font-family-two);
    text-decoration: none;
    color: var(--color-two);

}

.intro-right {
    display: flex;
    justify-content: center;
    overflow: hidden !important;
}

.intro-right img {
    margin-top: 20px;
}

.product-range {
    background-color: rgb(249, 249, 249);
    padding: 100px 0px;
}

.choose-content-top {
    padding-bottom: 40px;
}


.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;

    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-slide {
    width: 100%;
}

.swiper-slide:nth-child(1n) {
    width: 80%;
}

.swiper-slide:nth-child(2n) {
    width: 80%;
}

.know-btn {
    background-color: var(--color-two);
    padding: 10px 40px;
    font-family: var(--font-family-one);
    color: white;
    font-weight: 600;
    border: none;
}

.product-cards .card {
    border: none;
    background-color: transparent !important;
}

.product-cards .card-body {
    background-color: transparent !important;
    box-shadow: rgba(37, 27, 94, 0.525) 0px 48px 100px 0px;
}

.product-cards .card-body h5 {

    font-family: var(--font-family-one);
    font-size: 15px;
    padding-bottom: 20px;
}

.product-cards .card-body p {
    font-family: var(--font-family-one);
    font-size: 15px;
    color: white;
}

.heading-2 {
    font-family: var(--font-family-three);
    color: var(--color-three);
    font-size: 32px;
    font-weight: 700;
    color: var(--color-one);
    text-align: center;
    width: 50%;
}

.choose-content-top-range {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 20px;
    width: 100%;
    justify-content: center;
}

.product-range-p {
    font-family: var(--font-family-two);
    font-size: 19px;
}

.products-cards {
    padding-left: 40px;
    padding-right: 40px;
}

.range-card-top {
    padding: 20px 20px 50px 20px;
    background-color: white;
}

.range-card-bottom {
    padding: 20px;
    background-color: white;
}

.range-card-bottom h6 {
    font-family: var(--font-family-one);
    font-weight: 700;
}

.range-card-bottom p {
    font-family: var(--font-family-two);
    font-weight: 400;
}

.card-explore {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px;
}

.card-explore a {
    font-family: var(--font-family-three);
    text-decoration: none;
}

.card-explore a p {
    font-family: var(--font-family-one);
    color: var(--color-three);
    font-size: 15px;
    font-weight: 700;
    margin: 0px;

}

.link-line-main {
    padding: 20px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.link-line-main p {
    font-family: var(--font-family-one);
}

.link-line-main a {
    color: var(--color-five);
    font-family: var(--font-family-one);
}

.why-choose {
    background-image: url(/assets/images/choose-bg.png);
    height: 650px;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    ;
}

.choose-left-con {

    padding-top: 20px;
    padding-bottom: 5px;

}

.why-choose .row,
.col-lg-6 {
    margin: 0 !important;
    padding: 0 !important;
}

.choose-content {
    padding: 70px 10px 20px 100px;
}

.choose-content-bottom {
    padding: 20px 50px 20px 100px;
}

.heading-choose h2 {
    font-family: var(--font-family-one);
    color: var(--color-four);
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 20px;

}

.heading-choose h5 {
    font-family: var(--font-family-three);
    color: var(--color-five);
    margin-bottom: 20px;
}

.choose-para {
    padding: 10px 0px;
}

.choose-para p {
    font-family: var(--font-family-two);
    color: var(--color-four);
    text-align: justify;
    line-height: 30px;
    margin-bottom: 1px;
    font-size: 18px;
}

.choose-point {
    margin-bottom: 20px;

}

.choose-point h5 {
    font-family: var(--font-family-one);
    color: var(--color-five);
    margin-top: 0px;
}

.point-list ul {
    padding-left: 10px !important;
}

.point-list ul li {
    font-family: var(--font-family-two);
    color: var(--color-four);
    font-size: 18px;
    line-height: 30px;

}

.point-card h5 {
    margin: 0px;
    font-family: var(--font-family-one);
    color: var(--color-four);
}

.point-card {
    background-image: url(/assets/images/point-card.png);
    background-size: cover;
    padding: 18px;
    border-radius: 10px;
    margin-bottom: 22px;
    color: white;
    text-align: center;
}

.industries-serve {
    background-image: url(/assets/images/map.png);
    background-position: top center;
    background-repeat: no-repeat;
    margin-top: 115px;
    margin-bottom: 82px;
}

.industry-left h6 {
    font-family: var(--font-family-one);
    font-weight: 700;
    color: var(--color-five);
    font-size: 25px;
}

.industry-left h2 {
    font-family: var(--font-family-three);
    font-weight: 700;
    color: var(--color-three);
}

.industry-left {
    padding-right: 50px;
}

.industry-para {
    font-family: var(--font-family-two);
    font-size: 17px;
    line-height: 30px;
}

.industry-bottom {
    display: flex;
    gap: 40px;
    padding-top: 20px;
}

.pro-btn {
    width: 100%;    
}

.call-bottom {
    width: 70%;
    display: flex;
    gap: 10px;
    align-items: center;
}

.call-icon {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--color-one);
    border-radius: 50%;
}

.call-icon i {
    color: white;
    font-size: 17px;
}

.bottom-call-content h5 {
    font-family: var(--font-family-one);
    margin: 0px;
}

.pro-btn button {
    background-color: var(--color-five);
    border: none;
    color: var(--color-four);
    padding: 10px 30px;
    font-family: var(--font-family-one);
    font-weight: 600;
}

.bottom-call-content p {
    font-family: var(--font-family-two);
    margin: 0px;
}

.industry-cards-main {
    padding-top: 70px;
    padding-bottom: 30px;
}

.serve-cards {
    margin-bottom: 25px;

}

.serve-cards img {
    margin-bottom: 10px;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.serve-cards h5 {
    font-family: var(--font-family-one);
    font-weight: 600;
    color: var(--color-four);
    font-size: 20px;
    background-color: var(--color-three);
    padding: 10px 20px;
    border-radius: 4px;
}

.serve-cards h5 span {
    color: var(--color-two);
}

.service-section {
    background: #020024;
    background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(5, 5, 97, 1) 35%);
    background-size: cover;
    padding: 60px 0px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    border-top: 8px double var(--color-two);

}


.service-bg-right {
    padding: 50px 30px 20px 30px;
}

.service-point-c {
    background-color: rgba(1, 1, 1, 0.164);
    backdrop-filter: blur(10px);
    padding: 20px;
    border-radius: 10px;
}

.service-bg-right h2 {
    font-family: var(--font-family-one);
    color: var(--color-four);
}

.service-bg-right h2 span {
    font-weight: 700;
    background: linear-gradient(267.43deg, #ffffff 4.95%, #ababac 97.92%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.service-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--color-four);
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-icon i {
    color: var(--color-five);
    font-size: 20px;
}

.service-content h5 {
    font-family: var(--font-family-one);
    padding: 10px 0px;
    margin: 20px 0px;
    color: var(--color-four);
    font-size: 18px;
}

.service-content p {
    font-family: var(--font-family-two);

    color: rgb(139, 138, 138);
}

.service-bpara {
    font-family: var(--font-family-two);
    color: white;
}

.gear-box-genset {
    position: absolute;
    right: 0px;
    top: 0px;
    opacity: 0.1;
}

.success-stories {
    padding: 40px 0px;
}

.success-heading {
    display: flex;
    justify-content: center;
    align-items: center;
}

.success-heading h2 {
    font-family: var(--font-family-one);
    font-weight: 700;
}

.success-heading h2 span {
    background: linear-gradient(267.43deg, #111f5d 4.95%, #1268b3 97.92%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

@keyframes slides {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

.logos {
    overflow: hidden;
    padding: 30px 0px;
    white-space: nowrap;
    position: relative;
}

.logos:before,
.logos:after {
    position: absolute;
    top: 0;
    content: '';
    width: 50px;
    height: 100%;
    z-index: 2;
}

.logos:before {
    left: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}

.logos:after {
    right: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}

.logo_items {
    display: inline-block;
    animation: 35s slides infinite linear;
}

.logos:hover .logo_items {
    animation-play-state: paused;
}

.logo_items img {
    height: 200px;
}



.large-container {
  position: static;
  max-width: 1580px;
  padding: 0px 30px;
  margin: 0 auto;
}

.testimonial-section {
  position: relative;
  padding-top: 80px;
  padding-bottom: 210px;
  overflow: hidden;
  &:before {
    position: absolute;
    left: -200px;
    top: 22%;
    background-image: url(http://t.commonsupport.com/adro/images/icons/ring-circle.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 701px;
    height: 756px;
    content: "";
    -webkit-animation: fa-spin 25s infinite alternate;
    -moz-animation: fa-spin 25s infinite alternate;
    -ms-animation: fa-spin 25s infinite alternate;
    -o-animation: fa-spin 25s infinite alternate;
    animation: fa-spin 25s infinite alternate;
  }
  .sec-title {
    position: relative;
    margin-bottom: 115px;
    .title {
      margin-bottom: 20px;
    }
  }
  .testimonial-carousel {
    position: relative;
    max-width: 1100px;
    margin: 0 -50px;
  }
}

.testimonial-block {
  position: relative;
  padding: 50px;
  .inner-box {
    padding: 80px 105px;
    background-color: #ffffff;
    box-shadow: 0 0 50px rgba(226, 222, 232, 0.75);
  }
  .text {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 32px;
    color: #282331;
    font-weight: 400;
    margin-bottom: 50px;
    font-family: "Muli", sans-serif;
  }
  .info-box {
    position: relative;
    padding-left: 115px;
    padding-top: 10px;
    .thumb {
      position: absolute;
      left: 0;
      top: 0;
      height: 82px;
      width: 82px;
      img {
        border: 6px solid #e5e6fa;
        border-radius: 50%;
        overflow: hidden;
        display: block;
        width: 100%;
        box-shadow: 0 45px 45px rgba(147, 147, 147, 0.35);
      }
    }
    .name {
      position: relative;
      display: block;
      font-size: 21px;
      line-height: 1.2em;
      color: #382c4d;
      font-weight: 700;
      margin-bottom: 10px;
      font-family: "Niramit", sans-serif;
    }
    .designation {
      position: relative;
      display: block;
      font-size: 16px;
      line-height: 24px;
      color: #060611;
      font-weight: 400;
      font-family: "Muli", sans-serif;
    }
  }
}

.testimonial-carousel {
  .owl-nav {
    position: absolute;
    right: 75px;
    bottom: 70px;
  }
  .owl-next, .owl-prev {
    position: relative;
    display: inline-block;
    height: 75px;
    width: 75px;
    line-height: 75px;
    text-align: center;
    border-radius: 50%;
    background-color: #ffffff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  .owl-next:hover, .owl-prev:hover {
    background-color: #111f5d;
    box-shadow: 0 24px 24px rgba(187, 187, 187, 0.75);
  }
}

.arrow-right, .arrow-left {
  position: relative;
  display: inline-block;
  height: 9px;
  width: 43px;
  background-image: url(http://t.commonsupport.com/adro/images/icons/arrow-left-2.png);
  background-repeat: no-repeat;
  background-position: center;
}

.arrow-right {
  background-image: url(http://t.commonsupport.com/adro/images/icons/arrow-right-2.png);
}

.testimonial-section .thumb-layer {
  position: absolute;
  right: 30px;
  top: 120px;
  .image {
    position: relative;
    margin-right: 0;
    img {
      display: inline-block;
      max-width: 100%;
      height: auto;
    }
  }
}

@media only screen and (max-width: 767px) {
  .testimonial-section .sec-title {
    margin-bottom: 50px;
  }
  .testimonial-block {
    padding: 0;
    .inner-box {
      box-shadow: none;
      border: 2px solid #f1f1f1;
    }
  }
  .testimonial-carousel {
    .owl-nav {
      position: relative;
      left: 0;
      bottom: 0;
      margin-top: 20px;
      text-align: center;
    }
    .owl-next, .owl-prev {
      border: 2px solid #f1f1f1;
    }
  }
}

@media only screen and (max-width: 1366px) {
  .large-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.sec-title .title{
    font-family: var(--font-family-one);
    font-weight: 700;
}
.sec-title h2{
    font-family: var(--font-family-one);
    font-weight: 700;
      background: linear-gradient(267.43deg, #111f5d 4.95%, #1268b3 97.92%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.pro-para{
    font-family: var(--font-family-two);

}
.products-cat{
    padding-top: 40px;
}