@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

* {
    margin: 0px;
    padding: 0px;
    outline: none;
    letter-spacing: 0.5px !important;
}


ul {
    list-style: none;

}

a {
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: none;
}

img {
    border: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
b,
strong,
ul,
li,
span,
ol {
    margin: 0px;
    padding: 0px;

}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
}

body {
    font-size: 15px;
    color: #000;
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
    overflow-x: hidden;
}

/** **************** **/
html {
    scroll-behvior: smooth !important;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
    width: 7px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    border: none;
    background-color: #fdad00;
}

::-webkit-scrollbar:horizontal {
    height: 7px;
}

::-webkit-scrollbar-track {
    background-color: rgba(239, 239, 239, 0.5);
}

/** **************** **/
.mt15 {
    margin-top: 15px;
}

.mb15 {
    margin-bottom: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mb20 {
    margin-bottom: 20px;
}

.mt25 {
    margin-top: 25px;
}

.mb25 {
    margin-bottom: 25px;
}

.mt30 {
    margin-top: 30px;
}

.mb30 {
    margin-bottom: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mb40 {
    margin-bottom: 40px;
}

.pd-0 {
    padding: 0;
}

.pd-lr30 {
    padding: 0 30px;
}

/** **************** **/
.align-center {
    align-items: center;
}

/** **************** **/
#header_top {
    /* background: #384777; */
    background: linear-gradient(263deg, rgba(251, 136, 59, 1) 0%, rgba(251, 201, 55, 1) 100%);
    /* padding: 8px 0; */
    transition: all .5s ease;
    position: relative;
    z-index: 1111;
}

.tag_line span {
    color: #fff;
    line-height: 32px;
    display: block;
    font-size: 14px;
    letter-spacing: 0.50px;
    font-weight: 600;
    text-transform: uppercase;
}

#header {
    /* position: relative; */
}

.agira-heading {
    position: absolute;
    font-size: 11px;
    bottom: -15px;
    left: 45px;
    padding: 2px 13px;
    display: block;
    text-align: center;
    font-style: italic;
    background: linear-gradient(50deg, rgb(251, 136, 59) 0%, rgb(251, 201, 55) 100%);
    color: #fff;
}

.header-call {
    float: right;
    width: auto;
    transition: all .6s ease-in-out;
    position: relative;
    color: #fff;
}

.header-call ul li {
    padding: 4px 12px;
    display: inline-block;
    position: relative;
}

.header-call ul li:last-child {
    padding-right: 0px;
}

.header-call ul li:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 20px;
    background: #fff5;
    right: 0;
    top: 5px;
}

.header-call ul li:last-child:after {
    display: none;
}

.header-call ul li img {
    margin-right: 1px;
    float: left;
}

.header-call img {
    width: 24px;
}

.header-call ul li a {
    font-size: 14px;
    color: #ffffff;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 0.50px;
    display: inline-block;
    text-transform: lowercase;
    padding: 0 5px;
}

/** **************** **/
.fixed-top {
    position: relative;
    display: block;
    top: 0px;
    padding: 0px 0 0px;
    background: #fff;
    /*border-top: 4px solid #006666;*/
    padding: 4px 0 2px;
    /* box-shadow: 0 2px 2px 0 rgb(0 0 0 / 15%); */
    /* box-shadow:0px 0px 12px rgb(0 0 0 / 30%); */
    /* border-bottom:solid 20px rgba(255, 255, 255, 0.902); */
    background: #ffffff00;
}


.fixed-top:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(50deg, rgba(251, 136, 59, 1) 0%, rgba(251, 201, 55, 1) 100%); */
    background: url(../images/page-title-top.png)bottom repeat-x;
    background-size: 80%;

    left: 0;
    bottom: -8px;
    /* z-index: -1; */
    border-radius: 0;
    /* opacity: 0.8; */
}

.fixed-top:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    background-size: 60%;
    left: 0;
    top: 0;
    z-index: -1;
    /* border-radius: 0 0 90px; */
}




.header-scrolled .logo {
    bottom: -16px;
    width: 156px;
    /* margin-top: -19px; */
    transition: all .5s ease;
    left: 60px;
}

.header-scrolled .scrollto img {
    height: auto;
    transition: all.5s ease;
    margin-top: 0px;
}



.header-scrolled .main-nav>ul {
    margin: 10px 0 0 0;
}

.logo {
    position: absolute;
    transition: all .5s ease;
    bottom: -15px;
    left: 40px;
    width: 217px;
    /* box-shadow: 0 2px 2px 0 rgb(0 0 0 / 15%); */
}

/*.logo:after {
    content: "";
    position: absolute;
    background: #6865651f;
    height: 85px;
    width: 2px;
    right: -36px;
    top: -5px;
    z-index: -1;
}*/
.header-scrolled .logo:after {
    height: 78px;
}

.header-scrolled {
    position: fixed;
    padding: 5px 0;
    box-shadow: 0 8px 20px 0 rgb(0 0 0 / 5%);
}

.scrollto img {
    width: auto;
    height: auto;
    transition: all.5s ease;
    position: relative;
    top: -20px;
}

.logo-ul {
    display: flex;
    flex-wrap: wrap;
    background: #fb8b3b;
    padding: 0px 0 1px 0;
}

.logo-ul span {
    flex: 0 0 33.33%;
    text-align: center;
    color: #fff;
    font-size: 13px;
    font-style: italic;
    letter-spacing: 0.5px;
    font-family: "Jost", sans-serif;
}

.main-nav {
    float: right;
    transition: all.3s ease-in-out;
}

.main-nav>ul {
    margin: 22px 50px 15px 0;
    display: flex;
}

.main-nav>ul>li {
    position: relative;
    white-space: nowrap;
}

.main-nav a {
    color: #231e1f;
    font-weight: 400;
    letter-spacing: 0.25px;
    position: relative;
    display: inline-block;
    font-size: 16px;
    padding: 10px 15px;
}

/*.main-nav ul li:after {
    position: absolute;
    bottom:0;
    left: 0;
    right:0;
    margin:0 auto;
    width: 90%;
    height: 2px;
    content: '';
    background-color: #d90d80;
    opacity: 0;
    transition: all 200ms linear;
}
.main-nav ul li:hover:after {
    bottom: 0px;
    opacity: 1;
}*/
.main-nav .drop-down ul li:after {
    display: none;
}

.main-nav li:last-child a {
    /*border-right:0px;*/
    padding-right: 0px;
}

.main-nav a:hover,
.main-nav .active>a,
.main-nav li:hover>a {
    color: #fb8b3b;
    text-decoration: none;
}

.main-nav .drop-down ul {
    display: block;
    position: absolute;
    left: 0px;
    top: calc(100% + 30px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: ease all 0.3s;
    padding: 10px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 10%);
    border: none;
    /* border-radius: 3px; */
}

.main-nav .drop-down:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.main-nav .drop-down li {
    min-width: 220px;
    position: relative;
}

.main-nav .drop-down ul li {
    border-bottom: 1px solid #f4f4f7;
    margin-top: 0px;
}

.main-nav .drop-down ul li:last-child {
    border-bottom: 0px;
}

.main-nav .drop-down .drop-down>a {
    padding-right: 35px;
}

.main-nav .drop-down ul li a {
    padding: 6px 5px;
    color: #231e1f;
    border-radius: 2px;
    font-weight: 400;
    transition: all 200ms linear;
    font-size: 14px;
    letter-spacing: 0.25px;
    text-transform: capitalize;
    width: 100%;
}

.main-nav .drop-down ul li a span {
    color: #da1214;
}

.main-nav .drop-down ul li a:hover span {
    color: #fff;
}

.main-nav .drop-down ul li a span img {
    width: 20px;
}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active>a,
.main-nav .drop-down ul li:hover>a {
    color: #fff;
    background-color: #fb8b3b;
}

.main-nav .drop-down>a:after {
    content: "\f107";
    font-family: FontAwesome;
    padding-left: 5px;
    font-size: 16px;
}

.main-nav .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 10px);
}

.main-nav .drop-down .drop-down:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
}

.main-nav .drop-down .drop-down>a:after {
    content: "\f105";
    position: absolute;
    right: 15px;
}


/*******************/
.call_start {
    margin-left: 35px !important;
    margin-top: 2px;
    position: relative;
}

.call_start:after {
    content: "";
    position: absolute;
    top: 2px;
    left: -20px;
    width: 1px;
    height: 35px;
    background: #e3e3e3;
}

.call_tp {
    border-radius: 50px;
    padding: 5px 12px 5px 11px;
    margin-left: 15px;
    height: 43px;
    display: flex;
    background: #384777;
    border: 2px solid #384777;
}

.call_tp img {
    margin-right: 8px;
    width: 22px;
    height: 22px;
    margin-top: 4px;
}

.call_tp a {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    display: block;
    line-height: 15px;
    padding: 0px;
}

.call_tp a span {
    font-weight: 400;
    color: #292929;
}

.call_start a {
    padding-top: 6px;
}

.head-cont {
    position: relative;
    margin-left: 70px;
    margin-top: -20px;
    font-size: 18px !important;
}

.head-cont:after {
    content: "";
    position: absolute;
    left: 16px;
    bottom: 5px;
    width: 137px;
    height: 1px;
    background: #292929;
}

.head-cont:hover {
    color: #fb8b3b !important;
}

.head-cont img {
    width: 55px;
    height: auto;
    position: absolute;
    left: -55px;
    top: 14px;
}

.head-call {
    font-size: 15px;
}

.head-cont:hover .head-call {
    color: #292929 !important;
}

/*.head-cont:hover:after{
    background: #f9ad00;
}*/
.head-cont .pbmit-svg-arrow {
    stroke: #fff;
    width: 10px;
    height: 10px;
    fill: none;
    stroke-width: 5px;
    stroke-miterlimit: 10;
    position: relative;
    bottom: 1px;
    left: 6px;
    transform: rotate(45deg);
}

.pbmit-svg-arrow-span {
    position: relative;
    left: 5px;
}

.pbmit-svg-arrow-span:before {
    content: "";
    width: 22px;
    height: 22px;
    background: #fb8b3b;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 2px;
}

.head-cont .pbmit-svg-arrow line:nth-child(1) {
    stroke-dasharray: 25px;
    stroke-dashoffset: 50px;
    transition: stroke-dashoffset 0.5s cubic-bezier(.61, 1, .88, 1);
}

.head-cont .pbmit-svg-arrow line:nth-child(2) {
    stroke-dasharray: 20px;
    stroke-dashoffset: 40px;
    transition: stroke-dashoffset 0.6s cubic-bezier(.61, 1, .88, 1) 0.3s;
}

.head-cont .pbmit-svg-arrow line:nth-child(3) {
    stroke-dasharray: 20px;
    stroke-dashoffset: 40px;
    transition: stroke-dashoffset 0.6s cubic-bezier(.61, 1, .88, 1) 0.3s;
}

.head-cont:hover svg line {
    stroke-dashoffset: 0 !important;
    stroke: #fff;
}

/** *************** **/
.mobile-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 9999;
    overflow-y: auto;
    left: -260px;
    width: 260px;
    padding-top: 18px;
    background: #416b9d;
    transition: 0.4s;
}

.mobile-nav a {
    display: block;
    color: #fff;
    padding: 10px 20px;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
    color: #8cc63f;
    text-decoration: none;
}

.mobile-nav .drop-down>a:after {
    content: "\f078";
    font-family: FontAwesome;
    padding-left: 10px;
    position: absolute;
    right: 15px;
}

.mobile-nav .active.drop-down>a:after {
    content: "\f077";
}

.mobile-nav .drop-down>a {
    padding-right: 35px;
}

.mobile-nav .drop-down ul {
    display: none;
    overflow: hidden;
}

.mobile-nav .drop-down li {
    padding-left: 20px;
}

.mobile-nav-toggle {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none;
    line-height: 1;
    cursor: pointer;
    text-align: right;
}

.mobile-nav-toggle i {
    margin: 0px 0px 0 0;
    color: #004289;
}

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(19, 39, 57, 0.8);
    overflow: hidden;
    display: none;
}

.mobile-nav-active {
    overflow: hidden;
}

.mobile-nav-active .mobile-nav {
    left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
    color: #fff;
}

/** **************** **/


#slider {
    margin-right: 0;
    margin-left: 0;
    /* margin-top: -20px; */
}

#carousel {
    overflow: hidden;
}

#carousel .carousel-control {
    background: none;
    bottom: 7%;
    font-size: 30px;
    text-align: center;
    width: 40px;
    height: 40px;
    opacity: 1;
    position: absolute;
}

#carousel .carousel-control-right {
    right: 5%;
}

#carousel .carousel-control-left {
    right: 9%;
}

#carousel .carousel-control-right span {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: hidden;
    transition: transform 0.5s ease;
    opacity: 0;
}

#carousel .carousel-control-left span {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: hidden;
    transition: transform 0.5s ease;
    opacity: 0;
}

#carousel:hover .carousel-control-right span {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
    opacity: 1;
}

#carousel:hover .carousel-control-left span {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
    opacity: 1;
}

#carousel .carousel-control span {
    color: #fff;
    background-color: rgb(50 52 51 / 50%);
    height: 45px;
    width: 45px;
    z-index: 121;
    line-height: 45px;
    text-align: center;
    position: absolute;
}

#carousel .carousel-control span:hover {
    background-color: #fb9f39;
}

#carousel .carousel-item .caption {
    background-color: rgb(0 0 0 / 20%);
    padding: 40px;
    animation-duration: 1s;
    animation-delay: 1s;
}


.carousel-indicators {
    position: absolute;
    left: 0;
    z-index: 15;
    width: 100%;
    padding-left: 0;
    margin-left: 50px;
    text-align: right;
    list-style: none;
    bottom: 35px;
    justify-content: left;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #ab9e9e;
    border-radius: 0;
}

.carousel-indicators .active {
    background-color: #fb8b3b;
}

.carousel-caption {
    text-align: right;
    text-shadow: none;
    right: 0;
    bottom: 0;
    padding-bottom: 0;
}

.carousel-caption h5 {
    font-size: 30px;
    color: rgb(244, 247, 248);
    font-weight: 600;
    display: block;
    margin-bottom: 0;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    transition: all 0.8s linear;
}

.carousel-caption h5 span {
    padding: 10px 30px !important;
    background: #d52a32;
    position: relative;
    top: -10px;
    font-family: "Jost", sans-serif;
}

.carousel-caption p {
    font-size: 21px;
    color: rgb(244, 247, 248);
    line-height: 1.2;
    width: 600px;
    font-weight: 400;
    font-family: "Jost", sans-serif;
    display: inline-block;
    background-color: rgba(24, 24, 24, 0.902);
    padding: 20px 30px;
    margin-bottom: 0;
    -webkit-animation-duration: 3.5s;
    animation-duration: 3.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    transition: all 0.8s linear;
}

@-webkit-keyframes bounceInLeft {

    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(0px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(0px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(0px, 0, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInLeft {

    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(0px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(0px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(0px, 0, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}




@-webkit-keyframes bounceInRight {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
        transform: translate3d(3000px, 0, 0) scaleX(3)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
        transform: translate3d(-25px, 0, 0) scaleX(1)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0) scaleX(.98);
        transform: translate3d(10px, 0, 0) scaleX(.98)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0) scaleX(.995);
        transform: translate3d(-5px, 0, 0) scaleX(.995)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInRight {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
        transform: translate3d(3000px, 0, 0) scaleX(3)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
        transform: translate3d(-25px, 0, 0) scaleX(1)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0) scaleX(.98);
        transform: translate3d(10px, 0, 0) scaleX(.98)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0) scaleX(.995);
        transform: translate3d(-5px, 0, 0) scaleX(.995)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}


/* why-choose us */

.why-chose-us {
    width: 100%;
    min-height: 550px;
    padding: 50px 0;
    position: relative;
    background-color: #fff;
    /* background: url(../images/7.png)bottom right no-repeat; */
    background-size: 40%;
    z-index: 1;
}

.why-chose-us:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;
    background-color: transparent;
    /* background: linear-gradient(116deg, rgba(251, 136, 59, 1) 0%, rgba(251, 201, 55, 1) 100%); */
    border-radius: 0 50% 50% 0;
    /* z-index: -1; */
    border: 2px solid #3a453c;
    border-left: none;
    border-top: none;
    border-bottom: none;

}

.why-chose-us:after {
    content: "";
    position: absolute;
    top: 0%;
    right: 0;
    bottom: 10%;
    left: 0;
    width: 46.5%;
    height: 100%;
    background: linear-gradient(116deg, rgba(251, 136, 59, 1) 0%, rgba(251, 201, 55, 1) 100%);
    z-index: -1;
    border-radius: 0 50% 50% 0;
}

.why-chose-us .row {
    align-items: center;
}

.why-choose-us-left-heading {
    display: block;
    font-size: 26px;
    font-weight: 600;
    padding-bottom: 4px;
    /* color: #fff; */
}

.why-choose-us-left-content {
    position: relative;
    z-index: 1;
}

.why-choose-us-left-content p {
    /* color: #fff; */
}

.why-choose-us-left {
    width: 100%;
    height: 300px;
    /* background-color: #0078b5; */
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    /* text-align: left; */
}

.why-choose-us-left::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../images/22.png)left bottom no-repeat;
}

.right-panel {

    position: relative;
    /* Context for positioning the circles */
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.reason-item {
    position: relative;
    padding-left: 40px;
    margin-bottom: 15px;
}

.reason-item:last-child {
    margin-bottom: 0;
}

.reason-content span {
    font-size: 16px;
    font-weight: 600;
    color: #2a403d;
}

.reason-content p {
    color: #6c757d;
    /* Muted text color */
    font-size: 14px;
    line-height: 1.6;
}

.number-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 27px;
    font-weight: 700;
    background-color: #2a403d;
    /* Positioning magic to straddle the columns */
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);

    /* Visual flair from the original image */
    border: 5px solid white;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}




.reason-item-one,
.reason-item-five {
    position: relative;
    transform: translate(-104px);
}

.reason-item-two,
.reason-item-four {
    position: relative;
    transform: translate(-35px);
}

.reason-item-three {
    position: relative;
    transform: translate(-16px);
}

.reason-content {
    background-color: #fff4ee6b;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #0001;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}


.about-subtitle {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--primary-blue);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* why-choose us ends */


/* about us */

.about-content .about-subtitle {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--primary-blue);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.about-content .about-heading {
    font-size: 28px;
    font-weight: 600;
    color: var(--dark-text);
    line-height: 1.2;
    margin-bottom: 10px;
}

.about-content .about-description {
    font-size: 15px;
    color: var(--light-text);
    line-height: 1.7;
    margin-bottom: 10px;
}

.about-content .about-descriptions {
    font-size: 15px;
    letter-spacing: normal;
    margin-bottom: 10px;

}

/* Stats section */
.stats-container {
    margin-bottom: 2.5rem;
}

.stat-item .stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
}

.stat-item .stat-label {
    font-size: 0.9rem;
    color: #fff;
}


.main-img {
    position: relative;
}

.main-img::before {
    content: "";
    position: absolute;
    top: 27px;
    left: 16px;
    width: 200px;
    height: 200px;
    background-color: #2a403d;
    clip-path: polygon(0 0, 0 100%, 100% 0);
    /* background: linear-gradient(116deg, rgba(251, 136, 59, 1) 0%, rgba(251, 201, 55, 1) 100%); */
    z-index: -1;
    border-radius: 20px 0 0 0;
}

.main-img::after {
    content: "";
    position: absolute;
    bottom: 27px;
    right: 16px;
    width: 200px;
    height: 200px;
    /* background-color: #2a403d; */
    background: linear-gradient(116deg, rgba(251, 136, 59, 1) 0%, rgba(251, 201, 55, 1) 100%);
    clip-path: polygon(0 100%, 100% 100%, 100% 0);
    z-index: -1;
    border-radius: 0 0 20px 0;
}

.main-img img {
    width: 100%;
    /* height: auto; */
    display: block;

    /* Needed for z-index to work */
    /* z-index: 1; */
}

.about-content {
    position: relative;
}

.about-content::before {
    content: "";
    position: absolute;
    top: -34px;
    left: -37px;
    width: 100px;
    height: 100px;
    background: linear-gradient(116deg, rgba(251, 136, 59, 1) 0%, rgba(251, 201, 55, 1) 100%);
    z-index: -1;
    border-radius: 50%;
}


.center-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    /* z-index: 0; */
}

.boxes {
    width: 112px;
    height: 112px;
    background: linear-gradient(116deg, rgba(251, 136, 59, 1) 0%, rgba(251, 201, 55, 1) 100%);
    margin: auto;
    display: flex;
    border-radius: 50%;
}

.padd {
    margin: auto;
    color: #000;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
}

.padd p span {
    font-size: 12px;
    display: block;
}



.about-us {
    width: 100%;
    min-height: 600px;
    padding: 40px 0 25px 0;
    position: relative;
    background-color: rgba(251, 136, 59, 0.075);
    /* background: url(../images/about-us-bg.svg)bottom right no-repeat; */
    overflow: hidden;
}

.about-us::before {
    content: "";
    position: absolute;
    /* top: 0; */
    right: 0;
    bottom: -60px;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(251, 136, 59, 0.075); */
    /* background: linear-gradient(180deg,rgba(251, 136, 59, 0) 30%, rgba(251, 136, 59, 0.075) 70%) */
    /* background: url(../images/33.png)bottom right no-repeat; */
    background: url(../images/about-bg.png)bottom no-repeat;
    background-size: 100%;
    /* background-size: 45%; */
    opacity: 1;
    z-index: -1;

}

.wg-exprerience {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-image: url("./../images/counter.jpg");
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    /* top: 50%; */
    /* left: -57px; */
    /* gap: 11px; */
    animation: rotate-back-and-forth 15s infinite linear;
}

.wg-exprerience::after {
    content: "";
    position: absolute;
    top: 11px;
    left: 11px;
    right: 11px;
    bottom: 11px;
    border-radius: 50%;
    border: 1px dashed rgba(255, 255, 255, 0.5);
}

.wg-exprerience p.text {
    font-weight: 500;
    color: #fff;
    margin-bottom: 0 !important;
}

.wg-exprerience p.year {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    color: #f8c32c;
}

@keyframes rotate-back-and-forth {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(15deg);
    }

    50% {
        transform: rotate(0deg);
    }

    75% {
        transform: rotate(-15deg);
    }

    100% {
        transform: rotate(0deg);
    }
}



.why-choose-us::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(251, 136, 59, 0.075);
}



.about-us .row {
    display: flex;
    align-items: center;
}

.main-btn {
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    border: 2px solid #000;
    padding: 10px 20px;
    font-size: 17px;
    cursor: pointer;
    font-weight: bold;
    background: transparent;
    position: relative;
    transition: all 1s;
    overflow: hidden;
    margin-top: 15px;
}

.main-btn:hover {
    color: #fff;
}

.main-btn::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 0%;
    top: 0;
    left: -40px;
    transform: skewX(45deg);
    background-color: #2a403d;
    /* background: linear-gradient(116deg, rgba(251, 136, 59, 1) 0%, rgba(251, 201, 55, 1) 100%); */
    z-index: -1;
    transition: all 1s;
}

.main-btn:hover::before {
    width: 160%;
}


.mains-btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background: #414141;
    font-family: "Montserrat", sans-serif;
    box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    cursor: pointer;
    border: none;
    margin-top: 17px;
}

.mains-btn:after {
    content: " ";
    width: 0%;
    height: 100%;
    background: linear-gradient(116deg, rgba(251, 136, 59, 1) 0%, rgba(251, 201, 55, 1) 100%);
    position: absolute;
    transition: all 0.4s ease-in-out;
    right: 0;
}

.mains-btn:hover::after {
    right: auto;
    left: 0;
    width: 100%;
}

.mains-btn span {
    text-align: center;
    text-decoration: none;
    width: 100%;
    padding: 10px 25px;
    color: #fff;
    font-size: 1.125em;
    font-weight: 700;
    letter-spacing: 0.3em;
    z-index: 20;
    transition: all 0.3s ease-in-out;
}

.mains-btn:hover span {
    color: #183153;
    animation: scaleUp 0.3s ease-in-out;
}

@keyframes scaleUp {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.95);
    }

    100% {
        transform: scale(1);
    }
}

/* about */


/* map-section */

/* exparta */


.location-map {
    position: relative;
}

.location-item {
    position: absolute;
    left: 10%;
    top: 24%;
}

.location-item:nth-child(2) {
    left: 28%;
    top: 60%;
}

.location-item:nth-child(3) {
    left: 14%;
    top: 68px;
}

.location-item:nth-child(4) {
    left: 50%;
    top: 35%;
}

.location-item:nth-child(5) {
    left: 80%;
    top: 16%;
}

.location-item:nth-child(6) {
    left: 91%;
    top: 70%
}

.location-item:nth-child(7) {
    left: 28%;
    top: 27%;
}

.location-item:nth-child(8) {
    left: 57%;
    top: 58%;
}

.location-item:nth-child(9) {
    left: 74%;
    top: 47%;
}

.location-item:nth-child(10) {
    left: 94%;
    top: 18%;
}

.location-item:nth-child(11) {
    left: 63%;
    top: 18%;
}

.location-item:nth-child(12) {
    left: 83%;
    top: 75%;
}

.location-item .point {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #fbc537;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1;
}

.location-item .point::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #fb883b;
    border-radius: 50%;
    transform: scale(1);
    animation: ripple-1 1.5s 0s infinite;
    z-index: -1;
}

.location-item .info {
    padding: 8px 15px;
    position: relative;
    position: absolute;
    width: max-content;
    transform: translateX(-50%);
    left: 5.2px;
    bottom: 20px;
    background: #fb883b;
    border-radius: 50px;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
    z-index: 1;
}

.location-item .info::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 12px solid #fb883b;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}

.location-item .info h5 {
    font-size: 15px;
    color: var(--color-white);
}

.location-item.active .info {
    opacity: 1;
    visibility: visible;
    bottom: 30px;
}



@keyframes ripple-1 {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }

    100% {
        transform: scale(3);
        opacity: 0;
    }
}





/* extras */



.map-section {
    padding: 40px 0;
    position: relative;
    background: #fff6f0;
}

.map-section::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(251, 136, 59, 0.075); */
    /* background: linear-gradient(180deg,rgba(251, 136, 59, 0) 30%, rgba(251, 136, 59, 0.075) 70%) */
    background: url(../images/papper-edges-bottom.png)top right repeat-x;
    background-size: 90%;

}

.product-border-one {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 300px;
    background: linear-gradient(116deg, rgba(251, 136, 59, 1) 0%, rgba(251, 201, 55, 1) 100%);
    border-radius: 0 20px 20px 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.product-border-two {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 300px;
    background: linear-gradient(116deg, rgba(251, 136, 59, 1) 0%, rgba(251, 201, 55, 1) 100%);
    border-radius: 20px 0 0 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.why-choose-us-left-content {
    padding-right: 110px;
}


.content-column h2 {
    font-size: 28px;
    padding: 5px 0 5px 0;
    font-weight: 600;
}


/* .why-choose-us-left-heading {
    font-size: 28px;
  color: transparent;
  -webkit-text-stroke: 1px #000;
  text-stroke: 1px #000;
  font-weight: bold; 
  letter-spacing: 1.5px !important;
} */

.map-section .row {
    display: flex;
    align-items: center;
}

.content-column {
    display: flex;
    flex-direction: column;
    align-self: center;
    justify-self: center;
}

.stat-item {
    background-color: #414141;
    /* background: linear-gradient(150deg, rgba(251, 136, 59, 1) 0%, rgba(251, 201, 55, 1) 100%); */
    text-align: center;
    margin-top: 12px;
    padding: 10px 0;
    border-radius: 5px;
}

/** **************** **/
/* product starts */

.hm-industries {
    width: 100%;
    min-height: 600px !important;

    padding: 50px 0 0 0;
    background-color: rgba(251, 136, 59, 0.075);
    /* background:linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)),  url(../images/bg-0.jpg)center no-repeat; */
    /* background: linear-gradient(180deg,rgba(251, 136, 59, 0.075) 0%, rgba(251, 136, 59, 0.075) 100%), url(../images/bg-0.jpg)center no-repeat; */
    background-size: 100% 100%;
    position: relative;
    overflow: hidden;
}

.hm-industries::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(251, 136, 59, 0.075); */
    /* background: linear-gradient(180deg,rgba(251, 136, 59, 0) 30%, rgba(251, 136, 59, 0.075) 70%) */
    background: url(../images/13.png)bottom right repeat-x;
    background-size: 40%;
    z-index: -1;
    opacity: 0.7;
    /* background-attachment: fixed; */
}



.hm-indus-heading-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hm-indus-heading-content .mains-btn {
    margin-top: 0 !important;
}

/* .hm-industries::before {
    content: "";
    position: absolute;
    top: -320px;
    bottom: -320px;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50% 50% 0 0;
    border-radius: 0 0 50% 50%;
    background: linear-gradient(116deg, rgba(251, 136, 59, 1) 0%, rgba(251, 201, 55, 1) 100%);
    border: 30px solid #0003;
    border-left: 0;
    border-right: 0;
} */

.hm-industries-head {
    margin-bottom: 10px;
}

.hm-industries-head h2 {
    letter-spacing: 0.5px;
    font-family: "Jost", sans-serif;
    color: #202020;
}

.hm-industries-head h6 {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 15px;
    color: #959595;
    display: inline-block;
    padding-right: 13px;
    margin-bottom: 10px;
}

.hm-industries-head h6 span {
    position: relative;
}

.hm-industries-head h6 span:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 9px 9px;
    border-color: transparent transparent #fb8b3b transparent;
    bottom: 4px;
    right: -16px;
}

.dual-laminate .owl-dots {
    text-align: center;
    margin-top: -50px;
    position: relative;
}

.owl-dots button {
    background: #dcdee1 !important;
    width: 10px;
    height: 10px;
    border-radius: 26px;
    margin: 0 5px;
    transition: 0.3s;
}

.owl-dots button.active {
    width: 30px;
    background: #414141 !important;
}

.dlab-box {
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    position: relative;
    overflow: hidden;
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #050505;
}

.dlab-box:hover {
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    -o-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.dlab-media {
    /* background-color: #414141; */
    /* background: linear-gradient(180deg, rgba(65, 65, 65, 1) 0%, rgba(150, 146, 146, 1) 51%, rgba(65, 65, 65, 1) 100%); */
    position: relative;
    overflow: hidden;
}

.dlab-info {
    border-color: #eee;
    border-width: 1px;
    border-style: solid;
    padding: 40px 20px 20px 20px;
    position: relative;
    background-color: #fff;
}

.dlab-info h5 {
    font-weight: 600;
    font-size: 17px;
    line-height: 24px;
    color: #232323;
}

.skew-content-box {
    display: inline;
    left: -1px;
    padding: 6px 20px;
    position: absolute;
    top: -15px;
    width: auto;
    margin-bottom: 0;
    /* background: linear-gradient(116deg, rgba(251, 136, 59, 1) 0%, rgba(251, 201, 55, 1) 100%); */
    background-color: #ff8800 !important;
}

.dlab-social-icon {
    display: inline-block;
    margin: 0 -3px;
    padding: 0;
    text-align: center;
}

.skew-content-box:after {
    background-color: inherit;
    content: "";
    height: 100%;
    position: absolute;
    right: -10px;
    top: 0;
    transform: skewX(20deg);
    -moz-transform: skewX(20deg);
    -webkit-transform: skewX(20deg);
    -o-transform: skewX(20deg);
    width: 20px;
    z-index: 1;
}

.dlab-social-icon li {
    display: inline-block;
    padding: 0;
    font-size: 12px;
}

.skew-content-box ul li a {
    color: #000;
    font-size: 14px;
    width: auto;
    padding: 0px 10px;
    line-height: 24px;
    height: 24px;
}

.hm-industries-dtl .owl-carousel .owl-stage {
    margin-top: 30px;
    margin-bottom: 90px;
}

/* product ends */


/* new-update */

.news-section-wrapper {
    padding: 0px 0;
    border-top: 1px solid #e0e0e0;
}

/* --- Left Side (Orange Header) --- */
.news-header-col {
    background: linear-gradient(116deg, rgb(251, 136, 59) 0%, rgb(251, 201, 55) 100%);
    ;
    color: white;
    padding: 20px 42px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

/* The triangle pointer */
.news-header-col::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #f7941d;
    z-index: 10;
}

.news-header-col .btn-view-all {
    /* position: absolute; */
    top: 20px;
    right: 20px;
    background-color: white;
    color: #f7941d;
    border-radius: 20px;
    padding: 11px 40px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.news-header-col .btn-view-all:hover {
    opacity: 0.9;
}

.news-header-col .section-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    /* margin-top: 20px; */
    padding-bottom: 12px;

}

/* --- Right Side (Carousel) --- */
.news-carousel-col {
    background-color: white;
    padding: 20px 0;
    display: flex;
    align-items: center;
}

.news-item {
    padding: 20px;
    height: 100%;
}

.news-date {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #f7941d;
    font-weight: 600;
    margin-bottom: 15px;
    7
}

.news-item-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0d3d6e;
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
}

.news-item-title:hover {
    color: #f7941d;
}

.news-description {
    color: #555;
    font-size: 0.95rem;
    line-height: 1.6;
}

.pdf-link {
    display: inline-block;
    margin-top: 5px;
    color: #d32f2f;
    font-weight: 600;
}

/* --- Owl Carousel Customization --- */


/* Remove border from the last visible item */
.owl-carousel .owl-item.active:last-child {
    border-right: none;
}

/* Custom Navigation Buttons */
.news-nav-buttons {
    margin-top: auto;
    /* Pushes nav to the bottom */
    padding-top: 20px;
}

.owl-nav button.owl-prev,
.owl-nav button.owl-next {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 2px solid #fb883b !important;
    color: #fb883b !important;
    background: transparent !important;
    margin: 0 5px !important;
    font-size: 20px !important;
    transition: all 0.3s ease;
    border-radius: 50% !important;
}

.news-nav-buttons .owl-nav button.owl-prev:hover,
.news-nav-buttons .owl-nav button.owl-next:hover {
    background: white !important;
    color: #f7941d !important;
}

/* Hide default nav container */
.owl-theme .owl-nav {
    margin-top: 0;
}

/* Hide dots */
.owl-theme .owl-dots {
    display: none;
}

/* --- Responsive Adjustments --- */
@media (max-width: 991.98px) {
    .news-header-col::after {
        display: none;
        /* Hide arrow on smaller screens */
    }

    .news-header-col {
        text-align: center;
    }

    .news-header-col .btn-view-all {
        position: static;
        display: inline-block;
        margin-top: 20px;
    }

    .news-nav-buttons {
        margin: 20px auto 0;
    }

    .news-carousel-col {
        padding: 30px 15px;
    }

    .owl-carousel .owl-item {
        border-right: none;
    }
}


/* news-update ends */

/** **************** **/
/*------------------*/
footer {
    background: #414141;
    padding: 20px 0 20px;
    position: relative;
}

.main-footers:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/farmer.png)bottom right no-repeat;
    background-size: 25%;
    left: 0;
    top: 0;
    z-index: -1;
    /* border-radius: 0 0 90px; */
}

.main-footers:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 10%;
    /* background: linear-gradient(50deg, rgba(251, 136, 59, 1) 0%, rgba(251, 201, 55, 1) 100%); */
    background: url(../images/grass-2-grey.png) bottom repeat-x;
    background-size: 100%;
    left: 0;
    right: 0;
    bottom: 99.9%;
    z-index: 2;
    border-radius: 0;
    opacity: 1;
}



.farming-plant-img:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/farmer.png)bottom right no-repeat;
    background-size: 25%;
    right: 0;
    top: 0;
    /* border-radius: 0 0 90px; */
}



.ftr-head {
    padding-bottom: 16px;
    position: relative;
}

.ftr-head:after {
    content: "";
    width: 35px;
    height: 2px;
    background: #fc883b;
    position: absolute;
    left: 0;
    bottom: 6px;
}

.ftr-head h4 {
    font-weight: 500;
    font-size: 20px;
    color: #fff;
}

.ftr-link ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    display: block;
    padding: 4px 0;
    letter-spacing: 0.5px;
    word-spacing: 1px;
}

.ftr-link ul li:hover a {
    color: #fc883b;
}

.br {
    border-right: 1px solid #ffffff1a;
}

.bb {
    border-bottom: 1px solid #ffffff1a;
    padding-bottom: 10px;
    padding-top: 20px;
}

.ftr-cont {
    padding-bottom: 15px;
    padding-left: 35px;
    position: relative;
}

.ftr-cont h4 {
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    margin-bottom: 12px;
}

.ftr-cont p a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
    word-spacing: 1px;
}

.ftr-cont p:hover a {
    color: #fff;
}

.ftr-cont img {
    position: absolute;
    top: 0px;
    left: 0;
}

.ftr-mid {
    padding-top: 30px;
}

.ftr-desc p {
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    display: block;
    letter-spacing: 0.2px;
    word-spacing: 1px;
}

.ftr-copyright {
    padding-top: 20px;
    text-align: center;
}

.ftr-copyright p {
    color: #fff8;
    font-size: 13px;
    font-weight: 300;
    display: block;
    letter-spacing: 0.2px;
    word-spacing: 1px;
}

.ftr-copyright p a {
    color: #fff;
}

.ftr-copyright p span {
    color: #fa883b;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.footer-shadow {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 25%;
    opacity: 0.5;
}

.footer-shadow img {
    user-drag: none;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

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

.social-icon h4 {
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    text-align: right;
    margin-bottom: 30px;
    position: relative;
}

.social-icon h4:after {
    content: "";
    width: 35px;
    height: 2px;
    background: #c61e24;
    position: absolute;
    right: 0;
    bottom: -10px;
}

.social-icon ul {
    text-align: right;
}

.social-icon ul li {
    width: 50px;
    height: 50px;
    display: inline-block;
    padding: 8px;
    border: thin solid #676a6d;
    border-radius: 50%;
    margin-left: 6px;
}

.hvr-float-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hvr-float-shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: "";
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(ellipse at center,
            rgb(255 255 255 / 35%) 0,
            rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center,
            rgb(255 255 255 / 35%) 0,
            rgba(0, 0, 0, 0) 80%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}

.social-icon li {
    display: inline-block;
}

.social-icon li a {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #fff;
    display: block;
    padding: 5px 0;
    text-align: center;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

.social-icon li i {
    font-size: 17px;
    padding-top: 3px;
}

.social-icon li:hover i {
    color: #fff !important;
}

.social-icon li.facebook i {
    color: #3b5998;
}

.social-icon li.instagram i {
    color: #cd4a72;
}

.social-icon li.linkedin i {
    color: #007ab9;
}

.social-icon li.youtube i {
    color: #fb8b3b;
}

.social-icon li.twitter i {
    color: #000;
}

.hvr-float-shadow:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.social-icon li.facebook:hover a {
    background: #3b5998;
}

.social-icon li.instagram:hover a {
    background: #cd4a72;
}

.social-icon li.linkedin:hover a {
    background: #007ab9;
}

.social-icon li.youtube:hover a {
    background: #fb8b3b;
}

.social-icon li.twitter:hover a {
    background: #000;
}

.social-icon li.facebook:hover i,
.social_icon li.instagram:hover i,
.social_icon li.linkedin:hover i,
.social_icon li.youtube:hover i {
    color: #fff;
}

.hvr-float-shadow:hover:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}

.footers-logo-box {
    background-color: #000;
    border-radius: 25px;
    padding: 10px 0;

}


/* iiner pages starts */

/* 5. Contact Section
        -------------------------------------*/
.contacts-section {
    padding: 50px 0 50px 0;
    position: relative;
}

.contacts-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(263deg, rgba(251, 136, 59, 1) 0%, rgba(251, 201, 55, 1) 100%);
}

/* .contacts-section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 70%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    /* Light grey with transparency */
z-index: 2;
pointer-events: none;
}

*/ .contacts-section>* {
    position: relative;
    z-index: 3;
}

.contacts-section-left {
    /* background-color: #fff; */
    box-shadow: #050505;
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px; */
    padding: 27px 18px;
    border-radius: 5px;
}

.contacts-info-header span {
    font-size: 0.9rem;
    font-weight: 600;
    color: #212529;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.contacts-info-header h2 {
    font-size: 24px;
    font-weight: 600;
    margin: 1px 0 5px 0;
}

.contacts-details-list {
    margin-top: 15px;
}

.contacts-details-list p a {
    color: #000;
}

.contacts-details-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.5rem;
}

.contacts-details-list li:nth-child(3) {
    margin-bottom: 0 !important;
}

.contacts-details-list i {
    font-size: 20px;
    color: #ffffff;
    background-color: #212529;
    padding: 18px;
    border-radius: 50%;
    margin-right: 15px;
    width: 50px;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.contacts-details-list h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.contacts-details-list p {
    margin: 0;
    font-size: 14px;
}

/* 6. Contacts Form
        -------------------------------------*/
.contacts-form-wrapper {
    background-color: #212529;
    padding: 2.5rem;
    border-radius: 8px;
    color: #fff;
}

.contacts-form-wrapper label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
    font-size: 0.9rem;
}

.contacts-form-wrapper input,
.contacts-form-wrapper textarea {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1px solid #555;
    background-color: #343a40;
    border-radius: 5px;
    color: #fff;
    margin-bottom: 1rem;
}

.contacts-form-wrapper input:focus,
.contacts-form-wrapper textarea:focus {
    outline: none;
    border-color: #fec93d;
}

.contacts-form-wrapper input::placeholder,
.contacts-form-wrapper textarea::placeholder {
    color: #aaa;
}

.btn-submit {
    background-color: #e1b031;
    color: #000;
    border: none;
    padding: 0.8rem 2rem;
    font-size: 1rem;
    font-weight: 700;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 100%;
}

.btn-submit:hover {
    background-color: #eab82c;
}

/* 7. Map Section
        -------------------------------------*/


.map-section img {
    width: 100%;
    height: auto;
}


.hero-section {
    width: 100%;
    min-height: 250px;
    background: url(../images/inner-page-banner.png)center no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;

}

/* .hero-section::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    max-width: 500px;
    width: 100%;
    height: 150px;
    background: linear-gradient(180deg,  rgba(251, 201, 55, 1)0%, rgba(251, 136, 59, 1)  100%);
    transform: translateY(-50%);
    clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
} */

.main-breadcrum ul {
    width: fit-content;
    display: flex;
    background-color: #2f2f2f9c;
    padding: 10px 25px;
    border-radius: 30px;
    border: 0.2px solid #ffffff;
}

.main-breadcrum ul li {
    padding: 0 5px;
    color: #ffffff;
}

.hero-breadcrum {
    display: flex;
    align-items: center;
}

.hero-breadcrum-heading {
    color: #ffffff;
    font-size: 30px;
    font-weight: 600;
    display: block;
    margin: 0 0 10px 13px;
    letter-spacing: 5px;
}

.main-breadcrum {
    display: flex;
}

.main-breadcrum ul li a {
    color: #ffffff;
}


.product-detail-page {
    padding: 50px 0;
}

/* .bread-crum-main-row{
    display: flex;
    justify-content: center;
} */

.main-product-sec-left .display-4 {
    color: #000;
    font-size: 28px;
    font-weight: 600;
    padding-bottom: 6px;
}


.main-product-sec {
    padding: 50px 0;
    position: relative;
    background-color: #fff6f0;
}


.main-product-sec::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: -60px;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(251, 136, 59, 0.075); */
    /* background: linear-gradient(180deg, rgba(251, 136, 59, 0) 30%, rgba(251, 136, 59, 0.075) 70%); */
    /* background: url(../images/33.png) bottom right no-repeat; */
    background: url(../images/product-bg.png) bottom no-repeat;
    background-attachment: fixed;
    background-size: contain;
    opacity: 0.7;
}


.main-product-sec p {
    text-align: justify;
}


.main-product-sec .product-highlights {
    /* padding-top: 15px; */
}

.main-product-sec-left span {
    font-size: 20px;
    display: block;
    padding: 15px 0 3px 0;
    font-weight: 500;
}

.main-product-sec .product-highlights li {
    font-size: 16px;
    padding: 5px 0;
}

.product-highlights li i {
    color: #fb883b;
}

/* .main-product-table {
    padding: 25px 0;
} */

.main-product-table p {
    padding-bottom: 25px;
}

.main-product-img {
    border: 8px solid #6e6e6e7d;
    border-radius: 5px;
    box-shadow: 0px 7px 24px 0px rgb(0 0 0 / 10%);
}

.table-bordered thead th {
    border-bottom-width: 2px;
    background: #fcbb39;
}

.table {
    margin-top: 14px;
}

.main-product-table h2 {
    font-size: 25px;
    text-align: center;
}

.main-product-table {
    margin-top: 25px;
    background: #fff;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 10px;
}

.applications-head {
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 10px;
    display: block;
}

/*  */

.info-card {
    background-color: #ffffff;
    border: 1px solid #e9ecef;
    border-left: 5px solid #fcbb39;
    padding: 25px;
    border-radius: 8px;
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
    box-shadow: 0px 7px 24px 0px rgb(0 0 0 / 7%);
}


.info-card h3 {
    font-size: 22px;
    color: #000;
    margin-bottom: 8px;
}

.info-card ul {
    padding-left: 20px;
}

.info-card ul li {
    margin-bottom: 10px;
    font-size: 16px;
    display: flex;
    align-items: flex-start;
}

.info-card ul li i {
    display: block;
    padding: 5px 10px 0 0;
    font-size: 18px;
    color: #5a5a5a;
}

.multi-prod-rang {
    /* height: 100vh;    */
    background: #fff;
    padding-top: 1px;
    padding-top: 5px;
    box-shadow: 0px 7px 24px 0px rgb(0 0 0 / 7%);
    position: sticky;
    top: 75px;
}

.multi-prod-rang ul li {
    border-bottom: 1px solid #f7f7f7;
    position: relative;
}

.multi-prod-rang ul li:before {
    position: absolute;
    bottom: 0;
    background: #c02141;
    height: 1px;
    display: block;
    content: "";
    width: 0;
    transition: 0.5s all ease-in;
}

.multi-prod-rang ul li a {
    padding: 7px 10px;
    margin: 5px;
    color: #000;
    font-weight: 500;
    font-size: 14px;
    display: block;
    background: #f3f3f38c;
}

.multi-prod-rang h4 {
    margin-bottom: 15px;
    padding: 7px 0;
    padding-left: 12px;
    font-size: 20px;
    font-weight: 600;
    border-left: 5px solid #f3b929;
    border-right: 5px solid #fff;
    background: linear-gradient(263deg, rgba(251, 136, 59, 1) 0%, rgba(251, 201, 55, 1) 100%);
    box-shadow: 0px 5px 10px rgb(0 0 0 / 10%);
    position: relative;
    margin-left: -5px;
    color: #000000;
}

.inner-pro-img img {
    width: 100%;
    border-radius: 20px;
    border: 5px solid #ffffff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}

.products {
    padding: 50px 0 50px 0;
}

.product_description h3,
.product_description h4 {
    font-size: 20px;
    color: #e20a11;
    padding-bottom: 10px;
    display: block;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.product_description ul li {
    padding-bottom: 15px;
}

.product_description ul li span {
    color: #1f1f1f;
    /* line-height: 32px; */
    display: block;
    font-weight: 400;
    letter-spacing: 0.3px;
    position: relative;
    font-size: 15px;
    padding-left: 20px;
}

.product_description {
    margin-top: 35px;
}

.product_description li span i {
    color: #8f8f8f;
    opacity: 0.8;
    font-size: 14px;
    margin-right: 5px;
    position: absolute;
    content: "";
    top: 5px;
    left: 0;
}

.product_description p {
    color: #1f1f1f;
    /* line-height: 32px; */
    display: block;
    font-weight: 400;
    letter-spacing: 0.3px;
    position: relative;
    font-size: 15px;
    margin-bottom: 10px;
}

.product-highlight {
    background-color: #fff;
    border: 1px solid #e9ecef;
    border-radius: 10px;
    padding: 13px 12px;
    text-align: center;
    height: 100%;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    border-bottom: 5px solid #fcbb39;
    box-shadow: 0px 7px 24px 0px rgb(0 0 0 / 7%);
}

.product-high-icon i {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fcbb39;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 auto 8px auto;
}

.product-high-heading {
    padding: 20px 0 15px 0;
}

.product-high-heading ul li {
    display: flex;
    gap: 10px;
    margin: 5px;
}



.main-product-question {
    padding: 25px 0 15px 0;
}

.pro-h2-heading {
    display: block;
    text-align: left;
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 5px;
}

.main-product-table p {
    padding-top: 20px;
}


/* faq */

.accordion .accordion-item {
    border-bottom: 1px solid #e5e5e5;
    /* background-color: #fdb139; */
    background: #fff;
}


/* .product-high-heading{
    background: #fff;
    padding: 15px !important;
    margin-top: 10px;
} */



.accordion .accordion-item button[aria-expanded='true'] {
    /* border-bottom: 1px solid #03b5d2; */
    background-color: #fdb139;
}

.accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 14px 0 10px 0;
    color: #7288a2;
    font-size: 1.15rem;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
}

.accordion button:hover,
.accordion button:focus {
    cursor: pointer;
    color: #03b5d2;
}

.accordion button:hover::after,
.accordion button:focus::after {
    cursor: pointer;
    color: #03b5d2;
    border: 1px solid #03b5d2;
}

.accordion button .accordion-title {
    padding: 15px;
    color: #000;
    font-size: 16px;
    width: 95%;
    display: block;
}

.accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 0;
    width: 22px;
    height: 22px;
    border: 1px solid;
    border-radius: 22px;
    color: #000;
    margin: 0 25px;
}

.accordion button .icon::before {
    display: block;
    position: absolute;
    content: '';
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: currentColor;
}

.accordion button .icon::after {
    display: block;
    position: absolute;
    content: '';
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: currentColor;
}

.accordion button[aria-expanded='true'] {
    color: #03b5d2;
}

.accordion button[aria-expanded='true'] .icon::after {
    width: 0;
}

.accordion button[aria-expanded='true']+.accordion-content {
    opacity: 1;
    max-height: 9em;
    transition: all 200ms linear;
    will-change: opacity, max-height;
    background-color: #fff;
}

.accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content p {
    font-size: 14px;
    font-weight: 300;
    margin: 10px 14px;
}

.faq-main-container {
    font-size: 25px;
    display: block;
    font-weight: 600;
    text-align: center;
}

.work-process-section {
    padding: 10px 0 60px 0;
    background: #f1f1f1ab;
}

/* Header Styling */
.section-subtitle {
    font-size: 0.9rem;
    font-weight: 600;
    color: #888;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.work-process-span {
    font-size: 25px;
    font-weight: 600;
    color: #333;
    margin-bottom: 25px;
    display: block;
}



/* Step Item Styling */
.step-item {
    position: relative;
    border: 1px solid #0001;
    padding: 22px 15px;
    height: 100%;
    border-radius: 8px;
    box-shadow: 0px 7px 24px 0px rgb(0 0 0 / 7%);
    background: #fff;
}

.step-icon-wrapper {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}

.step-icon {
    width: 60px;
    height: 60px;
    background-color: #fdb139;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    font-size: 25px;
    box-shadow: 0 4px 15px rgba(13, 110, 253, 0.3);
    transition: all 0.3s ease;
}

.step-number {
    position: absolute;
    top: 0px;
    right: -10px;
    width: 32px;
    height: 32px;
    background-color: #212529;
    /* Dark color for the badge */
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 0.9rem;
    border: 3px solid #fff;
}

.step-title {
    font-size: 15px;
    font-weight: 500;
    color: #212529;
}

.step-text {
    color: #6c757d;
    /* Bootstrap muted text color */
    font-size: 0.95rem;
}


.info-card-span-heading {
    display: block;
    padding: 10px 0 3px 0;
    font-size: 18px;
    font-weight: 600;
}


.applications ul li span {
    padding-right: 10px;
}

.product-page {
    padding: 50px 0;
    background: #f1f1f1ab;
}

.product-page-items {
    margin-bottom: 20px;
    display: block;
}

.mega_wdth {
    width: 46%;
    display: inline-table;
}

.menu_high {
    overflow-y: scroll;
    height: 500px;
}

/*  */

.box-portfolio {
    position: relative;
    z-index: 0;
    overflow: hidden;
    border-radius: 20px;
}

.box-portfolio::before {
    border-radius: 20px;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0%;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: rgb(13, 21, 15);
    opacity: 0.502;
}

.box-portfolio .image {
    border-radius: 20px;
    overflow: hidden;
}

.box-portfolio.style-4 .content {
    background-color: #fff;
    border-radius: 20px;
    top: 398px;
    bottom: 20px;
    left: 20px;
    right: 23px;
    text-align: center;
    padding: 0px 35px 10px;
    height: 81px;
}

.box-portfolio .content {
    bottom: -140px;
    left: 35px;
    right: 35px;
    position: absolute;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    top: auto;
    z-index: 2;
}

.box-portfolio.style-4::after {
    background: linear-gradient(to top, rgba(13, 64, 28, 0.89), transparent);
}

.box-portfolio::after {
    border-radius: 20px;
    content: "";
    position: absolute;
    width: 100%;
    height: 278px;
    bottom: 0;
    left: 0;
    background: linear-gradient(to top, rgba(13, 21, 15, 0.749), transparent);
    z-index: 1;
    /* -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; */
}

.box-portfolio.style-4 .content .icon {
    margin-bottom: 22px;
    visibility: hidden;
    opacity: 0;
    transform: scale(0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.box-portfolio.style-4 .content .title {
    color: #000;
    margin-bottom: 23px;
    padding-bottom: 29px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -55px;
    white-space: nowrap;
}

.box-portfolio.style-4 .content .text {
    color: #000;
    margin-bottom: 32px;
    transform: translateY(15px);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    visibility: hidden;
    opacity: 0;
}

.box-portfolio.style-4 .content .bot {
    justify-content: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transform: translateY(15px);
    visibility: hidden;
    opacity: 0;
}

/* contact-us */

.contact-detail {
    min-height: 155px;
    background-color: #fff6f0;
    border-radius: 20px;
    padding: 20px;
    position: relative;
    z-index: 1;
    gap: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.contact-detail i {
    font-size: 20px;
    color: #ffffff;
    background-color: #212529;
    padding: 18px;
    border-radius: 50%;
    margin-right: 15px;
    width: 50px;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.contact-details h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.contact-detail::after {
    content: "";
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    border-radius: 15px;
    border: 1px dashed #000;
    z-index: 0;
}

.contact-detail p a {
    color: #000;
}

select {
    width: 100%;
    height: 48.5px;
    padding: 0.75rem 1rem;
    border: 1px solid #555;
    background-color: #343a40;
    border-radius: 5px;
    color: #acacac;
    margin-bottom: 1rem;
}


/* .map-section:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(50deg, rgba(251, 136, 59, 1) 0%, rgba(251, 201, 55, 1) 100%);
    background: url(../images/grass-2-grey.png)bottom repeat-x;
    background-size: 100%;

    left: 0;
    bottom: 0;
    z-index: -1;
    border-radius: 0;
    opacity: 1;
} */


.product_box {
    box-shadow: rgb(0 0 0 / 24%) 0 3px 8px;
    padding: 0.5rem;
    border-radius: 25px;
    height: 100%;
    transition: all .5s ease-out;
    background: #fff;
}

.product_box:hover {
    transform: translateY(-8px);
    box-shadow: rgb(50 50 93 / 25%) 0 50px 100px -20px, rgb(0 0 0 / 30%) 0 30px 60px -30px;
}

.product_box_img {
    border-radius: 25px;
    overflow: hidden;
}

.product_box_img img {
    transition: all .5s ease-out;
}

.product_box:hover img {
    scale: 1.1;
}

.product_box_title {
    color: #1b1613;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    margin: 1rem 1rem 0.5rem;
    padding: 0.1rem 0.5rem 0 1rem;
    font-size: 16px;
    line-height: 1.5rem;
}

.product_box_title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 4px;
    background: #f7aa47;
}

iframe {
    border-radius: 10px;
}


video {
    width: 100%;
}

.video_wrapper {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.product_box_title-2 {
    color: #1b1613;
    font-weight: 500;
    position: relative;
    /* margin: 1rem 1rem 0.5rem; */
    padding: 0.1rem 0.5rem 0 1rem;
    font-size: 14px;
}

.btm-watsap {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 99;
}