/*

Template: GenIOT- Smart Devices Multipurpose HTML5 Template
Author: iqonicthemes.in
Version: 1.0
Design and Developed by: iqonicthemes.in

*/

/*================================================
[  Table of contents  ]
================================================
:: Fonts
:: Loader
:: Button
:: Back to Top
:: Title
:: Down Arrow
:: Header
:: login
:: Banner
:: Phone Intro
:: About Us
:: Features
:: Face Lock
:: Dual Camera
:: Battery
:: Powerful
:: Slider
:: Color
:: 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; color: #828286; }
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: 'Oswald', sans-serif; letter-spacing: 1px; color: #222222; }
section { padding: 80px 0; }

/*---------------------------------------------------------------------
Fonts
-----------------------------------------------------------------------*/

/*---------------------------------------------------------------------
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: #2D80EF; 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 { border: 1px solid #222222; color: #222222; padding: 0 0 0 20px; font-size: 14px; display: inline-block; }
.button:hover { text-decoration: inherit; color: #222222; }
.button i { font-family: FontAwesome; margin-left: 10px; border-left: 1px solid #222222; padding: 10px 10px 10px 15px; -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; }
.button:hover i { text-decoration: inherit; background: #222222; color: #ffffff; }

/*---------------------------------------------------------------------
Back to Top
-----------------------------------------------------------------------*/
#back-to-top .top { z-index: 9999; position: fixed; margin: 0px; color: #ffffff; background: #2D80EF; 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: #333; 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 { margin-top: 20px; }
.title-box .title { font-size: 50px; line-height: 60px; font-family: 'Oswald', sans-serif; letter-spacing: 6px; color: #222222; position: relative; z-index: 9; display: inline-block; }
.title-box .sub-title { position: relative; z-index: 9; margin-top: 40px; font-size: 16px; padding: 0 100px; }
.title-box .light-title { font-size: 130px; font-family: 'Oswald', sans-serif; color: #e5e5e5; font-weight: 600; line-height: 80px; margin: 15px 0; position: absolute; display: inline-block; left: 50%; top: -30px; transform: translate(-50%, 0); -webkit-transform: translate(-50%, 0); }
.title-box.left { padding: 0 40px 0 0; }
.title-box.left .sub-title { padding: 0; }
.title-box.left .light-title { left: 0; transform: inherit; -webkit-transform: inherit; }
.title-box.left:before { left: 70px; }

/*---------------------------------------------------------------------
Down Arrow
-----------------------------------------------------------------------*/
.chevron-box { position: absolute; width: 32px; height: 65px; bottom: 0; left: 50%; margin-left: -16px; z-index: 9; }
.chevron-box .chevron { position: absolute; width: 28px; height: 8px; opacity: 0; transform: scale3d(0.5, 0.5, 0.5); animation: move 3s ease-out infinite; }
.chevron-box .chevron:first-child { animation: move 3s ease-out 1s infinite; }
.chevron-box .chevron:nth-child(2) { animation: move 3s ease-out 2s infinite; }
.chevron-box .chevron:before, .chevron-box .chevron:after { content: ' '; position: absolute; top: 0; height: 100%; width: 51%; background: #000000; }
.chevron-box .chevron:before { left: 0; transform: skew(0deg, 30deg); }
.chevron-box .chevron:after { right: 0; width: 50%; transform: skew(0deg, -30deg); }
@keyframes move {
  25% { opacity: 1; }
  33% { opacity: 1; transform: translateY(30px); }
  67% { opacity: 1; transform: translateY(40px); }
  100% { opacity: 0; transform: translateY(55px) scale3d(0.5, 0.5, 0.5); }
}
.chevron-box .text { display: block; margin-top: 75px; margin-left: -30px; font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif; font-size: 12px; color: #000000; text-transform: uppercase; white-space: nowrap; opacity: .25; animation: pulse 2s linear alternate infinite; }
@keyframes pulse {
  to { opacity: 1; }
}
.face-lock .chevron-box .chevron:before, .face-lock .chevron-box .chevron:after { background: #ffffff; }
.about-phone .chevron-box .chevron:before, .about-phone .chevron-box .chevron:after { background: #ffffff; }

/*---------------------------------------------------------------------
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 .container-fluid { padding: 0 150px !important; -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.menu-sticky .container-fluid { padding: 0 50px !important; }
header .header-top { padding: 10px 0; background: #f2f2f2; }
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: #818185; text-decoration: none; font-weight: 300; }
header .header-top ul li a:hover { color: #6eddf3; }
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: #818185; text-decoration: none; font-weight: 300; }
header .header-top .text-right ul li a:hover { color: #6eddf3; }
header .header-bottom { background: rgba(255, 255, 255, 0); 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: 10px 0; }
header .header-bottom .navbar { padding: 0; }
header .header-bottom .navbar .navbar-brand { padding: 0; }
/* header .header-bottom .navbar .navbar-brand img { width: 120px; } */
/* Estilo por defecto para móviles */
header .header-bottom .navbar .navbar-brand img {
  width: 50%;
}

/* Estilo para tabletas */
@media (min-width: 768px) {
  header .header-bottom .navbar .navbar-brand img {
    width: 100px;
  }
}

/* Estilo para desktops */
@media (min-width: 1200px) {
  header .header-bottom .navbar .navbar-brand img {
    width: 120px;
  }
}
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: #818185; font-weight: 400; font-family: 'Oswald', sans-serif; }
header .header-bottom .navbar.navbar-light .navbar-nav li.active a, header .header-bottom .navbar.navbar-light .navbar-nav li a:hover, header 
.header-bottom .navbar.navbar-light .navbar-nav li a:focus { color: #2D80EF; }
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: #00c0ff; }
header.menu-sticky { position: fixed; top: 0; left: 0; display: inline-block; width: 100%; 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 .header-top { display: none; }
header.menu-sticky .header-bottom { padding: 6px 0; background: rgba(255, 255, 255, 1.0); }
header.menu-sticky .header-bottom .navbar .navbar-brand img { height: 40px; }

/*================
login
================*/
.user-login { background: rgba(255, 255, 255, 0.9); }
.user-login .modal-content { border: 4px solid #6eddf3; 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: #6eddf3; }
.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: #6eddf3; color: #ffffff; }

/*---------------------------------------------------------------------
Banner
-----------------------------------------------------------------------*/
.banner { position: relative; overflow: hidden; }
.banner .container-fluid { padding: 0; }
.banner .video-btn { margin: 20px 0; display: inline-block; text-decoration: none; }
.banner .video-btn i { background: #777785; display: inline-block; width: 40px; height: 40px; line-height: 40px; text-align: center; font-size: 16px; color: #ffffff; float: left; border-radius: 100%; margin-left: 5px; font-family: FontAwesome; -webkit-transition: all 0.8s ease-out 0s; -moz-transition: all 0.8s ease-out 0s; -ms-transition: all 0.8s ease-out 0s; -o-transition: all 0.8s ease-out 0s; transition: all 0.8s ease-out 0s; }
.banner .video-btn span { color: #777785; margin-left: 15px; line-height: 40px; -webkit-transition: all 0.8s ease-out 0s; -moz-transition: all 0.8s ease-out 0s; -ms-transition: all 0.8s ease-out 0s; -o-transition: all 0.8s ease-out 0s; transition: all 0.8s ease-out 0s; }
.banner .video-btn:hover i { background: #6eddf3; }
.banner .video-btn:hover span { color: #6eddf3; }
.banner .banner-phone { position: absolute; bottom: 120px; width: 40%; left: 50%; transform: translate(-50%, -50%); z-index: 9; }
.banner .snowboarding { position: absolute; bottom: 230px; width: 20%; right: 32%; }
.banner .center { text-align: left; }
.banner .center .flutter { font-size: 150px; font-weight: 700; animation: slice 3s, dynamic 7s infinite alternate linear; white-space: nowrap; }
.banner img { width: 70%; }
.banner .button { padding: 5px 20px; color: #ffffff; background: #6eddf3; border-radius: 3px; margin-top: 15px; }

/* Slice Animation */
@keyframes slice {
  0% { line-height: 100%; }
  100% { line-height: 100%; }
}

/* Dynamic Background Animation */
@keyframes dynamic {
  0% { background-position: 0% }
  100% { background-position: 100%; }
}
.banner-text { padding: 350px 0 500px 0; }
.banner-text p { font-size: 20px; line-height: 30px; font-weight: 500; text-transform: capitalize; letter-spacing: 2px; }
.banner-text h1 { font-size: 70px; letter-spacing: 10px; line-height: 70px; }
.banner-text h1 span { background: #000000; color: #fff; padding: 0 10px 0 20px; font-size: 60px; border-radius: 10px; }
.banner-text h6 { float: right; margin-right: 80px; margin-bottom: 15px; }
.banner .chevron-box { bottom: 32%; }
.banner .chevron-box .chevron:before, .banner .chevron-box .chevron:after { background: #2D80EF; }

/*---------------------------------------------------------------------
Phone Intro
-----------------------------------------------------------------------*/
.phone-intro { position: relative; }
.phone-intro:before { position: absolute; left: 0; top: -300px; height: 300px; width: 100%; content: ""; background: url(../images/bg/light-bg.png); background-repeat: repeat-x; }
.phone-intro .phone-box { position: relative; z-index: 9; margin-bottom: 100px; }
.phone-intro .phone-box .phone-1 { position: relative; margin-left: 10px; z-index: 9; -webkit-animation: action 1.8s infinite  alternate; animation: action 1.8s infinite  alternate; }
.phone-intro .phone-box .phone-2 { position: relative; margin-left: -80px; margin-top: -100px; -webkit-animation: action 2.5s infinite  alternate; animation: action 2.5s infinite  alternate; }
@-webkit-keyframes action {
  0% { transform: translateY(0); }
  100% { transform: translateY(-20px); }
}
@keyframes action {
  0% { transform: translateY(0); }
  100% { transform: translateY(-20px); }
}
.phone-intro .feature-box { border-right: 1px solid #dddddd; }
.phone-intro .feature-box.last { border-right: none; }
.phone-intro .feature-box .title { font-weight: 600; }
.phone-intro .feature-box .sub-title { color: #828286; font-family: 'Poppins', sans-serif; letter-spacing: 1px; }

/*---------------------------------------------------------------------
About Us
-----------------------------------------------------------------------*/
.about-phone { position: relative; overflow: hidden; padding: 250px 0; }
.about-phone .heading-box { padding: 0 100px; }
.about-phone .heading-box .title { font-size: 60px; font-weight: 600; }
.about-phone .button { margin-top: 10px; }
.video-box { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); }
.video-box .video-btn { background: #2D80EF; display: inline-block; width: 60px; height: 60px; line-height: 40px; text-align: center; font-size: 16px; color: #ffffff; float: left; border-radius: 100%; z-index: 9; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); }
.video-box .video-btn i { margin-left: 5px; font-family: FontAwesome; margin-top: 22px; }
.video-box .video-btn:hover { color: #ffffff; }
.video-box .iq-waves { position: absolute; width: 200px; height: 200px; z-index: 2; float: right; left: 50%; top: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); }
.video-box .iq-waves .waves { position: absolute; width: 200px; height: 200px; 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; }
.video-box .iq-waves .wave-1 { -webkit-animation-delay: 0s; animation-delay: 0s; }
.video-box .iq-waves .wave-2 { -webkit-animation-delay: 1s; animation-delay: 1s; }
.video-box .iq-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)"; }
}

/*---------------------------------------------------------------------
Features
-----------------------------------------------------------------------*/
#features, #dual, #battery, #powerful, #color { padding: 80px 0; }
.features { position: relative; overflow: hidden; }
.features .features-box { padding: 0; margin: 0; margin-top: 100px; }
.features .features-box li { list-style-type: none; text-align: center; width: 20%; display: inline-block; float: left; font-size: 18px; color: #222222; }
.features .features-box li img { width: 60px; margin-bottom: 10px; }
.features .features-img { margin-top: 150px; margin-bottom: -300px; }
.features-btn { color: #222222; }
.read-more { margin-top: 20px; }
.read-more button { font-size: 24px; background: none; color: #222222; border: 1px solid #222222; height: 36px; width: 36px; line-height: 34px; position: relative; cursor: pointer; margin-top: -1px; margin-left: -6px; }
.read-more:hover button { background: #222222; color: #ffffff; }
.read-more span { position: relative; top: -4px; border: 1px solid #222222; padding: 5px 15px 6px 15px; }
.read-more .text { font-size: 16px !important; }

/*---------------------------------------------------------------------
Face Lock
-----------------------------------------------------------------------*/
.face-lock { position: relative; padding-top: 80px; }
.face-lock .title-box .title { color: #ffffff; }
.face-lock .title-box .light-title { color: #ffffff; opacity: 0.1; }
.face-lock .title-box:before { background: #ffffff; opacity: 0.1; }
.face-lock img { padding-top: 120px; }

/*---------------------------------------------------------------------
Dual Camera
-----------------------------------------------------------------------*/
.dual-camera { position: relative; }
.dual-camera .camera-box { position: relative; margin-top: 60px; }
.dual-camera .camera-box .filter-phone { position: absolute; z-index: 99; }
.dual-camera p { margin-top: 30px; }
.dual-camera .image { transition: -webkit-filter .2s; }
.dual-camera button { border: 0; background: none; outline: none !important; cursor: pointer; border-radius: 100%; overflow: hidden; width: 20%; margin-top: 10px; }
.dual-camera button img { border-radius: 100%; height: 50px; width: 50px; }
.dual-camera .camera-box p { font-size: 13px; text-align: right; }
.dual-camera .options { margin-top: 30px; width: 100%; }
.dual-camera .image[data-filter=mono] { -webkit-filter: grayscale(1); }
.dual-camera .image[data-filter=tonal] { -webkit-filter: brightness(1) grayscale(1) opacity(0.85); }
.dual-camera .image[data-filter=noir] { -webkit-filter: contrast(1.3) grayscale(1); }
.dual-camera .image[data-filter=fade] { -webkit-filter: hue-rotate(345deg) sepia(0.2) contrast(1.1); }
.dual-camera .image[data-filter=chrome] { -webkit-filter: saturate(1.4) brightness(1.2) contrast(1.2) sepia(0.1); }
.dual-camera .image[data-filter=process] { -webkit-filter: sepia(0.5) hue-rotate(-30deg) saturate(1.2); }
.dual-camera .image[data-filter=transfer] { -webkit-filter: sepia(0.4) saturate(1.3); }
.dual-camera .image[data-filter=instant] { -webkit-filter: sepia(0.2) hue-rotate(-10deg) opacity(0.75) contrast(1.8) saturate(0.7); }

/*---------------------------------------------------------------------
Battery
-----------------------------------------------------------------------*/
.battery { position: relative; }
.battery .features-img { margin-top: 80px; }
.battery .features-img { -webkit-animation: action 1.8s infinite  alternate; animation: action 1.8s infinite  alternate; }


/*---------------------------------------------------------------------
Powerful
-----------------------------------------------------------------------*/
.powerful { position: relative; }
.powerful .features-img { position: absolute; top: 0; left: 0; width: 30%; opacity: 0.1; }
.powerful .features-img1 { margin-top: 80px; }
.powerful p { margin-top: 20px; }
.powerful .features-box { padding: 0; margin: 0; margin-top: 60px; }
.powerful .features-box li { list-style-type: none; display: inline-block; float: left; margin-right: 60px; }
.powerful .features-box li img { width: 60px; margin-bottom: 10px; }

/*---------------------------------------------------------------------
Slider
-----------------------------------------------------------------------*/
.slider { overflow: hidden; padding: 30px 5px 20px 5px; background: #e5e5e5; }

/* 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: #2D80EF; width: 50px; }

/*---------------------------------------------------------------------
Color
-----------------------------------------------------------------------*/
#color { overflow: hidden;}
.color .features-img { margin-top: 80px; }

/*---------------------------------------------------------------------
                        Footer
-----------------------------------------------------------------------*/
.footer { padding: 20px 0 30px 0; margin-top: 30px; background: #f2f2f2; }
.footer .logo { width: 180px; }
.footer .footer-intro { padding: 0 30px 0 0; }

/*Social Media*/
.footer .media-box { margin: 0; padding: 0; }
.footer .media-box li { display: inline-block; list-style: none; padding: 0; margin: 0 15px 0 0; }
.footer .media-box li a { display: block; font-size: 20px; color: #CCCFD3; background: transparent; }
.footer .media-box li a i { font-family: FontAwesome }
.footer .media-box li a:hover { color: #2D80EF; }

/*Link*/
.footer .footer-link { padding: 0; margin: 20px 0 0 0; }
.footer .footer-link li { list-style-type: none; margin-bottom: 6px; }
.footer .footer-link li a { color: #a5a5a7; text-decoration: none; font-size: 14px; }
.footer .footer-link li a:hover { color: #2D80EF; }
.footer  .title { font-weight: 600; margin-bottom: 10px; }
.footer  p { font-size: 13px; line-height: 24px; }

/*Newsletter*/
.footer .newsletter { width: 100%; margin: 20px 0 20px 0; }
.footer .newsletter .input-group { border-bottom: 1px solid #CCCFD3; }
.footer .newsletter .form-control { background: #f2f2f2; height: 55px; display: inline-block; padding-left: 0; box-shadow: none; float: left; width: 60%; border: none; }
.footer .newsletter .button { background: inherit; color: #000000; padding: 10px 0; text-decoration: none; border: navajowhite; }
.footer .newsletter .button:hover { color: #18c6ff; }
.footer p { color: #a5a5a7; }

/*Copyright*/
.footer .footer-copyright { color: #a5a5a7; text-decoration: none; font-size: 14px; margin-top: 40px; text-align: right; }
.footer .footer-copyright a { color: #2D80EF; text-decoration: none; }
.footer .footer-copyright a:hover { color: #16c2fb; }

/*Popular Posts*/
.footer .iq-post { padding: 0; margin: 0; margin-top: 20px; }
.footer .iq-post li { width: 100%; float: left; margin-bottom: 15px; border-bottom: 1px solid rgba(255, 255, 255, 0.2); display: inline-block; }
.footer .post-blog { display: table-cell; }
.footer .post-blog a { vertical-align: top; font-size: 14px; color: #a5a5a7; text-decoration: underline; }
.footer .post-blog a:hover { color: #2D80EF; }
.footer .post-blog .lead { font-size: 16px; font-weight: 600; color: #222222; }
.footer .post-img { display: table; float: left; margin-right: 15px; }
.footer .post-img img { vertical-align: top; height: 74px; width: 74px; }
.footer .owl-prev, .footer .owl-next { float: left; margin-right: 15px; }
.footer .owl-prev i, .footer .owl-next i { color: #222222; font-size: 14px; font-family: 'Poppins', sans-serif; font-weight: 400; }
.footer .owl-prev:hover i, .footer .owl-next:hover i { color: #2D80EF; }
.footer .owl-prev .fa-angle-left:before { content: "Preview"; float: left; }
.footer .owl-next .fa-angle-right:before { content: "Next"; float: left; margin-left: 10px; }

/*---------------------------------------------------------------------
Error
-----------------------------------------------------------------------*/
.error { overflow: hidden; }
.error .clip .shadow { height: 180px; }
.error .clip:nth-of-type(2) .shadow { width: 130px; }
.error .clip:nth-of-type(1) .shadow, .error .clip:nth-of-type(3) .shadow { width: 250px; }
.error .digit { width: 150px; height: 150px; line-height: 150px; font-size: 120px; font-weight: bold; }
.error h2 { font-size: 32px; }
.error .msg { top: -190px; left: 30%; width: 80px; height: 80px; line-height: 80px; font-size: 32px; }
.error span.triangle { top: 70%; right: 0%; border-left: 20px solid #535353; border-top: 15px solid transparent; border-bottom: 15px solid transparent; }
.error .container-error-404 { margin-top: 10%; position: relative; height: 250px; padding-top: 40px; }
.error .container-error-404 .clip { display: inline-block; transform: skew(-45deg); }
.error .clip .shadow { overflow: hidden; }
.error .clip:nth-of-type(2) .shadow { overflow: hidden; position: relative; box-shadow: inset 20px 0px 20px -15px rgba(150, 150, 150, 0.8), 20px 0px 20px -15px rgba(150, 150, 150, 0.8); }
.error .clip:nth-of-type(3) .shadow:after, .error .clip:nth-of-type(1) .shadow:after { content: ""; position: absolute; right: -8px; bottom: 0px; z-index: 9999; height: 100%; width: 10px; background: linear-gradient(90deg, transparent, rgba(173, 173, 173, 0.8), transparent); border-radius: 50%; }
.error .clip:nth-of-type(3) .shadow:after { left: -8px; }
.error .digit { position: relative; top: 8%; color: #ffffff; background: #07B3F9; border-radius: 50%; display: inline-block; transform: skew(45deg); }
.error .clip:nth-of-type(2) .digit { left: -10%; }
.error .clip:nth-of-type(1) .digit { right: -20%; }
.error .clip:nth-of-type(3) .digit { left: -20%; }
.error h2 { color: #222222; font-weight: bold; padding-bottom: 20px; }
.error .msg { position: relative; z-index: 9999; display: block; background: #535353; color: #ffffff; border-radius: 50%; font-style: italic; }
.error .triangle { position: absolute; z-index: 999; transform: rotate(45deg); content: ""; width: 0; height: 0; }

/* Error Page */
@media(max-width:767px) {

  /* Error Page */
  .error .clip .shadow { height: 100px; }
  .error .clip:nth-of-type(2) .shadow { width: 80px; }
  .error .clip:nth-of-type(1) .shadow, .error .clip:nth-of-type(3) .shadow { width: 100px; }
  .error .digit { width: 80px; height: 80px; line-height: 80px; font-size: 52px; }
  .error h2 { font-size: 24px; }
  .error .msg { top: -110px; left: 15%; width: 40px; height: 40px; line-height: 40px; font-size: 18px; }
  .error span.triangle { top: 70%; right: -3%; border-left: 10px solid #535353; border-top: 8px solid transparent; border-bottom: 8px solid transparent; }
  .error .container-error-404 { height: 150px; }
}
.error .shadow { box-shadow: none !important; }

/*--------------------------------------------Framework --------------------------------*/
.error .overlay { position: relative; z-index: 20; }
.error .ground-color { background: #ffffff; }
.error .item-bg-color { background: #EAEAEA }
.error .padding-top { padding-top: 10px; }
.error .padding-bottom { padding-bottom: 10px; }
.error .padding-vertical { padding-top: 10px; padding-bottom: 10px; }
.error .padding-horizontal { padding-left: 10px; padding-right: 10px; }
.error .padding-all { padding: 10px; }
.error .no-padding-left { padding-left: 0px; }
.error .no-padding-right { padding-right: 0px; }
.error .no-vertical-padding { padding-top: 0px; padding-bottom: 0px; }
.error .no-horizontal-padding { padding-left: 0px; padding-right: 0px; }
.error .no-padding { padding: 0px; }
.error .margin-top { margin-top: 10px; }
.error .margin-bottom { margin-bottom: 10px; }
.error .margin-right { margin-right: 10px; }
.error .margin-left { margin-left: 10px; }
.error .margin-horizontal { margin-left: 10px; margin-right: 10px; }
.error .margin-vertical { margin-top: 10px; margin-bottom: 10px; }
.error .margin-all { margin: 10px; }
.error .no-margin { margin: 0px; }
.error .no-vertical-margin { margin-top: 0px; margin-bottom: 0px; }
.error .no-horizontal-margin { margin-left: 0px; margin-right: 0px; }
.error .inside-col-shrink { margin: 0px 20px; }
.error hr { margin: 0px; padding: 0px; border-top: 1px dashed #999999; }

/*--------------------------------------------FrameWork------------------------*/

/*---------------------------------------------------------------------
Coming Soon
-----------------------------------------------------------------------*/

/*counter*/
.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; color: #ffffff; }
.coming-soon p { color: #ffffff; }
.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.2); padding: 15px 0 4px 0; margin: 15px; border-radius: .5rem; color: #ffffff;  }
.coming-soon #clock p.lable { font-size: 16px; font-weight: inherit; }
.coming-soon #clock { margin-top: 70px; }
.coming-soon .label { color: #212529; font-size: 30px; font-weight: bold; }
.coming-soon .clock-text { font-size: 14px; font-weight: inherit !important; color: #2D80EF; margin-top: -5px; }
.coming-soon .form-email { position: relative; max-width: 500px; margin: auto; top: 100px; }
.coming-soon .ui-card { background: #ffffff; 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: #2D80EF; 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 .input-group > .form-email { position: relative; flex: 1 1 auto; width: 1%; margin-bottom: 0; }
.coming-soon .input-form-mail { display: block; width: 80%; height: 45px; font-size: 1rem; line-height: 1.4; border: none; color: #708198; background-clip: padding-box; border-bottom: 1px solid #708198; box-shadow: inherit; }
.coming-soon .input-group-btn { display: flex; float: right; position: relative; top: -42px; }
.coming-soon .form-email .btn-color { padding: 0; line-height: 41px; background: inherit; color: #708198; border-radius: inherit; border-bottom: 1px solid #708198; outline: inherit !important; }
.coming-soon .form-email .btn-color:hover { color: #2D80EF; }
.coming-soon .form-email .btn.focus, .coming-soon .form-email .btn:focus { box-shadow: inherit; }
.coming-soon .btn-color { background: #2D80EF; }
.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: #ffffff; }
.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: #ffffff; }
.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; 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;margin-bottom: 50px; }
.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: #2D80EF; border-color: #2D80EF; 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: #ffffff; -webkit-transform: rotate(-10deg); transform: rotate(-9deg); z-index: 1; }