/* google fonts */
/* google fonts */

@import url('https://fonts.googleapis.com/css2?family=Alegreya+Sans:ital,wght@0,100;0,300;0,400;0,500;0,700;0,800;0,900;1,100;1,300;1,400;1,500;1,700;1,800;1,900&family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Oxygen:wght@300;400;700&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&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('./variable.css');
@import url('./header.css');

body{
    font-family:
    var(--site-font2);
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 2.1428;
    color: #666;
    overflow-x: hidden;
}
*,h1,h2,h3,h4,h5,h6,a,p{
    padding: 0px ;
    margin: 0px ;
    text-decoration:unset;
  
}
p{
    font-family: var(--site-font5);
    color: #222;
}
/* BANNER SECTION */
.banner-sec-slider .owl-nav {
    position: absolute;
    bottom: 0;
    display: flex;
    padding: 0px 25px;
    width: 100%;
    margin-top: -25px;
}
.banner-sec-slider .owl-nav .owl-next{
    left: 0;
    margin: 0px;
    /* top: 50%; */
}

.banner-sec-slider .owl-nav button {
    width: 100px;
    height: 100px;
    background: #000000a1 !important;
    margin: 0px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-sec-slider .owl-nav button span  {
    font-size: 0;
    font-size: 0px;
    line-height: 0;
    color: var(--site-hover);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -5px;
}

/* ABout US  */
.about-box {
    background: #fff;
    display: flex;
    justify-content: center;
    height: 100%;
    flex-direction: column;
    padding-left: 40px;
}
.section-subtitle {
    display: inline-block;
    font-size: 17px;
    text-transform: uppercase;
    color: #ea3236;
    padding: 0px;
    margin: 0px;
    font-weight: 900;
    position: relative;
    width: 100%;
}
.section-about-title {
        font-weight: 600;
        font-size: 25px;
        line-height: 1.5;
        color: #ea3236;
        letter-spacing: 0;
        margin: 0px;
        position: relative;
        margin-top: -20px;
}

header.site-header.header_top.product-bg.active {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 11;
}



.section-space {
    padding: 100px 0px;
}
.img-fluid{
    width: 100%;
}
.sect-title .section-subtitle {
    background: transparent;
}
.sect-title {
    position: relative;
    display: flex;
    align-items: center;
}
.counter {
    max-width: 72px;
    min-width: 72px;
    width: 100%;
    text-align: center;
    display: block;
}
.overlap-text .breadcrumb {
    position: absolute;
    bottom: 0;
    left: 0;
}
.experience-box {
    position: absolute;
    white-space: nowrap;
    margin: 0pc;
    top: 50%;
    z-index: 1;
    margin-top: -49px;
    margin-left: -30px;
}
.experience-content {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    left: 0px;
    background: var(--site-color);
    padding: 10px;
    /* top: 50%; */
}
.experience-number {
    display: inline-block;
    vertical-align: middle;
    font-size: 60px;
    line-height: 1;
    font-weight: 800;
    color: #fff;
}

.col-lg-offset-1 {
    margin-left: 8.33333333%;
}
.dots-image .dots {
    position: absolute;
    width: 100%;
    height: 50%;
    top: 60%;
    left: -50%;
}
.dots-image {
    display: inline-block;
    position: relative;
}
.dots-image img {
    display: block;
    position: relative;
    z-index: 11;
    width: 100%;
}
.dots-image .dots {
    background: url('http://paul-themes.com/wp/bauhaus/wp-content/themes/bauhaus/images/bg/dots.png') 0 0 repeat;
}
.experience-info {
    display: inline-block;
    vertical-align: middle;
    font-size: 19px;
    line-height: 1.4;
    color: #fff;
    margin-left: 15px;
}
.sect-title h1 {color: #006990;font-size: 45px;font-family: 'Poppins';font-weight: 700;position: relative;width: fit-content;padding-bottom: 2px;}

.sect-title h1:before {
    content: '';
    width: 60px;
    height: 6px;
    background: #006990;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -30px;
    z-index: 111;
}

.sect-title h1:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #00699038;
    position: absolute;
    bottom: -7px;
    left: 0;
}
.product-slider {
    padding: 30px 0px 0px;
}


.pr-c .prod-content img {
    max-width: 90px;
    position: relative;
    animation: spinner 5s linear infinite;
}

.img {
    display: none;
}



@keyframes spinner {
    to {
      transform: rotate(-1turn);
      -webkit-transform: rotate(-1turn);
      -moz-transform: rotate(-1turn);
      -ms-transform: rotate(-1turn);
      -o-transform: rotate(-1turn);
    }
  }
  

.product-slider .owl-stage {
    padding-bottom: 10px;
    display: flex;
}
.prod-img:hover .fancy-box::before,.app-img:hover .fancy-box::before {
    content: '';
    transform: scale(1);
}
.prod-img .fancy-box,.app-img .fancy-box{
    content: '';
    background: #00000085;
    height: 100%;
    width: 100%;
    position: absolute;
    transition: 0.6s all;
    transform: scale(0);
    display: flex;
    align-items: center;
    justify-content: center;
}

.prod-img,.app-img {
    overflow: hidden;
    position: relative;
}

.prod-img:hover .fancy-box,.app-img:hover .fancy-box {
    transform: scale(1);
}

.prod-img .fancy-box a,.app-img .fancy-box a{
    width: 50px;
    height: 50px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #006990;
    cursor: pointer;
}

.btn-view-more {display: block;background: #ea3236;font-size: 16px;text-transform: uppercase;border-radius: 100px;color: #fff;position: relative;padding: 10px 25px !important;}

.btn-view-more:hover {color: #fff;}
.our-product {
    position: relative;
    padding:80px 0px 80px;
}

.btn-arrow {
    padding-left: 30px;
    transition: 0.2s all;
}

.btn-view-more:hover .btn-arrow {
    padding-left: 20px;
}

/* indstries we serve */
.app-img {
    height: 100%;
}
.indstries .col-sm-6.px-0, .indstries .col-sm-3.px-0 {
    padding: 3px !important;
}
.app-img img {
    height: 100%;
    object-fit: cover;
    object-position: left;
    width: 100%;
}
/* client */
.partners-section {
    padding: 80px;
    background: #e8e8e83d;
  }
  .partners-section .grid {
    text-align: center;
    border: 1px solid #62626221;
    border-radius: 5px;
  
    cursor: pointer;
    transition: 0.2s;
    background: #fff;
}
.partners-section .grid:hover {
    filter: grayscale(0);
}
.partners-section .grid img {
    transform: scale(1);
    transition: 0.2s;
}
.partners-section .grid img {
    width: 100%;
    margin: 0 auto;
    display: inline-block;
    padding: 20px;
    min-height: 150px;
    object-fit: contain;
}
.text-justify {
    text-align: justify;
}
.indstries .app-img .fancy-box a {
    width: fit-content !important;
    padding: 0px 15px;
}
.call-action {
    padding: 50px 0;
}
.bg-primary {
    background-color: #0374cf!important;
}
.site-button.outline.white {
    color: #fff;
    border: 1px solid #fff;
    padding: 5px 20px;
}

.tag-p {
    padding: 10px 30px;
    background: linear-gradient(90deg, #d9d9d98c, transparent);
    color: #000;
    font-weight: 500;
    font-family: 'Mulish' !important;
    margin: 10px 0px;
}


/* BACK TO TOP */

#back-to-up {
    position: fixed;
    bottom: 12%;
    right: 1%;
    width: 50px;
    height: 50px;
    z-index: 9999;
    background: #e52a30;
    border: 0px;
    z-index: 111;
    right: 20px !important;
    bottom: 30px !important;
}
#back-to-up .icon_logo {
    position: relative;
    z-index: 9999;
    padding: 5px;
}
#back-to-up .circle_waves {
    border-radius: 50%;
    background-color: #e52a30;
    width: 50px;
    height: 50px;
    position: absolute;
    opacity: 0;
    bottom: 1px;
    left: 0;
    z-index: 99;
    animation: waves 4s infinite cubic-bezier(.36,.11,.89,.32);
}
#back-to-up .icon_logo>a>img {
    width: 100%;
}
@keyframes waves{from{transform:scale(.55,.55);opacity:.6;}to{transform:scale(1.8,1.8);opacity:0;}}
.big-taxt {
    font-size: 120px;
    top: 0;
    line-height: 0.1;
    font-weight: 800;
    color: #0000000a;
    font-family: var(--site-font2);
    text-transform: uppercase;
    white-space: nowrap;
    -webkit-text-stroke: 1px #efeeee;
    transition: 0.8s all;
    margin-left: -50px;
}
.title-wrapper {
    padding-left: 0;
    position: relative;
    margin-bottom: 30px;
}

.title-wrapper strong:after {
    content: '';
    width: 40%;
    /* background: #eb3236; */
    height: 2px;
    position: absolute;
    left: 100px;
    top: 50%;
    margin-top: -1px;
}
.section-about {
    position: relative;
}

.section-about:before {
}
.dots-image:before {
}
.our-product .sect-title {}

.our-product .sect-title .title-wrapper {text-align: center;padding: 0px 10px;}
.our-product .sect-title .title-wrapper h2.section-title.section-about-title {
    position: relative;
    width: fit-content;
    color: #fff;
}

.our-product .sect-title .title-wrapper .big-taxt {-webkit-text-stroke: 1px transparent;}
.our-product .sect-title .title-wrapper:before {
    content: '';
    bottom: 20px !important;
    top: unset !important;
    background: #f9d1d2 !important;
    height: 10px;
    width: 100%;
    left: 0px;
}

.our-product .sect-title .title-wrapper:after {
    display: none;
}
.pr-c {
    height: 100%;
    margin-left: 10px;
    box-shadow: 0px 1px 9px 0px #d5d5d54a;
    border: 1px solid #efefef66;
}

.pr-c:before {
    border-color: transparent #ddd transparent transparent;
    content: '';
    width: 18px;
    height: 18px;
    background: #1a4167;
    transform: rotate(45deg);
    position: absolute;
    top: 12px;
    left: 1px;
}

.item.pr-c:after {
}
.prod-content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
    z-index: 1;
    flex-direction: column;
    text-align: center;
    position: relative;
    background: #fff;
}
/* .prod-content :before{

    content: '';

    position:absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-animation: colorChange 20s linear 0s infinite;
    animation: colorChange 20s linear 0s infinite;]

} */

@-webkit-keyframes colorChange {
    0% {
      left: 0;
    }
    100% {
      left: -1000%;
    }
  }
  @keyframes colorChange {
    0% {
      left: 0;
    }
    100% {
      left: -1000%;
    }
  }
.prod-title h3 a {
    font-size: 22px;
    color: #1a4167;
    font-weight: bold;
    font-family: 'Poppins';
    position: relative;
    z-index: 1111;
    /* text-shadow: 0px 2px 10px #76767675; */
}

.prod-title p {
    font-size: 14px;
    line-height: 1.8;
    margin: 10px 0px 0px;
    color: #000000;
    font-family: 'Poppins';
    font-weight: 500;
    padding: 5px 15px 20px;
}

.prod-icon {
    margin-bottom: 30px;
    position: relative;
    background: #fff;
    border: 5px solid #1a4167;
    padding: 7px;
    border-radius: 50%;
}

.prod-title h3:before {
    
    top: unset !important;
    background: #f7d0d1 !important;
    height: 5px;
    width: 100%;
    left: 0px;
    z-index: 111;
    position: absolute;
}

.prod-title h3 {
    width: fit-content;
    margin: auto;
    position: relative;
    padding: 0px 5px;
}
.view-more {
    padding: 10px 20px;
    display: block;
    width: fit-content;
    margin: 10px auto 0px;
    position: relative;
}

.view-more .btn-arrow {
    width: 30px;
    height: 30px;
    background: #183f6630;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0px;
    border-radius: 50%;
    margin-left: 10px;
    transition: 0.8s all;
}

.view-more a {
    color: #183f66;
    display: flex;
    align-items: center;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 14px;
    font-family: 'Poppins';
    letter-spacing: 1px;
    position: relative;
    z-index: 1111;
    transition: 0.6s ll;
}
.view-more:before {
    content: '';
    top: 0px;
    background: #e52c32 !important;
    height: 100%;
    width: 0px;
    left: 0px;
    z-index: 111;
    position: absolute;
    transition: 0.6s all;
}
.view-more .btn-arrow i {
    font-size: 13px;
    color: #183f66;
}

.view-more:hover::before {
    content: '';
    width: 100%;
    box-shadow: 0px 1px 9px 0px #d5d5d54a;
}

.view-more:hover a .btn-arrow {
    margin-left: 10px;
}

.view-more:hover a .btn-arrow i {
    color: #ffffff;
}
.view-more:hover a {color: #ffffff;}
.prod-icon:before {
    content: '';
    border-radius: 50%;
    background-color: #1c426952;
    position: absolute;
    opacity: 0;
    bottom: 1px;
    left: 0;
    animation: waves 4s infinite cubic-bezier(.10,.10,.20,.15);
    width: 100%;
    height: 100%;
}
/* .main-view-more .btn-lg.btn-view-more:hover {
    background: #e4262c;
    color: #fff;
} */
.main-view-more a.btn-lg.btn-view-more {
}

.main-view-more a.btn-lg.btn-view-more:hover {
}
.main-view-more span.btn-arrow {
    padding-left: 15px;
}
.application-sec .big-taxt,.feature .big-taxt  {
    /* margin-left: -100% !important; */
}
.feature-point {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 50px;
    background: #fff;
    position: relative;
    transition: 0.6s all;
    margin-bottom: 10px;
    border-top: 5px solid transparent;
}

.point-img i {
    font-size: 75px;
}

.point-content {
    font-size: 18px;
    font-weight: 500;
    color: #22476d;
    font-family: 'Mulish';
    text-align: center;
    line-height: 1.2;
}
.feature-point:hover .point-img {
    color: #e4262c;
}
.point-img {
    margin-bottom: 20px;
    transition: 0.2s all;
    color: #3b5c7e;
}

.feature  .col-sm-12.col-md-4 {
    display: grid;
    padding: 10px;
}

.feature-point:hover {
    box-shadow: 1px 1px 14px 7px #efeeee;
    border-top: 5px solid #e4262c;
}


/* application */
.project-grids{
    display: grid;
    grid-template-columns: auto auto auto auto;
    transition: all 0.3s;
    transition-delay: 0.1ms;
    overflow: hidden;
    background: url('../images/appication/full.webp');
    background-size:contain !important;
}
.application-one{
    background: url('../images/appication/cement.webp');
    transition: all 0.9s;
    transition-delay: 0.1ms;
}
.application-two{
    background: url('../images/appication/grains.webp');
    transition: all 0.9s;
    transition-delay: 0.1ms;
}
.application-three{
    background: url('../images/appication/sugar.webp');
    transition: all 0.9s;
    transition-delay: 0.1ms;
}
.application-four{
    background: url('../images/appication/dust.webp');
    transition: all 0.9s;
    transition-delay: 0.1ms;
}
/* .application-one .one,.application-one .two,.application-one .three,.application-one .four{
    background: transparent !important;
}
.application-two .one,.application-two .two,.application-two .three,.application-two .four{
    background: transparent !important;
}
.application-three .one,.application-three .two,.application-three .three,.application-three .four{
    background: transparent !important;
}
.application-four .one,.application-four .two,.application-four .three,.application-four .four{
    background: transparent !important;
} */
.application-one .one,.application-one .two,.application-one .three,.application-one .four,
.application-two .one,.application-two .two,.application-two .three,.application-two .four,
.application-three .one,.application-three .two,.application-three .three,.application-three .four,
.application-four .one,.application-four .two,.application-four .three,.application-four .four{
    background: transparent !important;
}
/* .project-grids .one {
    background: url('../images/appication/half/cement.webp');
    background-size: contain;
}
.project-grids .two {
    background: url('../images/appication/half/grains.webp');
    background-size: contain;
}
.project-grids .three {
    background: url('../images/appication/minerals.webp');
    background-size: contain;
}
.project-grids .four {
    background: url('../images/appication/half/sugar.webp');
    background-size: contain;
} */
.project-grids .overlay {
    position: absolute;
    background: #000000c4;
    height: 100%;
    width: 100%;
    top: 0;
    padding: 50px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.project-grids .count {
    font-family: "Poppins", sans-serif;
    font-size: 130px;
    font-weight: bold;
    color: #fff;
    -webkit-text-fill-color: transparent; /* Will override color (regardless of order) */
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #Ffff;
    line-height: 1;
}
.project-grids h3 {
    font-size: 75px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #Ffff;
}
.project-grids p {
        color: #ffffff;
        margin-bottom: 0;
        padding-bottom: 2em;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s;
        font-size: 15px;
    }
.theme-btn
{
    background-color: #215966;
    color: #fff;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    padding: 17px 30px;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    text-transform: uppercase;
    display: inline-block;
    line-height: initial;
    width: fit-content;
}
.project-grids .grid:hover .overlay > a {
    top: 0;
}
.partners-section .big-taxt {
    /* margin-left: -80% !important; */
}
.pate-title img {
    width: 100%;
}
.grid {
    position: relative;
    border-right: 1px solid #383838;
}
.application-one .grid-img,.application-two .grid-img,.application-three .grid-img,.application-four .grid-img {
    opacity: 0;
}
.application-one .grid,.application-two .grid,.application-three .grid,.application-four .grid {
    border-right: 1px solid #383838;
}


.grid-img {
    transition: all 0.9s;
    transition-delay: 0.5s;
    width: 100%;
    opacity: 1;
}
.grid-img img {
    width: 100%;
}
.our-product .title-wrapper:before {
    display: none;
}

.our-product .sect-title .title-wrapper h2:after {
}

.our-product .sect-title .title-wrapper h2 {
    position: relative;
}

.our-product .sect-title .title-wrapper h2.section-title.section-about-title span {
    position: relative;
    z-index: 1;
}

.nopad.text-center {
    display: flex;
    align-items: center;
}

.nopad.text-center p {
    text-align: left;
    color: #fff;
}
/* .cb:before {
    content: '';
    width: 4px;
    height: 50px;
    background: #e93243;
    position: absolute;
    left: 50%;
    top: 0;
    border-radius: 50px;
    margin-left: -1px;
} */
section {
    overflow: hidden;
}
.banner-sec-slider .owl-nav .owl-prev span:before {
    content: "\f177";
    font-size: 60px;
    font-family: "Font Awesome 6 Pro";
    font-weight: 100;
    color: #fff;
}
.banner-sec-slider .owl-nav .owl-next span:before {
    content: "\f178";
    font-size: 60px;
    font-family: "Font Awesome 6 Pro";
    font-weight: 100;
    color: #fff;
}
.main-view-more:before {
    content: '';
    width: 100%;
    background: #353335;
    position: absolute;
    height: 100%;
    top: 0;
    border-radius: 100px;
    left: 10px;
}

.main-view-more {
    position: relative;
    width: fit-content;
    border-radius: 100px;
    margin: 40px 0px 0px;
}
.our-product  strong.section-subtitle.wow.bounceInUp {
    color: #fff;
    text-align: left;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 20px;
    line-height: normal;
}
.product-slider .col-sm-2 {
    display: flex;
    align-items: center;
    justify-content: end;
}

.product-slider .col-sm-2 .main-view-more {
    margin: 0px;
}

.product-slider .owl-slider {
    margin-left: 20px;
    padding-left: 20px;
    border-left: 10px solid #ffffff;
}

.product-slider .col-sm-2 a.btn-lg.btn-view-more {
    /* border-radius: 0px; */
}

.product-slider .col-sm-2 .main-view-more:before {
    background: white;
    /* border-radius: 0px; */
}
.product-slider .owl-slider .owl-stage {
    padding: 0px;
}
.product-slider .owl-next:before {
    content: "\f178";
    font-size: 60px;
    font-family: "Font Awesome 6 Pro";
    font-weight: 100;
    color: #ea3236;
}


.product-slider .button span {
    font-size: 0px;
}

.product-slider .owl-next span,.product-slider .owl-prev span {
    font-size: 0px;
}



.product-slider .owl-next {
    margin-left: 25px;
}


.pro-content {
    padding: 20px;
    background: #fff;
    text-align: left;
    position: relative;
    min-height: 78px;
    display: flex;
    align-items: center;
}
.pro-content h5 {
    font-size: 16px;
    color: #343334;
    padding-left: 20px;
    position: relative;
    font-weight: 700;
}

.prod-wrapper {
    border-radius: 10px;
    overflow: hidden;
}

.pro-content:before {
    content: '';
    width: 25px;
    height: 12px;
    background: #343334;
    position: absolute;
    left: 0;
    top: 50%;
    border-radius: 0% 10% 10% 0px;
    margin-top: -6px;
}
.industries-section .row.sp15.aos-item.aos-init {
    margin-top: 15px;
}
.image-tooltip-effect {
    position: relative;
    overflow: hidden;
}
.industries-section .image-tooltip-effect:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(to bottom, rgba(25, 36, 54, 0) 34%, rgba(25, 36, 54, 0.08) 39%, #000000 100%);
    z-index: 1;
}
.height-md {
    height: 472px;
}
.dz-media {
    overflow: hidden;
    position: relative;
}
.dz-media, .dz-post-media {
    position: relative;
    overflow: hidden;
}
.dz-media {
    background-size: cover;
    display: block;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}
.image-tooltip-effect .dz-info {
    position: absolute;
    bottom: 0;
    padding: 20px;
    width: 100%;
    display: flex;
    z-index: 1;
    color: #fff;
    font-size: 25px;
    line-height: 40px;
    letter-spacing: 0;
    font-weight: 800;
    margin: 20px 0px 0px;
    transition: 0.8s all;
    transform: translateY(0%);
}
h4.title.m-b10 {
    color: #fff;
    font-size: 20px;
    letter-spacing: 0;
    font-weight: 800;
}
.industries-section .col-xl-3.col-md-6.m-b15 {
    margin-bottom: 20px;
}
.image-tooltip-effect:hover .dz-info {
    margin: 0px;
    transform: translateY(-30%);
}
/* .cb:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #e93243;
    position: absolute;
    left: 50%;
    top: 47px;
    border-radius: 50px;
    margin-left: -5px;
} */

.title-wrapper:hover .big-taxt {
    -webkit-text-stroke: 1px #0000000f;
}
.hover-num {
    padding: 20px;
    position: absolute;
    z-index: 1;
    bottom: 120%;
    font-size: 80px;
    line-height: 0.1;
    font-weight: bold;
    color: #fff;
    font-family: var(--site-font4);
    text-transform: uppercase;
    white-space: nowrap;
    transition: 2s all;
    margin-right: 0;
    width: 100%;
    right: 0px;
    left: unset;
    text-align: right;
}
.image-tooltip-effect:hover span.hover-num {
    bottom: 25px;
}



.col-bg-img-twell.ttm-col-bgimage-yes .ttm-col-wrapper-bg-layer {
    background-image: url('https://renjetting.com/images/bg-image/col-bgimage-12.webp') !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.ttm-left-span .ttm-col-wrapper-bg-layer {
    width: auto;
    margin-left: -100px;
    right: 0;
}
section.why-choes-us {
    position: relative;
}

.why-choes-us img {
    width: 100%;
    position: relative;
}
.layer-content {
    max-width: 600px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.why-choes-us .about-box {
    max-width: 70%;
    background: transparent;
    padding: 0px;
    padding: 90px 0px;
}
.featured-box.left-icon {
    display: flex;
    align-items: center;
    max-width: 70%;
    padding: 10px;
    border-radius: 10px;
}

.featured-box.left-icon img {
    position: relative;
    object-fit: contain;
}

.featured-content {
    padding-left: 10px;
    max-width: 100%;
    padding: 15px;
    border: 1px dashed #dfdfdf61;
    border-radius: 10px;
    background: #005394;
    position: relative;
    z-index: 1;
}

h5 {}

.featured-title h5 {
    font-weight: bold;
    font-size: 17px;
    line-height: 1.5;
    color: #fff;
    letter-spacing: 0;
    margin: 0px;
    position: relative;
}

.featured-desc p {
    font-size: 13px;
    color: #fff;
}

section.why-choes-us:after {
    content: '';
    background-color: #005394;
    width: 110%;
    height: 130%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    transform: translate(50%, 0%) rotate( 10deg);
}

.why-choes-us .about-box h2.section-title.section-about-title.wow.bounceInDown {
    color: #fff;
    margin: 0px !important;
    font-size: 40px;
    font-weight: 900;
}

.why-choes-us .about-box .title-wrapper {
    margin: 0px !important;
}

p.text-justify.wow.slideInRight {}

.why-choes-us p.text-justify.wow.slideInRight {
    padding: 0px 0px 20px;
    color: #fff;
}

.featured-icon.icon-white {
    position: relative;
    min-height: 103px;
    display: flex;
    background: #005394;
    border-radius: 10px;
    min-width: 70px;
    min-height: 70px;
    display: flex;
    align-items: center;
    border: 1px dashed #dfdfdf61;
    margin-right: 60px;
    justify-content: center;
}

.featured-icon.icon-white:before {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    background: transparent;
    right: -69px;
    border: 1px dashed #dfdfdf61;
}

.featured-icon.icon-white i {
    font-size: 30px;
    color: #fff;
}
.right-icon {
    margin-left: auto;
}

.right-icon .featured-icon.icon-white {
    margin-right: 0px;
    margin-left: 60px;
}

.right-icon .featured-icon.icon-white:before {
    right: 0;
    left: -069px;
}
section.why-choes-us .col-sm-12.col-md-6:nth-child(2) {
    position: relative;
    z-index: 11;
}
section.why-choes-us .container-fluid {
    padding: 0px;
}
.why-us-image {
    height: 100%;
}
section.get-in-touch {
   
padding: 50px 0px;
}
/* google fonts */
/* google fonts */

@import url('https://fonts.googleapis.com/css2?family=Alegreya+Sans:ital,wght@0,100;0,300;0,400;0,500;0,700;0,800;0,900;1,100;1,300;1,400;1,500;1,700;1,800;1,900&family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Oxygen:wght@300;400;700&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&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('./variable.css');
@import url('./header.css');

body{
    font-family:
    var(--site-font2);
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 2.1428;
    color: #666;
    overflow-x: hidden;
}
*,h1,h2,h3,h4,h5,h6,a,p{
    padding: 0px ;
    margin: 0px ;
    text-decoration:unset;
  
}
p{
    font-family: var(--site-font5);
    color: #222;
    line-height: 26px;
}
/* BANNER SECTION */
.banner-sec-slider .owl-nav {
    position: absolute;
    bottom: 0;
    display: flex;
    padding: 0px 25px;
    width: 100%;
    margin-top: -25px;
}
.banner-sec-slider .owl-nav .owl-next{
    left: 0;
    margin: 0px;
    /* top: 50%; */
}

.banner-sec-slider .owl-nav button {
    width: 100px;
    height: 100px;
    background: #000000a1 !important;
    margin: 0px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-sec-slider .owl-nav button span  {
    font-size: 0;
    font-size: 0px;
    line-height: 0;
    color: var(--site-hover);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -5px;
}

/* ABout US  */
.about-box {
    background: #fff;
    display: flex;
    justify-content: center;
    height: 100%;
    flex-direction: column;
    padding-left: 40px;
}
.section-subtitle {
    display: inline-block;
    font-size: 17px;
    text-transform: uppercase;
    color: #ea3236;
    padding: 0px;
    margin: 0px;
    font-weight: 900;
    position: relative;
    width: 100%;
}
.section-about-title {
        font-weight: 600;
        font-size: 25px;
        line-height: 1.5;
        color: #ea3236;
        letter-spacing: 0;
        margin: 0px;
        position: relative;
        margin-top: -20px;
}

.section-space {
    padding: 50px 0px;
}
.img-fluid{
    width: 100%;
}
.sect-title .section-subtitle {
    background: transparent;
}
.sect-title {
    position: relative;
    display: flex;
    align-items: center;
}
.counter {
    max-width: 72px;
    min-width: 72px;
    width: 100%;
    text-align: center;
    display: block;
}
/* our product */
.bg-grey{/* background-color: #353435; */}
.experience-box {
    position: absolute;
    white-space: nowrap;
    margin: 0pc;
    top: 50%;
    z-index: 1;
    margin-top: -49px;
    margin-left: -30px;
}
.experience-content {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    left: 0px;
    background: var(--site-color);
    padding: 10px;
    /* top: 50%; */
}
.experience-number {
    display: inline-block;
    vertical-align: middle;
    font-size: 60px;
    line-height: 1;
    font-weight: 800;
    color: #fff;
}

.col-lg-offset-1 {
    margin-left: 8.33333333%;
}
.dots-image .dots {
    position: absolute;
    width: 100%;
    height: 50%;
    top: 30%;
    left: -40px;
}
.dots-image {
    display: inline-block;
    position: relative;
}
.dots-image img {
    display: block;
    position: relative;
    z-index: 11;
    width: 100%;
}
.dots-image .dots {
    background: url('http://paul-themes.com/wp/bauhaus/wp-content/themes/bauhaus/images/bg/dots.png') 0 0 repeat;
}
.experience-info {
    display: inline-block;
    vertical-align: middle;
    font-size: 19px;
    line-height: 1.4;
    color: #fff;
    margin-left: 15px;
}
.sect-title h1 {color: #006990;font-size: 45px;font-family: 'Poppins';font-weight: 700;position: relative;width: fit-content;padding-bottom: 2px;}

.sect-title h1:before {
    content: '';
    width: 60px;
    height: 6px;
    background: #006990;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -30px;
    z-index: 111;
}

.sect-title h1:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #00699038;
    position: absolute;
    bottom: -7px;
    left: 0;
}
.product-slider {
    padding: 30px 0px 0px;
}


.pr-c .prod-content img {
    max-width: 90px;
    position: relative;
    animation: spinner 5s linear infinite;
}

@keyframes spinner {
    to {
      transform: rotate(-1turn);
      -webkit-transform: rotate(-1turn);
      -moz-transform: rotate(-1turn);
      -ms-transform: rotate(-1turn);
      -o-transform: rotate(-1turn);
    }
  }
  

.product-slider .owl-stage {
    padding-bottom: 10px;
    display: flex;
}
.prod-img:hover .fancy-box::before,.app-img:hover .fancy-box::before {
    content: '';
    transform: scale(1);
}
.prod-img .fancy-box,.app-img .fancy-box{
    content: '';
    background: #00000085;
    height: 100%;
    width: 100%;
    position: absolute;
    transition: 0.6s all;
    transform: scale(0);
    display: flex;
    align-items: center;
    justify-content: center;
}

.prod-img,.app-img {
    overflow: hidden;
    position: relative;
}

.prod-img:hover .fancy-box,.app-img:hover .fancy-box {
    transform: scale(1);
}

.prod-img .fancy-box a,.app-img .fancy-box a{
    width: 50px;
    height: 50px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #006990;
    cursor: pointer;
}

.btn-view-more {display: block;background: #ea3236;font-size: 16px;text-transform: uppercase;border-radius: 100px;color: #fff;position: relative;padding: 10px 25px !important;}

.btn-view-more:hover {color: #fff;}
.our-product {
    position: relative;
    padding:80px 0px 80px;
}

.btn-arrow {
    padding-left: 30px;
    transition: 0.2s all;
}

.btn-view-more:hover .btn-arrow {
    padding-left: 20px;
}

/* indstries we serve */
.app-img {
    height: 100%;
}
.indstries .col-sm-6.px-0, .indstries .col-sm-3.px-0 {
    padding: 3px !important;
}
.app-img img {
    height: 100%;
    object-fit: cover;
    object-position: left;
    width: 100%;
}
/* client */
.partners-section {
    padding: 100px;
    background: #e8e8e83d;
  }
  .partners-section .grid {
    text-align: center;
    border: 1px solid #62626221;
    border-radius: 5px;
  
    cursor: pointer;
    transition: 0.2s;
    background: #fff;
}
.partners-section .grid:hover {
    filter: grayscale(0);
}
.partners-section .grid img {
    transform: scale(1);
    transition: 0.2s;
}
.partners-section .grid img {
    width: 100%;
    margin: 0 auto;
    display: inline-block;
    padding: 20px;
    min-height: 150px;
    object-fit: contain;
}
.text-justify {
    text-align: justify;
}
.indstries .app-img .fancy-box a {
    width: fit-content !important;
    padding: 0px 15px;
}
.call-action {
    padding: 50px 0;
}
.bg-primary {
    background-color: #0374cf!important;
}
.site-button.outline.white {
    color: #fff;
    border: 1px solid #fff;
    padding: 5px 20px;
}

.tag-p {
    padding: 10px 30px;
    background: linear-gradient(90deg, #d9d9d98c, transparent);
    color: #000;
    font-weight: 500;
    font-family: 'Mulish' !important;
    margin: 10px 0px;
}


/* BACK TO TOP */

#back-to-up {
    position: fixed;
    bottom: 12%;
    right: 1%;
    width: 50px;
    height: 50px;
    z-index: 9999;
    background: #e52a30;
    border: 0px;
    z-index: 111;
    right: 20px !important;
    bottom: 30px !important;
}
#back-to-up .icon_logo {
    position: relative;
    z-index: 9999;
    padding: 5px;
}
#back-to-up .circle_waves {
    border-radius: 50%;
    background-color: #e52a30;
    width: 50px;
    height: 50px;
    position: absolute;
    opacity: 0;
    bottom: 1px;
    left: 0;
    z-index: 99;
    animation: waves 4s infinite cubic-bezier(.36,.11,.89,.32);
}
#back-to-up .icon_logo>a>img {
    width: 100%;
}
@keyframes waves{from{transform:scale(.55,.55);opacity:.6;}to{transform:scale(1.8,1.8);opacity:0;}}
.big-taxt {
    font-size: 120px;
    top: 0;
    line-height: 0.1;
    font-weight: 800;
    color: #0000000a;
    font-family: var(--site-font2);
    text-transform: uppercase;
    white-space: nowrap;
    -webkit-text-stroke: 1px #efeeee;
    transition: 0.8s all;
    margin-left: -50px;
}
.title-wrapper {
    padding-left: 0;
    position: relative;
    margin-bottom: 30px;
}

.title-wrapper strong:after {
    content: '';
    width: 40%;
    /* background: #eb3236; */
    height: 2px;
    position: absolute;
    left: 100px;
    top: 50%;
    margin-top: -1px;
}
.section-about {
    position: relative;
}

.section-about:before {
}
.dots-image:before {
    content: '';
}
.our-product .sect-title {}

.our-product .sect-title .title-wrapper {text-align: center;padding: 0px 10px;}
.our-product .sect-title .title-wrapper h2.section-title.section-about-title {
    position: relative;
    width: fit-content;
    color: #fff;
}

.our-product .sect-title .title-wrapper .big-taxt {-webkit-text-stroke: 1px transparent;}
.our-product .sect-title .title-wrapper:before {
    content: '';
    bottom: 20px !important;
    top: unset !important;
    background: #f9d1d2 !important;
    height: 10px;
    width: 100%;
    left: 0px;
}

.our-product .sect-title .title-wrapper:after {
    display: none;
}
.pr-c {
    height: 100%;
    margin-left: 10px;
    box-shadow: 0px 1px 9px 0px #d5d5d54a;
    border: 1px solid #efefef66;
}

.pr-c:before {
    border-color: transparent #ddd transparent transparent;
    content: '';
    width: 18px;
    height: 18px;
    background: #1a4167;
    transform: rotate(45deg);
    position: absolute;
    top: 12px;
    left: 1px;
}

.item.pr-c:after {
}
.prod-content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
    z-index: 1;
    flex-direction: column;
    text-align: center;
    position: relative;
    background: #fff;
}
/* .prod-content :before{

    content: '';

    position:absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-animation: colorChange 20s linear 0s infinite;
    animation: colorChange 20s linear 0s infinite;]

} */

@-webkit-keyframes colorChange {
    0% {
      left: 0;
    }
    100% {
      left: -1000%;
    }
  }
  @keyframes colorChange {
    0% {
      left: 0;
    }
    100% {
      left: -1000%;
    }
  }
.prod-title h3 a {
    font-size: 22px;
    color: #1a4167;
    font-weight: bold;
    font-family: 'Poppins';
    position: relative;
    z-index: 1111;
    /* text-shadow: 0px 2px 10px #76767675; */
}

.prod-title p {
    font-size: 14px;
    line-height: 1.8;
    margin: 10px 0px 0px;
    color: #000000;
    font-family: 'Poppins';
    font-weight: 500;
    padding: 5px 15px 20px;
}

.prod-icon {
    margin-bottom: 30px;
    position: relative;
    background: #fff;
    border: 5px solid #1a4167;
    padding: 7px;
    border-radius: 50%;
}

.prod-title h3:before {
    
    top: unset !important;
    background: #f7d0d1 !important;
    height: 5px;
    width: 100%;
    left: 0px;
    z-index: 111;
    position: absolute;
}

.prod-title h3 {
    width: fit-content;
    margin: auto;
    position: relative;
    padding: 0px 5px;
}
.view-more {
    padding: 10px 20px;
    display: block;
    width: fit-content;
    margin: 10px auto 0px;
    position: relative;
}

.view-more .btn-arrow {
    width: 30px;
    height: 30px;
    background: #183f6630;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0px;
    border-radius: 50%;
    margin-left: 10px;
    transition: 0.8s all;
}
.list-unstyled{
   margin-bottom: 0 !important;
}
.info a {
    color: #000;
}
.text-block li:last-child {
    margin-bottom: 0;
}

.view-more a {
    color: #183f66;
    display: flex;
    align-items: center;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 14px;
    font-family: 'Poppins';
    letter-spacing: 1px;
    position: relative;
    z-index: 1111;
    transition: 0.6s ll;
}
.view-more:before {
    content: '';
    top: 0px;
    background: #e52c32 !important;
    height: 100%;
    width: 0px;
    left: 0px;
    z-index: 111;
    position: absolute;
    transition: 0.6s all;
}
.view-more .btn-arrow i {
    font-size: 13px;
    color: #183f66;
}

.view-more:hover::before {
    content: '';
    width: 100%;
    box-shadow: 0px 1px 9px 0px #d5d5d54a;
}

.view-more:hover a .btn-arrow {
    margin-left: 10px;
}

.view-more:hover a .btn-arrow i {
    color: #ffffff;
}
.view-more:hover a {color: #ffffff;}
.prod-icon:before {
    content: '';
    border-radius: 50%;
    background-color: #1c426952;
    position: absolute;
    opacity: 0;
    bottom: 1px;
    left: 0;
    animation: waves 4s infinite cubic-bezier(.10,.10,.20,.15);
    width: 100%;
    height: 100%;
}
/* .main-view-more .btn-lg.btn-view-more:hover {
    background: #e4262c;
    color: #fff;
} */
.main-view-more a.btn-lg.btn-view-more {
}

.main-view-more a.btn-lg.btn-view-more:hover {
}
.main-view-more span.btn-arrow {
    padding-left: 15px;
}
.application-sec .big-taxt,.feature .big-taxt  {
    /* margin-left: -100% !important; */
}
.feature-point {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 50px;
    background: #fff;
    position: relative;
    transition: 0.6s all;
    margin-bottom: 10px;
    border-top: 5px solid transparent;
}

.point-img i {
    font-size: 75px;
}

.point-content {
    font-size: 18px;
    font-weight: 500;
    color: #22476d;
    font-family: 'Mulish';
    text-align: center;
    line-height: 1.2;
}
.feature-point:hover .point-img {
    color: #e4262c;
}
.point-img {
    margin-bottom: 20px;
    transition: 0.2s all;
    color: #3b5c7e;
}

.feature  .col-sm-12.col-md-4 {
    display: grid;
    padding: 10px;
}

.feature-point:hover {
    box-shadow: 1px 1px 14px 7px #efeeee;
    border-top: 5px solid #e4262c;
}


/* application */
.project-grids{
    display: grid;
    grid-template-columns: auto auto auto auto;
    transition: all 0.3s;
    transition-delay: 0.1ms;
    overflow: hidden;
    background: url('../images/appication/full.webp');
    background-size:contain !important;
}
.application-one{
    background: url('../images/appication/cement.webp');
    transition: all 0.9s;
    transition-delay: 0.1ms;
}
.application-two{
    background: url('../images/appication/grains.webp');
    transition: all 0.9s;
    transition-delay: 0.1ms;
}
.application-three{
    background: url('../images/appication/sugar.webp');
    transition: all 0.9s;
    transition-delay: 0.1ms;
}
.application-four{
    background: url('../images/appication/dust.webp');
    transition: all 0.9s;
    transition-delay: 0.1ms;
}
.application-one .one,.application-one .two,.application-one .three,.application-one .four{
    background: transparent !important;
}
.application-two .one,.application-two .two,.application-two .three,.application-two .four{
    background: transparent !important;
}
.application-three .one,.application-three .two,.application-three .three,.application-three .four{
    background: transparent !important;
}
.application-four .one,.application-four .two,.application-four .three,.application-four .four{
    background: transparent !important;
}
/* .project-grids .one {
    background: url('../images/appication/half/cement.webp');
    background-size: contain;
}
.project-grids .two {
    background: url('../images/appication/half/grains.webp');
    background-size: contain;
}
.project-grids .three {
    background: url('../images/appication/minerals.webp');
    background-size: contain;
}
.project-grids .four {
    background: url('../images/appication/half/sugar.webp');
    background-size: contain;
} */
.project-grids .overlay {
    position: absolute;
    background: #000000c4;
    height: 100%;
    width: 100%;
    top: 0;
    padding: 50px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.project-grids .count {
    font-family: "Poppins", sans-serif;
    font-size: 130px;
    font-weight: bold;
    color: #fff;
    -webkit-text-fill-color: transparent; /* Will override color (regardless of order) */
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #Ffff;
    line-height: 1;
}
.project-grids h3 {
    font-size: 75px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #Ffff;
}
.project-grids p {
        color: #ffffff;
        margin-bottom: 0;
        padding-bottom: 2em;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s;
        font-size: 15px;
    }
.theme-btn
{
    background-color: #215966;
    color: #fff;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    padding: 17px 30px;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    text-transform: uppercase;
    display: inline-block;
    line-height: initial;
    width: fit-content;
}
.project-grids .grid:hover .overlay > a {
    top: 0;
}
.partners-section .big-taxt {
    /* margin-left: -80% !important; */
}

.grid {
    position: relative;
    border-right: 1px solid #383838;
}
.application-one .grid-img,.application-two .grid-img,.application-three .grid-img,.application-four .grid-img {
    opacity: 0;
}
.application-one .grid,.application-two .grid,.application-three .grid,.application-four .grid {
    border-right: 1px solid #383838;
}


.grid-img {
    transition: all 0.9s;
    transition-delay: 0.5s;
    width: 100%;
    opacity: 1;
}
.grid-img img {
    width: 100%;
}
.our-product .title-wrapper:before {
    display: none;
}

.our-product .sect-title .title-wrapper h2:after {
}

.our-product .sect-title .title-wrapper h2 {
    position: relative;
}

.our-product .sect-title .title-wrapper h2.section-title.section-about-title span {
    position: relative;
    z-index: 1;
}

.nopad.text-center {
    display: flex;
    align-items: center;
}

.nopad.text-center p {
    text-align: left;
    color: #fff;
}
/* .cb:before {
    content: '';
    width: 4px;
    height: 50px;
    background: #e93243;
    position: absolute;
    left: 50%;
    top: 0;
    border-radius: 50px;
    margin-left: -1px;
} */
section {
    overflow: hidden;
}
.banner-sec-slider .owl-nav .owl-prev span:before {
    content: "\f177";
    font-size: 60px;
    font-family: "Font Awesome 6 Pro";
    font-weight: 100;
    color: #fff;
}
.banner-sec-slider .owl-nav .owl-next span:before {
    content: "\f178";
    font-size: 60px;
    font-family: "Font Awesome 6 Pro";
    font-weight: 100;
    color: #fff;
}
.main-view-more:before {
    content: '';
    width: 100%;
    background: #353335;
    position: absolute;
    height: 100%;
    top: 0;
    border-radius: 100px;
    left: 10px;
}

.main-view-more {
    position: relative;
    width: fit-content;
    border-radius: 100px;
    margin: 40px 0px 0px;
}
.our-product  strong.section-subtitle.wow.bounceInUp {
    color: #fff;
    text-align: left;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 20px;
    line-height: normal;
}
.product-slider .col-sm-2 {
    display: flex;
    align-items: center;
    justify-content: end;
}

.product-slider .col-sm-2 .main-view-more {
    margin: 0px;
}

.product-slider .owl-slider {
    margin-left: 20px;
    padding-left: 20px;
    border-left: 10px solid #ffffff;
}

.product-slider .col-sm-2 a.btn-lg.btn-view-more {
    /* border-radius: 0px; */
}

.product-slider .col-sm-2 .main-view-more:before {
    background: white;
    /* border-radius: 0px; */
}
.product-slider .owl-slider .owl-stage {
    padding: 0px;
}
.product-slider .owl-next:before {
    content: "\f178";
    font-size: 60px;
    font-family: "Font Awesome 6 Pro";
    font-weight: 100;
    color: #ea3236;
}


.product-slider .button span {
    font-size: 0px;
}

.product-slider .owl-next span,.product-slider .owl-prev span {
    font-size: 0px;
}

.product-slider .owl-prev:before {
    content: "\f177";
    font-size: 60px;
    font-family: "Font Awesome 6 Pro";
    font-weight: 100;
    color: #ea3236;
}

.product-slider .owl-next {
    margin-left: 25px;
}

.product-slider .owl-nav {
    position: absolute;
    line-height: normal;
    top: -90px;
    right: 40px;
}
.pro-content {
    padding: 20px;
    background: #fff;
    text-align: left;
    position: relative;
    min-height: 78px;
    display: flex;
    align-items: center;
   
}
.pro-content a{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    padding: 0 16px;
}
.pro-content a:hover {
    text-indent: -300px;
    transition: all 4s ease-in 0s;
}



.pro-content h5 {
    font-size: 16px;
    color: #343334;
    padding-left: 20px;
    position: relative;
    font-weight: 700;
}

.prod-wrapper {
    border-radius: 10px;
    overflow: hidden;
}

.pro-content:before {
    content: '';
    width: 25px;
    height: 12px;
    background: #343334;
    position: absolute;
    left: 0;
    top: 50%;
    border-radius: 0% 10% 10% 0px;
    margin-top: -6px;
}
.industries-section .row.sp15.aos-item.aos-init {
    margin-top: 15px;
}
.image-tooltip-effect {
    position: relative;
    overflow: hidden;
}
.industries-section .image-tooltip-effect:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(to bottom, rgba(25, 36, 54, 0) 34%, rgba(25, 36, 54, 0.08) 39%, #000000 100%);
    z-index: 1;
}
.height-md {
    height: 350px;
}
.dz-media {
    overflow: hidden;
    position: relative;
}
.dz-media, .dz-post-media {
    position: relative;
    overflow: hidden;
}
.dz-media {
    background-size: cover;
    display: block;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}
.image-tooltip-effect .dz-info {
    position: absolute;
    bottom: 0;
    padding: 20px;
    width: 100%;
    display: flex;
    z-index: 1;
    color: #fff;
    font-size: 25px;
    line-height: 40px;
    letter-spacing: 0;
    font-weight: 800;
    margin: 20px 0px 0px;
    transition: 0.8s all;
    transform: translateY(0%);
}
h4.title.m-b10 {
    color: #fff;
    font-size: 20px;
    letter-spacing: 0;
    font-weight: 800;
}
.industries-section .col-xl-3.col-md-6.m-b15 {
    margin-bottom: 20px;
}
.image-tooltip-effect:hover .dz-info {
    margin: 0px;
    transform: translateY(-30%);
}
/* .cb:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #e93243;
    position: absolute;
    left: 50%;
    top: 47px;
    border-radius: 50px;
    margin-left: -5px;
} */

.title-wrapper:hover .big-taxt {
    -webkit-text-stroke: 1px #0000000f;
}
.hover-num {
    padding: 20px;
    position: absolute;
    z-index: 1;
    bottom: 120%;
    font-size: 80px;
    line-height: 0.1;
    font-weight: bold;
    color: #fff;
    font-family: var(--site-font4);
    text-transform: uppercase;
    white-space: nowrap;
    transition: 2s all;
    margin-right: 0;
    width: 100%;
    right: 0px;
    left: unset;
    text-align: right;
}
.image-tooltip-effect:hover span.hover-num {
    bottom: 25px;
}

.our-product:before {
    content: '';
    background: #e34f55;
    position: absolute;
    top: 0;
    left: -80%;
    width: 150%;
    height: 160%;
    z-index: -1;
    transform: rotate( -10deg);
}

.col-bg-img-twell.ttm-col-bgimage-yes .ttm-col-wrapper-bg-layer {
    background-image: url('https://renjetting.com/images/bg-image/col-bgimage-12.webp') !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.ttm-left-span .ttm-col-wrapper-bg-layer {
    width: auto;
    margin-left: -100px;
    right: 0;
}
section.why-choes-us {
    position: relative;
    background: #f4f4f4;
}

.why-us-image::before {
    content: "";
    background-color: rgb(0 0 0 / 50%);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
    overflow: hidden;
  }
  

.why-choes-us img {
    width: 100%;
    position: relative;
    height: 100%;
}
.layer-content {
    max-width: 600px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.why-choes-us .about-box {
    max-width: 70%;
    background: transparent;
    padding: 0px;
    padding: 60px 0px;
}
.featured-box.left-icon {
    display: flex;
    align-items: center;
    max-width: 70%;
    padding: 10px;
    border-radius: 10px;
}

.featured-box.left-icon img {
    position: relative;
    object-fit: contain;
}

.featured-content {
    padding-left: 10px;
    max-width: 100%;
    padding: 15px;
    border: 1px dashed #dfdfdf61;
    border-radius: 10px;
    background: #151517;
    position: relative;
    z-index: 1;
}

h5 {}

.featured-title h5 {
    font-weight: bold;
    font-size: 17px;
    line-height: 1.5;
    color: #fff;
    letter-spacing: 0;
    margin: 0px;
    position: relative;
}

.featured-desc p {
    font-size: 13px;
    color: #fff;
}

section.why-choes-us:after {
    content: '';
    background-color: #ea3236;
    width: 110%;
    height: 140%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    transform: translate(50%, 0%) rotate( 10deg);
}

.why-choes-us .about-box h2.section-title.section-about-title.wow.bounceInDown {
    color: #fff;
    margin: 0px !important;
    font-size: 40px;
    font-weight: 900;
}

.why-choes-us .about-box .title-wrapper {
    margin: 0px !important;
}

p.text-justify.wow.slideInRight {}

.why-choes-us p.text-justify.wow.slideInRight {
    padding: 0px 0px 20px;
    color: #fff;
}

.featured-icon.icon-white {
    position: relative;
    min-height: 103px;
    display: flex;
    background: #151517;
    border-radius: 10px;
    min-width: 70px;
    min-height: 70px;
    display: flex;
    align-items: center;
    border: 1px dashed #dfdfdf61;
    margin-right: 60px;
    justify-content: center;
}

.featured-icon.icon-white:before {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    background: transparent;
    right: -69px;
    border: 1px dashed #dfdfdf61;
}

.featured-icon.icon-white i {
    font-size: 30px;
    color: #fff;
}
.right-icon {
    margin-left: auto;
}

.right-icon .featured-icon.icon-white {
    margin-right: 0px;
    margin-left: 60px;
}

.right-icon .featured-icon.icon-white:before {
    right: 0;
    left: -069px;
}
section.why-choes-us .col-sm-12.col-md-12:nth-child(2) {
    position: relative;
    z-index: 11;
}
section.why-choes-us .container-fluid {
    padding: 0px;
}
.why-us-image {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}
section.get-in-touch {
   
padding: 50px 0px;
}
.get-wrapper p {
    color: #e52a30;
    margin: 0px !important;
    font-size: 40px;
    max-width: 100%;
    line-height: normal;
    font-weight: 600;
}

.get-wrapper {
    display: flex;
    align-items: baseline;
    flex-direction: column;
}
.get-double-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.get-in-touch .get-in-touch.wow.bounceInUp {display: block;background: #ea3236;font-size: 16px;text-transform: uppercase;border-radius: 100px;color: #fff;max-width: 20%;padding: 10px 50px;border: 0px;}
.dots-image {
    padding: 0px 20px 0px 20px;
}
/*=================innerpage=================*/
header.site-header.header_top.product-bg .logo-one img {
    display: block;
    max-width: 163px !important;
}
header.site-header.header_top.product-bg .logo-second img {
    display: none;
}
.product-bg {
    background-color: #e1e0e0;
    position: relative;
}
.product-bg {
    background-color: #fff;
    height: auto;
}

.overlap-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.overlap-text > .container {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    z-index: 9;
}
.card p {
    text-align: justify;
}
.text--center img {
    width: 100%;
}

section.section-gallery a{
 
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 5px 5px 30px 0 rgb(0 0 0 / 10%);
    background-color:#fff;
    border: 1px solid #f7f7f7;
    display: block;
    padding: 15px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.section-gallery {
    padding: 70px 0px;
}

.sidebar__inner-bottom a {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 5px 5px 30px 0 rgb(0 0 0 / 10%);
    background-color:#fff;
    border: 1px solid #f7f7f7;
    display: block;
    width: 40%;
    padding: 15px;
    display: flex;
    justify-content: space-around;
    align-items: center;

}


.pate-title {
    position: relative;
    overflow: hidden;
}


.title-center h2, .title-center h1 {
    color: #fff;
    font-size:28px;
    font-weight: 600;
    text-transform: uppercase;
}

.breadcrumb li + li::before {
    content: "\f324";
    font-family: 'Font Awesome 6 Pro';
    left: -5px;
    display: inline-block;
    position: absolute;
}
.breadcrumb li {
    color: #fff;
    position: relative;
    padding: 0 12px;
}
.breadcrumb li a {
    color: #fff;
    font-size: 17px;
}
.content-box {
    position: relative;
    display: block;
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
    padding: 16px 30px 22px 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.content-box .foo-icon {
    position: absolute;
    padding: 0;
    left: 0px;
    top: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border: 1px solid #e6e6ea;
    border-radius: 50%;
    font-size: 30px;
    z-index: 1;
    transition: all 500ms ease;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #e52a30;
}
.foo-icon:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    border-radius: 50%;
    transform: scale(0,0);
    z-index: -1;
    transition: all 500ms ease;
    background: #e41e2f;
}
.info h3 {
    font-size: 19px;
    margin-bottom: 7px;
}

.single-item {
    display: flex;
    position: relative;
    padding-left: 72px;
    border-bottom: 1px solid #e6e6ea;
    margin-bottom: 21px;
    padding-bottom: 20px;
}
.single-item:hover ::before {
    
    transform: scale(1);
    color:#fff;
}
.single-item:last-child {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.contact-form .form-control{
    border: 1px solid #e6e6ea !important;
    display: block;
    width: 100%;
    height: 58px;
    border: 1px solid #e6e6ea;
    border-radius: 5px !important;
    font-size: 16px;
    color: #696b7e !important;
    transition: all 500ms ease;
}
.contact-form .form-control::placeholder{
    color: #696b7e !important;
}
.contact-form input.submit {
    width: 100%;
    background-color: #eb3335 !important;
}
.site-header.header_top.product-bg .menu12 li a{
    color: #000;
}

.section-title h2:before {
    bottom: -17px;
    width: 100px;
    height: 2px;
}
.section-title h2:before, .section-title h2:after {
    content: "";
    position: absolute;
    left: 0;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    background-color: #eb3335;
}
.section-title {
    position: relative;
}
.section-title h2:after {
    bottom: -20px;
    width: 10px;
    height: 10px;
    border-radius: 8px;
}
/* .section-title h2 {
    color: #222222;
    font-weight: 700;
    position: relative;
    font-size: 30px;
    line-height: 30px;
} */
.about-detail p {
    text-align: justify;
}
.section-title h2 {
  
    margin-bottom: 26px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
    color: #000;
    
}

.title-type h3 {
    font-size: 20px;
    font-weight: 600;
    border-left: 4px solid #e52a30;
    padding-left: 11px;
    color: #000;
    margin-bottom: 20px;
}
.text-block li {
    font-size: 17px;
    color: #000;
    line-height: 30px;
    margin-bottom: 10px;
}
.text-block span {
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    color: #000;
    font-weight: 700;
    margin-right: 6px;
}
.text-block li {
    font-size: 16px;
    color: #000;
    line-height: 30px;
    margin-bottom: 10px;
}

.left-about {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
}

.container .row {
    position: relative;
    overflow: hidden;
}
.about-img.left-img {
    left: 0;
}
.about-detail {
    padding: 40px 90px;
}

    .brand h5 {
        color: #222;
        font-weight: 700;
        border-bottom: 1px solid #f3f3f3;
        padding: 13px 0px;
    }

    .presence > p {
        width: 100%;
        max-width: 100%;
        padding: 0px 15px
    }
    .presence {
        position: absolute;
        bottom: 100px;
        left: 0;
        z-index: 1;
    }

    .map {
        position: relative;
        text-align: center;
        display: inline-block;
        padding: 50px 0px;
    }

    .section-title.global {
        text-align: center;
        display: inline-block;
    }
    .section-title.global h2 {
        margin-bottom: 4px;
    }
 


.card-top{display:flex;flex-wrap:wrap;justify-content:stretch;overflow:hidden;}
@media screen and (min-width: 768px){
.card-top{border-top:1px solid #DADADA;border-bottom:1px solid #DADADA;}
}
.card-top hr{border:none;border-top:1px solid #DADADA;width:150%;margin-bottom:10px;margin-top:22px;}
.card-top__left{position:relative;}
.card-top__left>div{padding:60px 30px 20px;}
@media screen and (max-width: 767px){
.card-top__left>div{position:static!important;}
.product-slider .owl-nav{position: initial;}
.product-slider .owl-slider{margin-top: 20px;}
.product-slider .owl-prev:before{color: #fff;}
.product-slider .owl-next:before{color: #fff;}
.get-wrapper p{font-size: 27px;}
.get-double-wrapper{display: block;}
.get-in-touch .get-in-touch.wow.bounceInUp{max-width: 100%;}
.featured-box.left-icon{max-width: 100%;}
.product-slider .col-sm-2{justify-content: center;}
.pate-title{margin-bottom: 20px;}
.overlap-text{top: 10px;}
.dlab-team1{margin-bottom: 20px;}
.section-product h5{font-size: 15px;}
.portfolio-item .body{display: block !important;text-align: center;}
}
@media screen and (min-width: 768px){
.card-top__left>div{padding:70px 25px 40px 25px;display:flex;flex-direction:column;}
}
@media screen and (min-width: 1280px){
.card-top__left>div{padding:40px 50px }
}
.card-top__left>div .sidebar__inner-bottom{margin-top:auto;}
@media screen and (min-width: 768px){
.card-top__left img{margin-bottom:30px;
    width: 100%;
}
}
.card-top__left .btn i{position:absolute;right:40px;}

@media screen and (min-width: 768px){
.card-top__right{border-left:1px solid #DADADA;padding:25px 25px 40px 25px;}
}
@media screen and (min-width: 1280px){
.card-top__right{padding:40px 50px}
}
.card-top__right h1{margin-top:0;margin-bottom:0px;font-size:16px;line-height:24px;text-transform:none;}
@media screen and (min-width: 768px){
.card-top__right h1{font-size:25px;line-height:15px; color: #222;}
}
.card-top__right .list--unstyled{font-size:14px;line-height:21px;}
@media screen and (min-width: 768px){
.card-top__right .list--unstyled{font-size:16px;line-height:24px;}
}
.card-top__right .list--unstyled li{display:flex;align-items:center;margin-bottom:20px;}
.card-top__right .list--unstyled li .image{margin-right:35px;width:33px;min-width:33px;text-align:center;}
.card-desc{background-color:#F6F6F6;}
.card-desc .t__content:before{background-color:#F6F6F6;}
.card-scheme{padding:50px 0;}
@media screen and (min-width: 768px){
.card-scheme{padding:140px 0 130px;}
}
.card-scheme .col{margin-bottom:20px;}
@media screen and (min-width: 768px){
.card-scheme .col{margin-bottom:0;}
}
.card-scheme__item{padding:20px;border:1px solid #313131;height:100%;}
@media screen and (min-width: 992px){
.card-scheme__item{padding:40px 50px;}
}
.card-scheme__item h3{margin-top:0;margin-bottom:30px;}
@media screen and (min-width: 768px){
.card-scheme__item h3{margin-bottom:40px;}
}
.card-scheme__item .list--unstyled li{display:flex;flex-wrap:wrap;align-items:center;margin-bottom:30px;}
.card-scheme__item .list--unstyled li:last-child{margin-bottom:0;}
.card-scheme__item .list--unstyled li:first-child{margin-bottom:38px;}
.card-scheme__item .list--unstyled li .image{width:40px;text-align:center;margin-right:20px;}
@media screen and (min-width: 768px){
.card-scheme__item .list--unstyled li .image{margin-right:50px;}
}
.card-scheme__item .list--unstyled li .image img{vertical-align:middle;}
.card-scheme__item .list--unstyled li a{position:relative;padding-bottom:8px;}
.card-scheme__item .list--unstyled li a:after{content:'';width:100%;height:1px;left:0;bottom:0;position:absolute;background-color:#313131;}
.card-slider{padding-top:40px;}



.list-style-one {
    position: relative;
    margin-top: 20px;
    list-style-type: none;
}
.list-style-one {
    margin-bottom: 24px;
}
.list-style-one {
    list-style-position: outside;
    padding: 0;
}
.list-style-one li {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    color: rgb(84,84,84);
    font-weight: 500;
    padding-left: 40px;
    margin-bottom: 17px;
    text-align: justify;
    text-transform: capitalize;
}

.list-style-one li:before {
    content: "\f054";
    position: absolute;
    left: 0;
    top: 0px;
    display: block;
    font-size: 11px;
    line-height: 30px;
    padding: 0px;
    color: #000;
    font-weight: 900;
    font-family: "FontAwesome";
    box-shadow: 0px 0px 8px 0px rgb(165 197 180);
    background-color: #fff;
    width: 30px;
    text-align: center;
    border-radius: 50%;
    height: 30px;
}

.card-top .btn{display:inline-flex;justify-content:center;align-items:center;font-weight:400;text-align:center;vertical-align:middle;touch-action:manipulation;cursor:pointer;text-decoration:none;background-image:none;border:0px solid transparent;padding:9px 12px;font-size:16px;line-height:1.47826;border-radius:0;height:50px;min-width:100%;position:relative;overflow:hidden;transition:color 0.3s;}
@media screen and (min-width: 768px){
    .card-top .btn{height:70px;padding:9px 30px;font-size:17px;line-height:1.47826;border-radius:0;}
}
.card-top .btn-arrow{position:relative;overflow:hidden;}
@media screen and (max-width: 767px){
    .card-top.btn-arrow{padding:9px 10px 9px 29px;}
}
.btn-arrow span{transform:translateX(0);transition:transform .5s, color .5s;}
.btn-arrow .icons-left{position:absolute;left:-60px;right:auto!important;transition:left .5s;}
.btn-arrow .icons-right{transform:translateX(0);transition:transform .5s;}
.btn-arrow:hover span{transform:translateX(20px);}
.btn-arrow:hover .icons-left{width:auto;left:13px;}
.btn-arrow:hover .icons-right{transform:translateX(100px);}
.btn>*{position:relative;z-index:4;}
.btn::before,.btn::after{content:'';position:absolute;height:102%;width:100%;bottom:101%;left:0;z-index:2;transition:transform 0.3s;-webkit-transition-timing-function:cubic-bezier(0.75, 0, 0.125, 1);transition-timing-function:cubic-bezier(0.75, 0, 0.125, 1);}
@media screen and (max-width: 767px){
.btn::before,.btn::after{z-index:0;}
.our-product:before {
    content: '';
    background: #e34f55;
    position: absolute;
    top: 0;
    left: 0%;
    width: 100%;
    height: 100%;
    z-index: -1;
    transform: rotate( 0deg);
}

}
.btn:hover::after{transform:translate3d(0, 100%, 0);}
.btn::before{transform:translate3d(0, 100%, 0);}
.btn span{transition:transform .5s, color .5s;}
.btn--full{width:100%;}
.btn--default{color:#ff8230;background-color:#fff;border-color:#fff;}
.btn--default::before{background:#fff;}
.btn--default::after{background:#fff;}
.btn--default span{color:#ff8230;}
.btn--default:active,.btn--default:hover{color:#fff;background-color:transparent;}
.btn--default:active span,.btn--default:hover span{color:#fff;}
.btn--default:active i,.btn--default:hover i{color:#fff;}
.btn--default i{font-size:9px;margin-left:8px;color:#fff;}
.btn--primary{color:#fff;background-color:#ff8230;border-color:#ff8230;}
.btn--primary::before{background:#eb3335;}
.btn--primary::after{background:#222;}
.btn--primary span{color:#fff;}
.btn--primary:active,.btn--primary:hover{color:#fff;background-color:transparent;}
.btn--primary:active span,.btn--primary:hover span{color:#fff;}
.btn--primary i{font-size:9px;margin-left:8px;color:#fff;}
.btn--info{color:#313131;background-color:#F6F6F6;border-color:#F6F6F6;}
.btn--info::before{background:#F6F6F6;}
.btn--info::after{background:#ff8230;}
.btn--info span{color:#313131;}
.btn--info:active,.btn--info:hover{color:#fff;background-color:transparent;}
.btn--info:active span,.btn--info:hover span{color:#fff;}
.btn--info:active i,.btn--info:hover i{color:#fff;}
.btn--info i{font-size:21px;margin-right:8px;color:#fff;}
.card-top{display:flex;flex-wrap:wrap;justify-content:stretch;overflow:hidden;}

.bg-gray {
    background-color: #f2f2f2;
}
.portfolio-item {
    border: 1px solid #e7e0e0;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}
.portfolio-item .body {
    padding: 20px 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: white;
    border-top: 1px solid #dfd7d7;
}



  .section-product {
    padding: 50px 0px;
}
section.content-box {
    padding-bottom: 70px;
}
.portfolio-details h5 {
    font-size: 16px;
}

.dlab-media {
    background-color: #FFF;
    position: relative;
    padding: 37px 15px;
}
.dlab-team1 {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 5px 5px 30px 0 rgb(0 0 0 / 10%);
    transition: all 0.5s;
}
.dlab-team1 .dlab-title {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    padding-right: 0px;
    margin-bottom: 0;
    transition: all 0.8s ease-in 0s !important;
}

.dlab-title:hover {
    text-indent: -300px;
    transition: all 4s ease-in 0s;
}




.dlab-team1 .dlab-info {
    position: absolute;
    bottom: 0px;
    background: #fff;
    border-top: 1px solid #e3d7d7;
    width: 100%;
    padding: 20px 30px;
    text-align: center;
  
}
.dlab-team1 .dlab-title a {
    color: #000;
    font-size: 18px;
}
.dlab-media img {
    width: 100%;
}
.industries .image-tooltip-effect {
    margin-bottom: 20px;
}

#sync1 .item img {
    max-width: 500px;
    margin: 0 auto;
}
#sync2 .item {
    height: 110px;
    width: 110px;
    display: flex;
    align-items: center;
    background: #FFF;
    border: 1px solid #e3e1e1;
    cursor: pointer;
}
#sync1 .item {
    padding: 50px;
    background-color: #fff;
    border: 1px solid #e9e9e9;
}

div#sync1 .owl-prev {
    position: absolute;
    background-color: #eb3335 !important;
    width: 40px;
    height: 63px;
    left: 0;
    top: 50% !important;
    transform: translateY(-50%) !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    font-size: 38px !important;
    margin: 0;
}



div#sync1 .owl-next {
    position: absolute;
    top: 50% !important;
    transform: translateY(-50%) !important;
    background-color: #eb3335 !important;
    width: 40px;
    height: 63px;
    right: 0;
    color: #fff !important;
    font-size: 38px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin: 0;
}
.product-slide {
    position: relative;
    overflow: hidden;
}
#sync2 .owl-stage {
    margin: 0 auto;
}
.sidebar__inner-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.contain h2 {
    margin-bottom: 32px;
    font-size: 25px;
    font-weight: 700;
    color: #000;
}

.section-product h5 {
    margin-bottom: 10px;
   
    color: #000;
    font-weight: 700;
}
.make-logo {
    position: absolute;
    border: 0;
    bottom: -3px;

}
.make-logo img {
    width: 100%;
    max-width: 258px;
}
.right-side, .left-side {
    position: absolute;
    height: 100%;
    width: 50%;
    top: 0;
    overflow: hidden;
}
.left-side {
    left: 0;
}

.right-side{
    right:0;
}


.about-img {
    background-size: cover !important;
    background-position: center !important;;
    background-repeat: no-repeat !important;
    height: 100%;
}

.about-wrap {
    position: relative;
}
.mobile-footer{
    display: none;
  }
  .destop-footer{
   display: block;
 }
 .header_top.product-bg .top-wrapper a {
    color: #000;
}
.lstfoot input::placeholder {
    color: #fff !important;
}
form.form-horizontal.form4 ::placeholder {
    color: #fff !important;;
   
  }
  .video {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 27px;  
}
.video a.video-ancher {
    position: relative;
    font-size: 32px;
    z-index: 11;
    color: #fff;
    text-align: center;
}


.video:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #ba1f24;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
  }
  
  .video:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #fa183d;
    border-radius: 50%;
    transition: all 200ms;
  }

@keyframes pulse-border {
    0% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
      opacity: 1;
    }
    100% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
      opacity: 0;
    }
  }
  
  






  @media screen{
    .carousel{position:relative;}
    .carousel-inner{position:relative;width:100%;overflow:hidden;}
    .carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left;}
    .carousel-inner>.item>img{line-height:1;}
    .carousel-inner>.active{display:block;}
    .carousel-inner>.active{left:0;}
    .carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);filter:alpha(opacity=50);opacity:.5;}
    .carousel-control.left{background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);background-repeat:repeat-x;}
    .carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);background-repeat:repeat-x;}
    .carousel-control:hover,.carousel-control:focus{color:#fff;text-decoration:none;filter:alpha(opacity=90);outline:0;opacity:.9;}
    .carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none;}
    .carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000 \9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px;}
    .carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff;}
    @media screen and (min-width:768px){
    .carousel-indicators{bottom:20px;}
    }
    }
    .carousel .carousel-indicators{margin:10px 0 0;overflow:auto;position:static;text-align:left;white-space:nowrap;width:100%;}
    .carousel .carousel-indicators li{background-color:transparent;-webkit-border-radius:0;border-radius:0;display:inline-block;height:auto;margin:0!important;width:auto;}
    .carousel .carousel-indicators li img{display:block;opacity:0.5;border:1px solid #aaaaaa;}
    .carousel .carousel-indicators li.active img{opacity:1;}
    .carousel .carousel-indicators li:hover img{opacity:0.75;}
    .carousel .carousel-outer{position:relative;}
    .carousel-indicators li img{width:50px;}
    .carousel-control.left{background-image:none!important;}
    .carousel-control.right{background-image:none!important;}
    .carousel .fa-arrow-left{color:#000;top:50%;position:absolute;}
    .carousel .fa-arrow-right{color:#000;top:50%;position:absolute;}



    #carousel-custom .carousel-item{padding: 50px;background-color: #fff;border: 1px solid #e9e9e9;}
    #carousel-custom1 .carousel-item{padding: 50px;background-color: #fff;border: 1px solid #e9e9e9;}
    



















ul{list-style-type:disc;padding: 0px;margin: 0px;}
ol{list-style-type:decimal;}
.mb-5{margin-bottom:5px;}
.shop-details{position:relative;padding:50px 0px 50px 0px;}
.product-details-content .product-details .title-box h3{position:relative;display:block;font-size:25px;line-height:30px;color:#ea3236;margin-bottom:8px;font-weight:bold;}
.product-details-content .product-details .title-box{position:relative;padding:24px 30px;box-shadow:0px 0px 50px 0px rgba(0, 0, 0, 0.1);margin-bottom:35px;}
.product-details-content .product-details .text{margin-bottom:34px;}
.product-details-content .product-details{position:relative;text-align:justify;}
.product-details-content{position:relative;display:block;margin-bottom:96px;}
.tabs-content{overflow:hidden;}
@media only screen and (max-width: 767px){
.product-details-content .product-details .title-box h3{font-size:13px;}
div.carousel{margin-bottom:30px;}
.shopp{font-size: 12px;}
}
.product-details-content .product-details .title-box{border-top:6px solid #ea3236;}
.text{line-height:27px;font-weight:500;color:#000;margin:0px 0px 15px;}
.text p{text-align:justify;}
.product-discription .tab-btn-box{position:relative;display:block;margin-bottom:42px;}
.product-discription .tab-btn-box:before{position:absolute;content:'';background:#e3e3e3;width:100%;height:1px;left:0px;top:28px;}
.product-discription .tab-btn-box .tab-buttons{text-align:center;}
.product-discription .tab-btn-box .tab-buttons li{position:relative;display:inline-block;font-size:20px;line-height:26px;color:#212121;font-weight:600;border:1px solid #e3e3e3;background:#ffffff;text-align:center;padding:13px 30px;cursor:pointer;margin:0px 8px;transition:all 500ms ease;}
.product-discription .tab-btn-box .tab-buttons li.active-btn{box-shadow:0px 0px 50px 0px rgba(0, 0, 0, 0.1);}
.product-discription .tabs-content .text p{position:relative;margin-bottom:17px;}
.tabs-box .tab{position:relative;display:none;transition:all 900ms ease;-moz-transition:all 900ms ease;-webkit-transition:all 900ms ease;-ms-transition:all 900ms ease;-o-transition:all 900ms ease;}
.tabs-box .tab.active-tab{display:block;}
.tabs-box .tab{transform:scale(0.9,0.9) translateY(0px);}
.tabs-box .tab.active-tab{transform:scale(1) translateY(0px);}
.tabs-content{overflow:hidden;}
.producttable{text-align:center;vertical-align:middle;}
.producttable th{background-color:#ea3236;color:#fff;}
.Types-sec h3{font-size:20px;font-weight:600;margin-bottom:20px;}
.Types-sec ul{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:15px;list-style-type:none;}
.Types-sec li{padding:10px;color:#000;border-radius:10px!important;border:1px dashed #22222245!important;padding-right:10px;font-weight:600;transition:0.8s all;}
.Types-sec li:hover{color:#ea3236;background:white;border:1px dashed #ea3236!important;transform:translateY(-10px);box-shadow:1px 1px 20px 13px #22222236;}
@media (max-width: 767px) and (min-width: 320px){
.Types-sec ul{grid-template-columns:1fr;}
}
.shop-details h5 {
    margin-bottom: 10px;
    color: #000;
    font-weight: 700;
}
span{-webkit-transition:all .5s ease-in-out 0s;-moz-transition:all .5s ease-in-out 0s;-ms-transition:all .5s ease-in-out 0s;-o-transition:all .5s ease-in-out 0s;transition:all .5s ease-in-out 0s;}
.inquiry-button{display: block;}















.btn-1{text-transform:capitalize;position:relative;text-align:center;z-index:1;font-size:14px;font-weight:600;min-width:180px;height:60px;line-height:60px;padding:0 15px;letter-spacing:1px;border-radius:3px;overflow:hidden;-webkit-transition:all 0.4s ease-in-out;-o-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out;background-color:#ea3236;display:iline-block;cursor:pointer;color:#fff!important;margin-top:30px;margin-right: 10px;}
.btn-1:hover{color:#fff;}
.btn-1:after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;background-color:#FFF;-webkit-transform:scaleY(0);-ms-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:bottom center;-ms-transform-origin:bottom center;transform-origin:bottom center;-webkit-transition:-webkit-transform 0.4s ease-in-out;transition:-webkit-transform 0.4s ease-in-out;-o-transition:transform 0.4s ease-in-out;transition:transform 0.4s ease-in-out;transition:transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;}
.btn-1:hover:after{-webkit-transform:scaleY(1);-ms-transform:scaleY(1);transform:scaleY(1);-webkit-transform-origin:top center;-ms-transform-origin:top center;transform-origin:top center;}
.btn-3:hover{color:#FFF;}
.btn-3:after{background-color:#000;}
@media only screen and (max-width: 767px){
a.btn-1.btn-3{width:100%;}
.btn-1{margin-top:0px;}
}
.btn-3:hover{color:#FFF;}
.btn-3:after{background-color:#000;}
@media only screen and (max-width: 767px){
a.btn-1.btn-3{width:100%;display: inline-block;}
.btn-1{margin-top:0px;}
.inquiry-button{display:inline-block !important;}
}
.down{-webkit-animation:downarrow 0.6s infinite alternate ease-in-out;animation:downarrow 0.6s infinite alternate ease-in-out;}
@-webkit-keyframes downarrow{0%{-webkit-transform:translateY(0);}100%{-webkit-transform:translateY(0.4em);}}
@keyframes downarrow{0%{-webkit-transform:translateY(0);}100%{-webkit-transform:translateY(0.4em);}}

.inquiry-button{display: flex;}

