



/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/

* {
	margin: 0px; 
	padding: 0px; 
	box-sizing: border-box;
}

body, html {
	height: 100%;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
}

/*---------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 12px;
	margin-bottom: 12px;
	font-weight: 600;
	color: #374050;
}
a {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

a:focus {
	outline: none !important;
}

a:hover {
	text-decoration: none;
  color: #333333;
}

/*---------------------------------------------*/
i {
	padding-top:20px;
	color: #003763;
	text-align: center;
    display: block;
	margin: 0 auto;
}

p {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
}

ul, li {
	margin: 0px;
	list-style-type: none;
}

img{
  margin-left: 10px;
  margin-top: 10px;
  display: inline;
  width: 13%; 
  
}

/*---------------------------------------------*/
input {
	outline: none;
	border: none;
}

textarea {
  outline: none;
  border: none;
}

textarea:focus, input:focus {
  border-color: transparent !important;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }

textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; }
textarea:focus::-moz-placeholder { color:transparent; }
textarea:focus:-ms-input-placeholder { color:transparent; }

input::-webkit-input-placeholder { color: #adadad;}
input:-moz-placeholder { color: #adadad;}
input::-moz-placeholder { color: #adadad;}
input:-ms-input-placeholder { color: #adadad;}

textarea::-webkit-input-placeholder { color: #adadad;}
textarea:-moz-placeholder { color: #adadad;}
textarea::-moz-placeholder { color: #adadad;}
textarea:-ms-input-placeholder { color: #adadad;}




/*//////////////////////////////////////////////////////////////////
/*------------------------------------*\
	hero area
\*------------------------------------*/

.hero-area {
	position: relative;
	padding-top: 70px;
	padding-bottom: 80px;
}

#home.hero-area {
	height: calc(100vh - 80px);
	padding-top: 0px;
	padding-bottom: 0px;
}

.home-wrapper {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
}

.bg-image {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-position: center;
	background-size: cover;
}

.bg-image.bg-parallax {
	background-attachment: fixed;
}

.bg-image.overlay:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#374050), to(#798696));
	background-image: linear-gradient(to bottom, #374050 0%, #798696 100%);
	opacity: 0.4;
}

/* --- Buttons --- */
.main-button {
  margin-top: 12px;
	position: relative;
	display: inline-block;
	padding: 8px 30px;
	background-color: #ffc400;
	border: 2px solid transparent;
	border-radius: 40px;
	color: #003763;
	-webkit-transition: 0.2s all;
	transition: 0.2s all;
}

.main-button:hover,
.main-button:focus {
	background-color: #fff;
	border: 2px solid #ffc400;
	color: #003763;
}

.main-button.icon-button:hover,
.main-button.icon-button:focus {
	padding-right: 45px;
}

.main-button.icon-button:after {
	content: "\f178";
	font-family: FontAwesome;
	position: absolute;
	width: 30px;
	right: 15px;
	text-align: center;
	opacity: 0;
	-webkit-transition: 0.2s all;
	transition: 0.2s all;
}

.main-button.icon-button:hover:after,
.main-button.icon-button:focus:after {
	opacity: 1;
}


/*------------------------------------*\
	Logo
\*------------------------------------*/
.navbar-brand {
	padding: 0;
}

.navbar-brand .logo {
  float: left;
	margin-top: 10px;
	display: inline-block;
}


.navbar-brand ul {
  float: right;
  padding: 0px;
  margin: 0px;
  text-align: center;
  display:inline-block;
  background-color: #fff;
}

.navbar-brand li {
  display: inline;
  float: left;
}

.navbar-brand a {
  display: block;
  font-size: 24px;
  color: #003763;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.navbar-brand a:hover,
.navbar-brand a:focus {
	border-bottom: 2px solid #ffc400;
}


.section{
	position: relative;
	padding-top: 40px;
	padding-bottom: 80px;
}

.lead{
	margin-bottom:20px;
	font-size:16px;
	font-weight:300;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	line-height:1.4
}


.card-text{
	font-size:12px;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
}
