@import url('https://fonts.googleapis.com/css2?family=Fjalla+One&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
}

::after, ::before {
  box-sizing: border-box;
}
a {
	text-decoration: none;
    color: #f9111a;
}
a:hover, a:focus, button:focus, input:focus {
	text-decoration: none;
	outline: none;	
}


body {
 font-family: "Poppins", sans-serif;
  font-size: 18px;
  line-height:28px;
  color: #0e0e0e;
}
/* ==========================================================================
  PRELOAD ANIMATION
 ========================================================================== */
 
.loading--theme .loader { 
  border-color: transparent #0040ff; 
}

.loading--theme .loader::after {
  border-color: transparent rgba(0, 64, 255, .15); 
}

#loading {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1;
  margin-top: 0px;
  top: 0px;
  z-index: 99999999;
}
#loading { 
  background-color: #fff;
}
#loading-center {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100px;
  width: 100px;
  margin-top: -50px;
  margin-left: -50px;
  -webkit-animation: loading-center-absolute 1s infinite;
  animation: loading-center-absolute 1s infinite;
}
.loader {
  border: 2px solid;
  border-color: transparent #888;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
.loader::after {
  content: '';  
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  border: 50px solid;
  border-color: transparent rgba(30, 30, 30, 0.15);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
} 

/* ==========================================================================
  BACK TO TOP CSS
 ========================================================================== */

.progressParent {
    position: fixed;
    right: 30px;
    bottom: 70px;
    height: 36px;
    width: 36px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    -webkit-box-shadow: inset 0 0 0 2px #d0d0d4;
    box-shadow: inset 0 0 0 2px #d0d0d4;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progressParent.rn-backto-top-active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.progressParent::after {
    position: absolute;
        font-family: "Font Awesome 6 Pro";
    content: "\f062";
    text-align: center;
    line-height: 36px;
    font-size: 20px;
    color: #0040ff;
    left: 0;
    top: 0;
    height: 36px;
    width: 36px;
    cursor: pointer;
    display: block;
    z-index: 2;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    font-weight: 900;
}
.progressParent svg path {
    fill: none;
}
.progressParent svg.backCircle path {
    stroke: #0040ff;
    stroke-width: 4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.owl-nav button.owl-prev {
  left: 20px;
}
.owl-nav button.owl-next {
  right: 20px;
}

.owl-dots {  
  padding-top: 15px;
}
.owl-dots button.owl-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    display: inline-block;
    background: #dcddde;
    border: 1px solid #dcddde;
    margin: 0 5px;;
}
.owl-dots button.owl-dot.active {
    width: 9px;
    height: 9px;
    background-color: #bd934b;
    border: 1px solid #bd934b;
}
.owl-dots button.owl-dot:focus {
  outline: none;
}
.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
	 background: transparent !important;
	 border:3px solid #fff !important;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.owl-nav button span {
    font-size: 20px;
    position: relative;
    top: 0px;
	color:#fff;
}
.owl-nav button:focus {
    outline: none;
}
.owl-nav button.owl-prev.disabled {
   border-color:#272a42 !important;   
}
.owl-nav button.owl-prev.disabled span{
	color:#272a42;
}
.owl-nav button.owl-next.disabled {
    border-color:#272a42 !important;   
}
.owl-nav button.owl-next.disabled span{
   color:#272a42;
}
.owl-nav button:hover {
	background: #070a20 !important;	
	 border-color:#070a20 !important;
}
.owl-nav button:hover span {	
	color:#fff ;
}



.headingSec {}
.headingSec .secTitle {
	color:#000;	
	font-size: 40px;	
	font-weight: 700;
	line-height: 50px;	
}
.headingSec .secTitle span{	
}


.site_header{
    transition: 0.4s;
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
	    padding: 10px 0;
   /* background-color: rgba(0, 0, 0, 0.6);	*/
   
}
.site_header.scroll-effect{
     background-color: #000;  
}
.homeHeader .site_header{
   
}
.site_header .site_headerinner {
	display:flex;	
  align-items: center;
  justify-content: space-between; 	
}
.siteLogo{	
	display:inline-block;	
	 
}
.siteLogo img{
	height:80px;
	-webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.site_header.scroll-effect .siteLogo img{
    height:60px;  
}
.headerTagText{
    font-size: 50px;
    font-weight: 800;
    color: #fff;	
}
/* HAMBURGER */
.hamburger-menu{
    display: inline-flex;
    cursor: pointer;	
}
.hamburger-menu b{
	margin-right:10px;
}
.hamburger {
  /*float: left;*/
  width: 26px;
  height: 18px;
  position: relative;
}
.hamburgertext {
    text-shadow: 0 0 10px #FFFFFF, -6px -5px 9px rgba(0, 0, 0, 0);
    color: #FFFFFF;
}
.hamburger * {
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.hamburger span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  z-index: 0;
}
.hamburger span:nth-child(1) {
  top: 0px;
  width: 50%;
}
.hamburger span:nth-child(2) {
  top: 8px;
}
.hamburger span:nth-child(3) {
  width: 50%;
  top: 16px;
  right: 0;
  left: auto;
}
.hamburger span:before, .hamburger span:after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  height: 100%;
  width: 0;
  right: 0;
  left: auto;
}
.hamburger span:before {
  z-index: 1;
  background: #fff;
  transition: all 0.15s linear 0s;
}
.hamburger span:after {
  z-index: 2;
  background: #f9111a;
  transition: all 0.15s linear 0.3s;
}
.hamburger span:nth-child(2):before {
  transition-delay: 0.05s;
}
.hamburger span:nth-child(3):before {
  transition-delay: 0.1s;
}
.hamburger span:nth-child(2):after {
  transition-delay: 0.15s;
}
.hamburger span:nth-child(3):after {
  transition-delay: 0.2s;
}

.hamburger-menu:hover span {
  width: 100% !important;
}
.hamburger-menu:hover span:after, .hamburger-menu:hover span:before {
  width: 100%;
  left: 0;
  right: auto;
}
.hamburger-menu:hover span:after {
  z-index: 1;
  transition: all 0.15s linear 0s;
}
.hamburger-menu:hover span:before {
  z-index: 2;
  transition: all 0.15s linear 0.3s;
}
.hamburger-menu:hover span:nth-child(2):after {
  transition-delay: 0.05s;
}
.hamburger-menu:hover span:nth-child(3):after {
  transition-delay: 0.1s;
}
.hamburger-menu:hover span:nth-child(2):before {
  transition-delay: 0.15s;
}
.hamburger-menu:hover span:nth-child(3):before {
  transition-delay: 0.2s;
}

.hamburger.open span:nth-child(1) {
  top: 9px;
  width: 100%;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.hamburger.open span:nth-child(2) {
  opacity: 0;
  left: -15px;
}

.hamburger.open span:nth-child(3) {
  top: 9px;
  width: 100%;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
/* NAVIGATION MENU */
.navigation-menu {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  visibility: hidden;
}
.navigation-menu .bg-layers {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  left: 0;
  top: 0;
}
.navigation-menu .bg-layers * {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transition-duration: 700ms;
  -webkit-transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.navigation-menu .bg-layers span {
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0;
  transform: skewX(0);
  background: #0e0e0e;
}
.navigation-menu .bg-layers span:nth-child(1) {
  left: 0;
}
.navigation-menu .bg-layers span:nth-child(1):before {
  content: "";
  width: 150%;
  height: 100%;
  background: #0e0e0e;
  position: absolute;
  left: -149%;
  top: 0;
}
.navigation-menu .bg-layers span:nth-child(2) {
  left: 25%;
}
.navigation-menu .bg-layers span:nth-child(3) {
  left: 50%;
}
.navigation-menu .bg-layers span:nth-child(4) {
  left: 75%;
}
.navigation-menu .bg-layers span:nth-child(4):before {
  content: "";
  width: 150%;
  height: 100%;
  background: #0e0e0e;
  position: absolute;
  right: -149%;
  top: 0;
}
.navigation-menu .inner {
  position: relative;
  z-index: 3;
  color: #fff;
  text-align: center;
  padding:0 50px;
  padding-top: 96px;
}
.navigation-menu .inner * {
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.navigation-menu .inner .menu {
  display: block;
  min-height: 130px;
  opacity: 0;
  transform: translateY(-30px);
}
.navigation-menu .inner .menu ul {
  display: block;
  margin-bottom: 50px;
  padding: 0;
  position: relative;
}
.navigation-menu .inner .menu ul li {
  display: inline-block;
  margin: 0 20px;
  padding: 0;
  list-style: none;
}
.navigation-menu .inner .menu ul li:hover ul {
  opacity: 1;
  visibility: visible;
}
.navigation-menu .inner .menu ul li:hover ul li ul {
  opacity: 0;
  visibility: hidden;
}
.navigation-menu .inner .menu ul li a {
  display: inline-block;
  line-height: 1;
  font-size: 3vw;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;  
  padding-bottom: 8px;
  border-bottom: 5px solid transparent;
}
.navigation-menu .inner .menu ul li a:hover {
  padding-bottom: 3px;
  border-bottom: 5px solid #f9111a;
  text-decoration: none;
}
.navigation-menu .inner .menu ul li ul {
  width: 100%;
  min-height: inherit;
  position: absolute;
  left: 0;
  top: 70px;
  opacity: 0;
  visibility: hidden;
}
.navigation-menu .inner .menu ul li ul li {
  margin: 0 15px;
}
.navigation-menu .inner .menu ul li ul li a {
  font-size: 2vw;
  padding: 0;
  border-bottom: none;
}
.navigation-menu .inner .menu ul li ul li a:hover {
  padding: 0;
  border-bottom: none;
  color: #1c75bc;
}
.navigation-menu .inner .menu ul li ul li:hover ul {
  opacity: 1;
  visibility: visible;
}
.navigation-menu .inner .menu ul li ul li ul {
  top: 55px;
  opacity: 0;
  visibility: hidden;
}
.navigation-menu .inner .menu ul li ul li ul li {
  margin: 0 20px;
}
.navigation-menu .inner .menu ul li ul li ul li a {
  font-size: 20px;
  font-weight: 600;
}
.navigation-menu .inner blockquote {
  display: block;
  font-size: 2vw;
  font-family: "Fjalla One", sans-serif;
  text-transform: uppercase;
  color: #1c75bc;
  opacity: 0;
  transition-delay: 0.5s;
  transform: translateY(30px);
}
.navigation-menu.active .bg-layers {
  visibility: visible;
}
.navigation-menu.active .bg-layers span {
  width: calc(25% + 2px);
  transform: skewX(45deg);
}
.navigation-menu.active .bg-layers span:nth-child(1) {
  width: calc(25% + 2px);
}
.navigation-menu.active .bg-layers span:nth-child(4) {
  width: calc(25% + 1px);
}
.navigation-menu.active .inner .menu {
  opacity: 1;
  transform: translateY(0);
}
.navigation-menu.active .inner blockquote {
  opacity: 1;
  transform: translateY(0);
}
.navigation-menu.active {
  visibility: visible;
}


.rotate_custom {
    font-size: 2vw;
    font-family: "Fjalla One", sans-serif;
    text-transform: uppercase;
    color: #f9111a;
    padding: 15px 15px;	
    /*max-width: 750px;
    margin: 0 auto;	*/
}

.main{
	overflow:hidden;
}
.homeBannerSliderItem{
	position:relative;
}
.bannerOverlay{
	content:'';
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background-color:rgba(0,0,0,0.2);
}

.homeBannerSlider .owl-dots{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25px;
    text-align: center;	
}
.homeBannerSlider .owl-dots button.owl-dot {
    width: 30px;
    height: 3px;
    border-radius: 4px;
    display: inline-block;
    background: #dcddde;
    border: 1px solid #dcddde;
    margin: 0 3px;
}
.homeBannerSlider .owl-dots button.owl-dot.active {    
    background-color: #f9111a;
    border: 1px solid #f9111a;
}
.homeAboutUsTopArea .heading_area {
}
.homeAboutUsTopArea .heading_area h3 {
    color: #f9111a;
    position: relative;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 800;
	padding-left:55px;
}
.homeAboutUsTopArea .heading_area h3:before {
        position: absolute;
        content: '';
        width: 40px;
        height: 1px;
        left: 0px;
        top: 12px;
        background: #f9111a;
}
.homeAboutUsTopArea .subtitle{
    text-transform: uppercase;
    font-weight: 500;
    color: #0e0e0e;
    font-size: 18px;	
}
.homeAboutUsTopArea .titleArea{}
.homeAboutUsTopArea .titleArea .titleLogo{
	margin-right:15px;
}
.homeAboutUsTopArea .titleArea .titleLogo img{
    height: 80px;	
}
.homeAboutUsTopArea .titleArea .title{
     -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #a52529;
    font-size: 60px;
    line-height: 70px;
    font-weight: 800;
    /*background: #a52529;
    background: linear-gradient(81deg, #000 0%, #000 62%);
    -webkit-background-clip: text;
    /-webkit-text-fill-color: transparent; 
    -webkit-text-stroke: 4px transparent;*/
    color: #a52529;
	position:relative;
}
.homeAboutUsTopArea .titleArea .title::before {
	content: attr(data-heading);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background: linear-gradient(
		45deg,
		rgba(255, 255, 255, 0) 45%,
		rgba(255, 255, 255, 0.8) 50%,
		rgba(255, 255, 255, 0) 55%,
		rgba(255, 255, 255, 0) 100%
	);
	color: transparent;
	-webkit-animation: shine 3s infinite;
	        animation: shine 3s infinite;
	background-size: 200%;
	z-index:1;
}

@-webkit-keyframes shine {
	0% {
		background-position: -100%;
	}
	100% {
		background-position: 100%;
	}
}

@keyframes shine {
	0% {
		background-position: -100%;
	}
	100% {
		background-position: 100%;
	}
}
.year_area {
    height: auto;
    overflow: hidden;
}
.left_year_area {
    float: left;
    margin-right: 20px;
}
.left_year_area h2 {
    color: white;
    /*background: url(../images/2023_1.jpg) no-repeat;*/
	background-repeat:no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 125px;
    line-height: 125px;
    font-weight: 700;
    margin: 0px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.right_year_area {
    padding-top: 0px;
}
.right_year_area p {
    color: #000;
    font-size: 45px;
    line-height: 55px;
    /* font-family: "Fjalla One", sans-serif; */
    font-weight: 700;
}
.homeAboutUsContent h4{
    font-size: 45px;
    line-height: 55px;
    /* font-family: "Fjalla One", sans-serif; */
    font-weight: 700;
}
.homeAboutUsContent h3{
     font-size: 35px;
    line-height: 45px;
    font-weight: 700;  
}
.homeAboutUsContent p{}


.videoSec{
	position:relative;	
	 width: 100%;
	 
}
.videoSec:before{
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
	z-index:1;	
}
.videoSec .video-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    /*opacity: 0.5;*/
}
.videoSec .video-bg video {
   min-width: 100%;
    min-height: 100%;
    float: left;
	
    object-fit: cover;	
}
.videoSecinner{
	position:relative;	
	color:#fff;
	z-index:2;
}

.videoSecinner h3{
    margin-bottom: 60px;
    font-weight: 800;
    font-size: 60px;
    line-height: 1.2;
    padding-right: 35%;	
}
.videoSecinner h4{
	font-size: 40px;
    line-height: 1.2;
	font-weight: 800;
}
.videoSecinner p{}
.videoSecinner .watchVideoBtnArea{
	text-align:right;
}
.videoSecinner .watchVideoBtnArea .watchVideoBtn{
    display: inline-block;
    padding: 10px 15px;
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;	
}
.videoSecinner .watchVideoBtnArea .watchVideoBtn:hover{
   background-color: #fff;
    color: #000;
    border: 1px solid #fff;
}

.workWithUsSec{
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment:fixed;
	position:relative;	
	 width: 100%;
}
.workWithUsSec:before{
    content: "";
    width: 100%;
    height: 100%;
     background: rgba(255, 255, 255, 0.82);
    opacity: 1;
    position: absolute;
    left: 0;
    top: 0;	
}
.workWithUsSeciiner{
	position:relative;
}
.workWithUsVideoArea{}
.workWithUsVideoArea video{}
.workWithUsContent{
	padding: 0 0 0 40px;
}
.workWithUsContent h2{    
    font-weight: 800;
    font-size: 55px;
    line-height: 65px;	
}
.workWithUsContent p{
	font-weight:600;
}
.workWithUsContent .viewDetailsBtn{
    display: inline-block;
    padding: 10px 15px;
    background-color: transparent;
    color: #000;
    border: 1px solid #000;	
}
.workWithUsContent .viewDetailsBtn:hover{
	background-color: #000;
    color: #fff;
    border: 1px solid #000;	
}

.workWithUsSec.section2:before {
    background: rgba(18, 183, 237, 0.87);
    background: rgb(239 142 146 / 80%);	
    opacity: 1;
}



@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}



@-webkit-keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(50%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(50%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-50%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-50%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes slideInleft {
  0% {
    opacity: 0;
    transform: translateX(50%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes slideInleft {
  0% {
    opacity: 0;
    transform: translateX(50%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(-50%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(-50%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes zoomReverseIn {
  0% {
    opacity: 0;
    transform: scale(1.5);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes zoomReverseIn {
  0% {
    opacity: 0;
    transform: scale(1.5);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes flipInY {
  0% {
    opacity: 0;
    transform: rotateY(90deg);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes flipInY {
  0% {
    opacity: 0;
    transform: rotateY(90deg);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
[data-animation] {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

.animations-disabled, .animations-disabled [data-animation] {
  -webkit-animation: none !important;
          animation: none !important;
  opacity: 1 !important;
}

.slideInUp {
  -webkit-animation-name: slideInUp;
          animation-name: slideInUp;
}

.slideInDown {
  -webkit-animation-name: slideInDown;
          animation-name: slideInDown;
}

.slideInLeft {
  -webkit-animation-name: slideInleft;
          animation-name: slideInleft;
}

.slideInRight {
  -webkit-animation-name: slideInRight;
          animation-name: slideInRight;
}

.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

.fadeOut {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  animation-direction: reverse;
}

.zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}

.zoomOut {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
  animation-direction: reverse;
}

.zoomReverseIn {
  -webkit-animation-name: zoomReverseIn;
          animation-name: zoomReverseIn;
}

.zoomReverseOut {
  -webkit-animation-name: zoomReverseIn;
          animation-name: zoomReverseIn;
  animation-direction: reverse;
}

.flipInY {
  -webkit-animation-name: flipInY;
          animation-name: flipInY;
}

.flipOutY {
  -webkit-animation-name: flipInY;
          animation-name: flipInY;
  animation-direction: reverse;
}

/* arpan css */

.client-text h2 {
  font-weight: 800;
  font-size: 55px;
  line-height: 65px;
  margin-top: 21px;
}

.client-box-sec ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.client-box-sec ul li {
  width: 25%;
  padding: 2px;
}

.client-box {
  width: 100%;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* min-width: 134px; */
  border: 1px solid rgba(209, 212, 211, 0.40);
  background-color: #fff;
  position: relative;
  transition: all .3s ease-in-out;
}

.client-box .client-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #fff;
  transition: all .4s ease-in-out;
}

.client-overlay {
  display: flex;
  font-size: 14px;
  color: #0e0e0e;
  text-align: center;
  font-weight: 600;
  align-items: center;
  justify-content: center;
  padding: 5px 6px;
}

.client-box:hover .client-overlay {
  opacity: 0.900;
  background-color: #fff;
}

.client-box-sec ul li img {
  max-width: 100%;
    max-height: 126px;
}

.clientSec {
  width: 100%;
  background-image: url(../images/footer-bg.svg);
}

.site_footer {
  width: 100%;
  background-color: #0e0e0e;
}

.footer-logo a img {
  width: 72px;
}

.address-box h5 {
  font-size: 17px;
  color: #fff;
  margin-bottom: 15px;
}

.email-number h5 {
  margin-bottom: 15px;
}

.tearms-policy-box ul {
  list-style: none;
    padding: 10px 0 0 0;
    margin: 0;
    display: flex;
    align-items: center;
    margin: 0 -10px;
}

.tearms-policy-box ul li {
  padding: 0 10px;
}

.tearms-policy-box ul li a {
  font-size: 15px;
}

.tearms-policy-box ul li a:hover {
  text-decoration: underline;
}

.email-input-box h5 {
  font-size: 17px;
  color: #fff;
  margin-bottom: 15px;
}

.email-input-box p {
  font-size: 17px;
  color: #fff;
  margin-bottom: 15px;
}

.email-input-box {
  padding-top: 77px;
  padding-right: 100px;
}
.email-input-box .joinUsBtn{  
    transition: all .4s ease-in-out;    
    display: inline-block;  
    padding: 10px 34px;
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;	
}
.email-input-box .joinUsBtn:hover{     
    background-color: #fff;
    color: #000;
    border: 1px solid #fff;	
}

.input-email {
  width: 100%;
  position: relative;
}

.input-email input {
  width: 100%;
  height: 38px;
  padding: 6px 55px 6px 12px;
  font-size: 16px;
  border-radius: 5px;
  border: 0;
}

.input-email button {
  background: #f9111a;
    color: #fff;
    border: 0;
    padding: 6px 12px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0px 5px 5px 0;
}

.footer-logo {
  margin-bottom: 15px;
}

.site-footer-bottom {
  border-top: 1px solid rgb(87 85 85 / 46%);
}

.footer-join-team-btn-sec h5 {
  font-size: 17px;
  color: #fff;
  margin-bottom: 15px;
}

.footer-join-team-btn-box {
  display: flex;
  align-items: center;
}

.join-team-btn {
  background: #fff;
    color: #000;
    font-size: 14px;
    padding: 7px 12px;
    border-radius: 5px;
    font-weight: 600;
    transition: all .4s ease-in-out;
    margin-left: 25px;
}

.join-team-btn:hover {
  background-color: #f9111a;
  color: #fff;
}
.footerBtnBoxArea{	
}
.footerBtnBoxArea .footerBtnBox{
	margin-bottom:30px;
}
.footerBtnBoxArea .footerBtnBoxinner{	
    transition: all .4s ease-in-out;
    display: block;
    padding: 30px 20px;
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
}
.footerBtnBoxArea .footerBtnBoxinner:hover{
    background-color: #fff;
    color: #000;
    border: 1px solid #fff;	
}
.contact-social-btn-sec h3 {
  font-size: 22px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    margin-bottom: 21px;
}

.contact-social-list ul {
  list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-social-list ul li {
  padding: 0 5px;
}

.contact-social-list ul li a {
  width: 30px;
  height: 30px;
  border: 2px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: all .3s ease-in-out;
}

.contact-social-list ul li a i {
  font-size: 15px;
}

.contact-social-list ul li a:hover {
  background-color: #f9111a;
  color: #fff;
  border-color: #f9111a;
}

.contact-social-btn-sec {
  padding-top:20px;
}

.site-footer-header {
  padding-bottom: 30px;
}

.site-footer-bottom {
  padding-top: 30px;
}


.innerPageBannerSec{
    position: relative;
   background-position:50% 50%;
   background-repeat:no-repeat;
    background-size: cover;	
	padding:220px 0 180px;
}
.teamPageBannerSec{
	 background-position:50% 20%;
}
.artistsPageBannerSec{
	 background-position:50% 35%;
}
.contactPageBannerSec{
	 background-position:50% 48%;
}
.historyPageBannerSec{
	 background-position:50% 44%;
}
.venuPageBannerSec{
	background-position:50% 95%;	
}
.judgingPageBannerSec{
	padding:180px 0;	
}
.innerPageBannerSec:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.innerPageBannerSecinner{
	position:relative;
}
.innerPageBannerSecinner h1.page-title{
    font-size: 40px;
	line-height:50px;
    font-weight: 700;
    color: #f9111a;   
    text-transform: capitalize;  
	margin-bottom:15px;	
}
.innerPageBannerSecinner .bread-crumb{
    position: relative;
    display: inline-block;
    padding: 0px;    
    margin: 0px;
}
.innerPageBannerSecinner .bread-crumb li{
    position: relative;
    display: inline-block;
	font-size: 16px;
    line-height: 24px;
    padding-right: 30px;
    color: #ffffff;    
    font-weight: 600;
    text-transform: capitalize;
	position:relative;	
}
.innerPageBannerSecinner .bread-crumb li:after{
	position: absolute;
    content: '/';
    right: 10px;
    top: 0px;
    
}
.innerPageBannerSecinner .bread-crumb li:last-child{}
.innerPageBannerSecinner .bread-crumb li:last-child:after{
	display:none;
}
.innerPageBannerSecinner .bread-crumb li a{
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;	
}
.innerPageBannerSecinner .bread-crumb li a:hover{}





 .zirox-contact__left-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: start;
  gap: 20px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .zirox-contact__left-box {
    gap: 20px;
    margin-bottom: 30px;
  }
}
.zirox-contact__left-box-img i {
  font-size: 30px;
  color: #DA242B;
}
@media (max-width: 767px) {
 .zirox-contact__left-box-img i {
    font-size: 40px;
  }
}
.zirox-contact__left-box-detail h3 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 10px;
}
@media (max-width: 767px) {
.zirox-contact__left-box-detail h3 {
    margin-bottom: 10px;
  }
}
.zirox-contact__left-box-detail a, .zirox-contact__left-box-detail address {
     display: block;
    color: #0e0e0e; 
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 4px;
}
.zirox-contact__left-box-detail address {
  margin-bottom: 0;
  line-height: 27px;
}
.zirox-contact__right-form input, .zirox-contact__right-form textarea {
  padding: 14px 16px;
  width: 100%;
  outline: none;
  border: 1px solid #dfe0e5;
  border-radius: 0px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
   .zirox-contact__right-form input,  .zirox-contact__right-form textarea {
    padding: 16px 14px;
    border-radius: 12px;
  }
}
 .zirox-contact__right-form input:-ms-input-placeholder,  .zirox-contact__right-form textarea:-ms-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #878c8f;
}
 .zirox-contact__right-form input::placeholder,  .zirox-contact__right-form textarea::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #878c8f;
}
 .zirox-contact__right-form button {
  border-radius: 0px;
  margin-top: 10px;
}

.zirox-contact__right-form .zirox-button {
    /* font-size: 16px; */
    color: #fff;
    border: none;
    /* font-family: 'Lexend', sans-serif; */
    font-weight: 600;
    outline: none;
    background: #DA242B;
    color: #fff;
    padding: 10px 35px;
    transition: all 0.4s ease-in-out;
    display: inline-block;
    padding: 10px 15px;
    background-color: transparent;
    color: #000;
    border: 1px solid #000;
}
.zirox-button:hover {
	 border: 1px solid #000;
    background-color: #000;
    color: #fff;
}


.teamPageSlogan{
    text-align: center;	
}
.teamPageSlogan h1{
    color: #0e0e0e;
    font-size: 40px;
	line-height:50px;
    font-weight: 800;	
}

.judgeBlockArea{}
.judgeBlockArea .judgeBlock{}
.judgeBlock h4{
    color: #0e0e0e;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;	
}
.judgeBlock p{}

.artistVideo iframe{
	width:100%;
	height:400px;
}
.artist_ul{
    padding: 0px;
    margin: 0px;
    margin: 0 -5px;
    margin-bottom: 15px;	
}
.artist_ul li{
    list-style-type: none;
    display: inline-block;
    padding: 6px 5px;	
}
.artist_ul li a{
    display: inline-block;
    padding: 6px 20px;
    border: 1px solid #f9111a;
    border-radius: 0px;
    display: inline-block;
    padding: 8px 15px;
    background-color: transparent;
    color: #000;
    border: 1px solid #000;
    transition: all .4s ease-in-out;	
}
.artist_ul li a:hover{
	background-color: #000;
    color: #fff;
    border: 1px solid #000;
}
.set_party_ul li b{
	font-weight: 600;
}
.ourHistorySecinner{
	/*max-width:1000px;
	margin:0 auto;*/
}
.historyWrapperArea{}
.historyWrapperArea .historyWrapper:first-child{
	padding-top:0px;
}
.historyWrapperArea .historyWrapper{
    background-color: #fff;
    padding: 60px 0 30px;
    border-bottom: 1px solid #ddd;
    position: sticky;
    top: 0;
}
.historyWrapperTopArea{
    text-align: center;	
	margin-bottom:30px;
}
.historyWrapperTopArea .set_year_title{}
.historyWrapperTopArea .set_year_title h4{
    color: #0e0e0e;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;	
}
.historyWrapperTopArea .set_pic_link{
    margin-bottom: 10px;	
}
.historyWrapperTopArea .set_link_cd{
	margin-bottom:10px;
}
.historyBoxinner{}
.historyBoxinner .thumnail{
    height: 220px;
    overflow: hidden;	
} 
.historyBoxinner .thumnail img{
     -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    width: 100%;
    height: 100%;
    object-fit: cover;	
} 
.historyBoxinner:hover .thumnail img{
	    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.historyBoxinner .content{
    padding: 15px 10px 0;
    text-align: center;	
} 
.historyBoxinner .content h4.title{
    font-size: 18px;
    font-weight: 600;	
} 
.set_link_cd {
    font-size: 18px;    
    padding-top: 20px;
}
.set_pay_btn {
    padding-bottom: 20px;
    font-size: 17px;    
}
.set_pay_btn .img_btn {
    width: 30%;
}
.set_pay_btn .img_btn1 {
    width: 30%;
}
.set_pay_btn .img_btn2 {
    width: 15%;
}

.tourDatesTopSec{
	padding:10px 0 10px;	
}
.tourDatesTopSecinner{
    display: flex;
    justify-content: space-between;	
}
.filterMenuBtn{
    padding: 5px 10px;
    border: 1px solid #ddd;
    background-color: #f5f5f5;
    border-radius: 6px;	
}
.filterMenuBtn svg{
    display: inline-block;
    width: 24px;
    height: 24px;	
}
.tourDatesTopSecinner .nav-pills li{
	margin-right:10px;	
}
.tourDatesTopSecinner .nav-pills li:last-child{	
	margin-right:0px;
}
.tourDatesTopSecinner .nav-pills .nav-link{
	font-weight:600;
	color:#000;
	border: 0;	
	border-radius:0px;
    padding: 5px 5px;	
	border-bottom:2px solid transparent;
}
.tourDatesTopSecinner .nav-pills .nav-link.active,
.tourDatesTopSecinner .nav-pills .show>.nav-link{
	color:#ac272c;
    background-color: transparent;
    border-bottom:2px solid #ac272c;
}


.sideBarFilterOverlay {
	content: '';
     position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 110;
    background-color: rgba(35, 35, 36, 0.7);
    visibility: hidden;
    opacity: 0;	   
}
.sideBarFilterOverlay.open {
    visibility: visible;
    opacity: 1;        
}
.sideBarFilterArea {
        width: 320px;
        position: fixed;
        top: 0;
		bottom:0;
        /*right: 0;*/
		left:0;
        height: 100%;
        background-color: #fff;
        color: #000;
        box-shadow: 18px 0 35px 0 rgb(0 0 0 / 2%);
        z-index: 111;
        -webkit-transition: all 400ms ease-out;
    -moz-transition: all 400ms ease-out;
    -ms-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
	
    /*-webkit-transform: translate(200px, 0);
    -moz-transform: translate(200px, 0);
    -ms-transform: translate(200px, 0);
    -o-transform: translate(200px, 0);
    transform: translate(200px, 0);*/
	
	-webkit-transform: translate(-200px);
    -moz-transform: translate(-200px);
    -ms-transform: translate(-200px);
    -o-transform: translate(-200px);
	transform: translate(-200px);	
	visibility: hidden;
    opacity: 0;
}
.sideBarFilterArea.open {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
	visibility: visible;
    opacity: 1;			
}	
.sideBarFilterFldArea {
    overflow: auto;
    display: flex;
    flex-direction: column;
    height: 100vh;
}
.sideBarFilterFldAreainner {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.sideBarFilterFldTopArea {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 10px 15px;
    border-bottom: 1px solid #ddd;
}
.sideBarFilterFldTopArea .ttl{
    font-size: 20px;
    margin-bottom: 0px;	
}
.sideBarFilterFldTopArea .filter_close_btn{
    background-color: transparent;
    border: 0;
    font-size: 25px;	
}
.sideBarFilterMiddleArea {
    flex-shrink: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    overflow: auto;
    height: 100vh;
}
.sideBarFilterMiddleArea::-webkit-scrollbar{
	width: 3px;
}
.sideBarFilterMiddleArea::-webkit-scrollbar-track{
	background: #1c75bc;
}
.sideBarFilterMiddleArea::-webkit-scrollbar-thumb {
  background: #1c75bc;
}
.sideBarFilterWrapper{
    padding: 15px 15px;	
	font-size:14px;
}
.sideBarFilterWrapper .form-select{   
	font-size:14px;
	box-shadow:none;
}
.artistSinputEmailArea{
	
}
.artistSinputEmail{
	display:flex;
	align-items:center;
	max-width:500px;
	margin:0 auto;
}
.artistSinputEmail .labelName{font-weight: 600;margin-right:10px;}
.artistSinputEmailinner{
	display:flex;
}
.artistSinputEmail input {
    width: 100%;
    height: 45px;
    padding: 6px 55px 6px 12px;
    font-size: 16px;
    border-radius: 0;
    border: 1px solid #000;
    border-right: 0;
}
.artistSinputEmail button {
    background: transparent;
    border: 1px solid #000;
    color: #000;
    /* border: 0; */
    padding: 6px 15px;
    height: 100%;
    border-radius: 0;
    height: 45px;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
	transition: all .4s ease-in-out;
}
.artistSinputEmail button:hover{
	 background: #000;
    border: 1px solid #000;
    color: #fff;
}
.sponshipBtnArea .sponshipBtn {
    display: inline-block;
    padding: 10px 15px;
    background-color: transparent;
    color: #000;
    border: 1px solid #000;
}
.sponshipBtnArea .sponshipBtn:hover {
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
}

.boradMemberSec{}

.boradMemberBox{
	margin-bottom:30px;
}
.boradMemberBoxinner{
    padding: 30px 15px 20px;
    background: #fff;
    border-radius: 15px;
    text-align: center;
	border:1px solid #ddd;
	height:100%;
}
.boradMemberBoxinner .boradMemberThumnail{
    display: inline-block;
    width: 230px;
    height: 230px;
    background: #f5f5f5e0;
    padding: 3px;
    overflow: hidden;
    border-radius: 50%;
    margin-bottom: 10px;
    transition: all 0.5s ease 0s;
}
.boradMemberBoxinner:hover .boradMemberThumnail{
    background: #a52529;
    border-radius: 50%;
}
.boradMemberBoxinner .boradMemberThumnail img{
    width: 100%;
    height: 100%;
	border-radius: 50%;    
}
.boradMemberBoxinner .title{
    display: block;
    font-size: 20px;
	line-height:26px;
    font-weight: 600;
    color: #000;    
    margin: 0 0 7px 0;
}
.boradMemberBoxinner .post{
    display: block;
    font-size: 22px;
	line-height:28px;
    color: #a52529;
    text-transform: capitalize;
	font-weight: 600;
    margin-bottom: 15px;
	position:relative;
}
.boradMemberBoxinner .post:after {
    content: "";
    border-bottom: 2px solid #a52529;
    width: 15%;
    display: block;
    margin: 15px auto;
}
.boradMemberBoxinner .social{
    padding: 0;
    margin: 0;
    list-style: none;
}
.boradMemberBoxinner .social li{
    display: inline-block;
    margin-right: 5px;
}
.boradMemberBoxinner .social li a{
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    font-size: 15px;
    color: #a52529;
    border: 1px solid #a52529;
    transition: all 0.5s ease 0s;
}
.boradMemberBoxinner .social li a:hover{
    background: #a52529;
    color: #fff;
}

.registrationTableArea table.registrationTable thead tr th:first-child{
	width:20%;
}



/*

@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.4;}
}
.blink{
	text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
}


@keyframes rotation {
    0% {
    transform: rotate(0);
}
to {
    transform: rotate(359deg);
}
}@keyframes ripple {
    0%, 35% {
    transform: scale(0);
    opacity: 1;
}

@-webkit-keyframes bounce {
  from {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); }
  to {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px); } }

@keyframes bounce {
  from {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); }
  to {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px); } }
			
			

@keyframes off-on {
    0% {
    opacity: 0;
}
75% {
    opacity: 1;
}
to {
    opacity: 0;
}
}
*/

@-webkit-keyframes bounce {
    from {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
    to {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
}

@keyframes bounce {
    from {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
    to {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
}




@-webkit-keyframes animate-1 {
    0%,
    to {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0)
    }
    50% {
        -webkit-transform: translateY(-1.5vh) translateX(5vmin);
        transform: translateY(-1.5vh) translateX(5vmin)
    }
}

@keyframes animate-1 {
    0%,
    to {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0)
    }
    50% {
        -webkit-transform: translateY(-1.5vh) translateX(5vmin);
        transform: translateY(-1.5vh) translateX(5vmin)
    }
}

@-webkit-keyframes animate-2 {
    0%,
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(-15vmin);
        transform: translateY(-15vmin)
    }
}

@keyframes animate-2 {
    0%,
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(-15vmin);
        transform: translateY(-15vmin)
    }
}

@-webkit-keyframes animate-3 {
    0%,
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(-5vmin);
        transform: translateY(-5vmin)
    }
}

@keyframes animate-3 {
    0%,
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(-5vmin);
        transform: translateY(-5vmin)
    }
}

@-webkit-keyframes animate-4 {
    0%,
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(10vmin);
        transform: translateY(10vmin)
    }
}

@keyframes animate-4 {
    0%,
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(10vmin);
        transform: translateY(10vmin)
    }
}

@-webkit-keyframes animate-5 {
    0%,
    to {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0)
    }
    50% {
        -webkit-transform: translateY(-1.5vh) translateX(5vmin);
        transform: translateY(-1.5vh) translateX(5vmin)
    }
}

@keyframes animate-5 {
    0%,
    to {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0)
    }
    50% {
        -webkit-transform: translateY(-1.5vh) translateX(5vmin);
        transform: translateY(-1.5vh) translateX(5vmin)
    }
}

@keyframes rotateIt {
  to {
    transform: rotate(-360deg);
  }
}
@keyframes rotateIt2 {
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes movescale {
    0% {
        transform: scale(.6)
    }
    50% {
        transform: scale(.8)
    }
    to {
        transform: scale(.6)
    }
}

@keyframes movescale {
    0% {
        transform: scale(.6)
    }
    50% {
        transform: scale(.8)
    }
    to {
        transform: scale(.6)
    }
}


@keyframes movebounce {
    0% {
        transform: translateY(0)
    }
    50% {
        transform: translateY(8px)
    }
    to {
        transform: translateY(0)
    }
}

@keyframes moveleftbounce {
    0% {
        transform: translateX(0)
    }
    50% {
        transform: translateX(8px)
    }
    to {
        transform: translateX(0)
    }
}


