@charset "utf-8";
/* CSS Document */

/*--A Design by W3layouts 
Author: W3layout
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/


/*--- reset code ---*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: border-box;
}

body
{
	max-width: 100%;
    height: 100%;
	margin:0;
	
    overflow-y: scroll;
    line-height: 1.0em;
	letter-spacing: 0.1em;
	
}
	html {
    max-width: 100%;
    height: 100%;
}
	
	
	section{
   width: 100%;


}
section.page30
{

min-height:1000px;
background:#C8CFE9;
width:100%;
margin-bottom:-50px;


}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {


	border:0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline;
}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {
	display: block;
}
ol,ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
blockquote,q {
	quotes:none;
}
blockquote:before,blockquote:after,q:before,q:after {
	content:'';
	content:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}

/* start editing from here */
a {
	text-decoration:none;
}
.txt-rt {
	text-align:right;
}/* text align right */
.txt-lt {
	text-align:left;
}/* text align left */
.txt-center {
	text-align:center;
/*-- W3Layouts --*/	
}/* text align center */
.float-rt {
	float:right;
}/* float right */
.float-lt {
	float:left;
}/* float left */
.clear {
	clear:both;
}/* clear float */
.pos-relative {
	position:relative;
}/* Position Relative */
.pos-absolute {
	position:absolute;
}/* Position Absolute */
.vertical-base {	
	vertical-align:baseline;
}/* vertical align baseline */
.vertical-top {	
	vertical-align:top;
}/* vertical align top */
nav.vertical ul li {	
	display:block;
}/* vertical menu */
nav.horizontal ul li {	
	display: inline-block;
}/* horizontal menu */
img {
	max-width:100%;
}

/*--- end reset code ---*/
body {

   padding-top:80px;
	background-position:center;
	background-attachment:fixed;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	font-family: 'Muli', sans-serif;
}
h1 {
	font-size: 40px;
    font-weight: normal;
    padding: 50px 0;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
	font-family: 'Nunito', sans-serif;
}
.content-w3ls {
    width: 35%;
    margin: 0 auto;
    background:rgba(0,0,0,0.5);
    text-align: center;
    padding: 60px 0 0;
}
.form-w3ls {
    width: 89%;
    margin: 0 auto 15px;
}
h2 {
    text-transform: uppercase;
    font-size: 33px;
    font-weight: 300;
    text-align:center;
    color: #fff;
	padding-bottom:30px;
	font-family: 'Nunito', sans-serif;
}
input[type="text"],input[type="email"],textarea {
    width: 70%;
    padding: 10px;
    font-size: 16px;
    color: #fff;
    background-color: rgba(255, 255, 255, 0);
    font-weight: normal;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom: 1px solid #ffffff;
    font-family: 'Muli', sans-serif;
    margin-bottom: 30px;
    outline: none;
	letter-spacing:1px;
}
textarea {
    height: 100px;
}
input::-webkit-input-placeholder {
color:#fff!important;
}
 
input:-moz-placeholder { /* Firefox 18- */
color:#fff!important;  
}
 
input::-moz-placeholder {  /* Firefox 19+ */
color:#fff!important;  
}
 
input:-ms-input-placeholder {  
color:#fff!important;  
}
textarea::-webkit-input-placeholder {
color:#fff!important;
}
 
textarea::-moz-placeholder { /* Firefox 18- */
color:#fff!important;  
}
 
textarea::-moz-placeholder {  /* Firefox 19+ */
color:#fff!important;  
}
 
textarea::-ms-input-placeholder {  
color:#fff!important;  
}
input.sign-in {
    width: 100%;
    height: 100px;
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Nunito', sans-serif;
    background-color:#171515;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    border: none;
    outline: none;
    cursor: pointer;
}
input.sign-in:hover {
	background-color:#000;
}
p.copyright {
	text-align:center;
	padding:50px 0;
	color: #fff;
	font-size:16px;
	font-weight:normal;
}
p.copyright a {
	color:#ab8071;
}
p.copyright a:hover {
	color:red;
}

/*-- responsive design --*/
@media (max-width:1600px) {
h1 {
    font-size: 40px;
    font-weight: normal;
    padding: 50px 0 30px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Nunito', sans-serif;
}
input.sign-in {
    width: 100%;
    height: 80px;
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Nunito', sans-serif;
    background-color: #171515;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    border: none;
    outline: none;
    cursor: pointer;
}
p.copyright {
    text-align: center;
    padding: 45px 0;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
}
}

@media (max-width:1440px) {
	.content-w3ls {
    width: 40%;
}
}

@media (max-width:1366px) {
	h1 {
	padding:35px 0;	
	}
	p.copyright {
	padding:50px 10px 0;
	line-height:30px;	
	}
}

@media (max-width:1080px) {
	.content-w3ls {
    width: 50%;
}
h2 {
	font-size:27px;
	padding-bottom:20px;
}
input.sign-in {
	height:70px;
}
p.copyright {
	font-size:14px;
}
}

@media (max-width: 991px) {
h1 {
    padding: 30px 0;
	font-size:35px;
}
.content-w3ls {
	padding:40px 0 0;
}
}

@media (max-width: 800px) {
.content-w3ls {
    width: 60%;
}
}

@media (max-width: 667px) {
h1 {
    padding: 25px 0;
    font-size: 30px;
}
h2 {
    font-size: 23px;
    padding-bottom: 20px;
}
}

@media (max-width: 640px) {
.content-w3ls {
    width: 67%;
}
}

@media (max-width: 568px) {
.content-w3ls {
    width: 70%;
}
}

@media (max-width: 480px) {
.content-w3ls {
    width: 82%;
}
}

@media (max-width: 414px) {
h1 {
    padding: 25px 0;
    font-size: 26px;
}
h2 {
    font-size: 20px;
    padding-bottom: 10px;
}
.content-w3ls {
    padding: 30px 0 0;
}
input[type="text"], input[type="email"], textarea {
	font-size:14px;
    border-bottom: 2px solid #ffffff;
}
input.sign-in {
    height: 60px;
	font-size:17px;
}
}

@media (max-width: 375px) {
p.copyright {
    padding: 25px 10px 0;
    line-height: 30px;
}
}

@media (max-width: 320px) {
h1 {
    padding: 20px 0;
    font-size: 20px;
}
.content-w3ls {
    width: 88%;
}
input[type="text"], input[type="email"], textarea {
    font-size: 13px;
    border-bottom: 2px solid #ffffff;
	margin-bottom:10px;
}
h2 {
    font-size: 16px;
    padding-bottom: 10px;
}
textarea {
    height: 80px;
}
p.copyright {
    padding: 20px 10px 0;
    line-height: 30px;
	font-size:13px;
}
input.sign-in {
    height: 50px;
    font-size: 15px;
}
}
/*-- /responsive design --*/


			
footer {
	
  background: #191919;
  color: #fff;
  margin: 0;
  font-family:Arial, Helvetica, sans-serif;

}
footer .centered {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
footer .centered .footer-logo {
  width: 20%;
}
footer .centered .footer-logo img.logo {
  padding: 30px 20px 10px 20px;
  max-width: 100%;
}
footer .centered .footer-contact {
  width: 20%;
  margin-top:30px; 
}
footer .centered .footer-navigation {
  width: 60%;
}
footer .centered .footer-navigation .footer-links-holder {
  width: 33.33333%;
  position: relative;
  float: left;
  margin: 0;
  margin-top:30px; 
}
footer .centered .footer-navigation .footer-links-holder .footer-links {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-transition: max-height 0.5s;
  transition: max-height 0.5s;
  
}
footer .bottom-bar {
  position: relative;
  text-align: center;
  font-size: 0.8em;
  text-transform: uppercase;
  background: #000;
  padding: 15px 0;
}
/* Responsive Tablet Sizes */
@media only screen and (max-width: 749px) {
  footer .centered {
    flex-wrap: wrap;
  }
  footer .centered .footer-logo {
    max-width: 250px;
    width: 50%;
  }
  footer .centered .footer-contact {
    width: 50%;
    padding: 0 20px;
  }
  footer .centered .footer-navigation {
    width: 100%;
  }
  footer .centered .footer-navigation .footer-links-holder {
    padding: 0 20px;
  }
}
/* Responsive Mobile Sizes */
@media only screen and (max-width: 500px) {
  footer .centered .footer-logo {
    width: 100%;
    margin: 0 auto;
  }
  footer .centered .footer-contact {
    width: 100%;
  }
  footer .centered .footer-navigation .footer-links-holder {
    width: 100%;
    padding: 0;
  }
  footer .centered .footer-navigation .footer-links-holder h3 {
    margin: 0;
    padding: 10px 20px;
    border-top: #000 1px solid;
    cursor: pointer;
  }
  footer .centered .footer-navigation .footer-links-holder h3::after {
    /* Down Arrows */
    float: right;
    margin-right: 10px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-top: 7px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: transform 0.5s;
    transition: transform 0.5s;
  }
  footer .centered .footer-navigation .footer-links-holder .footer-links {
    max-height: 0;
    overflow: hidden;
    padding: 0 20px;
  }
  footer .centered .footer-navigation .footer-links-holder.active h3::after {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  footer .centered .footer-navigation .footer-links-holder.active .footer-links {
    max-height: 10000px;
  }
}

/* Typography */
footer h3 {
  font-weight: lighter;
  font-style: italic;
   font-size:19px;
  margin-bottom: 0;
}
footer p, footer li {
  font-weight: 400;
  text-transform: uppercase;
    font-size:14px;
  letter-spacing: 0.05em;
  margin: 10px 0;
}
footer a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: color 0.5s, background 0.5s;
  transition: color 0.5s, background 0.5s;
}
footer a:hover {
  color: #65c2ed;
}
footer a.service:hover {
  color: #F33;
}
/* Misc CSS */
.clearfix:before, .clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
  clear: both;
}



/* Social Icons */
footer .container .social {
  text-align: left;
}
.social a {
  display: inline-block;
  padding: 7px;
  width: 35px;
  height: 35px;
  margin: 0 2px;
  background: #fff;
  border-radius: 50%;
  vertical-align: middle;
}
.social a:hover {
  background: #65c2ed;
}
.social a.linkedin {
  padding: 4px;
}
.social a svg .face, .social a svg .twit, .social a svg .link {
  fill: #000;
}

