﻿


/*=======================================
    GENERAL STYLES
==================================================*/
body {
          font-family: 'Open Sans', sans-serif;
    font-size:14px;
}

.text-center {
    text-align:center;
}

h1, h2, h3, h4, h5, h6 {
   font-family: 'Open Sans', sans-serif;
}

h1 {
    margin-top:320px;
    text-transform:uppercase;
   
}
h2 {
    color:#27C00A;
}
    h2:after {
      display: block;
content: "";
height: 2px;
width: 150px;
background: #27C00A;
margin: 10px auto 40px;

    }
.header img {
  float:right;
  width:100px;
  height: 100px;
   position: absolute;
    right: 0px;
	top:-8px;
    padding: 12px; 
}

h3 {
    line-height:30px;
    padding-bottom:20px;
}
h4 {
    line-height:40px;
}

p {
    font-weight:300;
    line-height:30px;
    padding-bottom:20px;
}

.space-pad {
    padding-bottom:50px;
    padding-top:50px;
}


section {
    padding-top:50px;
    padding-bottom:40px;
}

/*=======================================
    COLOR CODES
==================================================*/
.main-color {
    color: #27C00A;
}

/*=======================================
    NAVIGATION STYLES
==================================================*/
.navbar a {
    color:#ffffff !important;
}
.navbar-header a {
    color:#ffffff !important;
   
}

nav {
	position: absolute;
	width: 100%;
    background: #fff;
    z-index:99;
	
}
.fixed {
	position: fixed; 
	top: 0; 
	min-height: 50px; 
	z-index: 99;
}

.navbar-inverse {
background-color: white;
/*background:transparent;*/
padding-bottom:5px;
}


/*=======================================
    HEADER STYLES
==================================================*/

.head-main {
   font-size: 70px !important;
font-weight: 900!important;
 color:#fff;
 
}
.head-sub-main {
    font-size:40px !important;
    font-weight:600!important;
    padding:5px 20px 30px 20px;
    color: #27C00A;
}
.head-last {
  
    padding:5px 20px 200px 20px;
    color:#fff;
}
#home {
   /*background-image: url("images/2.jpg");*/
background-repeat: no-repeat;
background-position: center 0;
background-size: cover;
background-attachment: fixed;
min-height:560px;
}
.div-trans {
	padding:5px;
	background-image: url("../img/white.jpg");
	min-height: 250px;
	margin-top: 200px;
	color: #f5f5f5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	 border-radius: 5px;
	margin-bottom:30px;
}
.div-trans1 {
	padding:5px;
	background-image: url("../img/white.jpg");
	min-height: 350px;
	margin-top: 200px;
	color: #f5f5f5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	 border-radius: 5px;
	 margin-bottom:30px;
}
    .div-trans .form-control {
        background-color: #f5f5f5;
		
    }
    
     .div-trans1 .form-control {
        background-color: #f5f5f5;
		
    }
    
    div.hideSkiplink
{
    background-color:black;
    width:100%;
}

.clear
{
    clear: both;
}

.clear
{
    clear: both;
}


/*=======================================
    FOOTER STYLES
==================================================*/
.dropbtn {
    background-color:white;
    color:white;
    padding: 10px 38px;
    font-size: 14px;
    border: none;
    cursor: pointer; 
    border-radius:2px; 
}

.dropdown {
    position: absolute;
	bottom:-100px;
    display: inline-block;
    
}

.dropdown-content {
    display: none;
    position: absolute;
    width:180px;    
}

.dropdown-content a 
{
    background-color:black;
    padding:1px 10px 5px 5px;
    text-decoration: none;
    display: block;
    border-radius:4px;
    
}

.dropdown-content a:hover {background-color:orange}

.dropdown:hover .dropdown-content {
    display: block;
    
}

.dropdown:hover .dropbtn {
    background-color:green;
}



#footer {
    background-color:white;
    color:white;
    padding:10px 10px 10px 10px;
   
	body {
  margin: 0;
  padding: 0;
  background: #ccc;
}


/*--------------------*/
 
 