@import url(https://fonts.googleapis.com/css?family=Open+Sans:200,300,400&display=swap);

* {
  box-sizing: border-box;
}
body {
  margin: 0;
  color: #1e1e1e;
  background: white;
  height: 100%;
  font-family: 'Open Sans',sans-serif;
}

p{
	font-size: 19px;
    font-weight: 200;
    line-height: 1.5;
}

h2{
	font-size: 38px;
	font-weight:200;
}

.L-tewelve {
  background-color: white;
	margin-top: 100vh;
}

.L-tewelve.standard {
	margin-top: 50vh;
}

img {
  display: block;
  width: 100%;
}

::placeholder {
  color: #BBB;
  font-weight:200;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
  color: #BBB;
   font-weight:200;
}

.head-space {
  position: relative;
  height: 325px;
}

.header {
	z-index:111;
	position: fixed;
	width: 100%;
	height: 80px;
	-webkit-perspective: 1000px;
	perspective: 1000px;
	background-color:#FFF;
	border-bottom: 1px solid #DDD;
	top:0px;
}

.header .logo-container {
	width: auto;
	height: auto;
	margin: 30px 0px 0px 30px;
	float: left;
	border: 0px solid black;
	-webkit-animation: none;
	animation: none;
}
.header .logo-container a{
	text-decoration: none;
	padding-top:20px;
}

.header .logo-container a:before {
	text-align: center;
	color: #44c1dd;
	font-family: 'Open Sans',sans-serif;
	font-weight:300;
	font-size:20px;
	-webkit-transition: all 0.2s linear 0s;
	margin-top:24px;
	content: "Complex problems, Simple solutions, Real results.";
}
.header ul {
  margin: 0 30px 0 0;
  list-style-type: none;
  padding: 0;
  float: right;
  border: 0px solid black;
}
.header ul li {
  display: table-cell;
  border: 0px solid crimson;
}
.header ul li a {
  display: inline-block;
  text-decoration: none;
  padding: 30px 15px;
  color: #333;
  border-top: 5px solid transparent;
  -webkit-transition: padding 0.4s linear 0s;
  font-size: 14px;
}
.header ul li a:hover {
  border-top: 5px solid white;
}

.ben h3{
	font-size:24px;
	font-weight: 200;
	text-align:center;
}
.conf h3{
	font-size:56px;
	display:block;
	width:145px;
	padding:30px;
	border-radius: 50%;
	border:3px solid #000;
	font-weight: 300;
	margin:auto;
	text-align:center;
}
.conf p{
	padding:0px 40px;
	font-size:18px;
	line-height:2;
	font-weight: 200;
}

.ben p{
	padding:0px 30px;
	font-size:16px;
	line-height:2;
	font-weight: 200;
}

.lig h1{
	font-size:200%;
	font-weight:200;
	margin-top:-40px;
	text-align:center;
}

.lig {
display:block;
text-align: right;
width:100%;
float:right;
}

.lig .lc {
	width:30%;
	float:left;
	margin-left:10%;
}

.lig .rc {
width:50%;
float:right;
margin-right:5%;
}

.lig .trc {
	width:50%;
	float:right;
	margin-right:5%;
}

.lig p {
color: #333;
margin: 65px 85px 0px 0px;
letter-spacing: -0.11em;
font-size:200px;
font-weight:300;
  -webkit-transition: padding 0.4s linear 0s;
}

.lig a {
    display: block;
    text-align: center;
    padding: 5px 30px;
    color: #000;
    font-size: 24px;
    font-weight: 300;
    line-height:1;
    text-decoration:none;
    font-family: 'Open Sans',sans-serif;
}

.toggle-btn {
    display: none;
    position: absolute;
    top: 4px;
    left: auto;
    right: 60px;
    font-size: 30px;
    cursor: pointer;
    z-index: 100;
  }

  .login-btn {
    display: none;
    position: absolute;
    top: 4px;
    left: auto;
    right: 10px;
    font-size: 30px;
    cursor: pointer;
    z-index: 100;
  }
  .register-btn{
  padding:12px;
  color:#FFF;
  background-color:#44c1dd;
  font-size:20px;
  width:30%;
  border: none;
 }

 .last-cta{
 	width:60%;
 	display:inline-block;
 	margin-top:100px;
 }

.header-scroll {
  height: 60px;
  background:#FFF;
  z-index:1000;
  background-color: rgba(255,255,255,1);
  -webkit-animation: top-in-basic 1 0.4s 0s;
          animation: top-in-basic 1 0.4s 0s;
            -webkit-animation: top-out-basic 1 0.4s 0s;
          animation: top-out-basic 1 0.4s 0s;
  box-shadow: 0px 0px 2px 2px #eee;
}
.header-scroll ul li a {
  padding: 15px 15px;
  color: #1e1e1e;
}

.header-scroll .lig p {
  color: #333;
  visibility: hidden;
  opacity: 0;

}

.header-scroll .lig img {
  visibility: hidden;
  opacity: 0;

}

.header-scroll .lig a {
padding: 0px 0px 0px 0px;
color: #FFF;

  visibility: hidden;
  opacity: 0;
  transition: visibility 0s .2s, opacity .2s linear;
}

.header-scroll ul li a:hover {
  border-top: 5px solid #00bcd4;
}
.header-scroll .logo-container {
margin-top:14px;
  -webkit-animation: left-in-basic 1 0.8s 0s;
          animation: left-in-basic 1 0.8s 0s;
}

.header-scroll .logo-container a:before {
  color: #00bcd4;
  font-size:30px;
  font-weight:300;
  content: url('../img/lig30.png');

}
.display-none-mobile {
  display: table;
}
.display-block {
  display: table;
}
.banner-wrapper-fixed {
  position: fixed;
  top: 100px;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  -webkit-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
}

.banner-wrapper-fixed.standard {
top:160px;
}

.lax-wrapper-five {
	display: inline-block;
	background:#FFF;
	width:100%;
}

.lax-wrapper-two{
	display: inline-block;
	background:#FFF;
	width:100%;
}

.sec-three{
	margin-top:370px;
}

/****
.foreground {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../img/pat.png');
}
****/
.center{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.heading {
  padding: 20px 0px;
  font-size: 60px;
  margin: 0;
  text-align: center;
  font-weight:300;
  font-family: 'Open Sans',sans-serif;
}
.section {
  position: relative;
  width: 100%;
  height: auto;
  background-color: white;
}
.box {
  position: relative;
  width: 100%;
  height: 300px;
  background-color: white;
  margin: 10px 0px 30px 0px;
  box-shadow: 0px 0px 2px 2px #ccc;
}
footer {
  position: relative;
  width: 100%;
  height: auto;
 margin-top:100px;
  background-color: #FFF;
  border-top:1px solid #CCC;
}
footer p {
  text-align: center;
  margin: 0;
  color: #666;
  padding: 10px 0px;
  font-size: 12px;
}

.top-in-basic {
  -webkit-animation: top-in-basic 1 1s 0s;
          animation: top-in-basic 1 1s 0s;
}
.left-in-basic {
  -webkit-animation: left-in-basic 1 1s 0s;
          animation: left-in-basic 1 1s 0s;
}
.fade {
  -webkit-animation: fade 1 1s 0s;
          animation: fade 1 1s 0s;
}
@-webkit-keyframes flip {
  0% {-webkit-transform: rotateY(-45deg);transform: rotateY(-45deg);}
  100%{-webkit-transform: rotateY(0deg);transform: rotateY(0deg);}
}
@keyframes flip {
  0% {-webkit-transform: rotateY(-45deg);transform: rotateY(-45deg);}
  100%{-webkit-transform: rotateY(0deg);transform: rotateY(0deg);}
}
@-webkit-keyframes fade {
  from {opacity: 0;}
  to {opacity: 1;}
}
@keyframes fade {
  from {opacity: 0;}
  to {opacity: 1;}
}
@-webkit-keyframes top-in-basic {
  0%{-webkit-transform: translateY(-2000px);transform: translateY(-2000px)}
  100%{-webkit-transform: translateY(0px);transform: translateY(0px)}
}
@keyframes top-in-basic {
  0%{-webkit-transform: translateY(-2000px);transform: translateY(-2000px)}
  100%{-webkit-transform: translateY(0px);transform: translateY(0px)}
}

@-webkit-keyframes left-in-basic {
  0%{-webkit-transform: translateX(-2000px);transform: translateX(-2000px)}
  100%{-webkit-transform: translateX(0px);transform: translateX(0px)}
}
@keyframes left-in-basic {
  0%{-webkit-transform: translateX(-2000px);transform: translateX(-2000px)}
  100%{-webkit-transform: translateX(0px);transform: translateX(0px)}
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
	  .heading{
		  font-size: 45px;
	  }

	.header .logo-container a:before {
		text-align: center;
		color: white;
		font-family: 'Open Sans',sans-serif;
		font-weight:300;
		font-size:20px;
		-webkit-transition: all 0.4s linear 0s;
		margin-top:22px;
		font-weight:400;
		content: "Simple solutions, Real results.";
	}
}

@media (max-width:768px){
  .header {
    box-shadow: 0px 0px 0px 0px transparent;
    border-bottom:0px;
    height:40px;
  }

  .header .logo-container {
    width: 100%;
    margin: 0;
    padding: 0;
    z-index: 10;
    border-bottom: 1px solid #ccc;
    background-color: white;
  }
  .header .logo-container a:before {
    color: #00bcd4;
    font-size:36px;
    padding-left: 20px;
    margin: 20px 0px 10px 0px;
     content: url('../img/lig30.png');
  }
  .header-scroll .logo-container {
    -webkit-animation: none;
            animation: none;
  }
  .header ul {
    float: none;
    width: 100%;
    margin: 0px 0 0 0;
    z-index: 9;
    background-color: white;
    border: 0px solid black;
  }

  .heading{
      font-size: 200%;
  }

  .display-none-mobile {
    display: none;
  }
  .display-block {
    display: block;
  }
  .header ul li {
    display: block;
    margin: 0;
    text-align: center;
  }
  .header ul li a {
    width: 100%;
    color: black;
    margin: 0;
    padding: 20px 0 20px 0;
  }
  .header ul li a:hover {
    background-color: black;
    color: white;
  }
  .toggle-btn {
    display: block;
  }

.login-btn {
    display: block;
  }

  .banner-wrapper-fixed {
  	top:0px;
  }
}


* {
    box-sizing: border-box;
}

.columns {
    float: left;
    width: 33.3%;
    padding: 8px;
    vertical-align: top;
    text-align: center;
}

.price {
    list-style-type: none;
    border: 1px solid #eee;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.price:hover {
    box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
}

.price .htitle {
    color: #333;
    font-size: 18px;
}
.price li {
    padding: 20px;
    text-align: center;
}

.price .grey {
    font-size: 32px;
}

.button {
    background-color: #00bcd4;
    border: none;
    color: white;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
}

@media only screen and (max-width: 768px) {
	.header .logo-container {
		float:none;
	}

.banner-wrapper-fixed.standard {
	top:30px;
}

.last-cta{
 	width:95%;
 	display:inline-block;
 	margin-top:40px;
 }

 .register-btn{
  padding:14px;
  font-size:14px;
  width:35%;
 }

    .columns {
        width: 100%;
    }

	.lig img {
	  display: block;
	  width: 80%;
	  margin:auto;
	}

	.lig h1{
		font-weight:200;
		font-size:36px;
		margin:30px 0px -10px 0px;
	}
   .lig {
		display:block;
		text-align: center;
		margin: 65px 0px 0px 0px;
		width:100%;
		padding-right: 0px;
		float:none;
	}

       .lig a{
			padding:5px;
		}

    .lig p{
		text-align: center;
		float: none;
		font-size:700%;
		margin-top:30px;
	}

	.lig .lc {
		width:40%;
		margin: 0px;
		padding:20px;
	}
	.lig .rc {
		width:55%;
		padding-top:30px;
	}

	.lig .trc {
		width:100%;
		float:none;
		margin:0px;
	}

	.trc img{
		display:none;
	}
	.header .logo-container a {
		margin:12px 0px;
	}
}

@media only screen and (max-width: 600px) {

		.lig img{
			width:65%;
		}

		.lig h1{
		font-weight:200;
		font-size:34px;
		margin:0px 10px -10px 10px;
	}

	.lig .lc {
		width:100%;
		margin: 0px;
		float:none;
		padding:20px 20px 0px 20px;
	}
	.lig .rc {
		width:100%;
		margin: 0px;
		float:none;
		padding:20px;
	}
}