/*--
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;}
.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-attachment: fixed;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	font-family: 'Open Sans', sans-serif;
	padding:0;
	margin:0; 
	font-size: 100%;
}  
 @font-face {
   font-family: 'CinzelDecorative-Regular';
   src: url(../fonts/CinzelDecorative-Regular.ttf)format('truetype');
}
h1,h2,h3,h4,h5,h6{
	margin:0;			   
}	
p{
	margin:0;
}
ul{
	margin:0;
	padding:0;
}
label{
	margin:0;
}
a{
	transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}
a:hover{
	transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}

/*--main--*/
/*--header start here--*/
body {
    background: url(../images/background.jpeg) no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	height:100%;
}
.logo a{
	font-size:40px;
	color: #fff;
	float: left;
   font-family: 'CinzelDecorative-Regular';
   font-weight: bold;
}

.underconstruct{
	font-size:30px;
	color: #fff;
   font-family: 'CinzelDecorative-Regular';
   font-weight: bolder;
}
.social{
	float: right;
}
.social li {
    display: inline-block;
    margin: 0 10px;
}
.social li  a{
    font-size: 18px;
    color: #fff;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}
ul.social li .fa-facebook:hover {
    color: #3b5998;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}
ul.social li .fa-instagram:hover {
    color: #C13584;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}
ul.social li .fa-whatsapp:hover {
    color: #25D366;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}
ul.social li .fa-google:hover {
    color: #dd4b39;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}
.social2{
	
}
.social2 li {
    display: inline-block;
    margin: 0 10px;
}
.social2 li  a{
    font-size: 68px;
    color: #fff;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}
ul.social2 li .fa-facebook {
    color: #3b5998;
}
ul.social2 li .fa-facebook:hover {
    color: #fff;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}
ul.social2 li .fa-instagram {
    color: #C13584;
}
ul.social2 li .fa-instagram:hover {
    color: #fff;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}
ul.social2 li .fa-whatsapp {
    color: #25D366;
}
ul.social2 li .fa-whatsapp:hover {
    color: #fff;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}
ul.social2 li .fa-google {
    color: #dd4b39;
}
ul.social2 li .fa-google:hover {
    color: #fff;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}
.logo-header{
	padding:0 2em;
}

.header {
	text-align:center;
    margin-top: 50px;
}
.banner-dott{
    background: url(../images/dott.png)repeat 0px 0px;
    background-size: 2px;
    -webkit-background-size: 2px;
    -moz-background-size: 2px;
    -o-background-size: 2px;
    -ms-background-size: 2px;
    padding: 2em 0em;
}
.header h1 {
    color: #EAEAEA;
    font-size: 60px;
    font-weight: 300;
    text-transform: uppercase;
    word-spacing: 10px;
   font-family: 'CinzelDecorative-Regular';
}
.header h1 span {
    font-weight: bold;
color: #fff;
}

/*--timer--*/
.agile {
	text-align: center;
	padding: 3.5em 0;
}

.examples {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

div#simply-countdown-losange {
    max-width: 40%;
    margin: 5vw 5vw;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: no-wrap;
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
}

.simply-section {
    flex-basis: 25%;
    -webkit-flex-basis: 25%;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    box-sizing: border-box;
    text-align: center;
    padding: 1vw;
}

span.simply-amount {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    font-weight: bold;
    font-size: 70px;
    font-family: 'CinzelDecorative-Regular';
}

span.simply-word {	
    font-size: .8em;
    color: #fff;
    display: block;
    text-transform: uppercase;
    margin-top: 0.5em;
    text-align: center;
    letter-spacing: 4px;
    font-weight: 100;
}

/* --//timer-- */

/*--agileits--*/
.footer a, a:active {
    color: #1cc7d0;
	font-weight: 500;
    text-decoration: none;
}
.footer a:hover {
    color: #fd5c63;
	text-decoration:none;
	transition:all 0.5s ease-in-out;
}
.footer {
	text-align:center;
    margin: 5em 0 1em;
}
.footer p {
	color:#fff;
    font-size: .9em;
    line-height: 25px;
    letter-spacing: 2px;
}
.content3 p a {
    background: #fd5c63;
    font-size: 16px;
    padding: 12px 30px;
    display: initial;
    border-radius: 30px;
	transition:0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.content3 p a:hover{
    background: #1cc7d0;
}
.content3 p a{
    color: #fff;
}

.content3 p a:focus{
    outline: none;
}
h3.sub-head-w3-agileits {
    font-size: 25px;
    text-align: center;
    margin-bottom: 30px;
}
input[type="email"] {
    background: rgba(0, 0, 0, 0.55) url(../images/email.png) no-repeat 10px 10px;
    background-size: 30px;
}
.icon {
    text-align: center;
}
.icon span.fa {
    font-size: 40px;
    margin-bottom: 20px;
	color: #888;
}



/*-- responsive --*/

@media (max-width:1440px) {
	
	.header-main {
		width: 35%;
	}
	div#simply-countdown-losange {
		max-width: 42%;
	}
}
@media (max-width:1366px) {
	body {
		height:100vh;
	}
	.header-main {
		width: 36%;
	}
	div#simply-countdown-losange {
		max-width: 44%;
	}
}
@media (max-width:1280px) {
	.header-main {
		width: 37%;
	}
	.t ,.g,.f{
		padding: .4em 1em;
	}
	.header-left-bottom input[type="submit"] {
		font-size: 1.4em;
	}
	.logo a {
		font-size: 35px;
	}
	.countDays, .countHours, .countMinutes, .countSeconds {
		width: 160px;
	}
	div#simply-countdown-losange {
		max-width: 48%;
	}
}
@media (max-width:1080px) {
	.header-main h1 {
		font-size: 2.1em;
	}
	.header-left-bottom input[type="submit"] {
		font-size: 1.2em;
		padding: 0.4em 1em;
	}
	.t, .g, .f {
		padding: .3em .4em;
	}
	.header h1 {
		font-size: 50px;
	}
	.countDays, .countHours, .countMinutes, .countSeconds {
		width: 150px;
	}
	div#simply-countdown-losange {
		max-width: 55%;
	}
	.content3 p {
		margin: 1em 2em 3em;
	}
}
@media (max-width:1024px) {
	.header-main {
		width: 39%;
	}
	.sign-up h2 {
		font-size: 1.2em;
		width: 35px;
		height: 35px;
	}
	input[type="email"] {
		width: 70%;
	}
	div#simply-countdown-losange {
		max-width: 56%;
	}
}
@media (max-width:991px) {
	.header-main {
		width: 41%;
	}
	.countDays, .countHours, .countMinutes, .countSeconds {
		width: 140px;
	}
	.header h1 {
		font-size: 45px;
	}
	#counter {
		height: 155px;
	}
	span.simply-amount {
		font-size: 60px;
	}
}
@media (max-width:900px) {
	
}

@media (max-width:800px) {
	.header-main {
		width: 50%;
		padding: 2em 4em;
	}
	.header h1 {
		font-size: 40px;
	}
	.bg.agile {
		padding: 2em 0;
	}
	input[type="email"] {
		width: 67%;
	}
	span.simply-amount {
		font-size: 50px;
	}
}
@media (max-width:768px) {
	.header-main {
		width: 53%;
	}
}
@media (max-width:736px) {
	.header-main {
		width: 55%;
		padding: 2em 3em;
	}
	.header h1 {
		font-size: 35px;
	}
	.logo a {
		font-size: 30px;
	}
}
@media (max-width: 667px) {
	.header-main {
		width: 62%;
		padding: 3em;
	}
	.logo a {
		font-size: 28px;
	}
	div#simply-countdown-losange {
		max-width: 60%;
	}
	span.simply-amount {
		font-size: 45px;
	}
	.footer p {
		letter-spacing: 1px;
	}
}
@media (max-width:640px) {
	input[type="email"] {
		width: 72%;
	}
	div#simply-countdown-losange {
		max-width: 65%;
	}
}
@media (max-width:600px) {
	.header-main {
		width: 68%;
		padding: 2em;
	}
	.header h1 {
		font-size: 30px;
	}
	.content3 p a {
		font-size: 15px;
		padding: 10px 30px;
	}
}
@media (max-width:568px) {
	.header-main h1 {
		font-size: 2em;
	}
	.t, .g, .f {
		font-size: .9em;
	}
	.copyright p {
		margin: 0 1em;
	}
	.sign-up h2 {
		font-size: 1.1em;
		width: 32px;
		height: 32px;
		line-height: 2em;
	}
	.footer {
		margin: 3em 1em 1em;
	}
	span.simply-amount {
		font-size: 40px;
	}
	div#simply-countdown-losange {
		max-width: 70%;
	}
}
@media (max-width:480px) {
	.header-main {
		width: 80%;
		padding: 2em;
	}
	input[type="email"] {
		width: 63%;
	}
	div#simply-countdown-losange {
		max-width: 80%;
	}
}
@media (max-width:414px) {
	.header-main h1 {
		font-size: 1.5em;
	}
	.header-main {
		width: 70%;
		padding: 2em;
	}
	.icon1 i.fa {
		font-size: 1.2em;
	}
	.header h1 {
		font-size: 25px;
	}
	.logo a {
		font-size: 23px;
	}
	.boxName {
		font-size: 14px;
	}
	.content {
		padding: 30px 30px 0;
	}
	.social li a {
		font-size: 16px;
	}
	.social li {
		margin: 0 5px;
	}

	.social2 li a {
		font-size: 16px;
	}
	.social2 li {
		margin: 0 5px;
	}
	span.simply-amount {
		font-size: 35px;
	}
	div#simply-countdown-losange {
		max-width: 92%;
		margin: 6vw 0vw;
	}
}
@media (max-width:384px) {
	.header-main {
		width: 77%;
	}
	.copyright p {
		font-size: .9em;
	}
	span.simply-word {
		font-size: .7em;
		letter-spacing: 2px;
	}
}
@media (max-width:375px) {
	.header-main {
		width: 79%;
	}
	input[type="email"] {
		width: 55%;
	}
}
@media (max-width:320px) {
	
	.ltdg-header {
		padding: 0em 0 0;
	}
	.header-main {
		width: 93%;
		padding: 2em 0.5em;
	}
	.icon1 {
		margin: 0 0 .5em;
	}
	.icon1 i.fa {
		font-size: 1em;
	}
	.header-left-bottom input[type="text"], .header-left-bottom input[type="email"], .header-left-bottom input[type="tel"], .header-left-bottom input[type="password"] {
		font-size: .7em;
	}
	.header-left-bottom input[type="submit"] {
		font-size: .9em;
		padding: 0.3em 0;
	}
	.copyright p {
		font-size: .8em;
	}
	.copyright p a {
		font-size: 1em;
	}
	.logo-header {
		padding: 0 1em;
	}
	.boxName {
		font-size: 12px;
	}
	.my-mfp-zoom-in.mfp-ready #small-dialog {
		padding: 40px 30px !important;
	}
}
/*-- //responsive --*/
