.preloader {
    background: #000;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    /*opacity: 1;*/
    transition: all ease 0.6s;
}
.loader{
  width: 250px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.close-load {
    display: none;
}


body{
  background: #0e0e0e;
  /*background: #181818;*/
  font-family: 'Josefin Sans', sans-serif;
}
a, a:hover{
  color: inherit;
  text-decoration: none;
}
.img-fluid{
  width: 100%;
}
.logo{
  /*width: 250px;*/
  margin: 0 auto;
  transition: all ease 0.6s;
}
.brand-color{
  color: #f3b612;
}
.toggle-nav{
  width: 80px;
  height: 100%;
  position: fixed;
  padding: 10px; 
  border-right: 1px solid hsla(0,0%,66%,.5);
  z-index: 502;
}
.nav-items>a{
  display: block;
  padding: 4px;
}

.foot-yellow-logo{
    display: none;
}
.home-logo:hover .foot-yellow-logo{
    display: block;
}
.home-logo:hover .foot-white-logo{
    display: none;
}
.nav-burger{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 2rem 0;
  cursor: pointer;
}

.burger-line{
  display: block;
  background-color: #fff;
  width: 34px;
  height: 1px;
  margin-bottom: 5px;
  transition: all ease 0.4s;
}
.nav-burger:hover .burger-line-top{
  width: 22px;
}
.burger-active .burger-line{
  margin-bottom: 0;
}
.burger-active .burger-line-top{
  transform: translateZ(0) scaleX(1) rotate(45deg);
  transition: all ease 0.4s;
}
.burger-active .burger-line-bottom{
  transform: translateZ(0) scaleX(1) rotate(-45deg);
  transition: all ease 0.4s;
}
.burger-active .burger-line-top{
  width: 34px;
}
.jp-overley{
  z-index: 501;
  position: fixed;
  top: 0;
  left: 0;
  width: 30%;
  height: 100%;
  -webkit-transform: translate3d(0,-100%,0);
  transform: translate3d(0,-100%,0);
  background-color: rgba(0, 0, 0, 0.9);
  overflow-x: hidden;
  overflow-y: hidden;
  -webkit-transition: all .5s cubic-bezier(.4,0,.2,1);
  -o-transition: all .5s cubic-bezier(.4,0,.2,1);
  transition: all .5s cubic-bezier(.4,0,.2,1);
  -webkit-transform: translate3d(-100%,0,0);
}
.jp-overley.active-overley{
  -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.jp-menu{
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translate3d(100%,-50%,0);
  width: 100%;
}
.jp-menu ul{
  list-style: none;
  line-height: 5rem;
  font-size: 30px;
  font-weight: 100;
  padding-left: 9rem;
}
.jp-menu ul li a svg{
    margin-left: 15px;
}
.jp-overley.active-overley .jp-menu{
transform: translate3d(0%,-50%,0);
transition: all 1s cubic-bezier(.4,0,.2,1);
}
header{
  padding: 1rem 0 0 0;
  color: #fff;
  position: absolute;
  width: 100%;
  z-index: 9;
}
.hero-typer h1{
  color: #fff;
  margin-top: 2rem;
  transition: all ease 0.6s;
}
.center-hero{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 3.6rem;
  text-align: center;
  height: 88vh;
  position: relative;
  transition: all ease 0.6s;
}
.hero--button{
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0px);
}
.hero--button p{
  color: #fff;
  font-size: 16px;
}
.social-icon svg{
  border: 1px solid;
  width: 30px !important;
  height: 30px;
  padding: 8px;
  border-radius: 50%;
  color: #fff;
  transition: all ease 0.6s;
}
.social-icon svg:hover{
  background: #f3b612;
  color: #333;
  border: 0px;
  transition: all ease 0.6s;
}
.menu-link ul, .social-icon ul, .top-menu-link ul{
  list-style: none;
  padding: 0;
  text-align: center;
}
.social-icon ul{
  margin-bottom: 5px;
}
.menu-link ul li, .top-menu-link ul li, .social-icon ul li{
  display: inline-block;
  
  color: #fff;
  font-weight: 100;
}
.menu-link ul li>a{
  padding: 0 15px;
  border-right: 1px solid #f3b612;
  transition: all ease 0.6s;
}
.menu-link ul li>a:hover, .jp-menu ul li>a:hover{
  color: #f3b612;
  transition: all ease 0.6s;
}
.menu-link ul li:last-child>a{
  border-right: 0px;
}
.social-icon ul li{
  padding: 0 5px;
}
.top-menu-link ul {
  text-align: left;
}
.top-menu-link ul li{
  font-weight: 400;
}
.top-menu-link ul li>a{
  padding: 0 10px;
}
.youtube-video-wrapper {
    width: 100%;
    height: 100%;
    position: fixed; !important;
    top: 0 !important;
    left: 0;
    z-index: -1;
}
.youtube-bg {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0 / cover;
    display: block;
    height: 100%;
    background-position: center;
}
[data-overlay]:before, [data-black-overlay]:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 9;
    background-color: #000000;
    opacity: 0.6;
}
.header-logo-inner{
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}
.inner-header{
  position: inherit;
}
.page-title-area{
  color: #fff;
  padding-top: 200px;
  padding-bottom: 100px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
}
.vid-bg{
  padding: 200px 0; 
}
.page-title-area .youtube-video-wrapper{
  position: absolute;
}
.page-title-area:before{
  content: '';
  background: rgb(0 0 0 / 0.60);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.vid-bg:before{
  background: none;
}
.page-title-area h2{
  font-size: 30px;
  margin-bottom: 10px;
}
.page-title-area ul{
  padding-left: 0;
}
.page-title-area ul li{
  list-style: none;
  display: inline-block;
}
.page-title-area ul li span {
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #f3b612;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    top: -2px;
    margin-left: 8px;
    margin-right: 8px;
}
.sub-title {
    font-weight: 700;
    font-size: 17px;
    color: #f3b612;
    display: inline-block;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.jp-intro-wrap, .jp-why-wrap, .testimonial-wrap, .contact-dtl-wrap{
  padding: 6rem 0;
}
.jp-intro-wrap h2, .jp-why-title h2, .testimonial-wrap h2, .contact-form-wrap h2{
    font-size: 26px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 2rem;
}
.jp-intro-wrap p, .testimonial p, .testimonial-wrap p{
  color: #fff;
  font-weight: 100;
}

.jp-team-wrap{
  padding: 6rem 0;
}
.jp-service-wrap .section-title h2, .jp-team-wrap .section-title h2{
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
}

.service-item {
    margin: 30px 0;
    position: relative;
}
.service-item .service-inner {
    padding-left: 60px;
}
.service-item .icon {
    display: inline-block;
    width: 40px;
    position: absolute;
    left: 0;
}
.service-item .service-inner h3 {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
    font-weight: 600;
}
.service-item .service-inner p {
    margin-bottom: 0;
    color: #212121;
}
.jp-why-wrap{
  background: url(../images/3.png) no-repeat;
  position: relative;
  background-attachment: fixed;
  background-size: cover;
}
.jp-why-wrap:before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 84%);
  top: 0;
}
.jp-why-grid h3{
      color: #f3b612;
    font-size: 20px;
}
.jp-why-grid img{
  width: 60px;
  margin-bottom: 30px;
}
.jp-why-grid p{
  color: #fff;
  font-size: 15px;
}
.jp-why-grid{
    padding: 15px;
    margin-top: 2rem;
}
.jp-why-grid:hover{
  transition: all ease 1s;
  background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
}  
.jp-team .item{
  margin-top: 3rem;
  transition: all ease 0.6s;
}
.jp-team .item:hover{
  transition: all ease 0.6s;
  transform: scale(1.04);
}
.team-botton {
    color: #fff;
}
.jp-team .item h3{
  text-align: center;
  font-size: 21px;
  margin-top: 1rem;
  color: #f3b612;
}
.jp-team .item .designation{
  text-align: center;
  display: block;
  font-size: 14px;
  font-style: italic;
}
.team-top {
    position: relative;
    overflow: hidden;
}
.team-top ul {
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: -40px;
    left: 50%;
    right: 0;
    transform: translate(-50%);
    transition: all ease 0.6s;
}
.team-top ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 2px;
    margin-left: 2px;
}
.team-top ul li a svg {
    background: #333;
    width: 30px !important;
    height: 30px;
    padding: 7px;
    border-radius: 50%;
    color: #fff;
    transition: all ease 0.6s;
}
.team-top ul li a svg:hover{
  background: #f3b612;
  transition: all ease 0.6s;
}
.jp-team .item:hover .team-top ul{
  bottom: 5px;
  transition: all ease 0.6s;
}
.copyright p{
  color: #fff;
  font-weight: 100;
  font-size: 12px;
}
footer{
  padding-top: 2rem;
}
.jp-watch{
  padding-left: 5rem;
  padding-top: 1.2rem;
}

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.service-inner{
  color: #fff;
  text-align: right;
}
.service-inner p{
  font-weight: 300;
}
.jp-serive .owl-nav{
  color: #fff;
  padding-top: 1rem;
  position: absolute;
  bottom: 100px;
  right: 0;
}
.jp-serive .owl-nav button{
  outline: none;
}
.jp-serive .owl-nav svg{
  margin-left: 1rem;
  font-size: 24px;
  transition: all ease 0.3s;
}
.jp-serive .owl-nav svg:hover{
  font-size: 24px;
  transition: all ease 0.3s;
  color: #f3b612;
}
.jp-serive{
  margin: 2rem 0;
  margin-bottom: 4rem;
}
.jp-serive .owl-dots{
  
  text-align: right;
}
.jp-serive .owl-dots button{
  width: 15px;
  height: 15px;
  background: #c5c5c5 !important;
  border-radius: 50px;
  margin-right: 6px;
  outline: none;
}
.jp-serive .owl-dots button.active{
  background: #f3b612 !important;
}
.service-img {
    overflow: hidden;
    border-radius: 15px;    
    transition: all ease 0.6s;
    margin-bottom: 2rem;
}
/*.jp-serive .item:hover .service-img, .jp-serive:hover .service-img{
  margin-top: -1rem;
  transition: all ease 0.6s;
}*/
.jp-serive:hover .service-img{
  transform: scale(1.03);
}
.jp-serive .owl-item{
  padding: 2rem 0;
}
.line-anim-wrap{
  position: relative;
  overflow: hidden;
}
.lines {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  margin: auto;
  width: 90vw;
  opacity: 0.6;
  z-index: -1;
}
.lines .line {
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  background: rgb(255 255 255 / 6%);
  overflow: hidden;
}
.lines .line::after {
  content: "";
  display: block;
  position: absolute;
  height: 15vh;
  width: 100%;
  top: -50%;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(75%, #f3b612), to(#f3b612));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #f3b612 75%, #f3b612 100%);
  /*-webkit-animation: run 7s 0s infinite;
          animation: run 7s 0s infinite;*/
          animation: scroll3 6s ease-out infinite;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
          animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}
.lines .line:nth-child(1) {
  margin-left: -30%;
}
.lines .line:nth-child(1)::after {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.lines .line:nth-child(2) {
  margin-left: -15%;
}
.lines .line:nth-child(2)::after {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.lines .line:nth-child(4) {
  margin-left: 15%;
}
.lines .line:nth-child(4)::after {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.lines .line:nth-child(5) {
  margin-left: 30%;
}
.lines .line:nth-child(5)::after {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
@keyframes scroll3 {
  0% {
  opacity: 1;
  top: 0
  }
  50% {
  top: 50%
  }
  100% {
  top: 100%;
  opacity: 0.5;
  }
}

.client-img{
  width: 100px;
  margin: auto;
  border-radius: 100px;
  overflow: hidden;
  height: 100px;
}
.quote-icon{
  color: #f3b612;
  font-size: 2rem;
  margin: 2rem 0 1rem 0;
  display: block;
}
.testimonial{
  color: #fff;
}
.client_name{
  display: block;
  font-size: 18px;
  color: #f3b612;
  font-style: italic;
}
.client-logo{
    background: #fff;
    margin-bottom: 2rem;
    transition: all ease 0.3s;
}
.client-logo:hover{
  transform: scale(1.03);
    transition: all ease 0.3s;
}
.cntc-dtl-grid svg{
  font-size: 2rem;
}
.cntc-dtl-grid h2{
  font-size: 20px;
  margin-top: 2rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.cntc-dtl-grid p{
  color: #a2a2a2;
  margin-bottom: 3px;
}
.cntc-dtl-grid {
    margin: 3rem 0;
}
.contact-dtl-wrap .sub-title{
  margin-bottom: 4rem;
}
.side-border{
  border-right: 1px solid rgb(243 182 18 / 36%);
  border-left: 1px solid rgb(243 182 18 / 36%);
}
.contact-form-wrap h2{
  text-align: center;
  line-height: 38px;
  font-size: 20px;
}
.contact-form-wrap .form-group{
  margin-bottom: 2rem;
}
.cntc-form-control, .contact-form-wrap textarea{
  width: 100%;
  height: 50px;
  padding: 15px;
  background: #272727;
  border: 1px solid #373737;
  outline: none;
  color: #fff;
  font-weight: 300;
}
.contact-form-wrap textarea{
  height: inherit;
}
.submit-btn{
  background: #f3b612;
  border: 0;
  padding: 15px 50px;
  outline: none;
  border-radius: 6px;
  transition: ease 0.6s;
}
.submit-btn:hover{
  background: #fff;
  color: #333;
  transition: ease 0.6s;
}
.get-direciton{
  position: fixed;
  right: 20px;
  bottom: 20px;
  text-align: center;
}
.get-direciton a{
  background: #f3b612;
  width: 50px;
  height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  font-size: 24px;
  margin-bottom: 0.5rem;
  /*-moz-animation: bounce 4s infinite;*/
  /*  -webkit-animation: bounce 4s infinite;*/
  /*  animation: bounce 4s infinite;*/
}
.get-direciton p{
  color: #fff;
}

.morphext > .animated {
    display: inline-block;
}

#particles-js{
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -2;
  opacity: 0.3;
  top: 0;
}

.mob-tog{
    display: none;
}

.dmod{
  height: 650px;
  width: 650px;
      outline: none!important;
    outline-style: none!important;
        margin-left: 5rem;
}
.clients-logo-wrap{
    padding: 4rem 0;
}
.tnc{
    color: #fff;
}