body{background:#16161c; color:#333; padding:0% 0% 0% 0% !important; margin:0% 0% 0% 0% !important;}
h1, h2, h3, h4, h5, h6 { color:#fff; padding:5px; font-weight:700;}
div, span, input, section{float:none;}
video{width:100%;}
footer{
position: relative;
width: 100%;
float: left;
display: block !important; margin-top:10px;
}
.row{margin:0% 0% !important;}
.container{margin:0% 0% !important;}
img{ width:100% auto;}
nav{    
	position: relative;
	float: right;
	margin: 0% 0% 0% 0%;
	font-family: 'Fira Sans', sans-serif !important;
	width: 100%;
	display: block;
	z-index: 9999;
	text-transform: uppercase;
}
nav h1, h2, h3,h4, h5, h6{ color:#000 !important;}
nav a{ color:#000; font-weight:normal; width: 100%; text-align: center;} nav i.fa{font-size: 32px; padding: 20px;} nav a:hover{ color:#000; display: block;} 
nav li a {width: 100%; display: block;}
nav ul{margin: 0%; float: left; margin-left: -40px}
nav ul li{ list-style:none; float:left;}
nav li{    
    padding: 0px;
    margin: 1px 0px;
	z-index: 1500;
	font-size:14px;
	-webkit-transition: background .5s; /* Safari */
    transition: background .5s;	
	-webkit-transition: margin 1s; /* Safari */
    transition: margin 1s;	
	-webkit-transition: color 1s;
	transition: color 1s;
	-webkit-transition: border-top .5s;
	transition: border-top .5s;
}
nav li:hover{ background: #0082d8;
	color: #000 !important;
	border-top: thin solid;
}
nav li:hover > a{color: #fff !important;}
nav a:hover{text-decoration:none;}
nav div.base-cover{
	margin:0% 0% 0% 0% !important;
    float: right;
    position: absolute;    
	z-index: -1;
    width: 100%;
	min-height:600px;
    background: rgba(255, 255, 255, 0.28);
	display:none;
}
nav div{
	float: left;
	position:absolute;
	left: 100%;
	z-index: 0;
	width: 0%;
	background: #0082d8;
	padding: 10px;
	display: none;
	-webkit-transition: width 2s;
	/* Safari */
	transition: width 2s; 
	margin-top: -100px;
    min-height: 100px;
	border-bottom-right-radius:10px;
	border-top-right-radius:10px;
}
nav .inner-box { 
	display:block;	
	position:relative;
	background:rgba(255, 255, 255, 1);
	-webkit-transition: width 1s; /* Safari */
    transition: width 1s;
	overflow:hidden;
	min-height: 400px;
    margin: 0 -20% 0 0;	
}
.inner-box div{ background: none; position:relative; margin:0%; /*display:block;*/}
nav li:hover > div{ display:block; width:350%;}
nav li:hover > div.base-cover{ display:block !important;}
.inner-nav li{ background:#ce351b !important;}
aside nav{width: 100%; float: left; margin:0%; padding: 0%;}
aside ul li{ float:none; width:100% !important; background:#16161c !important;} aside li{margin-bottom:0px !important; margin-top:1px !important;border-right:medium solid red;}
aside h1, h2, h3, h4, h5, h6{ color:#000 !important; padding:0% !important; padding-top:5%; padding-bottom:5%;}
.menu-fixed{position: fixed; top:0px; z-index: 1; width: 100%; border-top: 3px solid #fff}
.full-screen{    
    width: 100%;
    min-height: 690px;/*48vw;*/
    position: absolute;
    margin: 0% 0% !important;
    padding: 0% 0% !important;
    overflow: visible !important;
    display: block;
	/*background:#eee;*/
}
.pg-base-cover{
	background-image:url(assets/images/model17.jpg);
	background-size:cover;
	width:100%;
	z-index:0;
	height:760px;
	position:fixed;
	display:block;
}
.main-banner{
	width:100%;
	margin:0% 0% !important;
	position:absolute;
	min-height:760px;
	z-index:1;
}
.main-banner section{
	padding: 2% 5%;
    display: block;
    min-height: 700px;
	margin:0% 0% 2% 0%;
	font-size: 15px;
	/*background-color:#fff;*/
}
.main-banner header{
	margin: 15% 0% 1% 0%;
/*	border: 1px solid rgba(255, 255, 255, 0.6);
	background: #ce351b;
	padding: 0px 0px !important;
	color: #fff !important;
*/}
.main-banner header h1, h2, h3{
	color:#fff !important;
	padding: 10px 20px !important;
}
.main-banner article{
	width: 70%;
    float: left;
    /*border-right: thin solid #ccc;*/
    text-align: justify;
	background: rgba(255, 255, 255, 1);
	/* border-top: 5px solid rgba(208, 208, 208, 0.75); */
	margin-bottom: 60px;
}
.main-banner article h4, h5, h6{
	border-bottom: thin solid;
	background:#fff !important;
}
.main-banner article p, h4, h5, h6{
	padding: 5% 5% 0% 5%;
	margin: 0% 0% 1% 0%;
	font-size: 20px;
	font-family: Candara;
	/*font-style: italic;*/
	color: #000;
}
.main-banner aside{
	float: left;
	width: 30%;
	/* margin-left: .5%; */
	min-height: 400px;
	background: #fff
}
.main-banner aside > div{/*background: rgba(0, 0, 0, 0.41);*/}
.banner{
	width: 90%;
	float: left;
	height: 300px;
	overflow: hidden;
	display: block;
	padding: 5px;
	margin: 5%;border-bottom: thick solid #a9a9a9;
}
.banner img{ width:100%;}
.pg-title{
	background: #ce351b;
	padding: 5% 0% 3% 0% !important;
	color: #fff !important;
	display: block;
	width: 15%;
	/* float: right; */
	min-height: 150px;
	/* margin: 0% 0% 0% 0%; */
	z-index: 1000;
	left: 5%;
	top: 15%;
	position: absolute;
	}
.form-guide{
	width: 90%;
    display: block;
    overflow: hidden !important;
    margin: 0% 0% 0% 10%;
    float: left;
	border: thin solid;
}
.copyright{ text-align:center;}
.inner-guide{
    width: 100%;
    height: 100%;
    padding: 0% 0%;
    background: rgba(34, 34, 35, 0.16);
    position: relative;
    z-index: 500;
	display:block;
    overflow: hidden;
}
.corner-box{
	background:#fff;
    width: 7%;
    height: 7vw;
	display:block;
	z-index:501;
}
.fixed-top-left{
	position:fixed;
	top:0%;
	left:0%;
}
.fixed-bottom-right{
	position:fixed;
	bottom:0%;
	right:0%;
}
.p_caption{
    display: block;
    position: relative;
    z-index: 1000;
	margin: -50% 0% 0% 0%;
	color: #FFF;
	background: rgba(0, 0, 0, 0.15);
	padding: 10px;
	width: 100%;
	height: 100%;
}
.v-caption{    margin: -58% 0% 0% 0% !important;
}
.p_caption h1, h2, h3, h4, h5, h6{ background:none !important; color:#fff; text-transform:Uppercase; font-family:'Fira Sans', sans-serif;text-shadow: 1px 1px 1px rgba(32, 32, 32, 0.49);} 
.inner-page h1, h2, h3, h4, h5, h6{text-shadow:none !important; font-weight:normal;}

.p_caption div{   
	margin: 18% 5%;
    text-align: right;
    width: 25%;
    display: block;
}
.footer-details{
	bottom: 0%;
	position: absolute;
    width: 100%;
    background: #000;
    z-index: -1;
    color: #fff;
    float: left;
    height: auto;
    padding: 1% 0% 1% 5%;
    display: block;
    border-top: 4px solid rgba(234, 230, 245, 0.25);
}
.footer-details div{ float:left; margin-right:5%; width:auto;}
.news-ticker{ width:35% !important;}
.nav-footer{ width: 60% !important; margin-right: 0% !important;
}
.social_media{
	position: absolute;
	bottom: 100%;
	float: left;
	display: block;
	width: 20%;
	height: auto;
	margin: 0% 2%;
}
.social_media ul li {float:left; list-style:none;}
.social_media li a {color:#fff !important; text-decoration:none; padding:5px; -webkit-transition: color 2s; transition: color 2s;}
.social_media a:hover{color:#ccc;}
aside .social_media{
	width:100%;
	bottom:0%;
	margin:0%;
	position:relative;
}
aside .social_media ul li{
	float:left !important;
	margin-left:0%;
	background:none !important;
	color:#000 !important;
	width: auto !important; border-right: none;
}
aside .social_media li a{color: #000 !important; background:none !important; width:auto; border-right:none !important;}
aside ul{	
	padding-left:0px !important;
	-webkit-padding-start: 0px !important;
	width: 100%;
}
.flex{
    float: right;
    width: auto;
    display: flex;
	list-style:none;
}
.flex a{    
	color: #fff;
    text-decoration: none;
    border-left: thin solid rgba(255, 255, 255, 0.22);
    padding: 17px;
    text-transform: uppercase;
    font-size: 13px;
	background:none;
}
.active a{border-top: 2px solid #6dce6b !important;}
.flex a:hover{ background:#fff; color:#000;	-webkit-transition: background 2s; /* Safari */ transition: background 2s;}
.spacer{ width:100%; float:left; display:block; height:20px; padding:1px; text-align: left;
    position: absolute;}
    
    #exTab1 .tab-content {
      color : white;
      background-color: #428bca;
      padding : 5px 15px;
    }
    
    #exTab2 h3 {
      color : white;
      background-color: #83C324;
	  font-size: 18px;
      padding : 5px 15px;
    }
    
    /* remove border radius for the tab */
    
    #exTab1 .nav-pills > li > a {
      border-radius: 0;
    }
    
    /* change border radius for the tab , apply corners on top*/
    
    #exTab3 .nav-pills > li > a {
      border-radius: 4px 4px 0 0 ;
    }
    
    #exTab3 .tab-content {
      color : white;
      background-color: #428bca;
      padding : 5px 15px;
    }
#exTab2{    
	margin: 0% 0% 0% 0%;
	float: left;
	background: #FFFFFF;
	/* padding: 2px; */
	width: 100%;
	display: block;
	font-family: Candara;
	/* z-index: 9999; */
	border: 5px solid #fff;
	position: relative;
}
#exTab2 .tab-content{ background:#fff;padding: 5% 2.5%;}
#exTab2:hover{
	}
.top-section{    
	margin: 0% 0% 0% 8%;
    width: 95%;
    color: #fff;
    height: 2vw;
    position: absolute;
    display: block;
    overflow: hidden;
    float: right;
    z-index: 501;
	border-bottom: thin solid #1B7EB9;
}
.logo {
	position: relative;
	margin: 0%;
	float: left;
	vertical-align:middle;
	display:table-cell;
}
input[type="text"], input[type="password"], select{    
border: #ccc thin solid;
border-radius: 0px;
height: 55px;
font-family: 'Fira Sans', sans-serif;
color: #3b3b3b !important;
background: #fcfcfc;
margin-bottom: 0px;
}
textarea{
    width: 100%;
    min-height: 105px;
}
.inner-circle li{width:100%; float:left; margin:5px 0px; list-style:none; line-height:15px;}
.inner-circle li li{font-size:12px;} .inner-circle li div{width:40%; position:relative; float:left;}
.red{color:#F00}
.watermark{
	margin:-550px 0px 0px 0px;
    width: 100%;
    display: block;
    position: absolute;
    opacity: 0.5;
    z-index: 1;
}
.watermark img{ width:50%;}
.page-container{
	background: #fff;
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	float: left;
}

.page-footer{ 
	position: relative;
	width: 100%;
	float: left;
	margin: 5% 0% 0% 0%;
	min-height: 100px;
	display: block;
	margin-bottom: 100px;
	/* background: #fff; */
	color: #fff !important;
	padding-top:50px; padding-bottom:10px;
	border-top: medium solid rgb(171, 162, 169);
}
.page-footer span{ color: red; font-weight:bold;} .page-footer h1, h2, h3, h4, h5, h6{ color:#fff !important; padding-bottom: 10px;
border-bottom: none;} .page-footer p{font-size: 14px; padding:0%; padding-top:0%;}
/*responsiveness*/
@media (max-width: 450px){
.full-screen{ overflow:visible !important;}
.main-banner {
    width: 100%;
    margin: 0% 0% !important;
    position: relative;
    z-index: 1;
}
.inner-guide {
	height:inherit;
    position: relative;
    z-index: 500;
    overflow:visible
}
nav {
    position: relative;
    float: left;
    margin: 0% 0%;
    width: 100%;
    font-family: Candara;
}

input[type="text"], input[type="password"], select{ height:10vw;}
.watermark{
	margin: -80% 0% 0% -5%;
    width: 100%;
    display: block;
    position: absolute;
    opacity: 0.5;
    z-index: 1;
}
.watermark img{ width:50%;}
}
@media print{
	h5{background:#000;padding:1% 5%; margin:0% auto;}
}
.v-top{ vertical-align:top !important;}
