/*
Template: Geniot - Earphone Landing Page
Author: iqonicthemes.in
Version: 1.0
Design and Developed by: iqonicthemes.in
*/
/*================================================
[  Table of contents  ]
================================================
:: General
:: Loader
:: Back to Top
:: Header
:: Full Page
:: Fatures
:: About
:: Special Features
:: Three Box
:: Earphone Second
:: Earphone Third
:: Unbox
:: Charger
:: Colors
:: Footer
:: Error
:: Coming Soon
======================================
[ End table content ]
======================================*/
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
/*---------------------------------------------------------------------
General
-----------------------------------------------------------------------*/
*::-moz-selection { background: #0f8f3b; color: #fff; text-shadow: none; }
::-moz-selection { background: #0f8f3b; color: #fff; text-shadow: none; }
::selection { background: #0f8f3b; color: #fff; text-shadow: none; }
body { font-family: 'Poppins', sans-serif; letter-spacing: 1px; font-weight: normal; font-style: normal; font-size: 16px; line-height: 32px; color: #777777; }
a, .btn { -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
a:focus { text-decoration: none !important; }
a:focus, a:hover { color: #0f8f3b; text-decoration: none !important; }
a, button, input { outline: medium none !important; color: #0f8f3b; }
.uppercase { text-transform: uppercase; }
h1, h2, h3, h4, h5, h6 { letter-spacing: 1px; font-weight: normal; color: #222222; margin-top: 0px; letter-spacing: 2px; }
p { font-size: 18px; line-height: 28px; letter-spacing: 1px; margin-bottom: 0;}

/*---------------------------------------------------------------------
Loader
-----------------------------------------------------------------------*/
.loader { width: 100%; height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: #fff; z-index: 9999; }
#ld2 { display: flex; flex-direction: row; }
#ld2 div { height: 30px; width: 5px; background: #00c9ff; margin: 4px; border-radius: 90px; }
#ld2 div:nth-child(1) { animation: ld2 1s ease-in-out infinite 0s; }
#ld2 div:nth-child(2) { animation: ld2 1s ease-in-out infinite 0.1s; }
#ld2 div:nth-child(3) { animation: ld2 1s ease-in-out infinite 0.2s; }
#ld2 div:nth-child(4) { animation: ld2 1s ease-in-out infinite 0.3s; }
#ld2 div:nth-child(5) { animation: ld2 1s ease-in-out infinite 0.4s; }
#ld2 div:nth-child(6) { animation: ld2 1s ease-in-out infinite 0.5s; }
#ld2 div:nth-child(7) { animation: ld2 1s ease-in-out infinite 0.6s; }
@keyframes ld2 {
	0% { transform: scaleY(1); background: #00c9ff; }
	25% { background: #19aada; }
	50% { transform: scaleY(2); background: #00c9ff; }
	75% { background: #19aada; }
	100% { transform: scaleY(1); background: #00c9ff; }
}
/*---------------------------------------------------------------------
Back to Top
-----------------------------------------------------------------------*/
#back-to-top .top { z-index: 9999; position: fixed; margin: 0px; color: #ffffff; background: #1c2d50; position: fixed; bottom: 25px; right: 25px; z-index: 999; font-size: 20px; width: 50px; height: 50px; text-align: center; line-height: 50px; -webkit-border-radius: 90px; -moz-border-radius: 90px; border-radius: 90px; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; transition: all .3s ease-in-out; }
#back-to-top .top:hover { background: #0f8f3b; color: #ffffff; -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1); box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1); }
#back-to-top i { font-family: FontAwesome; }
/*---------------------------------------------------------------------
Header
-----------------------------------------------------------------------*/
header { position: absolute; width: 100%; z-index: 99;  -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
header .header-top { background: #222222; padding: 10px 100px; }
header .header-top ul { padding: 0; margin: 0; }
header .header-top ul li { list-style-type: none; display: inline-block; margin-right: 20px; }
header .header-top ul li:last-child { margin-right: 0; }
header .header-top ul li a { color: #ffffff; text-decoration: none; font-size: 14px; }
header .header-top ul li a:hover { color: #0f8f3b; }
header .header-top .text-right ul { padding: 0; margin: 0; }
header .header-top .text-right ul li { list-style-type: none; display: inline-block; margin-left: 20px; }
header .header-top .text-right ul li:first-child { margin-right: 0; }
header .header-top .text-right ul li a { color: #ffffff; text-decoration: none; }
header .header-top .text-right ul li a:hover { color: #0f8f3b; }
header .header-bottom { z-index: 99; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; padding: 15px 50px 15px 20px; }
header .header-bottom .navbar { padding: 0; }
header .header-bottom .navbar .navbar-brand { padding: 0; }
header .header-bottom .navbar .navbar-brand img { height: 60px; }
header .header-bottom .navbar.navbar-light .navbar-nav li { margin-left: 30px; }
header .header-bottom .navbar.navbar-light .navbar-nav li a { font-size: 16px; padding: 0; color: #1c2d50; font-weight: 400; font-family: 'Montserrat', sans-serif; }
header .header-bottom .navbar.navbar-light .navbar-nav li a.active, header .header-bottom .navbar.navbar-light .navbar-nav li a:hover, header 
.header-bottom .navbar.navbar-light .navbar-nav li a:focus { color: #0f8f3b; }
header .header-bottom .navbar.navbar-light .nav li { padding: 0 8px; }
header .header-bottom .navbar.navbar-light .nav li a { font-size: 22px; line-height: 13px; padding: 0; color: #1c2d50; }
header .header-bottom .navbar.navbar-light .nav li.active a, header .header-bottom .navbar.navbar-light .nav li a:hover, header .header-bottom .navbar.navbar-light .nav li a:focus { color: #0f8f3b; }
header .header-bottom .navbar-nav { margin-right: -30px; }
.fp-viewing-1 header { position: fixed; padding: 5px 0; top: 0; left: 0; display: inline-block; width: 100%; background: #fff; -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1); box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1); }
.fp-viewing-1 header .header-top { display: none; }
.fp-viewing-1 header .header-bottom { padding: 6px 100px; }
.fp-viewing-1 header .header-bottom .navbar .navbar-brand img { height: 40px; }
.fp-viewing-1 header, .fp-viewing-2 header, .fp-viewing-3 header, .fp-viewing-4 header, .fp-viewing-5 header, .fp-viewing-6 header, .fp-viewing-7 header, .fp-viewing-8 header, .fp-viewing-9 header, .fp-viewing-10 header, .fp-viewing-11 header, .fp-viewing-12 header { display: none; }
header.menuxyz{display: none;}
/*================
login
================*/
.user-login { background: rgba(255, 255, 255, 0.9); }
.user-login .modal-content { border: 4px solid #0f8f3b; border-radius: 10px; padding: 10px; }
.user-login .modal-header { border-bottom: none; }
.user-login .modal-body { padding-top: 0; margin-top: 20px; }
.user-login .form-check-label { padding-left: 25px; vertical-align: top; }
.user-login input[type="checkbox"] { margin-left: inherit; height: 16px; width: 16px; }
.user-login .form-control { height: 50px; border-radius: 100px; padding-left: 20px; box-shadow: none !important; }
.user-login hr { border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
.user-login .form-check { padding-left: 0; text-align: left; }
.user-login .user-link { color: #0f8f3b; }
.user-login .user-link:hover { text-decoration: underline; }
.user-login .small-font { font-size: 14px; text-align: left; }
.user-login .button { background: #edecec; color: #25292d; padding: 10px 50px; border: 1px solid #e9e9ea; width: 100%; outline: none; margin: 20px 0; }
.user-login .button:hover { background: #0f8f3b; color: #ffffff; }
.modal-backdrop { z-index: 9; }
/*---------------------------------------------------------------------
Full Page
-----------------------------------------------------------------------*/
#fullpage .container-fluid { padding: 0 150px; }
.section.fp-section .watch-bg-left { position: absolute; width: auto; left: 0; top: 0%; height: 100%; z-index: -1; -webkit-transition: all 1s ease-in-out; -moz-transition: all 1s ease-in-out; -o-transition: all 1s ease-in-out; transition: all 1s ease-in-out; opacity: 1; }
.section.fp-section .watch-bg-right { position: absolute; width: auto; right: 0; top: 0%; height: 100%; z-index: -1; -webkit-transition: all 1s ease-in-out; -moz-transition: all 1s ease-in-out; -o-transition: all 1s ease-in-out; transition: all 1s ease-in-out; opacity: 1; }
video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.text { position: absolute; font-family: 'Heebo', sans-serif; font-size: 360px; text-align: center; color: black; font-weight: 900; width: 100%; height: 100%; display: flex; align-items: center; mix-blend-mode: screen; justify-content: center; background: white; cursor: default; }
div#goBack { z-index: 100; width: 50px; height: 50px; top: 0px; left: 0px; mix-blend-mode: overlay; background: white; }
.blend-multiply { mix-blend-mode: multiply; }
.wrapper { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #f2f2f2; overflow: hidden; }
.wrapper ul { list-style: none; margin: 0; padding: 0; display: block; color: #27282e; }
.bg-color { position: absolute; top: 0; left: 0; width: 100%; height: 100%; transition: transform .75s cubic-bezier(.52, .01, .16, 1); transform-origin: 0 0; margin: 0; padding: 0; }
div#circle { border-radius: 50%; width: 200px; height: 200px; z-index: 1000; }
@keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Internet Explorer */
@-ms-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/*---------------------------------------------------------------------
Fatures
-----------------------------------------------------------------------*/
.features .toolbox-items { margin-top: 30px; text-align: center; }
.features ul { padding: 0; margin: 0; width: 100%; margin-top: 50px; }
.features ul li { list-style-type: none; width: 24%; display: inline-block; text-align: center; }
.features ul li span { width: 100%; display: inline-block; margin-top: 15px; font-size: 14px; }
.features h2 { position: relative; font-size: 42px; font-weight: 700; line-height: 55px; margin-top: 100px; }
.features ul li .img-bg { width: 80px; background: #0f8f3b; height: 80px; border-radius: 100%; line-height: 80px; }
.features ul li .img-bg img { width: 40px; }
.features p { font-size: 16px; line-height: 24px; }
/*---------------------------------------------------------------------
About
-----------------------------------------------------------------------*/
.about .container-fluid { padding: 0; }
.about { background: #f3f3f3; }
.about .owl-carousel .row { padding: 0 150px; }
.about .earphone-grey-bg img { margin-right: -100px; }
.about .text-box { padding-left: 50px; padding-right: 40px; }
.about .owl-carousel .owl-nav button.owl-prev { left: 40px; position: absolute; top: 50%; margin-top: -16px; }
.about .owl-carousel .owl-nav button.owl-next { right: 40px; position: absolute; top: 50%; margin-top: -16px; }
.about .owl-carousel .owl-nav button.owl-prev i:before, .about .owl-carousel .owl-nav button.owl-next i:before { content: none; }
.about .owl-carousel .owl-nav button.owl-prev i { background: url('../images/icon/prev.png'); width: 40px; height: 120px; }
.about .owl-carousel .owl-nav button.owl-next i { background: url('../images/icon/next.png'); width: 40px; height: 120px; }
.about p { font-size: 16px; line-height: 32px; margin-top: 24px; letter-spacing: 1px; }
.about .text-box .title { letter-spacing: 2px; }
/*---------------------------------------------------------------------
Special Features
-----------------------------------------------------------------------*/
.spe-features .fp-tableCell { padding: 0; }
.spe-features .heading-box { padding: 0 100px; }
.spe-features .heading-box .sub-title { padding: 0 100px; font-size: 16px; line-height: 32px; margin-top: 24px; letter-spacing: 1px; font-weight: 500; }
.spe-features h5.title { font-family: 'Poppins', sans-serif; }
.spe-features .content-box1 { position: absolute; left: 30%; top: 10%; width: 300px; }
.spe-features .content-box2 { width: 300px; position: absolute; left: 70%; bottom: 0; bottom: 40px;}
.spe-features .content-box3 { width: 300px; position: absolute; left: -40%; top: 15%; }
.spe-features .content-box4 { width: 300px; position: absolute; left: 0; bottom: 0; bottom: 40px;}
.spe-features .toolbox-items { text-align: center; }
.spe-features .img-box { position: relative; text-align: center; }
.spe-features .img { margin-top: 60px; animation: shake 1.0s; animation-iteration-count: infinite; }
.spe-features .content-box1 .title, .spe-features .content-box2 .title, .spe-features .content-box3 .title, .spe-features .content-box4 .title { font-size: 20px; line-height: 32px; margin-top: 24px; letter-spacing: 1px; font-weight: 600; }
.spe-features .content-box1 p, .spe-features .content-box2 p, .spe-features .content-box3 p, .spe-features .content-box4 p { font-size: 14px; line-height: 24px; letter-spacing: 1px; }
@keyframes shake {
0% { transform: translate(1px, 1px) rotate(0deg); }
10% { transform: translate(-1px, -2px) rotate(-1deg); }
20% { transform: translate(-3px, 0px) rotate(1deg); }
30% { transform: translate(3px, 2px) rotate(0deg); }
40% { transform: translate(1px, -1px) rotate(1deg); }
50% { transform: translate(-1px, 2px) rotate(-1deg); }
60% { transform: translate(-3px, 1px) rotate(0deg); }
70% { transform: translate(3px, 1px) rotate(-1deg); }
80% { transform: translate(-1px, -1px) rotate(1deg); }
90% { transform: translate(1px, 2px) rotate(0deg); }
100% { transform: translate(1px, -2px) rotate(-1deg); }
}
/*---------------------------------------------------------------------
Three Box
-----------------------------------------------------------------------*/
.three-box { background: #f3f3f3; }
.three-box .toolbox-items { margin-top: 30px; }
.three-box .toolbox-items img { width: 200px; }
.three-box .toolbox-items h3 { display: inline-block; margin: 20px 0; font-size: 24px; width: 100%; font-weight: 600; }
.three-box .toolbox-items p { font-size: 16px; line-height: 28px; letter-spacing: 1px; }
.three-box .heading-box .sub-title { padding: 0 100px; font-size: 16px; line-height: 32px; margin-top: 24px; letter-spacing: 1px; font-weight: 500; }
/*---------------------------------------------------------------------
Earphone Second
-----------------------------------------------------------------------*/
.earsecond .earphone-bg-left { position: absolute; width: auto; left: 0; top: 0%; height: 100%; z-index: -1; -webkit-transition: all 1s ease-in-out; -moz-transition: all 1s ease-in-out; -o-transition: all 1s ease-in-out; transition: all 1s ease-in-out; opacity: 1; }
.earsecond .text-box p { font-size: 16px; line-height: 32px; margin-top: 24px; letter-spacing: 1px; }
.earsecond .img-box { -webkit-animation: action 1.5s infinite  alternate; animation: action 1.5s infinite  alternate; }
.earsecond .heading-box .title { margin-bottom: 20px; font-size: 36px; line-height: 50px; font-weight: 500; }
@-webkit-keyframes action {
0% { transform: translateY(0); }
100% { transform: translateY(-40px); }
}
@keyframes action {
0% { transform: translateY(0); }
100% { transform: translateY(-40px); }
}
.earsecond ul { padding-left: 0; }
.earsecond ul li { list-style: none; margin-top: 20px; }
.earsecond ul li:first-child { margin-top: 40px; }
.earsecond ul li span { color: #0f8f3b; margin-right: 15px; display: inline-block; border: 1px solid #ddd; border-radius: 100%; text-align: center; padding: 15px; }
.earsecond ul li span img { width: 30px; line-height: 30px; height: 30px; }
/*---------------------------------------------------------------------
Earphone Third
-----------------------------------------------------------------------*/
.earthird .earphone-bg-right { position: absolute; width: auto; right: 0; top: 0%; height: 100%; z-index: -1; -webkit-transition: all 1s ease-in-out; -moz-transition: all 1s ease-in-out; -o-transition: all 1s ease-in-out; transition: all 1s ease-in-out; opacity: 1; }
.earthird .toolbox-items { margin: 30px 0; }
.earthird .toolbox-items span { font-size: 24px; line-height: 30px; color: #000; margin-bottom: 10px; display: inline-block; }
.earthird .toolbox-items p { font-size: 16px; line-height: 28px; letter-spacing: 0px; }
.earthird .toolbox-items span b { font-size: 56px; font-weight: 300; }
.earthird .heading-box .title { margin-bottom: 20px; font-size: 36px; line-height: 50px; font-weight: 500; }
.earthird .heading-box .sub-title { margin-bottom: 100px; font-size: 16px; line-height: 32px; margin-top: 24px; letter-spacing: 1px; }
.earthird img.two-earphone { width: 70%; -webkit-animation: action 1.5s infinite  alternate; animation: action 1.5s infinite  alternate; }
@-webkit-keyframes action {
0% { transform: translateY(0); }
100% { transform: translateY(-40px); }
}
@keyframes action {
0% { transform: translateY(0); }
100% { transform: translateY(-40px); }
}
/*---------------------------------------------------------------------
Unbox
-----------------------------------------------------------------------*/
.unbox { background: #f3f3f3; }
.unbox .heading-box { margin-bottom: 40px; }
.unbox ul { margin: 0; padding: 0; margin-left: 10px; }
.unbox ul li { list-style-type: none; font-size: 16px; margin: 10px 0; position: relative; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.unbox ul li:hover { font-size: 18px; font-weight: 600; color: #0f8f3b; }
.unbox ul li::before { position: absolute; left: 50px; top: 10px; content: ''; background: #0f8f3b; height: 6px; width: 6px; opacity: 0; }
.unbox ul li:hover::before { left: -15px; opacity: 1.0; }
.unbox .heading-box .title { margin-bottom: 20px; font-size: 36px; line-height: 50px; }
/*---------------------------------------------------------------------
Charger
-----------------------------------------------------------------------*/
.charger .charger-box { position: relative;     margin-bottom: -60px; }
.charger .charger-box .charger-phone { position: absolute; top: 180px; left: 50%; transform: translate(-50%, -50%); }
.charger .heading-box { padding: 0 100px; margin-bottom: 0px; }
.charger .heading-box .sub-title { font-size: 16px; line-height: 32px; margin-top: 24px; letter-spacing: 1px; font-weight: 500; }
/*---------------------------------------------------------------------
Colors
-----------------------------------------------------------------------*/
.colors, .colorstwo, .colorsthree, .charger { overflow: inherit; }
.colors h2, .colorstwo h2, .colorsthree h2 { text-transform: uppercase; font-weight: 600; font-size: 40px; line-height: 50px; margin: 10px 0 15px 20px; }
.colors span, .colorstwo span, .colorsthree span { text-transform: uppercase; font-size: 20px; line-height: 30px; color: #333; letter-spacing: 5px; font-weight: 500; margin-bottom: 30px; }
.colors p, .colorstwo p, .colorsthree p { margin-top: 15px; }
/*---------------------------------------------------------------------
Footer
-----------------------------------------------------------------------*/
.ear-footer { margin-top: 60px; }
.ear-footer .footer-top { padding: 60px 0 0 0; }
.ear-footer .fp-tableCell { vertical-align: bottom; }
.ear-footer .logo { width: 100px; }
/*Social Media*/
.ear-footer .media-box { margin: 0; padding: 0; text-align: right; }
.ear-footer .media-box li { display: inline-block; list-style: none; padding: 0; margin: 0px 4px; }
.ear-footer .media-box li a { display: block; width: 45px; height: 45px; line-height: 45px; font-size: 16px; color: #CCCFD3; background: transparent; border: 1px solid #CCCFD3; text-align: center; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }
.ear-footer .media-box li a:hover { background: #0f8f3b; border-color: #0f8f3b; color: #ffffff; }
.ear-footer .media-box li i { font-family: FontAwesome; }
/*Link*/
.ear-footer .footer-middel { padding: 40px 0; }
.ear-footer .footer-link { padding: 0; margin: 0; }
.ear-footer .footer-link li { list-style-type: none; margin-bottom: 6px; }
.ear-footer .footer-link li a { color: #a5a5a7; text-decoration: none; }
.ear-footer .footer-link li a:hover { color: #0f8f3b; }
.ear-footer .footer-middel .title { font-weight: 600; margin-bottom: 10px; }
/*Newsletter*/
.ear-footer .newsletter { width: 100%; margin: 20px 0 20px 0; }
.ear-footer .newsletter .form-control { background: #ffffff; -webkit-border-radius: 100px 0 0 100px; -moz-border-radius: 100px 0 0 100px; border-radius: 100px 0 0 100px; height: 50px; display: inline-block; padding-left: 25px; box-shadow: none; float: left; width: 60%; }
.ear-footer .newsletter .button { background: #0f8f3b; color: #ffffff; padding: 8px 40px; -webkit-border-radius: 0px 100px 100px 0px; -moz-border-radius: 0px 100px 100px 0px; border-radius: 0px 100px 100px 0px; text-decoration: none; }
.ear-footer .newsletter .button:hover { background: #1c2d50; }
.ear-footer p { color: #a5a5a7; font-size: 14px;}
/*Contact*/
.ear-footer .contact ul { padding: 0; margin: 0; }
.ear-footer .contact ul li { list-style-type: none; float: left; margin-right: 20px; font-size: 18px; }
.ear-footer .contact ul li span { font-weight: 800; }
.ear-footer .contact ul li a { color: #a5a5a7; text-decoration: none; }
.ear-footer .contact ul li a:hover { color: #0f8f3b; }
/*Copyright*/
.ear-footer .footer-copyright { color: #a5a5a7; text-decoration: none; text-align: center; }
.ear-footer .footer-copyright a { color: #0f8f3b; text-decoration: none; }
.ear-footer .footer-copyright a:hover { color: #0f8f3b; }
/*Footer Bottom*/
.ear-footer .footer-bottom .container { border-top: 1px solid #edecec; padding: 20px 0; }
.ear-footer .footer-bottom ul { padding: 0; margin: 0; }
.ear-footer .footer-bottom ul li { list-style-type: none; float: left; margin-right: 15px; }
.ear-footer .footer-bottom ul li span { font-weight: 800; }
.ear-footer .footer-bottom ul li a { color: #a5a5a7; text-decoration: none; font-size: 13px; }
.ear-footer .footer-bottom ul li a:hover, .ear-footer .footer-bottom ul li a.active { color: #0f8f3b; }
/*title*/
.title { position: relative; padding-top: 30px; }
.title:before { position: absolute; content: ''; background: #ddd; height: 100%; width: 1px; top: 0; left: 0; }
.title h2 { margin-left: 20px; }
.title .cross-text { top: -10px; left: 21px; display: inline-block; position: absolute; color: #0f8f3b; text-transform: uppercase; font-weight: 500; font-size: 18px; }
.title.dark:before { background: #333; }
.title.line-none:before { background: none; content: none; }
/*---------------------------------------------------------------------
Error
-----------------------------------------------------------------------*/
.error{padding: 80px 0;}
.error h2{font-size: 36px; font-weight: 600; margin-bottom: 60px;}
.error img{width: 80%;}
.error .read-more{ display: inherit; margin-top: 20px;  font-size: 20px; color: #0f8f3b;}
/*---------------------------------------------------------------------
Coming Soon
-----------------------------------------------------------------------*/
.coming-soon { overflow: hidden;    background-color: #fff; }
.coming-soon .c-animator { margin-bottom: 0; }
.coming-soon .ui-hero { position: relative; }
.coming-soon .container.coming-page { padding-top: 80px; position: relative; z-index: 2; }
.coming-soon .container.coming-page { width: 100%; padding-right: 1rem; padding-left: 1rem; margin-right: auto; margin-left: auto; }
.coming-soon h2 { font-size: 3rem;  font-weight: bold; color: #FFF; }
.coming-soon p{color: #FFF; }
.coming-soon .ui-hero, .coming-soon  .hero-center { text-align: center; }
.coming-soon .ui-card button i { font-family: FontAwesome !important; padding-left: 10px; }
.coming-soon .ui-card button .fa-bell:before { content: "\f0f3"; }
.coming-soon #clock > div {font-size:24px; display: inline-block; width: 85px; height: 80px; 
box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05); 
background-color: rgba(255, 255, 255, 0.075); padding: 8px 0 4px 0; margin: 15px; border-radius: .5rem;color: #FFF; }
.coming-soon #clock p.lable{font-size: 16px; font-weight: inherit;}
.coming-soon #clock { margin-top: 50px; }
.coming-soon .label { color: #212529;  font-size: 30px; font-weight: bold; }
.coming-soon .clock-text { font-size: 14px; font-weight: inherit !important;color: #0f8f3b; }
.coming-soon .form-email { position: relative; max-width: 500px; margin: auto; top: 100px; }
.coming-soon .ui-card { background: #FFF; border-radius: 0.5rem; }
.coming-soon .shadow-card { box-shadow: 0 7px 15px rgba(0, 9, 128, 0.05), 0 12px 28px rgba(0, 9, 128, 0.075); }
.coming-soon .ui-card .header-card { padding: 2rem 2rem 0 2rem; }
.coming-soon .ui-hero.hero-center-heading-text { margin-left: auto; margin-right: auto; max-width: 800px; }
.coming-soon .heading-text { color: #0f8f3b; font-size: 25px;  }
.coming-soon .ui-hero .body-card { padding: 2rem; border-bottom-left-radius: 0.5rem; border-bottom-right-radius: 0.5rem; }
.coming-soon .ui-hero.hero-center form { margin-left: auto; margin-right: auto; max-width: 520px; }
.coming-soon .form-group { margin-bottom: 1rem; }
.coming-soon .input-group { position: relative; display: flex; flex-wrap: wrap; align-items: stretch; width: 100%; }
.coming-soon .ui-hero.hero-center form .form-group { border-radius: 50px;  }
.coming-soon .form-email .input-form-mail { padding: 10px 1rem 10px 1.5rem; border-top-left-radius: 2rem; border-bottom-left-radius: 2rem; }
.coming-soon .input-group > .form-email { position: relative; flex: 1 1 auto; width: 1%; margin-bottom: 0; }
.coming-soon .input-form-mail { display: block; width: 80%; font-size: 1rem; line-height: 1.4; color: #708198; background-color: #edeff2; background-clip: padding-box; border: 0 solid #ced4da; }
.coming-soon .input-group-btn { display: flex; float: right; position: relative; top: -42px; }
.coming-soon .form-email .btn-color { padding: 0.2rem 1rem; line-height: 35px; }
.coming-soon .btn-color { background: #0f8f3b; }
.coming-soon .btn { display: inline-block; font-weight: 800; text-align: center; white-space: nowrap; vertical-align: middle; user-select: none; border: 0 solid transparent; padding: 0.37rem 0.75rem; cursor: pointer; }
.coming-soon .btn-notify { display: inline-block; font-size: .9rem; padding: .6rem 1.5rem; text-transform: uppercase; letter-spacing: .03rem; color: #FFF; }
.coming-soon .section { position: relative;     padding: 30px 0 0; z-index: 1; }
.coming-soon .actions { padding-top: 6rem; }
.coming-soon .social-icon { text-align: center; }
.coming-soon .btn.btn-gradient-blue, .btn-gradient-peach { color: #FFF; }
.coming-soon .btn { display: inline-block; font-weight: 600; text-align: center; white-space: nowrap; vertical-align: middle; user-select: none; border: 0 solid transparent; padding: 0.375rem 0.75rem; font-size: 1rem; line-height: 1.4; -webkit-border-radius: 0px 100px 100px 0px; -moz-border-radius: 0px 100px 100px 0px; border-radius: 0px 100px 100px 0px; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
.coming-soon .msg h4 { color: #95bd4a;  font-size: 30px; font-weight: bold; text-transform: uppercase; position: relative; left: 60px; }
/*media-box*/
.coming-soon .media-box { margin: 0; padding: 0; }
.coming-soon .media-box li { display: inline-block; list-style: none; padding: 0; margin: 0px 4px; }
.coming-soon .media-box li a { display: block; width: 45px; height: 45px; line-height: 45px; font-size: 16px; color: #CCCFD3; background: transparent; border: 1px solid #CCCFD3; text-align: center; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }
.coming-soon .media-box li a i { font-family: FontAwesome; }
.coming-soon .media-box li a:hover { background: #0f8f3b; border-color: #0f8f3b; color: #ffffff; }
/* AFTER */
.coming-soon .ui-tittle::after { bottom: -8rem; }
.coming-soon .ui-hero.ui-tittle::after { display: block; content: inherit; position: absolute; left: -8rem; right: -8rem; height: 16rem; background-color: #FFF; -webkit-transform: rotate(-10deg); transform: rotate(-9deg); z-index: 1; }