/* footer section  */
footer {
  background-color: #1e2222;
  color: white;
  text-align: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.footer-top {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  /* padding-left: 40rem; */
}
footer h5 {
  color: white;
  font-size: 20px;
  margin-bottom: 10px;
  text-align: left;
  /* padding-left: 10px; */
}
.footer-side ul li {
  font-size: 14px;
  line-height: 1.7;
}
footer a {
  color: white;
  text-decoration: none;
  font-weight: 400;
}
.newsletter{
  /* padding: 10px; */
  padding-top: 15px;
  text-align: start;
}
.newsletter input {
  padding: 5px;
  width: 150px;
  border: none;
  border-radius: 25px 0 0 25px;
  outline: none;
}
.service-list {
  font-size: 14px;
  text-align: left;
}
.service-list li {
  padding-top: 10px;
}
.service-list a:hover{
  color: #e97a00;
}
.sidePicText li a {
  font-size: 14px;
  text-align: start;
  align-items: start;
}
.newsletter button {
  background-color: #f17b00;
  border: none;
  border-radius: 0 25px 25px 0;
  padding: 5px 10px;
  color: white;
}

.social-icons a {
  color: #fff;
  margin-right: 15px;
  font-size: 30px;
}

.social-icons a:hover {
  color: #e97a00;
}
.footer-side{
  background-image: url("/images/footer-one-shape.png");
  background-repeat: no-repeat;
}

.footer-bottom-text p{
  font-size: 13px;
}
/* header  */
.headerUpperDiv{
  position: sticky;
    top: 0px;
    z-index: 100;
    left: 0%;
    margin-left: 0px;
    background: #fff;
    padding-right: 40px;
    padding-left: 10px;
    border-radius: 0px;
    width: 100%;
}
header {
  top: 0;
  z-index: 1000;
  color: black;
  border-radius: 15px;
  /* display: flex; */
  text-align: center;
  transition: all 0.2s ease-in;
  /* position: sticky;
  justify-content: center; */
  width: 100%;
  background: #fff;
}
.close-btn{
  display: none;
}
.logoIcon img {
  width: 40%;
  padding: 5px 0px;
}
.logoIcon{
  text-align: center;
  align-items: center;
}
.header-container {
  display: flex;
  flex-direction: row;
  text-align: center;
  align-items: center;
  /* justify-content: center; */
  padding: 10px;
}
.header-text {
  display: flex;
  list-style: none;
}
/* .header-text li a:hover{
color:#f17b00 !important;
} */
.header-text li a {
  text-decoration: none;
  color: black;
  font-weight: 500;
  padding: 0px 15px;
  white-space: nowrap;
}
.dropdown-menu {
  background: rgb(244, 241, 241 ,0.9);
  border: none;
}
.dropdown-menu li a{
  color: black;
  font-size: 16px;
  background: transparent;
}
.dropdown-menu :hover{
  background: transparent;
}
/* Background Wrapper */
.header-background {
  position: fixed;
  width: 100%;
  /* padding: 35px; */
  background: transparent;
  transition: background-color 0.4s ease;
  z-index: 5; 
  top:0;
  /* height: 95px; */
}
.hybrid-text{
  font-weight: 800;
}
.logo-img-1{
  display: none;
}
.header-background.background-visible {
  background-color: white;
  box-shadow: 0px 2px 4px #f1f1f1;
}
.navbar-toggler{
  display: none;
}
.search-box{
  width: fit-content;
  height: fit-content;
  position: relative;
}
.input-search{
  height: 50px;
  width: 50px;
  border-style: none;
  padding: 10px;
  font-size: 18px;
  letter-spacing: 2px;
  outline: none;
  border-radius: 25px;
  transition: all .5s ease-in-out;
  background-color: #fa7d32;
  padding-right: 40px;
  color:#000000;
}
.input-search::placeholder{
  color:rgba(0, 0, 0, 0.5);
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: 100;
}
.btn-search{
  width: 50px;
  height: 50px;
  border-style: none;
  font-size: 20px;
  font-weight: bold;
  outline: none;
  cursor: pointer;
  border-radius: 50%;
  position: absolute;
  right: 0px;
  color:#ffffff ;
  background-color:#f17c24;
  pointer-events: painted;  
}
.btn-search:focus ~ .input-search{
  width: 300px;
  border-radius: 0px;
  background-color: transparent;
  border-bottom:1px solid rgba(0, 0, 0, 0.5);
  transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);
}
.input-search:focus{
  width: 300px;
  border-radius: 0px;
  background-color: transparent;
  border-bottom:1px solid rgba(0, 0, 0, 0.5);
  transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);
}
.w-90 {
  width:88%;
}
/* a:hover {
  color: #f7f7f7 !important;
} */

/* meadia query for header  */
@media (min-width:1340px) and (max-width:1600px){
}
@media (min-width:1200px) and (max-width:1339px) {
  /* .newsletter input{
    width: 90px;
   } */
  
}
@media (min-width:1024px) and (max-width:1199px) {
  /* .newsletter input{
    width: 90px;
   } */
   .footer-side li{
    font-size: 16px;
   }
  
}

@media (min-width:768px) and (max-width:1023px){
  header{
    padding-left: 5px;
    padding-right: 0px;
  }
  .darksoul-hover-fill-button3 {
   width: 100%;
  }
  .header-text li a {
    text-decoration: none;
    color: black;
    font-weight: 500;
    padding: 5px 5px;
    font-size: 14px;
  }
  .logoIcon{
    text-align: start;
  }
  .hybrid-text{
    font-weight: 600;
  }
  .footer-side li{
    font-size: 16px;
   }
   .newsletter input{
    width: 90px;
   } 
   .footer-side li{
    font-size: 15px;
   }
  
}

@media (min-width:575px) and (max-width:767px) {

   /* .newsletter-body{
    display: none;
   } */
   .footer-side li{
    font-size: 14px;
   }
   .footer-side h5{
    font-size: 16px;
    margin-bottom: 4px;
   }
   header{
    background: transparent;
    padding: 0px;
    /* display: flex; */
    /* justify-content: space-between; */
    width: 100%;
  }
  /* .hybrid-text{
    display: none;
  }
  
  .logo-img{
    display: none;
  } */
  .header-text li {
    border-bottom: 1px solid #e97a00;
    padding: 0px;
  }
 
  /* Navbar toggle button */
  .navbar-toggler {
    display: flex;
    font-size: 30px;
    background: transparent;
    cursor: pointer;
    padding-left: 5px;
    padding-top: 5px;
    /* justify-content: flex-start; */
    /* margin-left: 0; */
  }
  .navbar-toggler-icon {
    font-size: 30px;
    color: white;
    display: flex;
    align-items: start;
    display: none;
  }
  .header-background{
    padding: 0px;
  }
  .header-container{
    width: 100%;
    /* padding: 0px; */
    /* margin: 0px; */
    /* justify-content: flex-start; */
  }
  .sidebar {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    /* height: auto; */
    width: 0;
    overflow: hidden;
    background-color: white;
    transition: width 0.3s ease;
    z-index: 999;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .sidebar.active {
    display: block;
    width: 100%;
    color: black;
    text-align: start;
    /* padding: 10px; */
    overflow: hidden;
  }
  .header-text {
    display: flex;
    flex-direction: column;
    /* justify-content: start; */
  }
  .header-text li{
    padding: 10px;
  }
  body.sidebar-open {
    overflow: hidden; 
  }
  .sidebr-header{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px;
  }
  .logo-img-1{
    display: flex;
    width: 30px;
    height: 30px;
  }
  /* .logo-img-1 img{
    align-items: center;
    align-content: center;
    padding-top: 5px;
  } */
  /* Close Button  */
  .close-btn {
    font-size: 30px;
    background: none;
    border: none;
    cursor: pointer;
    display: block;
    /* padding-left: 195px; */
  }
   .header-background{
    display: none;
   }
}

@media (min-width:375px) and (max-width:574px) {
  header{
    background: transparent;
    padding: 0px;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  /* .hybrid-text{
    display: none;
  } */
  
  /* .logo-img{
    display: none;
  } */
  .header-text li {
    border-bottom: 1px solid #242424;
    padding: 0px;
  }
 
  /* Navbar toggle button */
  .navbar-toggler {
    display: flex;
    font-size: 30px;
    background: transparent;
    cursor: pointer;
    padding-left: 5px;
    padding-top: 5px;
    /* justify-content: flex-start; */
    /* margin-left: 0; */
  }
  .navbar-toggler-icon {
    font-size: 30px;
    color: white;
    display: flex;
    align-items: start;
  }
  .header-background{
    padding: 0px;
  }
  .header-container{
    width: 100%;
    /* padding: 0px; */
    /* margin: 0px; */
    /* justify-content: flex-start; */
  }
  .sidebar {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    /* height: auto; */
    width: 0;
    overflow: hidden;
    background-color: white;
    transition: width 0.3s ease;
    z-index: 999;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .sidebar.active {
    display: block;
    width: 100%;
    color: black;
    text-align: start;
    /* padding: 10px; */
    overflow: hidden;
  }
  .header-text {
    display: flex;
    flex-direction: column;
    /* justify-content: start; */
  }
  .header-text li{
    padding: 10px;
  }
  body.sidebar-open {
    overflow: hidden; 
  }
  .sidebr-header{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px;
  }
  .logo-img-1{
    display: flex;
    width: 30px;
    height: 30px;
  }
  /* .logo-img-1 img{
    align-items: center;
    align-content: center;
    padding-top: 5px;
  } */
  /* Close Button  */
  .close-btn {
    font-size: 30px;
    background: none;
    border: none;
    cursor: pointer;
    display: block;
    /* padding-left: 195px; */
  }
   .header-background{
    display: none;
   }
   .newsletter-body{
    display: none;
   }
   .footer-side li{
    font-size: 13px;
   }
   .footer-side h5{
    font-size: 15px;
   }
   /* .blog-footer-section{
    display: none;
   } */
   .service-list{
    padding-left: 0px;
   }
}
@media (min-width:200px) and (max-width:374px){
  /* .header-text {
    display: none;
  } */
  header{
    background: transparent;
    padding: 0px;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  /* .hybrid-text{
    display: none;
  } */
  
  /* .logo-img{
    display: none;
  } */
  .header-text li {
    border-bottom: 1px solid #e97a00;
    padding: 0px;
  }
 
  /* Navbar toggle button */
  .navbar-toggler {
    display: block;
    font-size: 30px;
    background: transparent;
    cursor: pointer;
    padding-left: 5px;
    padding-top: 5px;
    /* justify-content: flex-start; */
    /* margin-left: 0; */
  }

  .navbar-toggler-icon {
    font-size: 30px;
    color: white;
    display: flex;
    align-items: start;
  }
  .header-background{
    padding: 0px;
  }
  .header-container{
    width: 100%;
    /* padding: 0px; */
    /* margin: 0px; */
    /* justify-content: flex-start; */
  }
  .sidebar {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    /* height: auto; */
    width: 0;
    overflow: hidden;
    background-color: white;
    transition: width 0.3s ease;
    z-index: 999;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .sidebar.active {
    display: block;
    width: 100%;
    color: black;
    text-align: start;
    /* padding: 10px; */
    overflow: hidden;
  }
  .header-text {
    display: flex;
    flex-direction: column;
    /* justify-content: start; */
  }
  .header-text li{
    padding: 10px;
  }
  body.sidebar-open {
    overflow: hidden; 
  }
  .sidebr-header{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px;
  }
  .logo-img-1{
    display: flex;
    width: 25px;
    height: 25px;
    text-align: center;
    align-items: center;
    margin-top: 9px;
  }
  /* .logo-img-1 img{
    align-items: center;
    align-content: center;
    padding-top: 5px;
  } */
  /* Close Button  */
  .close-btn {
    font-size: 30px;
    background: none;
    border: none;
    cursor: pointer;
    display: block;
    /* padding-left: 195px; */
  }
  /* footer  */
   .newsletter-body{
    display: none;
   }
   /* .blog-footer-section{
    display: none;
   } */
   .footer-side li{
    font-size: 11px;
   }
   .footer-side h5{
    font-size: 15px;
    padding-left: 40px;
    margin: 0px;
   }
   .service-list{
    padding-left: 25px;
   }
   
}