*{
    scrollbar-width: thin;
    scrollbar-color: #fb8500 #222;
    scroll-behavior: smooth;
  }
  .Contact-main-section{
    background-color: #0f0f0f;
    /* background-image: url(../images/contac#input/banner.png); */
    background-repeat: no-repeat;
    background-size: cover;
  }
  .navbar {
      background: #fb8500;
      position: relative;
    }
    .navbar .navbar-nav .nav-item a {
    position: relative;
    font-size: 0.8rem;
    letter-spacing: 0.1rem;
    padding: 1rem;
    color: #fff !important;
    transition: 0.5s;
}
    .nav-link{
      color: #0f0f0f!important;
    }
    .navbar .navbar-nav .nav-item a.active {
      color: #000;
      font-weight: 600;
    }
   
    .navbar ul li {
      padding: 0rem;
      float: left;
      position: relative;
    }
    .navbar .navbar-nav .nav-but {
      padding: 1rem;
    }
    .navbar-nav .nav-but i {
      color: #fff;
      cursor: pointer;
    }
    li {
      list-style: none;
    }
    /* HOVER */
    .navbar .navbar-nav .nav-item a{
      transition: all 0.5s;
    }
    .navbar .navbar-nav .nav-item a:hover {
      /* color: #E61D2B; */
      color: #0f0f0f;
      font-weight: 600;
    }
    .navbar .navbar-nav .nav-item a:active {
      /* color: #E61D2B; */
      color: #fff;
    }
    .navbar-brand{
      position: absolute;
      top: -20%;
      left: 4%;
    }
    .navbar-brand .logo img{
      height:180px;
    }
    .dropdown-menu {
      min-width: 5rem!important;
  
  }
    /* HAMBURGER CSS */
    .hamburger {
      cursor: pointer;
    }
    
    .hamburger input {
      display: none;
    }
    
    .hamburger svg {
      height: 3em;
      transition: transform 600ms cubic-bezier(0.4, 0, 0.2, 1);
    }
    
    .line {
      fill: none;
      stroke: #fff;
      stroke-linecap: round;
      stroke-linejoin: round;
      stroke-width: 3;
      transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
        stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
    }
    
    .line-top-bottom {
      stroke-dasharray: 12 63;
    }
    
    .hamburger input:checked + svg {
      transform: rotate(-45deg);
    }
    
    .hamburger input:checked + svg .line-top-bottom {
      stroke-dasharray: 20 300;
      stroke-dashoffset: -32.42;
    }
    /* Hambuger end */
  /* main section start */
  
  /* section1 start*/
  .Contact-main-section .container .row > :last-child {
    background: rgba(255, 255, 255, .9);
  }
  .Contact-main-section .container .row > :first-child {
    padding: 2rem;
  }
  .search-bar {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    border-bottom: 2px solid white;
    color: white;
  }
  .popular-topics {
    background: rgba(255, 255, 255, 0.1);
    padding: 30px;
    border-radius: 10px;
  }
  .popular-topics a {
    color: white;
    text-decoration: none;
  }
  .popular-topics a:hover {
    text-decoration: underline;
  }
  .Contact-main-section .container .row .col-md-6 .popular-topics ul{
    line-height: 2.3rem;
    background: transparent;
  }
  .Contact-main-section .container .row .col-md-6 .popular-topics ul li{
  border-bottom: 1px solid rgb(190, 187, 187) ;
  }
  .Contact-main-section .container .row .col-md-6 .popular-topics ul :last-child{
  border-bottom:none;
  }
  .Contact-main-section .container .row .col-md-6 .popular-topics ul li a{
  color: #0f0f0f;
  text-decoration: none;
  transition: 0.8;
  font-size: 0.8rem;
  }
  .Contact-main-section .container .row .col-md-6 .popular-topics ul li a:hover{
  color: #f44336;
  }
  /* section1 end*/
  
  /* main section end */
  /* Search bar start */
.InputContainer {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* overflow: hidden; */
    cursor: pointer;
    padding-left: 15px;
    box-shadow: 1px -2px 10px rgba(0, 0, 0, 0.1);
        border-bottom: 1px solid #5a5a5a; 
  }
  .dropdown-toggle{
    color: #0f0f0f!important;
  }
  .labelforsearch {
    cursor: text;
    padding: 0px 12px;
    color: #5a5a5a;
  }
  
  .searchIcon {
    width: 18px;
    cursor: pointer;
  }
  
  .border {
    height: 40%;
    width: 1.3px;
    background-color: #5a5a5a; 
  }
  
  .micIcon {
    width: 16px;
  }
  
  .micButton {
    padding: 0px 15px 0px 12px;
    border: none;
    background-color: transparent;
    height: 40px;
    cursor: pointer;
    transition-duration: 0.3s;
  }
  
  .searchIcon path {
    fill: #5a5a5a;
  }
  
  .micIcon path {
    fill: #5a5a5a; 
  }
  
  .micButton:hover {
    transition-duration: 0.3s;
  }
  
  .form__group {
    position: relative;
    padding: 20px 0 0;
    width: 100%;
  }
  
  .form__field {
    font-family: inherit;
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    font-size: 17px;
    color: #5a5a5a;
    padding: 7px 0;
    background: transparent;
    caret-color: #5a5a5a;
    transition: border-color 0.2s;
  }
  
  .form__field::placeholder {
    color: transparent;
  }
  
  .form__field:placeholder-shown ~ .form__label {
    font-size:0.9rem;
    cursor: text;
    top: 20px;
    
  }
 
  
  .form__label {
    position: absolute;
    top: 0;
    display: block;
    transition: 0.2s;
    font-size: 0.9rem;
    color: #5a5a5a; 
    pointer-events: none;
  }
  
  .form__field:focus {
    padding-bottom: 6px;
    font-weight: 700;
    border-width: 1px;
    border-image-slice: 1;
    border-color: #5a5a5a; 
    /* box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.075); */

  }
  
  .form__field:focus ~ .form__label {
    position: absolute;
    top: 0;
    display: block;
    transition: 0.2s;
    font-size: 0.9rem;
     color: #5a5a5a; 
    /* font-weight: 700; */
  }
  
  /* reset input */
  .form__field:required,
  .form__field:invalid {
    box-shadow: none;
  }
  /* Search bar end */
  /* faqs start */
  .faqs{
    background: rgba(239, 239, 239, 0.9);
  }
  /* faqs end */
   /* FOOTER */
footer {
  background-color: #fb8500;
  color: #fff;
  padding: 3rem;
}
.footer-row {
  display: flex;
  justify-content: space-evenly;
  gap: 0px;
}
.footer-col {
  padding: 1rem;
}
.footer-row .footer-col li a {
  color: #7f8385;
  text-decoration: none;
  transition: 0.3s;
}
.footer-row .footer-col li a:hover {
  /* color: #fb8500; */
  color: #fb8500;
}
.footer-row .footer-col li {
  transition: transform 0.4s ease;
}
.footer-row .footer-col li:hover {
  color: #fb8500;
  /* transform: translateX(1.5rem); */
}
.footer-row .footer-col li {
  cursor: pointer;
  color: #7f8385;
  text-decoration: none;
  line-height:2.2rem;
}
.footer-col .links .foot-heading {
  padding: 0.5rem 0rem 0.5rem 0rem;
  position: relative;
}
.foot-heading h2{
  font-weight: 100;
}

.footer-copyright {
  background: #fb8500;
  padding: 1.5rem;
  color: #fff;
}
.footer-copyright a{
  color: #fff;
  margin-right: 1rem;
}
.foot-first div a{
  color: #fff;
}
.foot-first div a:hover{
  color: #fb8500;
}
.footer-col1 {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
}
.footer-col1 .instruction p {
  padding-right: 1rem;
}
.social-icons ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: #0f0f0f;
  transition: 0.4s;
}
.social-icons ul li:hover {
  background: #fb8500;
  color: #0f0f0f;
  /* transform: scale(1.3); */
  
}
.social-icons ul li i{
 color: #fff;
}
.social-icons ul li:hover i{
 /* color: #0f0f0f; */
}
/* footer end */


/* Buttons Start */
.fizzy-btn {
  background: #0f0f0f;
  outline: none;
  border: none;
  padding: 0.8rem 2rem 0.8rem 2rem;
  transition: 0.5s;
  border-radius: 40px;
  color: #fff;
}
/* Back to top Css */
.button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgb(20, 20, 20);
  border: none;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 0px 4px rgba(180, 160, 255, 0.253);
  cursor: pointer;
  transition-duration: 0.3s;
  overflow: hidden;
  z-index: 1000;
  display: none;
}

.svgIcon {
  width: 12px;
  transition-duration: 0.3s;
}

.svgIcon path {
  fill: white;
}

.button:hover {
  background-color: #222;
}
/* Back to top Css */


