/*

Template: Geniot - Laptop Product Landing Page
Author: iqonicthemes.in
Version: 1.0
Design and Developed by: iqonicthemes.in

*/

/*================================================
[  Table of contents  ]
================================================
:: Fonts
:: Loader
:: Button
:: Back to Top
:: Title
:: Header
:: Banner
:: About
:: Features
:: System
:: Facelock
:: Slider
:: About Parts
:: Discover
:: Power
:: Privacy Policy
:: Footer
:: Error
:: Coming Soon
======================================
[ End table content ]
======================================*/

body { font-family: 'Poppins', sans-serif; letter-spacing: 1px; font-weight: normal; font-style: normal; font-size: 16px; line-height: 32px; }
a, input, button { -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -ms-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s; outline: none !important; }
a:focus { text-decoration: none !important; }
h1, h2, h3, h4, h5, h6 { margin-top: 0px; font-family: 'Gobold'; letter-spacing: 1px; }
section { padding: 80px 0; }

/*---------------------------------------------------------------------
Fonts
-----------------------------------------------------------------------*/
@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');

/*---------------------------------------------------------------------
Loader
-----------------------------------------------------------------------*/
#loading { background-color: #ffffff; height: 100%; width: 100%; position: fixed; margin-top: 0px; top: 0px; left: 0px; bottom: 0px; overflow: hidden !important; right: 0px; z-index: 999999; }
#loading-center { width: 100%; height: 100%; position: relative; overflow: hidden; }
@keyframes quiet {
  25% { transform: scaleY(.6); }
  50% { transform: scaleY(.4); }
  75% { transform: scaleY(.8); }
}
@keyframes normal {
  25% { transform: scaleY(1); }
  50% { transform: scaleY(.4); }
  75% { transform: scaleY(.6); }
}
@keyframes loud {
  25% { transform: scaleY(1); }
  50% { transform: scaleY(.4); }
  75% { transform: scaleY(1.2); }
}
.boxContainer { display: flex; justify-content: space-between; height: 64px; --boxSize: 8px; --gutter: 4px; width: calc((var(--boxSize) + var(--gutter)) * 5); position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.box { transform: scaleY(.4); height: 100%; width: var(--boxSize); background: #00befd; animation-duration: 1.2s; animation-timing-function: ease-in-out; animation-iteration-count: infinite; border-radius: 50px; margin: 0 -25px; }
.box1 { animation-name: quiet; }
.box2 { animation-name: quiet; }
.box3 { animation-name: normal; }
.box4 { animation-name: quiet; }
.box5 { animation-name: quiet; }
.box7 { animation-name: quiet; }
.box8 { animation-name: quiet; }
.box6 { width: 10px; height: 26px; border-radius: 100%; margin-top: 19px; }
.box7 { width: 8px; height: 36px; border-radius: 100px; margin-top: 14px; }
.box8 { width: 8px; height: 36px; border-radius: 100px; margin-top: 14px; }
.box9 { width: 10px; height: 26px; border-radius: 100%; margin-top: 19px; }

/*---------------------------------------------------------------------
Button
-----------------------------------------------------------------------*/
.button { background: #00befd; font-size: 16px; color: #ffffff; padding: 15px 50px; margin-right: 10px; -webkit-border-radius: 100px; -moz-border-radius: 100px; border-radius: 100px; display: inline-block; vertical-align: middle; text-transform: capitalize; border: 1px solid #00befd; cursor: pointer; text-decoration: none; }
.button:hover, .button:focus { background: #00befd; }

/*---------------------------------------------------------------------
Back to Top
-----------------------------------------------------------------------*/
#back-to-top .top { z-index: 9999; position: fixed; margin: 0px; color: #ffffff; background: #f9b822; 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: #ba0000; 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; }

/*---------------------------------------------------------------------
Title
-----------------------------------------------------------------------*/
.title-box .title { font-size: 60px; font-family: 'Gobold'; letter-spacing: 1px; line-height: 80px }
.title-box .sub-title { font-family: 'Gobold'; letter-spacing: 1px; color: #adadad; font-size: 32px; letter-spacing: 20px; margin-top: 20px; }
.title-box .light-title { font-size: 150px; font-family: 'Gobold'; letter-spacing: 1px; color: #f1f1f1; position: relative; z-index: -1; }

/*---------------------------------------------------------------------
Header
-----------------------------------------------------------------------*/
header { 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 30px 0 30px; position: absolute; left: 0; width: 100%; }
header .navbar { padding: 0; }
header .navbar .navbar-brand { padding: 0; }
header .navbar .navbar-brand img { height: 60px; }
header .navbar.navbar-light .navbar-nav li { margin-left: 30px; }
header .navbar.navbar-light .navbar-nav li a { font-size: 16px; padding: 0; color: #222222; font-weight: 400; }
header .navbar.navbar-light .navbar-nav li a.active, header .navbar.navbar-light .navbar-nav li a:hover, header  .navbar.navbar-light .navbar-nav li a:focus { color: #c80a0a; }
header .navbar.navbar-light .nav li { padding: 0 8px; }
header .navbar.navbar-light .nav li a { font-size: 22px; line-height: 13px; padding: 0; color: #ffffff; }
header .navbar.navbar-light .nav li a.active, header .navbar.navbar-light .nav li a:hover, header .navbar.navbar-light .nav li a:focus { color: #c80a0a; }
header .navbar-nav { margin-right: 0px; }
header.menu-sticky { position: fixed; padding: 5px 30px; top: 0; left: 0; display: inline-block; width: 100%; background: #fff; z-index: 999; -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); }
header.menu-sticky .navbar .navbar-brand img { height: 40px; }

/*---------------------------------------------------------------------
Banner
-----------------------------------------------------------------------*/
.banner { background: #f4f4f4; position: relative; padding: 250px 0 230px 0; }
.banner:before { position: absolute; content: ""; left: 0; top: 0; width: 0; height: 0; border-top: 400px solid #ffffff; border-right: 400px solid transparent; }
.banner-text { position: relative; }
.banner-text .title { font-weight: bold; font-size: 60px; color: #000000; letter-spacing: 6px; }
.banner-text p { color: #333333; margin-top: 20px; }
.banner-text .video-box { position: absolute; bottom: -350px; border-radius: 4px; overflow: hidden; -webkit-box-shadow: 0px 6px 90px -18px rgba(0, 0, 0, 1); -moz-box-shadow: 0px 6px 90px -18px rgba(0, 0, 0, 1); box-shadow: 0px 6px 90px -18px rgba(0, 0, 0, 1); }
.banner-text .video-box img { position: relative; width: 100%; }
.banner-text .v-text { text-align: left; display: inline-block; position: absolute; left: -130px; top: 85px; color: #e4e4e4;  /* Safari */ -webkit-transform: rotate(-90deg);/* Firefox */ -moz-transform: rotate(-90deg);/* IE */ -ms-transform: rotate(-90deg);/* Opera */ -o-transform: rotate(-90deg);/* Internet Explorer */ filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); }
.banner .device { position: absolute; right: 0; text-align: right; top: 120px; }
.banner .device img { width: 90%; -webkit-animation: action 1.5s infinite  alternate; animation: action 1.5s infinite  alternate; margin-right: 50px; }
@-webkit-keyframes action {
  0% { transform: translateY(0); }
  100% { transform: translateY(-40px); }
}
@keyframes action {
  0% { transform: translateY(0); }
  100% { transform: translateY(-40px); }
}
.btn-box { position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.video-box .video-btn { background: #ffbb01; display: inline-block; width: 50px; height: 50px; line-height: 50px; text-align: center; font-size: 20px; color: #ffffff; float: left; border-radius: 100%; z-index: 9; position: absolute; left: 35px; top: 35px; }
.video-box .video-btn i { margin-left: 5px; font-family: FontAwesome; }
.video-box .video-btn:hover i { color: #ffffff; }
.video-box .btn-waves { width: 120px; height: 120px; z-index: 2; }
.video-box .btn-waves .waves { position: absolute; width: 120px; height: 120px; background: rgba(255, 255, 255, 0.5); opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; border-radius: 320px; background-clip: padding-box; -webkit-animation: waves 3s ease-in-out infinite; animation: waves 3s ease-in-out infinite; }
.video-box .btn-waves .wave-1 { -webkit-animation-delay: 0s; animation-delay: 0s; }
.video-box .btn-waves .wave-2 { -webkit-animation-delay: 1s; animation-delay: 1s; }
.video-box .btn-waves .wave-3 { -webkit-animation-delay: 2s; animation-delay: 2s; }
@-webkit-keyframes waves {
  0% { -webkit-transform: scale(0.2, 0.2); transform: scale(0.2, 0.2); opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  50% { opacity: 0.9; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; }
  100% { -webkit-transform: scale(0.9, 0.9); transform: scale(0.9, 0.9); opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
}
@keyframes waves {
  0% { -webkit-transform: scale(0.2, 0.2); transform: scale(0.2, 0.2); opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  50% { opacity: 0.9; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; }
  100% { -webkit-transform: scale(0.9, 0.9); transform: scale(0.9, 0.9); opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
}

/*---------------------------------------------------------------------
About
-----------------------------------------------------------------------*/
.about { padding: 400px 0 520px 0; overflow: hidden; }
.about .title { font-size: 70px; color: #000000; }
.about .sub-title { color: #adadad; font-size: 32px; letter-spacing: 20px; margin-top: 40px; }
.about .about-box { margin: 150px 0; position: relative; }
.about .device-box { position: relative; margin: 150px 0 100px 0; display: -webkit-box; }
.about .device-box .device-1 { position: absolute; left: 10%; top: 0; width: 50%; }
.about .device-box .device-2 { position: absolute; right: 10%; top: 0; width: 50%; }
.about .about-text .title { font-size: 36px; letter-spacing: 8px; }
.about .about-text p { padding: 0 100px; margin: 32px 0 20px 0; }
.about .about-text a { color: #000000; text-decoration: none; }
.about .about-text a:hover { color: #ba0000; }
.about .about-text i { font-family: FontAwesome; background: #ffbb01; color: #ffffff; border: 4px solid rgba(255, 255, 255, 0.5); border-radius: 100%; height: 30px; width: 30px; line-height: 25px; position: relative; margin-left: 10px; padding-left: 1px; }

/*---------------------------------------------------------------------
Features
-----------------------------------------------------------------------*/
.features { position: relative; padding: 160px 0 100px 0; }
.features .title-box .sub-title { color: #ffffff; }
.features .title-box p { padding: 0 100px; margin: 32px 0 20px 0; color: #ffffff; }
.features .title-box .title { color: #00befd; }
.features .title-box .light-title { color: rgba(255, 255, 255, 0.1); }
.features .features-box { padding: 0; margin: 100px 0 0 0; }
.features .features-box li { list-style-type: none; width: 25%; color: #ffffff; text-align: center; line-height: 20px; font-size: 14px; float: left; padding: 40px 0; border-top: 1px solid rgba(255, 255, 255, 0.2); border-right: 1px solid rgba(255, 255, 255, 0.2); }
.features .features-box li span { display: inherit; }
.features .features-box li img { margin-bottom: 20px; width: 60px; }
.features .features-box li:nth-child(1), .features .features-box li:nth-child(2), .features .features-box li:nth-child(3), .features .features-box li:nth-child(4) { border-top: none; }
.features .features-box li:nth-child(4), .features .features-box li:nth-child(8) { border-right: none; }

/*---------------------------------------------------------------------
System
-----------------------------------------------------------------------*/
.system { position: relative; padding: 100px 0; }
.system .system-text p { padding: 0 100px; margin: 32px 0 20px 0; font-size: 20px; line-height: 32px; }
.system-box { position: relative; }
.system-box img { width: 70%; margin-bottom: 100px; }
.system-box .btn-waves { width: 300px; height: 300px; z-index: -1; }
.system-box .btn-waves .waves { position: absolute; width: 300px; height: 300px; background: rgba(0, 190, 253, 0.2); opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; border-radius: 320px; background-clip: padding-box; -webkit-animation: waves 3s ease-in-out infinite; animation: waves 3s ease-in-out infinite; }
.system-box .btn-waves .wave-1 { -webkit-animation-delay: 0s; animation-delay: 0s; }
.system-box .btn-waves .wave-2 { -webkit-animation-delay: 1s; animation-delay: 1s; }
.system-box .btn-waves .wave-3 { -webkit-animation-delay: 2s; animation-delay: 2s; }
.system-box .btn-waves.left { position: absolute; top: 55%; left: 8%; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); }
.system-box .btn-waves.right { position: absolute; top: 55%; right: 8%; -webkit-transform: translate(0, -50%); transform: translate(0%, -50%); }
@-webkit-keyframes waves {
  0% { -webkit-transform: scale(0.2, 0.2); transform: scale(0.2, 0.2); opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  50% { opacity: 0.9; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; }
  100% { -webkit-transform: scale(0.9, 0.9); transform: scale(0.9, 0.9); opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
}
@keyframes waves {
  0% { -webkit-transform: scale(0.2, 0.2); transform: scale(0.2, 0.2); opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  50% { opacity: 0.9; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; }
  100% { -webkit-transform: scale(0.9, 0.9); transform: scale(0.9, 0.9); opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
}


.system ul { padding: 0; margin: 100px 0 0 0; }
.system ul li { list-style-type: none; width: 20%; color: #000000; text-align: center; line-height: 20px; font-size: 14px; float: left; }
.system ul li span { display: inherit; }
.system ul li img { margin-bottom: 20px; width: 60px; }
.read-more button { font-size: 24px; background: #ffbb01; color: #ffffff; border: 4px solid rgba(255, 255, 255, 0.5); 
  border-radius: 100%; height: 40px; width: 40px; line-height: 34px; position: relative; margin-left: 10px; cursor: pointer; margin-top: 6px; }
.read-more span { position: relative; top: -6px; }
.read-more .text { font-size: 16px !important; }

/*---------------------------------------------------------------------
Facelock
-----------------------------------------------------------------------*/
.facelock { padding-bottom: 80px; }
.facelock .title-box .sub-title { margin-top: 20px; }
.facelock .title-box p { margin: 20px 0 0 0; }
.facelock .face-img { -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); }
}

/*---------------------------------------------------------------------
Slider
-----------------------------------------------------------------------*/
.slider { overflow: hidden; padding: 30px 20px 20px 20px; background: #f1f1f1; }

/* Dots */
.slider .owl-carousel .owl-controls .owl-dot { margin-top: 20px; display: inline-block; }
.slider .owl-carousel .owl-dots { position: relative; width: 100%; display: inline-block; text-indent: inherit; text-align: center; cursor: pointer; }
.slider .owl-carousel.owl-theme .owl-dots .owl-dot span { background: #cecece; display: inline-block; margin: 0px 3px; height: 4px; width: 30px; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; cursor: pointer; }
.slider .owl-carousel.owl-theme .owl-dots .owl-dot:hover span, .slider .owl-carousel.owl-theme .owl-dots .owl-dot.active span { background: #ffbb01; width: 50px; }

/*---------------------------------------------------------------------
 About Parts
-----------------------------------------------------------------------*/
.parts { padding: 30px 20px; overflow: hidden; }
.parts .col-lg-6 { overflow: hidden; }
.parts .parts-box { padding: 60px 30px; width: 100%; }
.parts .parts-box .title-box .title { font-family: 'Gobold'; letter-spacing: 5px; font-size: 36px; line-height: 52px; }
.parts .parts-box .title-box p { font-size: 16px; line-height: 32px; font-weight: 400; margin-top: 30px; }
.parts .parts-box.box-1 { background: #ffffff; color: #000000; }
.parts .parts-box.box-2 { color: #ffffff; background: #c5defc; }
.parts .parts-box.box-2 .title, .parts .parts-box.box-2 ul li a { color: #000000; }
.parts .parts-box.box-3 { margin-top: 30px; color: #ffffff; background: -moz-radial-gradient(center, ellipse cover, rgba(58, 5, 113, 1) 0%, rgba(43, 11, 81, 1) 34%, rgba(27, 18, 46, 1) 71%, rgba(21, 22, 33, 1) 85%); /* ff3.6+ */ background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(58, 5, 113, 1)), color-stop(34%, rgba(43, 11, 81, 1)), color-stop(71%, rgba(27, 18, 46, 1)), color-stop(85%, rgba(21, 22, 33, 1))); /* safari4+,chrome */ background: -webkit-radial-gradient(center, ellipse cover, rgba(58, 5, 113, 1) 0%, rgba(43, 11, 81, 1) 34%, rgba(27, 18, 46, 1) 71%, rgba(21, 22, 33, 1) 85%); /* safari5.1+,chrome10+ */ background: -o-radial-gradient(center, ellipse cover, rgba(58, 5, 113, 1) 0%, rgba(43, 11, 81, 1) 34%, rgba(27, 18, 46, 1) 71%, rgba(21, 22, 33, 1) 85%); /* opera 11.10+ */ background: -ms-radial-gradient(center, ellipse cover, rgba(58, 5, 113, 1) 0%, rgba(43, 11, 81, 1) 34%, rgba(27, 18, 46, 1) 71%, rgba(21, 22, 33, 1) 85%); /* ie10+ */ background: radial-gradient(ellipse at center, rgba(58, 5, 113, 1) 0%, rgba(43, 11, 81, 1) 34%, rgba(27, 18, 46, 1) 71%, rgba(21, 22, 33, 1) 85%); /* w3c */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3a0571', endColorstr='#151621', GradientType=1); /* ie6-9 */ }
.parts .parts-box.box-3 ul li a { color: #ffffff; }
.parts .parts-box.box-4 { background: #f2f2f2; margin-top: 30px; }
.parts .parts-box ul { padding: 0; margin: 30px 0 60px 0; }
.parts .parts-box ul li { list-style-type: none; }
.parts .parts-box ul li a { text-decoration: none; font-size: 14px; color: #00befd; }
.parts .parts-box ul li a:hover { font-size: 16px; }

/*---------------------------------------------------------------------
Discover
-----------------------------------------------------------------------*/
.discover { overflow: hidden; padding: 160px 0 100px 0; }
.discover .title-box { margin-bottom: 80px; }
.discover .title-box p { padding: 0 100px; margin: 32px 0 20px 0; }

/*---------------------------------------------------------------------
Power
-----------------------------------------------------------------------*/
.power { padding: 160px 0 100px 0; }
.power .title-box .light-title { color: #f1f1f1; }
.power .title-box .sub-title { font-size: 24px; font-family: 'Poppins', sans-serif; letter-spacing: 1px; margin-bottom: 20px; }
.jarallax.power{ background-position: right center; background-size: 88% auto; background-repeat: no-repeat; }

/*---------------------------------------------------------------------
Privacy Policy
-----------------------------------------------------------------------*/
.privacy-policy { background: #f4f4f4; padding: 40px 0; }
.privacy-policy p { font-size: 16px; margin-bottom: 0; line-height: 20px; }
.privacy-policy p span { font-size: 24px; }
.privacy-policy p:last-child { margin-top: 20px; }

/*---------------------------------------------------------------------
                        Footer
-----------------------------------------------------------------------*/
.footer .footer-top { padding: 60px 0 0 0; }
.footer .logo { width: 100px; }

/*Social Media*/
.footer .media-box { margin: 0; padding: 0; text-align: right; }
.footer .media-box li { display: inline-block; list-style: none; padding: 0; margin: 0px 4px; }
.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%; }
.footer .media-box li a i { font-family: FontAwesome }
.footer .media-box li a:hover { background: #ffbb01; border-color: #ffbb01; color: #ffffff; }

/*Link*/
.footer .footer-middel { padding: 40px 0; }
.footer .footer-link { padding: 0; margin: 0; }
.footer .footer-link li { list-style-type: none; margin-bottom: 6px; }
.footer .footer-link li a { color: #a5a5a7; text-decoration: none; }
.footer .footer-link li a:hover { color: #00befd; }
.footer .footer-middel .title { font-weight: 600; margin-bottom: 10px; }

/*Newsletter*/
.footer .newsletter { width: 100%; margin: 20px 0 20px 0; }
.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: 55px; display: inline-block; padding-left: 25px; box-shadow: none; float: left; width: 60%; }
.footer .newsletter .button { background: #ffbb01; color: #ffffff; padding: 10px 40px; -webkit-border-radius: 0px 100px 100px 0px; -moz-border-radius: 0px 100px 100px 0px; border-radius: 0px 100px 100px 0px; text-decoration: none; }
.footer .newsletter .button:hover { background: #ba0000; }
.footer p { color: #a5a5a7; }

/*Contact*/
.footer .contact ul { padding: 0; margin: 0; }
.footer .contact ul li { list-style-type: none; float: left; margin-right: 20px; font-size: 18px; }
.footer .contact ul li span { font-weight: 800; }
.footer .contact ul li a { color: #a5a5a7; text-decoration: none; }
.footer .contact ul li a:hover { color: #00befd; }

/*Copyright*/
.footer .footer-copyright { color: #a5a5a7; text-decoration: none; text-align: right; }
.footer .footer-copyright a { color: #ba0000; text-decoration: none; }
.footer .footer-copyright a:hover { color: #ffbb01; }

/*Footer Bottom*/
.footer .footer-bottom { overflow: hidden; }
.footer .footer-bottom .container { border-top: 1px solid #edecec; padding: 20px 0; }
.footer .footer-bottom ul { padding: 0; margin: 0; }
.footer .footer-bottom ul li { list-style-type: none; float: left; margin-right: 15px; }
.footer .footer-bottom ul li span { font-weight: 800; }
.footer .footer-bottom ul li a { color: #a5a5a7; text-decoration: none; font-size: 13px; }
.footer .footer-bottom ul li a:hover, .footer .footer-bottom ul li a.active { color: #ffbb01; }









/*---------------------------------------------------------------------
                        Error
-----------------------------------------------------------------------*/
.error h2{font-size: 36px; font-weight: 600; margin-bottom: 60px;}
.error img{width: 60%;}
.error .read-more{ display: inherit; margin-top: 20px;  font-size: 20px; color: #00befd;}



/*---------------------------------------------------------------------
                        Coming Soon
-----------------------------------------------------------------------*/
/*counter*/
* { margin: 0; padding: 0; }

.coming-soon { overflow: hidden; }
.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; }
.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: #f5f5f5; padding: 8px 0 4px 0; margin: 15px; border-radius: .5rem; }
.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: #00befd; }
.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: #00befd; 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; height: 45px;}
.coming-soon .input-group-btn { display: flex; float: right; position: relative; top: -45px; }
.coming-soon .form-email .btn-color {padding: 5px 15px; line-height: 35px;}
.coming-soon .btn-color { background: #00befd; }
.coming-soon .btn { display: inline-block; 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; 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; }
.coming-soon .form-email .btn.focus, .coming-soon .form-email .btn:focus{box-shadow: inherit;}
/*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: #00befd; border-color: #00befd; 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; }