:root {
  --first: #021622;
  --second: #354454;
  --third: #2C3531;
  --fourth: #F16C19;
  --fifth: #ff8d4a
}


.main {
  min-height: 600px;
}

.top_menu, .bottom_menu {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0);
}

.fp-icons{
  color:white;
  font-size: 100px;
}

.fp-icons:hover{
  color:#F16C19 !important;
  font-size: 100px;
}

.contactBtn{
  border-radius:20px !important;
  background: linear-gradient(var(--second), var(--first)) !important;
  width:150px !important;
  color:white;
}

.contactBtn:hover{
  border-radius:20px !important;
  background: linear-gradient(var(--first), var(--second)) !important;
  box-shadow: 0px 3px 15px rgba(0,0,0,0.2) !important;
  width:150px !important;
  color:white;
}

.inside_parallax {
  width: 70%;
  height: 120px;
  background: red;
}
@font-face {
  font-family: "Kollektif";
  src: url(/Content/fonts/Kollektif.ttf);
}
.why_forms {

  /*width: 30.33%;
  margin: auto;
  margin-right:2%;
  font-family:Kollektif;
  text-align: center;*/
}

.why_forms p {
  text-align: left-align;
}

.why_forms h5 {
  text-align: center;
}

.why_forms h2 {
  text-align: center;
}

.why_forms i:hover {
  color: #631323;
  cursor: pointer;
}

.login_div {
  margin-right: 1px solid #515254;
}

.with_social {
  width: 45%;
  height: 15px;
  float: right;
}

footer {
  border-top: 1px solid #d9dde2;
}

.right a {
  color: #021622;
}
.price_div {
  width:80%;
  margin:auto;
}

.fullscreen-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -100;
}

.fullscreen-bg__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
      height: 300%;
      top: -100%;
  }
}

@media (max-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
      width: 300%;
      left: -100%;
  }
}

.our-team img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  transition: all 0.3s ease 0s;
}

.our-team .team-content {
  width: 93%;
  padding: 25px 0 10px;
  background: #ff4444;
  position: absolute;
  bottom: 50px;
  left: 50%;
  opacity: 0;
  -webkit-clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
  clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
  transform: translateX(-50%);
  transition: all 0.3s cubic-bezier(0.5, 0.2,0.1,0.9);
}

.our-team:hover .team-content {
  bottom: 10px;
  opacity: 1;
}

.our-team .title {
  font-size: 25px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin: 0;
}

.our-team .post {
  display: block;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.our-team .social {
  padding: 0;
  margin: 0;
  list-style: none;
}

  .our-team .social li {
      display: inline-block;
      margin: 0 5px;
  }

      .our-team .social li a {
          display: block;
          width: 35px;
          height: 35px;
          line-height: 35px;
          border-radius: 50%;
          background: #fff;
          font-size: 20px;
          color: #ff3232;
          transition: all 0.3s ease 0s;
      }

          .our-team .social li a:hover {
              background: linear-gradient(to bottom,#ff3232, darkred);
              box-shadow: 0 0 0 5px rgba(255,255,255,0.3);
              color: #fff;
          }

@media only screen and (max-width: 990px) {
  .our-team {
      margin-bottom: 30px;
  }
}
.team_member {
  width:20%;
  float:left;
  margin:25px;
}

.container_image {
  position: relative;
  width: 100%;
  max-width: 100%;
}

  .container_image img {
      width: 100%;
      height: auto;
  }

  .container_image .btn {
      position: absolute;
      top: 95%;
      left: 54%;
      transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      background-color: #ff8f00 !important;
      color: white;
      font-size: 90%;
      width:5%;
      height:auto;
      overflow:hidden;
      border: none;
      cursor: pointer;
      border-radius: 5px;
      text-align: center;
  }

      .container_image .btn:hover {
          background-color: black;
      }

  .detail_box {
      /* height:150px !important; */
  }
