#header {
  padding: 0px 0px 20px 0px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
}

body {
  color: #777777;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625em;
  position: relative;
}

a {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a, a:focus, a:hover {
  text-decoration: none;
  outline: 0;
}



.header-scrolled {
  background-color: #ED71C3;
  background: rgba(240, 100, 158, 1);
  transition: all 0.5s;
}

.buttons {
  padding: 20px 24px 8px;
  max-width: 225px;
  margin-right: 10px;
  border: 1px solid #dddddd;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #fff;
  color: #000 !important;
}

@media (max-width: 991px) {
  .buttons:first-child {
    margin-bottom: 16px;
  }
}

.buttons i {
  font-size: 44px;
  padding-right: 20px;
  color: #eeeeee;
  margin-top: -8px;
}

.buttons:hover {
  cursor: pointer;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  background-color: #ED71C3;
  color: #fff !important;
  border: 1px solid transparent;
}

.buttons:hover a {
  color: #fff;
}

.buttons a {
  color: #000;
}

.buttons p {
  margin-bottom: 8px !important;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
}

.buttons p span {
  font-size: 24px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.buttons.dark {
  background-color: #000;
  color: #fff !important;
  border: 1px solid #000;
}

.buttons.dark i {
  color: #fff;
}

.buttons.dark a {
  color: #fff;
}

.buttons.dark:hover {
  background-color: #ED71C3;
  border: 1px solid transparent;
}

.buttons.gray {
  background-color: #393939;
  color: #fff !important;
  border: 1px solid #393939;
}

.buttons.gray i {
  color: #fff;
}

.buttons.gray a {
  color: #fff;
}

.buttons.gray:hover {
  border: 1px solid transparent;
}

h1 {
  font-family: "Poppins", sans-serif;
  color: #000;
  line-height: 1.2em !important;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 600;
}

.h1 {
  margin-bottom: 0;
  margin-top: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #000;
}

.main-menu {
  padding-top: 20px;
}

.main-menu>.row {
  padding: 0 15px;
}

.home-banner-area {
  background: url(../img/home-banner-bg.jpg) center;
  background-size: cover;
}

.home-banner-area .banner-img {
  text-align: right;
}

@media (max-width: 1440px) {
  .home-banner-area .banner-img {
    text-align: left;
  }

  .home-banner-area .banner-img img {
    width: 60%;
  }
}

@media (max-width: 991px) {
  .home-banner-area .banner-img {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .home-banner-area .banner-img {
    display: none;
  }
}

@media (max-width: 991px) {
  .home-banner-area .fullscreen {
    height: 700px !important;
  }
}

.home-banner-content h1 {
  font-size: 60px;
  margin-bottom: 25px;
  font-family: "Poppins", sans-serif;
  color: #000;
  line-height: 1.2em !important;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 600;
}

@media (max-width: 991.98px) {
  .home-banner-content h1 {
    font-size: 36px;
  }
}

@media (max-width: 1199.98px) {
  .home-banner-content h1 {
    font-size: 35px;
  }
}

@media (max-width: 767px) {
  .home-banner-content h1 {
    margin-top: 50px;
  }
}

.home-banner-content p {
  margin-bottom: 45px;
}
