/* Font.css */

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham.woff2') format('woff2'),
        url('../fonts/Gotham.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GothamMedium';
    src: url('../fonts/GothamMedium.woff2') format('woff2'),
        url('../fonts/GothamMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GothamBold';
    src: url('../fonts/GothamBold.woff2') format('woff2'),
        url('../fonts/GothamBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GothamBlack';
    src: url('../fonts/GothamBlack.woff2') format('woff2'),
        url('../fonts/GothamBlack.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root{
    --black: #000;
    --blacklight: #212121;
    --white: #fff;
    --grey: #e1e1e1;
    --primary: #df0020;
    --Gotham: 'Gotham';
    --GothamM: 'GothamMedium';
    --GothamB: 'GothamBold';
    --GothamEB: 'GothamBlack';
    --headerheight: 74px;
}

body {
    margin: 0;
    padding: 0;
    font-family: var(--Gotham);
  }

  h1,h2,h3{
    font-family: var(--GothamB);
  }
  h4,h5,h6{
    font-family: var(--GothamM);
  }
  .navbar {
    border-radius: 0 !important;
  }
  .col-md-5.col-sm-5.subs_text{
    pointer-events: none;
  }
  .secnd h3 {
    margin-top: 5px;
  }
  .line_ver {
    margin-top: 20px;
    margin-bottom: 30px;
    text-align: left;
  }
  .second2 .line_ver::nth-child(4) {
    border-bottom: 5px solid green;
  }
  .nestedul li a {
    color: #000 !important;
    transition: all 0.35s linear;
  }
  .nestedul li {
    position: relative;
  }
  .nestedul {
    padding-left: 20px;
  }
  .nestedul li:before {
    content: "\f054";
    font-family: fontAwesome;
    position: absolute;
    left: -20px;
    top: 4px;
    font-size: 10px;
    transition: all 0.35s linear;
  }
  .nestedul li:hover::before {
    color: rgba(255, 47, 57, 0.72);
  }
  .nestedul li:hover a {
    color: rgba(255, 47, 57, 0.72) !important;
  }
  .nestedul li:first-child::before {
    opacity: 1 !important;
  }
  .dropdown-menu {
    border-radius: 0 !important;
  }
  #productsOwl .owl-item img {
    margin-bottom: 10px;
  }
  #productsOwl .owl-item:hover img {
    border-bottom: 2px solid #000;
  }
  .dropdown-menu .col-md-3:nth-last-child(2) {
    clear: left;
  }
  .one_t_1 img {
    width: 15px;
    display: none;
  }
  #productsOwl .owl-nav .owl-next {
    position: absolute;
    top: 28px;
    right: 0;
    padding: 0 8px 0 10px;
  }
  #productsOwl .owl-nav .owl-next img,
  #productsOwl .owl-nav .owl-prev img {
    width: 8px;
  }
  #productsOwl .owl-nav .owl-prev {
    position: absolute;
    top: 28px;
    left: 0;
    padding: 0 10px 8px;
  }
  .owl-theme.newtheme .owl-nav [class*="owl-"] {
    background: transparent;
  }
  #productsOwl .item h3 {
    font-size: 17px;
    color: #fff;
    margin-top: 18px;
  }
  #owl1,
  #owl2,
  #owl3,
  #owl4,
  #owl5,
  #owl6,
  #owl7,
  #owl8 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .testiOwl.owl-theme .owl-nav [class*="owl-"] {
    background: transparent;
  }
  #productsOwl {
    height: 90px;
  }
  .productcatg {
    padding-bottom: 20px;
  }
  .paddingcustom {
    margin-left: -30px !important;
    margin-right: -30px !important;
  }
  paddingcustom15 {
    padding-left: -15px !important;
    padding-right: -15px !important;
  }
  .mycsbtn {
    text-align: center;
    background: #989898 !important;
    color: #fff;
    font-size: 16px;
    font-family: Ubuntu-Light;
    transition: all 0.25s linear;
  }
  .mycsbtn:hover {
    background: rgba(14, 14, 14, 0.46) !important;
  }
  #owl3 .item_2 {
    height: 398px !important;
  }
  #home .owl-carousel .owl-item img {
    display: block;
    width: 69%;
  }
  .head_h2 {
    margin-top: 107px;
    margin-bottom: 75px;
  }
  .carousel-caption h3 {
    color: #000 !important;
  }
  .qcontainer h1 {
    position: relative;
  }
  .qcontainer h1:after {
    content: "";
    width: 35%;
    background: -webkit-linear-gradient(
      left,
      rgba(255, 0, 0, 0),
      rgba(255, 0, 0, 1),
      rgba(255, 0, 0, 0)
    );
    background: -o-linear-gradient(
      left,
      rgba(255, 0, 0, 0),
      rgba(255, 0, 0, 1),
      rgba(255, 0, 0, 0)
    );
    background: -moz-linear-gradient(
      left,
      rgba(255, 0, 0, 0),
      rgba(255, 0, 0, 1),
      rgba(255, 0, 0, 0)
    );
    background: linear-gradient(
      left,
      rgba(255, 0, 0, 0),
      rgba(255, 0, 0, 1),
      rgba(255, 0, 0, 0)
    );
    height: 1px;
    position: absolute;
    top: 168%;
    left: 32%;
  }
  .head_h2 h2 {
    position: relative;
  }
  .head_h2 h2:after {
    content: "";
    width: 35%;
    background: -webkit-linear-gradient(
      left,
      rgba(255, 0, 0, 0),
      rgba(255, 0, 0, 1),
      rgba(255, 0, 0, 0)
    );
    background: -o-linear-gradient(
      left,
      rgba(255, 0, 0, 0),
      rgba(255, 0, 0, 1),
      rgba(255, 0, 0, 0)
    );
    background: -moz-linear-gradient(
      left,
      rgba(255, 0, 0, 0),
      rgba(255, 0, 0, 1),
      rgba(255, 0, 0, 0)
    );
    background: linear-gradient(
      left,
      rgba(255, 0, 0, 0),
      rgba(255, 0, 0, 1),
      rgba(255, 0, 0, 0)
    );
    height: 1px;
    position: absolute;
    top: 117%;
    left: 32%;
  }
  .head_testi h2 {
    position: relative;
  }
  .head_testi h2:after {
    content: "";
    width: 40%;
    background: -webkit-linear-gradient(
      left,
      rgba(255, 0, 0, 0),
      rgba(255, 0, 0, 1),
      rgba(255, 0, 0, 0)
    );
    background: -o-linear-gradient(
      left,
      rgba(255, 0, 0, 0),
      rgba(255, 0, 0, 1),
      rgba(255, 0, 0, 0)
    );
    background: -moz-linear-gradient(
      left,
      rgba(255, 0, 0, 0),
      rgba(255, 0, 0, 1),
      rgba(255, 0, 0, 0)
    );
    background: linear-gradient(
      left,
      rgba(255, 0, 0, 0),
      rgba(255, 0, 0, 1),
      rgba(255, 0, 0, 0)
    );
    height: 1px;
    position: absolute;
    top: 117%;
    left: 31%;
  }
  .gettoknow h1 {
    position: relative;
  }
  .gettoknow h1:after {
    content: "";
    width: 40%;
    background: -webkit-linear-gradient(
      left,
      rgba(255, 0, 0, 0),
      rgba(255, 0, 0, 1),
      rgba(255, 0, 0, 0)
    );
    background: -o-linear-gradient(
      left,
      rgba(255, 0, 0, 0),
      rgba(255, 0, 0, 1),
      rgba(255, 0, 0, 0)
    );
    background: -moz-linear-gradient(
      left,
      rgba(255, 0, 0, 0),
      rgba(255, 0, 0, 1),
      rgba(255, 0, 0, 0)
    );
    background: linear-gradient(
      left,
      rgba(255, 0, 0, 0),
      rgba(255, 0, 0, 1),
      rgba(255, 0, 0, 0)
    );
    height: 1px;
    position: absolute;
    top: 117%;
    left: 30%;
  }
  .bb_nav li:last-child {
    border: none;
  }
  .bb_nav li a {
    background: inherit;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    text-transform: capitalize;
    font-size: 13px;
    box-shadow: inset 0 0 0 #ff2f39;
    -webkit-transition: all ease 0.8s;
    transition: all ease 0.8s;
  }
  .bb_nav li a:hover {
    background: transparent !important;
    color: var(--black);
    transition: all 0.25s linear;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
  }
  .bb_nav.nav > li > a {
    padding: 0 20px;
  }
  .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
    margin: 0 auto;
    display: block;
  }
  .banner {
    margin-top: 378px;
  }
  .product_back {
    background: #595757;
    padding-bottom: 82px;
  }
  .head_h2 {
    text-align: center;
  }
  .head_h2 h2 {
    color: #ff2f39;
    text-transform: uppercase;
    font-size: 60px;
    font-family: var(--GothamM);
  }
  .one_t {
    color: #ff2f39;
  }
  .bb_nav_b > li > a {
    color: #ff2f39;
  }
  .img_1 {
    width: 45px;
  }
  .product_back_1 {
    background: #fff;
    position: relative;
    padding: 25px;
  }
  .product_back_1 img {
    margin: 20px auto;
    display: block;
    width: 72%;
  }
  .prdct {
    background: #fff;
    text-align: center;
    margin: 0 10px;
    margin-top: 25px;
    height: 338px;
    border-radius: 10px;
    padding-top: 60px;
  }
  #prdct_1.prdct {
    background: transparent !important;
  }
  .prdct img {
    margin: 0 auto;
    display: block;
    width: 72%;
  }
  .prdct p {
    color: #ff2f39;
    margin-top: 50px;
    margin-bottom: 4px;
    font-size: 23px;
  }
  .prdct span {
    font-size: 18px;
  }
  .bb_btn {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -13px;
  }
  .bb_btn a {
    background: #ddd;
    border-radius: 4px;
    padding: 5px 10px;
    color: #333;
    font-size: 13px;
    padding: 15px 37px;
    border-radius: 15px;
    font-family: var(--GothamM);
    font-size: 18px;
  }
  ol,
  ul {
    list-style: none;
  }
  .cd-service {
    min-height: 100px;
    margin-left: 240px;
    padding: 8em 2em;
    position: relative;
  }
  .cd-container h2 {
    float: left;
    font-size: 30px;
    font-weight: 900;
    padding: 100px 0;
    color: #fff;
  }
  .cd-container p {
    position: relative;
    margin-left: 125px;
    margin-top: -40px;
    color: #fff;
    text-align: justify;
    font-size: 18px;
  }
  .button {
    display: inline-block;
    border-radius: 0;
    background-color: #ff2f39;
    border: none;
    color: #fff;
    text-align: center;
    font-size: 19px;
    padding: 7px;
    width: 200px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
    float: right;
    margin-right: 40px;
  }
  .button span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
  }
  .button span:after {
    content: "\00bb";
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
  }
  .button:hover span {
    padding-right: 25px;
  }
  .button:hover span:after {
    opacity: 1;
    right: 0;
  }
  .btn-5 {
    border: 0 solid;
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
    outline: 1px solid;
    outline-color: rgba(255, 255, 255, 0.5);
    outline-offset: 0;
    text-shadow: none;
    transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .btn-5:hover {
    border: 1px solid;
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5),
      0 0 20px rgba(255, 255, 255, 0.2);
    outline-color: rgba(255, 255, 255, 0);
    outline-offset: 15px;
  }
  .cd-service h2,
  .cd-service p {
    color: #fff;
    -webkit-transition: color, 0.5s;
    -moz-transition: color, 0.5s;
    transition: color, 0.5s;
  }
  .cd-service h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
  .cd-service p {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.6;
  }
  .cd-service.focus h2 {
    color: blue;
  }
  .cd-service.focus p {
    color: #fff;
  }
  .cd-service.img-b {
    background-image: url(../img/icon/1.png);
    position: relative;
    opacity: 0.8;
    display: block;
    background-repeat: no-repeat;
    z-index: 9999;
  }
  .cd-service-1.img-b {
    background-image: url(../img/icon/scrolling-2.png);
    position: relative;
    opacity: 0.8;
    display: block;
    background-repeat: no-repeat;
    z-index: 9999;
  }
  .cd-service-2.img-b {
    background-image: url(../img/icon/scrolling-1.png);
    position: relative;
    opacity: 0.8;
    display: block;
    background-repeat: no-repeat;
    z-index: 9999;
  }
  .cd-service-3.img-b {
    background-image: url(../img/icon/scrolling.png);
    position: relative;
    opacity: 0.8;
    display: block;
    background-repeat: no-repeat;
    z-index: 9999;
  }
  .cd-service h2 {
    color: red;
    position: relative;
    opacity: 0.8;
    display: block;
    background-repeat: no-repeat;
    z-index: 9999;
  }
  .img-a {
    position: absolute;
    float: left;
    margin-left: -28px;
    margin-top: -186px;
    overflow: hidden;
    opacity: 0.2;
  }
  .main-content .popular {
    background: inherit !important;
  }
  .main-content .popular .item {
    float: left;
    width: 25%;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
  }
  .main-content .popular .item:after {
    content: "";
    width: 2px;
    height: 100%;
    background: inherit !important;
    position: absolute;
    right: 0;
    top: 0;
  }
  .main-content .popular .item p {
    text-align: left;
    padding-left: 20px;
  }
  .main-content .popular .item p a {
    font-size: 16px;
    color: #414a56;
  }
  .bx-viewport {
    background: inherit !important;
    border: none !important;
    box-shadow: none !important;
    height: 255px !important;
  }
  .testimonial {
    background-color: #202020;
    padding-top: 60px;
    padding-bottom: 90px;
  }
  .head_testi {
    text-align: center;
    margi-bottom: 25px;
  }
  .head_testi h2 {
    color: #ff2f39;
    margin-bottom: 50px;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
  }
  .head_testi span {
    color: #fff;
    font-style: normal;
    font-size: 16px;
  }
  .bx-wrapper .bx-next {
    right: -29px;
  }
  .bx-wrapper .bx-prev {
    left: -39px;
  }
  .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    display: none;
  }
  .bx-wrapper .bx-loading {
    background: inherit !important;
  }
  .slider_bx {
    margin-top: 40px;
  }
  .slider_bx img {
    display: inline-block;
  }
  .slider_bx li h3 {
    font-size: 22px;
    color: #fff;
    margin-bottom: 0;
    font-style: normal;
  }
  .slider_bx li span {
    font-size: 13px;
    font-style: normal;
  }
  .slider_bx li p {
    color: #ff2f39;
  }
  .slider_bx .bx-viewport {
    height: inherit !important;
  }
  .side_part {
    margin-top: 5px;
  }
  .frm_head h2 {
    font-size: 38px;
    color: #ff2f39;
    text-transform: uppercase;
    text-align: center;
    font-style: normal;
    margin-bottom: 15px;
  }
  .cntrl_bb {
    background: #202020;
    border: none;
  }
  .bb_button {
    background: #202020;
    box-shadow: inset 0 0 0 #ff2f39;
    -webkit-transition: all ease 1.8s;
    transition: all ease 1.8s;
    display: block !important;
    color: #999;
    width: 100%;
    position: relative;
    transition: 0.5s;
  }
  .bb_button:hover {
    color: #fff;
    box-shadow: inset 600px 0 0 #ff2f39;
  }
  .bb_button img {
    position: absolute;
    right: 10px;
    width: 20px;
  }
  .slider_cntd_in {
    background: url(../img/side_banner.png);
    background-position: 100% 100%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .bb_inner_2 > .item > h2,
  .bb_inner_2 > .item > a > h2 {
    padding: 71px 50px;
    color: #fff;
    font-size: 70px;
    font-style: normal;
    text-transform: uppercase;
    text-align: center;
  }
  .bb_ind {
    bottom: 50px !important;
  }
  .strip {
    background: #ff2f39;
    margin: 0;
    padding: 8px 0;
  }
  .subs_text h2 {
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    font-style: normal;
    font-size: 30px;
    letter-spacing: 2px;
    padding-bottom: 15px;
    font-family: var(--GothamM);
  }
  .btn_news_inn {
    position: relative;
    background: #423f3f;
    width: 100%;
    color: #fff !important;
    border-radius: 0;
    padding: 7px 20px;
    font-style: normal;
    font-size: 16px;
    text-align: left !important;
  }
  .btn_news img {
    position: absolute;
    right: 25px;
    top: 7px;
  }
  .news_bb {
    border-radius: 0;
    height: 40px;
  }
  .footer {
    background: #202020;
    background-position: 100% 100%;
    padding: 20px 0 0;
  }
  .main_mm {
    border-right: 1px solid #ff2f39;
    border-left: 1px solid #ff2f39;
  }
  .foot_col h2 {
    font-style: normal;
    text-transform: uppercase;
    color: #ff2f39;
    font-size: 24px;
  }
  .foot_col p {
    font-style: normal;
    color: #fff;
    text-align: justify;
    font-size: 18px;
    line-height: 24px;
    font-family: var(--GothamM);
  }
  .fcol1 {
    padding-right: 50px;
  }
  .fcol3 {
    padding-left: 50px;
  }
  .foot_col h2 {
    font-family: var(--GothamM);
    margin-bottom: 30px;
  }
  .icn_map {
    margin: 10px auto 0;
    display: block;
    width: 180px;
  }
  .adre_tt {
    position: relative;
  }
  .adre_tt i {
    color: #fff;
    display: inline-block;
    position: absolute;
    top: 4px;
  }
  .adre_tt p {
    display: inline-block;
    color: #fff;
    margin-left: 22px;
  }
  .adre_tt p a {
    color: #fff;
  }
  .touch_icn {
    margin-top: 10px;
  }
  .touch_icn p {
    color: #ff2f39;
  }
  .btm_footer {
    margin-top: 15px;
    background: rgba(0, 0, 0, 0.55);
    padding: 10px 0;
  }
  .left {
    float: left;
  }
  .left p {
    color: #999;
    font-size: 16px;
    margin: 0;
  }
  .right {
    float: right;
  }
  .right p {
    color: #999;
    font-size: 16px;
    margin: 0;
  }
  .right p img {
    margin-left: 4px;
  }
  .navbar{
    position: static;
  }
  .navbar-toggle {
    border: 1px solid #fff !important;
  }
  .navbar-toggle .icon-bar {
    background: #fff;
  }
  .nav-tabs > li.active > a,
  .nav-tabs > li.active > a:hover,
  .nav-tabs > li.active > a:focus {
    background: inherit !important;
    color: #fff;
    border: none;
  }
  .nav-tabs li {
    display: inline-block;
  }
  .nav-tabs li a:hover {
    background: inherit !important;
    border: none;
  }
  .bb_nav_b > li > a {
    padding: 0 15px;
  }
  a {
    text-decoration: none !important;
  }
  .bb_nav_b {
    border: none;
  }
  .popular_1 {
    margin-bottom: 60px;
    display: table;
    width: 100%;
  }
  .popular_1 .item {
    width: 300px !important;
  }
  .popular_2 .item_2 {
    width: 300px !important;
  }
  .indo-navbar {
    margin-bottom: 0;
    margin-left: 10%;
    margin-right: 10%;
    transition: all 0.25s linear;
  }
  .top-section {
    position: relative;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 99;
    background: var(--primary);
    transition: .4s ease;
  }
  .top-section.active {
    box-shadow: rgb(133 133 133 / 20%) 0px 0px 10px 10px;
  }
  .section_carousel {
    position: relative;
    padding-top: var(--headerheight);
  }
  .carousel {
    top: -1px;
  }
  .carousel-inner > .item > img{
    height: calc(100vh - var(--headerheight)) !important;
    object-fit: cover;
  }
  .ind_sty123{
    margin-top: -1px;
  }
  .top-section .navbar-nav > li > a {
    font-size: 18px;
    font-family: var(--GothamM);
  }
  .top-section .navbar-nav > li {
    position: relative;
  }
  .diff {
    color: #ff2f39;
  }
  .top-section .navbar-nav li:first-child::before {
    opacity: 0;
  }
  .top-section1 #myCarousel {
    margin-top: -20px;
  }
  #myCarousel .carousel-indicators li {
    width: 20px;
    height: 20px;
    border: 3px solid #fff;
    background: #fff;
    margin-right: 15px;
  }
  #myCarousel .carousel-indicators .active {
    background: #ff2f39;
  }
  #myCarousel .carousel-control.left {
    opacity: 0;
  }
  #myCarousel .carousel-control.right {
    opacity: 0;
  }
  #myCarousel .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
    top: 27%;
  }
  #myCarousel .carousel-caption h3 {
    font-size: 80px;
    color: #fff !important;
    font-weight: 700;
  }
  #myCarousel .carousel-caption p {
    font-size: 25px;
    color: #fff;
  }
  .carousel-indicators {
    bottom: 70px;
  }
  .gettoknow {
    padding-bottom: 60px;
    padding-top: 30px;
    background: url(../img/pentagon.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .gettoknow h1 {
    font-size: 60px;
    color: #ff2f39;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 68px;
  }
  .query {
    background: gray;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 90px;
  }
  .query h1 {
    font-size: 60px;
    color: #ff2f39;
    text-align: center;
    text-align: center;
  }
  .query p {
    font-size: 20px;
    text-align: center;
    color: #fff;
  }
  .query .form-control {
    background: rgba(14, 14, 14, 0.46);
    border: none;
  }
  .query .form-group img {
    position: absolute;
    top: 6px;
    right: 20px;
  }
  .query .form-group {
    position: relative;
  }
  .query .form-control {
    height: 42px;
    margin-bottom: 23px;
    margin-top: 5px;
  }
  .query .form-control.textside {
    height: 170px !important;
  }
  .qcontainer {
    margin-top: 45px;
    margin-bottom: 45px;
  }
  .query {
    padding-bottom: 90px;
  }
  .nav-tabs {
    border-bottom: none !important;
  }
  .nav-tabs > li.active > a,
  .nav-tabs > li.active > a:hover,
  .nav-tabs > li.active > a:focus {
    border: none !important;
  }
  .overlaydiv {
    position: relative;
    overflow: hidden;
    transition: all 0.3s linear;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(76, 76, 76, 0.44);
  }
  .overlaydiv img {
    transition: all 0.3s linear;
    width: 100%;
  }
  .overlaydiv:hover img {
    transform: scale(1.2);
    transition: all 1s linear;
  }
  .customoverlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 6px;
    background: rgba(0, 0, 0, 0.53);
    transition: all 0.3s linear;
  }
  .customoverlay p {
    color: #fff;
    text-align: center;
    font-size: 20px;
    margin-top: 35%;
  }
  .testimon img {
    width: 100%;
    display: block;
    margin: auto;
  }
  .testimon h3 {
    font-size: 18px;
    color: #fff !important;
  }
  .testimon p {
    font-size: 16px;
    color: #ff1a25;
    margin-top: 15px;
  }
  #owl1 .owl-prev {
    background: transparent;
    position: absolute;
    left: -4%;
    top: 45%;
    display: none;
  }
  #owl1 .owl-next {
    background: transparent;
    position: absolute;
    right: -4%;
    top: 45%;
    display: none;
  }
  #owl1 .owl-dots {
    opacity: 0;
  }
  #owl2 .owl-prev {
    background: transparent;
    position: absolute;
    left: -4%;
    top: 45%;
  }
  #owl2 .owl-next {
    background: transparent;
    position: absolute;
    right: -4%;
    top: 45%;
  }
  #owl2 .owl-dots {
    opacity: 0;
  }
  #owl3 .owl-prev {
    background: transparent;
    position: absolute;
    left: -4%;
    top: 45%;
  }
  #owl3 .owl-next {
    background: transparent;
    position: absolute;
    right: -4%;
    top: 45%;
  }
  #owl3 .owl-dots {
    opacity: 0;
  }
  #owl4 .owl-prev {
    background: transparent;
    position: absolute;
    left: -4%;
    top: 24%;
  }
  #owl4 .owl-next {
    background: transparent;
    position: absolute;
    right: -4%;
    top: 24%;
  }
  #owl4 .owl-dots {
    opacity: 0;
  }
  .product_back .nav-tabs > li.active h3 {
    color: #fff !important;
  }
  .customdrop {
    width: 58%;
    display: none;
    left: 42%;
  }
  .bb_nav_b.nav-tabs > li {
    float: none;
    display: inline-block;
    zoom: 1;
  }
  .nav-tabs {
    text-align: center;
  }
  .top-section .navbar-nav > li {
    position: static;
    padding: 25px 0;
  }
  .top-section .navbar-right .dropdown-menu {
    left: 0 !important;
    right: 0;
  }
  .row-nav{
    column-count: 4;
    text-align: left;
    column-gap: 25px;
  }
  .top-section .navbar-collapse {
    padding-right: 0;
  }

  .top-section .dropdown-menu{
    max-height: 600px;
    overflow-y: auto;
  }
  .top-section .dropdown-menu::-webkit-scrollbar{
    width: 3px;
    background: var(--white)
  }
  .top-section .dropdown-menu::-webkit-scrollbar-track {
    box-shadow: none
  }
  .top-section .dropdown-menu::-webkit-scrollbar-thumb{
    background-color: var(--black);
    outline: 0;
  }
  .top-section .dropdown-menu h3 a {
    font-size: 16px;
    color: #000 !important;
    background: transparent !important;
  }
  .top-section .dropdown-menu img {
    height: 35px;
    width: auto;
  }
  .top-section .dropdown-menu {
    text-align: center;
    padding: 15px;
    padding-left: 30px;
  }
  .dropdown:hover.dropdown:after {
    opacity: 1;
  }
  .dropdown:hover .top-section .navbar-nav > li a:after {
    opacity: 0;
  }
  #owl1 .item,
  #owl6 .item,
  #owl7 .item {
    height: 460px;
  }
  #owl2 .item,
  #owl4 .item,
  #owl8 .item {
    height: 460px;
  }
  #owl3 .item,
  #owl5 .item {
    height: 460px;
  }
  .bb_btn {
    bottom: 55px;
  }
  .top-section .nav > li > a:focus {
    background: transparent !important;
  }
  .nav .open a {
    background: transparent !important;
  }
  .navbar-brand {
    padding: 0 !important;
  }
  .top-section .dropdown {
    position: relative;
  }
  .top-section .dropdown:after {
    content: "";
    transition: all 0.25s linear;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #fff;
    left: 67%;
    margin-left: -20px;
    position: absolute;
    opacity: 0;
    top: 58px;
  }
  .top-section .dropdown-menu h3 a:hover {
    color: #ff2f39 !important;
  }
  .subdiv {
    border: 1px solid rgba(255, 47, 57, 0.72);
  }
  .footer .fa-facebook,
  .footer .fa-youtube-play,
  .footer .fa-linkedin,
  .footer .fa-android,
  .footer .fa-apple {
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    margin-right: 15px;
    transition: all 0.35s linear;
  }
  .footer .fa:hover {
    color: #ff2f39 !important;
    transform: rotate(360deg);
  }
  .countryul {
    float: right;
  }
  .countryul li:first-child {
    color: #fff;
    font-size: 18px;
  }
  .countryul li:nth-child(2) {
    color: #ff2f39;
    font-size: 18px;
  }
  .owl3 .prdct {
    height: 368px !important;
  }
  .owl3 .item {
    height: 400px !important;
  }
  .owl3 .bb_btn {
    bottom: 25px !important;
  }
  .qcontainer h1 {
    position: relative;
  }
  .qcontainer h1:after {
    content: "";
    width: 40%;
    background: -webkit-linear-gradient(
      left,
      rgba(255, 0, 0, 0),
      rgba(255, 0, 0, 1),
      rgba(255, 0, 0, 0)
    );
    height: 1px;
    position: absolute;
    top: 163%;
    left: 31%;
  }
  .navbar-brand > img {
    transition: all 0.25s linear;
    width: 80%;
  }
  .animation-element.slide-left {
    opacity: 0;
    -moz-transition: all 1500ms linear;
    -webkit-transition: all 1500ms linear;
    -o-transition: all 1500ms linear;
    transition: all 1500ms linear;
    -moz-transform: translate3d(-100px, 0px, 0px);
    -webkit-transform: translate3d(-100px, 0px, 0px);
    -o-transform: translate(-100px, 0px);
    -ms-transform: translate(-100px, 0px);
    transform: translate3d(-100px, 0px, 0px);
  }
  .animation-element.slide-right {
    opacity: 0;
    -moz-transition: all 1500ms linear;
    -webkit-transition: all 1500ms linear;
    -o-transition: all 1500ms linear;
    transition: all 1500ms linear;
    -moz-transform: translate3d(100px, 0px, 0px);
    -webkit-transform: translate3d(100px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(100px, 0px, 0px);
  }
  .animation-element.slide-right.in-view {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
  }
  .animation-element.slide-left.in-view {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
  }
  .bounce-up {
    opacity: 0;
    -moz-transition: all 700ms ease-out;
    -webkit-transition: all 700ms ease-out;
    -o-transition: all 700ms ease-out;
    transition: all 700ms ease-out;
    -moz-transform: translate3d(0px, 200px, 0px);
    -webkit-transform: translate3d(0px, 200px, 0px);
    -o-transform: translate(0px, 200px);
    -ms-transform: translate(0px, 200px);
    transform: translate3d(0px, 200, 0px);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .bounce-up.in-view {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
  }
  .tppadding {
    padding-top: 15px;
    display: flex;
  }
  .btn_news_inn img {
    transition: all 0.25s linear;
  }
  .btn_news_inn:hover img {
    right: 10px;
  }
  .mycustomcontainer {
    padding-left: 10%;
    padding-right: 10%;
  }
  html,
  body {
    overflow-x: hidden;
  }
  .testimon {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  #aboutbannertop {
    background: url(../img/indoabout.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 418px;
  }
  #productsbannertop {
    background: url(../img/background-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 418px;
  }
  .backgroundabut {
    background: url(../img/backgroundabout.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }
  .sepratordiv {
    height: 40px;
    background: #7a7a7a;
  }
  .abut-inner h1 {
    font-size: 100px;
    color: #ff2f39;
    text-align: center;
    position: relative;
    margin-bottom: 22px;
    margin-top: 70px;
  }
  .abut-inner h1:after {
    content: "";
    width: 35%;
    display: block;
    background: -webkit-linear-gradient(
      left,
      rgba(255, 0, 0, 0),
      rgba(255, 0, 0, 1),
      rgba(255, 0, 0, 0)
    );
    background: -o-linear-gradient(
      left,
      rgba(255, 0, 0, 0),
      rgba(255, 0, 0, 1),
      rgba(255, 0, 0, 0)
    );
    background: -moz-linear-gradient(
      left,
      rgba(255, 0, 0, 0),
      rgba(255, 0, 0, 1),
      rgba(255, 0, 0, 0)
    );
    background: linear-gradient(
      left,
      rgba(255, 0, 0, 0),
      rgba(255, 0, 0, 1),
      rgba(255, 0, 0, 0)
    );
    height: 1px;
    position: absolute;
    top: 100%;
    left: 32%;
  }
  .abut-inner {
    position: relative;
    padding: 0 30px;
  }
  .abut-inner p {
    font-size: 18px;
    text-align: justify;
  }
  .section1 {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    padding-top: 60px;
    position: relative;
  }
  .section1 .abutimg {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section1 .abutimg img {
    width: 100%;
  }
  .abtall {
    position: absolute;
    top: -89px;
    left: 20px;
  }
  .sectio2 {
    margin-top: 90px;
  }
  .section3 img {
    display: block;
    margin: auto;
  }
  .section3 {
    position: relative;
  }
  .section3 .gradientdiv {
    content: "";
    width: 35%;
    display: block;
    background: -webkit-linear-gradient(
      left,
      rgba(255, 0, 0, 0),
      #3a3636,
      rgba(255, 0, 0, 0)
    );
    background: -o-linear-gradient(
      left,
      rgba(255, 0, 0, 0),
      #3a3636,
      rgba(255, 0, 0, 0)
    );
    background: -moz-linear-gradient(
      left,
      rgba(255, 0, 0, 0),
      #3a3636,
      rgba(255, 0, 0, 0)
    );
    background: linear-gradient(
      left,
      rgba(255, 0, 0, 0),
      #3a3636,
      rgba(255, 0, 0, 0)
    );
    height: 1px;
    position: absolute;
    top: 117%;
    left: 32%;
  }
  .section4 {
    background: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    padding: 30px;
    margin-top: 65px;
    margin-bottom: 72px;
  }
  .section4 .abutimg img {
    width: 100%;
  }
  .countryulindo li {
    width: 30%;
    text-align: center;
  }
  .countryulindo li p {
    margin-top: 23px;
    color: #fff;
    font-size: 18px;
    padding-left: 40px;
    text-align: center;
  }
  .countryulindo {
    padding-left: 5%;
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .countryulindo li {
    position: relative;
  }
  .countryulindo li:after {
    content: "";
    width: 1px;
    background: #fbfbfb;
    position: absolute;
    top: 25px;
    right: 0;
    bottom: 44px;
  }
  .countryulindo li:last-child:after {
    opacity: 0;
  }
  .leftminus {
    margin-left: -15px;
  }
  .rightminus {
    margin-right: -15px;
  }
  .sepratordiv .breadcrumb {
    background: transparent;
    padding: 8px 0;
  }
  .sepratordiv .breadcrumb li a {
    color: #fff;
    font-size: 16px;
  }
  .sepratordiv .breadcrumb li a.active {
    color: #10100f;
    text-shadow: none;
    font-size: 18px;
  }
  .hoverarea1 {
    display: inline-block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 75%;
    right: 29%;
    border-radius: 50%;
    cursor: pointer;
  }
  .hoverarea2 {
    display: inline-block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 72%;
    right: 31%;
    border-radius: 50%;
    cursor: pointer;
  }
  .hoverarea3 {
    display: inline-block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 45%;
    right: 34%;
    border-radius: 50%;
    cursor: pointer;
  }
  .contcls1 {
    position: absolute;
    top: 93%;
    right: 15%;
    border-radius: 4%;
    background: rgba(255, 0, 0, 0.76);
    padding: 10px;
    display: none;
    color: #fff;
    transition: all 0.25s linear;
  }
  .contcls2 {
    position: absolute;
    top: 93%;
    right: 15%;
    border-radius: 4%;
    background: rgba(255, 0, 0, 0.76);
    padding: 10px;
    color: #fff;
    display: none;
    transition: all 0.25s linear;
  }
  .contcls3 {
    position: absolute;
    top: 64%;
    right: 26%;
    border-radius: 4%;
    background: rgba(255, 0, 0, 0.76);
    padding: 10px;
    color: #fff;
    display: none;
    transition: all 0.25s linear;
  }
  html,
  body {
    overflow-x: hidden;
  }
  .testimon {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  #hydraulicbannertop {
    background: url(../img/hydraulic_pro/banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 418px;
  }
  .backgroundabut {
    background: url(../img/hydraulic_pro/background-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }
  .sepratordiv {
    height: 40px;
    background: #7a7a7a;
  }
  .hydr-inner h1 {
    font-size: 60px;
    color: #ff2f39;
    text-align: center;
    position: relative;
    margin-bottom: 90px;
    margin-top: 112px;
  }
  .hydr-inner h1:after {
    content: "";
    width: 35%;
    display: block;
    background: -webkit-linear-gradient(
      left,
      rgba(255, 0, 0, 0),
      rgba(255, 0, 0, 1),
      rgba(255, 0, 0, 0)
    );
    background: -o-linear-gradient(
      left,
      rgba(255, 0, 0, 0),
      rgba(255, 0, 0, 1),
      rgba(255, 0, 0, 0)
    );
    background: -moz-linear-gradient(
      left,
      rgba(255, 0, 0, 0),
      rgba(255, 0, 0, 1),
      rgba(255, 0, 0, 0)
    );
    background: linear-gradient(
      left,
      rgba(255, 0, 0, 0),
      rgba(255, 0, 0, 1),
      rgba(255, 0, 0, 0)
    );
    height: 1px;
    position: absolute;
    top: 117%;
    left: 32%;
  }
  .hydr-inner {
    position: relative;
    padding: 0 30px;
  }
  .hydr-inner p {
    font-size: 18px;
    text-align: justify;
  }
  .white-back {
    background: #fff;
    max-width: 100%;
    float: left;
    margin-bottom: 40px;
  }
  .accordion-cstm {
    max-width: 100%;
    margin-top: 0;
  }
  .accordion-cstm-filter {
    display: none;
  }
  .accordion-cstm a{
    color: var(--black);
  }
  .hydr-inner .accordion-cstm ul{
    padding-left: 10px;
  }
  .accordion-cstm ul li{
    margin-top: 5px;
    background: url(../img/testrightsmall.png) no-repeat;
    background-size: 7px;
    background-position: 0 50%;
    padding-left: 18px;
  }

  a.product-page{
    float: right;
    color: #000;
    padding: 12px 15px 0 0;
    font-weight: 600;
    background: url(../img/testrightsmall.png) no-repeat;
    background-position: 100% 16px;
    background-size: 7px;
  }
  a.product-page:hover{
    filter: brightness(0) saturate(100%) invert(25%) sepia(95%) saturate(5631%) hue-rotate(342deg) brightness(81%) contrast(121%);
  }
  .accordion-cstm ul li:not(:first-child){
    margin-top: 5px;
  }
  .accordion-cstm ul li a:hover{
    color: var(--primary);
  }
  .drawer {
    width: 100%;
    border-radius: 3px;
    padding: 31px 0;
  }
  .accordion-cstm-item-active .accordion-cstm-header {
    transition: 0.25s;
  }
  .accordion-cstm-header {
    width: 100%;
    text-align: center;
  }
  .accordion-cstm-header h1 {
    float: left;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    line-height: 1.3em;
    color: #212121;
  }
  .accordion-cstm-content {
    display: none;
    padding: 5px;
    color: #0c0c0c;
    font-size: 15px;
    line-height: 1.45em;
    text-align: -webkit-left;
  }
  .accordion-cstm-content p {
    margin: 0;
    margin-bottom: 3px;
  }
  .accordion-cstm-header-icon {
    background-image: url(../img/hydraulic_pro/d-1.png);
    background-repeat: no-repeat;
    margin-left: 117px;
    color: #fff;
  }
  .accordion-cstm-header-icon.accordion-cstm-header-icon-active {
    background-image: url(../img/hydraulic_pro/d-2.png);
    background-repeat: no-repeat;
    margin-left: 117px;
    color: #fff;
  }
  .accordion-cstm-header h4 {
    color: #ff3044;
    font-size: 22px;
    font-weight: 500;
  }
  .list_icon {
    width: 100%;
    text-align: center;
    float: left;
    padding: 0 0 18px;
  }
  .accordion-cstm-content ul {
    float: left;
    width: 100%;
  }
  .accordion-cstm-content ul li {
    float: left;
    width: 100%;
    padding: 11px 0;
    border-bottom: 1px solid #d0d0d0;
    list-style: none;
    font-size: 16px;
    position: relative;
  }
  .accordion-cstm-content ul li::before {
    content: "";
    width: 8px;
    height: 8px;
    background: #ff3044;
    position: absolute;
    margin-top: 6px;
    margin-left: -20px;
  }
  .accordion-cstm-content ul li a {
    color: #000;
  }
  .accordion-cstm-content ul li a:hover {
    color: #ff3044;
  }
  .right-content {
    width: 100%;
    float: left;
    margin-top: 35px;
    position: relative;
  }
  .right-content::before {
    content: "";
    width: 1px;
    height: 95%;
    background: #e0dfdf;
    position: absolute;
    margin-top: 6px;
    background: linear-gradient(#afafaf, rgba(206, 206, 206, 0.2));
    left: 0;
  }
  .right-content ul {
    float: left;
    width: 100%;
  }
  .right-content ul li {
    float: left;
    width: 90%;
    padding: 18px 0;
    border-bottom: 1px solid #d0d0d0;
    list-style: none;
    margin-bottom: 50px;
    font-size: 16px;
    position: relative;
    margin-top: -20px;
  }
  .prod-img {
    float: left;
    margin-left: 0;
  }
  .right-content h4 {
    float: left;
    margin-left: 60px;
    color: #ff3044;
    font-weight: 500;
    font-size: 23px;
    margin-top: 0;
  }
  .pdli_indo {
    width: 58%;
    float: right;
    padding-top: 28px;
  }
  .for_mobile {
    display: none !important;
  }
  .right-content p {
    float: left;
    margin-left: 60px;
    font-size: 17px;
    text-align: justify;
    width: 70%;
  }
  .pageing-nation {
    float: left;
    width: 100%;
    text-align: right;
    padding: 50px 0;
  }
  a.hvr-grow {
    position: absolute;
    right: 0;
    bottom: 20px;
  }
  .pageing-nation ul {
    float: right;
  }
  .pageing-nation ul li {
    padding: 0 5px;
    list-style: none;
    font-size: 27px;
    position: relative;
    color: #fff;
    float: left;
    color: #fff;
  }
  .pageing-nation ul li a {
    color: #fff;
  }
  .pageing-nation ul li a:hover {
    color: #ff2f39;
  }
  .search-bar {
    float: right;
  }
  #searchbox {
    padding: 5px 0 30px;
    width: 100%;
    float: left;
    margin-bottom: 40px;
  }
  input:focus::-webkit-input-placeholder {
    color: transparent;
  }
  input:focus:-moz-placeholder {
    color: transparent;
  }
  input:focus::-moz-placeholder {
    color: transparent;
  }
  #searchbox input {
    outline: none;
  }
  #searchbox input[type="text"] {
    background: url(../img/hydraulic_pro/search-dark.png) no-repeat 10px 12px #fff;
    font-size: 16px;
    color: #000;
    width: 70%;
    padding: 1px 0 1px 30px;
    border: 1px solid #bebebe;
    float: left;
    margin-right: 20px;
  }
  #button-submit {
    background: #ff2f39;
    border-width: 0;
    padding: 9px 0;
    width: 23%;
    cursor: pointer;
    font: bold 12px Arial, Helvetica;
    color: #fff;
    text-shadow: 0 1px 0 #555;
  }
  #button-submit:hover {
    background: #4f5356;
  }
  #button-submit:active {
    background: #5b5d60;
    outline: none;
  }
  #button-submit::-moz-focus-inner {
    border: 0;
  }
  .hvr-float-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
  }
  .hvr-float-shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: "";
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(
      center,
      ellipse,
      rgba(0, 0, 0, 0.35) 0%,
      transparent 80%
    );
    background: radial-gradient(
      ellipse at center,
      rgba(0, 0, 0, 0.35) 0%,
      transparent 80%
    );
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
  }
  .hvr-float-shadow:hover,
  .hvr-float-shadow:focus,
  .hvr-float-shadow:active {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  .hvr-float-shadow:hover:before,
  .hvr-float-shadow:focus:before,
  .hvr-float-shadow:active:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  .hvr-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
  }
  .hvr-grow:hover,
  .hvr-grow:focus,
  .hvr-grow:active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .search-btn {
    position: relative;
    background: #423f3f;
    width: 20%;
    color: #fff;
    border-radius: 0;
    padding: 9px 20px;
    font-style: normal;
    font-size: 16px;
    text-align: center;
    border: 0 solid;
    outline: none;
  }
  .search-btn:hover {
    background: #ff2f39;
    color: #151313;
    font-weight: 600;
  }
  .container-fluid {
    float: left;
    width: 100%;
  }
  .navbar-brand {
    float: left !important;
    width: 100% !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: none !important;
  }
  .responzive_logo {
    position: absolute;
    left: 10%;
    translate: 0 -50%;
    top: 50%;
    z-index: 1;
  }
  .navbar-header {
    display: none;
    float: right;
    width: 20%;
    margin: 0;
    padding: 0;
  }
  .navbar-nav > li > a {
    line-height: 20px;
    position: relative;
    display: inline;
    padding: 10px 15px;
  }
  .navbar-right {
    float: right;
    margin-right: 0;
  }
  .product_back {
    background: url(../img/center_section.png);
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
  }
  .head_h2 {
    text-align: center;
    margin-bottom: 50px !important;
  }
  .head_h2 h2 {
    color: #ff2f39;
    text-transform: uppercase;
    font-size: 60px;
  }
  .head_h3 {
    text-align: center;
    position: relative;
  }
  .head_h3 h2 {
    color: #ff2f39;
    text-transform: uppercase;
    font-size: 60px;
  }
  .head_h3 h2:after {
    content: "";
    width: 35%;
    background: -webkit-linear-gradient(
      left,
      rgba(255, 0, 0, 0),
      rgba(255, 0, 0, 1),
      rgba(255, 0, 0, 0)
    );
    background: -o-linear-gradient(
      left,
      rgba(255, 0, 0, 0),
      rgba(255, 0, 0, 1),
      rgba(255, 0, 0, 0)
    );
    background: -moz-linear-gradient(
      left,
      rgba(255, 0, 0, 0),
      rgba(255, 0, 0, 1),
      rgba(255, 0, 0, 0)
    );
    background: linear-gradient(
      left,
      rgba(255, 0, 0, 0),
      rgba(255, 0, 0, 1),
      rgba(255, 0, 0, 0)
    );
    height: 1px;
    position: absolute;
    top: 117%;
    left: 32%;
  }
  .cmn_hed {
    display: none;
  }
  .head_h4 {
    text-align: center;
    position: relative;
  }
  .head_h4 h2 {
    color: #ff2f39;
    text-transform: uppercase;
    font-size: 60px;
  }
  .head_h4 h2:after {
    content: "";
    width: 35%;
    background: -webkit-linear-gradient(
      left,
      rgba(255, 0, 0, 0),
      rgba(255, 0, 0, 1),
      rgba(255, 0, 0, 0)
    );
    background: -o-linear-gradient(
      left,
      rgba(255, 0, 0, 0),
      rgba(255, 0, 0, 1),
      rgba(255, 0, 0, 0)
    );
    background: -moz-linear-gradient(
      left,
      rgba(255, 0, 0, 0),
      rgba(255, 0, 0, 1),
      rgba(255, 0, 0, 0)
    );
    background: linear-gradient(
      left,
      rgba(255, 0, 0, 0),
      rgba(255, 0, 0, 1),
      rgba(255, 0, 0, 0)
    );
    height: 1px;
    position: absolute;
    top: 117%;
    left: 32%;
  }
  .sae_1 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .one_t {
    color: #ff2f39;
  }
  .bb_nav_b > li > a {
    color: #ff2f39;
  }
  .img_1 {
    width: 45px;
  }
  .product_back_1 {
    background: #fff;
    position: relative;
    padding: 25px;
  }
  .product_back_1 img {
    margin: 20px auto;
    display: block;
    width: 72%;
  }
  .prdct {
    background: #fff;
    text-align: center;
    margin: 0;
    height: 84%;
    width: 95%;
    border-radius: 25px;
  }
  .prdct img {
    display: block;
    width: 72%;
  }
  .prdct p {
    color: #ff2f39;
    width: 90%;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 4px;
    font-size: 23px;
  }
  .prdct span {
    font-size: 16px;
    width: 90%;
    margin: auto;
    display: inline-block;
  }
  .bb_btn {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
  }
  .bb_btn a {
    background: #ddd;
    border-radius: 4px;
    padding: 5px 10px;
    color: #333;
    font-size: 13px;
    padding: 15px 37px;
    border-radius: 15px;
    font-size: 18px;
  }
  .bb_btn a:hover {
    color: #ff2f39;
  }
  .img {
    display: block;
    margin: auto;
    vertical-align: middle;
  }
  .table {
    width: 100%;
    table-layout: fixed;
  }
  .thead {
    margin: auto;
    display: block;
  }
  th,
  td {
    border: 3px;
    text-align: center;
    color: #fff;
    padding: 10px;
    font-size: 18px;
    width: 100%;
  }
  .bb_nav_b.nav-tabs > li {
    float: none;
    display: inline-block;
    zoom: 1;
    padding: 0;
    margin-left: 30px;
    margin-bottom: 60px;
  }
  .cnt_2 {
    float: left;
    width: 100%;
    padding: 70px 0;
  }
  .cnt_col_1 {
    padding: 0;
    width: 100%;
    display: block;
  }
  .cnt_col_1 img {
    padding: 5px 13px;
    margin: auto;
    margin-bottom: 20px;
    display: block;
  }
  .cnt_col_1 p {
    width: 100%;
    font-size: 23px;
    text-align: center;
    font-weight: 900;
    float: left;
  }
  .container-owl {
    max-width: 1200px;
    width: 80%;
    margin: 0 auto;
  }
  .pdf-link {
    float: left;
    width: 100%;
    text-align: center;
    padding: 35px 0 0;
  }
  .pdf-link p {
    color: #fff;
    font-size: 20px;
    padding: 8px 0;
  }
  .mycustomcontainer {
    padding-left: 10%;
    padding-right: 10%;
    padding-top: var(--headerheight);
  }
  .product_back backgroundabut img {
    width: 100%;
    height: auto;
  }
  .top-section .navbar-right {
    display: block;
  }
  html,
  body {
    overflow-x: hidden;
  }
  .testimon {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  #contactbannertop {
    background: url(../img/contact/banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 498px;
  }
  .sepratordiv {
    height: 40px;
    background: #7a7a7a;
  }
  .contact-inner h1 {
    font-size: 100px;
    color: #ff2f39;
    text-align: center;
    position: relative;
    margin-bottom: 22px;
    margin-top: 70px;
  }
  .contact-inner h1:after {
    content: "";
    width: 35%;
    display: block;
    background: -webkit-linear-gradient(
      left,
      rgba(255, 0, 0, 0),
      rgba(255, 0, 0, 1),
      rgba(255, 0, 0, 0)
    );
    background: -o-linear-gradient(
      left,
      rgba(255, 0, 0, 0),
      rgba(255, 0, 0, 1),
      rgba(255, 0, 0, 0)
    );
    background: -moz-linear-gradient(
      left,
      rgba(255, 0, 0, 0),
      rgba(255, 0, 0, 1),
      rgba(255, 0, 0, 0)
    );
    background: linear-gradient(
      left,
      rgba(255, 0, 0, 0),
      rgba(255, 0, 0, 1),
      rgba(255, 0, 0, 0)
    );
    height: 1px;
    position: absolute;
    top: 117%;
    left: 32%;
  }
  .contact-inner {
    position: relative;
    padding: 0 30px;
  }
  .contact-inner p {
    font-size: 18px;
    text-align: justify;
  }
  .map_section {
    background: #dcdcdc;
    border-radius: 10px;
    padding-top: 60px;
    padding-bottom: 60px;
    width: 100%;
    margin-top: 75px;
    margin-right: 0;
    margin-left: 0;
    float: left;
  }
  .map_cunt {
    width: 100%;
    float: left;
  }
  .map_cunt h2 {
    font-size: 84px;
    color: #8f8f8f;
    text-align: left;
    text-transform: uppercase;
  }
  .map_cunt p {
    font-size: 27px;
    text-align: justify;
    width: 75%;
    color: #8f8f8f;
  }
  .cont_form {
    width: 100%;
    float: left;
    margin-top: 70px;
  }
  .addresss h5 {
    font-size: 26px;
    color: #fe343e;
    text-align: left;
    text-transform: uppercase;
  }
  .addresss p {
    font-size: 18px;
    text-align: justify;
    width: 100%;
    color: #8f8f8f;
    padding-left: 42px;
  }
  .addresss p a {
    color: #8f8f8f;
  }
  .addresss p a:hover {
    color: #ff2f39;
  }
  #icon {
    font-size: 22px;
    color: #fff;
    position: absolute;
    top: 4px;
  }
  .general_class {
    margin-bottom: -12px !important;
  }
  .location {
    float: left;
    width: 100%;
    margin-top: 0;
    margin-bottom: 15px;
    position: relative;
  }
  fieldset {
    width: 40%;
    margin-top: 6px;
    background: #fff;
    float: left;
    position: relative;
    border-radius: 10px;
    outline: none;
    margin-left: 5%;
    margin-bottom: 50px;
  }
  .fname {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 12px;
    box-sizing: border-box;
    border: 0;
    border-radius: 10px;
    outline: none;
  }
  .subject {
    width: 85%;
    margin-top: 6px;
    background: #fff;
    float: left;
    position: relative;
    border-radius: 10px;
    outline: none;
    margin-left: 5%;
    margin-bottom: 50px;
  }
  .subject_cont {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 12px;
    box-sizing: border-box;
    border: 0;
    border-radius: 10px;
    outline: none;
  }
  .message {
    width: 85%;
    margin-top: 6px;
    background: #fff;
    float: left;
    position: relative;
    border-radius: 10px;
    outline: none;
    margin-left: 5%;
    margin-bottom: 50px;
    height: 200px;
  }
  .message_cont {
    width: 100%;
    height: 200px;
    line-height: 40px;
    padding: 0 12px;
    box-sizing: border-box;
    border: 0;
    border-radius: 10px;
    outline: none;
  }
  fieldset img {
    position: absolute;
    right: 12px;
    top: 10px;
  }
  .follows {
    width: 100%;
    float: left;
    margin-bottom: 30px;
  }
  .follows h2 {
    font-size: 26px;
    color: #fe343e;
    text-align: left;
    text-transform: uppercase;
    text-align: right;
  }
  .socail {
    float: left;
    width: 100%;
    text-align: right;
  }
  .product_back.backgroundabut p {
    color: #fff;
    font-size: 18px;
    text-align: center;
  }
  .cont_forma {
    width: 90%;
    margin: auto;
    float: right;
  }
  .dropdown:hover .dropdown-menu {
    display: block;
    transition: all 0.25s linear;
    top: 100%;
  }
  .near-dealer {
    font-size: 26px;
    color: #fe343e;
    text-align: left;
    text-transform: uppercase;
  }
  .where {
    margin: 70px 0;
  }
  .delaerinfo2 span,
  .delaerinfo1 span {
    font-size: 30px;
    color: #fe343e;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 0;
  }
  .dealer-inner {
    position: relative;
  }
  .delaerinfo1,
  .delaerinfo2 {
    position: relative;
    margin-top: 70px;
    background: rgba(255, 255, 255, 0.058823529411764705);
    padding: 50px;
    text-align: center;
    width: 80%;
  }
  .dealer-inner p {
    font-size: 18px;
    text-align: justify;
    color: #fe343e;
  }
  .dealer-inner a {
    color: #fff;
    display: inline-block;
    text-align: center;
  }
  .dealer-inner p {
    text-align: center;
  }
  .delaerinfo2 span {
    left: 19%;
    top: 72px;
  }
  .delaerinfo1 span {
    left: 28%;
    top: 80px;
  }
  .buyimg {
    border-radius: 5%;
    box-shadow: 10px 10px 15px #000;
    margin-top: 20px;
  }
  .blog_left_a h2,
  .blog_left_a ul li a {
    color: #fff;
  }
  .right-content-blg {
    width: 100%;
    float: left;
    margin-top: 0;
    position: relative;
    padding-left: 10%;
  }
  .blog_left_a h2 {
    font-size: 22px;
    padding: 16px;
    background: #ff2f39;
    margin: 0;
  }
  .blog_left_a ul {
    background: #000;
    padding: 0 0 80px;
  }
  .blog_left_a ul li {
    list-style: none;
  }
  .blog_left_a ul li a {
    font-size: 16px;
    display: block;
    padding: 16px;
    position: relative;
  }
  .blog_left_a ul li a:hover:before {
    width: 90%;
  }
  .blog_left_a ul li a:before {
    position: absolute;
    content: "";
    background: #fff;
    height: 1px;
    width: 0;
    bottom: 0;
    left: 0;
    transition: width linear 0.3s;
  }
  .blog_bx {
    width: 45%;
    float: left;
    margin: 0 2% 30px;
  }
  .blog_bx a {
    display: block;
  }
  .blg_li_img {
    position: relative;
    overflow: hidden;
  }
  .blog_bx img {
    width: 100%;
    transition: all 0.5s;
  }
  .blg_li_img .ovr_blg_date {
    position: absolute;
    top: 0;
    width: auto;
    font-size: 15px;
    padding: 15px;
    left: 0;
    right: 0;
    transition: bottom linear 0.3s;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
  }
  .blog_bx h2 {
    font-size: 16px;
    padding: 16px 10px 10px;
    margin: 0;
    background: #fafafa;
    line-height: 22px;
    color: #111;
    min-height: 60px;
    max-height: 100px;
    overflow: hidden;
    transition: all linear 0.3s;
  }
  .download_class {
    margin-top: 38px;
    background: #ff2f39;
    padding: 10px 27px 40px;
  }
  .download_class img {
    width: 100%;
    vertical-align: middle;
    border: 0;
  }
  .text_dowmload h2 {
    text-align: center;
    font-size: 18px;
    right: 22px;
    color: #000;
    font-weight: 298;
    line-height: 32px;
  }
  .download_sec {
    bottom: 45px;
    color: #fff;
    border: 1px solid #fff;
    left: 57px;
    padding: 20px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
  }
  .hydr-inner {
    margin-bottom: 40px;
  }
  .blog_left_a h2,
  .blog_left_a ul li a {
    color: #fff;
  }
  .right-content-blg {
    width: 100%;
    float: left;
    margin-top: 0;
    position: relative;
  }
  .blog_left_a h2 {
    font-size: 22px;
    padding: 16px;
    background: #ff2f39;
    margin: 0;
  }
  .blog_left_a ul {
    background: #000;
    padding: 0 0 80px;
  }
  .blog_left_a ul li {
    list-style: none;
  }
  .blog_left_a ul li a {
    font-size: 16px;
    display: block;
    padding: 16px;
    position: relative;
  }
  /* .blog_bx h2,
  .blog_bx_det article,
  .blog_bx_det article p,
  .blog_bx_det h2 {
    font-family: Ubuntu-Light;
  } */
  .blog_left_a ul li a:hover:before {
    width: 90%;
  }
  .blog_left_a ul li a:before {
    position: absolute;
    content: "";
    background: #fff;
    height: 1px;
    width: 0;
    bottom: 0;
    left: 0;
    transition: width linear 0.3s;
  }
  .blog_bx {
    width: 48%;
    float: left;
    margin: 0 1% 15px;
  }
  .blog_bx a {
    display: block;
  }
  .blg_li_img {
    position: relative;
    overflow: hidden;
  }
  .blog_bx img {
    width: 100%;
    transition: all 0.5s;
  }
  .blg_li_img .ovr_blg_date {
    position: absolute;
    bottom: -50%;
    width: 100%;
    font-size: 15px;
    padding: 15px;
    left: 0;
    right: 0;
    transition: bottom linear 0.3s;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
  }
  .blog_bx h2 {
    font-size: 16px;
    padding: 16px 10px 10px;
    margin: 0;
    background: #fafafa;
    line-height: 22px;
    color: #111;
    min-height: 60px;
    max-height: 100px;
    overflow: hidden;
    transition: all linear 0.3s;
  }
  .download_class {
    margin-top: 38px;
    background: #ff2f39;
    padding: 10px 27px 40px;
  }
  .download_class img {
    width: 100%;
    vertical-align: middle;
    border: 0;
  }
  .text_dowmload h2 {
    text-align: center;
    font-size: 18px;
    right: 22px;
    color: #000;
    font-weight: 298;
    line-height: 32px;
  }
  .download_sec {
    bottom: 45px;
    color: #fff;
    border: 1px solid #fff;
    left: 57px;
    padding: 20px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
  }
  .blog_bx_det h2 {
    font-size: 24px;
    padding: 12px 15px;
    margin: 0 0 20px;
    border-left: 4px solid #00b09c;
    color: #000;
    line-height: 30px;
  }
  .blg_lrg_img {
    position: relative;
    overflow: hidden;
  }
  .blg_lrg_img img {
    width: 100%;
    object-fit: cover;
    display: inline-block;
    vertical-align: middle;
  }
  .blg_lrg_img .ovr_dt_det {
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 15px;
    padding: 15px;
    left: 0;
    right: 0;
    transition: bottom linear 0.3s;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
  }
  .blog_bx_det article,
  .blog_bx_det article p {
    font-size: 16px;
    color: #222;
    margin: 20px 0;
    line-height: 24px;
  }
  .back_to_all {
    border: 1px solid #423f3f;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 20px;
    text-align: center;
    color: #423f3f;
    width: auto;
    margin: 10px auto;
  }
  .certificate_class {
    margin: 38px 0;
    background: #000;
    padding: 2px;
  }
  .certificate_class img {
    width: 100%;
    vertical-align: middle;
    border: 0;
  }
  @media screen and (max-width: 1400px) {
    .delaerinfo1 span {
      left: 22%;
      top: 80px;
    }
    .delaerinfo2 span {
      left: 13%;
      top: 76px;
    }
  }
  @media screen and (max-width: 1366px) {
    .top-section .navbar-brand > img {
      width: 80% !important;
    }
    #myNavbar1 {
      margin-right: -58px;
    }
    #owl1 .owl-prev {
      background: transparent;
      position: absolute;
      left: -5%;
      top: 45%;
    }
    #owl2 .owl-prev {
      background: transparent;
      position: absolute;
      left: -5%;
      top: 45%;
    }
    #owl3 .owl-prev {
      background: transparent;
      position: absolute;
      left: -5%;
      top: 45%;
    }
    #owl1 .owl-next {
      background: transparent;
      position: absolute;
      right: -5%;
      top: 45%;
    }
    #owl2 .owl-next {
      background: transparent;
      position: absolute;
      right: -5%;
      top: 45%;
    }
    #owl3 .owl-next {
      background: transparent;
      position: absolute;
      right: -5%;
      top: 45%;
    }
    #owl4 .owl-prev {
      background: transparent;
      position: absolute;
      left: -5%;
      top: 45%;
    }
    #owl4 .owl-next {
      background: transparent;
      position: absolute;
      right: -5%;
      top: 45%;
    }
    .indo-navbar.f-nav .navbar-nav > li {
      margin-top: -32px;
    }
    .indo-navbar.f-nav .navbar-nav > li:before {
      top: -19px !important;
    }
    .top-section .f-nav .navbar-right {
      margin-top: 32px;
    }
    .top-section .f-nav .navbar-right > li:before {
      top: 25px !important;
    }
  }
  @media screen and (max-width: 1279px) {
    .delaerinfo1 span,
    .delaerinfo2 span {
      display: none;
    }
  }
  @media screen and (max-width: 1200px) {
    .hydr-inner {
      margin-bottom: 40px;
    }
  }
  @media screen and (max-width: 1199px) {
    .top-section .navbar-nav > li > a {
      font-size: 18px;
    }
  }
  @media screen and (max-width: 1024px) {
    .bb_nav li a {
      font-size: 12px;
    }
  }
  @media screen and (max-width: 991px) {
    fieldset,
    .subject,
    .message {
      margin-bottom: 25px;
    }
    .download_class {
      margin-bottom: 40px;
    }
    .right-content-blg {
      padding-left: 10px;
      padding-right: 10px;
    }
  }
  @media screen and (max-width: 768px) {
    .delaerinfo1,
    .delaerinfo2 {
      width: 100%;
      padding: 35px;
    }
    .buyimg {
      width: 100%;
    }
    .near-dealer {
      text-align: center;
    }
    .delaerinfo1,
    .delaerinfo2 {
      margin-top: 25px;
    }
    .where {
      margin: 20px 0;
    }
  }
  @media screen and (max-width: 767px) {
    #productsOwl {
      width: 80%;
      margin: auto;
    }
    .line_ver h3 {
      text-align: center;
      margin-top: 0;
    }
  }
  @media screen and (max-width: 600px) {
    .blog_bx {
      width: 100%;
    }
    .hydr-inner {
      margin-left: -30px;
      margin-right: -30px;
    }
  }
  @media screen and (max-width: 1200px) and (min-width: 991px) {
    .bb_inner_2 > .item > h2,
    .bb_inner_2 > .item > a > h2 {
      padding: 89px 50px;
      font-size: 55px;
    }
    .bx-wrapper .bx-next {
      right: 0;
    }
    .bx-wrapper .bx-prev {
      left: -11px;
    }
  }
  @media screen and (max-width: 991px) and (min-width: 767px) {
    .bb_nav {
      margin-top: 0;
    }
    .bb_brand {
      width: 246px;
    }
    .bx-wrapper .bx-next {
      right: 0;
    }
    .bx-wrapper .bx-prev {
      left: 0;
    }
  }
  @media screen and (max-width: 991px) and (min-width: 320px) {
    .subs_text h2 {
      font-size: 19px;
      margin: 4px 0;
    }
    .btn_news_inn {
      width: 100%;
    }
    .bb_inner_2 > .item > h2,
    .bb_inner_2 > .item > a > h2 {
      font-size: 46px;
    }
    .popular .item {
      width: 256px !important;
    }
    .text_head {
      text-align: center;
    }
  }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    .bb_inner_2 > .item > h2,
    .bb_inner_2 > .item > a > h2 {
      font-size: 54px;
    }
    .bb_brand {
      width: 320px;
    }
    .slider_bx li {
      width: 7% !important;
    }
    .banner {
      margin: 141px 0;
    }
    .navbar-nav {
      margin: 0;
    }
    .navbar-toggle {
      padding: 6px;
      margin-top: 19px;
    }
    .pp_nav {
      position: absolute;
      right: 0;
      left: 0;
    }
    .bb_nav li {
      border: none;
      width: 45%;
      float: left;
      margin: 0;
      border-radius: 0;
    }
    .bb_nav {
      background: #ff2f39;
      height: 220px;
      overflow: auto;
      box-shadow: 0 0 10px gray;
    }
    .bb_nav li a {
      text-align: center;
      border-radius: 10px;
    }
    .bx-wrapper .bx-next {
      right: 0;
    }
    .bx-wrapper .bx-prev {
      left: 0;
    }
    .bb_nav li a:hover {
      box-shadow: inset 600px 0 0 #ff2f39;
    }
    .subs_text h2 {
      margin-bottom: 15px;
    }
    .foot_col {
      text-align: center;
    }
    .touch_icn p {
      text-align: center;
    }
    .main_mm {
      border: none;
    }
    .popular .item {
      width: 264px !important;
    }
    .dropdown:hover .dropdown-menu {
      display: block;
      transition: all 0 linear;
      position: relative;
      width: 100% !important;
    }
    .dropdown.our_pro {
      position: relative !important;
    }
    .for_mobile {
      width: 100% !important;
    }
    .pdli_indo {
      width: 100%;
      float: right;
    }
    .prod-img {
      margin-bottom: 15px;
    }
    .productsOwl .owl-item img {
      width: 75%;
    }
  }
  @media screen and (max-width: 540px) and (min-width: 320px) {
    .bb_brand {
      width: 242px;
    }
    .btn_news {
      padding-left: 0;
    }
    .bb_inner_2 > .item > h2,
    .bb_inner_2 > .item > a > h2 {
      padding: 71px 0;
    }
    .popular .item {
      width: 314px !important;
      margin: 0 1px;
    }
    .bx-wrapper .bx-next {
      right: 1px;
    }
    .bx-viewport {
      height: 281px !important;
    }
    .bx-wrapper .bx-prev {
      left: 1px;
    }
    .slider_bx li {
      width: 12% !important;
    }
    #productsOwl {
      height: 60px;
    }
    .prdct {
      height: 73%;
    }
    .prdct p {
      margin-top: 20px;
    }
    .head_testi {
      margin-left: -15px !important;
      margin-right: -15px !important;
    }
  }
  @media screen and(max-width:480px) {
    .product_back {
      margin-top: 0 !important;
      padding-top: 15px;
    }
  }
  @media screen and (max-width: 360px) {
    .near-dealer {
      font-size: 21px;
    }
  }
  @media screen and (max-width: 320px) {
    #myNavbar1 {
      padding-left: -10px !important;
    }
  }
  .animated {
    -webkit-animation-duration: 0.25s;
    animation-duration: 0.25s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  .slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
  }
  @-webkit-keyframes fadeInUp {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
    }
    to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  @keyframes fadeInUp {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, 30%, 0);
      transform: translate3d(0, 30%, 0);
    }
    to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  .fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
  }
  @-webkit-keyframes slideInLeft {
    from {
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
      visibility: visible;
    }
    to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  @keyframes slideInLeft {
    from {
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
      visibility: visible;
    }
    to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  .slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
  }
  @-webkit-keyframes slideInRight {
    from {
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
      visibility: visible;
    }
    to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  @keyframes slideInRight {
    from {
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
      visibility: visible;
    }
    to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  .slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
  }
  @-webkit-keyframes slideInUp {
    from {
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
      visibility: visible;
    }
    to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  @keyframes slideInUp {
    from {
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
      visibility: visible;
    }
    to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  .slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
  }
  @-webkit-keyframes slideOutDown {
    from {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
    to {
      visibility: hidden;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
    }
  }
  @keyframes slideOutDown {
    from {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
    to {
      visibility: hidden;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
    }
  }
  .slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
  }
  @-webkit-keyframes slideOutLeft {
    from {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
    to {
      visibility: hidden;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
    }
  }
  @keyframes slideOutLeft {
    from {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
    to {
      visibility: hidden;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
    }
  }
  .slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
  }
  @-webkit-keyframes slideOutRight {
    from {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
    to {
      visibility: hidden;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
    }
  }
  @keyframes slideOutRight {
    from {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
    to {
      visibility: hidden;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
    }
  }
  .slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
  }
  @-webkit-keyframes slideOutUp {
    from {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
    to {
      visibility: hidden;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
    }
  }
  @keyframes slideOutUp {
    from {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
    to {
      visibility: hidden;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
    }
  }
  .slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
  }
  
  .pdf_view_iframe {
    display: block;
  }
  .pdf_view_iframe .pdfIframe {
    display: block;
    width: 100%;
    min-height: 500px;
    height: 100vh;
  }
  
  .pdfIframeHeader {
    display: none;
  }
  
  /* Table */
  :root {
    --white: #fff;
    --black: #000;
    --gray: #666;
    --red: #df0020;
    --bg-gray: #e1e1e1;
  }
  .tableIndoMask {
    background: var(--white);
    padding: 35px 0;
  }
  .tableIndoMask table {
    width: 100%;
    table-layout: fixed;
    min-height: 1%;
    border: 1px solid #ddd;
    background: var(--bg-gray);
  }
  .tableIndoMask table tr th img {
    display: block;
    margin: 0 auto;
    filter: grayscale(1) brightness(0);
    width: 60px;
  }
  .tableIndoMask table tr td,
  .tableIndoMask table tr th {
    color: var(--black);
  }
  .tableIndoMask table tbody tr:not(:first-child):nth-child(even) {
    background: white;
  }
  .product_back.backgroundabut .tableIndoMask table thead tr th p {
    text-align: center;
    font-size: 14px;
    color: var(--black);
    margin-top: 3px;
    margin: 0;
  }
  
  .tableIndoMask .table-bordered > tbody > tr > td,
  .tableIndoMask .table-bordered > tbody > tr > th,
  .tableIndoMask .table-bordered > tfoot > tr > td,
  .tableIndoMask .table-bordered > tfoot > tr > th,
  .tableIndoMask .table-bordered > thead > tr > td,
  .tableIndoMask .table-bordered > thead > tr > th {
    border-color: #4b4b4b;
  }
  .tableIndoMask .table-bordered > tbody > tr > td {
    padding: 5px 6px;
    font-size: 14px;
  }
  .tableIndoMask .table-bordered > tbody > tr:first-child > td {
    text-transform: uppercase;
  }
  


  /* Product Detail Page */

  /* theme colors */

  /* .theme-red{
    --primary: #df0020;
  }
  .theme-red2{
    --primary: #ea3b29;
  }
  .theme-blue{
    --primary: #1c9ad6;
  }
  .theme-orange{
    --primary: #f7941e;
  }
  .theme-darkorange{
    --primary: #f15a29;
  }
  .theme-green{
    --primary: #529159;
  }
  .theme-green2{
    --primary: #009444;
  }
  .theme-gold{
    --primary: #ae9d21;
  } */


  .theme-red{
    --primary: #df0020;
  }
  .theme-red2{
    --primary: #df0020;
  }
  .theme-blue{
    --primary: #df0020;
  }
  .theme-orange{
    --primary: #df0020;
  }
  .theme-darkorange{
    --primary: #df0020;
  }
  .theme-green{
    --primary: #df0020;
  }
  .theme-green2{
    --primary: #df0020;
  }
  .theme-gold{
    --primary: #df0020;
  }

  
  .ProductDtlSecA{
    position: relative;
    overflow: hidden;
    background: url(../images/productdetailbackground.png) no-repeat;
    background-position: 173% 15%;
    background-size: 69%;
    width: 100%;
    padding-top: var(--headerheight);
  }

  .ProductDtlSecA .container >h1{
    text-align: center;
    color: var(--primary);
    font-size: 36px;
    margin-top: 20px;
    margin-bottom: 25px;
    line-height: 1.2;
    font-family: var(--GothamEB);
  }

  .ProductDtlSecA .container .TBLwrapSec table{
    border-collapse: collapse;
    width: 100%;
    --varthwidth: 200px;
    --varpadding: 10px;
    --imgsize: 60px;
  }
  
  .ProductDtlSecA .container .TBLwrapSec table tbody tr td,
  .ProductDtlSecA .container .TBLwrapSec table thead th,
  .ProductDtlSecA .container .TBLwrapSec table thead tr th {
	  width: calc(var(--varthwidth) / 2);
    color: var(--blacklight);
    text-align: center;
    padding: 5px;
    font-family: var(--Gotham);
    font-size: 16px;
}

.ProductDtlSecA .container .TBLwrapSec table thead th,
.ProductDtlSecA .container .TBLwrapSec table thead tr th{
    background: var(--grey);
    position: relative;
    padding: calc(var(--imgsize) + var(--varpadding)) var(--varpadding) var(--varpadding);
    width: var(--varthwidth);
}

.ProductDtlSecA .container .TBLwrapSec table thead tr th p,
.ProductDtlSecA .container .TBLwrapSec table thead th p{
    font-family: var(--GothamM);
    margin: 0;
    padding: 0 30px;
    line-height: 1.2;
    margin-top: var(--varpadding);
}

.ProductDtlSecA .container .TBLwrapSec table thead tr th img,
.ProductDtlSecA .container .TBLwrapSec table thead th img{
   position: absolute;
   left: 50%;
   translate: -50% 0;
   width: var(--imgsize);
   top: var(--varpadding);
}


.ProductDtlSecA .container .TBLwrapSec table tr td:not(:last-child),
.ProductDtlSecA .container .TBLwrapSec table tr th:not(:last-child){
    border-right: 1px solid var(--blacklight);
  }


  .ProductDtlSecA .container .TBLwrapSec table tbody tr:nth-child(odd){
    background: var(--grey);
  }
  .ProductDtlSecA .container .TBLwrapSec table tbody tr:nth-child(even){
    background: var(--white);
  }

  .ProductDtlSecA .container .TBLwrapSec table tbody tr:first-child td{
    background: var(--primary);
    color: var(--white);
    text-transform: uppercase;
    font-family: var(--GothamM);
  }

  .ProductDtlSecA .sectwdtl{
    padding: 45px 0 125px;
    position: relative;
  }
  .ProductDtlSecA .sectwdtl .container .contetDTl{
    max-width: 545px;
  }

  .ProductDtlSecA .sectwdtl .container .contetDTl ul{
    padding-left: 0;
  }
  .ProductDtlSecA .sectwdtl .container .contetDTl ul li{
    font-size: 16px;
    line-height: 1.2;
    font-family: var(--Gotham);
  }

  .ProductDtlSecA .sectwdtl .container .contetDTl ul li:not(:last-child){
    margin-bottom: 12px;
  }
  .ProductDtlSecA .sectwdtl .container .contetDTl ul li b,
  .ProductDtlSecA .sectwdtl .container .contetDTl ul li strong{
    color: var(--primary);
    font-family: var(--GothamM);
  }

  .ProductDtlSecA .sectwdtl .productDTlimg{
    position: absolute;
    right: -70px;
    top: 15px;
    width: 700px;
  }

  .ProductDtlSecA .sectwdtl .productDTlimg img{
    width: 100%;
  }


/* index page head css */


.owl-dots { display: none; }
#myCarousel > .item > img{ height:250px!important;}
.art_star{color: #ffffff96; padding-top: 15px;margin-bottom:-15px;float:right;}
.ind_stLiop{position: relative !important;}
.ind_sty123{padding-bottom: 0px; background: #000;}
.ind_sty124{margin: 30px 0px 30px 0px;}
.ind_sty125{padding:22px; background: rgb(32, 32, 32);}
.ind_sty126{background: #000;}
.ind_sty127{background: rgb(32, 32, 32);}
.footer-cat{ display: none; position: fixed; bottom: 0; width: 100%; left: 0; background: #df0020; z-index: 999999;}
.footer-cat a{display: block; padding: 15px; color: #fff; font-size: 16px; font-weight: 600; text-align: center;}