.gpMenu, .gpArea_FullMenu_m1, .gpArea_FullMenu {
  margin-left: auto !important;
}
.overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.80) !important;
}
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #21c87a;
}
ul.navbar-nav > li:hover > a, ul.navbar-nav > li.active > a {
  color: #bcecd6 !important;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #21c87a;
}
.blog-box{
  margin: 0px 0px 20px 0px;
}
.swal-button {
  background-color: #21c87a;
}
.swal-button:not([disabled]):hover {
  background-color: #050203;
}
iframe {
  overflow-y: hidden;
  border: none;
  width: 100%;
  min-height: 600px;
}
.mt40 {
margin-top:40px;
}
.caption-1 figcaption {
  position: absolute;
  bottom: 0;
  right: 0;
}
.mt60 {
margin-top:60px;
}
.caption-1 figcaption {
  position: absolute;
  bottom: 0;
  right: 0;
}
.caption-2 figcaption {
  width: 80%;
  position: absolute;
  bottom: 1rem;
  left: 10%;
  background: rgba(255, 255, 255, 0.6);
}

.caption-3 figcaption {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateY(-50%);
}
.btn, .ct-cart-checkout, .ct-wishlist-checkout, .ct-cart-clear, .ct-wishlist-clear, .ct-cart-add-to-cart, .ct-wishlist-add-to-cart {
  padding: 0.85em 0.5em;
}
img{max-width:100%;}
.video-background-holder {
  position: relative;
  background-color: black;
  height: calc(100vh - 72px);
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}
.video-background-holder video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.video-background-content {
  position: relative;
  z-index: 2;
}
.video-background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}
/* The hero image */


//landing-css
header.masthead {
  position: relative;
  background-color: #343a40;
  background: url("/data/_uploaded/headers/programming-background-collage-2.jpg") no-repeat center center;
  background-size: cover;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

header.masthead .overlay {
  position: absolute;
  background-color: #212529;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}

header.masthead h1 {
  font-size: 2rem;
}

@media (min-width: 768px) {
  header.masthead {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
  header.masthead h1 {
    font-size: 3rem;
  }
}

.showcase .showcase-text {
  padding: 3rem;
}

.showcase .showcase-img {
  min-height: 30rem;
  background-size: cover;
}

@media (min-width: 768px) {
  .showcase .showcase-text {
    padding: 7rem;
  }
}
.btn {
  font-size: 1rem;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
  padding:
1.2rem 2.7rem;
  border:
0.1rem solid transparent;
  transition:
all 0.2s ease-in-out;
  letter-spacing: .5px;
}
.btn-lg {min-width: 250px;}