/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
/* reset */
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{margin:0;padding:0;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;     color: #007fbd;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* 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*/
body{
	background: url(../images/bg.jpg) 0px 0px no-repeat;
	font-family: sans-serif;
	background-size:cover;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
}
.container {
    width: 25%;
    margin: 0 auto;
    background-color: #fff;
    padding: 3em;
}
.span {
    font-size: 14px;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-left: 21px;
}
.center
{
    text-align: center;
    padding: 15px 0px;
}
.red
{
    color: red;
    font-weight: bolder;
}

.bold
{
    font-weight: 800;
}

.logo
{
    text-align: center;
    width: 100%;
    margin: 50px 0px 50px;
}

.logo img
{
    width: 250px;
}

.logo_2
{
    display: none;
    text-align: center;
    width: 100%;
    margin: 50px 0px 50px;
}

.logo_2 img
{
    width: 250px;
}

.header-social ul li a {
    padding: 1em;
    display: inline-block;
    text-align: center;
    color: #fff;
	margin-bottom:15px;
    font-size: 17px;
    width: 100%;
    box-sizing: border-box;
	letter-spacing: 1px;
}

.line-mid {
    text-align: center;
}

.line-mid h4 {
    font-size: 20px;
    color: #000;
    display: inline-block;
    border: 1px solid #000;
    width: 47px;
    padding: 10px 0px;
    border-radius: 51px;
	  margin: 15px 0px 30px;
}

span.fa {
    padding-right: 10px;
    margin-right: 0em;
    width: 25px;
}
.f {
    background: #3b5998;
}
.g {
    background: #dd4b39;
}
.m {
    background: #00a98f;
}
.n {
    background: #eb0000;
}
.overlay {
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 0ms;
  visibility: hidden;
  opacity: 0;
}

.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
    background: #fff;
    border-radius: 5px;
    width: 27%;
    position: relative;
    margin: 15em auto;
	padding: 5em;
}
.popup {
    background: #fff;
    border-radius: 5px;
    width: 27%;
    position: relative;
    margin: 15em auto;
	padding: 3em;
}
.popup .close {
    position: absolute;
    top: 25px;
    right: 25px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #000;
}
.popup h2 {
  margin-top: 0;
  color: #fff;

}
.popup .close {
    position: absolute;
    top: 0px;
    right: 15px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #000;
}
.popup .close:hover {
  color: #06D85F;
}

input[type="submit"] {
    width: 30%;
    padding: 5px;
    letter-spacing: 2px;
    font-size: 15px;
    background-color: #003580;
    color: #fff;
	cursor:pointer;
	outline:none;
	border:0;

}
input[type="text"] {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    color: #000;
    background-color: transparent;
    border: 1px solid #000;
    font-size: 15px;
    letter-spacing: 2px;
	margin-bottom:10px;
		outline:none;
}
input[type="email"] {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    color: #000;
    background-color: transparent;
    border: 1px solid #000;
    font-size: 15px;
    letter-spacing: 2px;
	margin-bottom:10px;
		outline:none;
}
input[type="password"] {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    color: #000;
    background-color: transparent;
    border: 1px solid #000;
    font-size: 15px;
    letter-spacing: 2px;
	margin-bottom:10px;
	outline:none;
}
button{
    width: 100%;
    outline: none;
    border: none;
}
.w3_acc ul li {
    display: inline-block;
    margin-right: 20px;
}
.w3_acc {
    margin-top: 75px;
}
.w3ls_su {
    margin-bottom: 20px;
}
.w3ls_su a {
    padding: 5px 35px;
    font-size: 16px;
    letter-spacing: 2px;
    color: #fff;
	background-color:#00274c;
}

h1 {
    text-align: center;
    font-size: 50px;
    margin: 50px 0px;
    color: #fff;
    letter-spacing: 2px;
    font-weight: 600;
}

h2 {
    text-align: center;
    font-size: 25px;
    margin-bottom: 50px;
    color: #000;
    letter-spacing: 2px;
    font-weight: 400;
}
h3 {
    font-size: 15px;
    color: #000;
    letter-spacing: 1px;
    font-weight: 400;
}

h4 {
    font-size: 15px;
    color: #000;
    letter-spacing: 1px;
    font-weight: 400;
}
.copyright {
    text-align: center;
    margin: 50px 0px;
}
.copyright p {
    color: #fff;
	font-size:15px;
	letter-spacing:1px;
	line-height:1.8em;
}
.copyright a {
    color: #00a98f;
}
form input
{
    width: 95%;
    height: 55px;
    padding: 5px 10px;
    margin: 5px 0px;
    border: 2px solid black;
    background: #000;
    font-family: 'Montserrat';
}

form select
{
    width: 95%;
    height: 45px;
    padding: 5px 10px;
    margin: 5px 0px 5px 5px;
    border: 2px solid black;
}

form button
{
    height: 45px;
    padding: 5px;
    margin: 5px 0px;
    color: white;
    font-size: 16px;
    font-weight: 800;
    font-family: 'Montserrat';
}

form input:focus
{
    outline: none !important;
    border: 2px solid red !important;
    box-shadow: 0 0 7px red !important;
}

/** Responsive**/
@media screen and (max-width: 1440px){
.container {
    width: 28%;
}

}
@media screen and (max-width: 1366px){
.container {
    width: 30%;
}

}
@media screen and (max-width: 1280px){
h2 {
    font-size: 23px;
}
}
@media screen and (max-width: 1080px){
.container {
    width: 36%;
}
.popup {
    width: 30%;
}
}
@media screen and (max-width: 1050px){
.container {
    width: 40%;
}
.popup {
    width: 35%;
}
}
@media screen and (max-width: 900px){
.container {
    width: 45%;
}
.popup {
    width: 36%;
}
}
@media screen and (max-width: 800px){
.container {
    width: 50%;
}
.popup {
    width: 40%;
}
}
@media screen and (max-width: 768px){
h1 {
    font-size: 46px;
}
}
@media screen and (max-width: 736px){
.container {
    width: 52%;
}
}
@media screen and (max-width: 667px){
h1 {
    font-size: 41px;
}
.container {
    width: 60%;
}
.popup {
    width: 45%;
}
}
@media screen and (max-width: 640px){
h1 {
    font-size: 39px;
}
.container {
    width: 65%;
}
}
@media screen and (max-width: 600px){
h1 {
    margin: 35px 0px;
}
.popup {
    width: 49%;
}
}
@media screen and (max-width: 568px){
body
{
    overflow-x: hidden;
    background: none;
}
.w3l_frm
{
    padding: 30px;
    background: #fff;
}
.container {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-content: center;
    padding: 0;
}
.logo
{
    display: none;
}
.logo_2
{
    display: block;
}
.logo_2 img
{
    width: 65%;
}
}
@media screen and (max-width: 480px){
h1 {
    font-size: 37px;
}
h2 {
    font-size: 20px;
	margin-bottom: 30px;
}
.popup {
    width: 55%;
}
.w3_acc ul li {
    margin-right: 5px;
}
h4 {
    letter-spacing: 0px;
}
h1 {
    margin: 25px 0px;
}
}
@media screen and (max-width: 384px){
h4 {
    margin-bottom: 15px;
}
}
@media screen and (max-width: 375px){
h1 {
    font-size: 35px;
}
}
@media screen and (max-width: 320px){
h1 {
    margin: 20px 0px;
	font-size: 30px;
}
.header-social ul li a {
    font-size: 15px;
    letter-spacing: 0px;
	padding: 0.5em;
}
h2 {
    font-size: 17px;
    margin-bottom: 15px;
    letter-spacing: 1px;
}
.line-mid h4 {
    margin: 0px 0px 15px;
}
input[type="submit"] {
    width: 50%;
}
}
/** /Responsive**/