  @charset "UTF-8";
  /*!
   * Bootstrap v4.0.0 (https://getbootstrap.com)
   * Copyright 2011-2018 The Bootstrap Authors
   * Copyright 2011-2018 Twitter, Inc.
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
   */

  footer .chexck {
    margin: 50px 0 30px;
    text-align: center;
  }

  footer .chexck p {
    color: #fff;
    font-size: 16px;
  }

  .modal-open {
    overflow: hidden;
  }

  .modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
  }

  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
  }

  .modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
  }

  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -25%);
  }

  .modal.show .modal-dialog {
    transform: translate(0, 0);
  }

  .modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - (0.5rem * 2));
  }

  .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
  }

  .modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
  }

  .modal-backdrop.fade {
    opacity: 0;
  }

  .modal-backdrop.show {
    opacity: 0.5;
  }

  .modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
  }

  .modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
  }

  .modal-title {
    margin-bottom: 0;
    line-height: 1.5;
  }

  .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
  }

  .modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
  }

  .modal-footer> :not(:first-child) {
    margin-left: .25rem;
  }

  .modal-footer> :not(:last-child) {
    margin-right: .25rem;
  }

  .modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
  }

  @media (min-width: 576px) {
    .modal-dialog {
      max-width: 500px;
      margin: 1.75rem auto;
    }

    .modal-dialog-centered {
      min-height: calc(100% - (1.75rem * 2));
    }

    .modal-sm {
      max-width: 300px;
    }
  }

  @media (min-width: 992px) {
    .modal-lg {
      max-width: 800px;
    }
  }

  .modal-video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000000;
    cursor: pointer;
    opacity: 1;
    animation-timing-function: ease-out;
    animation-duration: 0.3s;
    animation-name: modal-video;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }

  .modal-video-close {
    opacity: 0;
  }

  .modal-video-close .modal-video-movie-wrap {
    -webkit-transform: translate(0, 100px);
    -moz-transform: translate(0, 100px);
    -ms-transform: translate(0, 100px);
    -o-transform: translate(0, 100px);
    transform: translate(0, 100px);
  }

  .modal-video-body {
    max-width: 940px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: table;
  }

  .modal-video-inner {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
  }

  .modal-video-movie-wrap {
    width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 56.25%;
    background-color: #333;
    animation-timing-function: ease-out;
    animation-duration: 0.3s;
    animation-name: modal-video-inner;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -ms-transition: -ms-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
  }

  .modal-video-movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .modal-video-close-btn {
    position: absolute;
    z-index: 2;
    top: -35px;
    right: -35px;
    display: inline-block;
    width: 35px;
    height: 35px;
    overflow: hidden;
    border: none;
    background: transparent;
  }

  .modal-video-close-btn:before {
    transform: rotate(45deg);
  }

  .modal-video-close-btn:after {
    transform: rotate(-45deg);
  }

  .modal-video-close-btn:before,
  .modal-video-close-btn:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #fff;
    border-radius: 5px;
    margin-top: -6px;
  }

  .header-home {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    /* padding: 0px 30px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: height .3s .1s, background .3s;
    z-index: 100;
    background: rgba(255, 255, 255, 0);
    border-bottom: none;
  }


  .overlaynew3 {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    background: url(../images/1.png);
    width: 100%;
    height: 100%;
  }


  .works-wrap {
    padding: 0px 0 0;
    position: relative;
    background-color: #ffffff;
    z-index: 2;
  }

  /* .workpage {padding: 100px 0 0;} */
  @media (max-width: 767.98px) {
    .works-wrap {
      padding-top: 100px;
    }
  }

  .works-wrap .works__info {
    /*padding-left: 138px;*/
    margin-bottom: 50px;
  }

  @media (max-width: 767.98px) {
    .works-wrap .works__info {
      padding-left: 15px;
    }
  }

  .works-wrap .page-title {
    font: 50px/60px "Poppins", sans-serif;
    font-weight: 700;
  }

  @media (max-width: 767.98px) {
    .works-wrap .page-title {
      font-size: 52px;
    }
  }

  .works-wrap .works__tags {
    margin-top: 30px;
  }

  .works-wrap .works__tags a {
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    user-select: none;
    border-radius: 3px;
    position: relative;
    cursor: pointer;
    background: transparent;
    border: solid 1px rgba(187, 187, 187, 0.27);
    font-size: 16px;
    padding: 5px 17px;
    margin: 5px;
    transition: transform .2s;
  }

  .works-wrap .works__tags a:hover {
    border: 1px solid rgba(187, 187, 187, 0.27);
    background-color: rgba(187, 187, 187, 0.27);
    color: #000;
  }

  .works-wrap .works__tags a:active {
    transform: scale(0.95);
  }

  .works-wrap .works__tags a.active {
    border: 1px solid #fb2224;
    background-color: #fb2224;
    color: #fff;
  }


  .tab-custom {
    width: 100%;
    text-align: center;
  }

  .tab-custom .tabbing-links {
    padding-left: 0;
    margin-bottom: 50px;
    text-align: center;
  }

  .tab-custom .tabbing-links li {
    display: inline-block;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    user-select: none;
    border-radius: 0;
    position: relative;
    cursor: pointer;
    font-size: 14px;
    padding: 5px 13px;
    margin: 5px;
    transition: transform .2s;
    color: #000;
  }

  .mypackages .tab-custom .tabbing-links li {
    color: #fff;
  }

  .tab-custom .tabbing-links li.current {
    border-bottom: 1px solid #fa2224;
    background-color: rgba(187, 187, 187, 0);
    color: #fb2224;
  }

  .tab-custom .tabbing-links li:hover {
    border-bottom: 1px solid rgb(251 34 36);
    background-color: rgba(187, 187, 187, 0);
    color: #fb2224;
  }

  .tab-custom .tabbing-links li.current:hover {
    border-bottom: 1px solid #f8931f;
  }

  /* 
  .tab-custom .tabbing-links li:active {
    transform: scale(0.95);
  } */

  .tab-custom .tabs {
    display: none;
  }

  .tab-custom .tabs.current {
    display: block;
  }

  .tab-custom .slick-slide {
    height: auto;
  }

  .works-wrap .tab-custom .tabbing-links li:hover {
    border-bottom: 1px solid rgb(255, 255, 255);
    background-color: rgba(187, 187, 187, 0);
    color: #fff;
    /* background: #ea018e; */
    background: -moz-linear-gradient(left, #ea018e 0%, #9b2c92 100%);
    /* background: -webkit-linear-gradient(left, #ea018e 0%,#9b2c92 100%); */
    /* background: linear-gradient(to right, #ea018e 0%,#9b2c92 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ea018e', endColorstr='#9b2c92', GradientType=1);
  }

  .works-wrap .tab-custom .tabbing-links li.current {
    border-bottom: 1px solid #fb2224;
    background-color: rgba(187, 187, 187, 0);
    color: #fb2224;
  }

  .works__info .tab-custom .tabbing-links li:hover {
    border: 1px solid rgb(255, 255, 255);
    background-color: rgba(187, 187, 187, 0);
    color: #fff;
    background: #ea018e;
    background: -moz-linear-gradient(left, #ea018e 0%, #9b2c92 100%);
    background: -webkit-linear-gradient(left, #ea018e 0%, #9b2c92 100%);
    background: linear-gradient(to right, #ea018e 0%, #9b2c92 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ea018e', endColorstr='#9b2c92', GradientType=1);
  }

  .works__info .tab-custom .tabbing-links li.current {
    border: 1px solid rgb(255, 255, 255);
    background-color: rgba(187, 187, 187, 0);
    color: #fff;
    background: #ea018e;
    background: -moz-linear-gradient(left, #ea018e 0%, #9b2c92 100%);
    background: -webkit-linear-gradient(left, #ea018e 0%, #9b2c92 100%);
    background: linear-gradient(to right, #ea018e 0%, #9b2c92 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ea018e', endColorstr='#9b2c92', GradientType=1);
  }


  .mbpx-0 {
    margin-bottom: 0px !important;
  }

  .myport {
    text-align: center;
    padding: 50px 0;
  }

  .myport h2 {
    font: 44px/60px "Poppins", sans-serif;
    font-weight: 700;
  }

  .portfolioparagraph {
    font: 20px/31px 'Poppins', sans-serif;
    font-weight: 500;
  }


  .myticks {
    overflow: hidden;
    padding-left: 0;
    margin-bottom: 30px;
  }

  .myticks li {
    overflow: hidden;
    display: inline-block;
    position: relative;
    padding: 0 0 5px 35px;
    font: 18px/31px 'Poppins', sans-serif;
    font-weight: 500;
    width: 100%;
    color: #fff;
  }

  .myticks li:before {
    content: "\f058";
    position: absolute;
    left: 0;
    top: 5px;
    color: #fb2224;
    font: normal normal normal 20px/1 FontAwesome;
  }



  /*How it works start*/


  .tabs {
    display: none;
  }

  .tabs.current {
    display: block;
  }

  .work-grid {
    /* background: #000; */
    width: 100%;
    text-align: center;
  }

  .scrollbar .work-grid {
    width: calc(100vw + 20px)
  }

  .work-grid-item,
  .work-grid-item-featured {
    overflow: hidden;
    width: 17%;
    height: 175px;
    position: relative;
    display: inline-block;
    margin: 9px !important;
  }

  .work-grid-item-featured {
    width: 100vw
  }

  .work-grid-item-featured video {
    position: absolute;
    width: 100vw;
    height: auto
  }

  .work-grid-item-img,
  .work-grid-item-img-wrapper {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    /* background: #000 */
  }

  .work-grid-item-img-wrapper {
    height: 100%;
    -webkit-perspective: 5000px;
    perspective: 5000px
  }

  .work-grid-item-img {
    height: auto;
    -webkit-transition: all .1s;
    transition: all .1s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
  }

  .work-grid-item-inner,
  .work-grid-item-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    padding: 10px;
  }

  .work-grid-item-overlay {
    opacity: 0;
    background: rgba(0, 0, 0, 0.59);
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    color: #fff;
    z-index: 2;
  }

  .work-grid-item-inner:hover .work-grid-item-overlay {
    opacity: 1
  }

  .work-grid-item-content {
    min-width: 80%;
    max-width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3;
    text-align: center;
  }

  .work-grid-item-content p {
    display: none;
  }

  .work-grid-item-featured .work-grid-item-content {
    -webkit-transform: translate(-50%, -75%);
    transform: translate(-50%, -75%)
  }

  .work-grid-item-content h2 {
    margin-bottom: 20px;
    line-height: 1em;
    display: none;
  }

  .work-grid-item-content h3 {
    margin-bottom: .5em;
    color: #fff;
    font-size: 18px;
  }

  .work-grid-item-inner .btn {
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    color: #fff;
    background-color: transparent;
    border-color: #fff;
  }

  .work-grid-cta {
    clear: both;
    text-align: center;
    padding: 5.35em 0
  }

  .work-grid-item-content,
  .work-grid-item-overlay {
    -webkit-filter: none !important;
    filter: none !important
  }

  .work-grid-small .work-grid-item-img-wrapper {
    -webkit-perspective: 1000px;
    perspective: 1000px
  }

  .work-grid-small .work-grid-item {
    width: 25vw;
    height: 25vw
  }

  .work-grid-small .work-grid-item-content h2 {
    font-size: 1em;
    color: #fff;
  }

  .work-grid-small .work-grid-item-content h3 {
    font-size: 20px;
    color: #fff;
  }

  .work-grid-small .work-grid-item-content p {
    font-size: .6em;
    line-height: 1.2em;
    color: #fff;
  }

  .work-grid-item-featured .work-grid-item-content h2 {
    color: #fff;
    font-size: 60px;
  }

  .work-grid-item-featured .work-grid-item-content h3 {
    color: #fff;
    font-size: 26px;
  }

  .work-grid-item-featured .work-grid-item-content p {
    color: #fff;
  }

  .btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.25;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid transparent;
    padding: .5rem 1rem;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    cursor: pointer;
    border-radius: 6px;
  }

  .btn-secondary,
  .btn-secondary:hover {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
  }


  @keyframes scrollDownAnimation {
    from {
      transform: translateY(0);
    }

    to {
      transform: translateY(-10px);
    }
  }

  @-webkit-keyframes scrollDownAnimation {
    from {
      transform: translateY(0);
    }

    to {
      transform: translateY(-10px);
    }
  }