 
/* */
body {
	font-family: "lato",sans-serif;
	font-weight: 400;
	overflow-x: hidden;
}
.h1, h1 {
	font-size: 2rem;
}
.h2, h2 {
	font-size: 1.7rem;
}
.home {
	display: block;
	width: 100%;
	height: 100vh;
	background: url('../images/uploads/main/home-banner.jpg');
	background-size: cover;
	position: relative;
	padding: 0;
	overflow: hidden;
}

header {
	padding: 5px 5px 8px 30px;
	margin: 0 0 6%;
	    background: gray;
}
.main-logo {
	height: 110px;
}
.navbar-nav .nav-link {
	color: #fefbfb;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	-webkit-transition: all .7s;
	transition: all .7s;
}
.navbar-nav .nav-link:hover {
	background: rgba(0,0,0,0.7);
}
.nav-item.tr_button .nav-link {
	color: #fefbfb;
	background: #00ff00;
	border-radius: 5px;
	margin: 0 3px 0 5px;
}

.nav-item.tr_button2 .nav-link {
	color: #02ff08;
	background: #fefefe;
	border-radius: 5px;
	margin: 0 3px 0 5px;
}
.qlinks {
	max-width: 300px;
	margin-bottom: 45px;
}
.qlinks h3 {
	text-transform: uppercase;
	color: #fefbfb;
	text-align: center;
}
.qlinks ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 470px;
	display: inline-table;
}
.qlinks li {
	
}
.qlinks li a {
	height: 100px;
	display: block;
	line-height: 100px;
	background: #ffffff;
	margin: 7px 0;
	color: #737070;
	border-right: 20px solid #0dfc01;
	padding: 0 5px 0 18px;
	width: 247px;
	-webkit-transition: width 2s;
	transition: width .7s;
	text-transform: uppercase;
	font-weight: bold;
}

.qlinks li a:hover {
	width: 265px;
}
.btext h1 {
	color: #fefbfb;
	padding: 0 10px;
}
a.btn-green {
	color: #0dfc01;
	border: 3px solid;
	font-weight: bold;
	padding: 9px 70px;
	margin: 15px 10px;
}
.btext p {
	color: #fefbfb;
	font-weight: normal;
	font-size: 19px;
	margin: 10px 9px;
	line-height: 1.3;
}
.psecondary.no_media .btext p, .psecondary.no_media h1 {
	color: #737070; 
}
 .psecondary .navbar-nav .nav-link:hover{
	color: #fff; 
}
.next-arrow-block {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
}
 
video#homebgvid {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    
    transform: translateX(-50%) translateY(-50%);
    transition: 1s opacity;
}
a.btn_sound_up, a.btn_play_vid  {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 25px;
	padding: 10px;
	cursor: pointer;
	color: #fff;
	z-index: 99;
}
a.btn_play_vid {
	right: calc(50% - 50px);
	display: none;
	font-size: 100px;
	bottom: calc(50% - 50px);
}
.psecondary.video_page .trans-layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
    z-index: -1;
	display: block;
}
.header_description {
	padding: 10px 0;
	margin: 0 0 30px;
	border-bottom: 1px solid;
}
.bc_nav {
	margin: 0 0 10px;
	    color: #737070;
}
.secondary_full {
	position: relative;
	display: block;
	/* height: 100vh; */
	width: 100%;
	overflow: hidden;
}
video#bgvid {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -1;
	transform: translateX(-50%) translateY(-50%);
	transition: 1s opacity;
}
video#invid {
	position: relative;
	width: 90%;
	margin: 30px auto;
	display: block;
}
section.home .trans-layer {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
}
.psecondary.no_media .trans-layer {
	display: none ;
}		 
 
.psecondary .content a {
     
    text-decoration: underline;
}
.footer {
	background: #242222;
	color: #0f0;
	padding: 20px 30px 2px 30px;
	height: 200px;
	margin: 100px 0 0 0;
}
.psecondary.video_page .footer { 
	margin: 0;
}
.vp_content {
	padding: 0 20px;
}
.footer-links {
	list-style-type: none;
	padding: 0;
	margin: 20px 0;
}
.footer li {
	display: inline-block;
	width: 49%;
	padding: 5px 2px;
	text-align: center;
}
.footer a {
	color: #91ce8d;
	font-style: italic;
}
.footer .copyright{
	text-align: center;
	margin: 20px 0;
}
.align-center {
	text-align: center;
}
.hidden{
display:none;
}
.arrow {
	font-size: 48px;
	color: #fdfa02;
}
.container.gtext {
	text-align: center;
	margin: 20px auto;
	padding: 50px 10px;
}
.gtext h2 {
	color: #04ff0a;
	font-weight: bold;
	margin: 20px 0;
}
.gtext p {
	color: #484948;
}
.imgbg_box {
	display: table;
	width: 100%;
	height: auto;
	background-size: cover;
	position: relative;
	padding: 275px 0;
	color: #fefbfb;
}
.imgbg_box1{
	background-image: url('../images/uploads/main/banner-1.jpg');
}
.imgbg_box2{
	background-image: url('../images/uploads/main/banner-2.jpg');
}
.border_box {
    margin: 0;
    border: 3px solid;
    width: 80%;
    padding: 4% 4% 15% 12%;
}
.border_box.left {
	border-left-width: 0;
}
.border_box.right {
	border-right-width: 0;
	float:right;
}
.border_box h2 {
	border-bottom: 2px solid;
	padding: 0 0 20px 0px;
	margin-bottom: 40px;
	text-transform: uppercase;
}
.border_box p {
	font-weight: bold;
	width: 70%;
	font-size: 18px;
	text-transform: uppercase;
}
.btn-greenbg_wrapp {
	display: inline-block;
	/* height: 100%; */
	width: auto;
	background: #00ff00;
	text-align: center;
	padding: 12px;
	border-radius: 10px;
	margin-top: 12%;
}
.btn-greenbg_wrapp a {
	border: 2px solid;
	color: #fff;
}
.alignc{
	text-align:center;
}
.btn-play {
	font-size: 185px;
	border: 2px solid;
	border-radius: 200px;
	width: 250px;
	display: inline-block;
	line-height: 250px;
	text-align: center;
	padding: 0 0 0 47px;
	color: #00ff00;
	margin: 50px 0;
}
.frm label {
	display: block;
}
.frm [type="submit"] {
	background: #0f0;
	color: #fff;
	padding: 15px 40px;
	border: none;
	font-size: 1rem;
	font-weight: bold;
}
.frm .smButton[type="submit"] {
	padding: 4px 40px;
	font-weight: normal;
	float: right;
}
/* secondary pages */
.secondary {
    display: table;
    width: 100%;
    height: 100vh;
    background: url(../images/uploads/main/secondary.jpg);
    background-size: cover;
    position: relative;
    padding: 0;
    overflow: hidden;
}
.secondary.video_page {
	background: none;
}
.secondary.contact {
	background-image: url('../images/uploads/main/contactbg.jpg');
}

.secondary.events {
	background-image: url('../images/uploads/main/events-bg.jpg');
}
.slider-arrows {
	position: absolute;
	bottom: 60px;
	right: 50px;
}
.slider-arrows a {
	font-size: 24px;
	padding: 0;
	background: #fff;
	color: #fc030f;
	border-radius: 50px;
	width: 55px;
	display: inline-block;
	text-align: center;
	line-height: 55px;
	height: 55px;
	-webkit-transition: all .7s;
	transition: all .7s;
	margin: 0 10px;
}
.content {
	margin: 60px 0 0 0;
}
.breadcrumblink {
	color: #fe0315;
	padding: 15px 0;
	display: block;
}
.sidelinks {
	list-style-type: none;
	padding: 0;
	position: absolute;
	right: 5px;
	top: 23%;
}
.img-responsive {
	max-width: 100%;
}
.sidelinks a {
	color: #5dbdfa;
	font-weight: bold;
	padding: 15px 0;
	display: block;
	-webkit-transition: all .7s;
	transition: all .7s;
}
.slider-arrows a:hover {
	color: #0dfc01;
	background: #278d8d;
}
h1.underline {
	border-bottom: 1px solid;
	padding: 10px 0;
	margin: 10px 0;
}
.iblock{
	display:block;
}
.popup-logo {
	max-width: 90%;
	margin: 5%;
	border-bottom: 1px solid;
	padding: 5% 0;
}
.rpblock {
	background: url('../images/uploads/main/patt1.jpg');
	background-size: cover;
	padding: 30px 30px 5px 30px;
	color: #fff;
}
.rpblock .form-control {
	font-size: 16px;
	margin: 20px 0;
	border-radius: 0;
}
.rpblock a {
	color: #fff;
	text-decoration: underline;
	font-size: 16px;
}
.rpblock h2 {
	font-size: 1.6rem;
}
.lpblock p {
    font-size: 15px;
}
.popup-close {
	position: absolute;
	right: -20px;
	top: -20px;
	background: #fff;
	color: #20fd02;
	z-index: 9;
	width: 45px;
	height: 45px;
	border-radius: 30px;
	line-height: 45px;
	text-align: center;
	font-size: 23px;
}
.modal-body {
	padding: 0 0 0 20px;
}
.btn.btn-submit {
	background: #20fd02;
	text-transform: uppercase;
	margin: 0 auto;
	display: block;
	padding: 10px 65px;
	font-size: 20px;
	border-radius: 0;
}
.trans-layer {
	background: rgba(0,0,0,0.5);
	height: 100vh;
}
.container-fluid.homefill {
    padding: 0;
}


/* secondary pages end */

 @media (max-width: 1100px) {
	.border_box {
	width: 99%;
	padding: 4% 4% 24% 6%;
}
.imgbg_box {
	padding: 175px 0;
}
	.main-logo {
		height: 60px;
	}
	.navbar-nav .nav-link {
		font-size: 14px;
	}
 }
 @media (min-width: 768px) {
	.navbar-toggle {
		display: none;
	}
	.nav{
	display: inline-table;
width: 100%;
}
.nav-item {
	display: table-cell;
	vertical-align: middle;
}
.modal-dialog {
	max-width: 440px;
	margin: 30px auto;
}
 }
  @media (max-width: 768px) {
	
a.btn_play_vid {  
	display:block;
}
      .navbar-header2 {
	width: 100%;
	position:relative;
}
.btext {
	text-align: center;
}
.navbar-toggle {
	position: absolute;
	right: -10px;
	top: 0px;
	color: #0dfc01;
	border: none;
	background: transparent;
	font-size: 45px;
}
.qlinks {
	max-width: initial;
}
.qlinks ul {
	display: block;
	height:auto;
    text-align: center;
}
.qlinks li {
	display: inline-block;
}
.qlinks li a {
	height: auto; 
	line-height: 34px; 
	margin: 7px 0; 
	border-right: 8px solid #0dfc01; 
	width: auto; 
}
.qlinks li a:hover {
	width: auto;
	border-left: 8px solid #0dfc01;
	border-right: none;
}
.sidelinks {
	list-style-type: none;
	padding: 0;
	position: relative;
	right: 0;
	top: 0;
	text-align: center;
}
.slider-arrows {
	position: relative;
	bottom: 4px;
	right: 40px;
	text-align: right;
}
  }
  
  
 @media (min-width: 576px) {
	.modal-dialog {
		max-width: 550px;
		margin: 30px auto;
	}
}