h
/* Combined Core Theme Styles: global.css, header.css, page.css */

/* --- global.css --- */
html,
body {
	background: #000;
	font-family: 'Poppins', sans-serif;
	width: 100%;
	height: 100%;
}

h1 {
	color: #fff;
	font-size: 25px;
	font-weight: 600;
}

h1>span:not(.nocolor) {
	color: #e3120f;
}

h2 {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 20px;
}

h3 {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
}

a,
a:hover {
	color: #e3120f;
}

p {
	color: #fff;
	font-size: 15px;
	margin-bottom: 20px;
}

label {
	color: #fff;
}

.table>tbody>tr>td,
.table>tbody>tr>th {
	/*color:#fff;*/
	vertical-align: middle;
}

.modal-content {
	background-color: #000;
}

.container {
	padding: 0 20px;
	width: 100%;
	max-width: 1250px;
}

.container-home {
	padding: 0 20px;
	width: 100%;
	max-width: 1100px;
}

.container-home {
	margin-right: auto;
	margin-left: auto;
}


.button.button-3d {
	background-image: linear-gradient(#81f501, #218701);
	border: 1px solid #5ba00d;
	border-radius: 0;
}

.well {
	background-color: transparent;
	border: none;
}

.textCenter {
	text-align: center;
}

.textRight {
	text-align: right;
}

.loadingDiv {
	display: none;
	color: #fff;
}

.pc_view {
	display: block;
}

.mobile_view {
	display: none;
}

.mt-5 {
	margin-top: 5px;
}

.mt-10 {
	margin-top: 10px;
}

.mt-20 {
	margin-top: 20px;
}

.mb-20 {
	margin-bottom: 20px;
}

.cutmargin {
	margin: 0 !important;
}

@media (max-width: 1200px) {
	h1 {
		font-size: 20px;
	}

	h2 {
		font-size: 18px;
	}

	h3 {
		font-size: 15px;
	}

	p {
		font-size: 13px;
	}
}

@media (max-width: 979px) {
	.container {
		width: 100% !important;
		padding: 0 5px;
	}
}

@media (max-width: 767px) {
	h1 {
		font-size: 18px;
	}

	h2 {
		font-size: 15px;
	}

	h3 {
		font-size: 13px;
	}

	p {
		font-size: 12px;
	}

	.pc_view {
		display: none;
	}

	.mobile_view {
		display: block;
	}
}

@media (max-width: 480px) {
	h1 {
		font-size: 15px;
	}

	h2 {
		font-size: 13px;
	}

	h3 {
		font-size: 12px;
	}

	p {
		font-size: 11px;
	}

	.container.fullwidth-480 {
		width: 100% !important;
	}
}

/* --- header.css --- */
#top-login {
	position: absolute;
	top: 0;
	right: 0;
	height: 100px;
	line-height: 100px;
	font-size: 30px;
	z-index: 999;
	color: #fff;
	-webkit-transition: height .4s ease, line-height .4s ease;
	-o-transition: height .4s ease, line-height .4s ease;
	transition: height .4s ease, line-height .4s ease;
}

#top-login img {
	max-height: 30px;
}

#top-login .login_menu {
	position: absolute;
	top: 100%;
	right: 0;
	display: none;
	border: 1px solid #fff;
}

#top-login:hover .login_menu {
	display: block;
}

#top-login .login_menu ul {
	padding: 0;
	height: auto !important;
}

#top-login .login_menu ul li {
	height: auto;
	line-height: 1.2;
	float: none;
	margin: 0;
}

#top-login .login_menu ul li a {
	line-height: 45px;
	background: #000;
	color: #fff;
	text-align: left;
	padding: 0 5px;
	width: 120px;
	height: 45px;
	border-bottom: 1px solid #fff;
}

#top-login .login_menu ul li:last-child a {
	border-bottom: 0px solid #fff;
}

/* #primary-menu ul {
	padding:0 30px 0 0;
} */
#primary-menu ul li a {
	color: #fff;
	font-size: 12px;
	font-weight: 800;
}

#primary-menu ul li:hover a p {
	color: #fac23c;
}

/*#primary-menu ul li:hover a:after, #primary-menu ul li.active a:after{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f0d8';
    color: #fac23c;
    position: absolute;
    bottom: -9px;
}*/

#primary-menu ul li.blink_me {
	height: 100px;
	position: relative;
	transition: height 0.4s ease;
	-moz-transition: height 0.4s ease;
	-webkit-transition: height 0.4s ease;
}

#primary-menu ul li.blink_me a {
	height: auto;
	line-height: 1;
	animation: color-change 0.4s linear infinite;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	background: #e3120f;
	border-radius: 8px;
	padding: 5px 10px;
	color: #fff;
	margin: 0 15px;
}

/*ace 126 header */
#logo img {
	width: auto;
}

#header.sticky-header #header-wrap {}

#header.sticky-header #header-wrap #top-login {
	height: 60px;
	line-height: 60px;
}

#header.sticky-header:not(.static-sticky) #primary-menu>ul>li.blink_me {
	height: 60px;
}

#header.sticky-header:not(.static-sticky) #primary-menu>ul>li.blink_me>a {
	height: auto;
	line-height: 1;
}

.button.button-3d {
	background: linear-gradient(#f50f0f, #ce0309);
	color: #fff;
	border: none;
}

#logo img {
	transition: height 0.4s ease;
	-moz-transition: height 0.4s ease;
	-webkit-transition: height 0.4s ease;
}

/*ace 126 header end */

/*ace 126 header1 */
.revo-slider-emphasis-text {
	font-size: 58px;
	font-weight: 700;
	letter-spacing: 1px;
	font-family: 'Raleway', sans-serif;
	padding: 15px 20px;
	border-top: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
}

.revo-slider-desc-text {
	font-size: 20px;
	font-family: 'Lato', sans-serif;
	width: 650px;
	text-align: center;
	line-height: 1.5;
}

.revo-slider-caps-text {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 3px;
	font-family: 'Raleway', sans-serif;
}

.tp-video-play-button {
	display: none !important;
}

.tp-caption {
	white-space: nowrap;
}

/*ace 126 header1 end*/

@-webkit-keyframes color-change {
	0% {
		background: #e3120f;
	}

	50% {
		background: #ff0000;
	}

	100% {
		background: #e3120f;
	}
}

@-moz-keyframes color-change {
	0% {
		background: #e3120f;
	}

	50% {
		background: #ff0000;
	}

	100% {
		background: #e3120f;
	}
}

@-ms-keyframes color-change {
	0% {
		background: #e3120f;
	}

	50% {
		background: #ff0000;
	}

	100% {
		background: #e3120f;
	}
}

@-o-keyframes color-change {
	0% {
		background: #e3120f;
	}

	50% {
		background: #ff0000;
	}

	100% {
		background: #e3120f;
	}
}

@keyframes color-change {
	0% {
		background: #e3120f;
	}

	50% {
		background: #ff0000;
	}

	100% {
		background: #e3120f;
	}
}

@media (max-width: 1200px) {
	#primary-menu ul li a {
		font-size: 12px;
		font-weight: 800;
	}

	/* #header {
		background:url(../../images/body_bg.jpg) no-repeat center;
	} */

	#top-login {
		right: 20px;
	}
}

@media (max-width: 991px) {}

@media (max-width: 979px) {

	body:not(.top-search-open) #primary-menu-trigger {
		color: #fff;
	}

	#primary-menu ul li.blink_me {
		height: 60px;
	}

	#primary-menu ul li.blink_me a {
		display: inline-block;
		height: auto !important;
		line-height: 1 !important;
		padding: 5px 15px !important;
	}
}

@media (max-width: 767px) {
	#top-login {
		line-height: 1.2;
		font-size: 10px;
	}

	#top-login .mobile_view {
		position: relative;
		top: 50%;
		transform: translateY(-50%);
	}

	#top-login .button.button-3d {
		width: 70px;
		padding: 0;
		text-align: center;
		font-size: 10px;
		line-height: 1.2;
		height: auto;
		padding: 5px;
		letter-spacing: normal;
		white-space: normal;
	}


}

@media (max-width: 480px) {}

/* --- page.css --- */
#page-title {
	padding: 0;
	border: none;
	background-color: transparent;
	/*height:355px;*/
}

#page-title .container {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

#page-title .container h1 {
	color: #fff;
	font-size: 40px;
	display: inline-block;
	text-shadow: 3px 3px 3px #000;
}

.bread_image {
	height: 100%;
	width: 100%;
	position: absolute;
}

.download_container {
	margin: 0 -20px -20px 0;
}

.download_container .download_grid {
	float: left;
	width: calc(33.33% - 20px);
	margin: 0 20px 20px 0;
}

.toggle.toggle-bg .togglet {
	color: #083A81;
	padding: 0 36px 0 20px;
}

.toggle.toggle-bg .togglet i {
	left: auto;
	right: 14px;
}

.toggle.toggle-bg .togglec {
	padding-left: 20px;
	color: black;
}

.toggle.toggle-bg .togglec ul {
	margin-top: 20px;
	margin-bottom: 20px;
}

.toggle.toggle-bg .togglec ul li {
	color: #fff;
	margin-bottom: 5px;
}

.toggle.toggle-bg .togglec ol {
	padding-left: 30px;
	margin-bottom: 20px;
}

.toggle.toggle-bg .togglec ol li {
	color: #fff;
	margin-bottom: 5px;
}

@media (max-width: 1200px) {
	#page-title .container h1 {
		font-size: 32px;
	}

	#page-title {
		/*height:250px;*/
	}
}

@media (max-width: 979px) {}

@media (max-width: 767px) {
	#page-title .container h1 {
		font-size: 28px;
	}

	#page-title {
		height: 150px;
	}

	.download_container {
		margin: 0 -10px 20px 0;
	}

	.download_container .download_grid {
		width: calc(33.33% - 10px);
		margin: 0 10px 10px 0;
	}
}

@media (max-width: 480px) {
	#page-title .container h1 {
		font-size: 24px;
	}

	#page-title {
		height: 100px;
	}
}