@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none !important;
}
html{
    scroll-behavior: smooth;
}
body{
    background-color: #fff;
    color: #000;
    font-size: 16px;
    overflow-x: hidden;
    font-family: "Poppins", sans-serif;
}
h1,h2,h3,h4,h5,h6{
    margin: 0;
    padding: 0;
}
ul{
    margin: 0;
    padding: 0;
}
p{
    margin: 0;
    padding: 0;
}

/* Topnav */

.top-nav{
    background-color: #005B94;
}
.top-nav .container{
    max-width: 1170px;
}
.top-patti{
    display: flex;
    color: #fff;
    align-items: center;
    padding: 7px 0 5px 0;
    position: relative;
    padding-right: 50px;
}
.top-patti::before{
    position: absolute;
    content: "";
    border-right: 1px solid #ddd;
    height: 20px;
    right: 25px;
    top: 18px;
}
.top-patti:last-child::before{
    display: none;
}
.mail-icon img{
    width: 30px;
}
.mail-icon{
    width: 40px;
}
.icon-info{
    width: calc(100% - 40px);
}
.e-add{
    margin-bottom: 3px;
    font-size: 14px;
    font-weight: 600;
}
.real-mail a{
    color: #fff;
}
.three-part{
    display: flex;
}
.social{
    text-align: end;
    padding-top: 18px;
    display: flex;
    justify-content: end;
}
.social a{
    background-color: #fff;
    color: #071c2e;
    width: 29px;
    height: 30px;
    text-align: center;
    display: inline-block;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 5px;
    transition: 0.3s ease all;
}
.social a i{
    font-size: 14px;
}
.social a:first-child{
    background-color: #912524;
    color: #fff;
}
.social a:hover{
    background-color: #912524;
    color: #fff;
}
header {
    background-color: #fff;
}

/* Navigation */

/* New Drop-down Menu */

nav {
    padding: 0 0px;
    position: relative;
    display: flex;
    justify-content: end;
    align-items: center;
  }

  .menu-toggle {
    position: absolute;
    right: 0px;
    top: 35px;
    font-size: 24px;
    color: #912524;
    cursor: pointer;
    display: none;
    z-index: 1100;
  }

  .menu-toggle.active::before {
    content: "\2715";
  }

  .menu-toggle::before {
    content: "\2630";
  }

  ul.menus {
    list-style: none;
    display: flex;
    align-items: center;
  }

  ul.menus li {
    position: relative;
  }

  ul.menus li a {
    color: #071c2e;
    padding: 40px 16px;
    display: block;
    font-size: 16px;
    transition: 0.4s all ease;
    position: relative;
    font-weight: 600;
    white-space: nowrap;
  }
  ul.menus li a:hover{
    transition: 0.4s all ease;
    color: #912524;
  }

  ul.menus ul {
    display: none;
    position: absolute;
    background: #444;
    top: 100%;
    left: 0;
    min-width: 240px;
    z-index: 1000;
  }

  ul.menus ul ul {
    left: 100%;
    top: 0;
  }

  ul.menus li:hover > ul {
    display: block;
  }

  .submenu-toggle {
    display: none;
    position: absolute;
    right: 16px;
    top: 10px;
    cursor: pointer;
    color: #000;
    font-size: 14px;
  }

  ul.menus ul li a:hover {
    background-color: #fff;
    color: #912524 !important;
  }

  ul.menus ul ul li a {
    width: 250px;
    white-space: normal;
  }
  .in-pro{
    background-color: #071c2e !important;
    border-top: 2px solid #912524;
    transition: 0.4s ease all;
  }
  .in-pro li a{
    color: #fff !important;
    padding: 8px 16px !important;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
  }
  .in-pro li{
    border-bottom: 1px solid #162f45;
  }
  .in-pro li:last-child{
    border-bottom: none;
  }
  .in-pro li a:hover{
    color: #fff !important;
  }
  .in-pro li a i {
    font-size: 14px;
    color: #fff;
}
  .in-pro li a:hover i{
    color: #912524 !important;
  }

  /* New Drop-down Menu End */

  header .container{
    max-width: 1170px;
}
  .logo{
    padding: 20px 0;
  }
  .logo a img{
    width: 202px;
  }
  .quote-btn{
    position: relative;
    z-index: 2;
    padding: 28px 0;
    display: inline-block;
    width: 100%;
    text-align: right;
  }
  .quote-btn a{
    background: #912524;
    padding: 12px 26px !important;
    display: inline-block !important;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    color: #fff !important;
    transition: 0.4s ease all;
  }
  .quote-btn a:hover{
    background-color: #071c2e;
  }
  ul.menus li.active a{
    color: #912524;
  }

  /* Banner Css */

#banner{
    display: inline-block;
    width: 100%;
    overflow: hidden;
    height: 100%;
}
.banner-slides{
    position: relative;
    overflow: hidden;
    height: 100%;
}
.banner-slides .banner-slide-img {
    width: 100%;
    height: auto;
}

/* #mob-banner{
  display: none;
} */

/* Why CHoose Us */

.why-choose .container{
    max-width: 1170px;
}
.why-choose{
    padding: 70px 0 70px 0;
}
.heading{
    text-align: right;
    border-right: 2px solid #912524;
    font-size: 32px;
    font-weight: bold;
    padding-right: 35px;
}
.why-choose p{
    color: #444444;
    font-size: 16px;
    line-height: 26px;
}

/* Values Part */

.values .container{
  max-width: 1170px;
}
.values{
  padding: 90px 0 70px 0;
}
.values p {
  color: #444444;
  font-size: 16px;
  line-height: 26px;
}
.value-box{
  margin-top: 60px;
}
.value-in{
  padding: 25px 10px 10px 10px;
  text-align: left;
  background: #fff;
  display: flex;
  position: relative;
}
.value-img img{
  width: 100%;
}
.green-img{
  width: 40px;
  position: relative;
  z-index: 2;
}
.expertis{
  width: calc( 100% - 40px);
  padding-left: 20px;
}
.expertis h2{
  padding-bottom: 10px;
  font-size: 20px;
  color: #071c2e;
  font-weight: 600;
  position: relative;
  z-index: 2;
  transition: 0.4s ease all;
}
.expertis p{
  color: #444444;
  padding-bottom: 20px;
  position: relative;
  z-index: 2;
  transition: 0.4s ease all;
}
.full-value{
  position: relative;
  border: 1px solid #f2f2f2;
}
.value-in::before{
  position: absolute;
  content: "";
  background-color: #912524;
  width: 100%;
  height: 0;
  transition: 0.3s ease all;
  left: 0;
  bottom: 0;
}
.value-in:hover::before{
  height: 100%;
}
.value-in:hover .expertis h2{
  color: #fff;
}
.value-in:hover .expertis p{
  color: #fff;
}
.value-in:hover .green-img img{
  filter: brightness(0) invert(1);
}
.last-two{
  margin-bottom: 20px;
}
.val-2{
  border: 1px solid #f2f2f2;
}

/* Home Enq */

.home-enq{
  padding: 50px 0;
  background-image: url(../images/testi-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.home-enq::before{
  position: absolute;
  content: "";
  background-color: rgba(7, 41, 72, 0.95);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.home-enq .container{
  max-width: 1170px;
}
.get-form{
  position: relative;
  padding-left: 45px;
}

/* Enquiry Form Css */

.page-part {
  padding-top: 50px;
  padding-bottom: 50px;
}

.form-control-feedback {
  display: none;
}

.has-feedback label~.form-control-feedback {
  top: 0 !important;
}

.error {
  text-align: left !important;
  display: table !important;
}

.thnak4 {
  margin-top: 50px;
}

.has-feedback .form-control {
  font-size: 16px !important;
 
}

.form-group {
  margin: 20px 0;
}

.form-group input {
  font-size: 14px !important;
  line-height: 24px;
  border-radius: 2px;
  border-bottom: 2px solid #912524;
}

.form-group textarea {
  font-size: 14px !important;
  line-height: 24px;
  border-radius: 2px;
  border-bottom: 2px solid #912524;
}

.form-group select {
  font-size: 14px !important;
  line-height: 24px;
  border-radius: 2px;
  border-bottom: 2px solid #912524;
}

.input-group .form-control:last-child,
.input-group-addon:last-child {
  font-size: 14px !important;
  line-height: 24px;
  width: 100% !important;
}

.input-group .form-control:last-child,
.input-group-addon:last-child {
  font-size: 14px !important;
  line-height: 24px;
  border-radius: 2px;
  width: 100% !important;
  border-bottom: 2px solid #31aad6;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  margin: 20px 0;
  width: 100% !important;
}

.Submit-box {
  background-color: #912524;
  color: #fff;
  padding: 10px 15px;
  border: 1px solid #912524;
  font-size: 17px;
  border-radius: 2px;
  transition: 0.3s ease;
}

.Submit-box:hover {
  background-color: #000;
  border: 1px solid #000;
}

.form-control:focus {
  box-shadow: none !important;
  border: 1px solid #00626B;
  border-bottom: 2px solid #00626B;
}

.input-group>.form-control,
.input-group>.form-floating,
.input-group>.form-select {
  position: relative;
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
}

.get {
  color: #912524;
  font-weight: 600;
  font-size: 35px;
  line-height: 45px;
  padding-bottom: 15px;
  text-align: center;
}

.fill {
  font-size: 19px;
  font-weight: 600;
  text-align: center;
  color: #071c2e;
}

.Submit-box {
  font-weight: 600;
}
.get-quote{
  font-size: 18px;
  font-weight: 600;
  color: #F34047;
  font-style: italic;
  text-transform: uppercase;
  margin-bottom: -15px;
}
.fill-time{
  font-size: 36px;
  text-transform: capitalize;
  font-weight: bold;
  color: #fff;
  margin-top: 20px;
}


/* Enquiry Form Css End*/


/* Tabs Part */

.tab-secton{
  position: relative;
}
.tab-part{
  padding: 100px 0;
}

.tab {
  overflow: hidden;
}

.tab button {
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
  margin-right: 10px;
  width: 130px;
  height: 50px;
  font-weight: 400;
  background-color: #fff;
  border: 1px solid #f0f0f0;
  color: #444444;
  margin-bottom: 40px;
}

.tab button.active {
  background-color: #912524;
  color: white;
}

.tabcontent {
  display: none;
  border-top: none;
}
.tabcontent h3{
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 30px;
  font-weight: bold;
  color: #fff;
}
.tabcontent p{
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 20px;
}
.tab-btn a{
  background: #912524;
    padding: 12px 26px;
    display: inline-block;
    font-weight: 600;
    text-transform: capitalize;
    color: #fff;
    position: relative;
}
.tab-btn a i{
  position: relative;
  padding-left: 5px;
  top: 1px;
}
.accordion-sect{
  position: relative;
}
.accordion-sect .accordion-button:not(.collapsed){
  box-shadow: none;
}
.accordion-sect .accordion-button::after{
  width: 0;
}
.accordion-sect .accordion-item{
  border: none !important;
  background-color: transparent;
}
.accordion-sect .accordion-item h2 button{
  font-size: 20px !important;
  font-weight: 600;
  color: #fff;
  padding: 0 !important;
  transition: 0.3S ease all;
  padding-top: 25px !important;
  background-color: transparent !important;
}
.accordion-sect .accordion-body{
  padding: 20px 0;
  color: #fff;

}
.accordion-sect .accordion-item h2 button:hover{
  color: #912524;
}
.weassure{
  font-size: 32px;
    text-transform: capitalize;
    font-weight: bold;
    color: #fff;
    line-height: 40px;
    margin-bottom: 30px;
}

/* Product-part */

.product-part{
  padding-top: 50px;
  padding-bottom: 50px;
}
.product-parts{
    font-size: 36px;
    text-transform: uppercase;
    color: #071c2e;
    font-weight: bold;
    text-align: center;

    position: relative;
    border-bottom: 1px solid #d3d3d3;

}
.product-part p{
  margin: 0 150px;
  text-align: center;
  color: #444444;
  font-size: 16px;
  line-height: 26px;
  padding-top: 20px;
  margin-bottom: 50px;
}

.real-product{
  padding: 50px 0;
  background-image: url(../images/testi-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.real-product::before{
  position: absolute;
  content: "";
  background-color: rgba(7, 41, 72, 0.95);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.real-product p{
  position: relative;
}
.mb-40{
  margin-bottom: 30px;
}
.product-info{
  position: relative;
  transition: 0.3s ease  all;
  overflow: hidden;
}
.pro-pro{
  overflow: hidden;
  transition: 0.3s ease  all;
}
.pro-pro img{
  overflow: hidden;
  transition: 0.3s ease  all;
}
.product-info:hover .pro-pro img{
  transform: scale(1.1);
}
.pro-det{
  background-color: #912524;
  padding: 10px 15px;
}
.hand-pallet{
  text-align: center;
}
.hand-pallet a{
  font-size: 24px;
  text-transform: capitalize;
  font-weight: 600;
  color: #fff;
  transition: 0.4s ease all;
}
.hand-truck{
  padding-top: 12px;
  text-align: center;
}
.hand-truck a{
  color: #fff;
  background-color: #000;
  padding: 8px 10px;
  font-size: 14px;
  display: inline-block;
  transition: 0.3s ease;
}
.hand-truck a:hover{
  background-color: #fff;
  color: #000;
}
.pro-pro img{
  width: 100%;
}
.product-info{
  margin: 0 10px;
}
.real-product .slick-prev{
  background-color: #912524;
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 9;
  top: -65px;
  left:  91%;
}
.real-product .slick-next{
  background-color: #912524;
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 9;
  top: -65px;
  right: 16px;
}
.real-product .slick-prev::before{
  content: "\f053";
  font-family: "FontAwesome";
  color: #fff;
  font-size: 22px;
}
.real-product .slick-next::before{
  content: "\f054";
  font-family: "FontAwesome";
  color: #fff;
  font-size: 22px;
}

/* Youtube */

.youtube{
  padding-top: 100px;
  padding-bottom: 70px;
}
.youtube h2{
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 600;
  text-align: center;
}
.youtube p{
  text-align: center;
  color: #444444;
  line-height: 26px;
  padding-bottom: 20px;
}
.you-box{
  text-align: center;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1);
    padding: 5px;
}
.you-thumb{
  position: relative;
}
.you-thumb iframe{
  display: block;
}

/* BLog Part */

.blog-part{
  padding-bottom: 0;
}
.blog-det h2 a{
  color: #071c2e;
  font-size: 20px;
  font-weight: 600;
  display: inline-block;
  width: 100%;
  line-height: 30px;
  text-transform: capitalize;
  padding-bottom: 20px;
}
.blog-box{
  border: 1px solid #f2f2f2;
}
.blog-det{
  padding: 10px;
}
.post-meta {
  display: inline-block;
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 10px;
}
.post-meta li {
  display: inline-block;
  margin-right: 5px;
  text-transform: capitalize;
  padding-right: 10px;
}
.single-post-text li {
  float: left;
  font-size: 15px !important;
  font-weight: normal;
  margin-left: 1px;
  padding-right: 2px;
  text-transform: capitalize;
  line-height: 30px;
  color: #000 !important;
}
.post-meta i {
  color: #912524;
  margin-right: 10px;
  font-size: 14px;
}
.post-meta ul{
  display: flex;
  justify-content: space-between;
}
.blog-det p{
  padding-bottom: 20px;
  color: #444444;
}
.blog-time{
  padding-bottom: 75px;
}


/* Clients */

.clients{
  padding: 40px 0;
  background-color: lightgray;
}
.clients h2{
  font-size: 30px;
  color: #912524;
  font-weight: bold;
  text-transform: capitalize;
  margin-bottom: 40px;
  font-style: italic;
}
.clients .slick-prev{
  background-color: #912524;
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 9;
  top: -65px;
  left: 91%;
}
.clients .slick-next{
  background-color: #912524;
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 9;
  top: -65px;
  right: 16px;
}
.clients .slick-prev::before{
  content: "\f053";
  font-family: "FontAwesome";
  color: #fff;
  font-size: 22px;
}
.clients .slick-next::before{
  content: "\f054";
  font-family: "FontAwesome";
  color: #fff;
  font-size: 22px;
}
.clients-logo img{
  width: 100%;
}
.clients-logo{
  margin: 0 10px;
}

/* Footer */

footer{
  padding: 80px 0 50px 0;
  background-color: #071c2e;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.foot-logo img{
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
}
.first-foot p{
  color: #fff;
  padding-top: 20px;
  text-align: justify;
  line-height: 28px;
  font-size: 17px;
  hyphens: auto;
}
.socials {
  display: flex;
  margin-top: 18px;
}
.facebook {
  width: 35px;
  height: 35px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-right: 10px;
  transition: 0.4s all ease;
  cursor: pointer;
}
.facebook a {
color: #004d75;
line-height: 0;
transition: 0.4s all ease;
}
.facebook:hover {
background-color: #912524;
transform: translateY(-5px);
}
.facebook:hover a {
color: #fff;
}
.second-foot h2{
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  padding-left: 25px;
  padding-bottom: 20px;
}
.second-foot li{
  padding-left: 25px;
}
.second-foot li a{
  position: relative;
  color: #fff;
  padding-left: 20px;
  display: block;
  padding-top: 3px;
  transition: 0.3s all ease;
  font-size: 17px;
  margin-top: 7px;
}
.second-foot li a::before{
  position: absolute;
  content: "\f105";
  font-family: "FontAwesome";
  left: 0;
  top: 5px;
  font-size: 15px;
}
.second-foot li a:hover{
  color: #00bcd4;
  padding-left: 25px;
}
.second-foot{
  padding-left: 20px;
}
.third-foot h2{
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  padding-left: 5px;
  padding-bottom: 20px;
}
.last-foot h2{
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  padding-left: 5px;
  padding-bottom: 27px;
}
.third-foot li{
  padding-left: 5px;
}
.third-foot li a{
  position: relative;
  color: #fff;
  padding-left: 20px;
  display: block;
  padding-top: 3px;
  transition: 0.3s all ease;
  font-size: 17px;
  margin-top: 7px;
}
.third-foot li a::before{
  position: absolute;
  content: "\f105";
  font-family: "FontAwesome";
  left: 0;
  top: 5px;
  font-size: 15px;
}
.third-foot li a:hover{
  color: #00bcd4;
  padding-left: 25px;
}
.address {
  display: flex;
  padding-bottom: 10px;
}
.loca {
  width: 26px;
}
.loca i {
  color: #fff;
  position: relative;
  top: 3px;
  font-size: 17px;
}
.add {
  width: calc(100% - 26px);
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  font-size: 17px;
}
.add a {
  color: #fff;
  transition: 0.3s all ease;
}
.add a:hover{
color: #00bcd4;
}
footer .container{
  max-width: 1220px;
}
.off-add{
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  padding-bottom: 10px;
}

.copy {
  background-color: #F0F1F3;
  padding-top: 15px;
  padding-bottom: 15px;
}
.copy .container {
  max-width: 1220px;
}
.first-copy {
  color: #000;
  font-size: 16px;
  font-weight: 500;
}
.power {
  text-align: right;
  color: #000;
  font-size: 16px;
  font-weight: 500;
}
.power a {
  color: #000;
  transition: 0.3s all ease;
}
.power a:hover{
color: #912524;
}

/* Pre Loader */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

#preloader img {
  width: 160px;
  height: auto;
  animation: ghum 22s linear infinite;
}

@keyframes ghum{

  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }

}

/* Scroll top */

.go-top #scrollBtn {
  display: none;
  position: fixed;
  bottom: 70px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #912524;
  color: white;
  cursor: pointer;
  border-radius: 50%;
  transition: opacity 0.3s ease;
  width: 40px;
  height: 40px;
}

.go-top #scrollBtn:hover {
  background-color: #555;
}

/* Project Page */

.proj-text h2{
  background-color: #912524;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  padding: 10px 0;
}

/* Product Page */

/* breadcrumb */

.breadcrum{
  background-image: url(../images/breadcrumb.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 60px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  gap: 20px;
}
.breadcrum::before{
  background-color: rgba(0, 0, 0, 0.60);
  height: 100%;
  position: absolute;
  content: "";
  width: 100%;
  top: 0;
}
.breadcrum h2 {
  position: relative;
  color: #fff;
  font-size: 40px;
  text-align: center;
  font-weight: 700;
}
.bread-last {
  position: relative;
  color: #fff;
  font-size: 17px;
  text-align: center;
  padding: 0 10px;
  line-height: 28px;
  font-weight: 600;
}
.bread-last a {
  color: #fff;
  transition: 0.3s ease;
}
.iner-product{
  padding: 100px 0 100px 0;
}
.iner-product .container{
  max-width: 1170px;
}
.why-choose-text h2 a{
  color: #071c2e;
  transition: 0.3s ease all;
  font-size: 22px;
  font-weight: 600;
}
.why-choose-text h2{
  padding-bottom: 15px;
  line-height: 28px;
}
.why-choose-text h2 a:hover{
  color: #912524;
}
.why-choose-inner{
  border: 1px solid #e6e6e6;
  text-align: center;
  padding: 5px;
}
.why-choose-text{
  padding: 20px 15px 15px 15px;
  text-align: left;
}
.why-choose-text p{
  line-height: 26px;
}


/* Hand Pallet Truck */

.in-pro-detail{
  padding: 100px 0 80px 0;
}
.intro{
  color: #071c2e;
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 15px;
    padding-top: 40px;
}
.full-detail p{
  color: #444444;
  line-height: 26px;
  padding-bottom: 20px;
}
.exte{
  color: #071c2e;
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 15px;
}
/* .fork{
  font-size: 16px;
  color: #071c2e;
  font-weight: 600;
  padding-bottom: 15px;
} */
.full-detail ul{
  padding-bottom: 20px;
}
.full-detail li{
  position: relative;
  color: #444444;
  font-size: 16px;
  padding-bottom: 8px;
  padding-left: 22px;
}
.full-detail li::before{
  content: "\f101";
  font-family: fontawesome;
  left: 0px;
  top: 0px;
  position: absolute;
  color: #F34047;
  font-size: 14px;
}
.in-pro-detail .container{
  max-width: 1170px;
}
/* .cust{
  color: #808080;
  padding-bottom: 5px;
} */
.feature{
  padding: 40px 15px;
  background: #f5f5f5;
  border-radius: 3%;
  margin-bottom: 15px;
}
.feature table{
  width: 100%;
  margin-bottom: 20px;
}
.feature table>tbody>tr:nth-of-type(odd){
  background-color: #f9f9f9;
}
.feature table tr>th{
  padding: 8px;
  vertical-align: top;
  color: #525252;
}
.feature table tr{
  border-top: 1px solid #ddd;
  color: #808080;
}
.feature table tr td{
  padding-left: 15px;
  padding: 8px;
  vertical-align: top;
  color: #525252;
}
.comment-time{
  background-color: #f5f5f5;
  padding: 20px;
  margin-top: 35px;
  margin-bottom: 25px;
}
.write{
  font-size: 18px;
  font-weight: 600;
  padding-top: 35px;
  color: #071c2e;
}
.down-bro{
  display: flex;
  background-color: #912524;
  padding: 10px 20px;
  justify-content: space-between;
}
.down-bro a{
  color: #fff;
}
.brochure{
  margin-top: 15px;
}
.prod-table table {
  border-collapse: collapse;
  width: 100%;
}
.prod-table table tr{
  border-width: 1px !important;
}
.prod-table th {
  background-color: #912524;
  color: #fff;
  font-size: 19px;
  padding: 8px 10px;
  line-height: 32px;
  border: 1px solid #000;
  text-align: center;
}
.prod-table tr:nth-child(odd) {
  background-color: #ddd;
}
.prod-table td {
  border: 1px solid #000;
  text-align: center;
  padding: 15px 10px;
  font-size: 17px;
}

/* Blog Page */

.big-blog img{
  width: 100%;
}
.blog-box:hover .big-blog img{
  transform: scale(1.2);
}
.big-blog{
  overflow: hidden;
  transition: 0.4s ease all;
}
.big-blog img{
  transition: 0.4s ease all;
}
.blog-read a{
  color: #444444;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 16px;
  padding: 15px 30px;
  border: 1px solid #444444;
  display: inline-block;
  transition: 0.3s ease;
}
.blog-box:hover .blog-read a{
  background-color: #912524;
  color: #fff;
  border: 1px solid #912524;
}
.blog-pro{
  font-size: 24px;
  margin-bottom: 20px;
  text-transform: capitalize;
  width: 100%;
  color: #071c2e;
  padding-bottom: 10px;
  font-weight: bold;
}
.blog-det ul li{
  position: relative;
  width: 100%;
  background: #f5f5f5;
  margin-bottom: 5px;
  text-align: right;
}
.blog-det ul li a{
  color: #525252;
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
  transition: 0.3s ease;
}
.blog-det ul li a span{
  text-align: right;
}
.blog-det ul li a:hover{
  background-color: #eee;
  color: #912524;
}
.recent-b{
  display: inline-block;
  font-size: 24px;
  margin-bottom: 20px;
  text-transform: capitalize;
  width: 100%;
  color: #071c2e;
  position: relative;
  padding-bottom: 10px;
  font-weight: bold;
  margin-top: 40px;
}
.media-time{
  margin-top: 15px;
  display: flex;
}
.lever a{
  font-size: 16px;
  color: #071c2e;
  font-weight: 600;
  padding-left: 25px;
  line-height: 20px;
  margin-bottom: 10px;
  display: inline-block;
  transition: 0.3s ease all;
}
.post-time{
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding-left: 25px;
}
.lever a:hover{
  color: #912524;
}

/* About Us Page */

.about-page{
  padding: 100px 0;
}
.about-page .container{
  max-width: 1170px;
}
.in-abo-det .why{
  color: #912524;
  text-transform: capitalize;
}
.in-abo-det h2{
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 30px;
  font-weight: bold;
}
.in-abo-det p{
  margin-bottom: 20px;
  color: #444444;
  line-height: 26px;
}
.in-abo-det h2 span{
  color: #912524;
}
.our-co{
  text-transform: capitalize;
    font-size: 28px;
    font-weight: 600;
    color: #071c2e;
    margin-bottom: 20px;
    margin-top: 20px;
}
#readMoreBtn {
  color: #912524;
  border: none;
  cursor: pointer;
  margin-top: 10px;
  background-color: transparent;
  font-weight: 700;
}
.seco-sbo p{
  margin-bottom: 20px;
    color: #444444;
    line-height: 26px;
}


/* Contact Us Page */

.contact-page{
  padding: 100px 0;
}
.add-time{
  display: flex;
  margin-bottom: 40px;
}
.locat{
  width: 50px;
}
.add-per{
  width: calc( 100% - 50px );
}
.locat i{
  font-size: 25px;
  color: #912524;
  position: relative;
  top: 5px;
}
.add-per h2{
  color: #071c2e;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 10px;
}
.per-ad{
  color: #444444;
  line-height: 26px;
}
address{
  margin-bottom: 0;
}
.per-ad a{
  color: #444444;
}
.you-page{
  padding: 70px 100px;
}
.you-page h2{
  font-size: 18px;
  margin-bottom: 20px;
  color: #071c2e;
  font-weight: 600;
  text-align: center;
}
.you-page p{
  color: #444444;
  line-height: 26px;
  text-align: center;
  padding-bottom: 20px;
}

/* Gallery */

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






  /* Media Query Start */

  @media only screen and (max-width: 1199px){
      .top-patti{
        padding-right: 35px;
      }
      .top-patti::before{
        right: 17px;
      }
      .quote-btn{
        text-align: center;
        text-align-last: left;
        padding-left: 16px;
        padding-top: 10px;
        padding-bottom: 18px;
      }
      .quote-btn a{
        padding: 12px 20px;
      }
      .real-product .slick-prev{
        left: 89%;
      }
      .values{
        padding-top: 70px;
      }
      .tab-part{
        padding-bottom: 50px;
      }
      .youtube{
        padding-top: 70px;
      }
      .clients .slick-prev{
        left: 89%;
      }
      .clients{
        padding: 70px 0;
      }
      .why-choose {
        padding: 60px 0 70px 0;
      }
      ul.menus li a{
        padding: 40px 14px
      }
      nav{
        padding: 0 5px;
      }
      .get{
        font-size: 30px;
      }
      .fill{
        font-size: 18px;
      }
      .why-helix h2{
        font-size: 31px;
      }
            .menu-toggle {
      display: block;
    }

    nav {
      justify-content: flex-start;
    }

    ul.menus {
      display: none;
      flex-direction: column;
      width: 100%;
      background: #071c2e;
    }

    ul.menus.active {
      display: flex;
      position: relative;
      top: 20px;
    }
    ul.menus li a{
      color: #fff;
    }

    ul.menus li {
      width: 100%;
    }

    ul.menus ul, ul.menus ul ul {
      position: static;
      width: 100%;
    }

    ul.menus li:hover > ul {
      display: none;
    }

    ul.menus li.show > ul {
      display: block;
    }

    .submenu-toggle {
      display: block;
    }
    ul.menus li a i{
      display: none;
    }
    ul.menus ul ul li a{
      width: 89%;
    }
    ul.menus li a{
      padding: 8px 16px;
    }
    .t-white {
      color: #fff;
    }
    .menu-toggle{
      top: -74px;
      font-size: 24px;
      background-color: #912524;
      color: #fff;
      width: 40px;
      height: 40px;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    nav{
      padding: 0;
    }
    ul.menus.active{
      top: 0;
    }
    .submenu-toggle i{
      color: #fff;
      padding: 4px;
      background-color: #912524;
    }
    ul.menus li a{
      font-size: 17px;
      font-weight: 500;
    }
    .about-page{
      padding: 70px 0 50px 0;
    }
  }

  @media only screen and (max-width: 991px){


    .top-patti {
      padding-right: 16px;
    }
    .top-patti::before{
      display: none;
    }
    .footer-wedget-four{
      padding-top: 40px;
    }
    .footer-sec h2{
      margin-bottom: 35px;
    }
    .three-part{
      justify-content: space-around;
    }
    .banner-text h1 br{
      display: none;
    }
    .banner-text p br{
      display: none;
    }
    .why-choose {
      padding: 50px 0 50px 0;
    }
    .testi-det p br{
      display: none;
    }
    .man-smile{
      display: none;
    }
    .get-form{
      padding-left: 0;
    }
    .weassure{
      margin-top: 50px;
      margin-bottom: 15px;
    }
    .product-part p{
      margin: 0 0 0px 0;
    }
    .real-product .slick-prev {
      left: 86%;
    }
    .blog-time {
      padding-bottom: 70px;
    }
    .clients .slick-prev{
      left: 86%;
    }
    .banner-text h1{
      font-size: 36px !important;
      line-height: 50px;
    }
    #banner .slick-prev{
      display: none !important;
    }
    #banner .slick-next{
      display: none !important;
    }
    .banner-text ul li a{
      font-size: 15px;
    }
    .logo {
      padding: 10px 0 10px 0;
    }
    .about-page {
      padding: 50px 0;
    }
    .employe p{
      font-size: 19px;
    }
    .employe h2{
      font-size: 42px;
    }
    .contact-page {
      padding: 50px 0;
    }
    .info-det{
      padding-top: 40px;
      margin-bottom: 10px;
    }
    .iner-product{
      padding: 50px 0;
    }
    .in-pro-detail{
      padding: 50px 0;
    }
    .product-part {
      padding-top: 50px;
    }
    .menu-toggle{
      top: -64px;
    }
    .first-foot p{
      font-size: 16px;
    }
    .copy{
      text-align: center;
    }
    .power{
      text-align: center;
    }
    .go-top #scrollBtn{
      right: 15px;
    }
    .youtube{
      padding-bottom: 20px;
    }
    .pro-pag{
      padding: 5px;
    }
    .pro-pag h2 a{
      font-size: 20px;
    }
    .exte{
      padding-top: 20px;
    }
    .why-choose-text {
      padding: 10px 5px 10px 5px;
      text-align: left;
    }
    .why-choose-text h2 a{
      font-size: 20px;
    }
    .why-choose-text h2{
      padding-bottom: 10px;
      line-height: 26px;
    }
    .blog-det{
      padding: 10px 0 0 0;
    }

  }

  @media only screen and (max-width: 767px){

    .quick{
      padding-top: 40px;
    }
    .footer-sec{
      padding-top: 70px;
      padding-bottom: 50px;
    }
    .second-foot{
      padding-left: 25px;
      padding-top: 35px;
    }
    .footer-sec h2 {
      margin-bottom: 20px;
    }
    .footer-wedget-four {
      padding-top: 40px;
    }
    .quick {
      padding-top: 40px;
    }
    .footer-bottom-sec p{
      text-align: center;
    }
    .footer-social{
      text-align: center;
      padding-top: 20px;
    }
    .why-choose{
      padding-top: 25px;
    }
    .why-helix h2{
      border-right: none;
      padding-right: 0;
      text-align: center;
      padding-bottom: 15px;
    }
    .why-helix h2 br{
      display: none;
    }
    .cost{
      padding-top: 50px;
    }
    .why-choose{
      padding-bottom: 30px;
    }
    .top-nav{
      display: none;
    }
    .why-choose p{
      text-align: center;
    }
    .values{
      padding-top: 45px;
    }
    .value-box {
      margin-top: 40px;
    }
    .tab-part{
      padding: 50px 0;
    }
    .product-part h2{
      margin: 0 100px;
    }
    .get-quote{
      font-size: 17px;
    }
    .fill-time{
      font-size: 30px;
    }
    .real-product .slick-prev{
      left: 81%;
    }
    .clients .slick-prev{
      left: 81%;
    }
    .second-foot{
      padding-top: 0;
    }
    .go-top #scrollBtn{
      bottom: 25px;
      right: 10px;
    }

    .why-choose-text h2{
      text-align: center;
    }
    .in-abo-det h2{
      font-size: 30px;
      font-weight: 600;
      margin-bottom: 20px;
    }
    .counter-time{
      padding: 50px 0;
    }
    .employe{
      margin-bottom: 10px;
    }
    .employe p{
      padding-top: 5px;
    }
    .get{
      font-size: 26px;
      line-height: 28px;
    }
  .third-foot{
    padding-top: 30px;
  }
  .last-foot{
    padding-top: 30px;
  }
  .proj-text h2{
    font-size: 20px;
  }
  .hand-pallet a{
    font-size: 22px;
  }
  .values .container {
    max-width: 540px;
  }
  .why-choose .container{
    max-width: 540px;
  }
  .clients {
    padding: 50px 0;
  }
  .blog-det{
    padding-top: 0;
  }
  .youtube {
    padding-bottom: 50px;
  }
  .pro-pag p{
    text-align: center;
  }
  .why-choose-text p{
    text-align: center;
  }


    

  }

  @media only screen and (max-width: 576px){

    .why-helix h2{
      font-size: 28px;
    }
    .why-choose {
      padding-top: 20px;
    }
    .cost {
      padding-top: 35px;
    }
    .testi-time{
      padding: 45px 15px;
    }
    .hel-eng{
      text-align: center;
    }
    .tabcontent h3{
      font-size: 30px;
      text-align: center;
      margin-bottom: 20px;
    }
    .tabcontent p{
      text-align: center;
    }
    .tab-btn{
      text-align: center;
    }
    .weassure{
      text-align: center;
      font-size: 28px;
    }
    .product-part h2{
      font-size: 28px;
    }
    .product-part h2 {
      margin: 0 50px;
    }
    .real-product .slick-prev{
      display: none !important;
    }
    .real-product .slick-next{
      display: none !important;
    }
    .get-quote{
      text-align: center;
    }
    .fill-time{
      font-size: 28px;
      text-align: center;
    }
    .youtube{
      padding-top: 50px;
      padding-bottom: 40px;
    }
    .blog-box img{
      width: 100%;
    }
    .blog-det h2 a br{
      display: none;
    }
    .blog-time{
      padding-bottom: 50px;
    }
    .clients .slick-prev{
      display: none !important;
    }
    .clients .slick-next{
      display: none !important;
    }
    .clients h2{
      font-size: 28px;
      text-align: center;
    }
    .clients {
      padding: 50px 0;
    }
    .footer-sec{
      padding-top: 50px;
    }
    .footer-sec p{
      padding-bottom: 30px;
    }
    .second-foot{
      padding-left: 0;
    }
    .quick {
      padding-top: 30px;
    }
    .footer-wedget-four{
      padding-top: 30px;
    }
    .banner-text h1 {
      font-size: 30px !important;
      line-height: 38px;
    }
    .banner-text ul li a{
      padding: 10px 24px;
    }
    .banner-text{
      gap: 15px;
    }
    .phone-no{
      margin-top: 0;
    }
    .blog-read{
      text-align: center;
    }
    .blog-det p{
      text-align: center;
    }
    .in-pro-detail {
      padding: 50px 0;
    }
    #preloader img {
      width: 120px;
      height: auto;
    }
    .in-abo-det h2{
      font-size: 28px;
      line-height: 36px;
    }
    .in-abo-det .why{
      padding-bottom: 10px;
    }
    .in-abo-det p{
      text-align: justify;
    }
    .our-co{
      font-size: 26px;
    }
    .seco-sbo p{
      text-align: justify;
    }
    .breadcrum{
      padding: 50px 10px;
      gap: 10px;
    }
    .breadcrum h2{
      font-size: 36px;
    }
    .get{
      font-size: 21px;
      padding-bottom: 10px;
    }
    .fill {
      font-size: 16px;
    }
    /* #mob-banner{
      display: block;
      overflow-x: hidden;
    } */
    /* #banner{
      display: none;
    } */
    footer{
      padding-top: 50px;
    }
    .second-foot{
      padding-top: 30px;
    }
    .second-foot h2{
      padding-left: 0;
      padding-bottom: 5px;
    }
    .second-foot li{
      padding-left: 0;
    }
    .third-foot h2{
      padding-left: 0;
      padding-bottom: 5px;
    }
    .last-foot h2{
      padding-left: 0;
      padding-bottom: 10px;
    }
    .third-foot li{
      padding-left: 0;
    }

  }


  @media only screen and (max-width: 450px){

    .why-helix h2 {
      font-size: 24px;
    }
    .why-choose-text h2{
      font-size: 22px;
    }
    .tab button{
      width: 110px;
      height: 45px;
    }
    .tabcontent h3{
      font-size: 26px;
      margin-bottom: 10px;
    }
    .footer-wedget-one img{
      width: 70%;
    }
    .banner-text h1{
      font-size: 28px !important;
    }
    .banner-text p{
      font-size: 15px;
    }
    .in-abo-det h2{
      font-size: 24px;
      line-height: 32px;
    }
    .our-co {
      font-size: 24px;
    }
    .employe h2 {
      font-size: 38px;
    }
    .employe p{
      font-size: 18px;
    }
    .in-abo-det h2{
      font-size: 21px;
    }
    .our-co {
      font-size: 20px;
    }
    .add-per h2{
      margin-bottom: 10px;
    }
    .why-choose-text p{
      text-align: center;
    }
    .has-feedback .form-control{
      padding: 13px;
    }
    .get{
      font-size: 18px;
    }
    .page-part {
      padding-top: 35px;
      padding-bottom: 40px;
    }
    .has-feedback .form-control::placeholder{
      font-size: 15px;
    }
    .foot-logo{
      text-align: center;
    }
    .socials{
      justify-content: center;
    }
    .first-foot p{
      text-align: center;
    }
    .proj-text h2 {
      font-size: 18px;
  }
  .product-part h2 {
    margin: 0 20px;
}
.about-page {
  padding: 40px 0;
}
.intro{
  text-align: center;
}
.full-detail p{
  text-align: center;
}
.exte{
  text-align: center;
}
.feature{
  padding: 20px 15px;
}
.blog-pro{
  padding-top: 10px;
}
.prod-table th{
  font-size: 16px;
  line-height: 26px;
}
.prod-table td{
  font-size: 16px;
  padding: 12px 10px;
}
.second-foot li a{
  padding-left: 16px;
}
.third-foot li a{
  padding-left: 16px;
}
.foot-logo img{
  width: 220px;
}



  }

  @media only screen and (max-width: 400px){

    .why-helix h2 {
      font-size: 22px;
    }
    .why-choose-text h2 {
    font-size: 20px;
    }
    .green-img{
      width: 35px;
    }
    .expertis {
      width: calc(100% - 35px);
      padding-left: 12px;
    }
    .tab button {
      width: 90px;
      height: 40px;
      margin-bottom: 25px;
    }
    .tabcontent h3{
      font-size: 24px;
    }
    .weassure{
      font-size: 24px;
      margin-top: 35px;
      margin-bottom: 0;
    }
    .accordion-sect .accordion-item h2 button{
      font-size: 18px !important;
    }
    .product-part h2{
      font-size: 24px;
      padding-bottom: 20px;
    }
    .fill-time{
      font-size: 24px;
    }
    .clients h2{
      font-size: 24px;
      margin-bottom: 30px;
    }
    .clients {
      padding: 35px 0;
    }
    .counter-time {
      padding: 25px 0;
    }
    .employe h2 {
      font-size: 36px;
    }
    .breadcrum h2 {
      font-size: 30px;
    }
    .bread-last{
      font-size: 16px;
    }
    .fill {
      font-size: 15px;
    }
    .get {
      font-size: 16px;
      padding-bottom: 5px;
    }

  }


  @media only screen and (max-width: 350px){

    .banner-text ul li a {
      padding: 9px 21px;
    }

  }
.why-choose h1{color:#9E0C0F}
.product-part h2{text-align:center;padding-top: 24px;}
.breadcrum h1 {
  position: relative;
  color: #fff;
  font-size: 40px;
  text-align: center;
  font-weight: 700;
}
.modal-lg {
  width: 750px
}

.modal-dialog {
  margin: 7% auto
}

.inq-btn-home {
  position: fixed;
  top: 300px;
  left: 10px;
  width: 45px;
  height: 50px;
  z-index: 9999
}

.modal {
  z-index: 999999 !important
}

.modal-header {
  padding: 10px 15px 0;
  background-color: #373435
}

.modal-title {
  font-size: 18px;
  color: #fff;
  padding-bottom: 9px
}

.close,
button.close {
  position: absolute;
  color: #fff !important
}

.modal-body {
  padding: 0 15px 10px
}

.capside {
  float: left;
  margin-top: 25px
}

.close {
  right: 16px;
  top: 15px;
  font-size: 28px
}

.pop-img {
  margin-top: 10%;
  margin-bottom: 20px;
  width: 300px;
  height: auto
}

button.close {
  -webkit-appearance: none;
  cursor: pointer;
  background: 0 0;
  border: 0;
  background-color: #b52414 !important;
  padding: 6px 15px;
  margin-top: -14px !important;
  opacity: 1
}

@media only screen and (max-width:768px) {
  .modal-lg {
    width: 75%;
    margin: 15px auto
  }

  .dmo,
  .moClose {
    display: none
  }

  .modal-footer {
    padding: 15px 21px;
    text-align: right;
    border-top: none;
    margin-top: -72px;
    position: relative;
    z-index: 999;
    width: 120px;
    float: right
  }

  .inq-btn-home img {
    width: 30px;
    height: auto
  }

  .modal-body {
    padding: 0 15px 45px
  }

  .modal-dialog {
    margin: 15% auto
  }
}
