@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'Avenir Bold';
    src: url('../fonts/avenir/AvenirNextLTPro-Bold.eot');
    src: url('../fonts/avenir/AvenirNextLTPro-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/avenir/AvenirNextLTPro-Bold.woff2') format('woff2'),
    url('../fonts/avenir/AvenirNextLTPro-Bold.woff') format('woff'),
    url('../fonts/avenir/AvenirNextLTPro-Bold.ttf') format('truetype'),
    url('../fonts/avenir/AvenirNextLTPro-Bold.svg#AvenirNextLTPro-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir Italic';
    src: url('../fonts/avenir/AvenirNextLTPro-It.eot');
    src: url('../fonts/avenir/AvenirNextLTPro-It.eot?#iefix') format('embedded-opentype'),
    url('../fonts/avenir/AvenirNextLTPro-It.woff2') format('woff2'),
    url('../fonts/avenir/AvenirNextLTPro-It.woff') format('woff'),
    url('../fonts/avenir/AvenirNextLTPro-It.ttf') format('truetype'),
    url('../fonts/avenir/AvenirNextLTPro-It.svg#AvenirNextLTPro-It') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir Regular';
    src: url('../fonts/avenir/AvenirNextLTPro-Regular.eot');
    src: url('../fonts/avenir/AvenirNextLTPro-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/avenir/AvenirNextLTPro-Regular.woff2') format('woff2'),
    url('../fonts/avenir/AvenirNextLTPro-Regular.woff') format('woff'),
    url('../fonts/avenir/AvenirNextLTPro-Regular.ttf') format('truetype'),
    url('../fonts/avenir/AvenirNextLTPro-Regular.svg#AvenirNextLTPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


html,
body {
    width: 100%;
}
body {
    font-size: 14px;
    color: #000000;
    font-weight: normal;
    font-family: 'Avenir Regular';
    position: relative;
}
* {
    outline: none;
}
a {
    color: #E2231A;
    display: inline-block;
}
a,
a:hover,
a:focus {
    text-decoration: none;
    transition: 0.5s;
    outline: none;
}

button:focus,
input:focus,
select:focus,
textarea:focus {
    outline: none;
    box-shadow: none;
}
textarea{
    resize: none;
}
ul,
menu,
dir {
    margin: 0px;
    padding: 0px;
    display: block;
    list-style-type: none;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0;
}
section {
    position: relative;
}
::-webkit-input-placeholder {
    color: rgba(16,17,17,0.5);
    font-weight: 500;
}
:-moz-placeholder {
    color: rgba(16,17,17,0.5);
    font-weight: 500;
}
::-moz-placeholder {
    color: rgba(16,17,17,0.5);
    font-weight: 500;
}
:-ms-input-placeholder {
    color: rgba(16,17,17,0.5);
    font-weight: 500;
}

a,
button {
    transition: 0.5s;
}

img {
    max-width: 100%;
}
/* ---bootstrap css---- */
@media (min-width: 1400px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1320px;
    }
}

@media (min-width: 1600px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1440px;
    }
}





/*---------sitemap-------------*/
.sitemap-heading h2{
    margin-bottom: 40px;
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.site-map-links li {
    margin-bottom: 8px;
}
.site-map-links li a {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 17px 19px;
    border-radius: 4px;
    display: inline-block;
    width: 100%;
    line-height: initial;
    color: #404040;
    background-color: #e7e7e7;
    text-transform: capitalize;
}

.site-map-links li a:hover,
.site-map-links li a:focus{
    background-color: #E2231A;
    color: #fff;
}




/*-------preloader----------*/
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #E2231A;
    z-index: 999999;
}
.cube-folding {
    width: 50px;
    height: 50px;
    display: inline-block;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    font-size: 0;
}
.cube-folding span {
    position: relative;
    width: 25px;
    height: 25px;
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    display: inline-block;
}
.cube-folding span::before {
    content: "";
    background-color: white;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 25px;
    height: 25px;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -moz-animation: folding 2.5s infinite linear both;
    -webkit-animation: folding 2.5s infinite linear both;
    animation: folding 2.5s infinite linear both;
}
.cube-folding .leaf2 {
    -moz-transform: rotateZ(90deg) scale(1.1);
    -ms-transform: rotateZ(90deg) scale(1.1);
    -webkit-transform: rotateZ(90deg) scale(1.1);
    transform: rotateZ(90deg) scale(1.1);
}
.cube-folding .leaf2::before {
    -moz-animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    background-color: #f2f2f2;
}
.cube-folding .leaf3 {
    -moz-transform: rotateZ(270deg) scale(1.1);
    -ms-transform: rotateZ(270deg) scale(1.1);
    -webkit-transform: rotateZ(270deg) scale(1.1);
    transform: rotateZ(270deg) scale(1.1);
}
.cube-folding .leaf3::before {
    -moz-animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    background-color: #f2f2f2;
}
.cube-folding .leaf4 {
    -moz-transform: rotateZ(180deg) scale(1.1);
    -ms-transform: rotateZ(180deg) scale(1.1);
    -webkit-transform: rotateZ(180deg) scale(1.1);
    transform: rotateZ(180deg) scale(1.1);
}
.cube-folding .leaf4::before {
    -moz-animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    background-color: #e6e6e6;
}

@-moz-keyframes folding {
    0%,
    10% {
        -moz-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -moz-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -moz-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}
@-webkit-keyframes folding {
    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}
@keyframes folding {
    0%,
    10% {
        -moz-transform: perspective(140px) rotateX(-180deg);
        -ms-transform: perspective(140px) rotateX(-180deg);
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -moz-transform: perspective(140px) rotateX(0deg);
        -ms-transform: perspective(140px) rotateX(0deg);
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -moz-transform: perspective(140px) rotateY(180deg);
        -ms-transform: perspective(140px) rotateY(180deg);
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}
.cube-wrapper {
    position: fixed;
    left: 50%;
    top: 50%;
    margin-top: -50px;
    margin-left: -50px;
    width: 100px;
    height: 100px;
    text-align: center;
}
.cube-wrapper:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    margin: auto;
    width: 90px;
    height: 6px;
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-filter: blur(2px);
    filter: blur(2px);
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    z-index: 1;
    -moz-animation: shadow 0.5s ease infinite alternate;
    -webkit-animation: shadow 0.5s ease infinite alternate;
    animation: shadow 0.5s ease infinite alternate;
}
.cube-wrapper .loading {
    font-size: 12px;
    letter-spacing: 0.1em;
    display: block;
    color: white;
    position: relative;
    top: 25px;
    z-index: 2;
    -moz-animation: text 0.5s ease infinite alternate;
    -webkit-animation: text 0.5s ease infinite alternate;
    animation: text 0.5s ease infinite alternate;
}

@-moz-keyframes text {
    100% {
        top: 35px;
    }
}
@-webkit-keyframes text {
    100% {
        top: 35px;
    }
}
@keyframes text {
    100% {
        top: 35px;
    }
}
@-moz-keyframes shadow {
    100% {
        bottom: -18px;
        width: 100px;
    }
}
@-webkit-keyframes shadow {
    100% {
        bottom: -18px;
        width: 100px;
    }
}
@keyframes shadow {
    100% {
        bottom: -18px;
        width: 100px;
    }
}
/*------- common-css ------- */
.section-padding{
    padding: 80px 0px;
}
.section-md-padding{
    padding: 60px 0px;
}
.section-small-padding{
    padding: 40px 0px;
}
.section-title{
    position: relative;
    display: inline-block;
    padding-bottom: 16px;
    margin-bottom: 32px;
}
.section-title h2{
    font-size: 36px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #000000;
}
.section-title:before{
    content: '';
    position: absolute;
    height: 3px;
    width: 42%;
    max-width: 200px;
    left: 0;
    background-color: #E2231A;
    bottom: -3px;
}
.title-center.section-title:before{
    left: 50%;
    transform: translate(-50%, -50%);
}
.bg-grey{
    background-color: #EEEEEE;
}
.page-content-area {
    /* margin-top: 128px; */
    margin-top: 119px;
}

/*------- header-wrapper --------*/
.header-wrapper {
    width: 100%;
    z-index: 999;
    transition: 0.5s;
    position: fixed;
    top: 0;
    background-color: #fff;
}
.header-wrapper.header-sticky {
    background-color: #fff;
    -webkit-box-shadow: 0px 4px 12px rgb(68 88 130 / 20%);
    box-shadow: 0px 4px 12px rgb(68 88 130 / 20%);
}
.header-part {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo-part {
    margin-right: 10px;
}
.logo-part a h5 {
    font-size: 35px;
    font-weight: bold;
    color: #E2231A;
    margin-bottom: 0;
}
.menu-lists li {
    position: relative;
    margin-right: 10px;
}
.menu-lists li a {
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    padding: 30px 12px;
    position: relative;
    width: 100%;
    text-transform: uppercase;
    line-height: 20px;
}

.menu-lists li a:after {
    content: "";
    position: absolute;
    width: 0;
    height: 3px;
    background-color: #E02626;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: -1px;
    transition: 0.5s;
}

.menu-lists > li > a:hover,
.menu-lists > li > a.active {
    color: #E02626;
}
.menu-lists > li > a.active:after {
    width: 52px;
}
.top-header{
    background-color: #000000;
}
.top-header-data{
    padding: 14px 0px;
}
.top-header-data ul{
    display: flex;
    align-content: center;
}
.top-header-data ul li{
    position: relative;
    color: #fff;
    font-weight: 800;
    margin-right: 10px;
    padding-right: 10px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.54px;
}
.top-header-data ul li:after{
    content: '';
    position: absolute;
    height: 80%;
    width: 2px;
    background-color: #fff;
    top: 3px;
    right: 0;
}
.top-header-data ul li a{
    display: inline-block;
    margin-left: 5px;
    color: #fff;
}
.top-header-data ul li i{
    display: none;
}
.top-header-data ul li:last-child:after{
    display: none;
}


/* -- hero section -- */
.hero-slider-image img{
    width: 100%;
}
.hero-slider .owl-dots{
    z-index: 1;
    position: absolute;
    bottom: 20px;
    width: 100%;
}
.hero-slider .owl-dots .owl-dot span{
    background-color: #D9D9D9;
    margin: 0px 10px;
    width: 12px;
    height: 12px;
}
.hero-slider.owl-theme .owl-dots .owl-dot:hover span{
    background-color: #D9D9D9;
}
.hero-slider.owl-theme .owl-dots .owl-dot.active span{
    background-color: #EF3421;
}
.hero-slider.owl-theme .owl-nav {
    margin-top: 0;
    
}
.hero-slider.owl-theme .owl-nav [class*="owl-"] {
    font-size: 22px;
    position: absolute;
    top: 50%;
    width: 45px;
    height: 100%;
    color: #b9b9b9;
    margin: 0;
    background-color: transparent;
    transform: translate(-50%, -50%);
}
.hero-slider.owl-theme .owl-nav .owl-prev {
    left: 40px;
}
.hero-slider.owl-theme .owl-nav .owl-next {
    right: 10px;
}
.hero-section>.hero-slider.owl-theme .owl-nav [class*="owl-"]{
    opacity: 0 !important;
}
.hero-section:hover>.hero-slider.owl-theme .owl-nav [class*="owl-"]{
    opacity: 1 !important;
}
/* -- service-section-- */
.service-box {
    width: 214px;
    height: 214px;
    /* border: 1px solid #EEEEEE; */
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.02);
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px 30px;
    margin-bottom: 30px;
    background: #eee;
}

.service-box p {
    margin-bottom: 0;
    line-height: 34px;
    font-size: 22px;
    text-align: center;
    font-weight: 400;
    color: #666;
}

/* .service-box p span {
    color: #E2231A;
} */


/* about section */
.about-image img{
    width: 98%;
}
.about-content h3{
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 20px;
    color:  #222222;
    text-transform: uppercase;
}
.about-content p{
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #222222;
}
.about-content ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.about-content ul li{
    position: relative;
    margin-right: 10px;
    padding-right: 10px;
}
.about-content ul li:before{
    content: '';
    position: absolute;
    height: 75%;
    width: 1px;
    background-color: #222222;
    top: 5px;
    right: 0;
}
.about-content ul li:last-child:before{
    display: none;
}
.about-content ul li a{
    font-size: 18px;
    font-weight: 400;
    color: #222222;
}
.left-content{
    margin-left: 20px;
}
.right-content{
    margin-right: 20px;
}
.about-content .mail-link{
    font-size: 16px;
    font-weight: 400;
    color: #222222;
    text-decoration: underline;
}




/* -- counter section  */
.state-count p{
    color: #828282;
    font-size: 23px;
    font-weight: 400;
    text-align: center;
}
.counter{
    font-size: 50px;
    font-weight: 800;
    color: #000000;
    display: flex;
    font-family: 'Avenir Bold';
    justify-content: center;
}


/*-- story section --*/
.story-image img{
    width: 100%;
    background: #f3f4f5 !important;
}
.story-content{
    display: inline-block;
    width: 100%;
    margin-top: 15px;
}
.story-content h4{
    font-size: 28px;
    font-weight: 600;
    color: #2C2E30;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
}
.story-content h6{
    color: rgba(44, 46, 48, 0.8);
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: block;
}
.story-content p{
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #222222;
}

/* products section */
.product-box {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
}

.product-image {
    border: 1px solid #C1C1C1;
    overflow: hidden;
}

.product-image img {
    width: 100%;
    transition: 0.3s;
}

.product-box p {
    font-weight: 400;
    font-size: 20px;
    margin-top: 12px;
    line-height: 27px;
}

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


/* industries section */
.industry-box{
    text-align: center;
    margin-bottom: 70px;
    padding: 0px 10px;
}
.industry-box img{
    max-width: 84px;
}
.industry-box p{
    font-size: 20px;
    font-weight: 600;
    margin-top: 24px;
    margin-bottom: 0;
    min-height: 51px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* -- brands section -- */
.brand-image-box {
    display: flex;
    flex-direction: column;
}
.brand-image{
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.brand-image img {
    max-width: 100%;
    width: auto !important;
}





/* -- partners section -- */
/* .partners-box{
    display: flex;
    flex-direction: column;
}
.partner-logo {
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.partner-logo img {
    max-width: 100%;
    width: auto !important;
} */
.partner-image-box {
    display: flex;
    flex-direction: column;
}
.partner-image{
    width: 100%;
    height: 80px;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.partner-image img {
    max-width: 100%;
    width: auto !important;
}

/* -- contact section -- */
.contact-map iframe{
    width: 100%;
    height: 400px;
    border-radius: 10px;
}
.form-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 18px;
}
.contact-submit {
    background: #E2231A;
    border: 1px solid #E2231A;
    border-radius: 30px;
    color: #fff;
    padding: 13px 45px;
    font-size: 16px;
    font-weight: 400;
    min-width: 180px;
}
.contact-submit:hover{
    box-shadow: 0px 4px 8px rgba(0,0,0,0.16);
}
.form-control {
    background-color: #fff;
    color: #333;
    padding: 15px 16px;
    height: auto;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    border-radius: 0px;
    border-color: #bfbdbd;
    transition: 0.5s;
}
.form-control:focus {
    box-shadow: none;
    outline: none;
    border-color: #E2231A;
}
.contact-options {
    margin-top: 25px;
}
.contact-options ul {
    display: flex;
    flex-wrap: wrap;
}

.contact-options ul li {
    margin-right: 15px;

}
.contact-options ul li  a{
 font-size: 18px;
 font-weight: 400;
 color: #000000;
}


/* -- career section -- */
.career-padding{
    padding: 56px;
}




/* -- contract section -- */
.contract-box a{
    border-radius: 120px;
    background-color: #eeeeee;
    line-height: 30px;
    font-size: 21px;
    font-weight: 400;
    width: 100%;
    text-align: center;
    min-height: 94px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 17px 25px;
    color: #525252;
    transition: 0.3s;
}
.contract-box a:hover{
    background-color: #E2231A;
    color: #fff;
}

/* -- footer -- */
.footer-wrapper {
    background-color: #232323;
    padding-top: 30px;
    padding-bottom: 15px;
}
.footer-content{
    margin-bottom: 20px;
}
.footer-content h4{
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
}
.footer-content p{
    color: rgba(255,255,255,0.6);
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 0;
}
.footer-data{
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-data p{
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}
.footer-data ul{
    display: flex;
    flex-wrap: wrap;
}
.footer-data ul li {
    margin-left: 10px;
}
.footer-data ul li a{
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}






/*---------Media Queries-----------*/
@media (min-width: 1200px){
    .menu-part{
        display: inherit !important;
    }
}


@media (max-width: 1399.98px){
    .menu-lists li a{
        font-size: 13px;
        padding: 30px 8px;
    }
}

@media (max-width: 1199.98px){
    .menu-part {
        position: fixed;
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
        background-color: #fff;
        padding: 15px;
        top: 128px;
        left: 0;
        right: 0;
        overflow-x: hidden;
        z-index: 99;
        box-shadow: 0 6px 6px rgb(0 0 0 / 16%);
        display: none;
    }
    .menu-part .nav-bar {
        max-width: 930px;
        margin: 0 auto;
    }
    .menu-lists li {
        margin-left: 0px;
        margin-bottom: 5px;
        display: inline-block;
        width: 100%;
    }
    .menu-lists > li > a {
        padding: 12px 18px;
        border-radius: 4px;
    }
    .menu-lists > li > a:hover{
        color: #E02626;
    }
    .menu-lists > li > a.active {
        background-color: #E02626;
        color: #fff;
    }
    .toggle-btn a {
        display: block;
        padding: 24px 11px;
        font-size: 26px;
        line-height: initial;
        margin-left: 10px;
        min-height: 80px;
        color: #000;
    }
    .left-content{
        margin-left: 0;
    }
    .right-content{
        margin-right: 0;
    }
    .about-image img{
        width: 100%;
    }
    .contract-box a{
        line-height: 25px;
        font-size: 17px;
        min-height: 88px;
    }
    
    .counter-section {
        padding-top: 100px;
        padding-bottom: 0px;
    }
}

@media (max-width: 991.98px){
    .menu-part .nav-bar {
        max-width: 690px;
    }
    /* .story-image{
         max-width: 300px;
    } */
    .story-image {
        /* max-width: 300px; */
        /* margin: 0 auto; */
        background: #f3f4f5 !important;
    }
    .contact-form{
        margin-top: 30px;
    }
    .brand-image{
        height: 70px;
    }
    .brand-image img{
        max-width: 120px;
    }
    .counter-section {
        padding-top: 100px;
        padding-bottom: 0px;
    }
    .map-area{
        padding-bottom: 16px;
    }
    .contact-options ul{
        justify-content: space-between;
    }
    .service-box{
        width: 160px;
        height: 160px;
    }
    .service-box p{
        font-size: 16px;
    }
    .story-image img {
        max-width: 300px;
        margin: 0 auto;
        display: flex;
    }
    .hero-slider .owl-dots{
        bottom: 5px;
    }
    .story-content {
        margin-top: 45px;
    }
}



@media (max-width: 767.98px) {
    .menu-part .nav-bar {
        max-width: 510px;
    }
    .hero-slider .owl-dots{
        bottom: -3px;
    }
    .hero-slider .owl-dots .owl-dot span{
        width: 8px;
        height: 8px;
        margin-right: 3px;
    }
    .section-title h2{
        font-size: 28px;
    }
    .story-content h4{
        font-size: 24px;
    }
    .product-box p{
        font-size: 18px;
    }
    .industry-box{
        margin-bottom: 50px;
    }
    .industry-box p{
        min-height: auto;
        font-size: 18px;
    }
    .career-padding{
        padding: 20px;
    }
    
    .counter-section {
        padding-top: 100px;
        padding-bottom: 0px;
    }
    .map-area{
        padding-bottom: 16px;
    }
    .contact-options ul{
        justify-content: space-between;
    }
    
}

@media (max-width: 575.98px) {
    .section-padding {
        padding: 60px 0px;
    }
    .top-header-data ul{
        justify-content: space-between;
    }
    .top-header-data ul li i{
        display: inline-block;
    }
    .top-header-data ul li span{
        display: none;
    }
    .top-header-data ul li{
        text-align: center;
        margin-right: 0;
        padding-right: 0;
        font-size: 12px;
    }
    .top-header-data ul li:after{
        display: none;
    }
    .menu-part .nav-bar {
        max-width: 100%;
    }
    .about-content ul li a{
        font-size: 14px;
    }
    .service-box p{
        line-height: 20px;
        font-size: 14px;
        font-weight: 600;
    }
    .service-box {
        width: 145px;
    height: 70px;
    padding: 20px 18px;
    margin-bottom: 22px;
    border-radius: 0;
    background: #EEEEEE;
    border-radius: 15px !important;
    }
    .counter{
        font-size: 36px;
    }
    .state-count{
        margin-bottom: 30px;
    }
    .state-count p{
        font-size: 20px;
    }
    .hero-slider.owl-theme .owl-nav [class*="owl-"]{
        font-size: 16px;
        width: 30px;
        height: 30px;
    }
    .brand-image{
        height: 60px;
    }
    .brand-image img {
        max-width: 100px;
        max-height: 50px;
    }
    .about-content ul{
        display: block;
    }
    .about-content ul li:before{
        display: none;
    }
    .counter-section{
        padding-top: 50px;
    }
    .section-padding{
        padding-top: 30px;
    }
    .header-part{
        line-height: 10px;
    }
    .product-box p{
        font-size: 12px;
        line-height: 18px;
    }
    .industry-box img{
        max-width:65px
    }
    .industry-box p{
        font-size: 13px;
    }
}

@media (max-width: 349.98px) {
    .brand-image img {
        max-width: 75px;
        max-height: 30px;
    }
    .top-header-data {
        padding: 0px 0px;
    }
    .top-header-data ul li{
        font-size: 10px;
    }
    .menu-part{
        top: 80px;
    }
    .page-content-area{
        margin-top: 100px;
    }
    .about-content ul{
        display: block;
    }
    .about-content ul li:before{
        display: none;
    }
    
    .service-box {
        width: 115px;
    height: 60px;
    padding: 20px 18px;
    margin-bottom: 15px;
    border-radius: 15px in !important;
    background: #EEEEEE;
    }
    .service-box p{
        font-size: 12px;
    }
    #about{
        padding-top: 20px !important;
    }
    .row{
        margin: 0;
    }
    .col-6{
        padding: 0;
    }
}
