/*

Template: COINEX - Crypto Currency HTML Template 
Author: iqonicthemes.in
Version: 4.1.1
Design and Developed by: iqonicthemes.in

*/

/*================================================
[  Table of contents  ]
================================================

==> Page loader
==> Back to Top
==> Gradient Color 
==> BG Effect
==> Particles
==> Background Overlay
==> Section Title
==> Wow
==> Buttons
==> jarallax
==> List Style
==> Header
==> Search
==> Owl Carousel Dot
==> Banner Stars
==> About Us
==> Features
==> Teams
==> Play Button
==> Blog
==> Need Help
==> Testimonial
==> Pricing
==> Breadcrumb Inner Page
==> Clients
==> Coming Soon 
==> Coming Soon 2
==> Faqs
==> Help
==> Event
==> 404 Error
==> Timeline
==> Footer
==> Footer 1
==> Footer 2
==> Footer 3
==> Footer 4
==> Footer 5
==> Footer 6
==> Quote Form
==> Counter
==> Contact 1
==> Contact 2
==> How it Works
==> Download
==> Home- 5
==> Latest Blog Post
==> Blog Page
==> Buy & Sell
==> Home coin Effect
==> Screenshots
==> Rev Slider

======================================
[ End table content ]
======================================*/


/*---------------------------------------------------------------------
                                Page loader
-----------------------------------------------------------------------*/
#loading { background-color: var(--white); 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; }
#loading-center img { display: block; position: relative; left: 50%; top: 50%; width: 110px; -webkit-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); }

/*---------------------------------------------------------------------
                               Back to Top
-----------------------------------------------------------------------*/
#back-to-top .top { z-index: 999; position: fixed; margin: 0px; color: var(--white); background: var(--iq-loader-bg); position: fixed; bottom: 25px; right: 25px; z-index: 999; font-size: 26px; width: 50px; height: 50px; text-align: center; line-height: 50px; 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: var(--iq-primary); color: var(--white); -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); }









/*---------------------------------------------------------------------
                                Header
---------------------------------------------------------------------*/
header { display: inline-block; width: 100%; float: left; position: relative; z-index: 99; background: var(--white); -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; }
header .logo { display: inline-block; float: left; margin-top: 20px; }
header .logo a { text-transform: uppercase; color: var(--iq-title-text); font-size: 30px; letter-spacing: 2px; }
header .logo a img { height: 40px; }
header .iq-header nav { display: inline-block; float: right; }
header .menu { display: inline-block; float: right; width: 100%; }
header .iq-header { display: inline-block; width: 100%; float: left; }
.menu li { display: inline-block; position: relative; float: left; line-height: normal; }
/* .menu li:last-child a { padding-right: 0; } */
.menu li a {margin: 16px 0px; text-decoration: none; padding: 16px 24px; display: block; color: var(--iq-title-text); text-transform: uppercase; font-size: 16px; transition: all 0.2s ease-in-out 0s; }
.menu li a:hover, .menu li:hover>a, .menu li a.active { color: var(--iq-primary); }
.menu ul { visibility: hidden; opacity: 0; margin: 0; padding: 0; width: 250px; text-align: left; position: absolute; left: 0px; background: var(--white); z-index: 99; -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); transform: translate(0, 20px); transition: all 0.2s ease-out; }
.menu ul li { display: block; float: none; background: none; margin: 0; padding: 0; }
.sub-menu li a i { position: absolute; right: 15px; top: 50%; margin-top: -8px; }
.menu ul li a { margin: 0px; font-size: 14px; padding: 15px 15px; font-weight: normal; display: block; color: var(--iq-title-text); background: var(--white); line-height: normal; }
.menu ul li a:hover, .menu ul li:hover>a { background: var(--iq-primary); color: var(--white); }
.menu li:hover>ul { box-shadow: none; visibility: visible; opacity: 1; transform: translate(0, 0); }
.menu ul ul { left: 100%; top: 0px; visibility: hidden; opacity: 0; transform: translate(20px, 20px); transition: all 0.2s ease-out; }
.menu li>ul ul:hover { visibility: visible; opacity: 1; transform: translate(0, 0); }
.responsive-menu { display: none; width: 100%; padding: 0 15px 17px 0; font-size: 18px; color: var(--iq-dark); text-transform: uppercase; }
.responsive-menu:hover { color: var(--iq-primary); text-decoration: none; }

/*---- Header Sticky ----*/
header.menu-sticky .iq-header { background: var(--white); display: inline-block; width: 100%; position: fixed; top: 0; -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2); box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2); -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; }
header.menu-sticky .logo a img { height: 30px; }
header.menu-sticky .logo { margin-top: 30px; }
header.menu-sticky .iq-header .menu li a { padding: 16px 24px; }
header.menu-sticky .iq-header .menu li .sub-menu li a { line-height: normal; padding: 15px 15px; }
header.menu-sticky .iq-search.search-open .search-box { top: 100% !important; }

/*---- Header Topbar ----*/
.topbar { padding: 10px 0px; background: var(--iq-dark); }
.topbar li { position: relative; }
.topbar li, .topbar li a { color: var(--white); line-height: initial; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; }
.topbar .topbar-right li a:hover { color: var(--iq-primary); transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; }
.topbar .list-inline-item:not(:last-child) { border-right: 1px solid var(--white); padding-right: 15px; margin-right: 10px; }
.topbar .list-inline-item a:hover { color: var(--iq-primary); }
.topbar .list-inline-item i { padding-right: 8px; }
.topbar .topbar-right .iq-left .list-inline-item { position: relative; border: none; }

/*---- Header chart ----*/
.topbar-chart {  background: var(--iq-dark); padding:16px 0px; }
.topbar-chart .ccc-header-v3 { background: none !important; }
.topbar-chart .ccc-header-v3 .ccc-header-v3-price-value, .topbar-chart .ccc-header-v3 .ccc-header-v3-price-name { color: var(--white) !important; }
.topbar-chart.iq-chart { margin-top: -6px; }
.topbar-chart img.ccc-header-v3-price-logo{height: 30px !important; width: 30px !important;}
.ccc-header-v3-ccc-price-container{margin-right: 32px;}
/*---- Header transparent ----*/
header.transparent { background: transparent; position: fixed; display: inline-block; width: 100%; }
header.transparent .logo a, header.transparent .menu li a { color: var(--white); }
header.transparent.menu-sticky { background: var(--iq-title-text); border-bottom: 1px solid var(--iq-title-text); }
header.transparent .menu li ul li a { color: var(--iq-title-text); }
header.transparent .menu li a:hover, header.transparent .menu li:hover>a, header.transparent .menu li a.active { color: var(--iq-primary); }
header.transparent .menu ul li a:hover, header.transparent .menu ul li:hover>a { background: var(--iq-primary); color: var(--white); }
header.transparent .iq-header { display: inline-block; width: 100%; position: fixed; top: 45px; left: 0; padding: 0px 130px;}
header.transparent.menu-sticky .iq-header { background: var(--iq-dark); position: fixed; top: 0; -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2); box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2); -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; }

/*---- Header Topbar ----*/
header.transparent .topbar { background: transparent; padding: 10px 130px; border-bottom: 1px solid rgba(255,255,255,0.3);}

/*---- Header transparent ----*/
header.simpal-transparent { background: transparent; position: fixed; display: inline-block; width: 100%; }
header.simpal-transparent .menu li a { color: var(--white); }
header.simpal-transparent .menu li ul li a { color: var(--iq-title-text); }
header.simpal-transparent .menu li a:hover, header.simpal-transparent .menu li:hover>a, header.simpal-transparent .menu li a.active { color: var(--iq-primary); }
header.simpal-transparent .menu ul li a:hover, header.simpal-transparent .menu ul li:hover>a { background: var(--iq-primary); color: var(--white); }
header.simpal-transparent.menu-sticky .iq-header { background: var(--iq-dark); position: fixed; top: 0; -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2); box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2); -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; }

/*---- Header simpal yellow ----*/
header.simpal-yellow { background: var(--white); display: inline-block; width: 100%; }
header.simpal-yellow .topbar { background: var(--iq-primary); }
header.simpal-yellow .topbar .topbar-right li a:hover { color: var(--iq-dark); }


@media (max-width:992px) {

  .topbar li, .topbar li a { font-size: 14px; }
  header .logo a img { height: 30px; }
  header .logo, header.fancy .logo { margin-top: 10px; }
  .menu li a { padding: 18px 20px; font-size: 14px; margin: 0;}
  header.menu-sticky .menu li a { padding: 2px 25px 15px; }
  .iq-search.search-open .search-box { top: 55px !important; }
  header.menu-sticky .iq-header .menu li a { padding: 18px 20px; }
  header.menu-sticky .logo { margin-top: 10px; }

}
@media (max-width:979px) { }
@media (max-width:767px) {
  .topbar, .topbar .topbar-right.text-end { text-align: center !important; }
  header nav { text-align: right; }
  header .iq-header nav { display: block; float: none; }
  .topbar .topbar-right { margin-top: 5px; }
  header.menu-sticky { padding: 15px 0; }
  header .iq-header { padding: 15px 0; }
  header.menu-sticky .iq-header { padding: 10px 0; }
  header.menu-sticky .responsive-menu { padding: 0 15px 12px 0; }
  header .logo { margin-top: 0; }
  header.menu-sticky .logo { margin-top: 0px; }
  header .menu { display: none; text-align: left !important; height: 100vh; overflow-y: auto; overflow-x: hidden; } 
  header { position: relative; }
  .responsive-menu { display: block; }
  header .menu li { width: 100%; margin: 0; }
  header .menu li a {  padding: 12px 21px; }
  header .iq-search { display: none; }
  .menu ul { visibility: hidden; opacity: 0; top: 0; left: 0; width: 100%; transform: none; }
  .menu li:hover>ul { visibility: visible; opacity: 1; position: relative; background: var(--iq-menu-hover); transform: none; }
  .menu ul ul { left: 0; transform: none; }
  .menu li>ul ul:hover { transform: none; }
  .menu li:hover>ul li a { padding: 10px 32px }
  .topbar li, .topbar li a { font-size: 12px; }
  .topbar .list-inline-item i { padding-right: 5px; }
  .menu li:hover>ul li:hover ul li a { padding: 10px 42px }
  header.menu-sticky .iq-header .menu li a { padding: 10px 20px; }
  header.menu-sticky .iq-header .menu li:hover>ul li a { padding: 10px 32px }
  header.menu-sticky .iq-header .menu li:hover>ul li:hover ul li a { padding: 10px 42px }
  .menu li a:hover, .menu li:hover>a, .menu li a.active { background: var(--iq-primary); color: var(--white); }
  header.transparent .topbar { display: none; }
  header.transparent .iq-header,header.simpal-transparent, header.transparent .menu li a { background: var(--iq-dark); }
  header.transparent .menu li a.active { background: var(--iq-primary); }
  
  /*---- Header transparent ----*/
  header.transparent { position: relative; background: var(--iq-black); }
  header.transparent .iq-header { padding: 10px 0; position: inherit; top: 0; }
  header.transparent .responsive-menu { color: var(--white); }
  header.transparent .responsive-menu:hover { color: var(--iq-primary); }
  header.transparent .menu li a:hover, header.transparent .menu li:hover>a, header.transparent .menu li a.active { color: var(--white); }
  header.transparent .menu li ul li a { color: var(--white); }

  /*---- Header Simpal Transparent ----*/
  header.simpal-transparent .responsive-menu { color: var(--white); }
  header.simpal-transparent .responsive-menu:hover { color: var(--iq-primary); }
  header.simpal-transparent .menu li a:hover, header.simpal-transparent .menu li:hover>a, header.simpal-transparent .menu li a.active { color: var(--white); }
}

/*Login*/
.iq-login .modal-header { padding: 20px 30px; }
.iq-login .modal-body { padding: 30px; }
.iq-login .modal-footer { padding: 20px 30px; display: inline; }
.iq-login .form-control { border: 1px solid var(--iq-light-border); border-radius: 0; height: 45px !important; box-shadow: none; }
.iq-login .modal-body .button { width: 100%; text-align: center; }
.iq-login .modal-dialog { max-width: 400px; }
.iq-login .modal-footer .iq-media-blog { margin: 0; padding: 0; }
.iq-login .modal-footer .iq-media-blog li { display: inline-block; list-style: none; padding: 0; margin: 0px 4px; }
.iq-login .modal-footer .iq-media-blog li a { display: block; width: 40px; height: 40px; line-height: 40px; font-size: 16px; color: var(--iq-primary); background: transparent; border: 1px solid var(--iq-primary); text-align: center; border-radius: 50%; }
.iq-login .modal-footer .iq-media-blog li a:hover { background: var(--iq-primary); border-color: var(--iq-primary); color: var(--white); }
.iq-login .modal-header .close { outline: none; }

/*Login*/
.iq-register .modal-header { padding: 20px 30px; }
.iq-register .modal-body { padding: 30px; }
.iq-register .modal-footer { padding: 20px 30px; display: inline; }
.iq-register .form-control { border: 1px solid var(--iq-light-border); border-radius: 0; height: 45px !important; box-shadow: none; }
.iq-register .modal-body .button { width: 100%; text-align: center; }
.iq-register .modal-dialog { max-width: 400px; }
.iq-register .modal-footer .iq-media-blog { margin: 0; padding: 0; }
.iq-register .modal-footer .iq-media-blog li { display: inline-block; list-style: none; padding: 0; margin: 0px 4px; }
.iq-register .modal-footer .iq-media-blog li a { display: block; width: 40px; height: 40px; line-height: 40px; font-size: 16px; color: var(--iq-primary); background: transparent; border: 1px solid var(--iq-primary); text-align: center; border-radius: 50%; }
.iq-register .modal-footer .iq-media-blog li a:hover { background: var(--iq-primary); border-color: var(--iq-primary); color: var(--white); }
.iq-register .modal-header .close { outline: none; }
.iq-register p { font-size: 13px; line-height: 20px; }

/*---------------------------------------------------------------------
                          Search
---------------------------------------------------------------------*/
.iq-search .search-btn { -o-transition: color 300ms ease 0s; -moz-transition: color 300ms ease 0s; -ms-transition: color 300ms ease 0s; -webkit-transition: color 300ms ease 0s; transition: color 300ms ease 0s; }
.iq-search .search-btn span { font-size: 0; }
.iq-search .search-btn:before { content: "\f002"; font-family: "FontAwesome"; font-size: 14px; font-weight: normal; left: 0; position: absolute; text-indent: 0; top: 50%; margin-top: -9px; }
.iq-search.search-open .search-btn:before { content: "\f00d "; }
.search-box { background: var(--white); display: block; margin: 0; opacity: 0 !important; padding: 15px; position: absolute; right: 0; top: -9999px !important; transition: visibility 300ms ease 0s, opacity 300ms ease 0s; visibility: hidden; width: 327px; z-index: 888; -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2); box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2); }
.iq-search.search-open .search-box { opacity: 1 !important; top: 100% !important; visibility: visible !important; }
.iq-search .search-box input { background: transparent; border-radius: 0; border: 1px solid var(--); padding-left: 15px; padding-right: 30px; box-shadow: none; color: #666; }
.iq-search .search-box input:focus { background: transparent; border: 1px solid var(--iq-primary); }
.iq-search i { cursor: pointer; font-size: 16px; position: absolute; right: 27px; top: 50%; transform: translateY(-50%);}
.iq-search.search-open i:hover { color: var(--iq-primary); }
::-webkit-inner-spin-button { opacity: 1;}



/*Copyright*/
.iq-footer-2 .iq-copyright, .iq-footer-2 .iq-copyright a { color: var(--white); }
.iq-footer-2 .iq-copyright a:hover { color: var(--iq-primary); }

/* Login form style */

.main-content{
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #5372F0;
}
::selection{
  color: #fff;
  background: #5372F0;
}
.wrapper{
  width: 380px;
  padding: 40px 30px 50px 30px;
  background: #fff;
  border-radius: 5px;
  text-align: center;
  box-shadow: 10px 10px 15px rgba(0,0,0,0.1);
}
.wrapper header{
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
}
.wrapper form{
 margin-top: 50px;
}
form .field{
  width: 100%;
  margin-bottom: 20px;
}
form .field.shake{
  animation: shake 0.3s ease-in-out;
}
@keyframes shake {
  0%, 100%{
    margin-left: 0px;
  }
  20%, 80%{
    margin-left: -12px;
  }
  40%, 60%{
    margin-left: 12px;
  }
}
form .field .input-area{
  height: 50px;
  width: 100%;
  position: relative;
}
form input{
  width: 100%;
  height: 100%;
  outline: none;
  padding: 0 45px;
  font-size: 18px;
  background: none;
  caret-color: #5372F0;
  border-radius: 5px;
  border: 1px solid #bfbfbf;
  border-bottom-width: 2px;
  transition: all 0.2s ease;
}
form .field input:focus,
form .field.valid input{
  border-color: #5372F0;
}
form .field.shake input,
form .field.error input{
  border-color: #dc3545;
}
.field .input-area i{
  position: absolute;
  top: 50%;
  font-size: 18px;
  pointer-events: none;
  transform: translateY(-50%);
}
.input-area .icon{
  left: 15px;
  color: #bfbfbf;
  transition: color 0.2s ease;
}
.input-area .error-icon{
  right: 15px;
  color: #dc3545;
}
form input:focus ~ .icon,
form .field.valid .icon{
  color: #5372F0;
}
form .field.shake input:focus ~ .icon,
form .field.error input:focus ~ .icon{
  color: #bfbfbf;
}
form input::placeholder{
  color: #bfbfbf;
  font-size: 17px;
}
form .field .error-txt{
  color: #dc3545;
  text-align: left;
  margin-top: 5px;
}
form .field .error{
  display: none;
}
form .field.shake .error,
form .field.error .error{
  display: block;
}
form .pass-txt{
  text-align: left;
  margin-top: -10px;
}
.wrapper a{
  
  text-decoration: none;
}
.wrapper a:hover{
  text-decoration: underline;
}
form input[type="submit"]{
  height: 50px;
  margin-top: 30px;
  color: #fff;
  padding: 0;
  border: none;
  background: #5372F0;
  cursor: pointer;
  border-bottom: 2px solid rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}
form input[type="submit"]:hover{
  background: #2c52ed;
}

