@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;
}

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 {
    padding: 4px 0;
    border-top: 4px solid #e3010e;
    background-color: #565656;
    border-bottom: 1px solid rgba(3, 27, 78, 0.07);
    position: relative;


}


.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;
    margin-right: 30px;

}

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

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

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

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

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

.fixed-top:after {
    width: 360px;
    background-color: #ffffff;
    content: '';
    position: absolute;
    height: 25px;
    box-shadow: rgba(14, 30, 37, 0.12) -2px -222px 38px 1px, rgba(14, 30, 37, 0.32) 0px -5px 7px -1px;
    z-index: -1;
    border-radius: 0;
    transform: skew(48deg, 0deg);
    left: -20px;
    top: -20%;
}

.fixed-top:before {
    width: 350px;
    background-color: #ffffff;
    content: '';
    position: absolute;
    height: 19px;
    z-index: 2;
    border-radius: 0;
    transform: skew(-53deg, 0deg);
    left: -12px;
    top: 96%;
    box-shadow: rgba(14, 30, 37, 0.12) 8px -206px 38px 20px, rgba(14, 30, 37, 0.32) 0px 7px 4px -3px;
}

.fixed-top:after {
    width: 360px;
    background-color: #ffffff;
    content: '';
    position: absolute;
    height: 25px;
    box-shadow: rgba(14, 30, 37, 0.12) -2px -222px 38px 1px, rgba(14, 30, 37, 0.32) 0px -5px 7px -1px;
    z-index: -1;
    border-radius: 0;
    transform: skew(48deg, 0deg);
    left: -20px;
    top: -25%;


}

.header-scrolled .logo {
    bottom: -4px;
    width: 183px;
    margin-top: -13px;
    transition: all .5s ease;
}

.header-scrolled.fixed-top:before {
    display: none;
}

.header-scrolled.fixed-top:after {
    display: none;
}

.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: 10px;
    width: 240px;
    /* box-shadow: 0 2px 2px 0 rgb(0 0 0 / 15%); */
    z-index: 99;
}

.header-scrolled .logo:after {
    height: 78px;
}

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

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

.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: 13px 0 15px 0;
    display: flex;
}

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

.main-nav a {
    color: #111111;
    font-weight: 400;
    letter-spacing: 0.25px;
    position: relative;
    display: inline-block;
    font-size: 17px;
    padding: 10px 13px;

}

.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: 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: #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: -21px;
    width: 1px;
    height: 45px;
    background: #e3e3e3;

}

.call_tp {
    border-radius: 0px;
    padding: 5px 12px 5px 11px;
    margin-left: 15px;
    height: 42px;
    display: flex;
    background: #e3010f;
    border: 2px solid #e3010f;

}

.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: #ff0000 !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: #000000;
    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: #0009;
    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;
}

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

footer {
    background-color: #212121;
    padding: 80px 0 20px;
    position: relative;
    /* margin-top: 40px; */
    border-top: 4px solid #d2151e;
}

.ftr-head {
    padding-bottom: 12px;
}

.ftr-head h4 {
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    letter-spacing: 0.5px;
    font-family: "Jost", sans-serif;
}

.ftr-link ul li a {
    color: #c3c3c3;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.2px;
    line-height: 22px;
    padding: 3px 0;
    display: block;
}

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

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

.bb {
    border-bottom: 1px solid #ffffff1a;
    padding-bottom: 30px;
}

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

.ftr-cont h4 {
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    margin-bottom: 5px;
    letter-spacing: 0.5px;
    font-family: "Jost", sans-serif;
}

.footer_logo {
    width: 100%;
}

.ftr-cont p a {
    color: #c3c3c3;
    font-size: 14px;
    font-weight: 400;
}

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

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

.ftr-btm {
    padding-top: 20px;
}

.ftr-btm p {
    font-weight: 400;
    font-size: 15px;
    text-align: center;
    color: #ffffff;
}

.ftr-btm p span {
    color: #e3010f;
}

.ftr-btm p a {
    color: #e3010f;
}

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

.ftr-right {
    padding-top: 20px;
    padding-left: 20px;
}

.ftr-right ul {
    text-align: right;
}

.ftr-right ul li {
    display: inline-block;
    padding-left: 15px;
}

.ftr-right ul li a {
    font-size: 18px;
    color: #dbdbdb;
}

.ftr-right ul li:hover a {
    color: #fff;
}

.social-icon ul {
    opacity: 1;
    text-align: left;
}

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

.social-icon ul li a {
    opacity: 1;
}
.social-icon ul li a i {
    font-size: 14px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 50%;
    font-size: 17px;
    text-align: center;
    transition: all .8s;
    -webkit-transition: 0.8s ease;
}

.icon1 i {
    background: #4d6bb3;
    color: #fff;
    border: 1px solid #4d6bb3;
}

.icon2 i {
    background: #bd081c;
    color: #fff;
    border: 1px solid #bd081c;
}

.icon3 i {
    background: #ed2a24;
    color: #fff;
    border: 1px solid #ed2a24;
}

.icon5 i {
    background: #0078b5;
    color: #fff;
    border: 1px solid #0078b5;
}

.icon4 i {
    background: #418fde;
    color: #fff;
    border: 1px solid #418fde;
}

.icon6 i {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    color: #fff;
}

.icon7 i {
    background: #ed3237;
    color: #fff;
    border: 1px solid #ed3237;
}
.social-icon ul li a:hover i {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
    border-radius: 5px;
}

.pd-0 {
    padding: 0;
}

.hm-need-help {
    background: url(../images/need-further.jpg)no-repeat;
    background-size: cover;
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hm-need-help h4 {
    color: #ffffff;
    letter-spacing: 0.5px;
    font-family: "Jost", sans-serif;
}

.hm-need-help h4 a {
    color: #d2151e;
}

.hm-need-help h4 a:hover {
    color: #ffffff;
}

.hm-need-help h4 a i {
    color: #939598;
}

.hm-provide {
    background: rgb(210 21 30);
    height: 100%;
    padding: 8px 10px;
    color: #ffffff;
}

.hm-provide-dtl {
    text-align: center;
}

.hm-provide-dtl img {
    margin-bottom: 4px;
}

.hm-provide h5 {
    font-size: 13px;
    text-align: center;
}

.align-items-center {
    position: relative;
    top: -45px;
}

/*------------------*/
.search-box {
    line-height: 30px;
    display: block;
}

.search-box input[type="text"] {
    width: 78%;
    padding: 2px 10px;
    margin-left: 13px;
    border: 2px solid #56565661;
    float: left;
    outline: none;
    border-radius: 15px 0 0 15px;
}

.search-box .click-btn {
    background: #e3010f;
    color: #fff;
    border: 1px solid #e3010f;
    cursor: pointer;
    display: inline-block;
    border-radius: 0 15px 15px 0;

}

.click-btn i {
    font-size: 17px;
    padding: 9px 8px;
    color: #fff;
    cursor: pointer;
    border: 0px;
    border-radius: 50%;
}

.butt_on {
    margin-top: 4px;
}

.left-sidei-con {
    position: relative;
}

.left-sidei-con::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 1px;
    height: 45px;
    background: #e3e3e3;

}

/*------------------*/
.experis {
    background-color: #e3010f;
    text-align: center;
    padding: 60px 29px;
    height: 275px;
    position: relative;
    top: -115px;
}

.experis::before {

    position: absolute;
    border: 1px solid #575757;
    width: 282px;
    height: 300px;
    content: "";
    top: -12px;
    left: -14px;

}

.number {
    position: absolute;
    /* left: 40%; */
    top: 33%;
    font-weight: 800;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 10px;
    color: #f3f6f7;
    font-size: 6rem;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgb(244 247 250);
    display: inline-block !important;
    vertical-align: middle;
    overflow: hidden;
    font-family: "Archivo", sans-serif;
}

.experis p {
    margin-top: 90px;
    font-size: 25px;
    color: #fff;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
}

.iso-text-content {
    padding: 20px 5px;
    text-align: center;
}

.ios-text {

    font-size: 17px;
    font-weight: 500;
    line-height: 21px;
    color: #535353;
    margin-top: 15px;

}

.iso-text-content img {
    width: 70px;


}

.iso-text-content p {
    font-size: 16px;
    /* margin-left: 69px; */
    margin-top: 4px;
    color: #e3010f;
}

.iso-boder-box {
    position: relative;
}

.iso-boder-box::before {
    position: absolute;
    width: 2px;
    height: 120px;
    content: "";
    top: 27px;
    right: -16px;
    background-color: #e0dfdf;
}

/*------------------*/

.hm-about-images img {
    width: 100%;
}

.hm_about-us {
    padding: 90px 0;
    background-color: #fafafacc;
}

.iso_section {
    padding: 45px 0 0 0;
}

.hm_about-us {
    position: relative;
}

.hm_about-us:before {
    position: absolute;
    content: '';
    background-image: url(../images/about-line.png);
    width: 100%;
    height: 344px;
    /* right: 0px; */
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 95px;
    animation: sway_Y 5s linear infinite alternate;
    z-index: -1;

}

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

    100% {
        transform: translateY(40px);
    }
}

.about_mg_sec:before {
    position: absolute;
    content: '';
    background-image: url(../images/about-circle.png);
    width: 210px;
    height: 210px;
    left: -94px;
    background-repeat: no-repeat;
    background-size: cover;
    top: 131px;
    -webkit-animation: rotate 5s normal linear infinite;
    animation: rotate 5s normal linear infinite;
    z-index: -2;

}

@keyframes rotate {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }

    25% {
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
    }

    50% {
        -webkit-transform: rotate3d(0, 0, 1, 180deg);
        transform: rotate3d(0, 0, 1, 180deg);
    }

    75% {
        -webkit-transform: rotate3d(0, 0, 1, 270deg);
        transform: rotate3d(0, 0, 1, 270deg);
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 360deg);
        transform: rotate3d(0, 0, 1, 360deg);
    }
}

.about_mg_sec img {
    margin-right: -105px;
    padding: 5px;
    background: #fff;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .15);
}

.about_mg_sec {
    position: relative;
    align-items: center;
    display: flex;
    z-index: 999;
}

.mt-about {
    margin-top: 50px;
}

.about_section {
    padding-left: 15px;
    padding-top: 0px;
}

.about_section h1 {
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 1px;
    display: block;
    text-transform: capitalize;
    padding-bottom: 15px;
}

.about_section h1 span {
    display: block;
    color: #db2d2c;
    font-size: 30px;
    font-weight: bold;
}

.about_section h5 {
    color: #db2d2c;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 19px;

}

.about_section p {
    font-size: 15px;
    color: #3e3d3d;
    font-weight: 400;
    line-height: 24px;
}

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

.hm-about-head h1 span {

    color: #e81122;
    font-weight: 600;
    font-size: 25px;
}


.about__right-item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

.about__right-item .icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    transition: var(--transition);
    width: 100%;
    max-width: 80px;
    border-radius: 0;
    background-color: #f0f0f0b8;
}

.mb-1 {
    margin-bottom: .25rem !important;
}

.content h4 {
    font-size: 17px;
    font-weight: 500;
}

.best_serives {
    margin-top: 25px;
}

.content p {
    font-size: 14px;
    color: #3e3d3d;
    font-weight: 300;
    line-height: 24px;
}

.abt_effect {
    color: #fff;
    z-index: 1;
    font-size: 15px;
    position: relative;
    display: inline-block;
    line-height: 30px;
    font-weight: 600;
    text-transform: capitalize;
    margin-top: 40px;
    -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;
}

span.abt_btn_text {
    background: #e20110;
    padding: 12px 40px 12px 30px;
    text-align: center;
    display: inline-block;
    color: #fff;
    z-index: 3;
}

span.abt_icon {
    padding: 15px 20px 16px 20px;
    background: #e20110;
    color: #fff;
    margin-left: -5px;
    font-size: 16px;
    border-left: 2px solid #fff;
    z-index: 3;
}

/* /-----cunter */
.js-counters {
    position: relative;
    background-color: #fff !important;
    border-radius: 17px;
    padding: 35px 0;
    top: -26px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;

}

.gray-line {
    position: relative;
}

.gray-line:before {
    position: absolute;
    content: "";
    top: 6px;
    right: 9px;
    height: 55px;
    width: 2px;
    background-color: rgb(218 98 31 / 46%);
    transform: rotate(0deg);

}

.counter-icon img {
    width: 70px;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 111;
}

.counter-outer .counter-detail {
    margin-left: 80px;
}

.counter-outer h2 {
    display: inline-block;
    font-size: 32px;
    font-weight: 700;
    font-family: inherit;
    color: #e3010f;
}

.counter-outer .plus {
    font-size: 28px;
    font-weight: 500;
    color: #e3010f;
    margin: 0px 0 0px 5px;
}

.counter-outer p {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1;
    color: #1b1613;
    margin-top: 4px;
}

/* slider Product */
.hm-indus-dtl {
    background: #f6f6f64d;
    padding: 38px 40px 35px 38px;
    position: relative;
    transition: .3s;
    border: 3px solid #d6d6d640;
    /* border: 1px solid #000; */
    border-radius: 14px;
    text-align: center;

}

.hm-indus-dtl .hm-indus-img {
    position: absolute;
    top: -25px;
    left: 0;
    width: 100%;
    text-align: center;
}

.hm-indus-box .owl-item.center .hm-indus-dtl img {
    opacity: 1;
}

.hm-indus-dtl .hm-indus-img img {
    border-radius: 5px 5px 0 0;
    opacity: 0;
    transition: .8s;
}

.hm-indus-dtl span {
    font-size: 22px;
    display: block;
    font-weight: 600;
    color: #e30010;
    padding-top: 25px;
    line-height: 32px;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.hm-indus-dtl .hm-indus-icon {
    width: 65px !important;
    /* text-align: center !important; */
    position: relative;
    left: 132px;
    z-index: -1;

}

.hm-industries {
    padding: 60px 0;
}

.hm-indus-box {
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 60px;
    padding-left: 60px;
    padding-right: 60px;
}

.owl-stage-outer {
    padding: 79px 0;
}

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

.hm-indus-box .owl-item.center .hm-indus-img img {
    transform: scale(1.2, 1.2);
    border-radius: 6px;
    border-top: 4px solid #bababa;
    /* border-right: 3px solid #bababa; */
    /* border-left: 3px solid #bababa; */
}

.industrie-slider .owl-item.center {
    z-index: 999;
}

.hm-indus-dtl {
    z-index: -999;
}

.hm-indus-dtl p {
    font-size: 14px;
    line-height: 23px;

}

.industrie-slider .owl-nav {
    display: flex;
    font-size: 45px;
    position: absolute;
    bottom: -85px;
    left: 50%;
    transform: translate(-50%, -50%);
}


/* conatct us new */
.contact-new-secation {
    padding: 20px 0px 0px 0;
}

.conatct-new {
    position: relative;
    padding: 20px 1px;
}

.conatct-new::after {
    width: 946px;
    width: 946px;
    background-image: url(../images/back.png);
    content: '';
    position: absolute;
    height: 220px;
    z-index: -1;
    border-radius: 0;
    background-repeat: no-repeat;
    background-size: cover;
    right: -25px;
    top: -49px;

}

.conatct-new-1 {
    position: relative;
    padding: 23px 0px;
    padding-left: 69px;
}

.conatct-new-1::after {
    width: 797px;
    background-color: #fcfcfc;
    content: '';
    position: absolute;
    height: 203px;
    z-index: -2;
    border-radius: 0;
    transform: skew(-17deg, 0deg);
    left: -105px;
    top: -32px;
    /* box-shadow: rgba(14, 30, 37, 0.12) 8px -206px 38px 20px, rgba(14, 30, 37, 0.32) 0px 7px 4px -3px; */


}

.color-text-economi h1 {
    color: #fff;
}

.color-text-economi h1 span {
    color: #e9e9e9;
    font-weight: 600;
    font-size: 25px;
}

.color-text-economi-new h1 {
    font-size: 30px;
}

/* From Uiverse.io by gharsh11032000 */
.animated-button {
    position: relative;
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 7px 31px;
    border: 4px solid;
    border-color: #00000000;
    font-size: 16px;
    background-color: inherit;
    border-radius: 100px;
    font-weight: 600;
    color: #575757;
    margin-top: 21px;
    box-shadow: 0 0 0 2px #575757;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);

}

.animated-button svg {
    position: absolute;
    width: 24px;
    fill: #575757;
    z-index: 9;
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button .arr-1 {
    right: 16px;
}

.animated-button .arr-2 {
    left: -25%;
}

.animated-button .circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    background-color: #e3010f;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button .text {
    position: relative;
    z-index: 1;
    transform: translateX(-12px);
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button:hover {
    box-shadow: 0 0 0 12px transparent;
    color: #212121;
    border-radius: 12px;
}

.animated-button:hover .arr-1 {
    right: -25%;
}

.animated-button:hover .arr-2 {
    left: 16px;
}

.animated-button:hover .text {
    transform: translateX(12px);
}

.animated-button:hover svg {
    fill: #212121;
}

.animated-button:active {
    scale: 0.95;
    box-shadow: 0 0 0 4px #e3010f;
}

.animated-button:hover .circle {
    width: 220px;
    height: 220px;
    opacity: 1;
}

/* product new */
.single-project-style1 {
    position: relative;
    display: block;
}

.single-project-style1 .img-holder {
    position: relative;
    display: block;
    padding-right: 20px;
    padding-bottom: 35px;
}

.single-project-style1 .img-holder .inner {
    position: relative;
    display: block;
    overflow: hidden;
}

.single-project-style1 .img-holder .inner:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: #000000;
    opacity: 1.0;
    border-radius: 5px;
    transition: .5s;
    transform: perspective(400px) scaleX(0);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    z-index: 2;
}

.single-project-style1 .img-holder .inner img {
    width: 100%;
    transform: scale(1.0);
    transition: all 1700ms ease;
}

.single-project-style1 .img-holder .zoom-button {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 52%;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transform-origin: center;
    transform-style: preserve-3d;
    transform: scale(0);
    transition: all 500ms ease 300ms;
    z-index: 10;
}

.single-project-style1 .img-holder .zoom-button a {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    color: #ffffff;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
}

.single-project-style1 .project-style1_overly_content {
    position: absolute;
    left: 50px;
    bottom: -68px;
    right: 0;
    background: #fcfcfc;
    padding: 14px 15px 10px;
    box-shadow: 0px 0px 13.5px 1.5px rgba(0, 0, 0, 0.05);
    z-index: 3;
}

.single-project-style1 .project-style1_overly_content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transition: .5s;
    transform: perspective(400px) scaleX(0);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    z-index: -1;
}

.project-style1_overly_content h5 {
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    transition: all 500ms linear;
    transition-delay: 0.1s;
    color: #e3010f;
}

.project-style1_overly_content h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 8px;
}

.project-style1_overly_content h3 a {
    color: #565656;
    transition: all 500ms linear;
    transition-delay: 0.1s;
    font-size: 18px;
}

.project-style1_overly_content .bottom-box .bottom-box_outer .readmore-button a {
    color: #4c4b4b;
    font-size: 18px;
    line-height: 24px;
    text-decoration: wavy;
    text-decoration: none;
    font-weight: 500;
    /* text-transform: uppercase; */
    /* font-family: 'Lato', sans-serif; */
}

.project-style1_overly_content .border-box {
    position: relative;
    display: block;
    width: 100%;
    height: 1px;
    background: #f5f5f5;
    margin-bottom: 0px;

}

.project-style1_overly_content .bottom-box .bottom-box_outer .readmore-button {
    position: relative;
    display: block;
}

.project-style1_overly_content p {
    margin: 0;
    margin-bottom: 33px;
    transition: all 500ms linear;
    transition-delay: 0.1s;
}

.project-style1_overly_content .bottom-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    min-height: 40px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.project-style1_overly_content .bottom-box .bottom-box_inner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    transition: .5s;
    opacity: 1;
    transform: perspective(400px) scaleX(1);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
}

.project-style1_overly_content .bottom-box .left {
    position: relative;
    display: block;
}

.project-style1_overly_content .bottom-box .left .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #e3010f;
    transition: all 500ms linear;
    transition-delay: 0.1s;
}

.project-style1_overly_content .bottom-box .left .icon i {
    color: #c5cae8;
    font-size: 18px;
    font-weight: 700;
    transition: all 500ms linear;
    transition-delay: 0.2s;
}

.single-project-style1:hover .project-style1_overly_content::before {
    opacity: 1;
    transform: perspective(400px) scaleX(1.0);
}

.single-project-style1 .project-style1_overly_content::before {
    background: #ffffff;
}

.hm-industrie-show {
    position: relative;
    padding: 60px 0 60px 0;
}

.hm-industrie-show:before {
    position: absolute;
    content: '';
    background-image: url(../images/about-line.png);
    width: 100%;
    height: 344px;
    /* right: 0px; */
    top: 180px;
    background-repeat: no-repeat;
    background-size: cover;
    animation: sway_Y 5s linear infinite alternate;
    z-index: -1;
}



.client-wrapper:before {
    position: absolute;
    content: "";
    right: -6px;
    top: 10px;
    height: 80%;
    width: 10px;
    border-radius: 10px;
    background-image: linear-gradient(to right, transparent 50%, #a0a0a0 50%);
    z-index: -1;

}

.client-wrapper {
    align-items: center;
    border-radius: 10px;
    background: #fff;
    border: 3px solid #ebebeb;
    position: relative;
    padding: 10px;
    cursor: pointer;
}

.vissio-mt-text {
    position: relative;
    padding: 50px 0;
}

.vissio-mt-text::before {
    position: absolute;
    width: 830px;
    background-color: #575757;
    height: 470px;
    content: "";
    top: 0;

    z-index: -1;
    left: -78px;

}

.vis-mb h2 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #fbfbfb;
    line-height: 1.55;
}

.new-text h2 {
    font-size: 27px;
    font-weight: 700;
    margin-bottom: 0px;
    color: #ed3439;
}

.caunter-h2 img {
    width: 38px;
    margin-right: 6px;
}

.new-text span {
    font-size: 23px;
    font-weight: 700;
    color: #d2cece;
}

.new-text p {
    font-size: 13px;
    font-weight: 500;
    color: #f2f2f2;
    padding-left: 42px;
    margin-bottom: 25px;
}

.vission {
    padding: 60px 0;
    background-color: #f6f6f6;
    position: relative;
    z-index: -1;
}

.vissio-mt img {
    width: 100%;

    position: relative;
    z-index: -1;
    margin-top: 45px;
}

.about_section_main {
    background: #464544 url(../images/product_pattern.png) 0 0;
    background-attachment: fixed;
}

.about_bx {
    position: relative;
    left: -17px;
}

.about_pd {
    padding: 75px 48px 0 40px;
}

.about_dtl span {
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fc0606;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
}

.pargrsft i {
    font-size: 11px;
    padding-right: 6px;
}

.about_dtl h1 {
    font-size: 30px;
    color: #fff;
    font-weight: 500;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
    position: relative;
}

.about_dtl p {
    font-size: 15px;
    color: #fff;
    display: block;
    line-height: 24px;
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 15px;
}

.hm_abt_anch {
    text-align: left;
    border: solid 2px #fff;
    width: 175px;
    border-radius: 100px;
    float: left;
    margin-top: 15px;
    margin-right: 20px;
    margin-bottom: 20px;
    background: linear-gradient(to right, #fc0606 50%, transparent 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
}

.hm_abt_anch a {
    display: block;
    color: #fff;
    font-size: 15px;
    line-height: 40px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}

.hm_abt_anch a i {
    margin-right: 5px;
    font-size: 15px;
    color: #fff;
    transition: all .5s ease-out;
}

.about_dtl h1:after {
    position: absolute;
    content: '';
    bottom: 0;
    width: 15%;
    height: 2px;
    background: #efedf0;
    display: table;
}

.progress {
    width: 100%;
    height: 8px;
}

.skill-wrapper {
    margin-bottom: 30px;
}

.skill-wrapper span {
    font-size: 19px;
    line-height: 20px;
    text-transform: uppercase;
    font-family: Inconsolata, monospace;
    margin-bottom: 15px;
    color: #fcfcfc;

}

.progress-bar {
    background: #e3010f;
}

.progressbar-active {
    animation-name: progress;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-delay: 0.4s;
}

@keyframes progress {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

.color-com h5 {
    color: #fff;
    text-align: left;
}

.color-com h1 {
    color: #fff;
    text-align: left;
}

.pargrsft p {
    font-size: 15px;
    color: #fff;
    padding: 5px 0 0 17px;
}
.inner-banner {
    padding: 60px 0;
    background: url(../images/desktop-news-media-bg.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}


/* ======== */
.inner-banner {
    padding: 80px 0;
    background: url(../images/desktop-news-media-bg.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.inner-banner-dtl {
    position: relative;
    z-index: 1;
}

.inner-banner-dtl h1 {
    color: #fff;
    margin-bottom: 17px;
    font-size: 40px;
    font-weight: 600;
}

.inner-banner-dtl ul li {
    display: inline-block;
    padding: 0 10px;
    color: #f3f3f3c7;
}

.inner-banner-dtl ul li:first-child {
    padding-left: 0px;
}

.inner-banner-dtl ul li a {
    color: #fff;
    font-weight: 400;
}

.inner-banner-dtl ul li i {
    position: relative;
    left: 10px;
}

.inner-banner:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background-color: #32313196;
    opacity: 0.9;

}

.pbmit-breadcrumb {
    position: absolute;
    top: 110px;
    padding: 20px 40px;
    color: #bbb;
    background-color: #e3010f;
    border-radius: 25px 0 0 0;
}

.pbmit-breadcrumb a {
    font-family: Teko, sans-serif;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0;
    color: #fff;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 700;
}

.pbmit-breadcrumb-inner .sep {
    margin: 0 2px;
}

.pbmit-breadcrumb-inner i {
    font-size: 13px;
    margin: 0 10px;
    display: inline-block;
    position: relative;
    top: -2px;
}

.product {
    padding: 80px 0;
}

.prod-dtl h2 {
    font-weight: 700;
    margin-bottom: 25px;
    color: #292929;
    font-size: 25px;
    line-height: 33px;
    position: relative;
}

.prod-dtl h2:after {
    content: "";
    width: 82px;
    height: 3px;
    position: absolute;
    left: 0;
    border-radius: 33px;
    bottom: -8px;
    background-color: #e3010f;
}

.prod-dtl p {
    color: #292929;
    text-align: justify;
    padding-bottom: 7px;
    padding-top: 10px;
}

.pbmit-breadcrumb-inner .sep {
    margin: 0 2px;
}


.pbmit-title-bar-content .current-item {
    color: var(--pbmit-global-color);
}

.pbmit-breadcrumb {
    font-family: Teko, sans-serif;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0;
    color: #fafafacc;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 700;
}

.manufacturing-sidebar {
    background: #f8f8f8;
    box-shadow: 0 0 0 7px #f8f8f8;
    /* border-radius: 25px; */
    padding: 15px;
    text-align: center;
    margin-left: 30px;
    position: sticky;
    top: 50px;
}

.manufacturing-sidebar-head h4 {
    font-weight: 700;
    margin-bottom: 25px;
    font-size: 25px;
    color: #575757;
}

.manufacturing-sidebar-list ul li.active,
.manufacturing-sidebar-list ul li:hover {
    background: #e3010f;
}

.manufacturing-sidebar-list ul li {
    background: #575757;
    /* border-radius: 15px 15px 15px 15px; */
    padding: 15px 9px 15px 9px;
    margin: 15px 0;
    transition: 0.3s;
}

.manufacturing-sidebar-list ul li a {
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 600;
}

.prod-owl-dtl img {
    width: 100%;
    padding: 5px;
    background: #fdfdfd;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
    transition: all .5s ease;

}

.prod-owl-dtl img:hover {
    transition: all .5s ease;
    transform: translateY(-10px);
}

.table-bordered td,
.table-bordered th {
    border: 1px solid #dee2e6;
}

.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 2px;
}

.table td,
.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.prod-section-table table thead,
.prod-section-table table thead {
    background: #026666;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.2px;
}

.prod-section-table table thead,
.prod-section-table table thead {
    background: #575757;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.2px;
}

.application_data h4 {
    display: block;
    font-size: 18px;
    color: #e3000f;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.application_list ul li {
    /* border-left: 3px dotted #f7f7f7; */
    position: relative;
    padding-left: 20px;
}

.application_list ul li span {
    color: #606060;
    padding: 8px 0px;
    display: block;
    cursor: pointer;
    position: relative;
    letter-spacing: 0.25px;
    font-size: 16px;
}

.application_list ul li span i {
    left: -22px;
    line-height: 24px;
    font-size: 13px;
    color: #575757;
    border-radius: 50px;
    position: absolute;
}

/* Abhishek */

.page-wrapper {
    background-color: white;
    padding: 50px 0;
}

.custom-container {
    background-color: #575757c7;
}

.contact-section {
    padding: 4rem 0;
}

.left-column {
    color: white;
    padding: 2rem;
}

.left-column h1 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 3rem;
}

.left-column h2 {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
    cursor: pointer;
}

.left-column h2 i {
    margin-right: 0.5rem;
    font-size: 1rem;
    transition: transform 0.3s ease;
}

.left-column h2.active i {
    transform: rotate(90deg);
}

.info-section {
    margin-bottom: 2rem;
}

.collapsible {
    display: none;
}

.collapsible.show {
    display: block;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1rem;
}

.icon-wrapper {
    /* background-color: rgba(255, 255, 255, 0.2); */
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
}

.contact-item h3 {
    font-size: 1rem;
    margin-bottom: 0.25rem;
}

.contact-item p {
    font-size: 0.875rem;
    opacity: 0.8;
    margin-bottom: 0;
}

.working-hours .day-hours {
    display: flex;
    justify-content: space-between;
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
}

.socials-links {
    display: flex;
    margin-top: 2rem;
}

.socials-icons {
    background-color: rgba(255, 255, 255, 0.2);
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.5rem;
    transition: background-color 0.3s;
}

.social-icon:hover {
    background-color: rgba(255, 255, 255, 0.3);
}

.right-column {
    background-color: white;
    padding: 2rem;
}

.right-column h2 {
    color: #e3010f;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
}

.sales-info {
    display: flex;
    align-items: center;
    background-color: #f8f9fa;
    padding: 1rem;
    border-radius: 0.25rem;
    margin-bottom: 1rem;
}

.sales-info img {
    width: 64px;
    height: 64px;
    border: 4px solid #e3010f;
}

.sales-info h3 {
    font-size: 1.25rem;
    margin-bottom: 0.25rem;
}

.sales-info p {
    font-size: 0.875rem;
    color: #6c757d;
    margin-bottom: 0.25rem;
}

.sales-info a {
    color: #e3010f;
    font-size: 0.875rem;
}

.support-text {
    margin-bottom: 1.5rem;
}

.form-control {
    border-color: #e3010f;
}

.form-control:focus {
    border-color: #ced4da;
    box-shadow: none;
}

.input-group-text {
    background-color: white;
    border-color: #e3010f;
    color: #e3010f;
}

.btn-primary {
    background-color: #e3010f;
    border-color: #e3010f;
}

.btn-primary:hover {
    background-color: #ff0a1a;
    border-color: #ff0a1a;
}

.map-section {


    margin-bottom: 64px;
}


.anchor a {
    color: #fff;
}

.form-group {
    margin-bottom: 30px;
}


/* About US */



.hero {
    background-color: #9b2c2c;
    color: white;
    padding: 80px 0;
}

.hero h1 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.hero p {
    color: #cccccc;
}

.stats {
    padding: 60px 0;
    background-color: #f8f9fa;
}

.stats h2 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 40px;
}

.stat-card {
    background-color: white;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    transition: box-shadow 0.3s;
    margin-bottom: 20px;
}

.stat-card:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.icons {
    font-size: 2.5rem;
    color: #e3010f;
    margin-bottom: 15px;
}


.stat-bar {
    width: 10px;
    height: 60px;
    background-color: #f0f0f0;
    border-radius: 5px;
    overflow: hidden;
}

.stat-fill {
    background-color: #e3010f;
    width: 100%;
    transition: height 1s ease-in-out;
}

.features {
    padding: 60px 0;
}

.features h2 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 30px;
}

.feature-list {
    list-style-type: none;
    padding-left: 0;
}

.feature-list li {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.bullet {
    width: 8px;
    height: 8px;
    background-color: #e3010f;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
}

.card {
    margin-bottom: 20px;
    border: 1px solid #e0e0e0;
    transition: border-color 0.3s;
}

.card:hover {
    border-color: #e3010f;
}

.testimonial {
    padding: 60px 0;
    background-color: #f8f9fa;
}

.testimonial .card {
    border-color: #e3010f;
}

.quote {
    font-style: italic;
    font-size: 1.1rem;
    margin-bottom: 20px;
}

.author {
    font-weight: bold;
    margin-bottom: 5px;
}

.position {
    color: #e3010f;
}

#abs {
    padding-left: 100px;
}

/* About */

.custom {
    width: 100%;
    background-color: #f8f9fa;
}

.body {
    font-family: Arial, sans-serif;
    background-color: #f8f9fa;
}

.features-section {
    padding: 60px 0;
    background-color: #ffffff;
}

.section-title {
    color: #333333;
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
}

.section-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background-color: #e3010f;
}

.feature-card {
    background: #ffffff;
    border-radius: 8px;
    padding: 30px 20px;
    text-align: center;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
    margin: 15px 0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    border: 1px solid #eaeaea;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(227, 1, 15, 0.15);
    border-color: #e3010f;
}

.feature-icon {
    width: 70px;
    height: 70px;
    background-color: #fff1f1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.feature-icon i {
    font-size: 30px;
    color: #e3010f;
}

.feature-card h3 {
    color: #333333;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 15px;
}

.feature-card p {
    color: #666666;
    font-size: 1rem;
    line-height: 1.5;
    margin: 0;
}

@media (max-width: 768px) {
    .features-section {
        padding: 40px 0;
    }

    .section-title {
        font-size: 2rem;
    }

    .feature-card {
        padding: 20px 15px;
    }

    .feature-icon {
        width: 60px;
        height: 60px;
    }

    .feature-icon i {
        font-size: 24px;
    }
}


/* Gallery */

.gallery-section {
    padding: 100px 0 30px 0;
}

/* Gallery Styles */
.gallery-item {
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 30px;
    position: relative;
}

.gallery-item:hover {
    transform: scale(1.03);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.gallery-item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 8px;
}

/* Modal/Lightbox styles */
/* .modal {
    background: rgba(0, 0, 0, 0.9);
}

.modal-content {
    background-color: transparent;
    border: none;
}

.modal-body {
    padding: 0;
}

.modal-image {
    max-height: 80vh;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.close-icon {
    position: absolute;
    right: 15px;
    top: 15px;
    color: white;
    font-size: 30px;
    z-index: 1050;
    opacity: 0.8;
    cursor: pointer;
}

.close-icon:hover {
    color: #fff;
    opacity: 1;
}

.modal-footer {
    border: none;
    justify-content: center;
    padding: 20px 0;
}

.close-button {
    background-color: #fff;
    color: #333;
    border: none;
    padding: 10px 30px;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.close-button:hover {
    background-color: #f8f9fa;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
} */

.call_start a:hover {
    color: #fff !important;
}

.floating_btn {
    position: fixed;
    bottom: 10px;
    left: 0px;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.contact_icon {
    background-color: #42db87;
    color: #fff;
    width: 60px;
    height: 60px;
    font-size: 30px;
    border-radius: 50px;
    text-align: center;


    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0px);
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 0 #42db87;
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    font-weight: normal;
    font-family: sans-serif;
    text-decoration: none !important;
    transition: all 300ms ease-in-out;
}

@keyframes pulsing {
    to {
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}


.wrapper {
    width: 100%;
}

.question {
    font-size: 15px;
    font-weight: 600;
    padding: 15px 80px 15px 19px;
    position: relative;
    display: flex
;
    align-items: center;
    cursor: pointer;
    background-color: white;
    color: #535252;
    border-radius: 10px;
    box-shadow: 0 5px 10px 0 rgb(0, 0, 0, 0.25);
    margin: 10px 0;
}   
.question::after {
    content: "\002B";
    font-size: 2.2rem;
    position: absolute;
    right: 20px;
    transition: 0.2s;
}

.question.active::after {
    transform: rotate(45deg);
}

.answercont {
    max-height: 0;
    overflow: hidden;
    transition: 0.3s;
}

.answer {
    padding: 0 20px 20px;
    line-height: 1.5rem;
}

.question.active+.answercont {}

@media screen and (max-width: 790px) {
    html {
        font-size: 14px;
    }

    .wrapper {
        width: 80%;
    }
}
.product {

    background-image: url(../images/final-page-bg.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: fixed;
    width: 100%;    
    height: 100%;
}
.quickcontact input[type=text], [type=email], [type=number] {	width: 100%;	max-width: 100%;	padding: 8px 5px;	font-size: 14px;	margin-top: 4px;	display: inline-block;	border: 1px solid #565656;	box-sizing: border-box;}.form-text {	border:1px solid #ccc;}.quickcontact input[type=submit] {    width:100%;    max-width:100%;    background-color:#e31e24;    color:#fff;	font-weight:500;	letter-spacing:1px;	font-size:15px;    padding:7px;    border:none;	border-radius:0px;    cursor:pointer;}.quickcontact input[type=submit]:hover {    background-color: #017d85;    color:#fff;    max-width:100%;}.btn-1 {    width:100%;    max-width:100%;    background-color: #565656;    color:#fff;    font-weight:500;    letter-spacing:1px;    font-size:15px;    padding:7px;    border:none;    cursor:pointer;}.quickcontact {    right:0px;    bottom:0px;    max-width:100%;    overflow-x: hidden;    display:block;    background-color: #fbfbfb;}.max {    border: #575757 thick solid;    position: fixed;    width: 210px;    right: 10px;    bottom: 10px;    max-width: 100%;    background-color: #ffffff;    padding: 4px;    z-index: 9999;}