@charset "utf-8";

nav{
	position: fixed;
	width:100%;
	height: 110px;
	background:#000033;
	
}

nav img{
	width: 90px;
	position: absolute;
	top: 12px;
	left: 1%;
}

nav ul{
	float: right;
	margin-right: 10px;
	margin-top: -2%;
	text-decoration: none;
}

nav ul li{
	display:inline-block;
	line-height:20px;
	margin:0px 5px;
}

nav ul li a{
	position: relative;
	color: white;
	font-size: 12px;
	padding: 7px 0;
	text-transform: capitalize;
}

nav li:hover ul.dropdown { display: block;}

nav li ul.dropdown {
	position:absolute;
	display: none;
	width:180px;
	background: #000000;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0,   
	0.3);
	padding-top: 0px;	
}

nav li ul.dropdown li {
	display: block;
	list-style-type: none;
}

nav li ul.dropdown li a {
	padding:0px 0px;
	font-size: 13px;
	color:#fff;
	display: block;
	font-weight: 400;
}

nav li ul.dropdown li:last-child a {border-bottom: none;}

nav li:hover a {
	background:none;
	color: #ffffff !important;
}

nav li :first-child:hover a { border-radius: 3px 0 0 px;}

nav li ul.dropdown li:hover a{background: rgba(0, 0, 0.1);}

nav li ul.dropdown li:first-child:hover a{ border-radius: 0;}

nav li hover .arrow-down {border-top 5px solid #fff;}

arrow-down {
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #def1f0;
	position:relative;
	top: 15px;
	right: -5px;
	content: '';	
}



nav ul li a:before{
	position:absolute;
	content: '';
	left: 0;
	bottom: 0;
	height: 3px;
	width: 100%;
	background: white;
	transform: scaleX(0);
	transform-origin: right;
	transition: transform .4s linear
}
nav ul li a:hover:before{
	transform: scaleX(1);
	transform-origin: left;
}

label #btn,
label #cancel{
	color:white;
	font-size: 30px;
	float: right;
	line-height: 90px;
	margin-right: 40px;
	cursor: pointer;
	display: none;
}
#check{
	display:none;
	position: fixed;
}
@media (max-width: 1118px) {
	nav img{
	 left:8%;	
   }
}

@media (max-width: 944px) {
	nav img{
	left: 3%;
	top: 10px;
	width: 90px;
   }
   nav ul li a{
	 font-size: 17px;  
   }
}
@media (max-width: 860px) {
	label #btn{
	  display: block;	
	}	
	ul{
		position: fixed;
		width: 60%;
		height: 100vh;
		background: #000033;
		top: 122px;
		left: -100%;
		margin-left: 0%;
		text-align: left;
		transition: all .5s;
	}
	
	nav ul li{
		display: block;
		margin: 20px 0;
		line-height: 18px;	
	}
	nav ul li a{
	 
	 font-size: 25px;
	 margin-left: 30px;
	 text-decoration: none;
	}
	#check:checked ~ ul{
		left: 0%;
		height: 1300px;
		
	}
	#check:checked ~ label #btn{
		display: none;	
	}
	#check:checked ~ label #cancel{
		display: block;	
	}
}

.title {
 
  width:65%;
  font-family:sans-serif;
  font-weight:600;
  font-size: 1.0em;
  color:#ffffff;
  text-align:center;
  margin-right:0%;
  margin-left:15%;
}
.title p {
	font-family:sans-serif;
	font-weight:600;
	font-size: 1.8em;
	color: #ffffff;
	margin-right: 0%;
	margin-left:15%;
	margin-top: 10%;
	margin-bottom: 0;
}

.title p1 {
	font-size: 0.8em;
	font-family:sans-serif;
	font-weight:200;
	color: #ffffff;
	margin-left:15%;
	margin-top: 2%;
	
}

#homesec48full{
  width:100%;
  height:auto;
}
	 
.homesec48 {
  
  width:100%;
  margin-top:23%;
  margin-left:7%;
  margin-right:0%;
  padding:3%;
}



#homesec49full{
  width:100%;
  height:auto;
}
	 
.homesec49 {
  
  width:150%;
  margin-top:-4%;
  margin-left:7%;
  margin-right:0%;
  padding:3%;
}

#homesec50full{
  width:100%;
  height:auto;
}
	 
.homesec50 {
  
  width:100%;
  margin-top:0%;
  margin-left:28%;
  margin-right:0%;
  padding:0%;
}

#homesec51full{
  width:100%;
  height:auto;
}
	 
.homesec51 {
  
  width:100%;
  margin-top:0%;
  margin-left:10%;
  margin-right:0%;
  padding:0%;
}

#ctcol4full{
  width:100%;
  height:auto;
}
.ctcol4 {
  
  width:150%;
  margin-top:2%;
  margin-right:0%;
  margin-left:11%;
  padding:0%;
  font-family:verdana;
  font-size:0.9em;
  color:#333333;
}

.col5 {
  float:left;
  width:25%;
  text-align: left;
  padding-bottom:5px;
}

.col6 {
  float:left;
  width:65%;
  padding-bottom:5px;
}

#bottomfull{
	width: 100%;
}
.bottom{
	width: 100%;
	height: auto;
	margin: 0% auto;
	padding: 0%;
	position: fixed;
	left: 0px;
	top: 97%;
}

#copyrightfull {
	width: 170%;
	background-color: #f2f2f2;
}
#copyright {
	width: 100%;
	height:auto;
	margin: 0 auto;
	background-color: #cccccc;
	padding: 0;
}
p.text5 {
	font-family:oswald;
	font-weight:200;
	font-size: 0.6em;
	color: #000000;
	text-align: center;
}

#content-desktop {
	display:block;
}
#content-mobile {
	display:none;
}
@media screen and (max-width:768px){
	#content-desktop {
	display:none;
	}
	#content-mobile {
	display:block;
	}
}



.style3 {
	font-size: 11px;
	font-family:verdana;
	color: #FF0000;
	font-weight: bold;
}


.style12 {
	font-size: 10px;
	font-family: verdana;
	color: #000099;
	font-weight: normal;
}

.style15 {
	font-size: 11px;
	font-family: oswald;
	color: #000000;
	font-weight: 200;
}

.style35 {
	font-size: 10px;
	font-family: oswald;
	color: #000000;
	font-weight: 100;
}
.style36 {
	font-size: 20px;
	font-family: verdana;
	color: #000000;
	font-weight: bold;
}
.style43 {
	color: #000000;
	font-weight: 450;
	font-family: verdana;
	font-size: 20px;
}

.style44{
	color: #CE0000;
	font-weight: bold;
	font-family: verdana;
	font-size: 22px;
}

.style45{
	color: #000000;
	font-weight: bold;
	font-family: verdana;
	font-size: 25px;
}
.style82 {
	font-size: 17px; 
	font-weight: 450;
	font-family: verdana; 
	align: justify;
	color: #000000; 
}

.style90 {
	font-size: 13px; 
	font-weight: bold;
	font-family: verdana; 
	color: #000000; 
}
.style147 {
	font-size: 13px;
	font-weight:100;
	color:#000000;
	font-family: verdana;
}
.style193 {
	font-family: verdana;
	font-size: 11px;
	color: #000000;
	font-weight:100;
}
.style195 {
	font-family: verdana;
	font-size: 11px;
	color: #000000;
	font-weight: 400;
}

