
@import"https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap";

body {
  font-family: "Work Sans", sans-serif;
  color: #000000;
}

/* ----- Guest-layout navbar ----- */

.navbar .container .navbar-toggler:focus,
.navbar .container .navbar-toggler:active {
  border: #78451c 1px solid;
}

.navbar .container .collapse ul li .nav-link:hover,
.navbar .container .collapse ul li .nav-link:focus {
  color: #005B30 !important;
}


.navbar .container .collapse ul li .btn:hover,
.navbar .container .collapse ul li .btn:focus {
  background-color: #005B30 !important;
}

/* ----- End Guest-layout navbar ----- */

/* ----- Welcome Blade ----- */

.main #hero-banner {
  background-image: url("../images/2.png");
  height: 100vh;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;

}

@media only screen and (max-width: 991px) {
  .main #hero-banner {
    height: auto;
  }
}

.section-title h1::before,
.section-title h1::after {
    margin: 0 15px 10px 15px;
    content: "";
    width: 50px;
    height: 2px;
    background: #78341c;
    display: inline-block;
}

.top-shape .row .text-end .shape::before {
  content: "";
  position: absolute;
  left: -17px;
  width: 35px;
  height: 100%;
  background-color: inherit;
  transform: skew(40deg);
}
::-webkit-scrollbar {
  display: none;
}

/* ----- End Welcome Blade ----- */

#inputform .files input {
  outline: 2px dashed #92b0b3;
  outline-offset: -10px;
  -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
  transition: outline-offset .15s ease-in-out, background-color .15s linear;
  padding: 120px 0px 85px 100px;
  text-align: center !important;
  margin: 0;
  width: 100% !important;
}
#inputform .files input:focus{     outline: 2px dashed #92b0b3;  outline-offset: -10px;
  -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
  transition: outline-offset .15s ease-in-out, background-color .15s linear; border:1px solid #92b0b3;
}
#inputform .files{ position:relative}
#inputform .files:after {  pointer-events: none;
  position: absolute;
  top: 60px;
  left: 0;
  width: 50px;
  right: 0;
  height: 56px;
  content: "";
  background-image: url(https://image.flaticon.com/icons/png/128/109/109612.png);
  display: block;
  margin: 0 auto;
  background-size: 100%;
  background-repeat: no-repeat;
}
#inputform .color input{ background-color:#f1f1f1;}
#inputform .files:before {
  position: absolute;
  bottom: 10px;
  left: 0;  pointer-events: none;
  width: 100%;
  right: 0;
  height: 57px;
  content: " or drag it here. ";
  display: block;
  margin: 0 auto;
  color: #78341c;
  font-weight: 600;
  text-transform: capitalize;
  text-align: center;
}
