body{
    
    font-family: 'Century Gothic';
    background: #000;
}
header{
    padding: 10px 0;
    position: fixed;
	width: 100%;
	z-index: 99;
}
a, a:hover{
    color: unset;
    text-decoration: none;
}
.brand-color{
    color: #fabd2d !important;
}
.logo{
    padding: 10px;
}
.logo a{
    display: flex;
    align-items: center;
    transition: all ease 0.4s;
}
.logo img{
    max-width: 50px;
    transition: all ease 0.4s;
}
.logo .logo-text{
    padding-left: 15px;
    overflow: hidden;
}
.logo-text figure{        
    font-size: 20px;
    font-weight: bold;   
    margin-bottom: 0;
    transform: translateX(-185px);
    transition: all ease 0.4s;
    opacity: 0;
    text-transform: uppercase;
    color: #fff;
}
.logo a:hover .logo-text figure{
    transform: translateX(0);
    transition: all ease 0.4s;
    opacity: 1;
}
.logo a:hover img{
    transform: rotate(180deg);
    transition: all ease 0.4s;
}
.vertical-center{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.univ-btn{
    background: #feb300;
    color: #333;
    border-radius: 50px;
    padding: 12px 35px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    transition: all ease 0.6s;
    border: 0;
    outline: none;
}
.univ-btn:hover {
    transition: all ease 0.6s;
    box-shadow: 0px 8px 20px -13px rgb(0 0 0 / 69%);
}
.mobile-toggle{
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}
.burger-bar, .burger-bar-close{
  width: 40px;
  height: 2px;
  background: #ffffff;
  display: block;
  margin: 9px 0;
}
.side-nav a{
    color: #fff;
    display: inline-block;
    margin-right: 25px;
    transition: all ease 0.4s;
}
.side-nav a:hover{
    color: #fabd2d;
    transition: all ease 0.4s;
}
.banner{
    position: relative;
    min-height: 95vh;
    display: flex;
    align-items: center;
}
.mbYTP_wrapper{
    position: relative;
}
.mbYTP_wrapper:before{
    content: '';
    background: radial-gradient(circle, rgba(0,0,0,0.3) 5%, rgba(0,0,0,0.75) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.banner .caption h1{
    font-size: 22px;
    text-transform: uppercase;
    color: #fff;
}
.banner .caption h2{
    color: #fdfbf5;
    font-size: 50px;
    position: relative;
    font-weight: 800;
    font-style: italic;
    text-transform: uppercase;
    line-height: 63px;
}
.banner .caption h2 span{
    display: block;
}
.banner .caption p{
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    margin-top: 1rem;
}
.banner .caption a{
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 1.5rem;
    display: block;
    transition: all ease 0.6s;
}
.banner .caption a svg{
    transition: all ease 0.6s;
}
.banner .caption a:hover{
    color: #fabd2d;
}
.banner .caption a:hover svg{
    margin-left: 10px;
    transition: all ease 0.6s;
}
.glitch {
    color: #fdfbf5;
    font-size: 50px;
    position: relative;
    font-weight: 800;
    font-style: italic;
    text-transform: uppercase;
    line-height: 63px;
}

@keyframes noise-anim {
  0% {
    clip: rect(33px, 9999px, 58px, 0);
  }
  5% {
    clip: rect(27px, 9999px, 10px, 0);
  }
  10% {
    clip: rect(82px, 9999px, 5px, 0);
  }
  15% {
    clip: rect(5px, 9999px, 48px, 0);
  }
  20% {
    clip: rect(11px, 9999px, 10px, 0);
  }
  25% {
    clip: rect(90px, 9999px, 62px, 0);
  }
  30% {
    clip: rect(98px, 9999px, 31px, 0);
  }
  35% {
    clip: rect(26px, 9999px, 29px, 0);
  }
  40% {
    clip: rect(55px, 9999px, 10px, 0);
  }
  45% {
    clip: rect(51px, 9999px, 25px, 0);
  }
  50% {
    clip: rect(31px, 9999px, 51px, 0);
  }
  55% {
    clip: rect(11px, 9999px, 17px, 0);
  }
  60% {
    clip: rect(91px, 9999px, 83px, 0);
  }
  65% {
    clip: rect(86px, 9999px, 100px, 0);
  }
  70% {
    clip: rect(45px, 9999px, 10px, 0);
  }
  75% {
    clip: rect(80px, 9999px, 42px, 0);
  }
  80% {
    clip: rect(66px, 9999px, 81px, 0);
  }
  85% {
    clip: rect(73px, 9999px, 53px, 0);
  }
  90% {
    clip: rect(81px, 9999px, 77px, 0);
  }
  95% {
    clip: rect(51px, 9999px, 53px, 0);
  }
  100% {
    clip: rect(56px, 9999px, 52px, 0);
  }
}
.glitch:after {
  content: attr(data-text);
  position: absolute;
  left: 2px;
  text-shadow: -1px 0 red;
  top: 0;
  color: white;
  background: transparent;
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  animation: noise-anim 2s infinite linear alternate-reverse;
}

@keyframes noise-anim-2 {
  0% {
    clip: rect(87px, 9999px, 75px, 0);
  }
  5% {
    clip: rect(97px, 9999px, 93px, 0);
  }
  10% {
    clip: rect(22px, 9999px, 65px, 0);
  }
  15% {
    clip: rect(75px, 9999px, 7px, 0);
  }
  20% {
    clip: rect(92px, 9999px, 42px, 0);
  }
  25% {
    clip: rect(12px, 9999px, 76px, 0);
  }
  30% {
    clip: rect(7px, 9999px, 97px, 0);
  }
  35% {
    clip: rect(83px, 9999px, 18px, 0);
  }
  40% {
    clip: rect(23px, 9999px, 43px, 0);
  }
  45% {
    clip: rect(98px, 9999px, 24px, 0);
  }
  50% {
    clip: rect(41px, 9999px, 95px, 0);
  }
  55% {
    clip: rect(64px, 9999px, 32px, 0);
  }
  60% {
    clip: rect(82px, 9999px, 72px, 0);
  }
  65% {
    clip: rect(8px, 9999px, 95px, 0);
  }
  70% {
    clip: rect(70px, 9999px, 92px, 0);
  }
  75% {
    clip: rect(64px, 9999px, 93px, 0);
  }
  80% {
    clip: rect(17px, 9999px, 26px, 0);
  }
  85% {
    clip: rect(34px, 9999px, 71px, 0);
  }
  90% {
    clip: rect(54px, 9999px, 6px, 0);
  }
  95% {
    clip: rect(90px, 9999px, 72px, 0);
  }
  100% {
    clip: rect(16px, 9999px, 88px, 0);
  }
}
.glitch:before {
  content: attr(data-text);
  position: absolute;
  left: -2px;
  text-shadow: 1px 0 blue;
  top: 0;
  color: white;
  background: transparent;
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  animation: noise-anim-2 3s infinite linear alternate-reverse;
}

#player-container{
    position: fixed;
    bottom: 15px;
    right: 90px;
    z-index: 999;
}
#player-container #play-pause {
  cursor: pointer;
  text-indent: -999999px;
  height:50px;
  width: 50px;
  z-index: 2;
  background-image: url('../images/no-sound.svg');
  background-repeat:no-repeat;
  background-position:center;
  background-size:30px;
}
.play {
  background-image: url(../images/no-sound.svg);
}
.pause {
   background-image: url(../images/volume.svg)!important;
}
.screen-menu{
    background: rgb(0 0 0 / 90%);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: flex;
    align-items: center;
    top: -100%;
    transition: all ease 0.4s;
}
.screen-menu.open-menu{
    top: 0;
    transition: all ease 0.4s;
}
.nav-menu ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.nav-menu ul li{
    padding: 10px 0;
}
.nav-menu ul li a{
    color: #fff;
    display: block;
    font-size: 30px;
    font-weight: 700;
    transition: all ease 0.4s;
    text-transform: uppercase;
    height: 45px !important;
}
.nav-menu ul li a:hover{
    color: #feb300;
    transition: all ease 0.4s;
}
.nav-menu ul li a:hover .m-flip_item{
    top: -45px !important;
}
.short-contact h3{
    font-size: 20px;
    color: #dddddd;
    text-align: left;
    margin-bottom: 1rem;
}
.short-contact ul{
    list-style: none;
    padding: 0;
    text-align: left;
}
.short-contact ul li{
    color: #fff;
    font-size: 16px;
    padding-bottom: 10px;
}
.short-contact ul li a{
    transition: all ease 0.4s;
}
.short-contact ul li a:hover{
    transition: all ease 0.4s;
    color: #feb300;
}
.burger-bar-close:first-child{
    transform: rotate(45deg);
    margin: -1px;
}
.burger-bar-close:last-child{
    transform: rotate(-45deg);
    margin: 0;
}
.close-icon{
    position: absolute;
    top: 10%;
    right: 20%;
    cursor: pointer;
    display: inline-flex;
    height: 40px;
    width: 40px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}


/**
 * ANIMATION - FLIP
 */
.m-flip {
  overflow: hidden;
  cursor: pointer;
}

.m-flip_item {
  display: block;
  position: relative;
  top: 0;
  transition: top 0.2s ease-out 0s;
}
.m-flip_item:nth-child(1) {
  color: #b7b7b7;
}
.copyright{
    color: #fff;
    font-size: 14px;
}
.toggle-works{
    position: fixed;
    right: 25px;
    bottom: 15px;
}
.toggle-works-btn{
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fabd2b;
    border-radius: 100px;
    padding: 11px;    
    transition: all ease 0.6s;
    cursor: pointer;
    background: #fabd2b;
    box-shadow: 0px 2px 49.68px 4.32px rgba(250, 189, 43, 0.85);
}
.toggle-works-btn{
    transition: all ease 0.6s;
}
.toggle-works-btn:hover, .open-toggle-active{
    transition: all ease 0.6s;
    border-color: #fabd2b;
}
.open-toggle-active img{
    transform: rotateZ(-90deg);
    transition: all ease 0.6s;
}
.toggle-works-list{
    position: absolute;
    bottom: 40px;
    right: 0;
    overflow: hidden;
    transition: height 0.15s linear;
    height: 0;
}
.toggle-works-list.open-toggle{
        height: 500px;
    transition: height 0.15s linear;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    bottom: 65px;
}
.toggle-works-list span{
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fabd2b;
    border-radius: 100px;
    padding: 8px; 
    background: #fabd2b;
    margin-top: 10px;
}
.tooltip{
    font-size: 18px;
}
/*Portfolio Page*/
.work-wrapper{
    min-height: 95vh;
    display: flex;
    align-items: center;
    position: relative;
}
.overlay{
    background: url(assets/images/inner-bg.jpg);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -1;
    filter: blur(4px);
}
.overlay:before{
    content: '';
    background: rgb(0,0,0);
    background: radial-gradient(circle, rgba(0,0,0,0.3) 5%, rgba(0,0,0,0.75) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
}
.work-items{
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 60px -15px #000;
}
.work-items:before{
    content: '';
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0) 5%, rgba(0,0,0,0.8) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99;
}
.work-thumb{
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 1;

    transition: all ease 0.6s;
}
.work-items:hover .work-thumb{
    opacity: 0;
    transition: all ease 0.6s;
}
.work-thumb-front video{
    min-height: 470px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.work-content{
    position: absolute;
    bottom: -40px;
    width: 100%;
    padding: 15px;
    z-index: 999;
    transition: all ease 0.6s;
}
.work-content h3{
    color: #fff;
    font-size: 18px;
    margin-bottom: 30px;
    transition: all ease 0.6s;
}
.work-content .viewbtn{
    color: #fff;
    font-size: 14px;
    transition: all ease 0.6s;
}
.work-content .viewbtn:hover{
    color: #fabd2d;

}
.work-items:hover .work-content{
    bottom: 0;
    transition: all ease 0.6s;
}
.work-items:hover .work-content h3{
    margin-bottom: 15px;
    transition: all ease 0.6s;
}
.workSlider .owl-dots{
    text-align: right;
    margin-top: 1rem;
}
.workSlider .owl-dot{
    display: inline-block;
    margin-right: 5px;
}
.workSlider .owl-dot span{
    display: block;
    width: 40px;
    height: 2px;
    background: #fff;
}
.workSlider .owl-dot.active span{
    background: #feb300;
}
.work-title{
    font-size: 22px;
    text-transform: uppercase;
    font-style: italic;
    margin-bottom: 1.5rem;
    font-weight: 600;
}


/*Blog Page*/
.inner-banner{
    height: 400px !important;
    padding: 8rem 0 0 0 !important;
    display: block !important;
    align-items: center;
    position: relative;
}
.inner-banner .mbYTP_wrapper:before{
    display: none;
}
.innner-banner-overlay{
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0) 10%, rgba(0,0,0,1) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    z-index: 0;
}
.inner-banner .container{
    z-index: 1;
}
.page-title h1{
    font-size: 26px;
    text-transform: uppercase;
    font-style: italic;
    margin-bottom: 1.5rem;
    font-weight: 600;
}
.page-title h2{
    color: #fff;
    font-size: 22px;
    margin-top: 1rem;
}
.inner-banne p{
    color: #fff;
}
.bread-crumb ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.bread-crumb ul li{
    display: inline-block;
    color: #fff;
    font-size: 14px;
    padding-right: 30px;
    position: relative;
}
.bread-crumb ul li:before{
    content: '';
    background: #feb300;
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 20px;
    right: 10px;
    bottom: 5px;
}
.page-title p{
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}
.inner-wrapper{
    min-height: calc(95vh - 400px);
    padding: 0 0 3rem 0;
}
.blog-gird{
    padding-top: 5rem;
}
.blog-image{
    border-radius: 6px;
    overflow: hidden;
}
.blog-content{
    color: #fff;
    padding-top: 1.5rem;
}
.blog-content h2{
    font-size: 18px;
    font-weight: 700;
}
.blog-content p, .blog-content span{
    font-size: 14px;
    line-height: 24px;
    color: #ccc;
    transition: all ease 0.4s;
}
.blog-content span svg{
    transition: all ease 0.4s;
}
.blog-gird:hover .blog-content span{
    color: #fabd2d;
    transition: all ease 0.4s;
}
.blog-content span{
    display: block;
    text-align: right;
}
.blog-gird:hover .blog-content span svg{
    margin-left: 10px;
    transition: all ease 0.4s;
}

/*Contact*/
.custom-input{
    background: #333;
    border: 0;
    width: 100%;
    outline: none;
    padding: 15px;
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
}
.contact-form label {
    color: #ccc;
    font-size: 14px;
    margin-bottom: 8px;
    font-weight: 500;
}
.contact-form h2{
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 1.5rem;
}
.contact-details h3{
    font-size: 18px;
    color: #fff;
    margin-bottom: 0.6rem;
}
.contact-details figure, .contact-details ul li{
    color: #ccc;
    font-size: 14px;
}
.contact-details ul{
    list-style: none;
    padding-left: 0;
    line-height: 24px;
}
.social-icon ul{
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 10px;
}
.social-icon ul li{
    display: inline-block;
    padding-right: 25px;
    font-size: 25px;
}
.foot-icon ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.foot-icon ul li{
    display: inline-block;
}
.foot-icon ul li a{
    display: inline-flex;
    font-size: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
    transition: all ease 0.4s;
}
.foot-icon ul li a:hover{
    background: #fabd2d;
    transition: all ease 0.4s;
    border-color: #fabd2d;
}
.contact-details a{
    transition: all ease 0.4s;
}
.contact-details a:hover{
    color: #feb300;
    transition: all ease 0.4s;
}

/*About Us*/
.about_wrap{
    padding: 4rem 0;
}
.about-text{
    color: #fff;
}
.about-image-block{
    position: relative;
}
.about-text h2{
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
.about-text h3{
    font-size: 35px;
    font-weight: bold;
    font-style: italic;
    line-height: 50px;
}
.about-text p{
    color: #ccc;
    font-size: 14px;
    line-height: 27px;
    padding-right: 5rem;
}
.about-image{
    overflow: hidden;
}
.image-shape{
    position: absolute;
    bottom: -20%;
    right: -13%;
    z-index: -1;
    width: 300px;
}
.service_wrap{
    color: #fff;
    padding-top: 5rem;
}
.nav-tabs{
    border: 0;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .nav-link,
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus-visible{
    background: transparent;
    border: 0px !important;
    color: #fff;
    text-align: center;
    transition: all ease 0.6s;
}
.active .service-icon, .nav-link:hover .service-icon{
    background-color: rgb(254, 179, 0);
    box-shadow: 0px 2px 35px 0px rgba(0, 0, 0, 0.14);
    transition: all ease 0.6s;
}
.active .service-title, .nav-link:hover{
    color: #feb300 !important;
}
.service-icon{
    display: block;
    border-radius: 20px;    
    max-width: 80px;
    padding: 18px;
    margin: auto;
    margin-bottom: 1rem;
    transition: all ease 0.6s;
}
.service-title{
    font-size: 14px;
    font-weight: 600;
}
.tab-content{
    padding: 2rem 15px 0 15px;
}
.service-content{
    padding-top: 3rem;
}
.service-content h2{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 1.5rem;
}
.service-content p{
    font-size: 14px;
    color: #ccc;
    line-height: 27px;
}

.counter{
    color: #fff;
}
.counter-block{
    padding: 4rem 0;
}
.clients{
    padding: 4rem 0;
}
.clients img{
    filter: grayscale(1);
    transition: .3s all;
}
.clients img:hover{
    filter: grayscale(0);
    transition: .3s all;
}
.teams h2{
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 2rem;
}
.grid-item { 
    width: 25%; 
    padding: 15px 15px;
    overflow: hidden;
}
.grid-item:nth-child(2){
    margin-top: 2rem;
}
.grid-item:nth-child(3), .works-item:nth-child(2){
    margin-top: 5rem;
}
.member-block{
    position: relative;
    transition: all ease 0.4s;
    overflow: hidden;
}
.member-block:hover:before{
    content: '';
    top: 0;
    bottom: 0;
    width: 100%;
    background: rgb(254 179 0 / 62%);
    position: absolute;
    transition: all ease 0.4s;
}
.member-content{
    position: absolute;
    color: #fff;
    bottom: -50%;
    left: 15px;
    transition: all ease 0.4s;
}
.member-block:hover .member-content{
    bottom: 15px;
    transition: all ease 0.4s;
}
.member-content h3{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}
.works-item{
    width: calc(100% / 3);
    padding: 15px;
}
.works-item-block{
    overflow: hidden;
    opacity: 1;
    transition: all ease 0.4s;
    position: relative;
}
.works-item-block .inline-YTPlayer{
    position: absolute !important;
    top: 0;
    bottom: 0;
    width: 100% !important;
    z-index: -1;
}
.works-reel{
    height: 100% !important;
    padding: inherit !important;
}
.work-items:hover img, .works-item-block:hover img{
    opacity: 0 !important;
    transition: all ease 0.4s;
}

.bounce-5 {
    animation-name: bounce-5;
    animation-timing-function: ease;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}
.bounce-5:hover, .open-toggle-active{
    animation: none;
}
@keyframes bounce-5 {
    0%   { transform: scale(1,1)    translateY(0); }
    10%  { transform: scale(1.1,.9) translateY(0); }
    30%  { transform: scale(.9,1.1) translateY(-100px); }
    50%  { transform: scale(1,1)    translateY(0); }
    57%  { transform: scale(1,1)    translateY(-7px); }
    64%  { transform: scale(1,1)    translateY(0); }
    100% { transform: scale(1,1)    translateY(0); }
}
/* .full-width{
    width: 100%;
} */
.workSlider, .owl-height{
    min-height: 494px;
}
.mfp-title{
    color: #212529 !important;
    background: #fff !important;
    position: absolute !important;
    padding: 15px !important;
    width: 100%;
}