.tab-area {
	border-bottom: 1px solid #818181!important;
	text-align: center;
	justify-content: center;
	display: flex;
	}
.shadow{
	-webkit-box-shadow: 0px 5px 10px 0px rgba(191,40,191,1);
-moz-box-shadow: 0px 5px 10px 0px rgba(191,40,191,1);
box-shadow: 0px 5px 10px 0px rgba(191,40,191,1);
}

.tab-nav a{
	font-size: 15px;
	font-weight: bold;
}
h4.toggle-name{
	font-size: 15px;
	font-weight: bold;
}

.blackbg {
	background: #090909;
}

.floatright {
	float: right;
}

.textright {
	text-align: right;
}

.hundred {
	width: 100px;
}

.mainaboutus {
	font-size:17px;
	line-height:24px;
}

.mainspan {
	font-style:22px;
	font-weight: bold;
	color:#fff;
}

.mainspan2 {
	font-style:22px;
	color:#fff;
}

.mainh5 {
	font-size:20px;
}

.galeributtons {
	margin-right: 10px;
	margin-bottom: 14px;
}

.sectionheight {
	min-height: 210px;
}

@media screen and (max-width: 768px) {
	.portfolio-media img {
		width: 100%;
		margin-top: 50px;
	}
}

@media screen and (min-width: 758px) {
	.portfolio-media img {
		width: 60%;
		margin-top: 70px;
	}
}

@media screen and (min-width: 1024px) {
	.portfolio-media img {
		width: 70%;
		margin-top: 30px;
	}
}
	


/* Demo CSS */

#sr-demo-options {
	width: 340px;
	height: 100%;
	position: fixed;
	top: 0;
	right: -342px;
	z-index: 100000;
	background: #090909;
	-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.3);
	transition: all 400ms ease;
	opacity: 0.7;
	
	}
	#sr-demo-options.active {
		right: 0px;
		opacity: 1;
	}

.sr-demo-inner {
	max-height: 100%;
	background: #090909;
	padding: 0!important;
	margin: 0 !important;
}
	
.open-demo-option {
	position: absolute;
	top: 160px;
	left: -60px;
	width: 60px;
	height: 50px;
	text-align: center;
	color: white;
	font-size: 22px;
	line-height: 40px;
	background: #E30613;
	border-radius: 4px 0 0 4px;
	-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.3);
}


.open-demo-option img {
	width: 32px;
	margin-top: 9px;
}

.open-banner {
	float: left;
	width: 20px;
	height: 50px;
	line-height: 45px;
	background-color: #fff;
	font-size: 25px;
	color: #090909;

	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
	

/* popup */
/* .popup{
    background-color: #000000;
	color: #ffffff;
	width: 500px;
	margin-top: 50px;
    position: fixed;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    border-radius: 8px;
    font-family: "Poppins",sans-serif;
    display: none;
	font-size: 1em;
    text-align: center;
	z-index: 999999;
}
.popup button{
    display: block;
    margin:  0 0 20px auto;
    background-color: transparent;
    font-size: 3em;
    border: none;
	color:#E30613;
    outline: none;
    cursor: pointer;
	font-weight: bold;
}
.popup p{
    font-size: 1em;
    text-align: center;
    margin: 20px 0;
    line-height: 25px;
	font-weight: bold;
}

.popup h4{
	color: #ffffff;
	font-weight: bold;
}

.popup a{
	color: #E30613;
	font-weight: bold;
}

.popup .inside-popup {
	padding-left: 10%;
	padding-right: 10%;
}

@media screen and (max-width: 600px) {
	.popup {
	width: 90%;
	margin-top: 15%;
	font-size: 0.8em;
	}
	.popup button {
	font-size: 2em;
	}
	.popup p {
	margin: 15px 0;
	line-height: 20px;
	}
	.popup .inside-popup {
	padding: 0;
	}
	} */


	#popup-container {
		display: none;
		position: fixed;
		z-index: 999999;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		overflow: auto;
		background-color: #0f0f0f8f;
	  }
	  #popup-content {
		background-color: #171717;
		margin: auto;
		padding: 20px;
		border: 1px solid #ad0f0f;
		width: 80%;
		max-width: 600px;
		position: relative;
	  }
	  #close-btn {
		color: #aaa;
		float: right;
		font-size: 28px;
		font-weight: bold;
		cursor: pointer;
	  }
	  #close-btn:hover,
	  #close-btn:focus {
		color: #ad0f0f;
		text-decoration: none;
		cursor: pointer;
	  }
	  @media screen and (max-width: 700px) {
		#close-btn {
		  font-size: 20px;
		}
	  }



	  .video-container {
		position: relative;
		padding-bottom: 56.25%; /* 16:9 aspect ratio (9 / 16 * 100) */
		height: 0;
		overflow: hidden;
	}

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

	.nav-lang-desktop {
		margin-left:20px!important;
	}

	.nav-lang-mobile {
		display: none!important;
	}

	.nav-registration-button{
		color: #4B229C !important;
		background-color: #d2f644;
		padding:0 8px!important;
		border-radius: 2px;
	}
	.nav-registration-button:hover{
		color: #d2f644 !important;
		background-color: #4B229C;
	}
	.nav-registration-button::after{
		color: #d2f644 !important;
		background-color: #4B229C;
	}
.tp-caption img[src*="logo/012.png"] {
  width: 240px !important;
  height: auto !important;
  max-width: none !important;
}

#main-nav a.nav-registration-button:after {
  display: none !important;
}

 .countdown {
                                    display: flex;
                                    justify-content: center;
                                    gap: 64px;
                                    margin-top: 20px;
                                }

                                .countdown-item {
                                    display: flex;
                                    flex-direction: column;
                                    align-items: center;
                                    min-width: 50px;
                                }

                                .count-num {
                                    font-size: 42px;
                                    font-weight: bold;
                                    color: #fff;
                                }

                                .count-label {
                                    font-size: 14px;
                                    margin-top: 10px;
                                    color: #fff;
                                }

                                @media(max-width: 768px) {
                                    .countdown {
                                        gap: 12px;
                                    }

                                    .count-num {
                                        font-size: 24px;
                                    }

                                    .count-label {
                                        font-size: 12px;
                                    }
                                }

@media only screen and (max-width: 1280px) {
    .nav-registration-button{
		padding:0 8px!important;
	}
}
	@media screen and (max-width: 700px) {
		.nav-lang-desktop {
			display: none!important;
		}
	
		.nav-lang-mobile {
			display: block!important;
		}
	  }