/* 
- All
*/
.pages-block .page-item .img:before, .pages-block .page-item .h {
  -webkit-transition: 300ms ease;
  -o-transition: 300ms ease;
  transition: 300ms ease;
  -webkit-transition-property: color, background, mix-blend-mode, opacity, visibility, height;
  -o-transition-property: color, background, mix-blend-mode, opacity, visibility, height;
  transition-property: color, background, mix-blend-mode, opacity, visibility, height;
}

.pages-block .page-item .img:before, .tile-items .item .content:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* 
- Accent color
*/
.pages-block .page-item:hover .h, .pages-block .page-item .num, .tile-items .item .num {
  color: #dc493a;
}

/* 
- Accent color 2
*/
.dark-scheme #page,
#page .dark-scheme {
  background: #1a1a1a;
}

.loaded .main-container {
  opacity: 1 !important;
  visibility: visible !important;
}


a {
  color: inherit;
}

.site-header .wrap {
  background: transparent;
}

.site-header .site-logo {
  -webkit-transition: height 400ms ease-in;
  -o-transition: height 400ms ease-in;
  transition: height 400ms ease-in;
}

.site-header .site-logo img {
  width: 80px;
}

.banner-area {
  margin-bottom: 0px;
}

.banner-area .banner-item {
  position: relative;
  overflow: visible;
}

.banner-area .banner-item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100px;
  background: url(../imgs/circles.png) 0 50% no-repeat;
  z-index: 2;
}

.banner-area .banner-item .bg-overlay {
  left: 50%;
  margin-left: -80px;
}

.banner-area .banner-item .heading-block {
  margin-bottom: 55px;
}

.banner-area .banner-item .h {
  margin-bottom: 20px !important;
}

.enter-btn{
	background: #dc493a;
    padding: 8px 20px;
    border-radius: 100px;
    font-size: 18px;
	transition: .5s;
}
.enter-btn:hover{
	border: 1px solid #dc493a;
	background: transparent;
}

@media (max-width: 575.98px) {
  .banner-area .banner-item .h {
    font-size: 36px;
  }
}

.banner-area .banner-item .button-style1 {
  margin-bottom: 25px;
}

.banner-area .b-pages {
  position: absolute;
  top: 70px;
  left: 50%;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  margin-bottom: -30px;
  margin-left: -240px;
  z-index: -1;
  width: 150vh;
}

@media (max-width: 1199.98px) {
  .banner-area .b-pages {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .banner-area .b-pages {
    display: none;
  }
}

.pages-block {
  margin: 55px -15px;
}

@media (max-width: 1199.98px) {
  .pages-block {
    margin: 55px -15px;
  }
}

.pages-block > div:nth-child(3) {
  margin-top: 105px;
}

.pages-block .page-item {
  position: relative;
  margin-bottom: 115px;
  padding: 0 15px;
  -webkit-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

@media (max-width: 991.98px) {
  .pages-block .page-item {
    padding: 0 0px;
    margin-bottom: 30px;
  }
}

.pages-block .page-item:hover .img:before {
  opacity: .3;
}

.pages-block .page-item .img {
  position: relative;
  -webkit-box-shadow: -3px 4px 5px 0px rgba(0, 0, 0, 0.15);
          box-shadow: -3px 4px 5px 0px rgba(0, 0, 0, 0.15);
  margin-bottom: 45px;
  -webkit-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

@media (max-width: 1199.98px) {
  .pages-block .page-item .img {
    margin-bottom: 30px;
  }
}

.pages-block .page-item .img:before {
  content: '';
  background: #000;
  opacity: 0;
}

.pages-block .page-item .img img {
  display: block;
}

.pages-block .page-item .content {
  position: absolute;
  left: 0;
  bottom: -10px;
}

.pages-block .page-item .num {
  position: relative;
  display: block;
  font-size: 14px;
  font-weight: 500;
  padding-left: 35px;
  margin-bottom: 10px;
}

.pages-block .page-item .num:before {
  content: '.....';
  position: absolute;
  letter-spacing: .3em;
  top: -2px;
  left: 0;
  font-size: 12px;
  -webkit-transition: 400ms ease-in-out;
  -o-transition: 400ms ease-in-out;
  transition: 400ms ease-in-out;
  -webkit-transition-property: letter-spacing, opacity;
  -o-transition-property: letter-spacing, opacity;
  transition-property: letter-spacing, opacity;
}

.pages-block .page-item .h {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}

.pages-block .page-item a {
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
  bottom: 0;
  z-index: 1;
}

.tile-items {
  position: relative;
  margin-top: -95px;
  margin-bottom: 65px;
}

@media (max-width: 991.98px) {
  .tile-items {
    margin-top: 0;
  }
}

.tile-items .item .content {
  position: relative;
  z-index: 2;
  width: 300px;
  padding: 40px 40px 40px 55px;
}

.tile-items .item .content:before {
  content: '';
  background: #121212;
  z-index: -1;
  -webkit-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.tile-items .item .content:hover:before {
  -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
          transform: scale(1.15);
}

.tile-items .item .content > * {
  margin-bottom: 15px;
}

@media (max-width: 575.98px) {
  .tile-items .item .content {
    padding: 30px;
  }
}

.tile-items .item .img {
  position: absolute;
}

@media (max-width: 991.98px) {
  .tile-items .item .img {
    display: none;
  }
}

.tile-items .item .num {
  font-size: 14px;
  font-weight: 500;
}

.tile-items .item .text {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.28571;
  opacity: .7;
}

.tile-items .col-12:nth-child(1) {
  margin-left: 530px;
}

.tile-items .col-12:nth-child(1) .img {
  position: absolute;
  top: 140px;
  left: 100%;
  margin-left: -50px;
  border: 1px solid #292929;
  -webkit-box-shadow: -3.078px 3.94px 5px 0px rgba(0, 0, 0, 0.15);
          box-shadow: -3.078px 3.94px 5px 0px rgba(0, 0, 0, 0.15);
  z-index: -1;
  pointer-events: none;
}

.tile-items .col-12:nth-child(1) .img img {
  display: block;
  max-width: 410px;
}

@media (max-width: 991.98px) {
  .tile-items .col-12:nth-child(1) {
    margin-left: 0;
    margin-bottom: 30px;
  }
}

.tile-items .col-12:nth-child(2) {
  margin-top: -20px;
  margin-bottom: 55px;
}

.tile-items .col-12:nth-child(2) .img {
  top: 50%;
  left: 270px;
  -webkit-transform: translateY(-55%);
      -ms-transform: translateY(-55%);
          transform: translateY(-55%);
  width: 248px;
  z-index: 2;
}

@media (max-width: 991.98px) {
  .tile-items .col-12:nth-child(2) {
    margin: 0 0 30px;
  }
}

.tile-items .col-12:nth-child(3) .content {
  margin-left: auto;
  margin-right: 55px;
}

@media (max-width: 991.98px) {
  .tile-items .col-12:nth-child(3) .content {
    margin: 0;
  }
}

.logos {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  right: 330px;
  bottom: 0;
  z-index: 2;
}

.logos .it {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 25%;
      -ms-flex: 1 0 25%;
          flex: 1 0 25%;
  margin-bottom: 40px;
}

.logos .it img {
  max-width: 65px;
  max-height: 40px;
  vertical-align: middle;
}

@media (max-width: 991.98px) {
  .logos {
    display: none;
  }
}

.b-text {
  top: 380px;
  left: 190px;
}

.b-text .text {
  font-size: 148px;
  -webkit-text-stroke: 1px;
}

.purchase-banner .row {
  height: 380px;
}

.purchase-banner .h a {
  background-position: 0 -5px;
}

.purchase-banner .h a:hover {
  background-image: -webkit-linear-gradient(left, #dc493a 2px, rgba(255, 255, 255, 0) 0%);
  background-image: -o-linear-gradient(left, #dc493a 2px, rgba(255, 255, 255, 0) 0%);
  background-image: linear-gradient(to right, #dc493a 2px, rgba(255, 255, 255, 0) 0%);
  background-position: 0 100%;
  -webkit-background-size: 6px 1.6px;
          background-size: 6px 1.6px;
  background-repeat: repeat-x;
  padding-left: 0;
}

@media (max-width: 767.98px) {
  .purchase-banner .h {
    font-size: 36px;
  }

  .full-height {
     height: 430px !important;
     max-height: 550px;
     padding-top: 0 !important;
  }
}
.ptext{
	font-size: 15px;
    font-weight: 200;
    line-height: 1.7;
}

.site-footer {
  padding: 40px 0;
}

/*==========  Desktop First  ==========*/
/*==========  Mobile First  ==========*/
