body{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family:Helvetica;
}
html, body {
    overflow-x: hidden;
}
html {
  scroll-behavior: smooth;
}

@font-face {
    font-family:"Helvetica";
    src: url(../assests/fontfamily/Helvetica) format(truetype) ;  
}
p,h1,h2,h3,h4,h5,h6{
    font-family:Helvetica !important;
}
a, a:hover
 {
   text-decoration: unset;
 }
/* header */
#home {
    margin-top: 73px;
}
.header_main {
    background: #2F2F2F;
    height: 73px;
}
.header_listing h5 a {
    color: white;
}
.header_listing{
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 73px;
}
.header_listing h5{
    color: #ffffff;
    font-weight: 400;
    font-size: 14px;
    margin-bottom:0px;
    cursor: pointer;
}
.header_logo img
{
    height: 90px;
}

.header_listing h5:hover{
    text-decoration: underline;

}
/* header end */
/* home carousel */
/* .new_left_carousel,
.new_right_carousel {
    background-image: unset !important;
} */

.title_banner {
    margin-bottom: 25px;
    bottom: 30px;
}
.title_banner p {
    background: #D52F32;
    padding: 9px 20px;
    font-size: 28px;
    margin-left: 217px;
    width: 870px;
    font-size: 28px;
    color: #FFFFFF;
    font-weight: 700;
    margin-bottom: 12px;
}

.nw_prev {
    background-image: unset !important;
}
.title_banner span {
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 500;
}

.nw_prev:before{
    content: "\f104" !important;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 38px;

}
span.carousel-control-next-icon.nw_prev{
    transform: rotate(180deg);
}

#carouselExampleCaptions .nw_prev{
    border: 2px solid #FFFFFF;
    border-radius: 50px;
    width: 56px;
    height: 56px;
    opacity: 1 !important;
    font-size: 35px;
    filter: unset;

}
.carousel-control{
    opacity: 1 !important;
}
/*  */
.inventary_title_sec img {
    margin-top: -15px;
    width: 80px;
}
.services_title_sec img {
    margin-top: -15px;
    width: 80px;
}
#carouselExampleCaptions .carousel-indicators 
{
  margin-bottom: 0rem;
  bottom: 30px;
}
#carouselExampleCaptions .carousel-indicators [data-bs-target]
  {
    width: 7px;
    height: 7px;
    border-radius: 100%;
    margin-right: 6px;
    margin-left: 6px;
  }
  #carouselExampleCaptions .carousel-indicators .active {
    opacity: 1;
    transform: scale(1.3);
  }

/* about us */
.about_us {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #F8F8F8;
}
.about_bg img {
    width: 100%;
}
p.para_about {
    font-size: 26px !important;
    font-weight: 800 !important;
    margin-bottom: 20px;
    line-height: 36px;
    text-transform: uppercase;
}
.about_sec_para {
    text-align: center;
}
.about_sec_para span {
    font-size: 16px;
}
.about_sec_para p {
    font-weight: 700;
    font-size: 22px;
    margin-top: 12px;
    margin-bottom: 30px;
}
/* about us */
/* gt section */
.gt_modal_sec {
    padding-top: 50px;
    padding-bottom: 50px;
}
img.img_gt_modal {
    width: 100%;
    position: relative;
}
.gt_img_table{
    position: relative;
    padding-top: 40px;
}
img.gt_stamp {
    position: absolute;
    left: -90px;
    top: -93px;
    height: 180px;
}

/*  */

/* service parts */

.service_part_sec {
    background: linear-gradient(92.15deg, #D52F32 -12.27%, #231F20 89.91%);
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    padding: 70px 0px;
}
.view_more_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 30px;
}
.service_part_title h3 {
    font-size: 30px;
    font-weight: 700;
    color: #FFFFFF;
}
.service_part_title p {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 400;
    padding: 10px 0px 40px;
}




.our_service {
    background: #F8F8F8;
    padding: 70px 0px;
}
button.btn_viewmore {
    border: unset;
    color: #FFFFFF;
    font-weight: 700;
    border-radius: 5px;
    font-size: 20px;
    padding: 15px 30px;
    background: #D52F32;
    z-index: 1;
    overflow: hidden;
    position: relative;
}
button.btn_viewmore::before {
    content: "";
    position: absolute;
    border-radius: 4px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: -1;
    transition: transform 350ms ease-in-out;
    transform: scalex(0);
    transform-origin: left;
}
button.btn_viewmore:hover::before {
    transform: scalex(1);
}
.services_title_sec h2 {
    margin-bottom: 0px;
    font-size: 22px;
    font-weight: 800;
    color: #D52F32;
    margin-top: 0px;
}
.services_title_sec p {
    padding-top: 15px;
}
.services_title_sec h5 {
    color: #2F2F2F;
    font-size: 18px;
    font-weight: 400;
}
ul.services_listing li {
    color: #3D3D3D;
    font-size: 18px;
    font-weight: 700;
}
ul.services_listing {
    padding-left: 17px;
}
.content_service {
    padding-left: 40px;
}
.home_our_inventary {
    padding: 50px 0px 25px; 
}
/* end service parts */
/* questioner */
.questioner{
    background-image: url(../assests/images/question-bg.webp);
    width: 100%;
   padding: 40px 0px;
}

.question_text {
    width: 52%;
}
.question_text p {
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
}
.contact_us-email p {
    color: white;
    font-size: 22px;
    margin-top: -6px;
    font-weight: 500;
}
.contact_us-email span img {
    padding-right: 12px;
}
.contact_us-email span {
    color: #F6F6F6;
    padding: 8px 8px;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    display: flex;
    align-items: center;
}
.contact_us-email span:hover 
{

}
.inventary_title_sec {
    text-align: center;
}
/* questionerend */

/* our-inventary*/
.our_inventary_slider{
    background-image: url(../assests/images/inventary_bg.webp);
    width: 100%;
    height: 530px;
    display: flex;
    align-items: center;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.inventary_title_sec h2 {
    margin-bottom: 0px;
    font-size: 22px;
    font-weight: 800;
    color: #D52F32;
}

.inventary_title_sec p {
    padding: 0px 200px;
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 400;
}





.text {
    display: none;
}
/* .slick-next::before, .slick-prev::before {
    color: blue;
  } */
/* our-inventary */
/* our services */
img.ou_service_banner {
    width: 100%;
    height: 738px;
}
/* end our services */



/* footer */
.footer_logo{
    height: 105px;
    width: auto;
    margin-bottom: 20px;
}
ul.ul_footer_list li a {
    color: #2F2F2F;
    transition: 0.3s;
}
ul.ul_footer_list li a:hover {
    text-decoration:none;
    color: #f4242a;
    transition: 0.3s;
}
p.email_footer a {
    color: #2F2F2F;
}
p.email_footer a:hover {
    text-decoration:none;
}
.footer_about_text {
    font-size: 17px;
    font-weight: 400;
    color: #2F2F2F;
    line-height: 21px;
    padding-right: 100px;
}
.social_icon img {
    padding-right: 16px;
}
footer.footer_main {
    padding: 50px 0px;
}
h3.footer_heading {
    font-size: 22px;
    font-weight: 600;
    color: #2F2F2F;
}
.ul_footer_list {
    list-style: none;
    padding-left: 0px;
    padding-top: 5px;
    margin-bottom: 0px;
}
ul.ul_footer_list li {
    line-height: 32px;
    padding: 6px 0px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
}
img.icon_turbine {
    padding-right: 10px;
    height: 15px;
    margin-bottom: 3px;
}
.footer_right p img {
    padding-right: 8px;
}
.footer_right p{
    font-size: 16px;
    font-weight: 500;
}
p.email_footer {
    padding-top: 12px;
}
h3.footer_heading.foot_disclaimer {
    margin-top: 50px;
}
.copyright {
    background: #2F2F2F;
    color: #ffffff;
    padding: 15px 0px;
    text-align: center;
    font-weight: 400;
    font-size: 18px;
}
.copyright p {
    padding: 0px;
    margin: 0px;
}

/* footer end */

.carousel-item.carousel_new_item{
    height: auto;
}
.new_next, .new_prev {
    background: none;
    border: none;
    opacity: 1 !important;
}
.carousel-indicators li {
    width: 9px !important;
    border-radius: 50%;
    height: 9px !important;
}
.carousel-indicators li.active {
    width: 12px !important;
    height: 12px !important;
}
.mobile_menu_main{
    display: none;
}
/* Start Swiper */
.swiper-button-next, .swiper-button-prev
{
    border: 2px solid #FFFFFF;
    border-radius: 50px;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

div.swiper-button-prev
  {
    left: -50px;
  }
  div.swiper-button-next
  {
    right: -50px;
  }
  .swiper-button-next:after, .swiper-button-prev:after
  {
    font-size: 22px;
    color: #fff;
  }

  #inventary-slider .swiper-button-next, #inventary-slider .swiper-button-prev
  {
    background: #D52F32;
  }
/* End Swiper */
#buttonScroll {
    display: inline-block;
    background-color: #d52f32;
    border: 1px solid #fff;
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 100%;
    position: fixed;
    bottom: 30px;
    right: 10px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
  }
  #buttonScroll::after {
    content: "\f106";
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    font-weight: normal;
    font-style: normal;
    font-size: 2.1em;
    line-height: 41px;
    color: #fff;
 }
  #buttonScroll:hover {
    cursor: pointer;
    background-color: #333;
  }
  #buttonScroll:active {
    background-color: #555;
  }
  #buttonScroll.show {
    opacity: 1;
    visibility: visible;
  }

/*LAPTOP*/
@media only screen and (max-width:1440px) and (min-width:1200px)  {
        .carousel-item.carousel_new_item {
        height: 500px;
    }
    .title_banner p {
        margin-left: 25px;
    }
}
/**/




/* mobile responsiveness */
@media only screen and (max-width: 768px) and (min-width:320px)  {

    .carousel_new_item img {
        height: 250px;
        object-fit: cover;
    }
    
    .carousel-control-next, .carousel-control-prev
     {
       width: 8%;
     }
    #home .carousel-caption
     {
        right: 10%;
        left: 10%;
     }
    header.header_main {
        display: none;
    }
    .mobile_menu_main{
        display: block;
    }
    .mobile-menu {
        display:block;
        width:100%;
      background: #8aa8bd/*e0b88f/*c99393/*e5d1a4/*dcc591/*EFD3A3*/;
      line-height: 1.6em;
      font-weight: 400;
      width:100%;
      text-align:center;
          position: relative;
        margin:0 auto;
      }
      /*Strip the ul of padding and list styling*/
      .mobile-menu ul {
          list-style-type:none;
        margin: 0 auto;
        padding-left:0;
        text-align:center;
        width:100%;
        position: absolute;
        background: #2F2F2F;
      }
      
      /*Create a horizontal list with spacing*/
      .mobile-menu li {
          display:inline-block;
          /*float: left;
          margin-right: 1px;*/
      }
      
      /*Style for menu links*/
      .mobile-menu li a {
          display:block;
          min-width:140px;
          text-align: center;
          font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
          color: #fff;
        text-transform:uppercase;
          background: #2F2F2F;
          text-decoration: none;
        margin-left:-5px;
        padding: 10px 0;  
      -webkit-transition: all 0.4s ease 0s;
      -moz-transition: all 0.4s ease 0s;
      -ms-transition: all 0.4s ease 0s;
      -o-transition: all 0.4s ease 0s;
      transition: all 0.4s ease 0s;
      }
      
      /*Hover state for top level links*/
      .mobile-menu li:hover a {
            color: #FFFFFF;
            background-color: #D52F32;
        }
      
      /*Style for dropdown links*/
      .mobile-menu li:hover ul a {
          background: #f3f3f3;
          color: #2f3036;
          height: 40px;
          line-height: 40px;
      }
      
      /*Hover state for dropdown links*/
      .mobile-menu li:hover .mobile-menu ul a:hover {
          color: #4db3ff;
      }
      
      /*Hide dropdown links until they are needed*/
      .mobile-menu li ul {
          display: none;
      }
      
      /*Make dropdown links vertical*/
      .mobile-menu li ul li {
          display: block;
          float: none;
      }
      
      /*Prevent text wrapping*/
      .mobile-menu li ul li a {
          width: auto;
          min-width: 100px;
          padding: 0 20px;
      }
      label.show-menu {
        margin-bottom: 0px;
    }
    label.show-menu img {
        width: 130px;
        height: auto;
    }
      
      /*Style 'show menu' label button and hide it by default*/
      .mobile-menu .show-menu {
          text-decoration: none;
          color: #fff;
          background: #2F2F2F;
          text-align: center;
          padding: 10px 15px;
          display: none;
        cursor: pointer;
        text-transform: uppercase;
      }
      
      .mobile-menu .show-menu span{
         padding-left: 25px;
      }
      
      /*Hide checkbox*/
      .mobile-menu input[type=checkbox]{
          display: none;
      }
      
      /*Show menu when invisible checkbox is checked*/
      .mobile-menu input[type=checkbox]:checked ~ #menu{
          display: block;
      }
        .mobile-menu .lines {
            height: auto;
            width: 26px;
            margin-top: 10px;
            float: right;
      }

      .change .bar1 {
          transform: translate(0, 5px) rotate(-45deg);
        }

        .change .bar2 {opacity: 0;}

        .change .bar3 {
          transform: translate(0, -11px) rotate(45deg);
        }

      .mobile-menu .lines .bar1, .mobile-menu .lines .bar2, .mobile-menu .lines .bar3 {
          width: 100%;
          height: 2px;
          background-color: #fff;
          margin: 6px 0;
          transition: 0.4s;
        }

          /*Make dropdown links appear inline*/
          .mobile-menu ul {
              position: static;
              display: none;
          }
          /*Create vertical spacing*/
          .mobile-menu li {
              margin-bottom: 1px;
          }
          /*Make all menu links full width*/
          .mobile-menu ul li, .mobile-menu li a {
              width: 100%;
          }
          /*Display 'show menu' link*/
          .mobile-menu .show-menu {
              display:block;
          }
          .carousel-item.carousel_new_item {
            height: auto;
        }
       
        .carousel-control-next-icon:before {
            content: "\f105" !important;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: 20px;
        }
        .nw_prev:before{
            content: "\f104" !important;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: 20px;
        
        }
      
        .carousel-control-prev-icon.nw_prev{
            width: 25px;
            height: 25px;
            font-size: 16px;
        
        }
        #carouselExampleCaptions .carousel-indicators {
            margin-bottom: 0rem;
            bottom: 0px;
        }
        .title_banner span {
            color: #FFFFFF;
            font-size: 12px;
        }
        .title_banner {
            margin-bottom: 0px;
            bottom: 28%;
        }
       
        .title_banner p {
            padding: 5px 30px;
            font-size: 12px;
            margin-bottom: 4px;
            width:unset;
            margin-left:0px;
        }
        .about_us {
            padding-top: 30px;
            padding-bottom: 60px;
        }
        .inventary_title_sec p {
            padding: 0px 0px;
        }
        p.para_about {
            font-size: 14px !important;
            font-weight: 800 !important;
            margin-bottom: 9px;
            line-height: 20px;
            text-transform: uppercase;
        }
        .about_sec_para span {
            font-size: 14px;
        }
        .inventary_title_sec h2 {
            margin-bottom: 0px;
            font-size: 18px;
        }
        .about_sec_para p {
            font-weight: 700;
            font-size: 14px;
        }
        img.gt_stamp {
            position: absolute;
            left: -15px;
            top: -18px;
            width: auto;
            height: 50px;
        }
        .gt_img_table {
            position: relative;
            padding-top: 20px;
        }
        .gt_modal_sec {
            padding-top: 29px;
            padding-bottom: 40px;
        }
        .service_part_sec {
            margin-bottom: 30px;
            padding: 30px 0px;
        }
        .service_part_title h3 {
            font-size: 18px;
            font-weight: 700;
            color: #FFFFFF;
        }
        .service_part_title p {
            color: #FFFFFF;
            font-size: 14px;
            font-weight: 400;
            padding: 10px 0px 20px;
        }
        img.ou_service_banner {
            width: 100%;
            height: auto;
        }
        .content_service {
            padding-left: 0px;
        }
        .our_service-content {
            margin-top: 30px;
        }
      
      
       
        .our_inventary_slider {
            height: 310px;
        }
       
        button.btn_viewmore {
            font-size: 15px;
            padding: 10px 18px;
        }
        .services_title_sec h2 {
            font-size: 18px;
        } 
        .services_title_sec img {
            margin-top: -15px;
        }
        ul.services_listing li {
            color: #3D3D3D;
            font-size: 15px;
            font-weight: 700;
        }
        .our_service {
            background: #F8F8F8;
            padding: 30px 0px;
        }
      
        .question_text {
            width: 100%;
        }
        .questioner {
            background-image: url(../assests/images/question-bg.webp);
            width: 100%;
            padding: 20px 0px;
            background-size: 100% 100%;
            background-repeat: no-repeat;
            background-position: center;
            }
        .contact_us-email p {
            margin-top: 0px;
            margin-bottom: 0px;
        }
        .question_text p {
            font-size: 14px;
            font-weight: 400;
            color: #FFFFFF;
        }
        .contact_us-email p {
            color: white;
            font-size: 18px;
        }
        .contact_us-email {
            display: flex;
            align-items: center;
        }
        .contact_us-email span {
            padding: 6px 10px;
            margin-left: 12px;
            border: 1px solid #FFFFFF;
        }
        h3.footer_heading {
        font-size: 18px;
        margin-top: 18px;
        }
        ul.ul_footer_list li {
            line-height: 18px;
            
        }
        h3.footer_heading.foot_disclaimer {
            margin-top: 24px;
        }
        .copyright {
            font-size: 12px;
        }

        .Swiper1 
        {
            width: 80%;
            margin: auto;
        }

        div.swiper-button-next {
            right: -4px;
        }
        .swiper-button-next, .swiper-button-prev, #carouselExampleCaptions .nw_prev {
            width: 30px;
            height: 30px;
            line-height: unset;
            display: flex;
            justify-content: center;
        }
        .nw_prev:before {
            font-size: 20px;
            line-height: 25px;
        }
        .swiper-button-next:after, .swiper-button-prev:after {
            font-size: 14px;
        }

        div.swiper-button-prev {
            left: -4px;
        }

        #buttonScroll
        {
           width: 35px;
           height: 35px;
           bottom: 40px;
           right: 6px;
        }
        #buttonScroll::after
        {
            font-size: 1.6em;
            line-height: 32px;
        
        }
        #home {
            margin-top: 71px;
        }
          
        footer.footer_main 
          {
            padding-bottom: 0px;
          }              
      
}