*{
  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;
  color: #000;
}
.navbar {
    background: #fb8500;
    position: relative;
  }
  .navbar .navbar-nav .nav-item a {
    position: relative;
    font-size: 0.8rem;
    letter-spacing: 0.1rem;
    padding: 1rem;
    color: #2c2c2c;
    transition: 0.5s;
  }
  .nav-link{
    color: #fff!important;
  }
  .navbar .navbar-nav .nav-item a.active {
    color: #fff;
    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: #000;
    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: #0f0f0f;
  }
  .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: #000;
    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(186, 186, 186, 0.9);
}
.Contact-main-section .container .row > :first-child {
  padding: 2rem;
}
.search-bar {
  background: transparent;
  border: none;
  border-bottom: 2px solid gray;
  color: #000;
}
.popular-topics {
  /* background: rgba(255, 255, 255, 0.1); */
  padding: 30px;
  border-radius: 10px;
}
.popular-topics a {
  color: #000;
  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(151, 151, 151) ;
}
.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 strat */
.InputContainer {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background-color: rgb(255, 255, 255); */
  /* border-radius: 10px; */
  /* border-bottom-left-radius: none; */
  overflow: hidden;
  cursor: pointer;
  padding-left: 15px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.075);
  border-bottom: 4px solid #0f0f0f;
}

.labelforsearch {
  cursor: text;
  padding: 0px 12px;
}

.searchIcon {
  width: 18px;
  cursor: pointer;
}

.border {
  height: 40%;
  width: 1.3px;
  background-color: rgb(223, 223, 223);
}

.micIcon {
  width: 16px;
}

.micButton {
  padding: 0px 15px 0px 12px;
  border: none;
  background-color: transparent;
  height: 40px;
  cursor: pointer;
  transition-duration: .3s;
}

.searchIcon path {
  fill: #000;
}

.micIcon path {
  fill: #000;
}

.micButton:hover {
  /* background-color: rgb(255, 230, 230); */
  transition-duration: .3s;
}

.form__group {
  position: relative;
  padding: 20px 0 0;
  width: 100%;
  /* max-width: 180px; */
}

.form__field {
  font-family: inherit;
  width: 100%;
  height: 100%; 
  border: none;
  outline: none;
  font-size: 17px;
  color: #0f0f0f;
  padding: 7px 0;
  background: transparent;
   caret-color:#0f0f0f;
  transition: border-color 0.2s;
}

.form__field::placeholder {
  color: transparent;
}

.form__field:placeholder-shown ~ .form__label {
  font-size: 17px;
  cursor: text;
  top: 20px;
}

.form__label {
  position: absolute;
  top: 0;
  display: block;
  transition: 0.2s;
  font-size: 17px;
  color: #0f0f0f;
  pointer-events: none;
}

.form__field:focus {
  padding-bottom: 6px;
  font-weight: 700;
  border-width: 3px;
  border-image-slice: 1;
}

.form__field:focus ~ .form__label {
  position: absolute;
  top: 0;
  display: block;
  transition: 0.2s;
  font-size: 17px;
  /* color: #38caef; */
  font-weight: 700;
}

/* reset input */
.form__field:required, .form__field:invalid {
  box-shadow: none;
}
/* Search bar end */
/* faqs start */
.faqs{
  background: rgba(219, 219, 219, 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;
}

/* 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 */

/* contact us */

#myForm input,
#myForm textarea {
  width: 100%;
  margin-bottom: 50px;
  padding: 16px 14px;
  border: none;
  border-bottom: 2px solid #fb8500;
  outline: none;
}

#myForm textarea {
  max-height: 140px;
  min-height: 140px;
}
.bottom-img {
  width: 100%;
  height: 40px;
}

.top-img {
  width: 30%;
  height: 30px;
  margin: auto;
}

.bottom-img img,
.top-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 820px) {
  #myForm textarea {
    margin-bottom: 8px;
  }

  .info-text-button button {
    margin-top: 14px;
  }
}
