/*--
    Author: W3layouts
    Author URL: http://w3layouts.com
    License: Creative Commons Attribution 3.0 Unported
    License URL: http://creativecommons.org/licenses/by/3.0/
--*/



/*-- Reset Code --*/

    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;padding:0;margin:0;}
    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 */
    .underline{ padding-bottom:5px; border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
    nav.vertical ul li{ display:block;}/* vertical menu */
    nav.horizontal ul li{   display: inline-block;}/* horizontal menu */
    img{max-width:100%;}
    /*img[width],img[height]{width:auto;height:auto;} wordpress hack to reset the attributes (while making responsive) */

/*-- Reset Code --*/



/*-- Index-Page-Styling --*/

body {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    background: url("../images/b6.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    /*--agileits--*/
    /*--w3layouts--*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    text-align: center;
}

a, a:hover {    
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.wrapper {
    box-sizing: border-box;
    width: 780px;
    margin: 0 auto;
    text-align: center;
}
.banner-info {
    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;
	text-align:center;
	padding: 3em 0;
	min-height: 698px;
}
h1 {
    font-size: 45px;
    margin: 50px 0;
    text-transform: uppercase;
    letter-spacing: 4px;
}

h2 {
    font-size: 25px;
    margin-bottom: 10px;
    text-align: left;
    /*--agileits--*/
    /*--w3layouts--*/
    margin-left: 15px;
}

 .w3-border-bottom h3 {
    font-size: 2em;
    letter-spacing: 5px;
    position: relative;
    text-transform: capitalize;
    font-weight: 600;
}

.w3-border-bottom {
    margin: 2em 0;
}

.w3-border-bottom h3:before {
    content: '';
    background: #26bdef;
    height: 2px;
    position: absolute;
    width:15%;
	top: 57%;
    left: 10%;
}
.w3-border-bottom h3:after {
    content: '';
    background: #26bdef;
    height: 2px;
    position: absolute;
    width:15%;
	top: 57%;
    right:10%;
}

.timer {
    font-family: 'Roboto', sans-serif;
    font-size: 80px;
    font-weight: 600;
    display: inline-block;
    vertical-align: top;
}

 .text {
    font-size: 14px;
    letter-spacing: 3px;
}

.clock .column {
    display: inline-block;
    width: 24%;
    background: rgba(0, 0, 0, 0.45);
    padding: 10px 0 16px;
}

.days {
    display: none;
}

@media only screen and (max-width: 768px) {
    .wrapper {
        width: 100%;
        padding: 0 20px;
    }
    .timer {
        font-size: 35px;
    }
}

.clear-loading {
    text-align: center;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
}

.newsletter {
    position: relative;
    width: 75%;
    margin: 50px auto 20px;
}

.newsletter .email {
    width: 80%;
    padding: 15px 15px 15px 15px;
    color: #FFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: normal;
    background-color: transparent;
    border: 1px solid #FFF;
	box-sizing:border-box;
}

.newsletter .submit {
    width: 19%;
    /* text-align: center; */
    padding: 15px 0;
    /* display: inline-block; */
    cursor: pointer;
    color: #FFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: normal;
    background-color: transparent;
    border: 1px solid #FFF;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.newsletter .submit:hover{
	background:#1fe8e1;
}
.wrapper p {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 20px;
    text-align: center;
    letter-spacing: 4px;
}
.w3top-nav-right {
   text-align:center;
    margin-top: 4em;
}
p.agile-cc {
    font-size: 17px;
    margin-bottom: 40px;
    color: #1fe8e1;
    line-height: 1.8em;
    letter-spacing: 2px;
}
.w3top-nav-right ul li a {
    color: #fff;
    font-size: 1em;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}
.w3top-nav-right ul li a:hover {
    color:#1fe8e1;
}
.w3top-nav-right ul li {
    display: inline-block;
    margin: 0 1.2em;
}
/*--social-icons--*/
.social-icons {
    margin: 0em auto 0em;
}
ul.social-icons li {
    list-style-type: none;
    display: inline-block;
}
.social-icons li a i {
    font-size: 15px;
    color: #fff;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    line-height: 2.2;
    text-align: center;
    background: none;
    margin: 1em 0.7em 0em;
}
.social-icons i.fa.fa-facebook {
      background: #3b5998;
	color:#fff;
	transition:0.5s ease-in;
}
.social-icons i.fa.fa-twitter {
      background:#1da1f2;
	color:#fff;
	transition:0.5s ease-in;
}
.social-icons i.fa.fa-google-plus {
    background:#dd4b39;
	color:#fff;
	transition:0.5s ease-in;
}


/*--/social-icons--*/
::-webkit-input-placeholder {
    color: #FFF;
}

::-moz-placeholder {
    color: #FFF;
}

::-moz-placeholder {
    color: #FFF;
}

::-ms-input-placeholder {
    color: #FFF;
}

.footer {
    margin: 50px 10px 20px;
}

.footer p {
    font-size: 14px;
    color: #EEE;
	letter-spacing: 2px;
    /*--agileits--*/
    /*--w3layouts--*/
    line-height: 25px;
}

.footer p a {
    color:#1fe8e1;
}

.footer p a:hover {
    color: #FFF;
}

/*-- //Index-Page-Styling --*/










/*-- Responsive-Code --*/

@media screen and (max-width: 1920px) {
    h1 {
        margin: 100px 0;
    }
    .footer {
        margin: 150px 10px 20px;
    }
}

@media screen and (max-width: 1600px) {
    h1 {
        margin: 30px 0;
    }
    .footer {
        margin: 50px 10px 20px;
    }
}

@media screen and (max-width: 1366px) {
    h1 {
        margin: 50px 0;
    }
}

@media screen and (max-width: 1024px) {
    h1 {
        margin: 40px 0;
    }
    h2 {
        margin-left: 35px;
    }
    .app-text li {
        /*--agileits--*/
        /*--w3layouts--*/
        font-size: 35px;
    }
    li.li2 {
        margin: 0 90px;
    }
    .timer {
        font-size: 75px;
    }
}

@media screen and (max-width: 900px) {
    h1 {
        font-size: 40px;
    }
}

@media screen and (max-width: 768px) {
    h1 {
        font-size: 37px;
        margin: 50px 0;
    }
    h2 {
        margin-left: 50px;
    }
    .app-text li {
        font-size: 33px;
    }
    .newsletter .email {
        width: 65%;
    }
    .newsletter .submit {
        right: 65px;
    }
	.timer {
    font-size: 70px;
	}
	.banner-info {
    min-height: 838px;
	}
}

@media screen and (max-width: 667px) {
    h1 {
        font-size: 33px;
        margin: 40px 0;
        /*--agileits--*/
        /*--w3layouts--*/
    }
    .app-text li {
        font-size: 30px;
    }
    li.li2 {
        margin: 0 50px;
    }
    h2 {
        margin-left: 27px;
    }
    .newsletter .submit {
        right: 55px;
    }
    .social {
        margin: 30px auto 0;
    }
	.banner-info {
    min-height: 650px;
	}
}

@media screen and (max-width: 640px) {
    h1 {
        font-size: 30px;
    }
    h2 {
        margin-left: 20px;
    }
	.w3-border-bottom h3 {
    font-size: 1.6em;
    letter-spacing: 5px;
    position: relative;
    text-transform: capitalize;
    font-weight: 600;
	}
	p.agile-cc {
    font-size: 15px;
	}
	.newsletter {
    width: 83%;
}
}
@media screen and (max-width:600px) {
h1 {
    font-size: 27px;
}
.w3top-nav-right ul li {
    margin: 0 1em;
}
}
@media screen and (max-width: 568px) {
    .app-text li {
        font-size: 25px;
    }
    h2 {
        margin-left: 30px;
    }
    .timer {
        font-size: 65px;
        letter-spacing: 0;
    }
    .footer p {
        font-size: 12px;
    }
	.banner-info {
    min-height: 640px;
	}
	.w3top-nav-right ul li {
    margin: 0 0.5em;
}
.newsletter {
    width: 92%;
}
}

@media screen and (max-width: 480px) {
    h2 {
        margin-left: 15px;
    }
	h1 {
    font-size: 24px;
    letter-spacing: 2px;
	}
	.w3-border-bottom h3:before {
    left: 4%;
	}
	.w3-border-bottom h3:after {
    right: 4%;
	}
	.w3-border-bottom h3 {
    font-size: 20px;
	}
	.timer {
    font-size: 58px;
	}
	.wrapper p {
    letter-spacing: 3px;
	}
	.w3top-nav-right ul li {
    margin: 0 0.3em;
}
.newsletter {
    width: 100%;
}
}

@media screen and (max-width: 414px) {
    h1 {
        font-size: 27px;
    }
    h2 {
        margin-left: 10px;
    }
    .app-text li {
        font-size: 23px;
    }
    .wrapper {
        padding: 0 10px;
    }
    .timer {
        font-size: 60px;
    }
    .text {
        font-size: 16px;
    }
	h1 {
    font-size: 21px;
    letter-spacing: 1.1px;
	}
	.timer {
    font-size: 50px;
	}
	.text {
    font-size: 14px;
    letter-spacing: 2px;
	}
	.wrapper p {
    letter-spacing: 2px;
	}
	.w3-border-bottom h3 {
    font-size: 18px;
	}
	.banner-info {
    min-height: 576px;
	}
	.w3top-nav-right {
    margin-top: 2em;
}
.w3top-nav-right ul li a {
    font-size: 0.9em;
}
.footer {
    margin: 25px 10px 20px;
}
.newsletter {
    margin: 30px auto 20px;
}
p.agile-cc {
    margin-bottom: 25px;
}
h1 {
    margin: 27px 0;
}
}

@media screen and (max-width: 384px) {
    li.li2 {
        margin: 0 30px;
    }
    .clock {
        margin-left: -10px;
    }
    .clock .column {
        width: 20%;
    }
    .timer {
        font-size: 55px;
    }
    .newsletter .submit {
        right: 0;
    }
	h1 {
    font-size: 26px;
    letter-spacing: 2px;
    line-height: 1.5em;
	}
	.timer {
    font-size: 45px;
	}
	.text {
    font-size: 13px;
    letter-spacing: 0.5px;
	}
	.w3top-nav-right ul li {
    margin: 0 0.1em;
}
.wrapper p {
    letter-spacing: 1px;
}
h1 {
    margin: 0px 0 20px;
}
}

@media screen and (max-width: 375px) {
    h1 {
        font-size: 25px;
	}
    .timer {
        font-size: 40px;
    }
	.wrapper p {
    letter-spacing: 1px;
	}
	.banner-info {
    min-height: 589px;
}
}

@media screen and (max-width: 360px) {
    h2 {
        font-size: 20px;
    }
    .clock {
        margin-left: -20px;
    }
}

@media screen and (max-width: 320px) {
    h1 {
        font-size: 23px;
    }
    .app-text li {
        font-size: 20px;
    }
    li.li2 {
        margin: 0 10px;
    }
    h2 {
        margin-left: 4px;
    }
    .wrapper p {
        font-size: 13px;
    }
    
    .clock {
        margin-left: -10px;
    }
    .text {
        font-size: 13px;
    }
	h1 {
    font-size: 22px;
	}
	.text {
    font-size: 11px;
}
	.timer {
    font-size: 30px;
    font-weight: 400;
	}
	.w3-border-bottom h3:before {
    width: 11%;
    top: 52%;
    left: 5%;
	}
	.w3-border-bottom h3:after{
    width: 11%;
    top: 52%;
    right: 6%;
	}

	.wrapper p {
    font-size: 12.5px;
    letter-spacing: 0.5px;
	}
	.newsletter .submit {
    width: 26%;
	}
	.newsletter .email {
    width: 72%;
}
.w3top-nav-right ul li a {
    font-size: 0.75em;
}
.footer p {
    letter-spacing: 1px;
}
.clock .column {
    width: 22%;
}
}

/*-- //Responsive-Code --*/