
body {
  font-family: Urbane, Arial, "Montserrat" ,sans-serif;
  /* 'Lora', serif */
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
  color: #4D4D4F;
  overflow-x: hidden;
  position: relative;
}

.trimwi-section {
  position: relative;
  background-color: #edf0f7;
}

.trimwi-section#home {
  background-color: #edf0f7;
  background-image: url(../assets/img/background-top.png); 
  background-size: auto 100%; 
  background-repeat: no-repeat;
}

/* nav bar */
.navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }

.trimwi-navbar-light {
  background: transparent !important;
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  z-index: 3;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 0;
}

.trimwi-navbar-light.scrolled {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 70;
  background: #FF5652 !important;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  padding: 0;
  transition: .2s ease-in-out;
}

.trimwi-navbar-light.scrolled .navbar-brand {
  color: white;
  padding-top: 1rem;
  padding-bottom: 1rem;
  transition: .2s ease-in-out;
}

.navbar-brand {
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 0;
  text-transform: uppercase;
}

.navbar-brand img {
  /* height: 50px; */
}

.navbar-brand span {
  font-size: 20px;
  letter-spacing: 1px;
  display: block;
  font-weight: 700;
  color: #F6803E;
  }

.trimwi-navbar-light .navbar-toggler {
  border: none;
  color: rgba(255, 255, 255, 1) !important;
  cursor: pointer;
  padding-right: 0;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: .1em;
}

.trimwi-navbar-light.scrolled .navbar-toggler {
  border: none;
  color: white !important;
  cursor: pointer;
  padding-right: 0;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: .1em;
}

.nav-item > a.active {
  color: #0B6C79 !important;
}

.scrolled .nav-item > a.active {
  color: #0B6C79 !important;
}

.scrolled .nav-item > a {
  color: white !important;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.navbar-dark .navbar-nav .nav-link {
  color: white;
}


.img, .blog-img, .user-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.trimwi-phone .img {
  width: 2000px;
  height: 600px;
}

@media (max-width: 991.98px) {
  .trimwi-top {
    min-height: 580px;
  }
}

@media (min-width: 790px){
  .trimwi-section#home {
     background-size: 100% 100%; 
  }
}

@media (max-width: 991.98px) {
  .trimwi-section#ourproduct {
    background-size: 0% 0%; 
  }
}

@media (min-width: 991.98px) {
  .trimwi-section#ourproduct {
    background-color: white;
    background-image: url(../assets/img/product_bg.png); 
    background-size: 120% 100%; 
    background-position: center;
    background-repeat: no-repeat;
  }
}

.trimwi-product {
  display: flex;
}

@media (max-width: 450px){
  .trimwi-product {
    display: block;
  }

  .heading-section .subheading {
    text-align: center;
  }
}

@media (min-width: 450.01px) {
  .heading-section .subheading {
    text-align: start;
  }
}

.heading-section .subheading {
  font-size: 18px;
  display: block;
  margin-bottom: 5px;
  color: #4D4D4F;
  text-transform: uppercase;
  font-weight: 700;
}

.heading-section h1 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4;
  color:#4D4D4F;
}

.heading-section h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
  color:#4D4D4F;
}

.heading-section h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  color:#4D4D4F;
}

.heading-section p {
  font-size: 16px;
  color:#4D4D4F
}

.trimwi-social {
  height:50px; 
  width:auto; 
  padding: 5px;
}

.trimwi-team .card .avatar{
  position:absolute;
  top:-80px;
  left:50%;
  margin-left:-80px;
}

.trimwi-team .card .avatar .img-fluid {
  width:160px;
  height:auto; 
  border-radius:50%;
  border-style: solid; 
  border-color:#FF5652;
}

@media (max-width: 767.98px) {
  .trimwi-section#team {
    background-size: 0% 0%; 
  }

  .trimwi-section#contact {
    background-color: white;
    background-image: url(../assets/img/background-bottom.png); 
    background-size: auto 100%; 
    background-position: center;
    background-repeat: no-repeat;
 }
}

@media (min-width: 767.98px) {
  .trimwi-section#team {
    background-color: white;
    background-image: url(../assets/img/team_bg.png); 
    background-size: 110% 100%; 
    background-position: center;
    background-repeat: no-repeat;
  }

  .trimwi-section#contact {
    background-color: white;
    background-image: url(../assets/img/background-bottom.png); 
    background-size: 100% 100%; 
    background-position: center;
    background-repeat: no-repeat;
  }
}

.trimwi-contact h3 {
  font-weight: 800;
}

.trimwi-contact h5 {
  font-weight: 700;
  color: #FF5652;
}

.trimwi-contact a {
  text-decoration: none;
  color: #FF5652;
}


.trimwi-form-group .form-control {
  border-style: solid;
  border-width: 3px;
  border-color:#FF8150
}


.trimwi-contact-form button {
  background-color: #FF5652F0;
  color: white;
  border-radius: 58px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  width: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 50px;
  padding-left: 50px;
  height: auto;
}

.trimwi-contact-form button:hover {
  color: white;
}

.invalid-feedback {
  color: #FF5652F0;
}

.was-validated .form-control:invalid {
  border-color: #FF5652F0;
}

.was-validated .form-control:valid {
    border-color: #0B6C79;
}


.was-validated .form-control:invalid:focus {
  border-color: #FF5652F0;
}

.was-validated .form-control:valid:focus{
  border-color: #0B6C79;
}

.grecaptcha-badge { visibility: hidden; }

.btn:focus {
  outline: none;
  box-shadow: none;
}

.form-control:focus{
  outline: none;
  box-shadow: none;
  border-color:silver;
}

.trimwi-footer p {
  font-weight: 700;
}

@media (max-width: 991.98px) {
  /* nav  bar */
  .trimwi-navbar-light {
    /* background: #FF5652 !important; */
    position: relative;
    top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}
