html {
  margin: 0px;
  padding: 0px;
}

body {
  font-family: "Poppins", sans-serif;
}

p {
  font-size: 15px;
  line-height: 24px;
  color: #6b7c93;
}

.btn-outline-primary {
  color: #ff5733 !important;
  border-color: #ff5733 !important;
}

.btn-outline-primary:hover {
  color: #fff !important;
  border-color: #ff5733 !important;
  background-color: #ff5733 !important;
}

.btn-primary {
  color: #fff;
  border-color: #ff5733 !important;
  background-color: #ff5733 !important;
}

.btn-primary:hover {
  opacity: 0.8;
}

.site-header {
  position: fixed;
  height: 4.5rem;
  display: block;
  width: 100%;
  background: white;
  z-index: 9;
  text-align: center;
  color: #f2f2f2;
  -webkit-box-shadow: 0 2px 10px -1px rgba(87, 97, 100, 0.35);
  -ms-box-shadow: 0 2px 10px -1px rgba(87, 97, 100, 0.35);
  -o-box-shadow: 0 2px 10px -1px rgba(87, 97, 100, 0.35);
  box-shadow: 0 2px 10px -1px rgba(87, 97, 100, 0.35);
}

.brand {
  display: inline-block;
  margin-right: 2rem;
  font-size: 1.25rem;
  line-height: 4.5rem;
}

.nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-list li a {
  display: block;
  padding: 0 0.5rem;
  border-top: 2px solid transparent;
  text-decoration: none;
  color: #000;
}

.nav-list li a:hover {
  color: #ff5733;
  border-top: 2px solid #ff5733;
  color: #ff5733;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.nav-list .nav-active {
  border-top: 2px solid #ff5733;
  color: #ff5733;
}

.hamburger {
  display: none;
}

.bar {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #ff5733;
}

@media (max-width: 768px) {
  .hamburger {
    display: block;
  }
  .hamburger.active .bar:nth-child(2) {
    opacity: 0;
  }
  .hamburger.active .bar:nth-child(1) {
    -webkit-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
  }
  .hamburger.active .bar:nth-child(3) {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
  }
  .nav-wrapper {
    width: 100%;
    background-color: #fff;
    position: absolute;
    top: 72px;
    left: 0;
    display: none;
    padding-bottom: 24px;
  }
  .nav-wrapper.active {
    display: block;
  }
  .nav-wrapper ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
    overflow: hidden;
  }
  .nav-wrapper ul li {
    width: 100%;
  }
  .nav-wrapper ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 24px 40px 0px 40px;
    line-height: 20px;
    vertical-align: middle;
    font-size: 15px;
  }
  .nav-list .nav-active {
    border-top: 2px solid transparent;
    color: #ff5733;
  }
  .nav-wrapper ul li a:hover {
    color: #ff5733;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
}

.home-banner {
  height: 100vh !important;
  background: url(../images/home-banner.jpeg) no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 1;
  color: #fff;
}

.change .menu-btn_burger1 {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.change .menu-btn_burger2 {
  opacity: 0;
}

.change .menu-btn_burger3 {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.home-banner:after {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: -1;
}

.home-banner h1 {
  font-size: 80px;
  line-height: 92px;
  min-height: 92px;
  font-weight: 900;
  font-family: "Poppins", sans-serif;
}

@media (max-width: 992px) {
  .home-banner h1 {
    font-size: 62px;
    line-height: 70px;
    min-height: 70px;
  }
}

.home-banner h1 {
  font-size: 62px;
  line-height: 70px;
  min-height: 70px;
}

.home-banner p {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}

/* section About start */
.about-img {
  width: 100%;
  height: 300px;
}

@media (max-width: 768px) {
  .about-img {
    height: 400px;
  }
}

@media (max-width: 375px) {
  .about-img {
    height: 250px;
  }
}

.cover-fit {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* section About end */
/* section Services start */
.service-section {
  background: #fafafa;
}

.service-wrapper {
  background-color: #fff;
  padding: 35px;
  -webkit-box-shadow: 0 20px 12px -4px #dedede;
  -ms-box-shadow: 0 20px 12px -4px #dedede;
  -o-box-shadow: 0 20px 12px -4px #dedede;
  box-shadow: 0 20px 12px -4px #dedede;
}

.service-icon {
  background: #ff5733;
  display: inline-block;
  height: 50px;
  width: 50px;
  border-radius: 100%;
}

.service-icon i {
  color: #fff;
  font-size: 25px;
  line-height: 50px;
}

/* section Services end */
/* section Porfolio start */
.gallery-link {
  overflow: hidden;
  position: relative;
}

.gallery-overlay {
  background: #fff;
  padding: 20px 15px;
  position: absolute;
  bottom: 0px;
  width: 80%;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #000;
  text-align: center;
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  visibility: hidden;
  opacity: 0;
}

.gallery-link:hover > img {
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.gallery-link:hover > div {
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  visibility: visible;
  opacity: 1;
}

/* section Porfolio end */
/* section Team start */
.section-team {
  background-color: #fafafa;
}

.team-member {
  overflow: hidden;
  position: relative;
}

.team-member:hover > img {
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.social-icons {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 5px 0;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  visibility: hidden;
  opacity: 0;
}

.social-icons li {
  margin: 0 10px;
}

.social-icons a {
  text-decoration: none;
  color: #fff;
  display: inline-block;
}

.team-member:hover > ul {
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  visibility: visible;
  opacity: 1;
}

.member-title {
  color: #6b7c93;
}

/* section Team end */
/* section Contact start */
/* .contact-section-bg {
  min-height: 450px;
  background: url(../images/contact.jpeg) no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 1;
  color: #fff;
}
.contact-section-bg:after {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: -1;
} */
.contact-box {
  /* top: -250px;
  background: #fff;
  z-index: 99;
  position: relative; */
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
}

.contact-left {
  background-color: #ffffff;
}

.contact-right {
  background-color: #fafafa;
}

.form-group {
  margin-bottom: 1rem;
}

.contact-text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}

.contact-text a {
  color: black;
  text-decoration: none;
}

.contact-text a:hover {
  color: black;
  text-decoration: underline;
}

.contact-icon {
  background: #ff5733;
  display: inline-block;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  margin-right: 10px;
  text-align: center;
}

.contact-icon i {
  color: #fff;
  font-size: 25px;
  line-height: 50px;
}

/* section Contact end */
.site-footer {
  background-color: #fafafa;
  padding: 15px 0;
  border-top: 1px solid #f0f0f0;
  color: #8191a6;
  margin-top: -4.5rem;
}
/*# sourceMappingURL=style.css.map */