body {
  height: 100vh !important;
}

/*** Button ***/
.btn {
  font-weight: 500;
  text-transform: uppercase;
  transition: 0.5s;
}

.facebook:hover {
  background-color: #3b5999 !important;
}
.facebook:hover span {
  color: white;
}
.facebook span {
  color: #3b5999;
}

.twitter:hover {
  background-color: #14171A !important;
}
.twitter:hover span {
  color: #fff;
}
.twitter span {
  color: #14171A;
}

.linkedin:hover {
  background-color: #0077b5 !important;
}
.linkedin:hover span {
  color: #fff;
}
.linkedin span {
  color: #0077b5;
}

.instagram:hover {
  background-color: #e4405f !important;
}
.instagram:hover span {
  color: #fff;
}
.instagram span {
  color: #e4405f;
}

.btn.btn-primary,
.btn.btn-secondary {
  color: #FFFFFF;
}

.btn-square {
  width: 38px;
  height: 38px;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  border-radius: 2px;
}

/*topbar*/
.top-bar {
  background-color: black;
}
@media (max-width: 991.5px) {
  .top-bar .info {
    display: none;
  }
}
.top-bar .info a:hover {
  color: #d3ffb2 !important;
}
.top-bar img {
  width: 177px;
}
@media (max-width: 375.5px) {
  .top-bar img {
    width: 155px;
  }
}

@media (max-width: 375.5px) {
  .social a {
    margin-right: 0px !important;
  }
  .btn-sm {
    padding: 5px 9px !important;
    font-size: 12px !important;
  }
  span i {
    font-size: 25px !important;
  }
  .navbar__input {
    padding: 0 26px 0 13px !important;
    height: 32px !important;
    font-size: 12px !important;
  }
  .navbar__button {
    left: 138px !important;
    top: 5px !important;
    height: 26px !important;
    width: 26px !important;
  }
  .navbar__flex {
    min-height: 60px !important;
  }
}
/*** Navbar ***/
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  background-color: #e7e7e7;
}

.container {
  width: 100%;
}

.navbar__container {
  display: block;
  background-color: #70A548;
  padding: 0 15px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
}
.navbar__flex {
  position: relative;
  width: 100%;
  max-width: 1140px;
  min-height: 75px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navbar__search {
  display: inline-block;
}
.navbar__inputwithicon {
  position: relative;
  width: 300px;
}
.navbar__input {
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  height: 36px;
  border-radius: 18px;
  outline: none;
  padding: 0 30px 0 15px;
  font-size: 14px;
  font-weight: 500;
  color: black;
  letter-spacing: 0.5px;
  word-spacing: 1px;
}
.navbar__input:focus {
  border-color: white;
}
.navbar__button {
  position: absolute;
  top: 3px;
  left: 164px;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  outline: none;
  border: none;
  background: #43cb83 url("https://res.cloudinary.com/ajayrawat/image/upload/v1508734484/search_icon_pr2sma.svg") no-repeat;
  background-size: 17px;
  background-position: center;
  cursor: pointer;
  transform: translate(0, 0);
  transition: background-color 0.2s linear;
  will-change: background-color;
}
.navbar__button:hover, .navbar__button:focus {
  background-color: #32b46f;
}
.navbar__button:active {
  background-color: #2fac6a;
  transform: translateY(1px);
}
.navbar__toggler {
  display: none;
}
.navbar__links {
  list-style: none;
  padding: 0;
  margin: 0;
  float: right;
}
.navbar__links li {
  position: relative;
  display: inline-block;
  z-index: 2;
}
.navbar__links li:not(:last-child) a {
  padding: 0 10px;
}
.navbar__links li:last-child a {
  padding: 0 0 0 15px;
}
.navbar__links li a {
  display: block;
  color: #FFFFFF;
  text-decoration: none;
  font-family: inherit;
  font-size: 15px;
  transition: color 200ms linear;
  will-change: color;
}
.navbar__links li a:hover, .navbar__links li a:hover {
  color: #d3f1bc;
}
.navbar__hamberger {
  /*display: none;*/
  display: inline-block;
  width: 13px;
  height: 13px;
  background: #3f3f4d url("https://res.cloudinary.com/ajayrawat/image/upload/v1508734484/hamburger_icon_o7uviz.svg") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.navbar__toggler__label {
  display: none;
  font-family: inherit;
  font-size: 16px;
  color: white;
  text-align: right;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
}
.navbar__toggler__input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.navbar__sublinks {
  display: none;
  position: absolute;
  width: 175px;
  height: auto;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  background-color: #3f3f4d;
  box-shadow: 3px 5px rgba(0, 0, 0, 0.2);
}
.navbar__sublinks li {
  width: 100%;
  display: block;
  white-space: nowrap;
}
.navbar__sublinks li:first-child {
  margin-top: 20px;
}
.navbar__sublinks li a {
  display: block;
  padding: 5px 15px 15px !important;
}
.navbar__links li:hover .navbar__sublinks {
  display: block;
}

@media screen and (max-width: 870px) {
  .navbar__flex {
    display: flex;
    padding: 15px 0;
    align-items: center;
    justify-content: space-between;
  }
  .navbar__search {
    display: inline-block;
    width: calc(100% - 120px);
  }
  .navbar__inputwithicon {
    position: relative;
    width: 100%;
  }
  .navbar__links {
    float: none;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 400px;
    margin: 0 auto;
  }
  .navbar__links li:first-child a {
    padding-left: 0;
  }
}
@media screen and (max-width: 885px) {
  .navbar__hamburger {
    display: block;
  }
  .navbar__search {
    width: 100%;
  }
  .navbar__toggler__label {
    position: relative;
    display: block;
    top: 5px;
  }
  .navbar__toggler__input {
    display: block;
  }
  .navbar__toggler__input:checked + .navbar__links {
    display: flex;
    background-color: black;
    padding: 15px 15px;
  }
  .navbar__links {
    display: none;
    flex-direction: column;
  }
  .navbar__links li a {
    padding: 10px 10px 10px 0 !important;
  }
  .navbar__sublinks {
    display: none;
    position: static;
    box-shadow: none;
    width: 100%;
    padding-left: 15px;
    background-color: #34343f;
  }
  .navbar__sublinks li:first-child {
    margin-top: 0;
  }
  .navbar__inputwithicon {
    width: 100%;
  }
  span i {
    font-size: 30px;
  }
}
@media screen and (max-width: 575px) {
  .top-bar img {
    margin-top: 10px;
    margin-top: 5px;
  }
}/*# sourceMappingURL=header-three.css.map */