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

* {
    margin: 0px;
    padding: 0px;
    outline: none;
    letter-spacing: 1.2px !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;
}

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

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

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

::-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;
    padding: 8px 0;
    transition: all .5s ease;
}

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

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

.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(24, 24, 24, 0.902); */
    background: #e8112200;
}

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

.logo-before {
    position: absolute;
    width: 26.3%;
    height: 100%;
    background-color: #ca3e2d;
    left: 0;
    top: 0;
    z-index: -1;
    border-radius: 0 50px 50px 0;
}



.fixed-top:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    /* background: #ffffff; */

    background: url(../images/header-bg.jpg)center repeat;
    background-size: 50%;
    left: 0;
    top: 0;
    z-index: -1;
    border-radius: 0;
}

.header-scrolled .logo {
    bottom: -23px;
    width: 230px;
    margin-top: -10px;
    transition: all .5s ease;
}

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

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

.logo {
    position: absolute;
    transition: all.5s ease;
    bottom: -18px;
    width: 250px;
    /*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: -26px;
}

.logo-ul {
    display: flex;
    flex-wrap: wrap;
    background: #e81122;
    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: 15px 0 15px 0;
    display: flex;
    align-items: center;
}

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

.main-nav a {
    color: #000000;
    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: #e81122; */
    text-decoration: none;
}

.main-nav .drop-down ul {
    display: block;
    position: absolute;
    left: -40px;
    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: #e81122;
}

.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: #ca3e2d !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: #e81122;
    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;
    top: 45%;
    font-size: 30px;
    text-align: center;
    width: 40px;
    height: 40px;
    opacity: 1;
    position: absolute;
}

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

#carousel .carousel-control-left {
    left: 0;
}

#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: #1e1e1e;
}

#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: 10px;
    text-align: left;
    list-style: none;
    bottom: 15px;
    justify-content: left;
}

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

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

.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
}




.read_more {
    font-size: 15px;
    line-height: 22px;
    font-weight: 500;
    padding: 4px 2px 4px 30px;
    text-align: center;
    display: inline-block;
    border-radius: 30px 30px 30px 0;
    color: #ffffff;
    transition: all 0.3s ease-in-out;
    background: #e81122;
    margin-top: 15px;
}

.read_more:hover {
    color: #202020;
    background: #ffffff;
}

.circle {
    background: #ffffff;
    color: #052b45;
    border-radius: 100px;
    height: 35px;
    width: 35px;
    line-height: 35px !important;
    text-align: center;
    margin: 0 3px 0 12px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}

.circle:before {
    font-size: 18px;
    padding-top: 2px;
    font-family: 'FontAwesome';
    transition: all 0.3s ease;
}

.read_more:hover .circle {
    color: #fff;
    background: #e81122;
}

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


/* download brouseer */
.download-button {
    position: relative;
    border-width: 0;
    color: white;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 4px;
    z-index: 1;

    margin-left: 10px;
}

.download-button .docs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-height: 40px;
    padding: 0 10px;
    border-radius: 4px;
    z-index: 1;
    background-color: #ca3e2d;
    border: solid 1px #e8e8e82d;
    transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

.download-button:hover {
    box-shadow:
        rgba(0, 0, 0, 0.25) 0px 54px 55px,
        rgba(0, 0, 0, 0.12) 0px -12px 30px,
        rgba(0, 0, 0, 0.12) 0px 4px 6px,
        rgba(0, 0, 0, 0.17) 0px 12px 13px,
        rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.download {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 90%;
    margin: 0 auto;
    z-index: -1;
    border-radius: 0 0 10px 10px;
    transform: translateY(0%);
    background-color: #131313;
    border: solid 1px #ffffff86;
    border-top: 0;
    transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

.download-button:hover .download {
    transform: translateY(100%);
}

.download svg polyline,
.download svg line {
    animation: docs 1s infinite;
}

@keyframes docs {
    0% {
        transform: translateY(0%);
    }

    50% {
        transform: translateY(-15%);
    }

    100% {
        transform: translateY(0%);
    }
}


/* download brousher ends */


.header-scrolled .scrollto img .scrollto img {
    top: -22px;
}



/* about us */

.about-us {
    width: 100%;
    padding: 100px 0 100px 0;
    position: relative;
    /* background: linear-gradient(to right, #f5f5f5, #e0e0e02c), url(../images/about-bg.png) right no-repeat; */

    background: linear-gradient(rgb(0 0 0 / 3%), rgb(0 0 0 / 0%)), url(../images/about-bg.png) right bottom no-repeat;
    background-size: 40%;


}

.about-left {
    position: relative;
}


.about-right .th-btn {
    margin-top: 25px;
}


.colarge-1 {
    position: relative;
    margin: 40px 30px 0px 40px;
    z-index: 1;
}

.colarge-1 img {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.colarge-1:before {
    left: -20px;
    top: -20px;
}

.colarge-1:before {
    position: absolute;
    border: 5px solid #a3a3a3de;
    content: '';
    width: 100%;
    height: 100%;
    z-index: -1;
}

.about-left-img:before {
    position: absolute;
    border: 12px solid #a3a3a3de;
    content: '';
    width: 90%;
    height: 90%;
    z-index: -1;
}

.about-left-img:before {
    left: -40px;
    top: -40px;
}

.since-year-outer {
    position: relative;
}

.since-year {
    position: absolute;
    right: -20px;
    bottom: -45px;
    z-index: 1;
    background-color: #382c92;
    padding: 0 20px;
    border-radius: 25px;
    box-shadow: 6px 5px 17px 5px #24232157;
    animation: mover 1s infinite alternate;
}

.since-year:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../images/bg-pattern-6.png)center no-repeat;
    background-size: 400%;
    z-index: 9999;

}



.since-year span {
    color: #fff;
    font-size: 40px;
    font-weight: 500;
    font-family: 'Teko', sans-serif;
    display: inline-block;
    line-height: 0px;
    position: relative;
    text-transform: uppercase;
}

.since-year strong {
    color: #fff;
    font-size: 40px;
}

.th-btn {
    position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    text-align: center;
    background-color: #ca3e2d;
    color: #fff;
    /* font-family: var(--body-font); */
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    padding: 15px 29px;
    border-radius: 5px;
}

.th-btn:before {
    left: 0;
    border-radius: 0 20px 20px 0;
}



.th-btn:before {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    width: 0%;
    background-color: #382c92;
    z-index: -1;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.th-btn:after {
    right: 0;
    border-radius: 20px 0 0 20px;
}

.th-btn:after {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    width: 0%;
    background-color: #382c92;
    z-index: -1;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}


.th-btn:hover::before,
.th-btn:hover:after,
.th-btn.active::before,
.th-btn.active:after {
    width: 50%;
    border-radius: 0;
}

.th-btn:hover,
.th-btn.active {
    color: #fff;
}

.sub-title7 {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #ca3e2d;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-top: -0.41em;
    margin-bottom: 5px;
    position: relative;
}

.sub-title7 .box {
    display: inline-block;
    width: 24px;
    height: 24px;
    position: relative;
    top: 7px;
    margin-right: 4px;
}


.sub-title7 .box:before,
.sub-title7 .box:after {
    content: "";
    height: 16px;
    width: 16px;
    background-color: #ca3e2d;
    border-radius: 3px;
    display: inline-block;
    position: absolute;
}

.sub-title7 .box:before {
    top: 0;
    left: 0;
    background-color: transparent;
    border: 2px solid #ca3e2d;
}

.sub-title7 .box:after {
    bottom: 0;
    right: 0;
}

.title-area .sec-title {
    margin-bottom: 8px;
}

.list-collumn2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-bottom: 1px solid var(--border-color);
    padding: 0px 0 13px 0;
    gap: 4px;
}

.checklist ul li {
    display: flex;
    align-items: baseline;
}

.checklist ul li i {
    display: block;
    padding-right: 7px;
    color: #4b4b4b;
}


.checklist ul li {
    padding: 5px 0;
    color: #525557;
}


.about-right p {
    padding-bottom: 10px;
    color: #525557;
}


.about-right .sec-title {
    font-size: 28px;
    margin: 5px 0 5px 0;
    color: #3b3b3b;
    font-weight: 700;
}

.authorised-dealer .sec-title-2 {
    font-size: 22px;
    margin: 5px 0 8px 0;
    color: #3b3b3b;
    font-weight: 600;
    display: block;
}

.item img {
    border: 1px solid#0002;
    background-color: #fff;
    border-radius: 5px;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}


/* about ends */

/* product css */

.product-section {
    width: 100%;
    min-height: 300px;
    padding: 60px 0 30px 0;
    position: relative;
    background: linear-gradient(rgb(0 0 0 / 3%), rgb(0 0 0 / 0%)), url(../images/bg-pattern-6.png) center no-repeat;
    background-size: 100%;
    background-attachment: fixed;

}

.product-section::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 55%;
    top: 0;
    right: 0;
    left: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../images/product-bg.jpg) right no-repeat;

    background-size: 100%;
    background-attachment: fixed;

}

.section-heading .sec-title {
    font-size: 28px;
    font-weight: 700;
    color: #ffffffA3;
}

.section-heading .sub-title7 {
    margin-bottom: 3px;
    /* color: #fff; */
}

.sec-heading-row {
    margin-bottom: 8px;
}

/* .section-heading .sub-title7 .box:before{
 
    border: 2px solid #ffffff;
}

.section-heading .sub-title7 .box:after {
    background-color: #ffffff;
} */


/* item css */
.product-box-detail span {
    display: block;
    font-weight: 500;
    font-size: 16px;
    padding-bottom: 5px;
    color: #3b3b3b;
}

.product-box-detail p {
    font-size: 14px;
    display: none;
    color: #6b6e71;
}

.product-box {
    border-radius: 20px;
    overflow: hidden;
    position: relative;

}


.product-box img {

    transition: 0.3s ease-in-out;
}



.product-box-detail {
    position: absolute;
    padding: 4px 10px;
    top: 80%;
    bottom: 5%;
    right: 5%;
    left: 5%;
    background-color: #fff;
    display: block;
    border-radius: 15px;
    text-align: center;
    /* width: 400px;
    height: 400px; */
    overflow: hidden;
    transition: 0.3s ease-in-out;


}

.product-box:hover .product-box-detail {
    top: 5%;
    background-color: rgba(255, 255, 255, 0.925);
    color: #000;
    /* padding-top: 20px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid #0003;
}

.product-box:hover .product-box-detail p {
    display: block;
}

.product-box:hover img {
    transform: scale(1.1);
}


.product-box-border {
    width: 50px;
    height: 3px;
    background-color: #ca3e2d;
    /* display: flex; */
    /* justify-content: center; */
    margin: 0px auto 5px auto;
}

/* product-css ends */

.image-11 {
    /* width: 100%;
    height: 400px; */
    background: url(../images/bg-pattern-6.png) bottom no-repeat;
    background-size: cover;
}

.image-11 img {
    opacity: 1;
}

/* achivements */

.achivements {
    padding: 40px 0;
    /* background: linear-gradient(90deg, rgba(225, 232, 233, 1) 0%, rgba(206, 212, 217, 1) 100%); */
    position: relative;
    background: url(../images/bg-pattern-6.png) center no-repeat;
    background-size: 100%;
}





/* .achivements::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
   background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: -1;

} */

.section-main-title {
    font-size: 28px;
    font-weight: 700;
    color: #3b3b3b;
    line-height: 1.2;
    margin-bottom: 8px;
    margin-top: 8px;
}

.section-description {
    font-size: 15px;
    color: #7b7f83;
    line-height: 1.6;
    margin-bottom: 5px;
}

/* Stats Grid */
.stats-grid {
    /* background-color: #fff; */
    /* height: 100%; */
}

.stat-item {
    padding: 27px 21px;
    border: 1px solid #f2f2f2;
    display: flex;
    align-items: center;
    gap: 15px;
    background: #fff;
    margin: 0 0 14px 0;
    position: relative;
    box-shadow: 0px 10px 30px rgba(7, 36, 95, 0.08);
}

.stat-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 23px;
    width: 55px;
    height: 91px;
    background-color: #ca3e2d;
    border-radius: 0 0 30px 30px;
}



.stat-item .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    /* background-color: rgb(212 233 212); */
    border-radius: 50%;
    z-index: 111;
}

.my-product-content h6 {
    font-size: 15px;
}

.stat-item .icon i {
    color: #fff;
    font-size: 28px;
}

.stat-content span {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #51585f;
}

.stat-content h2 sup {
    font-size: 1rem;
    font-weight: 600;
    color: #FFCC29;
    position: relative;
    top: -15px;
}

.stat-content p {
    margin-bottom: 0;
    color: #666;
    font-size: 14px;
}

.certificate {
    border: 5px solid #a3a3a3de;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

/* achivements ends */

/* .industries-we-serve starts */


.industries-we-serve {
    padding: 40px 0 70px 0;
    background: url(../images/service_bg_3.jpg)center no-repeat;

    background-size: cover;
    position: relative;
}

/* .industries-we-serve::before {
    content: "";
    position: absolute;
    bottom: 0%;
    right: -2%;
    background: url(../images/water-sprinkler.png)right bottom no-repeat;
    background-size: 25%;
    width: 80%;
    height: 80%;
    opacity: 1;
} */

.feature-card3 {
    height: 100%;
    padding: 20px 25px 0px 19px;
    background-color: fff;
    box-shadow: 0px 10px 30px rgba(7, 36, 95, 0.08);
    border-radius: 20px;
    text-align: center;
    position: relative;
    z-index: 2;
    margin-bottom: 27.5px;
    transition: 0.3s ease-in-out;
}

.feature-card3:hover {
    transform: translateY(-10px);
}

.feature-card3_icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    background-color: #fff;
    border-radius: 50%;
    margin: 0 auto 29px auto;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    position: relative;
    z-index: 2;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.feature-card3_icon i {
    font-size: 32px;
    opacity: 0.8;
}


.feature-card3:before,
.feature-card3:after {
    content: '';
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    position: absolute;
    top: 2px;
    left: 2px;
    background-color: #fff;
    z-index: -1;
    border-radius: 19px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.feature-card3_icon img {
    width: 50px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    opacity: 0.7;
}

.feature-card3_title {
    font-size: 14px;
    margin-bottom: 8px;
    margin-top: -0.24em;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    color: #6b6e71;
    display: block;
}

.feature-card3:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, #ca3e2d 0%, rgba(255, 255, 255, 0) 80%);
    z-index: -2;
    top: 0;
    left: 0;
}

.industries-we-servess .sec-title {
    font-size: 28px;
    color: #3b3b3b;
    font-weight: 700;
}

.industries-we-servess {
    margin-bottom: 30px;
}

/* industries-we-serve starts */


/* footer */

.footer {
    min-height: 200px;
    padding: 28px 0 20px 0;
    /* background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../images/5.jpg)center no-repeat; */
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(56, 44, 146, 0.884)), url(../images/5.jpg) center no-repeat;
    /* margin-top: 50px; */
    background-size: cover;
    position: relative;
}



.footer-column-one {
    /* min-height: 350px; */
    background-color: #ececec;
    padding: 5px;
    margin-top: 10px;
    position: relative;
    border-top: 5px solid #ca3e2d;
    /* box-shadow: 6px 5px 17px 5px rgba(255, 255, 255, 0.568); */
    /* margin-bottom: 15px; */
}

.footer-column-one:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../images/bg-pattern-6.png) center no-repeat;
    background-size: 100%;
    z-index: 9999;
}

.footer-column-one p {
    padding: 10px;

}

.footer-column-two h5,
.footer-column-three h5 {
    color: #fff;
}

.footer-column-two-border-bottom {
    width: 50px;
    height: 3px;
    background-color: #ca3e2d;
    margin: 10px 0 20px 0;
}

.footer-column-two ul li {
    padding: 0 0 10px 0;
}

.footer-column-two ul li a {
    color: #fff;
}

.footer-column-two ul li i {
    color: #fff;
}

/* .footer-column-three */

.footer-map {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.footer-map img {
    width: 32px;
    margin-right: 15px;
}

.footer-map p {
    color: #fff;
}

.footer-map h6 {
    font-size: 20px;
}

.footer-map p {
    font-size: 14px;
}

.footer-map a {
    color: #fff;
}



.copyright p a {
    color: #ca3e2d;
}

.footer-h5 {
    visibility: hidden;
}

/* footer ends */

/* certificate-section */


.certificate-section {
    padding: 50px 0;
    position: relative;
}

.certificate-section::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0.2;
    background: url(../images/header-bg.jpg) center repeat;
    background-size: 100%;
}

/* float */

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 40px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
}

.my-float {
    color: #fff;
}

.phonenumber-box {
    display: flex;
    /* color: #fff; */
    background-color: #fff;
    width: 100%t;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
    font-size: 16px;
    align-items: center;
    box-shadow: 0px 10px 30px rgba(7, 36, 95, 0.08);
    border: 1px solid red;
    position: relative;
}



.phonenumber-box p {
    font-size: 16px;
    padding-right: 10px;
}

.phonenumber-box a {
    font-size: 16px;
    padding-left: 10px;
    /* display: block; */
    color: #000;
}

.phone-boxes-number {
    color: #000;
    position: relative;
}


.phone-boxes-number:hover {
    color: #000;
}

.phonenumber-box img {
    width: 25px;
    margin-right: 10px;
}

.brousher-section-download {
    position: relative;
    /* top: 0rem; */
    background-color: #f6f6f6;
    width: 100%;
    min-height: 60px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    margin-bottom: 20px;
}

.brousher-section-download::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 70%;
    background-color: #ca3e2d;
    border-radius: 10px;
}



.brousher-section-download-left p {
    color: #fff;
    font-size: 22px;
    padding-left: 25px;
    font-weight: 500;
}

/* contact */

.contact-section {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 60px;
}

.contact-form-container {
    background-color: #ffffff;
    padding: 27px;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    margin-right: 30px;
}

.contact-info-container {
    background-color: #a9382a;
    /* Dark green */
    color: #ffffff;
    padding: 28px;
    border-radius: 8px;
    width: 350px;
    height: 100%;
}

.section-title {
    font-size: 16px;
    color: #333333;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}

.section-title::before {
    content: '';
    width: 30px;
    height: 2px;
    background-color: #aaaaaa;
    margin-right: 10px;
}

.main-heading {
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 12px;
}

.main-heading .free-quote {
    color: #ca3d2c;
    /* Yellow */
    font-style: italic;
}

.form-label-custom {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 8px;
}

.form-control-custom {
    border-radius: 5px;
    padding: 12px;
    border: 1px solid #dddddd;
    font-size: 16px;
    color: #666666;
}

.form-control-custom:focus {
    border-color: #ffc107;
    box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.25);
}

.send-message-button {
    background-color: #ca3d2c;
    color: #ffffff;
    padding: 12px 25px;
    border: none;
    border-radius: 25px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
}

.send-message-button i {
    padding-right: 8px;
}

.send-message-button:hover {
    background-color: #382c92;
}

.send-message-button .arrow-icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.contact-info-block {
    margin-bottom: 30px;
}

.contact-info-block .info-text a {
    color: #fff;
}

.contact-info-block:last-child {
    margin-bottom: 0;
}

.info-heading {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}

.info-text {
    font-size: 16px;
    margin-bottom: 5px;
}

.social-icons {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.social-icons:hover a {
    color: #fff !important;
}

.social-icon-link {
    width: 40px;
    height: 40px;
    background-color: #f9f9f9;
    /* Yellow */
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s ease;
}

.social-icon-link:hover {
    background-color: #fff;
}


.social-icon-img {
    width: 20px;
    height: 20px;
}

iframe {
    border-radius: 10px;
    overflow: hidden;
}

.inner-banner-new {
    background-image: url(../images/inner-page-banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding: 100px 0 100px;
    /* margin-top: 104px; */
}

.inner-banner-head-new {
    border-left: 5px solid #ffffff;
}

.inner-banner-head-new h1 {
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    padding-left: 10px;
}

.inner-hamb-cnt {
    width: max-content;
    height: 65px;
    margin-top: -34px;
    border-radius: 57px;
    padding: 0 15px;
    justify-items: center;
    align-content: center;
    background-color: rgb(169 56 42);
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    border: 4px solid #ffffff;
}

.inner-hamb-cnt ul {
    display: flex;
}

.inner-hamb-cnt ul li {
    display: inline-block;
    padding: 0 4px;
}

.inner-hamb-cnt ul li a {
    font-family: var(--title-font);
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #ffffff;
}

.inner-hamb-cnt ul li {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
}

/*  */

.our-brand {
    padding: 50px 0;
    /* background-color: #000; */
    min-height: 200px;
    /* padding: 28px 0 20px 0; */
    /* background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../images/5.jpg) center no-repeat; */
    background: linear-gradient(rgba(56, 44, 146, 0.884), rgba(0, 0, 0, 0.6)), url(../images/5.jpg) center bottom no-repeat;
    /* margin-top: 50px; */
    background-size: 100% 100%;
    position: relative;
}

.our-brand-title {
    font-weight: 800;
    text-align: center;
    margin-bottom: 40px;
}

.brand-card {
    background: #fff;
    border-radius: 15px;
    padding: 20px 20px;
    box-shadow: 0px 4px 0px rgb(202 62 45);
    transition: all 0.3s ease;
    height: 100%;
    border: 1px solid #0001;
}

.brand-card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 6px 0px rgb(202 62 45);
}

.brand-card img {
    width: 160px;
    margin-bottom: 11px;
    border: 1px solid #0002;
}

.brand-card h5 {
    font-weight: 600;
    margin-bottom: 5px;
    color: #585859;
}

.brand-card p {
    font-size: 14px;
    color: #555;
    margin: 0;
}

.our-brand-title {
    font-size: 26px;
    font-weight: 600;
}

.our-brnd-sec-title-2 {
    font-size: 22px;
    margin: 5px 0 8px 0;
    color: #3b3b3b;
    font-weight: 600;
    display: block;
}

.why-choose-uss-card {
    background: #fff;
    border-radius: 15px;
    padding: 16px;
    transition: all 0.3s ease;
    height: 100%;
    border: 1px solid #0001;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.why-choose-uss {
    background: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)),
        url(../images/header-bg.jpg) center repeat;
    background-size: cover;
    padding: 50px 0;
}

.get-in-touch {
    border: 1px solid #0002;
    height: 100%;
    padding: 20px;
    min-height: 200px;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(56, 44, 146, 0.884)), url(../images/5.jpg) center bottom no-repeat;
    background-size: cover;
    position: relative;
}

.get-in-touch h4 {
    padding-bottom: 10px;
    color: #fff;
}

.get-in-touch p {
    padding-bottom: 10px;
    color: #fff;

}

.get-in-touch span {
    display: block;
    color: #fff;
    padding-bottom: 7px;
}

.get-in-touch span a {
    color: #fff;
}

.get-in-touch {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.why-choose-uss-card {
    display: flex;
    align-items: center;
    gap: 20px;
    /* box-shadow: 5px 0px 0px rgb(202 62 45) */
}

.why-choose-uss-card-left img {
    width: 50px;
    opacity: 0.7;
}

.why-choose-uss-card-right h5 {
    font-size: 18px;
    color: #ca3e2d;
    font-weight: 600;
}

.why-choose-uss-card-right p {
    font-size: 14px;
    color: #555;
    margin: 0;
}

.get-in-touch p {
    font-size: 14px;
}

.hamburger-sec-about {
    background-color: #f7f7f7;
}


.prod-section {
    padding: 0 0 40px;
}

/*------------------*/
.inner-prod-dtl {
    padding: 30px 0 50px 0;
    background-image: linear-gradient(120deg,
            rgb(249 249 249 / 63%) 100%,
            transparent 100%),
        url("../images/prod-bg.jpg");
}

.inner-prod-dtl .prod-img {
    padding: 5px;
    /* box-shadow: inset rgb(0 0 0 / 10%) 0px 0px 2.6px; */
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.inner-prod-dtl .prod-rht {
    height: 100%;
    /* padding: 40px 0 5px 10px; */
}

.prod-rht .prod-heading h2 {
    letter-spacing: 0px;
    font-family: "Jost";
    font-size: 31px;
    margin-bottom: 10px;
    color: #3d3d3d;
    font-weight: 600;
    line-height: 41px;
}

.prod-rht .prod-descr p {
    color: #060606a6;
    padding-bottom: 10px;
    margin-top: 0px;
    text-align: justify;
    font-size: 15px;
}

.enq-btn a {
    font-size: 15px;
    line-height: 22px;
    font-weight: 500;
    padding: 4px 2px 4px 30px;
    text-align: center;
    display: inline-block;
    border-radius: 0px 0px 0px 0;
    color: #ffffff;
    transition: all 0.3s ease-in-out;
    background: #382c92;
    margin-top: 5px;
    margin-right: 75px;
}

.enq-btn:hover i {
    color: #ffffff;
    background: #dd2b1d;
}

.enq-btn:hover a {
    color: #ffffff;
    background: #dd2b1d;
}

.prod-features {
    display: flex;
}

.prod-features .info-btn {
    position: relative;
    display: block;
    font-size: 16px;
    padding: 32px 0;
    padding-left: 25px;
    color: #000;
    text-align: left;
    font-weight: 600;
    line-height: 20px;
}

.prod-rht .prod-descr span {
    color: #fab001;
    font-weight: 500;
    border-bottom: dashed;
    border-width: thin;
}

/* .inn-prod-more-dtl {
  padding: 80px 0 0;
} */
.inn-prod-more-dtl .prod-head-common {
    margin-bottom: 15px;
}

.inn-prod-more-dtl .prod-head-common h3 {
    position: relative;
    margin-top: -2px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding-left: 30px;
    font-size: 20px;
    font-weight: 600;
    color: #dd2c1c;
}

.prod-head-common h3 span:before {
    position: absolute;
    left: 0;
    top: -1.9px;
    content: ":::";
    color: #dedbdb;
    font-size: 23px;
}

.prod-dia-img {
    margin-bottom: 45px;
}

.inn-prod-more-dtl .prod-lg-head h4 {
    letter-spacing: 0px;
    font-family: "Jost";
    font-size: 31px;
    margin-bottom: 15px;
    color: #3d3d3d;
    font-weight: 600;
    line-height: 41px;
    /* padding-left: 10px;
  border-left: 3px solid #fab001; */
}

.inn-prod-more-dtl .prod-head-common h3 span p {
    font-size: 20px;
    display: inline-block;
    color: #3d3d3d;
}

.inn_prod_table {
    background: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 15px;
    margin-top: -20px;
    margin-bottom: 45px;
    /* min-height: 100%; */
}

.inn_prod_table ul {
    margin-left: 10px;
}

.inn_prod_table ul li i {
    padding-right: 5px;
    color: #a9382a;
}

.inn_prod_table ul li {
    display: flex;
    align-items: first baseline;
    color: #060606a6;
    font-size: 15px;
}

.table {
    margin-bottom: 0px;
}

.inn_prod_table td {
    border: 2px solid #e1e1e1;
    color: #606060;
    letter-spacing: 0.5px;
    font-weight: 500;
    font-size: 15px;
    text-transform: capitalize;
    align-content: center;
}

.inn_prod_table th {
    color: #3d3d3d;
}

.prod-ul .bullet li i {
    font-size: 15px;
    color: #fab001;
    padding-right: 7px;
}

.prod-ul .bullet li {
    color: #060606a6;
    margin-top: 10px;
    text-align: justify;
    font-size: 15px;
    position: relative;
    padding-left: 21px;
}

.bullet li:before {
    content: "\2713";
    font-family: "FontAwesome";
    color: #fab001;
    left: 0px;
    position: absolute;
}

.prod-categ h3 {
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 17px;
    font-weight: 700;
    color: #3d3d3d;
    border-left: 3px solid #dd2c1c;
    padding-left: 9px;
    margin-bottom: 20px;
}

.prod-categ {
    background: #ffffff;
    padding: 25px 20px 25px 20px;
    border-radius: 5px 5px 5px 5px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    position: sticky;
    top: 85px;
    border: 1px solid #ca3e2d;
}

.prod-categ ul li {
    padding-top: 15px;
    border: 1px solid #ba5446;
    padding-bottom: 15px;
    margin-bottom: 12px;
    padding-left: 14px;
    transition: all 0.6s;
}

.prod-categ ul a {
    font-size: 14px;
    color: #000000;
    font-weight: 500;
}

.prod-categ ul li:hover {
    background: #ca3e2d;
    color: #fff;
    transition: all 0.6s;
}

.prod-categ ul a .active-list {
    background: #dd2c1c;
    color: #fff;
}

.inn_prod_table-specification {
    margin-bottom: 0 !important;
}

.recent-pro-box-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 5px;
    background-color: #ca3e2d;
    padding: 5px 5px;
}

.recent-pro-box-content h4 {
    font-size: 13px;
    padding: 14px 3px;
    color: #fff;
}

.recent-pro-box-img img {
    border: 1px solid #0001;
}

.recent-pro-box {
    background-color: #ededed;
    padding: 5px;
    border-radius: 5px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    display: block;
    border: 1px solid #00000023;
    transition: all 0.3s ease-in-out;
    margin: 5px 0 10px 0;
}

.recent-product {
    padding: 25px 0;
}

.recent-product-heading {
    padding-bottom: 30px;
    text-align: center;
}

.recent-product-heading-one {
    position: relative;
}

.recent-product-heading-one::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: max-content;
    height: 20px;
    background-color: #004289;
    right: 0;
    left: 0;
}

.recent-pro-box-heading {
    font-size: 22px !important;
}

.recent-pro-box:hover {
    background-color: #ca3e2d;
    color: #fff;
}

.recent-pro-box:hover h4 {
    color: #000;
}

.recent-pro-box:hover .recent-pro-box-content {
    background-color: #fff;
}

.recent-pro-box:hover .recent-pro-box-content-icon i {
    background-color: #ca3e2d;
    color: #fff;
}



.recent-pro-box-content-icon i {
    background-color: #fff;
    padding: 10px;
    border-radius: 50%;
    color: #000;
}


.prod-main {
    padding: 50px 0 50px;
}

.prod-head h2 {
    font-size: 2rem;
    color: #222222;
    font-weight: 800;
    margin-bottom: 13px;
    position: relative;
}

.prod-table h3 {
    font-size: 1.5rem;
    color: #222222;
    font-weight: 800;
    margin-bottom: 13px;
    position: relative;
    margin-top: 20px;
}

.prod-dtl p {
    letter-spacing: 0.5px;
    font-size: 16px;
    padding-bottom: 5px;
    line-height: 25px;
    margin-top: 10px;
    color: #525557;
    font-weight: 500;
}

.prod-inner-dtl p {
    letter-spacing: 0.5px;
    font-size: 16px;
    padding-bottom: 5px;
    line-height: 25px;
    color: #525557;
    font-weight: 500;
}

.prod-inner-dtl {
    margin-bottom: 30px;
    margin-top: 8px;
}

.hm-inner-main {
    position: sticky;
    top: 20%;
}

.inner_prod_table tr:nth-child(odd) {
    background: #fff;
}

.inner_prod_table th {
    font-size: 14px;
    color: #525557;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.5px;
    border-bottom: 2px solid #ffffff !important;
    align-content: center;
    background: linear-gradient(35deg, #d6d4db 0%, #d6d4db 100%);
}

.inner_prod_table td:last-child {
    /* border: 1px solid #000; */
    border-left: 0;
}

.inner_prod_table td:hover {
    background-color: rgb(202 62 45 / 24%);
}

.inner_prod_table td {
    border: 0px;
    border-right: 1px solid #f8f9fa;
    color: #525252;
    letter-spacing: 0.5px;
    font-weight: 500;
    vertical-align: middle;
    font-size: 14px;
    text-transform: capitalize;
}

.inner_prod_table tr:nth-child(even) {
    background: #f7f8f9;
}


/* .prod-img {
    position: relative;
}

.prod-img::before{
    content: "";
    position: absolute;
    background: url(../images/delears/dunlohiflex-small.png) right bottom no-repeat;
    background-size: 50%;
    width: 80%;
    height: 100%;
    right: 10px;
    bottom: 10px;
    
} */
.prod-img img {
    border-radius: 9px;
    border: 3px solid #b7b7b7;
    padding: 4px;
    box-sizing: border-box;
}

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

/*******************/
.prod-main-two {
    padding: 30px 0 30px;
    background-color: #f9fafc;
}

.prod-inner-head h4 {
    font-size: 1.3rem;
    color: #222222;
    font-weight: 800;
}

.prod-inner-dtl .bullet li {
    letter-spacing: 0.5px;
    font-size: 16px;
    margin-bottom: 15px;
    padding: 10px 10px 10px 45px;
    line-height: 25px;
    color: #525557;
    font-weight: 500;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    position: relative;
}

.prod-inner-dtl .bullet li::before {
    content: "\f00c";
    font-family: FontAwesome;
    position: absolute;
    left: 14px;
    top: 15px;
    width: 20px;
    height: 20px;
    background-color: #ca3e2d;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 21px;
    font-size: 11px;
}

.prod-inner-dtl .bullet li:hover {
    background-color: rgb(202 62 45 / 7%);
    border-color: rgb(202 62 45);
}

.prod-enq-btn a:hover {
    background: #000;
    color: #fff;
}

.prod-enq-btn a {
    padding: 12px 25px;
    background: #ca3e2d;
    color: #222222;
    border-radius: 25px;
    font-weight: 700;
    font-size: 16px;
}

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

/*******************/
.prod-main-thre {
    padding: 0px 0 80px;
}

.prod-main-thre .prod-inner-head {
    margin-bottom: 40px;
}

.prod-industry-box:hover {
    border: 1px solid #ca3e2d;
}

.prod-industry-box {
    border: 1px solid #e4e4e7;
    border-radius: 10px;
    padding: 1.5rem;
    text-align: center;
    min-height: 180px;
    margin-bottom: 20px;
}

.prod-industry-box span {
    padding: 10px 16px 10px 16px;
    background: #ca3e2d;
    color: #fff;
    border-radius: 60px;
    display: inline-block;
    margin: 0 0 20px;
    font-weight: 800;
    font-size: 15px;
}

.prod-industry-box h5 {
    font-size: 15px;
    font-weight: 700;
    color: #050503;
    margin-bottom: 10px;
}

.prod-industry-box p {
    font-size: 14px;
    color: #4e4e4e;
}

.table-bullets span {
    display: block;
}

.table-bullets li {
    display: flex;
    gap: 4px;
}

.appli-title {
    font-size: 18px;
    display: block;
    font-weight: 600;
    padding: 10px 0;
}

.prod-categ ul a .active-list {
    background: #ca3e2d;
    color: #fff;
}


.bealt-healding {
    display: block;
    font-size: 22px;
    font-weight: 600;
}


.float-2 {
    position: fixed;

    bottom: 20px;
    left: 20px;
    background-color: #f5f5f5;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    font-size: 30px;
    box-shadow: 0px 0px 3px #999;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: crescendo 1.5s alternate infinite ease-in;
}

.my-float {
    color: #fff;
}

.float-2 img {
    width: 110px;
}




@keyframes crescendo {

    /*   0%   {transform: scale(.8);} */
    100% {
        transform: scale(1.1);
    }
}

.brand-card {
    height: fit-content;
    margin-bottom: 20px;
}


.prod-main-one,
.prod-main-two,
.prod-main-three,
.prod-main-four {
    padding: 20px 0;
}

.prod-features .enq-btn {
    margin-bottom: 20px;
}

.belt-colomn {
    /* border: 1px solid #0003; */
    margin: 20px 0;
    padding: 8px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    ;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

.btn-for-mobile {
    display: none;
}

.worm-drive-hose-img {
    border: 1px solid #acacac;
}

.pro-sam-code {
    display: block;
    color: #555555;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
}

.pro-item {
    padding: 10px;
    border: 1px solid #5256863b;
    margin-top: 25px;
    position: relative;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.bottom-border {
    position: absolute;
    bottom: -3px;
    width: 0%;
    height: 3px;
    background-color: red;
    display: flex;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0 0 20px 20px;
    z-index: -5;
    transition: 0.2s all ease-in-out;
}

.pro-item-content h4 {
    font-size: 18px;
    padding: 10px 0 0 0;
    text-align: center;
    font-weight: 600;
}

.pro-item-content h4 span {
    font-size: 13px;
    display: block;
    padding-top: 7px;
    font-weight: 500;
}


.pro-item:hover .bottom-border {
    width: 50%;
}

.Download-button {
  display: flex;
  align-items: center;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 17px;
  padding: 6px 15px;
  margin-left: 0px;
  color: #fff;
  background: rgb(202 62 45);
  border: none;
  box-shadow: 0 0.7em 1.5em -0.5em rgb(90 90 90 / 53%);
  letter-spacing: 0.05em;
  border-radius: 8px;
  cursor: pointer;
  position: relative;
      border: 1px solid rgba(71, 71, 71, 0.2);
}

.Download-button:hover {
  box-shadow: 0 0.5em 1.5em -0.5em rgba(88, 71, 116, 0.627);
}

.Download-button:active {
  box-shadow: 0 0.3em 1em -0.5em rgba(88, 71, 116, 0.627);
}

.Download-button::before {
  content: "";
  width: 5px;
  height: 40%;
  background-color: #fff;
  position: absolute;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  left: 0;
  transition: all 0.2s;
}

.Download-button::after {
  content: "";
  width: 5px;
  height: 40%;
  background-color: #fff;
  position: absolute;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  right: 0;
  transition: all 0.2s;
}

.Download-button:hover::before,
.Download-button:hover::after {
  height: 60%;
}

.icon-right-arrow11{
    margin-right: 5px;
}

.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: 10px;
  padding: 5px 12px 5px 6px;
  margin-left: 3px;
  height: 46px;
  display: flex;
  background: #ca3e2d;
  border: 2px solid #c7c7c7;
}

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

.call_tp a {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  display: block;
  line-height: 31px;
  padding: 0px;
}

.call_tp a:hover {
  color: #fff !important;
  font-weight: 600;
  font-size: 16px;

}


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

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