@import url(https://fonts.googleapis.com/css?family=Poppins:300,600,700|Roboto);
@import url('https://fonts.googleapis.com/css2?family=Monoton&display=swap');
*{
	box-sizing:border-box
}
h1, h2 {
	line-height:1
}
*, ul {
	padding:0;
	margin:0
}
a:focus, img {
	outline:0
}
a, a:focus, a:hover {
	text-decoration:none
}
button, img {
	border:none
}
.cs-loader, .display-table, .overlay:before, body, html {
	height:100%;
	width:100%
}
.contact, .contact .wrapformcontact form {
	overflow:hidden
}
body {
	background-color:#fff;
	font-family:Roboto, sans-serif;
	font-size:14px;
	line-height:23px;
	color:#555;
	font-weight:400
}
.timer label.dinamic, h1, h2, h3, h4, h5, h6 {
	font-family:Poppins, sans-serif
}
h1, h2, h3, h4, h5, h6 {
	-webkit-font-smoothing:antialiased;
	color:#282828
}
h1 {
	font-size:50px;
	font-weight:300;
	margin:0 0 10px;
	letter-spacing:-.04em
}
h2, h3, h4 {
	font-weight:600;
	margin:0 0 10px
}
h2 {
	font-size:28px;
	letter-spacing:-.02em
}
h3, h4 {
	line-height:1.4;
	color:#303133;
	letter-spacing:-.01em
}
h3 {
	font-size:17px
}
h4 {
	font-size:15px
}
h5, h6, p {
	font-size:14px
}
h5, h6 {
	margin:0 0 10px
}
ul {
	display:block;
	list-style:none
}
.mb-15, p {
	margin-bottom:15px
}
a, li, p, span {
	letter-spacing:1px
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
color:#ddd!important
}
input:-moz-placeholder, textarea:-moz-placeholder {
color:#ddd!important
}
input::-moz-placeholder, textarea::-moz-placeholder {
color:#ddd!important
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
color:#ddd!important
}
.padding {
	padding:80px 0
}
.no-padding {
	padding:0
}
.mb-20 {
	margin-bottom:20px
}
.mb-25 {
	margin-bottom:25px
}
.mb-30 {
	margin-bottom:30px
}
.mb-35 {
	margin-bottom:35px
}
.mb-40 {
	margin-bottom:40px
}
.mb-45 {
	margin-bottom:45px
}
.mb-50 {
	margin-bottom:50px
}
.fz-28 {
	font-size:28px
}
.fz-24 {
	font-size:24px
}
.fz-22 {
	font-size:22px
}
.fz-20 {
	font-size:20px
}
.fz-18 {
	font-size:18px
}
.text-black {
	color:#282828
}
.text-white {
	color:#fff
}
.align-left {
	text-align:left
}
.align-right {
	text-align:right
}
.align-center, .contact p.notif, .cs-loader-inner {
	text-align:center
}
.fl-right {
	float:right
}
.fl-left {
	float:left
}
.display-table {
	display:table
}
.table-cell {
	display:table-cell;
	vertical-align:middle
}
.overlay {
	width:100%;
	position:relative;
	z-index:1
}
.overlay:before {
	content:'';
	position:absolute;
	left:0;
	top:0;
	z-index:-1
}
.wraplogo {
	margin-bottom:100px;
	margin-top:40px
}
.cs-loader {
	position:absolute;
	top:0;
	left:0;
	z-index:9999;
	background:#2A2C2B
}
.cs-loader-inner {
	transform:translateY(-50%);
	top:50%;
	position:absolute;
	width:calc(100% - 200px);
	color:#FFF;
	padding:0 100px
}
.cs-loader-inner label {
	font-size:20px;
	opacity:0;
	display:inline-block
}
.cs-loader-inner label .circle {
	width:10px;
	height:10px;
	position:absolute;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	background:#fff
}
@keyframes lol {
0% {
opacity:0;
transform:translateX(-300px)
}
33%, 66% {
opacity:1;
transform:translateX(0)
}
100% {
opacity:0;
transform:translateX(300px)
}
}
@-webkit-keyframes lol {
0% {
opacity:0;
-webkit-transform:translateX(-300px)
}
33%, 66% {
opacity:1;
-webkit-transform:translateX(0)
}
100% {
opacity:0;
-webkit-transform:translateX(300px)
}
}
.cs-loader-inner label:nth-child(6) {
-webkit-animation:lol 3s infinite ease-in-out;
animation:lol 3s infinite ease-in-out
}
.cs-loader-inner label:nth-child(5) {
-webkit-animation:lol 3s .1s infinite ease-in-out;
animation:lol 3s .1s infinite ease-in-out
}
.cs-loader-inner label:nth-child(4) {
-webkit-animation:lol 3s .2s infinite ease-in-out;
animation:lol 3s .2s infinite ease-in-out
}
.cs-loader-inner label:nth-child(3) {
-webkit-animation:lol 3s .3s infinite ease-in-out;
animation:lol 3s .3s infinite ease-in-out
}
.cs-loader-inner label:nth-child(2) {
-webkit-animation:lol 3s .4s infinite ease-in-out;
animation:lol 3s .4s infinite ease-in-out
}
.cs-loader-inner label:nth-child(1) {
-webkit-animation:lol 3s .5s infinite ease-in-out;
animation:lol 3s .5s infinite ease-in-out
}
.timer {
	/* margin-bottom: 60px; */
	width: 60%;
	margin: 0px auto 30px;
	position: relative;
	display: block;
	overflow: hidden;
}

.timer .box {
	display:inline-block;
	/* margin: 0px; */
	width: 23%;
	height:150px;
	text-align: center;
	padding-right: 10px;
	padding-top: 13px;
	position: relative;
	float: left;
}
.timer .box:nth-child(2) {color: #7f53ac;background-image: linear-gradient(315deg, #7f53ac 0%, #647dee 74%);}
.timer .box:nth-child(1) {color: #63a4ff;background-image: linear-gradient(315deg, #63a4ff 0%, #83eaf1 74%);}
.timer .box:nth-child(3) {color: #2a2a72;background-image: linear-gradient(315deg, #2a2a72 0%, #009ffd 74%);}
.timer .box:nth-child(4) {color: #f7b42c;background-image: linear-gradient(315deg, #f7b42c 0%, #fc575e 74%);}
.timer label.dinamic {
	line-height:70px;
	font-weight:400;
	display:block;
	/* color: #000; */
	font-size:60px;
	margin-top:25px;
	font-family: 'Monoton', cursive;
	z-index: 999;
	position: relative;
}
.timer label.static {
	    font-size: 20px;
	    display: block;
	    position: relative;
	    left: 0;
	    bottom: 5px;
	    font-family: Roboto, sans-serif;
	    font-weight: 400;
	    color: #737373;
	    z-index: 99;
}
.contact, .contact .close {
	position:absolute;
	z-index:9999
}
.wrapform {
	margin:100px 0 0
}
.wrapform p {
	margin:40px 0 0;
	padding:0 0 20px;
	color:#aaa
}
.wrapform p.textform {
	margin:0;
	padding:0 0 10px;
	color:#fff;
	font-size:18px
}
.wrapform form input[type=email], .wrapform form input[type=submit] {
	height:40px;
	outline:0;
	border:none;
	padding:0 10px;
	font-family:Roboto, sans-serif;
	font-weight:400
}
.wrapform p.notifsubscribe {
	margin:0;
	color:#ff0
}
.wrapform p.notifsubscribe label {
	margin:0;
	color:#4CAF50
}
.wrapform form input[type=email] {
	width:280px
}
.wrapform form input[type=submit] {
	background:#ffb122;
	text-transform:capitalize;
	cursor:pointer;
transition:all .3s ease-in-out;
-webkit-transition:all .3s ease-in-out;
-moz-transition:all .3s ease-in-out;
-o-transition:all .3s ease-in-out;
-ms-transition:all .3s ease-in-out
}
.contact, .opencontact {
transition:all .8s ease-in-out
}
.wrapform form input[type=submit]:hover {
	background:#b07b19;
	color:#fff
}
.wrapform form input::-webkit-input-placeholder {
color:#666!important
}
.wrapform form input:-ms-input-placeholder {
color:#666!important
}
.wrapform form input::-moz-placeholder {
color:#666!important
}
.contact {
	width:100%;
	height:100%;
	min-height:868px;
	left:0;
	right:0;
	bottom:0;
	top:0;
	background:rgba(163, 148, 126, .9);
-webkit-transition:all .8s ease-in-out;
-moz-transition:all .8s ease-in-out;
-ms-transition:all .8s ease-in-out;
-o-transition:all .8s ease-in-out;
	transform:translate(0, -100%);
	-webkit-transform:translate(0, -100%);
	-moz-transform:translate(0, -100%);
	-ms-transform:translate(0, -100%);
	-o-transform:translate(0, -100%);
	opacity:0
}
.height-100, .main1 {
	min-height:100%
}
.opencontact {
-webkit-transition:all .8s ease-in-out;
-moz-transition:all .8s ease-in-out;
-ms-transition:all .8s ease-in-out;
-o-transition:all .8s ease-in-out;
	transform:translate(0, 0);
	-webkit-transform:translate(0, 0);
	-moz-transform:translate(0, 0);
	-ms-transform:translate(0, 0);
	-o-transform:translate(0, 0);
	opacity:1
}
.contact p.notif {
	display:none;
	background:#ff0;
	padding:2px
}
.contact p.notif label {
	background:#4CAF50;
	padding:2px;
	text-align:center;
	color:#fff
}
.contact .close {
	right:20px;
	top:20px
}
.contact .close a {
	display:block;
	width:50px;
	height:50px
}
.contact .close a .bar {
	position:relative;
	top:20px;
	width:50px;
	height:2px;
	background:#fff;
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-o-transform:rotate(45deg)
}
.contact .close a .bar:last-child {
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	-o-transform:rotate(-45deg)
}
.contact .wrapformcontact {
	width:500px;
	display:block;
	margin:0 auto;
	position:relative;
	top:20%
}
.contact .wrapformcontact h1 {
	font-family:Poppins, sans-serif;
	font-weight:300;
	margin:0 0 30px;
	color:#c4c4c4;
	font-size:35px
}
.contact .wrapformcontact form label {
	display:block;
	color:#fff;
	font-family:Poppins, sans-serif;
	font-weight:600
}
.contact .wrapformcontact form input, .contact .wrapformcontact form textarea {
	margin-bottom:20px;
	outline:0;
	font-family:Roboto, sans-serif;
	font-weight:400;
	width:100%;
	border:none
}
.contact .wrapformcontact form input {
	height:40px;
	padding:0 10px
}
.contact .wrapformcontact form textarea {
	height:100px;
	padding:10px
}
.contact .wrapformcontact form input[type=submit], p#typed1 {
	font-family:Poppins, sans-serif;
	color:#fff
}
.contact .wrapformcontact form input[type=submit] {
	width:100%;
	height:auto;
	font-weight:700;
	padding:15px 20px;
	border:none;
	background:#664e2a;
	font-size:18px;
	letter-spacing:1px;
	cursor:pointer
}
.contact .wrapformcontact form input[type=submit]:hover {
	background:#3d2f1a
}
.hidenow {
transition:all .8s ease-in-out;
-webkit-transition:all .8s ease-in-out;
-moz-transition:all .8s ease-in-out;
-ms-transition:all .8s ease-in-out;
-o-transition:all .8s ease-in-out;
	transform:translate(0, -50%);
	-webkit-transform:translate(0, -50%);
	-moz-transform:translate(0, -50%);
	-ms-transform:translate(0, -50%);
	-o-transform:translate(0, -50%);
	opacity:0
}
.main_section {
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center center;
	-webkit-background-size:cover;
	background-size:cover;
	position:relative
}
.main1, .main2 {
	position:absolute
}
p#typed1 {
	font-size:50px;
	font-weight:300;
	line-height:40px;
	display: block;
	position: relative;
	width: 100%;
}
.main1 {
	background-color: #fff;
}
.main1 .main_content h1 {
	color:#fff;
	margin:0 0 10px
}
.main1 .social_links li {
	display:inline-block
}
.main1 .social_links li a {
	background-color:#fff;
	display:inline-block;
	font-size:16px;
	line-height:35px;
	width:35px;
	height:35px;
	margin:0 3px;
	color:#282828;
	border-radius:50%;
transition:all .3s ease-in-out;
-webkit-transition:all .3s ease-in-out;
-moz-transition:all .3s ease-in-out;
-ms-transition:all .3s ease-in-out;
-o-transition:all .3s ease-in-out
}
.main2, .main2 .bx-wrapper, .main2 .bx-wrapper .bx-viewport, .main2 ul.bxslider, .main3 {
	height:100%
}
.main1 .social_links li a:hover {
	color:#fff;
	background-color:#333;
	-webkit-transform:rotate(360deg);
	transform:rotate(360deg)
}
.main2 {
	background-image:none
}
.main2 .bx-wrapper {
	margin:0;
	padding:0;
	-ms-touch-action:pan-y;
	touch-action:pan-y;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	border:0;
	position:absolute;
	z-index:-1;
	width:100%
}
.main2 .bx-wrapper .bx-viewport {
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	border:none;
	left:0
}
.main2 ul.bxslider li {
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-ms-background-size:cover;
	-o-background-size:cover;
	height:100%
}
.main3 {
	background-image:url(../img/image1.jpg);
	position:fixed;
	overflow:auto;
	top:0;
	z-index:8888;
	width:100%;
	background-size:calc(100% + 50px);
	-webkit-background-size:calc(100% + 50px);
	-moz-background-size:calc(100% + 50px);
	-ms-background-size:calc(100% + 50px);
	-o-background-size:calc(100% + 50px)
}
@media only screen and (max-width:1440px) {
.wraplogo {
margin-bottom:30px;
margin-top:30px
}
.wrapform {
margin:40px 0 0
}
p#typed1 {
font-size:30px
}
.contact {
position:fixed
}
.contact .wrapformcontact {
top:10%
}
.main2 .bx-wrapper {
min-height:120%
}
.main3 {
overflow:scroll;
overflow-x:hidden
}
}
@media only screen and (max-width:1280px) {
.timer .box {
height:170px
}
.timer label.dinamic {font-size: 50px;margin-top:26px;}
.timer label.static {
font-size:18px;
left:0px
}
.bx-viewport {
height:100%!important
}
}
@media only screen and (max-width:620px) {
.main1 {
height:auto
}
.main3 {
height:100%
}
.align-center {
padding:0 40px
}
.wrapform form input[type=email] {
width:280px;
text-align:center;
margin-bottom:10px
}
.wrapform form input[type=submit] {
width:300px
}
#contact .wrapformcontact {
width:90%;
top:20%
}
#contact .wrapformcontact h1 {
font-size:38px
}
}
@media only screen and (max-width:520px) {
.align-center {
padding:0
}
.main3 {
overflow:auto;
position:relative
}
}
@media only screen and (max-width:380px) {
.timer .box {margin: 0;width: 50%;height: 140px;}
.timer label.dinamic {margin-top: 11px;}
.timer label.static {font-size:16px;left: 0;bottom: 4px;}
p#typed1 {
font-size:22px
}
.wrapform p.textform {
margin:0
}
.wrapform, .wrapform p {
margin:50px 0 0
}
}

@media(max-width:600px){
	.timer{
		width:100%;
		margin:0px !Important;
		padding:30px;
		padding-top:10px !important
	}
}
@media only screen and (max-width: 1440px)
{
p#typed1 {
    font-size: 30px;
    position: absolute;
    display: block;
    bottom: 0px;
    width: 100%;
    background-color: #44448c;
    padding: 15px 20px;
    line-height: 10px;
   margin:0px !important;
}
p#typed1 span {
    color: #fff !important;
    font-size: 18px;
    line-height: 30px;
}

}
.box:after {content: "";display: block;width: 100%;height: calc(100% - 20px);position: absolute;left: 0;top: 10px;background-color: #fff;}