
html {
    font-family: 'Montserrat','Poppins', sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
  font-family: 'Montserrat','Poppins', sans-serif;
     font-size: 15px; /*  base font size  15px= 1em*/
     margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    line-height: 1em;
    font-weight: 700;
	color: #000000;
	text-transform: uppercase;
    margin: 0;
    padding: 0;
}
h1{
	color: #fff;
	font-size: 36px;
}
h2{
	font-size: 28px;
}
h3{
	font-size: 36px;
}
h4{
	font-size: 17px;
}
h5{
	font-size: 18px;
}
p {
	font-size: 15px;
	#2f3235;
	line-height: 24px;
    margin: 0 0 1.75em;
}


/*  03  - Banner
----------------------------------------------*/
.banner{
    background-image: url(../../images/backgrounds/bg-banner.jpg);
    background-position: 50% 50%;
    background-size: cover;
    height: 100vh;
    position: relative;
    overflow: hidden;
}
.banner .banner-overlay{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.1);
}
.banner .banner-content{
    position: absolute;
    bottom: 70px;
    left: 0;
    width: 100%;
}
.banner .content-left{
    width: 40%;
    float: left;
    text-align: right;
    padding-right: 45px;
    position: absolute;
    left: 0;
    bottom: 70px;
    z-index: 99;
}
.banner .content-left span{
    font-size: 300px;
    font-weight: 700;
    line-height: 214px;
    color: #fff;
    position: relative;
}
.banner .content-left p{
    font-size: 41px;
    line-height: 36px;
    margin-bottom: 20px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    margin-right: 35px;
}
.banner .content-left:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 120px;
    width: 100%;
    background-color: #65ac4c;
}
.banner .content-right{
    width: 60%;
    float: left;
    color: #fff;
    padding-left: 30px;
    position: absolute;
    right: 0;
    bottom: 21px;
    z-index: 99;
}
.banner .content-right:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 49px;
    height: 120px;
    width: 100%;
    background-color: #fff;
    z-index: 0;
}
.banner .content-right > .content{
    max-width: 750px;
}
.banner .content-right h2{
    color: #fff;
}
.banner .content-right ul{
    margin-bottom: 35px;
    z-index: 9;
    position: relative;
}
.banner .content-right ul li{
    list-style: none;
    display: inline-block;
    margin-right: 20px;
    font-size: 20px;
    font-weight: 500;
}
.banner .content-right ul li span{
    margin-right: 10px;
    font-size: 22px;
}
.banner .content-right .clock-item{
    display: inline-block;
    float: left;
    margin-right: 20px;
    text-align: center;
    z-index: 9;
    position: relative;
}
.banner .content-right .clock-item span{
    font-size: 36px;
    color: #fff;
    font-weight: 700;
    height: 100px;
    width: 100px;
    display: inline-block;
    border-radius: 100%;
    line-height: 3em;
    margin-bottom: 35px;
    background-color: #65ac4c;
}
.banner .content-right .clock-item:nth-child(2) span{
    background-color: #92278f;
}
.banner .content-right .clock-item:nth-child(3) span{
    background-color: #f5b429;
}
.banner .content-right .clock-item:last-child span{
    background-color: #ff9822;
}
.banner .content-right .clock-item p{
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    margin: 0px;
}
.banner .content-right .default-button{
    float: right;
    background-color: #ff9822;
    display: inline-block;
    padding: 14px 41px;
    margin-top: 22px;
    margin-right: 15px;
    position: relative;
    z-index: 9;
}
.banner .content-right .default-button:hover, .banner .content-right .default-button:focus{
    text-decoration: none;
    background-color: #65ac4c;
    color: #fff;
}
.banner-two{
    background-image: none;
}
.banner-two .banner-content{
    text-align: center;
    bottom: 40%;
    transform: translateY(50%);
}
.banner-two .banner-content .clock-item{
    display: inline-block;
    color: #fff;
    margin-right: 40px;
    color: #65ac4c;
    margin-bottom: 0px;
}
.banner-two .banner-content .clock-item span{
    font-size: 60px;
    font-weight: 600;
    line-height: 1;
}
.banner-two .banner-content .clock-item:nth-child(2){
    color: #92278f;
}
.banner-two .banner-content .clock-item:nth-child(3){
    color: #f5b429;
}
.banner-two .banner-content .clock-item:last-child{
    color: #ff9822;
    margin: 0px;
}
.banner-two .banner-content .clock-item p{
    color: #fff;
    text-transform: uppercase;
}
.banner-two .banner-content > p{
    color: #fff;
    text-transform: uppercase;
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 20px;
    text-shadow: 1px 2px 1px rgba(0,0,0,0.7);
}
.banner-two .banner-content > div > p{
    color: #fff;
    text-transform: uppercase;
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 20px;
    text-shadow: 1px 2px 1px rgba(0,0,0,0.7);
}
.banner-two .banner-content h2{
    color: #fff;
    font-size: 54px;
    margin-bottom: 10px;
    text-shadow: 1px 2px 1px rgba(0,0,0,0.7);
}
.banner-two .banner-content h3{
    color: #fff;
    font-size: 25px;
    margin-bottom: 10px;
    text-shadow: 1px 2px 1px rgba(0,0,0,0.7);
}
.banner-two .banner-content ul li{
    list-style: none;
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    margin-right: 20px;
     text-shadow: 1px 2px 1px rgba(0,0,0,0.7);
}
.banner-two .banner-content ul li span{
    margin-right: 10px;
    font-size: 18px;
}
.banner-three{
    background-image: url(../../images/backgrounds/bg-banner-02.jpg);
}
.banner-three .banner-content{
    position: relative;
    bottom: 0;
    height: 100vh;
}
.banner-three .content{
    position: absolute;
    width: 60%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.banner-three .content p{
    font-size: 30px;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
}
.banner-three .content h2{
    color: #fff;
    font-size: 62px;
    margin-bottom: 10px;
}
.banner-three .content ul li{
    list-style: none;
    color: #fff;
    font-size: 20px;
    margin-bottom: 5px;
}
.banner-three .content ul li span{
    font-size: 18px;
    margin-right: 5px;
}
.banner-three .content ul li span:before{
    font-size: 18px;
}
.banner-three form{
    position: absolute;
    width: 40%;
    right: 0;
    top: 50%;
    border: 10px solid rgba(243,243,243,.2);
    padding: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.banner-three form h3{
    font-size: 30px;
    color: #fff;
    margin-bottom: 30px;
}
.banner-three form .banner-input{
    width: 100%;
    background: transparent;
    border: 1px solid rgba(243,243,243,.2);
    padding: 12px 20px;
    margin-bottom: 15px;
    color: #fff;
    outline: none;
}
.banner-three form .banner-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #aeaeae;
}
.banner-three form .banner-input::-moz-placeholder { /* Firefox 19+ */
  color: #aeaeae;
}
.banner-three form .banner-input:-ms-input-placeholder { /* IE 10+ */
  color: #aeaeae;
}
.banner-three form .banner-input:-moz-placeholder { /* Firefox 18- */
  color: #aeaeae;
}
.banner-three form option{
    background-color: transparent;
    color: #000;
}
.banner-three form .banner-submit{
    background-color: #ff9822;
    color: #fff;
    padding: 18px 44px;
    outline: none;
    text-transform: uppercase;
}
.banner-three form .banner-submit:hover{
    background-color: #65ac4c;
}
.banner-four{
    background-image: none;
}
.banner-four .banner-overlay{
    background-color: rgba(27,36,49,.8);
}
.banner-four .content-left{
    bottom: 155px;
}
.banner-four .content-left:before{
    background-color: #ff9822;
}
.banner-four .content-right{
    bottom: -15px;
}
.banner-five{
    height: 500px;
}
.banner-five .content p{
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.banner-five .content h2{
    color: #ff9822;
    margin-bottom: 39px;
}
.banner-five .content-left{
    bottom: 50%;
    -webkit-transform: translateY(33.7%);
    transform: translateY(33.7%);
}
.banner-five .content-right{
    bottom: 50%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}
.banner-six{
    background-image: url(../../images/backgrounds/bg-banner-06.jpg);
}
.banner-six .banner-six-left-bg{
    height: 100vh;
    position: relative;
}
.banner-six .banner-six-left{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 100%;
    background-color: rgba(0,0,0,.5);
    padding: 10px;
    height: 500px;
    width: 500px;
}
.banner-six .banner-six-left .content{
    background-color: #fff;
    text-align: center;
    padding-top: 100px;
    height: 100%;
    width: 100%;
    border-radius: 100%;
}
.banner-six .banner-six-left .content > .counter{
    font-weight: 700;
    font-size: 250px;
    line-height: 180px;
    color: #ff9822;
}
.banner-six .banner-six-left p{
    font-weight: 700;
    font-size: 36px;
    line-height: 1;
    color: #92278f;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.banner-six .banner-six-left .clockdiv{
    overflow: hidden;
}
.banner-six .banner-six-left .clock-item{
    display: inline-block;
    margin-right: 20px;
}
.banner-six .banner-six-left .clock-item span{
    font-weight: 700;
    font-size: 36px;
    line-height: 1;
    color: #65ac4c;
}
.banner-six .banner-six-left .clock-item:nth-child(2) span{
    color: #92278f;
}
.banner-six .banner-six-left .clock-item:nth-child(3) span{
    color: #f5b429;
}
.banner-six .banner-six-left .clock-item:nth-child(4) span{
    color: #ff9822;
}
.banner-six .banner-six-left .clock-item p{
    font-weight: 700;
    font-size: 14px;
    line-height: 1.5;
    margin: 0px;
    color: #65ac4c;
}
.banner-six .banner-six-right-bg{
    height: 100vh;
    position: relative;
}
.banner-six .banner-six-right{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.banner-six .banner-six-right h2{
    font-size: 84px;
    line-height: 1;
    color: #fff;
    margin-bottom: 10px;
}
.banner-six .banner-six-right ul{
    margin: 0px;
}
.banner-six .banner-six-right ul li{
    list-style: none;
    font-weight: 600;
    font-size: 24px;
    color: #fff;
}
.banner-six .banner-six-right ul li span{
    color: #fff;
    color: #fff;
    font-size: 18px;
    margin-right: 10px;
}
.banner-seven{
    background-image: url(../../images/backgrounds/bg-banner-07.jpg);
}
.banner-seven .banner-overlay{
    /* fallback */
    background-color: rgba(240,36,25,.7);

    /* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, left top, right top, from(rgba(240,36,25,.7)), to(rgba(248,214,21,.7)));

    /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(left, rgba(248,214,21,.7), rgba(240,36,25,.7));

    /* Firefox 3.6+ */
    background: -moz-linear-gradient(left, rgba(248,214,21,.7), rgba(240,36,25,.7));

    /* IE 10 */
    background: -ms-linear-gradient(left, rgba(248,214,21,.7), rgba(240,36,25,.7));

    /* Opera 11.10+ */
    background: -o-linear-gradient(left, rgba(248,214,21,.7), rgba(240,36,25,.7));

}
.banner-seven .seven-content-left{
    height: 100vh;
    position: relative;
    overflow: hidden;
    max-width: 640px;
}
.banner-seven .seven-content-left .content{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.banner-seven .seven-content-left span{
    font-family: 'Lora', sans-serif;
    font-weight: 700;
    font-size: 190px;
    line-height: 170px;
    color: #fff;
    text-transform: uppercase;
}
.banner-seven .seven-content-left h2{
    font-family: 'Lora', sans-serif;
    color: #fff;
    max-width: 270px;
    display: inline-block;
    font-size: 36px;
    line-height: 48px;
    margin-left: 10px;
}
.banner-seven .seven-content-right-bg{
    height: 100vh;
    position: relative;
}
.banner-seven .seven-content-right{
    position: absolute;
    top: 50%;
    right: 0;
    height: 500px;
    width: 500px;
    background-color: rgba(255,255,255,.1);
    border-radius: 100%;
    overflow: hidden;
    padding: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.banner-seven .seven-content-right .content{
    background-color: #fff;
    height: 100%;
    width: 100%;
    border-radius: 100%;
    text-align: center;
    padding-top: 100px;
}
.banner-seven .seven-content-right .counter{
    font-weight: 700;
    font-size: 250px;
    line-height: 180px;
    color: #e84b3a;
}
.banner-seven .seven-content-right .content > p{
    font-weight: 700;
    font-size: 36px;
    line-height: 1;
    color: #d50dad;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.banner-seven .seven-content-right .clock-item{
    display: inline-block;
    margin-right: 20px;
}
.banner-seven .seven-content-right .clock-item:last-child{
    margin: 0px;
}
.banner-seven .seven-content-right .clock-item span{
    font-weight: 700;
    font-size: 36px;
    line-height: 1;
    color: #e84b3a;
}
.banner-seven .seven-content-right .clock-item p{
    font-weight: 700;
    font-size: 14px;
    line-height: 1.5;
    margin: 0px;
    color: #e84b3a;
}
.banner-seven .seven-content-right .clock-item:nth-child(2) span, .banner-seven .seven-content-right .clock-item:nth-child(2) p{
    color: #fc7f0c;
}
.banner-seven .seven-content-right .clock-item:nth-child(3) span, .banner-seven .seven-content-right .clock-item:nth-child(3) p{
    color: #f5b429;
}
.banner-seven .seven-content-right .clock-item:nth-child(4) span, .banner-seven .seven-content-right .clock-item:nth-child(4) p{
    color: #d50dad;
}
.banner-eight{
    background: none;
}
.banner-eight video{
    width: 150%;
}
.banner-eight .banner-eight-content{
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.banner-eight .banner-eight-content span{
    display: block;
    font-family: 'Lora', sans-serif;
    font-weight: 700;
    font-size: 100px;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
}
.banner-eight .banner-eight-content span:last-child{
    font-size: 150px;
}
.banner-eight{}
