
.nav-1 .cont .flex,
.social-icon {
  gap: 10px;
  display: flex
}
.nav-1{
    background-color: #000;
}
.header-main
 {
  background-color:#fff;
}

.banner-sec,
.drop-down-menu,
.logo,
.nav-1,
.welcome-sec .image-box,
nav {
  position: relative
}

.drop-down-nav>li>a,
nav>ul>li>a {
  display: inline-block;
  font-size: 16px
}

.header-main,
header,
nav {
  z-index: 9999
}

.drop-down-nav,
.logo a img,
nav {
  border-radius: 10px
}
.logo a img{
    width: 100%;
}
.drop-down-nav>li:hover>a,
.read-btn a:hover i {
  color: #fff !important
}

.counter-wrapper img,
.why-sec .text-1:hover img {
  filter: brightness(0) invert(1)
}

* {
  box-sizing: border-box;
  list-style: none;
  text-decoration: none !important;
  font-family:"Manrope", sans-serif ;
}

html {
  scroll-behavior: smooth !important
}

body {
  overflow-x: hidden;
  font-size: 17px;
  background-color: #f5f5dc47
}

@font-face {
  font-family:"Manrope", sans-serif ;
  src: url('../fonts/Manrope/Manrope-Bold.woff2') format('woff2');
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: "Manrope", sans-serif;
  src: url('../fonts/Manrope/Manrope-Medium.woff2') format('woff2');
  font-style: normal;
  font-display: swap
}
@font-face {
    font-family: "Manrope", sans-serif;
    src: url('../fonts/Manrope/Manrope-Regular.woff2') format('woff2');
    font-style: normal;
    font-display: swap
  }



h1,
h2,
h3,
h4,
h5,
h6 {
    font-family:"Manrope", sans-serif !important;
}

a,
p {
    font-family:"Manrope", sans-serif ;
}

.container {
  max-width: 1250px !important
}

.form-control-feedback,
.mobile-btn,
.sticky-time {
  display: none
}

.nav-1 {
  padding: 10px 0;
  backdrop-filter: blur(5px)
}

.nav-1 .cont,
.welcome-sec .flex {
  display: flex;
  gap: 20px
}

.footer-bottom a,
.nav-1 .cont .flex a {
  font-size: 16px;
  color: #fff
}

.footer-sec .link a:hover,
.map-sec i,
.nav-1 .cont .flex a:hover,
.presence-sec i,
.social-icon i:hover,
.why-sec i {
  color: #f28f00
}

.cont-box:hover .location-icon i,
.dash-word a,
.nav-1 .cont .flex i,
.social-icon i,
.why-sec .text-1:hover h3 {
  color: #fff
}

.social-icon {
  justify-content: end;
  align-items: center
}

.footer-bottom p,
.social-icon p {
  font-size: 16px;
  color: #fff;
  margin-bottom: 0
}

.get-quote a,
.sticky nav>ul>li:hover>a {
  color: #d87b2b
}

.header-main {
  display: sticky;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  padding: 15px 0;
  border-top: 1px solid #9c9c9c
}

.footer-sec .add,
.footer-sec .contact,
.footer-sec .email,
header,
nav,
nav>ul {
  display: flex
}

.header-top-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%
}

.hamburger,
header {
  flex-direction: column
}

.logo {
  width: 45%
}
.logo img{
 
}


nav>ul>li {
  padding: 0 5px
}

nav>ul>li:first-child {
  padding-left: 0
}

nav>ul>li:last-child {
  padding-right: 0
}

nav>ul>li>a {
    font-size: 17px;
  font-weight: 600;
  padding: 8px 8px;
  color: #000
}

nav>ul>li>a:hover {
  color: #ef7f1b;
  background-color: #fff;
  border-radius: 5px
}

.drop-down-nav>li>a,
.sticky nav>ul>li>a {
  color: #000;
  font-weight: 600
}

.drop-down-nav
 {
  position: absolute;
  left: 0
}

.drop-down-menu i {
  font-size: 16px
}

.drop-down-nav {
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
  top: 60px;
  width: 300px;
  background-color: #fff;
  z-index: 9;
  box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0
}

.hamburger,
.header-main .bar,
.second-navbar .bar {
  width: 30px;
  position: relative
}

nav>ul>li>a>i {
  transition: .2s ease-in-out
}

nav>ul>li:hover>a>i {
  transform: rotate(180deg)
}

.drop-down-menu:hover .drop-down-nav {
  visibility: visible;
  overflow: visible;
  opacity: 1;
  top: 55px;
  transition: .5s
}

.drop-down-nav>li>a {
  position: relative;
  padding: 10px 0 10px 20px;
  width: 100%
}

.drop-down-nav>li {
  border-bottom: 1px solid #e9e9e9
}

.drop-down-nav>li:hover {
  background-color: #01843e;
  transition: .3s
}

header {
  width: 100%;
  top: 0
}

.hamburger-menu {
  justify-content: center;
  align-items: center;
  display: none
}

.hamburger {
  display: flex;
  gap: 5px;
  align-items: end;
  z-index: 9;
  cursor: pointer;
  height: 100%;
  justify-content: center
}

.second-navbar .bar {
  height: 2px;
  background-color: #01843e !important;
  transition: .3s
}

.header-main .bar {
  height: 2px;
  background-color: #000;
  transition: .3s
}

.bar:nth-child(2) {
  width: 15px
}

.header-contact .bar:nth-child(2) {
  transform: translateX(-40px);
  transition: .8s;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
  background-color: #00032a
}

.header-contact .bar:first-child {
  transform: rotate(135deg);
  top: 8px;
  position: relative;
  background-color: #00032a
}

.header-contact .bar:nth-child(3) {
  transform: rotate(225deg);
  top: -6px;
  position: relative;
  background-color: #00032a
}


.sticky .header-main {
  padding: 15px 0 !important;
  border-top: none;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  box-shadow: 0 0 40px #000;
  animation: 1s sticky-header
}
@keyframes sticky-header {
  0% {
    transform: translateY(-100%)
  }

  100% {
    transform: translateY(0)
  }
}


.banner-sec{
  position: relative;
}


/* .banner-sec .slick-next.slick-arrow {
  content: '';
  display: block;
  position: absolute;
  top:45%;
  right: 20px;
  background-color: white;
  border: 2px solid #000;
  width: 50px;
  height: 50px;
  border-radius:5px;
  font-size: 0 ;
  z-index: 9999;
  background-image: url('../images/arrow.webp');
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
}
.slick-prev:before{
  content: '' !important;
}
.slick-next:before{
  content: '' !important;
}
.banner-sec .slick-prev.slick-arrow {
  content: '';
  display: block;
  position: absolute;
  background-color: white;
  top: 40%;
  width: 50px;
  border-radius: 5px;
  height: 50px;
 left:20px;
  font-size: 0;
  z-index: 9999;
  background-image: url('../images/arrow.webp');
  border: 2px solid #000;
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center;
} */

.banner-sec .slick-dots button {
  border-radius: 50%;
  width: 18px;
  background-color: #fff;
  height: 18px;
  font-size: 0;
  border: 2px solid #fff
}
.banner-sec li.slick-active {
  color: #8A4300 !important;


}
.banner-sec .slick-dots {
  position: absolute;
  bottom: 10px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dotted.slick-slider {
  margin-bottom: 0px !important;
}
.slick-dots li.slick-active button {
  background-color: rgb(0, 0, 0); 
}
/* -----------welcome-sec----------- */


.welcome-home {
    background-color: #fff;
    padding: 60px 0px;
    margin-top: 0px;
}

.home-img img {
    width: 100%;
    height: auto;
    transition: .5s ease;
    border-radius: 10px;
    
}

.welcome-home h1
{font-size: 34px;
    color: #000;
    font-weight: 800;
    padding-bottom: 0px;
 }
 .welcome-home h1 span{
    background: linear-gradient(to right, #ef7f1b, #aa5a13); 
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
 
 }
.welcome-heading p {
    font-size: 17px;
    color: #000000;
    text-align: justify;
    line-height: 30px;
    margin-bottom: 10px;
 
}
.welcome-heading a{background: #8A4300;
    padding: 15px 20px;
    position: relative;
    border-radius: 10px;
    display: inline-block;
    color: #ffffff;
    margin-top: 10px;
    font-size: 18px;
    text-decoration: none;
    font-weight: 600;transition: 0.5s;}

.welcome-heading a:hover{background: #000;}



/* -----------product-sec----------- */

.our-products-bg .slick-next.slick-arrow {
  content: '';
  display: block;
  position: absolute;
  top:43%;
  right: -55px;
  background-color: white;
  border: 2px solid #000;
  width: 50px;
  height: 50px;
  border-radius:5px;
  font-size: 0 ;
  z-index: 999;
  background-image: url('../images/arrow-1.webp');
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
}
.slick-prev:before{
  content: '' !important;
}
.slick-next:before{
  content: '' !important;
}
.our-products-bg .slick-prev.slick-arrow {
  content: '';
  display: block;
  position: absolute;
  background-color: white;
  top: 45%;
  width: 50px;
  border-radius: 5px;
  height: 50px;
 left:-55px;
  font-size: 0;
  z-index: 999;
  background-image: url('../images/arrow-1.webp');
  border: 2px solid #000;
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center;
}

.our-products-bg {
    padding: 50px 0px;
    background-color: #f7f7f7;
    background-image: url('../images/product-bg.webp');
    background-attachment: fixed;
background-size: cover;
background-repeat: no-repeat;
    position: relative;
}
.our-products-bg .slick-slide {
    margin: 0 10px
  }
.our-products-bg:before{
    content: '';
    position: absolute;
    height: 100%;
    background: #000000cc;
    width: 100%;
    left: 0px;
    top: 0px;
}
.our-products-bg h3{
    font-size: 36px;
    color: #fff;
    font-weight: 800;
    padding-bottom: 10px;
    position: relative;
    z-index: 999;
    text-align: center;
    margin-bottom: 17px;
}

.our-products-bg .pro-box{
 position: relative;

}
.our-products-bg .pro-box .image-box{
  overflow: hidden;
border-radius: 10px;
}
.our-products-bg .pro-box .image-box img{
    width: 100%;
    border-radius: 10px;
    border: 2px solid #fff;
}
.our-products-bg .pro-box .image-box img:hover{
    transition: .2s;
    transform: scale(1.05);
}
.our-products-bg .text-box{
    position: absolute;
    width: 90%;
  bottom: -10px;
   transform: translate(-50%, -50%);
    left: 50%;
    background-color: #EB9142;
    padding: 15px 10px;
    border-radius: 10px;
}
.our-products-bg .text-box:hover{
  background-color: #2b2b2b;
  color: #fff;
}
.our-products-bg .text-box:hover h2{
  color: #fff;
}
.our-products-bg .text-box h2{
    font-size: 18px;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin-bottom: 0;
}
.our-products-bg .view-all-btn{
    position: relative;
    z-index: 999;
    padding-top: 30px;
    display: flex;
    justify-content: center;
}
.our-products-bg .view-all-btn a{
    background-color: #fff;
    padding: 15px 15px;
    font-size: 17px;
    font-weight: 600;
    color: #000;
    border-radius: 10px;
}
.our-products-bg .view-all-btn a:hover{
    background-color: #ef7f1b;
    color: #fff;
}

/* ----------client-sec--------- */

.our-clients{
    padding: 40px 0;
    background-color:#F5CAA3 ;
}

.our-clients h3 {
  font-size: 36px;
  font-weight: 800;
  text-align: center;
  color: #000;
  padding-bottom: 20px;
}
.our-clients .slick-slide {
  margin: 0 10px
}
.our-clients .industries-box{
  display: flex !important;
  justify-content: center;
}
.our-clients .industries-box img{ 
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.our-clients .slider .slick-slide {
  display: flex !important;
  justify-content: center !important;
}
.our-clients  .slider .slick-slide img {
  width: auto;
  max-width: 100%;
  height: auto;
}


/* -------------quality-control-sec------------- */

.quality-control-sec{
    padding: 60px 0;
}
.quality-control-sec h4{
    font-size: 36px;
    font-weight: 800;
   padding-bottom: 10px;
}
.quality-control-sec p {
    font-size: 17px;
    color: #000000;
    text-align: justify;
    line-height: 30px;
    margin-bottom: 10px;
}
/* .quality-control-sec img{
  border: 2px solid #000;
} */
/* ----------footer-sec------------- */

#footer-01 {
    background-color: #111;
    padding: 50px 0 ;
    background-image: url(../gift/footer-bg.webp);
    /* background-position: center -100px; */
    background-size: cover;
    color: #fff
}
.since{
  display: inline-block;
  background-color: #fff;
  padding: 5px 5px;
  border-radius: 10px;


}
.since h3{
  font-size: 28px;
  font-weight: 700;
  color: #d87b2b;

  margin-bottom: 0;
}
.since .inner-box{
   border: 2px solid #d87b2b;
   padding: 10px 10px;
   border-radius: 10px;
   box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.servece-01 {
    line-height: 25px;
    padding: 5px 15px 0 30px;
    color: #FFF;
    font-size: 16px
}
.servece-01 a img{max-width: 100%;margin-bottom: 15px;}

.servece-01 ul {
    padding: 0;
    margin: 0
}
#footer-01 .servece-01 p{
  font-size: 17px;
  text-align: justify;
  line-height: 28px;
}
.servece-01 ul li {
    background-image: url('../images/arrow.webp');
    background-repeat: no-repeat;
    background-position: 2px 10px;
    padding-left: 20px;
    list-style: none;
    padding-top: 2px;
    padding-bottom: 4px
}

.servece-01 a {
    font-size: 17px;
    text-decoration: none;
    color: #FFF
}

.servece-01 a:hover {
    color: #ef7f1b;
    padding-left: 2px;
    font-weight: 600
}

.servece-01 h4 {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    border-left: 5px solid #ef7f1b;
    padding-left: 10px
}

.servece-Domestic {
    line-height: 24px;
    padding: 6px 0 0 0;
    color: #FFF;
    font-size: 16px
}

.servece-Domestic ul {
    padding: 0;
    margin: 0
}

.servece-Domestic ul li {
    background-position: 12px 10px;
    font-size: 17px;
    padding-left: 45px;
    list-style: none;
    padding-top: 10px;
    padding-bottom: 10px
}

.servece-Domestic a {
    font-size: 17px;
    text-decoration: none;
    color: #FFF
}

.servece-Domestic a:hover {
    color: #ef7f1b;
    padding-left: 2px;
    font-weight: 700;
    text-decoration: none
}

.servece-Domestic h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    border-left: 5px solid #ef7f1b;
    padding-left: 10px
}
.no-left{
  padding-left: 15px !important;
}
.power-by {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    background-color: #000;
    padding: 10px 0;
    text-align: left
}

.power-by a {
    color: #fff;
    font-size: 16px;
    font-weight: 400
}

.power {
    text-align: right
}

.social-media {
    text-align: right;
    float: right
}

.social-media ul {
    overflow: auto;
    padding: 0;
    margin: 0;
    color: #fff
}

.social-media ul li {
    list-style-type: none;
    float: left
}

.social-media ul li a {
    color: #fff
}

.social-media ul li a:hover {
    color: #c80203
}

.social-media ul li a i {
    background: #fff;
    color: #061538;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 50px;
    font-size: 16px;
    text-align: center;
    margin-right: 10px
}

.social-media ul li a i:hover {
    background-color: #c80203;
    color: #fff
}


@keyframes imganimation {
    0% {
        transform: translate(-50%,-50%) rotate(0deg)
    }

    50% {
        transform: translate(-50%,-50%) rotate(180deg)
    }

    100% {
        transform: translate(-50%,-50%) rotate(360deg);
        transition-delay: 0.1s
    }
}

.contact .address-box img {
    padding: 15px;
    width: 60px
}

.contact .address-box a,.contact .address-box p {
    font-size: 18px;
    color: #333;
    line-height: 30px
}

.contact .address-box h3 {
    font-size: 20px;
    color: #bf0003;
    font-weight: 600;
    padding-top: 50px
}

.contact iframe {
    width: 100%;
    height: 400px;
    margin: 50px 0 40px 0;
    border: 5px solid #000;
    box-shadow: 0 0 10px 0 #ccc;
    border-radius: 5px
}

.contact .company-text {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    color: #c80203
}




/* ---------breadscrumb-sec------------ */

.breadscrumb-sec{
    background-image: url("../images/pro-bg-1.webp");
    background-repeat: no-repeat;
    background-position: center;
   background-size: cover;
   position: relative;
}
.bread-contact{
    background-image: url("../images/bread-contact.webp");
}
.breadscrumb-sec::before{
 content: '';
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background-color: #000;
opacity: .6;

}
.breadscrumb-sec .bread{
    padding: 100px 0;
    position: relative;
    z-index: 999;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.breadscrumb-sec .bread h2{
    font-size: 42px;
    font-weight: 700;
    color: #fff;
}
.breadscrumb-sec .bread .bread-back{
    display: flex;
    align-items: center;
    color: #fff;
}
.breadscrumb-sec .bread .bread-back a{
 font-size: 17px;
 color: #fff;
}
.breadscrumb-sec .bread .bread-back p{
    font-size: 17px;
    color: #fff;
    margin-bottom: 0;
}

/* -------------about-inner-sec---------------- */

.about-inner-sec{
    padding: 60px 0;
}
.about-inner-sec h2{
    font-size: 38px;
    font-weight: 800;
    color: #000;
}
.about-inner-sec p{
    font-size: 17px;
    text-align: justify;
 margin-bottom: 10px;
}
.about-inner-sec .image-box img{
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.strength-sec{
    padding: 40px 0 0 0;
}
.strength-sec h3{
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 20px;
}
.strength-sec .points li{
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #f3bc8b;
  padding: 10px 10px;
  height: 70px;
  margin-bottom: 20px;
 border-radius: 10px;
}
.strength-sec .points li .num{
    width: 45px;
    height: 45px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
    border-radius: 50%;
}
.strength-sec .points li .text{
    width: calc(100% - 45px);
    font-size: 17px;
    font-weight: 600;
}



/* --------------products-inner-sec-------- */

.products-inner-sec{
    padding: 60px 0;
}
.products-inner-sec .text{
    padding: 10px 10px;
    background-color:#f3bc8b ;
    text-align: center;
}
.products-inner-sec .text h5{
    font-size: 20px;
    font-weight: 600;
}
.gallery{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-bottom: 30px;
}

.gallery a {
    position: relative;
    display: inline-block;
  
  }
  
.gallery a img {
    /* display: block; */
    width: 100% ;
    height: auto;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border: 1px solid #2e2e2e;
  }
  
  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Overlay color */
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
  }
  
  .overlay i {
    color: #fff; /* Zoom icon color */
    font-size: 17px; /* Adjust icon size as needed */
    border: 1px solid #fff;
    padding: 10px;
    border-radius: 5px;
  }
  
  .gallery a:hover .overlay {
    opacity: 1;
}

/* ------------ .list-of-machineries-sec--------- */

.list-of-machineries-sec{
    padding: 60px 0;
}
.list-of-machineries-sec h2{
    font-size: 38px;
    font-weight: 800;
    color: #d87b2b;
    text-align: center;
    padding-bottom: 10px;
}
.list-of-machineries-sec h3{
    font-size: 28px;
    font-weight: 700;
    color: #000;
    text-align: center;
    padding-bottom: 20px;
}
.list-of-machineries-sec p{
    font-size: 17px;
    line-height: 30px;
    text-align: center;
}
.list-of-machineries-sec .box{
    margin-bottom: 40px;
}
.list-of-machineries-sec .text{
    padding: 10px 10px;
    border: 1px solid #000;
    background-color: #000;
}
.list-of-machineries-sec .text h4{
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-align: center;
margin-bottom: 0;
   
}

table{
    width: 100%;

   border-collapse: collapse;
}
th {
  
    border-left: 1px solid #424242;
  }

th{
    background-color: #1d1d1d;
    color: #fff;
    padding: 10px 0;
    text-align: center;
}
td{
    font-size: 16px;
    font-weight: 600;
    padding: 5px 0;
    text-align: center;
    border:1px solid #4d4d4d; 
}
tr.even {
    background-color: #f3e4d6;
  }
  tr.odd {
    background-color: #ebebeb;
  }

/* Enquiry Form Css */

/* Enquiry Form */

.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 {
   
    padding: 20px;
    color: #000;
  }
  
  .form-group {
    margin: 15px 0 !important;
  }
  
  .form-group input {
    font-size: 14px !important;
    line-height: 24px;
    border-radius: 2px;
    border-bottom: 2px solid #ef7f1b;
  }
  
  .form-group textarea {
    font-size: 14px !important;
    line-height: 24px;
    border-radius: 2px;
    border-bottom: 2px solid #ef7f1b;
  }
  
  .form-group select {
    font-size: 14px !important;
    line-height: 24px;
    border-radius: 2px;
    border-bottom: 2px solid #ef7f1b;
  }
  
  .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 #182852;
  }
  
  .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    margin: 20px 0;
    width: 100% !important;
  }
  
  .Submit-box {
    background-color: #ef7f1b;
    color: #fff;
    padding: 10px 15px;
    border: 1px solid #ef7f1b;
    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 #000 !important;
    border-bottom: 2px solid #182852;
  }
  
  .input-group>.form-control,
  .input-group>.form-floating,
  .input-group>.form-select {
    position: relative;
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
  }
  .fill {
    font-size: 18px;
    font-weight: 500;
  }
  .get {
    font-size: 28px;
    color: #ef7f1b;
  }
  ::placeholder{
    color: #000 !important;
  }



  /* ----------------------contact-us-section-------------------- */
.contact-us-sec{
   padding: 40px 0 0 0;
  }
  .contact-us-sec h2{
    font-size: 38px;
    font-weight: 800;
    color: #000;
    text-align: center;
    padding-bottom: 20px;
  }
  .contact-us-sec .cont-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 15px 15px;
    background-color: #ef7f1b;
    border-radius: 10px;
    margin-bottom: 30px;
    height: 220px;
  }

  .contact-us-sec .cont-box .icon-box{
    border-radius: 50%;
    padding: 15px;
    background-color: #fff;
    margin-bottom: 10px;
  } 
  .contact-us-sec .cont-box .icon-box img{
    width: 40px;
    height: 40px;
  }
  .contact-us-sec .cont-box .text h5{
    font-size: 22px;
    font-weight: 700;
    color: #fff;
  }
  .contact-us-sec .cont-box .text p,address{
    font-size: 17px;
   
    color: #fff;
  }
  .contact-us-sec .cont-box .text a{
    font-size: 17px;
   
    color: #fff;
  }
  .contact-us-sec .cont-box .text a:hover{
    color: #000;
  }
  .contact-us-sec .cont-box .text .flex{
    display: flex;
    flex-direction: column;
  }



  .counselling{
    padding: 40px 0;
    text-align: center;
  }
  .counselling img{
    width: 40%;
  }




/* ---------------responsive----------- */

@media screen and (max-width:1400px){
  .our-products-bg .slick-prev.slick-arrow{
    display: none !important;
  }
  .our-products-bg .slick-next.slick-arrow{
    display: none !important;
  }
  .banner-sec .slick-dots{
    display: none !important;
  }
  .banner-sec .slick-dots button{
    display: none;
  }
}



  @media screen and (max-width:1199px){
    .logo{
        padding-left: 0;
        width: 100%;
    }
    .contact{
        padding-left: 0;
    }
    .list-unstyled{
        padding-right: 0;
    }
    .logo a img{
        width: 100%;
    }
    
    .hamburger-menu{
        display: block;
    }
    nav{
        display: none;
    }
    nav>ul{
        position: fixed;
        top: 0;
        left: 0;
        width: 350px;
        background-color: #ef7f1b;
        height: 100vh !important;
        box-shadow: rgb(17 12 46 / .15) 0 48px 100px 0;
        transform: translateX(-100%);
        transition: 0.5s;
        overflow-y: auto;
        display: flex;
        justify-content: flex-start;
        z-index: 999999999999;
    }
    .header-contact nav>ul{
        width: 80%;
        transform: translateX(0);
    }
    nav{
        display: initial;
      
    }
    nav>ul{
        display: initial;
        flex-direction: column;
       
    }
    .sticky nav>ul>li>a {
        color: #fff !important;
      
    }
    nav>ul>li>a{
        padding: 15px 0;
        display: block;
        color: #fff !important;
        padding-left: 20px;
    }
    nav>ul>li>a:hover{
      color: #000 !important;
    }
    nav>ul>li{
        border-bottom: 1px solid #d4d4d4;
        padding-left: 0;
    }
    nav>ul>li>a>i{
        display: none !important;
    }
    nav>ul>li.drop-down-menu{
        padding-right: 60px;
        position: relative;
        overflow: hidden;
    }
    nav>ul>li.drop-down-menu::after{
        position: absolute;
        top: 7px;
        right: 22px;
        content: "+";
        font-size: 27px;
        color: #fff;
    }
    nav>ul>li.drop-down-menu.responsive-header::after {
        content: "-" !important;
    }
    .drop-down-nav{
        position: initial;
        visibility: visible;
        opacity: 1;
        overflow: visible;
        top: 0;
        left: 0;
        background-color: #006db8;
        z-index: 9;
        height: 0;
        transition: none !important;
        padding: 0;
    }
    .responsive-header .drop-down-nav{
        height: 100%;
        overflow-y: scroll;
        width: 160%;
    }
    .drop-down-nav>li>a{
        color: #fff !important;
        font-size: 17px;
    }
 
   
  }

  @media screen and (max-width:998px){
    .welcome-home{
      padding: 40px 0;
    }
    .our-products-bg{
      padding: 40px 0;
    }
    .quality-control-sec{
      padding: 40px 0;
    }
    .quality-control-sec h4{
      text-align: center;
      padding-bottom: 0;
    }
    .servece-Domestic{
      padding-top: 30px;
    }
    .power-by{
      text-align: center;
    }
    .power{
      text-align: center;
    }
    .since h3{
      font-size: 24px;
    }
    .servece-01{
      padding-left: 20px;
    }
    .servece-02{
      padding-left: 40px;
    }
    .about-inner-sec{
      padding: 40px 0;
    }
    .products-inner-sec{
      padding: 40px 0;
    }
    .list-of-machineries-sec{
      padding: 40px 0;
    }
    .list-of-machineries-sec h2{
      font-size: 32px;
    }
    .contact-us-sec h2{
      font-size: 32px;
    }
    .quality-control-sec .image-box{
      display: flex;
      justify-content: center;
      padding-top: 10px;
    }
  }


  @media screen and (max-width:768px){
    .nav-1 .cont{
      justify-content: center;
    }
    .social-icon{
      justify-content: center;
    }
    .home-img img{
      width: 70%;
      
    }
    .home-img{
      display: flex;
      justify-content: center;
    }
    .welcome-heading{
      padding-top: 20px;
    }
    .welcome-home h1{
      text-align: center;
    }
    .read-btn{
      display: flex;
      justify-content: center;
    }
    .welcome-home{
      padding: 20px 0;
    }
    .our-products-bg{
      padding: 20px 0;
    }
    .quality-control-sec{
      padding: 20px 0;
    }
    #footer-01{
      padding: 20px 0;
    }
    .since{
      margin-bottom: 20px;
    }
    .servece-01{
      padding-left: 20px;
    }
    .servece-02{
      padding-left: 20px;
    }
    .servece-Domestic{
      padding-left: 10px;
    }
    .our-clients{
      padding: 20px 0;
    }
    .breadscrumb-sec .bread{
      padding: 60px 0;
    }
    .breadscrumb-sec .bread h2{
      font-size: 32px;
    }
    .breadscrumb-sec .bread .bread-back a{
      font-size: 16px;
    }
    .breadscrumb-sec .bread .bread-back i{
      font-size: 15px;
    }
    .breadscrumb-sec .bread .bread-back p{
      font-size: 16px;
    }
    .about-inner-sec{
      padding: 20px 0;
    }
    .about-inner-sec h2{
      font-size: 28px;
      text-align: center;
    }
    .about-inner-sec .image-box img{
      width: 80%;
    }
    .about-inner-sec .image-box{
      display: flex;
      justify-content: center;
      margin-top: 30px;
    }
    #footer-01 .servece-01 p{
      font-size: 16px;
    }
    .servece-01 a{
      font-size: 16px;
    }
    .servece-Domestic ul li{
      font-size: 16px;
    }
    .products-inner-sec{
      padding: 20px 0;
    }
    .list-of-machineries-sec .box img{
      width: 100%;
    }
    .list-of-machineries-sec{
      padding: 20px 0;
    }
    .list-of-machineries-sec h2{
      font-size: 28px;
    }
    .list-of-machineries-sec h3{
      font-size: 24px;
    }
    .contact-us-sec{
      padding: 20px 0 0 0;
    }
    .contact-us-sec h2{
      font-size: 28px;
    }
    .contact-us-sec .cont-box{
      height: 250px;
    }
  }


  @media screen and (max-width:556px){
    .welcome-home h1{
      font-size: 28px;
    }
    .our-products-bg h3{
      font-size: 28px;
    }
    .quality-control-sec h4{
      font-size: 28px;
    }
    .our-clients h3{
      font-size: 28px;
    }
    .home-img img{
      width: 100%;
    }
    .about-inner-sec .image-box img{
      width: 100%;
    }
    .breadscrumb-sec .bread h2{
      font-size: 28px;
    }
    .strength-sec{
      padding: 20px 0 0 0;
    }
    .strength-sec h3{
      font-size: 20px;
    }
    .products-inner-sec .text h5{
      font-size: 18px;
    }
    .contact-us-sec .cont-box{
      height: auto;
      margin-bottom: 20px;
    }
    .contact-us-sec .cont-box .text h5{
      font-size: 20px;
    }
    .contact-us-sec address{
      font-size: 16px;
    }
    .contact-us-sec .cont-box .text a{
      font-size: 16px;
    }
    .contact-us-sec .cont-box .icon-box img{
      width: 30px;
      height: 30px;
    }
  }

  
  @media screen and (max-width:450px){
    .nav-1{
      display: none;

    }
    .header-main{
      border: none;
    }
     p{
      font-size: 16px !important;
     }
     .welcome-home h1{
      font-size: 24px;
     }
     .our-products-bg h3{
      font-size: 24px;
     }
     .quality-control-sec h4{
      font-size: 24px;
     }
     .our-clients h3{
      font-size: 24px;
    }
    .logo a img {
      width: 90%;
  }
  .welcome-heading a{
    font-size: 16px;
  }
  .our-products-bg .view-all-btn a{
    font-size: 16px;
  }
  .counselling{
    padding: 20px 0;
  }
  .strength-sec .points li{
    height: auto;
  }
  .get{
    font-size: 20px !important;
  }
  .about-section{
    margin-top: 20px !important;
  }
  }
  
  
  @media screen and (max-width:350px){
    .logo a img {
      width: 80%;
  }
  .our-products-bg .text-box{
    padding: 10px 0;
  }
  }



























