/*

Template: COINEX - Crypto Currency HTML Template 
Author: iqonicthemes.in
Version: 1.0
Design and Developed by: iqonicthemes.in

NOTE: This is main stylesheet of template, This file contains the styling for the actual Template. Please do not change anything here! write in a custom.css file if required!
*/

/*================================================
[  Table of contents  ]
================================================

==> General
==> Page loader
==> Back to Top
==> Text Weight 
==> Text Color 
==> Background Color 
==> Page Section Margin Padding 
==> Gradient Color 
==> BG Effect
==> Particles
==> Background Overlay
==> Section Title
==> Wow
==> Buttons
==> jarallax
==> List Style
==> Header
==> Search
==> Owl Carousel Dot
==> Banner
==> 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 ]
======================================*/

/*---------------------------------------------------------------------
                               General
-----------------------------------------------------------------------*/
body { font-family: 'PT Sans', sans-serif; font-weight: normal; font-style: normal; font-size: 16px; line-height: 24px; color: #666666; overflow-x: hidden; }
a, .button { transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; color: #151d2e; }
a:focus { text-decoration: none !important; }
a:focus, a:hover { color: #f9b707; text-decoration: none !important; }
a, .button, input { outline: medium none !important; color: #666666; }
h1, h2, h3, h4, h5, h6 { font-family: 'Ubuntu', sans-serif; font-weight: normal; color: #151d2e; margin-top: 0px; margin-bottom: 0px; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit; }
h1 { font-size: 70px; line-height: 80px; }
h2 { font-size: 54px; line-height: 64px; }
h3 { font-size: 40px; line-height: 50px; }
h4 { font-size: 28px; line-height: 40px; }
h5 { font-size: 24px; line-height: 35px; }
h6 { font-size: 20px; line-height: 26px; }
.lead { font-size: 18px; line-height: 26px; margin: 0; }
ul { margin: 0px; padding: 0px; }
li { list-style: none; }
hr { margin: 0; padding: 0px; border-bottom: 1px solid #e0e0e0; border-top: 0px; }
.blockquote { border-left: 5px solid #f9b707; font-size: 16px; }
*::-moz-selection { background: #f9b707; color: #fff; text-shadow: none; }
::-moz-selection { background: #f9b707; color: #fff; text-shadow: none; }
::selection { background: #f9b707; color: #fff; text-shadow: none; }
.no-padding { padding: 0px !important; }
.no-border { border: none !important; }
.pos-a { position: absolute; }
.pos-r { position: relative; }

/*---------------------------------------------------------------------
                                Page loader
-----------------------------------------------------------------------*/
#loading { background-color: #fff; 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: #fff; background: #333333; 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: #f9b707; color: #fff; -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); }

/*---------------------------------------------------------------------
                            Text Weight 
-----------------------------------------------------------------------*/
.iq-tw-1 { font-weight: 100; }
.iq-tw-2 { font-weight: 200; }
.iq-tw-3 { font-weight: 300; }
.iq-tw-4 { font-weight: 400; }
.iq-tw-5 { font-weight: 500; }
.iq-tw-6 { font-weight: 600; }
.iq-tw-7 { font-weight: 700; }
.iq-tw-8 { font-weight: 800; }
.iq-tw-9 { font-weight: 900; }

/*---------------------------------------------------------------------
                            Text Color 
-----------------------------------------------------------------------*/
.iq-font-white { color: #ffffff; }
.iq-font-black { color: #151d2e; }
.iq-font-grey { color: #666666; }
.iq-font-yellow { color: #f9b707; }

/*---------------------------------------------------------------------
                          Background Color 
-----------------------------------------------------------------------*/
.white-bg { background: #ffffff; }
.dark-bg { background: #151d2e; }
.grey-bg { background: #f7f7f7; }
.yellow-bg { background: #f9b707; }

/*---------------------------------------------------------------------
                    Page Section Margin Padding 
---------------------------------------------------------------------*/

/***************************
   Section padding 
****************************/
.overview-block-ptb { padding: 80px 0; }
.overview-block-pt { padding: 80px 0 0; }
.overview-block-pb { padding: 0 0 80px; }
.overview-block-ptb1 { padding: 10px 0; }
.overview-block-pt1 { padding: 10px 0 0; }
.overview-block-pb1 { padding: 0 0 10px; }
.overview-block-ptb2 { padding: 20px 0; }
.overview-block-pt2 { padding: 20px 0 0; }
.overview-block-pb2 { padding: 0 0 20px; }
.overview-block-ptb3 { padding: 30px 0; }
.overview-block-pt3 { padding: 30px 0 0; }
.overview-block-pb3 { padding: 0 0 30px; }
.overview-block-ptb4 { padding: 40px 0; }
.overview-block-pt4 { padding: 40px 0 0; }
.overview-block-pb4 { padding: 0 0 40px; }
.overview-block-ptb5 { padding: 50px 0; }
.overview-block-pt5 { padding: 50px 0 0; }
.overview-block-pb5 { padding: 0 0 50px; }
.overview-block-ptb6 { padding: 60px 0; }
.overview-block-pt6 { padding: 60px 0 0; }
.overview-block-pb6 { padding: 0 0 60px; }
.overview-block-ptb7 { padding: 70px 0; }
.overview-block-pt7 { padding: 70px 0 0; }
.overview-block-pb7 { padding: 0 0 70px; }
.overview-block-ptb8 { padding: 80px 0; }
.overview-block-pt8 { padding: 80px 0 0; }
.overview-block-pb8 { padding: 0 0 80px; }
.overview-block-ptb9 { padding: 90px 0; }
.overview-block-pt9 { padding: 90px 0 0; }
.overview-block-pb9 { padding: 0 0 90px; }
.overview-block-ptb100 { padding: 100px 0; }
.overview-block-pt100 { padding: 100px 0 0; }
.overview-block-pb100 { padding: 0 0 100px; }
.overview-block-ptb125 { padding: 125px 0; }
.overview-block-pt125 { padding: 125px 0 0; }
.overview-block-pb125 { padding: 0 0 125px; }
.overview-block-ptb150 { padding: 150px 0; }
.overview-block-pt150 { padding: 150px 0 0; }
.overview-block-pb150 { padding: 0 0 150px; }

/***************************
       Padding All
****************************/
.iq-pall { padding: 0px; }
.iq-pall-10 { padding: 10px; }
.iq-pall-15 { padding: 15px; }
.iq-pall-20 { padding: 20px; }
.iq-pall-25 { padding: 25px; }
.iq-pall-30 { padding: 30px; }
.iq-pall-40 { padding: 40px; }
.iq-pall-50 { padding: 50px; }
.iq-pall-60 { padding: 60px; }
.iq-pall-70 { padding: 70px; }
.iq-pall-80 { padding: 80px; }
.iq-pall-90 { padding: 90px; }
.iq-pall-100 { padding: 100px; }
.iq-pall-110 { padding: 110px; }
.iq-pall-120 { padding: 120px; }
.iq-pall-130 { padding: 130px; }
.iq-pall-140 { padding: 140px; }
.iq-pall-150 { padding: 150px; }

/***************************
  Padding Top and Bottom
****************************/
.iq-ptb-0 { padding: 0; }
.iq-ptb-10 { padding: 10px 0; }
.iq-ptb-15 { padding: 15px 0; }
.iq-ptb-20 { padding: 20px 0; }
.iq-ptb-25 { padding: 25px 0; }
.iq-ptb-30 { padding: 30px 0; }
.iq-ptb-40 { padding: 40px 0; }
.iq-ptb-50 { padding: 50px 0; }
.iq-ptb-60 { padding: 60px 0; }
.iq-ptb-70 { padding: 70px 0; }
.iq-ptb-80 { padding: 80px 0; }
.iq-ptb-90 { padding: 90px 0; }
.iq-ptb-100 { padding: 100px 0; }
.iq-ptb-110 { padding: 110px 0; }
.iq-ptb-120 { padding: 120px 0; }
.iq-ptb-130 { padding: 130px 0; }
.iq-ptb-140 { padding: 140px 0; }
.iq-ptb-150 { padding: 150px 0; }

/***************************
  Padding Left and right
****************************/
.iq-plr-0 { padding: 0; }
.iq-plr-10 { padding: 0 10px; }
.iq-plr-15 { padding: 0 15px; }
.iq-plr-20 { padding: 0 20px; }
.iq-plr-25 { padding: 0 25px; }
.iq-plr-30 { padding: 0 30px; }
.iq-plr-40 { padding: 0 40px; }
.iq-plr-50 { padding: 0 50px; }
.iq-plr-60 { padding: 0 60px; }
.iq-plr-70 { padding: 0 70px; }
.iq-plr-80 { padding: 0 80px; }
.iq-plr-90 { padding: 0 90px; }
.iq-plr-100 { padding: 0 100px; }
.iq-plr-110 { padding: 0 110px; }
.iq-plr-120 { padding: 0 120px; }
.iq-plr-130 { padding: 0 130px; }
.iq-plr-140 { padding: 0 140px; }
.iq-plr-150 { padding: 0 150px; }

/***************************
        Padding top
****************************/
.iq-pt-0 { padding-top: 0px; }
.iq-pt-10 { padding-top: 10px; }
.iq-pt-15 { padding-top: 15px; }
.iq-pt-20 { padding-top: 20px; }
.iq-pt-25 { padding-top: 25px; }
.iq-pt-30 { padding-top: 30px; }
.iq-pt-40 { padding-top: 40px; }
.iq-pt-50 { padding-top: 50px; }
.iq-pt-60 { padding-top: 60px; }
.iq-pt-70 { padding-top: 70px; }
.iq-pt-80 { padding-top: 80px; }
.iq-pt-90 { padding-top: 90px; }
.iq-pt-100 { padding-top: 100px; }
.iq-pt-110 { padding-top: 110px; }
.iq-pt-120 { padding-top: 120px; }
.iq-pt-130 { padding-top: 130px; }
.iq-pt-140 { padding-top: 140px; }
.iq-pt-150 { padding-top: 150px; }

/***************************
      Padding Bottom
****************************/
.iq-pb-0 { padding-bottom: 0px; }
.iq-pb-10 { padding-bottom: 10px; }
.iq-pb-15 { padding-bottom: 15px; }
.iq-pb-20 { padding-bottom: 20px; }
.iq-pb-25 { padding-bottom: 25px; }
.iq-pb-30 { padding-bottom: 30px; }
.iq-pb-40 { padding-bottom: 40px; }
.iq-pb-50 { padding-bottom: 50px; }
.iq-pb-60 { padding-bottom: 60px; }
.iq-pb-70 { padding-bottom: 70px; }
.iq-pb-80 { padding-bottom: 80px; }
.iq-pb-90 { padding-bottom: 90px; }
.iq-pb-100 { padding-bottom: 100px; }
.iq-pb-110 { padding-bottom: 110px; }
.iq-pb-120 { padding-bottom: 120px; }
.iq-pb-130 { padding-bottom: 130px; }
.iq-pb-140 { padding-bottom: 140px; }
.iq-pb-150 { padding-bottom: 150px; }

/***************************
      Padding Left
****************************/
.iq-pl-0 { padding-left: 0; }
.iq-pl-10 { padding-left: 10px; }
.iq-pl-15 { padding-left: 15px; }
.iq-pl-20 { padding-left: 20px; }
.iq-pl-25 { padding-left: 25px; }
.iq-pl-30 { padding-left: 30px; }
.iq-pl-40 { padding-left: 40px; }
.iq-pl-50 { padding-left: 50px; }
.iq-pl-60 { padding-left: 60px; }
.iq-pl-70 { padding-left: 70px; }
.iq-pl-80 { padding-left: 80px; }
.iq-pl-90 { padding-left: 90px; }
.iq-pl-100 { padding-left: 100px; }
.iq-pl-110 { padding-left: 110px; }
.iq-pl-120 { padding-left: 120px; }
.iq-pl-130 { padding-left: 130px; }
.iq-pl-140 { padding-left: 140px; }
.iq-pl-150 { padding-left: 150px; }

/***************************
      Padding Right
****************************/
.iq-pr-0 { padding-right: 0px; }
.iq-pr-10 { padding-right: 10px; }
.iq-pr-15 { padding-right: 15px; }
.iq-pr-20 { padding-right: 20px; }
.iq-pr-25 { padding-right: 25px; }
.iq-pr-30 { padding-right: 30px; }
.iq-pr-40 { padding-right: 40px; }
.iq-pr-50 { padding-right: 50px; }
.iq-pr-60 { padding-right: 60px; }
.iq-pr-70 { padding-right: 70px; }
.iq-pr-80 { padding-right: 80px; }
.iq-pr-90 { padding-right: 90px; }
.iq-pr-100 { padding-right: 100px; }
.iq-pr-110 { padding-right: 110px; }
.iq-pr-120 { padding-right: 120px; }
.iq-pr-130 { padding-right: 130px; }
.iq-pr-140 { padding-right: 140px; }
.iq-pr-150 { padding-right: 150px; }

/***************************
       Margin All
****************************/
.iq-mall-0 { margin: 0; }
.iq-mall-10 { margin: 10px; }
.iq-mall-15 { margin: 15px; }
.iq-mall-20 { margin: 20px; }
.iq-mall-25 { margin: 25px; }
.iq-mall-30 { margin: 30px; }
.iq-mall-40 { margin: 40px; }
.iq-mall-50 { margin: 50px; }
.iq-mall-60 { margin: 60px; }
.iq-mall-70 { margin: 70px; }
.iq-mall-80 { margin: 80px; }
.iq-mall-90 { margin: 90px; }
.iq-mall-100 { margin: 100px; }
.iq-mall-110 { margin: 110px; }
.iq-mall-120 { margin: 120px; }
.iq-mall-130 { margin: 130px; }
.iq-mall-140 { margin: 140px; }
.iq-mall-150 { margin: 150px; }

/***************************
   Margin Top and Bottom
****************************/
.iq-mtb-0 { margin: 0; }
.iq-mtb-10 { margin: 10px 0; }
.iq-mtb-15 { margin: 15px 0; }
.iq-mtb-20 { margin: 20px 0; }
.iq-mtb-25 { margin: 25px 0; }
.iq-mtb-30 { margin: 30px 0; }
.iq-mtb-40 { margin: 40px 0; }
.iq-mtb-50 { margin: 50px 0; }
.iq-mtb-60 { margin: 60px 0; }
.iq-mtb-70 { margin: 70px 0; }
.iq-mtb-80 { margin: 80px 0; }
.iq-mtb-90 { margin: 90px 0; }
.iq-mtb-100 { margin: 100px 0; }
.iq-mtb-110 { margin: 110px 0; }
.iq-mtb-120 { margin: 120px 0; }
.iq-mtb-130 { margin: 130px 0; }
.iq-mtb-140 { margin: 140px 0; }
.iq-mtb-150 { margin: 150px 0; }

/***************************
   Margin Left and Right
****************************/
.iq-mlr-0 { margin: 0; }
.iq-mlr-10 { margin: 0 10px; }
.iq-mlr-15 { margin: 0 15px; }
.iq-mlr-20 { margin: 0 20px; }
.iq-mlr-25 { margin: 0 25px; }
.iq-mlr-30 { margin: 0 30px; }
.iq-mlr-40 { margin: 0 40px; }
.iq-mlr-50 { margin: 0 50px; }
.iq-mlr-60 { margin: 0 60px; }
.iq-mlr-70 { margin: 0 60px; }
.iq-mlr-80 { margin: 0 80px; }
.iq-mlr-90 { margin: 0 80px; }
.iq-mlr-100 { margin: 0 100px; }
.iq-mlr-110 { margin: 0 110px; }
.iq-mlr-120 { margin: 0 120px; }
.iq-mlr-130 { margin: 0 130px; }
.iq-mlr-140 { margin: 0 140px; }
.iq-mlr-150 { margin: 0 150px; }

/***************************
        Margin Top
****************************/
.iq-mt-0 { margin-top: 0px; }
.iq-mt-10 { margin-top: 10px; }
.iq-mt-15 { margin-top: 15px; }
.iq-mt-20 { margin-top: 20px; }
.iq-mt-25 { margin-top: 25px; }
.iq-mt-30 { margin-top: 30px; }
.iq-mt-40 { margin-top: 40px; }
.iq-mt-50 { margin-top: 50px; }
.iq-mt-60 { margin-top: 60px; }
.iq-mt-70 { margin-top: 70px; }
.iq-mt-80 { margin-top: 80px; }
.iq-mt-90 { margin-top: 90px; }
.iq-mt-100 { margin-top: 100px; }
.iq-mt-110 { margin-top: 110px; }
.iq-mt-120 { margin-top: 120px; }
.iq-mt-130 { margin-top: 130px; }
.iq-mt-140 { margin-top: 140px; }
.iq-mt-150 { margin-top: 150px; }

/***************************
      Margin Bottom
****************************/
.iq-mb-0 { margin-bottom: 0px; }
.iq-mb-10 { margin-bottom: 10px; }
.iq-mb-15 { margin-bottom: 15px; }
.iq-mb-20 { margin-bottom: 20px; }
.iq-mb-25 { margin-bottom: 25px; }
.iq-mb-30 { margin-bottom: 30px; }
.iq-mb-40 { margin-bottom: 40px; }
.iq-mb-50 { margin-bottom: 50px; }
.iq-mb-60 { margin-bottom: 60px; }
.iq-mb-70 { margin-bottom: 70px; }
.iq-mb-80 { margin-bottom: 80px; }
.iq-mb-90 { margin-bottom: 90px; }
.iq-mb-100 { margin-bottom: 100px; }
.iq-mb-110 { margin-bottom: 110px; }
.iq-mb-120 { margin-bottom: 120px; }
.iq-mb-130 { margin-bottom: 130px; }
.iq-mb-140 { margin-bottom: 140px; }
.iq-mb-150 { margin-bottom: 150px; }

/***************************
       Margin Left
****************************/
.iq-ml-0 { margin-left: 0px; }
.iq-ml-10 { margin-left: 10px; }
.iq-ml-15 { margin-left: 15px; }
.iq-ml-20 { margin-left: 20px; }
.iq-ml-25 { margin-left: 25px; }
.iq-ml-30 { margin-left: 30px; }
.iq-ml-40 { margin-left: 40px; }
.iq-ml-50 { margin-left: 50px; }
.iq-ml-60 { margin-left: 60px; }
.iq-ml-70 { margin-left: 70px; }
.iq-ml-80 { margin-left: 80px; }
.iq-ml-90 { margin-left: 90px; }
.iq-ml-100 { margin-left: 100px; }
.iq-ml-110 { margin-left: 110px; }
.iq-ml-120 { margin-left: 120px; }
.iq-ml-130 { margin-left: 130px; }
.iq-ml-140 { margin-left: 140px; }
.iq-ml-150 { margin-left: 150px; }

/***************************
      Margin Right
****************************/
.iq-mr-0 { margin-right: 0px; }
.iq-mr-10 { margin-right: 10px; }
.iq-mr-15 { margin-right: 15px; }
.iq-mr-20 { margin-right: 20px; }
.iq-mr-25 { margin-right: 25px; }
.iq-mr-30 { margin-right: 30px; }
.iq-mr-40 { margin-right: 40px; }
.iq-mr-50 { margin-right: 50px; }
.iq-mr-60 { margin-right: 60px; }
.iq-mr-70 { margin-right: 70px; }
.iq-mr-80 { margin-right: 80px; }
.iq-mr-90 { margin-right: 90px; }
.iq-mr-100 { margin-right: 100px; }
.iq-mr-110 { margin-right: 110px; }
.iq-mr-120 { margin-right: 120px; }
.iq-mr-130 { margin-right: 130px; }
.iq-mr-140 { margin-right: 140px; }
.iq-mr-150 { margin-right: 150px; }

/*---------------------------------------------------------------------
                          Gradient Color 
-----------------------------------------------------------------------*/
.grad-bg { background: -moz-linear-gradient(90deg, rgba(28, 35, 53, 1) 0%, rgba(40, 34, 66, 1) 20%, rgba(28, 35, 53, 1) 40%, rgba(40, 34, 66, 1) 60%, rgba(28, 35, 53, 1) 80%, rgba(40, 34, 66, 1) 100%, );  /* ff3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(28, 35, 53, 1)), color-stop(50%, rgba(40, 34, 66, 1)), color-stop(100%, rgba(28, 35, 53, 1))); /* safari4+,chrome */ background: -webkit-linear-gradient(90deg, rgba(28, 35, 53, 1) 0%, rgba(40, 34, 66, 1) 20%, rgba(28, 35, 53, 1) 40%, rgba(40, 34, 66, 1) 60%, rgba(28, 35, 53, 1) 80%, rgba(40, 34, 66, 1) 100%, );  /* safari5.1+,chrome10+ */ background: -o-linear-gradient(90deg, rgba(28, 35, 53, 1) 0%, rgba(40, 34, 66, 1) 20%, rgba(28, 35, 53, 1) 40%, rgba(40, 34, 66, 1) 60%, rgba(28, 35, 53, 1) 80%, rgba(40, 34, 66, 1) 100%, );  /* opera 11.10+ */ background: -ms-linear-gradient(90deg, rgba(28, 35, 53, 1) 0%, rgba(40, 34, 66, 1) 20%, rgba(28, 35, 53, 1) 40%, rgba(40, 34, 66, 1) 60%, rgba(28, 35, 53, 1) 80%, rgba(40, 34, 66, 1) 100%, );  /* ie10+ */ background: linear-gradient(0deg, rgba(28, 35, 53, 1) 0%, rgba(40, 34, 66, 1) 20%, rgba(28, 35, 53, 1) 40%, rgba(40, 34, 66, 1) 60%, rgba(28, 35, 53, 1) 80%, rgba(40, 34, 66, 1) 100%, );  /* w3c */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#21437a', endColorstr='#21437a', GradientType=0); /* ie6-9 */ }

/*---------------------------------------------------------------------
                             BG Effect
-----------------------------------------------------------------------*/
.iq-bg { background-color: rgba(0, 0, 0, 0); background-origin: initial; background-position: center center; background-repeat: no-repeat; background-size: cover !important; position: relative; z-index: 0; }
.iq-bg-fixed { background-color: rgba(0, 0, 0, 0); background-origin: initial; background-position: center center; background-repeat: no-repeat; background-size: cover !important; position: relative; z-index: 0; background-attachment: fixed !important; }

/*---------------------------------------------------------------------
                             Particles
-----------------------------------------------------------------------*/
.particles-bg { position: relative; overflow: hidden; }
.particles-bg #canvas { position: absolute; display: block; top: 0; left: 0; }

/*---------------------------------------------------------------------
                       Background Overlay
---------------------------------------------------------------------*/

/*---- Dark Overlay ----*/
.iq-over-dark-10:before { background: rgba(21, 29, 46, 0.1); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; }
.iq-over-dark-20:before { background: rgba(21, 29, 46, 0.2); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; }
.iq-over-dark-30:before { background: rgba(21, 29, 46, 0.3); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; }
.iq-over-dark-40:before { background: rgba(21, 29, 46, 0.4); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; }
.iq-over-dark-50:before { background: rgba(21, 29, 46, 0.5); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; }
.iq-over-dark-60:before { background: rgba(21, 29, 46, 0.6); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; }
.iq-over-dark-70:before { background: rgba(21, 29, 46, 0.7); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; }
.iq-over-dark-80:before { background: rgba(21, 29, 46, 0.8); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; }
.iq-over-dark-90:before { background: rgba(21, 29, 46, 0.9); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; }
.iq-over-dark-95:before { background: rgba(21, 29, 46, 0.95); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; }

/*---- yellow Overlay ----*/
.iq-over-yellow-10:before { background: rgba(249, 183, 7, 0.1); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; }
.iq-over-yellow-20:before { background: rgba(249, 183, 7, 0.2); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; }
.iq-over-yellow-30:before { background: rgba(249, 183, 7, 0.3); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; }
.iq-over-yellow-40:before { background: rgba(249, 183, 7, 0.4); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; }
.iq-over-yellow-50:before { background: rgba(249, 183, 7, 0.5); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; }
.iq-over-yellow-60:before { background: rgba(249, 183, 7, 0.6); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; }
.iq-over-yellow-70:before { background: rgba(249, 183, 7, 0.7); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; }
.iq-over-yellow-80:before { background: rgba(249, 183, 7, 0.8); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; }
.iq-over-yellow-90:before { background: rgba(249, 183, 7, 0.9); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; }
.iq-over-yellow-95:before { background: rgba(249, 183, 7, 0.95); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; }

/*---- Blak Overlay ----*/
.iq-over-black-10:before { background: rgba(0, 0, 0, 0.1); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; }
.iq-over-black-20:before { background: rgba(0, 0, 0, 0.2); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; }
.iq-over-black-30:before { background: rgba(0, 0, 0, 0.3); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; }
.iq-over-black-40:before { background: rgba(0, 0, 0, 0.4); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; }
.iq-over-black-50:before { background: rgba(0, 0, 0, 0.5); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; }
.iq-over-black-60:before { background: rgba(0, 0, 0, 0.6); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; }
.iq-over-black-70:before { background: rgba(0, 0, 0, 0.7); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; }
.iq-over-black-80:before { background: rgba(0, 0, 0, 0.8); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; }
.iq-over-black-90:before { background: rgba(0, 0, 0, 0.9); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; }
.iq-over-black-95:before { background: rgba(0, 0, 0, 0.95); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; }
[class*='iq-over-']:before { z-index: 0; }

/*---------------------------------------------------------------------
                           Section Title
-----------------------------------------------------------------------*/
.heading-title { margin-bottom: 80px; text-align: center; }
.heading-title .title { position: relative; padding-bottom: 15px; }
.heading-title .title:before { content: ""; position: absolute; bottom: 0; left: 50%; margin-left: -40px; width: 80px; height: 3px; background: #f9b707; display: inline-block; }
.heading-title p { padding: 0 100px; display: block; }
.heading-title .title.white:before { background: #ffffff; }

/*Heading Left*/
.heading-left .title { position: relative; padding: 0 0 8px 0; margin: 0 0 20px 0; }
.heading-left .title:before { position: absolute; content: ""; left: 0; width: 50px; height: 3px; background: #f9b707; bottom: 0; }

/*---------------------------------------------------------------------
                                Wow
-----------------------------------------------------------------------*/
.wow:first-child { visibility: hidden; }

/*----------------------------------------------------------------------
                                 Buttons
-----------------------------------------------------------------------*/
.button { background: #f9b707; font-size: 16px; color: #ffffff; padding: 10px 20px; margin-right: 0; border-radius: 3px; display: inline-block; text-transform: capitalize; position: relative; box-shadow: none; border: none; }
.button:hover, .button:focus { color: #ffffff; background: #151d2e; }
.button.dark { background: #151d2e; font-size: 16px; color: #ffffff; padding: 10px 20px; margin-right: 0; border-radius: 3px; display: inline-block; text-transform: capitalize; position: relative; box-shadow: none; border: none; }
.button.dark:hover, .button.dark:focus { color: #ffffff; background: #f9b707; }
.button.dark.white { background: #151d2e; font-size: 16px; color: #ffffff; padding: 10px 20px; margin-right: 0; border-radius: 3px; display: inline-block; text-transform: capitalize; position: relative; box-shadow: none; border: none; }
.button.dark.white:hover, .button.dark.white:focus { color: #f9b707; background: #ffffff; }
.button.white { background: #ffffff; font-size: 16px; color: #333333; padding: 10px 20px; margin-right: 0; border-radius: 3px; display: inline-block; text-transform: capitalize; position: relative; box-shadow: none; border: none; }
.button.white:hover, .button.white:focus { color: #ffffff; background: #f9b707; }
.button.bt-lg { padding: 15px 35px; font-size: 20px; }

/*---------------------------------------------------------------------
                                jarallax
---------------------------------------------------------------------*/
.jarallax { position: relative; z-index: 0; }
.jarallax > .jarallax-img { position: absolute; object-fit: cover;    /* support for plugin https://github.com/bfred-it/object-fit-images */ font-family: 'object-fit:cover; '; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }

/*---------------------------------------------------------------------
                              List Style
----------------------------------------------------------------------*/
ul { padding: 0; margin: 0; }
ul li:after { position: absolute; color: #f9b707; content: ""; font-family: 'FontAwesome'; left: 0; top: 0; }

/*************************************
           Listing Hand
**************************************/
ul.listing-hand { padding: 0; margin: 0; }
ul.listing-hand li { position: relative; list-style-type: none; padding-left: 40px; font-size: 16px; line-height: 18px; display: inline-block; }
ul.listing-hand li:after { content: "\f10c"; font-size: 22px; -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; }
ul.listing-hand li:hover:after { content: "\f058"; }

/*************************************
           Listing Mark
**************************************/
ul.listing-mark { padding: 0; margin: 0; }
ul.listing-mark li { position: relative; list-style-type: none; padding-left: 40px; font-size: 16px; line-height: 18px; display: inline-block; }
ul.listing-mark li:after { content: "\f0a4"; font-size: 22px }

/*---------------------------------------------------------------------
                                Header
---------------------------------------------------------------------*/
header { display: inline-block; width: 100%; float: left; position: relative; z-index: 99; background: #fff; -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: #1a1a1a; 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 { text-decoration: none; padding: 30px 25px; display: block; font-family: 'Ubuntu', sans-serif; color: #1a1a1a; 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: #f9b707; }
.menu ul { visibility: hidden; opacity: 0; margin: 0; padding: 0; width: 175px; text-align: left; position: absolute; left: 0px; background: #fff; 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 { font-size: 14px; padding: 15px 15px; font-weight: normal; display: block; color: #1a1a1a; background: #fff; line-height: normal; }
.menu ul li a:hover, .menu ul li:hover>a { background: #f9b707; color: #fff; }
.menu li:hover>ul { visibility: visible; opacity: 1; transform: translate(0, 0); }
.menu ul ul { left: 175px; 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: #151d2e; text-transform: uppercase; }
.responsive-menu:hover { color: #f9b707; text-decoration: none; }

/*---- Header Sticky ----*/
header.menu-sticky .iq-header { background: #fff; 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: 15px; }
header.menu-sticky .iq-header .menu li a { padding: 22px 25px; }
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: 64px !important; }

/*---- Header Topbar ----*/
.topbar { padding: 10px 0px; background: #151d2e; }
.topbar li { position: relative; }
.topbar li, .topbar li a { color: #ffffff; 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: #f9b707; 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 #ffff; padding-right: 15px; margin-right: 10px; }
.topbar .list-inline-item a:hover { color: #f9b707; }
.topbar .list-inline-item i { padding-right: 8px; }
.topbar .topbar-right .iq-left .list-inline-item { position: relative; border: none; }
.topbar .topbar-right .iq-left .list-inline-item:first-child:before { position: absolute; content: "/"; right: 0; top: 0; }

/*---- Header chart ----*/
header .topbar-chart { padding: 10px 0px; background: #151d2e; }
header .topbar-chart .ccc-header-v3 { background: none !important; }
header .topbar-chart .ccc-header-v3 .ccc-header-v3-price-value, header .topbar-chart .ccc-header-v3 .ccc-header-v3-price-name { color: #fff !important; }

/*---- Header transparent ----*/
header.transparent { background: transparent; position: fixed; display: inline-block; width: 100%; }
header.transparent .logo a, header.transparent .menu li a { color: #fff; }
header.transparent.menu-sticky { background: #1a1a1a; border-bottom: 1px solid #1a1a1a; }
header.transparent .menu li ul li a { color: #1a1a1a; }
header.transparent .menu li a:hover, header.transparent .menu li:hover>a, header.transparent .menu li a.active { color: #f9b707; }
header.transparent .menu ul li a:hover, header.transparent .menu ul li:hover>a { background: #f9b707; color: #fff; }
header.transparent .iq-header { display: inline-block; width: 100%; position: fixed; top: 45px; left: 0; }
header.transparent.menu-sticky .iq-header { background: #151d2e; 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; }

/*---- Header transparent ----*/
header.simpal-transparent { background: transparent; position: fixed; display: inline-block; width: 100%; }
header.simpal-transparent .menu li a { color: #fff; }
header.simpal-transparent .menu li ul li a { color: #1a1a1a; }
header.simpal-transparent .menu li a:hover, header.simpal-transparent .menu li:hover>a, header.simpal-transparent .menu li a.active { color: #f9b707; }
header.simpal-transparent .menu ul li a:hover, header.simpal-transparent .menu ul li:hover>a { background: #f9b707; color: #fff; }
header.simpal-transparent.menu-sticky .iq-header { background: #151d2e; 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: #fff; display: inline-block; width: 100%; }
header.simpal-yellow .topbar { background: #f9b707; }
header.simpal-yellow .topbar .topbar-right li a:hover { color: #151d2e; }

/*---- Header fancy ----*/
header.fancy { background: transparent; display: inline-block; width: 100%; }
header.fancy .iq-header .row { background: #fff; margin: 15px 100px 0; border-radius: 4px; }
header.fancy .logo { margin-top: 11px; }
header.fancy .logo a img { height: 35px; }
header.fancy .menu li a { padding: 20px 25px; }
header.fancy .menu li ul li a { padding: 15px 15px; }
header.fancy .menu li:last-child a { padding-right: 0; }
header.fancy.menu-sticky .iq-header { background: #fff; 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.fancy.menu-sticky .iq-header .row { background: transparent; margin-top: 0px; border-radius: 0px; -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; }
@media (max-width:992px) {
  header.menu-sticky { /* padding: 15px 0 0;  */ }
  .topbar li, .topbar li a { font-size: 14px; }
  header .logo a img { height: 30px; }
  header .logo { margin-top: 10px; }
  .menu li a { padding: 18px 20px; font-size: 14px; }
  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-right { text-align: center !important; }
  header nav { position: absolute; right: 0; top: 3px; text-align: right; }
  .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; }
  header { position: relative; }
  .responsive-menu { display: block; }
  header .menu li { width: 100%; margin: 0; }
  header .menu li a { background: #151d2e; color: #ffff; 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: #999; 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: #f9b707; color: #fff; }

  /*---- Header transparent ----*/
  header.transparent { position: relative; background: #000; }
  header.transparent .iq-header { padding: 10px 0; position: inherit; top: 0; }
  header.transparent .responsive-menu { color: #fff; }
  header.transparent .responsive-menu:hover { color: #f9b707; }
  header.transparent .menu li a:hover, header.transparent .menu li:hover>a, header.transparent .menu li a.active { color: #fff; }
  header.transparent .menu li ul li a { color: #fff; }

  /*---- Header Simpal Transparent ----*/
  header.simpal-transparent .responsive-menu { color: #fff; }
  header.simpal-transparent .responsive-menu:hover { color: #f9b707; }
  header.simpal-transparent .menu li a:hover, header.simpal-transparent .menu li:hover>a, header.simpal-transparent .menu li a.active { color: #fff; }
  header.simpal-transparent .menu li ul li a { color: #fff; }
}

/*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 #ced4da; 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: #f9b707; background: transparent; border: 1px solid #f9b707; text-align: center; border-radius: 50%; }
.iq-login .modal-footer .iq-media-blog li a:hover { background: #f9b707; border-color: #f9b707; color: #fff; }
.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 #ced4da; 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: #f9b707; background: transparent; border: 1px solid #f9b707; text-align: center; border-radius: 50%; }
.iq-register .modal-footer .iq-media-blog li a:hover { background: #f9b707; border-color: #f9b707; color: #fff; }
.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: #fff; 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: 80px !important; visibility: visible !important; }
.iq-search .search-box input { background: transparent; border-radius: 0; border: 1px solid #eee; padding-left: 15px; box-shadow: none; color: #666; }
.iq-search .search-box input:focus { background: transparent; border: 1px solid #f9b707; }
.iq-search i { cursor: pointer; font-size: 18px; position: absolute; right: 27px; top: 24px; }
.iq-search.search-open i:hover { color: #f9b707; }

/*---------------------------------------------------------------------
                      Owl Carousel Dot
-----------------------------------------------------------------------*/
.owl-carousel .owl-controls .owl-dot { display: inline-block; margin-top: 20px; }
.owl-carousel .owl-dots { display: inline-block; position: relative; text-indent: inherit; width: 100%; cursor: pointer; text-align: center; }
.owl-carousel.owl-theme .owl-dots .owl-dot span { background: #151d2e; border-radius: 30px; display: inline-block; width: 10px; height: 10px; margin: 0px 3px; 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; }
.owl-carousel.owl-theme .owl-dots .owl-dot:hover span { background: #f49c20; }
.owl-carousel.owl-theme .owl-dots .owl-dot.active span { background: #f49c20; width: 24px; }

/* Arrow-1 */
.owl-carousel.arrow-1 { overflow: hidden; }
.owl-carousel.arrow-1 .owl-nav { display: block; position: absolute; text-indent: inherit; top: 45%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); left: 0; width: 100%; cursor: pointer; }
.owl-carousel.arrow-1 .owl-nav .owl-prev { display: block; position: absolute; text-indent: inherit; left: -44px; width: auto; cursor: pointer; -webkit-transition: opacity 0.3s ease 0s, left 0.3s ease 0s; -moz-transition: opacity 0.3s ease 0s, left 0.3s ease 0s; -ms-transition: opacity 0.3s ease 0s, left 0.3s ease 0s; -o-transition: opacity 0.3s ease 0s, left 0.3s ease 0s; transition: opacity 0.3s ease 0s, left 0.3s ease 0s; }
.owl-carousel.arrow-1 .owl-nav .owl-next { display: block; position: absolute; text-indent: inherit; right: -44px; width: auto; cursor: pointer; -webkit-transition: opacity 0.3s ease 0s, right 0.3s ease 0s; -moz-transition: opacity 0.3s ease 0s, right 0.3s ease 0s; -ms-transition: opacity 0.3s ease 0s, right 0.3s ease 0s; -o-transition: opacity 0.3s ease 0s, right 0.3s ease 0s; transition: opacity 0.3s ease 0s, right 0.3s ease 0s; }
.owl-carousel.arrow-1 .owl-nav i { font-weight: normal; font-size: 24px; color: #fff; background: rgba(44, 62, 80, 0.7); padding: 8px 20px; -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; }
.owl-carousel.arrow-1 .owl-nav i:hover { background: #f49c20; }
.owl-carousel.arrow-1 .owl-nav .owl-prev { left: 0; }
.owl-carousel.arrow-1 .owl-nav .owl-next { right: 0; }
.owl-carousel.arrow-1 .owl-stage-outer { overflow: hidden; }

/*---------------------------------------------------------------------
                      Banner
-----------------------------------------------------------------------*/
.iq-banner .banner-text { margin: 13% 0; }
.iq-banner .banner-text h1 { font-size: 5.2em; line-height: normal }

/* banner From */
.banner-form { background: #fff; display: inline-block; float: right; width: 80%; padding: 30px 30px 40px; position: relative; -webkit-border-top-right-radius: 20px; -moz-border-radius-topright: 20px; border-top-right-radius: 20px; }
.banner-form:before { position: absolute; bottom: 0px; right: 0; background: url('../images/banner/02.png') no-repeat 0 0; background-size: 100%; width: 100%; height: 87px; content: ""; }
.banner-form .form-icon { background: #f9b707; display: inline-block; width: 80px; height: 80px; line-height: 80px; text-align: center; position: absolute; top: 30px; right: 89%; -webkit-box-shadow: -8px 6px 10px 0px rgba(0, 0, 0, 0.15); -moz-box-shadow: -8px 6px 10px 0px rgba(0, 0, 0, 0.15); box-shadow: -8px 6px 10px 0px rgba(0, 0, 0, 0.15); }
.banner-form h2 { margin-left: 30px; line-height: 36px; font-size: 40px; }
.banner-form h2 small { display: inline-block; width: 100%; color: #666666; font-weight: 500; font-size: 20px; }
.calculator .cryptonatorwidget { padding: 0 !important; border: none !important; }
.calculator .cryptonatorwidget tr td { margin: 0; padding: 0; padding-right: 10px; }
.calculator .cryptonatorwidget input, .calculator .cryptonatorwidget select { padding: 0 0 0 10px; height: 40px !important; line-height: 40px !important; margin-bottom: 15px; border: 1px solid #bbb; border-radius: 3px; outline: none; }
.calculator .cryptonatorwidget div { display: none; }

/* Price Silder */
.price-silder { bottom: 0; background: rgba(255, 255, 255, 0.2); padding: 15px 0; position: relative; overflow: hidden; }
.price-silder .media img { width: 40px; }
.price-silder .media-body { line-height: 12px; }
.price-silder .media-body span { font-size: 14px; }
.price-silder .media-body small { font-size: 12px; display: inline-block; width: 100%; }
.price-silder .price-title { position: absolute; z-index: 9; padding: 16px 200px 15px 60px; top: 0; background: -moz-linear-gradient(180deg, rgba(249, 183, 7, 0) 0%, rgba(249, 183, 7, 1) 51%, rgba(249, 183, 7, 1) 100%); /* ff3.6+ */ background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(249, 183, 7, 1)), color-stop(49%, rgba(249, 183, 7, 1)), color-stop(100%, rgba(249, 183, 7, 0))); /* safari4+,chrome */ background: -webkit-linear-gradient(180deg, rgba(249, 183, 7, 0) 0%, rgba(249, 183, 7, 1) 51%, rgba(249, 183, 7, 1) 100%); /* safari5.1+,chrome10+ */ background: -o-linear-gradient(180deg, rgba(249, 183, 7, 0) 0%, rgba(249, 183, 7, 1) 51%, rgba(249, 183, 7, 1) 100%); /* opera 11.10+ */ background: -ms-linear-gradient(180deg, rgba(249, 183, 7, 0) 0%, rgba(249, 183, 7, 1) 51%, rgba(249, 183, 7, 1) 100%); /* ie10+ */ background: linear-gradient(270deg, rgba(249, 183, 7, 0) 0%, rgba(249, 183, 7, 1) 51%, rgba(249, 183, 7, 1) 100%); /* w3c */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9b707', endColorstr='#f9b707', GradientType=1); /* ie6-9 */ }
.price-silder .price-title h6 { color: #ffffff; }

/*---------------------------------------------------------------------
                         Banner Stars
-----------------------------------------------------------------------*/
.banner-stars { width: 100%; height: 100%; position: relative; overflow: hidden; }
.banner-stars .stars-text { margin-top: 33%; color: #ffffff; }
.banner-stars h1, .banner-stars h4 { color: #ffffff; }
#stars { width: 1px; height: 1px; background: transparent; box-shadow: 976px 72px #FFF, 940px 1805px #FFF, 1639px 220px #FFF, 1008px 1725px #FFF, 1319px 567px #FFF, 1084px 876px #FFF, 692px 1873px #FFF, 361px 935px #FFF, 351px 585px #FFF, 1247px 1340px #FFF, 938px 1735px #FFF, 1601px 706px #FFF, 266px 1172px #FFF, 1075px 1853px #FFF, 1060px 365px #FFF, 1269px 266px #FFF, 1107px 291px #FFF, 67px 1790px #FFF, 506px 1130px #FFF, 221px 935px #FFF, 1480px 571px #FFF, 1806px 1566px #FFF, 1187px 229px #FFF, 1637px 1495px #FFF, 80px 685px #FFF, 216px 1667px #FFF, 454px 1998px #FFF, 1011px 1081px #FFF, 246px 838px #FFF, 1007px 1777px #FFF, 1484px 701px #FFF, 1328px 1971px #FFF, 1223px 750px #FFF, 1960px 534px #FFF, 1186px 239px #FFF, 848px 118px #FFF, 1795px 1018px #FFF, 241px 525px #FFF, 706px 1598px #FFF, 427px 1864px #FFF, 396px 511px #FFF, 1256px 428px #FFF, 416px 1266px #FFF, 529px 1611px #FFF, 1223px 899px #FFF, 1266px 712px #FFF, 1917px 224px #FFF, 1673px 1291px #FFF, 1642px 1751px #FFF, 1797px 1089px #FFF, 767px 1338px #FFF, 1811px 997px #FFF, 613px 729px #FFF, 462px 238px #FFF, 1764px 715px #FFF, 1504px 1321px #FFF, 163px 415px #FFF, 1754px 426px #FFF, 54px 1939px #FFF, 357px 553px #FFF, 490px 1144px #FFF, 1147px 1092px #FFF, 1193px 1856px #FFF, 1789px 508px #FFF, 1948px 594px #FFF, 879px 1268px #FFF, 1388px 371px #FFF, 1269px 656px #FFF, 235px 436px #FFF, 1437px 1351px #FFF, 1650px 1547px #FFF, 590px 272px #FFF, 734px 1057px #FFF, 479px 1658px #FFF, 1528px 1400px #FFF, 1294px 1425px #FFF, 1974px 1894px #FFF, 16px 128px #FFF, 1951px 148px #FFF, 1304px 1669px #FFF, 1245px 1204px #FFF, 1247px 1677px #FFF, 1784px 1108px #FFF, 707px 1122px #FFF, 289px 1656px #FFF, 1630px 424px #FFF, 1538px 381px #FFF, 1160px 1384px #FFF, 532px 79px #FFF, 890px 473px #FFF, 893px 1864px #FFF, 1697px 885px #FFF, 1107px 179px #FFF, 1207px 1487px #FFF, 1092px 92px #FFF, 1580px 1381px #FFF, 1594px 604px #FFF, 696px 767px #FFF, 1074px 890px #FFF, 1664px 91px #FFF, 105px 624px #FFF, 1134px 1660px #FFF, 215px 1884px #FFF, 176px 1720px #FFF, 1418px 846px #FFF, 1995px 1729px #FFF, 1965px 1559px #FFF, 1699px 447px #FFF, 1647px 1449px #FFF, 1840px 757px #FFF, 587px 1288px #FFF, 394px 1151px #FFF, 46px 1681px #FFF, 1705px 91px #FFF, 724px 822px #FFF, 346px 1381px #FFF, 133px 22px #FFF, 1805px 236px #FFF, 1126px 1298px #FFF, 1848px 321px #FFF, 694px 1713px #FFF, 1091px 543px #FFF, 247px 956px #FFF, 482px 237px #FFF, 689px 1688px #FFF, 1531px 1654px #FFF, 330px 749px #FFF, 1514px 838px #FFF, 1930px 276px #FFF, 1026px 1738px #FFF, 1554px 669px #FFF, 1544px 1742px #FFF, 362px 1670px #FFF, 1581px 178px #FFF, 1983px 213px #FFF, 897px 551px #FFF, 354px 1193px #FFF, 1512px 1917px #FFF, 907px 1801px #FFF, 1877px 586px #FFF, 891px 1384px #FFF, 1604px 1643px #FFF, 242px 1741px #FFF, 1201px 1113px #FFF, 1297px 821px #FFF, 4px 1206px #FFF, 1383px 481px #FFF, 1145px 1296px #FFF, 311px 1882px #FFF, 668px 1295px #FFF, 562px 744px #FFF, 1237px 229px #FFF, 1672px 403px #FFF, 138px 445px #FFF, 863px 218px #FFF, 547px 901px #FFF, 1445px 1320px #FFF, 646px 1742px #FFF, 1624px 1842px #FFF, 918px 1870px #FFF, 1022px 1029px #FFF, 673px 567px #FFF, 1268px 1450px #FFF, 1437px 1329px #FFF, 328px 564px #FFF, 1245px 901px #FFF, 560px 600px #FFF, 615px 1391px #FFF, 1360px 123px #FFF, 1927px 1339px #FFF, 1902px 1631px #FFF, 1612px 1864px #FFF, 1511px 1484px #FFF, 1073px 600px #FFF, 1725px 1693px #FFF, 116px 1418px #FFF, 1230px 1684px #FFF, 23px 1515px #FFF, 832px 1823px #FFF, 750px 133px #FFF, 451px 189px #FFF, 16px 257px #FFF, 1659px 1437px #FFF, 1456px 1635px #FFF, 595px 1389px #FFF, 673px 916px #FFF, 1294px 124px #FFF, 1935px 499px #FFF, 1665px 1482px #FFF, 1569px 1929px #FFF, 1192px 919px #FFF, 519px 1729px #FFF, 1106px 1912px #FFF, 335px 673px #FFF, 504px 488px #FFF, 188px 1837px #FFF, 925px 1814px #FFF, 1597px 1538px #FFF, 927px 826px #FFF, 1533px 1590px #FFF, 1998px 200px #FFF, 1126px 1764px #FFF, 1004px 1878px #FFF, 1532px 1045px #FFF, 1927px 1203px #FFF, 252px 1462px #FFF, 1756px 1554px #FFF, 622px 514px #FFF, 151px 1179px #FFF, 1674px 670px #FFF, 1864px 1745px #FFF, 1669px 1602px #FFF, 1154px 1666px #FFF, 661px 255px #FFF, 1916px 1861px #FFF, 445px 1871px #FFF, 50px 1147px #FFF, 815px 1272px #FFF, 581px 1183px #FFF, 12px 1876px #FFF, 125px 1262px #FFF, 167px 1148px #FFF, 865px 1511px #FFF, 549px 227px #FFF, 94px 694px #FFF, 19px 96px #FFF, 1428px 763px #FFF, 1078px 1277px #FFF, 888px 1889px #FFF, 912px 1065px #FFF, 1828px 1094px #FFF, 992px 1901px #FFF, 1854px 996px #FFF, 1200px 305px #FFF, 1000px 1515px #FFF, 1529px 454px #FFF, 357px 216px #FFF, 1261px 1361px #FFF, 1056px 420px #FFF, 1204px 1100px #FFF, 1127px 1470px #FFF, 557px 567px #FFF, 1999px 574px #FFF, 1676px 718px #FFF, 1344px 1694px #FFF, 1556px 92px #FFF, 1619px 157px #FFF, 91px 1445px #FFF, 426px 1498px #FFF, 1027px 961px #FFF, 420px 1145px #FFF, 848px 589px #FFF, 510px 1116px #FFF, 561px 743px #FFF, 493px 854px #FFF, 1754px 382px #FFF, 1349px 684px #FFF, 372px 424px #FFF, 821px 1358px #FFF, 1678px 609px #FFF, 481px 970px #FFF, 1391px 423px #FFF, 1528px 560px #FFF, 597px 1449px #FFF, 926px 861px #FFF, 1212px 1276px #FFF, 991px 147px #FFF, 1360px 925px #FFF, 893px 60px #FFF, 1482px 1571px #FFF, 1040px 788px #FFF, 672px 1422px #FFF, 1817px 1533px #FFF, 1790px 1141px #FFF, 1312px 1176px #FFF, 1457px 521px #FFF, 299px 58px #FFF, 848px 57px #FFF, 639px 1174px #FFF, 416px 1887px #FFF, 1542px 964px #FFF, 952px 868px #FFF, 276px 1079px #FFF, 1135px 1198px #FFF, 466px 346px #FFF, 1532px 476px #FFF, 710px 1633px #FFF, 537px 1069px #FFF, 718px 329px #FFF, 33px 1817px #FFF, 345px 1064px #FFF, 1743px 1236px #FFF, 1819px 1604px #FFF, 1419px 1827px #FFF, 1974px 1218px #FFF, 817px 1279px #FFF, 1508px 1104px #FFF, 1384px 1751px #FFF, 1480px 1962px #FFF, 253px 451px #FFF, 1988px 1157px #FFF, 454px 876px #FFF, 966px 1956px #FFF, 1780px 97px #FFF, 1162px 907px #FFF, 1864px 1404px #FFF, 827px 1768px #FFF, 1285px 474px #FFF, 688px 1569px #FFF, 420px 1684px #FFF, 655px 886px #FFF, 1765px 1997px #FFF, 324px 416px #FFF, 1958px 542px #FFF, 1162px 702px #FFF, 409px 176px #FFF, 518px 160px #FFF, 1540px 1368px #FFF, 250px 1882px #FFF, 654px 1784px #FFF, 1990px 1910px #FFF, 1463px 1740px #FFF, 107px 995px #FFF, 1248px 975px #FFF, 1100px 319px #FFF, 1395px 187px #FFF, 681px 1488px #FFF, 1841px 1846px #FFF, 1641px 927px #FFF, 1861px 1303px #FFF, 877px 82px #FFF, 561px 1242px #FFF, 189px 1347px #FFF, 1342px 936px #FFF, 1916px 1833px #FFF, 539px 723px #FFF, 108px 183px #FFF, 1994px 1345px #FFF, 669px 805px #FFF, 1640px 601px #FFF, 1811px 1816px #FFF, 1451px 810px #FFF, 905px 769px #FFF, 87px 756px #FFF, 1645px 822px #FFF, 118px 578px #FFF, 1408px 810px #FFF, 943px 186px #FFF, 215px 1696px #FFF, 131px 1280px #FFF, 411px 1774px #FFF, 662px 1922px #FFF, 159px 1182px #FFF, 303px 1070px #FFF, 1668px 1445px #FFF, 722px 1233px #FFF, 149px 1042px #FFF, 286px 1102px #FFF, 742px 527px #FFF, 893px 600px #FFF, 1277px 202px #FFF, 1063px 297px #FFF, 809px 862px #FFF, 1210px 988px #FFF, 1564px 1310px #FFF, 1075px 53px #FFF, 357px 999px #FFF, 1086px 604px #FFF, 751px 1636px #FFF, 1739px 1182px #FFF, 835px 537px #FFF, 1318px 566px #FFF, 241px 1125px #FFF, 111px 1013px #FFF, 765px 1741px #FFF, 538px 1772px #FFF, 304px 191px #FFF, 678px 872px #FFF, 961px 1527px #FFF, 403px 1718px #FFF, 571px 807px #FFF, 1818px 1153px #FFF, 1931px 614px #FFF, 1365px 431px #FFF, 602px 174px #FFF, 1356px 340px #FFF, 1230px 329px #FFF, 71px 2px #FFF, 843px 1703px #FFF, 611px 370px #FFF, 1993px 604px #FFF, 1730px 875px #FFF, 1938px 421px #FFF, 905px 1808px #FFF, 1944px 352px #FFF, 266px 1718px #FFF, 936px 88px #FFF, 644px 817px #FFF, 1180px 1561px #FFF, 1893px 1548px #FFF, 1097px 82px #FFF, 294px 1714px #FFF, 1805px 583px #FFF, 863px 159px #FFF, 1106px 1851px #FFF, 1090px 1035px #FFF, 1753px 1591px #FFF, 1422px 1670px #FFF, 1100px 1791px #FFF, 1660px 1484px #FFF, 1376px 240px #FFF, 324px 1683px #FFF, 933px 1155px #FFF, 826px 90px #FFF, 431px 177px #FFF, 524px 1271px #FFF, 348px 1889px #FFF, 1460px 1252px #FFF, 586px 1883px #FFF, 751px 234px #FFF, 105px 1642px #FFF, 206px 1224px #FFF, 902px 158px #FFF, 106px 752px #FFF, 1166px 314px #FFF, 1800px 1256px #FFF, 789px 240px #FFF, 1369px 1133px #FFF, 1412px 120px #FFF, 531px 1479px #FFF, 972px 829px #FFF, 87px 534px #FFF, 1929px 664px #FFF, 795px 1001px #FFF, 1541px 1605px #FFF, 1935px 969px #FFF, 762px 904px #FFF, 1448px 844px #FFF, 1292px 1734px #FFF, 1125px 1991px #FFF, 1146px 1208px #FFF, 819px 925px #FFF, 1598px 446px #FFF, 1141px 378px #FFF, 89px 1663px #FFF, 658px 1959px #FFF, 1537px 960px #FFF, 18px 1280px #FFF, 211px 121px #FFF, 1793px 1227px #FFF, 1721px 1842px #FFF, 482px 1699px #FFF, 909px 1813px #FFF, 1196px 239px #FFF, 776px 1224px #FFF, 1852px 1073px #FFF, 266px 1970px #FFF, 1318px 1530px #FFF, 1992px 1941px #FFF, 584px 329px #FFF, 449px 1533px #FFF, 1842px 1976px #FFF, 773px 6px #FFF, 888px 1884px #FFF, 1091px 1816px #FFF, 1903px 1262px #FFF, 795px 255px #FFF, 1040px 414px #FFF, 1486px 1215px #FFF, 788px 1921px #FFF, 1793px 1509px #FFF, 750px 1684px #FFF, 653px 1822px #FFF, 1303px 1508px #FFF, 458px 682px #FFF, 1565px 1208px #FFF, 1250px 1235px #FFF, 1167px 249px #FFF, 335px 597px #FFF, 1033px 1258px #FFF, 1982px 163px #FFF, 27px 84px #FFF, 1911px 1521px #FFF, 80px 73px #FFF, 848px 4px #FFF, 788px 1622px #FFF, 753px 236px #FFF, 1712px 1001px #FFF, 1640px 1384px #FFF, 1921px 653px #FFF, 1793px 1078px #FFF, 945px 821px #FFF, 1202px 710px #FFF, 933px 369px #FFF, 1802px 1778px #FFF, 1291px 1235px #FFF, 1680px 245px #FFF, 193px 1290px #FFF, 734px 1381px #FFF, 1812px 21px #FFF, 561px 1288px #FFF, 1039px 1432px #FFF, 1019px 1975px #FFF, 932px 387px #FFF, 620px 91px #FFF, 99px 1833px #FFF, 1704px 962px #FFF, 706px 1001px #FFF, 964px 889px #FFF, 748px 1896px #FFF, 1824px 261px #FFF, 1520px 1119px #FFF, 1645px 596px #FFF, 271px 827px #FFF, 860px 1599px #FFF, 129px 1616px #FFF, 1870px 508px #FFF, 1384px 161px #FFF, 1676px 952px #FFF, 541px 1802px #FFF, 115px 1490px #FFF, 1166px 60px #FFF, 52px 1497px #FFF, 1411px 643px #FFF, 252px 1803px #FFF, 1669px 918px #FFF, 620px 1009px #FFF, 1305px 346px #FFF, 927px 1111px #FFF, 1668px 892px #FFF, 306px 150px #FFF, 988px 1259px #FFF, 188px 1043px #FFF, 1671px 439px #FFF, 413px 708px #FFF, 1067px 476px #FFF, 1863px 1163px #FFF, 109px 1335px #FFF, 1776px 498px #FFF, 1774px 979px #FFF, 374px 1361px #FFF, 719px 1786px #FFF, 342px 226px #FFF, 1131px 1983px #FFF, 538px 549px #FFF, 228px 1786px #FFF, 730px 467px #FFF, 1769px 1910px #FFF, 654px 916px #FFF, 527px 1983px #FFF, 1063px 1266px #FFF, 902px 1035px #FFF, 1226px 487px #FFF, 1589px 589px #FFF, 696px 1145px #FFF, 72px 1476px #FFF, 842px 420px #FFF, 260px 1988px #FFF, 549px 530px #FFF, 325px 547px #FFF, 671px 642px #FFF, 1957px 454px #FFF, 765px 1290px #FFF, 700px 801px #FFF, 1528px 1541px #FFF, 569px 7px #FFF, 397px 1934px #FFF, 1723px 91px #FFF, 389px 864px #FFF, 45px 1080px #FFF, 1358px 1161px #FFF, 1102px 258px #FFF, 47px 1446px #FFF, 105px 1894px #FFF, 486px 1034px #FFF, 1148px 1841px #FFF, 1228px 1552px #FFF, 866px 1337px #FFF, 871px 457px #FFF, 553px 913px #FFF, 1247px 144px #FFF, 155px 539px #FFF, 1261px 1123px #FFF, 1217px 91px #FFF, 29px 1997px #FFF, 179px 1788px #FFF, 981px 351px #FFF, 1385px 1416px #FFF, 1520px 647px #FFF, 501px 1194px #FFF, 484px 237px #FFF, 511px 1597px #FFF, 1500px 1845px #FFF, 1209px 164px #FFF, 1568px 1014px #FFF, 686px 1004px #FFF, 894px 1543px #FFF, 267px 605px #FFF, 1617px 794px #FFF, 880px 1896px #FFF, 100px 546px #FFF, 1414px 693px #FFF, 1533px 31px #FFF, 897px 1606px #FFF, 317px 1364px #FFF, 1656px 549px #FFF, 931px 866px #FFF, 1405px 489px #FFF, 1099px 1256px #FFF, 740px 532px #FFF, 807px 808px #FFF, 1498px 343px #FFF, 1484px 502px #FFF, 1110px 451px #FFF, 1897px 1995px #FFF, 1062px 983px #FFF, 141px 1853px #FFF, 282px 232px #FFF, 364px 124px #FFF, 517px 980px #FFF, 1px 1345px #FFF, 1724px 957px #FFF, 858px 1979px #FFF, 1131px 328px #FFF, 330px 995px #FFF, 1547px 170px #FFF, 900px 1571px #FFF, 926px 1133px #FFF, 1169px 368px #FFF, 171px 1849px #FFF, 1272px 1108px #FFF, 867px 277px #FFF, 640px 1845px #FFF, 1643px 878px #FFF, 830px 1457px #FFF, 42px 825px #FFF, 1746px 1325px #FFF, 1662px 1280px #FFF, 1868px 1330px #FFF, 425px 1913px #FFF, 445px 418px #FFF, 1470px 1009px #FFF, 1062px 1021px #FFF, 1425px 1584px #FFF, 972px 580px #FFF, 929px 205px #FFF, 918px 539px #FFF, 178px 870px #FFF, 420px 1642px #FFF, 1049px 564px #FFF, 1109px 1280px #FFF, 400px 1776px #FFF, 1836px 46px #FFF, 27px 1107px #FFF, 416px 1859px #FFF, 1094px 1383px #FFF, 373px 1921px #FFF, 49px 1814px #FFF, 978px 1195px #FFF, 361px 1520px #FFF, 955px 267px #FFF, 1961px 904px #FFF, 660px 66px #FFF, 1385px 882px #FFF, 1713px 1389px #FFF, 230px 1862px #FFF, 940px 373px #FFF, 1817px 969px #FFF, 522px 969px #FFF, 1327px 80px #FFF, 1550px 1263px #FFF, 421px 416px #FFF, 716px 144px #FFF, 110px 66px #FFF, 1678px 954px #FFF, 588px 1025px #FFF, 894px 1820px #FFF, 1784px 1527px #FFF, 635px 1297px #FFF, 623px 1167px #FFF, 1667px 1352px #FFF, 1014px 1972px #FFF, 1059px 1746px #FFF, 842px 1122px #FFF, 599px 623px #FFF, 1889px 281px #FFF, 853px 1646px #FFF, 448px 924px #FFF, 905px 970px #FFF, 1300px 1671px #FFF, 1687px 1899px #FFF, 1030px 1842px #FFF, 840px 136px #FFF, 255px 524px #FFF, 476px 479px #FFF, 1345px 1484px #FFF, 1343px 1631px #FFF, 295px 383px #FFF, 345px 1538px #FFF, 1360px 499px #FFF; animation: animStar 50s linear infinite; }
#stars:after { content: " "; position: absolute; top: 2000px; width: 1px; height: 1px; background: transparent; box-shadow: 976px 72px #FFF, 940px 1805px #FFF, 1639px 220px #FFF, 1008px 1725px #FFF, 1319px 567px #FFF, 1084px 876px #FFF, 692px 1873px #FFF, 361px 935px #FFF, 351px 585px #FFF, 1247px 1340px #FFF, 938px 1735px #FFF, 1601px 706px #FFF, 266px 1172px #FFF, 1075px 1853px #FFF, 1060px 365px #FFF, 1269px 266px #FFF, 1107px 291px #FFF, 67px 1790px #FFF, 506px 1130px #FFF, 221px 935px #FFF, 1480px 571px #FFF, 1806px 1566px #FFF, 1187px 229px #FFF, 1637px 1495px #FFF, 80px 685px #FFF, 216px 1667px #FFF, 454px 1998px #FFF, 1011px 1081px #FFF, 246px 838px #FFF, 1007px 1777px #FFF, 1484px 701px #FFF, 1328px 1971px #FFF, 1223px 750px #FFF, 1960px 534px #FFF, 1186px 239px #FFF, 848px 118px #FFF, 1795px 1018px #FFF, 241px 525px #FFF, 706px 1598px #FFF, 427px 1864px #FFF, 396px 511px #FFF, 1256px 428px #FFF, 416px 1266px #FFF, 529px 1611px #FFF, 1223px 899px #FFF, 1266px 712px #FFF, 1917px 224px #FFF, 1673px 1291px #FFF, 1642px 1751px #FFF, 1797px 1089px #FFF, 767px 1338px #FFF, 1811px 997px #FFF, 613px 729px #FFF, 462px 238px #FFF, 1764px 715px #FFF, 1504px 1321px #FFF, 163px 415px #FFF, 1754px 426px #FFF, 54px 1939px #FFF, 357px 553px #FFF, 490px 1144px #FFF, 1147px 1092px #FFF, 1193px 1856px #FFF, 1789px 508px #FFF, 1948px 594px #FFF, 879px 1268px #FFF, 1388px 371px #FFF, 1269px 656px #FFF, 235px 436px #FFF, 1437px 1351px #FFF, 1650px 1547px #FFF, 590px 272px #FFF, 734px 1057px #FFF, 479px 1658px #FFF, 1528px 1400px #FFF, 1294px 1425px #FFF, 1974px 1894px #FFF, 16px 128px #FFF, 1951px 148px #FFF, 1304px 1669px #FFF, 1245px 1204px #FFF, 1247px 1677px #FFF, 1784px 1108px #FFF, 707px 1122px #FFF, 289px 1656px #FFF, 1630px 424px #FFF, 1538px 381px #FFF, 1160px 1384px #FFF, 532px 79px #FFF, 890px 473px #FFF, 893px 1864px #FFF, 1697px 885px #FFF, 1107px 179px #FFF, 1207px 1487px #FFF, 1092px 92px #FFF, 1580px 1381px #FFF, 1594px 604px #FFF, 696px 767px #FFF, 1074px 890px #FFF, 1664px 91px #FFF, 105px 624px #FFF, 1134px 1660px #FFF, 215px 1884px #FFF, 176px 1720px #FFF, 1418px 846px #FFF, 1995px 1729px #FFF, 1965px 1559px #FFF, 1699px 447px #FFF, 1647px 1449px #FFF, 1840px 757px #FFF, 587px 1288px #FFF, 394px 1151px #FFF, 46px 1681px #FFF, 1705px 91px #FFF, 724px 822px #FFF, 346px 1381px #FFF, 133px 22px #FFF, 1805px 236px #FFF, 1126px 1298px #FFF, 1848px 321px #FFF, 694px 1713px #FFF, 1091px 543px #FFF, 247px 956px #FFF, 482px 237px #FFF, 689px 1688px #FFF, 1531px 1654px #FFF, 330px 749px #FFF, 1514px 838px #FFF, 1930px 276px #FFF, 1026px 1738px #FFF, 1554px 669px #FFF, 1544px 1742px #FFF, 362px 1670px #FFF, 1581px 178px #FFF, 1983px 213px #FFF, 897px 551px #FFF, 354px 1193px #FFF, 1512px 1917px #FFF, 907px 1801px #FFF, 1877px 586px #FFF, 891px 1384px #FFF, 1604px 1643px #FFF, 242px 1741px #FFF, 1201px 1113px #FFF, 1297px 821px #FFF, 4px 1206px #FFF, 1383px 481px #FFF, 1145px 1296px #FFF, 311px 1882px #FFF, 668px 1295px #FFF, 562px 744px #FFF, 1237px 229px #FFF, 1672px 403px #FFF, 138px 445px #FFF, 863px 218px #FFF, 547px 901px #FFF, 1445px 1320px #FFF, 646px 1742px #FFF, 1624px 1842px #FFF, 918px 1870px #FFF, 1022px 1029px #FFF, 673px 567px #FFF, 1268px 1450px #FFF, 1437px 1329px #FFF, 328px 564px #FFF, 1245px 901px #FFF, 560px 600px #FFF, 615px 1391px #FFF, 1360px 123px #FFF, 1927px 1339px #FFF, 1902px 1631px #FFF, 1612px 1864px #FFF, 1511px 1484px #FFF, 1073px 600px #FFF, 1725px 1693px #FFF, 116px 1418px #FFF, 1230px 1684px #FFF, 23px 1515px #FFF, 832px 1823px #FFF, 750px 133px #FFF, 451px 189px #FFF, 16px 257px #FFF, 1659px 1437px #FFF, 1456px 1635px #FFF, 595px 1389px #FFF, 673px 916px #FFF, 1294px 124px #FFF, 1935px 499px #FFF, 1665px 1482px #FFF, 1569px 1929px #FFF, 1192px 919px #FFF, 519px 1729px #FFF, 1106px 1912px #FFF, 335px 673px #FFF, 504px 488px #FFF, 188px 1837px #FFF, 925px 1814px #FFF, 1597px 1538px #FFF, 927px 826px #FFF, 1533px 1590px #FFF, 1998px 200px #FFF, 1126px 1764px #FFF, 1004px 1878px #FFF, 1532px 1045px #FFF, 1927px 1203px #FFF, 252px 1462px #FFF, 1756px 1554px #FFF, 622px 514px #FFF, 151px 1179px #FFF, 1674px 670px #FFF, 1864px 1745px #FFF, 1669px 1602px #FFF, 1154px 1666px #FFF, 661px 255px #FFF, 1916px 1861px #FFF, 445px 1871px #FFF, 50px 1147px #FFF, 815px 1272px #FFF, 581px 1183px #FFF, 12px 1876px #FFF, 125px 1262px #FFF, 167px 1148px #FFF, 865px 1511px #FFF, 549px 227px #FFF, 94px 694px #FFF, 19px 96px #FFF, 1428px 763px #FFF, 1078px 1277px #FFF, 888px 1889px #FFF, 912px 1065px #FFF, 1828px 1094px #FFF, 992px 1901px #FFF, 1854px 996px #FFF, 1200px 305px #FFF, 1000px 1515px #FFF, 1529px 454px #FFF, 357px 216px #FFF, 1261px 1361px #FFF, 1056px 420px #FFF, 1204px 1100px #FFF, 1127px 1470px #FFF, 557px 567px #FFF, 1999px 574px #FFF, 1676px 718px #FFF, 1344px 1694px #FFF, 1556px 92px #FFF, 1619px 157px #FFF, 91px 1445px #FFF, 426px 1498px #FFF, 1027px 961px #FFF, 420px 1145px #FFF, 848px 589px #FFF, 510px 1116px #FFF, 561px 743px #FFF, 493px 854px #FFF, 1754px 382px #FFF, 1349px 684px #FFF, 372px 424px #FFF, 821px 1358px #FFF, 1678px 609px #FFF, 481px 970px #FFF, 1391px 423px #FFF, 1528px 560px #FFF, 597px 1449px #FFF, 926px 861px #FFF, 1212px 1276px #FFF, 991px 147px #FFF, 1360px 925px #FFF, 893px 60px #FFF, 1482px 1571px #FFF, 1040px 788px #FFF, 672px 1422px #FFF, 1817px 1533px #FFF, 1790px 1141px #FFF, 1312px 1176px #FFF, 1457px 521px #FFF, 299px 58px #FFF, 848px 57px #FFF, 639px 1174px #FFF, 416px 1887px #FFF, 1542px 964px #FFF, 952px 868px #FFF, 276px 1079px #FFF, 1135px 1198px #FFF, 466px 346px #FFF, 1532px 476px #FFF, 710px 1633px #FFF, 537px 1069px #FFF, 718px 329px #FFF, 33px 1817px #FFF, 345px 1064px #FFF, 1743px 1236px #FFF, 1819px 1604px #FFF, 1419px 1827px #FFF, 1974px 1218px #FFF, 817px 1279px #FFF, 1508px 1104px #FFF, 1384px 1751px #FFF, 1480px 1962px #FFF, 253px 451px #FFF, 1988px 1157px #FFF, 454px 876px #FFF, 966px 1956px #FFF, 1780px 97px #FFF, 1162px 907px #FFF, 1864px 1404px #FFF, 827px 1768px #FFF, 1285px 474px #FFF, 688px 1569px #FFF, 420px 1684px #FFF, 655px 886px #FFF, 1765px 1997px #FFF, 324px 416px #FFF, 1958px 542px #FFF, 1162px 702px #FFF, 409px 176px #FFF, 518px 160px #FFF, 1540px 1368px #FFF, 250px 1882px #FFF, 654px 1784px #FFF, 1990px 1910px #FFF, 1463px 1740px #FFF, 107px 995px #FFF, 1248px 975px #FFF, 1100px 319px #FFF, 1395px 187px #FFF, 681px 1488px #FFF, 1841px 1846px #FFF, 1641px 927px #FFF, 1861px 1303px #FFF, 877px 82px #FFF, 561px 1242px #FFF, 189px 1347px #FFF, 1342px 936px #FFF, 1916px 1833px #FFF, 539px 723px #FFF, 108px 183px #FFF, 1994px 1345px #FFF, 669px 805px #FFF, 1640px 601px #FFF, 1811px 1816px #FFF, 1451px 810px #FFF, 905px 769px #FFF, 87px 756px #FFF, 1645px 822px #FFF, 118px 578px #FFF, 1408px 810px #FFF, 943px 186px #FFF, 215px 1696px #FFF, 131px 1280px #FFF, 411px 1774px #FFF, 662px 1922px #FFF, 159px 1182px #FFF, 303px 1070px #FFF, 1668px 1445px #FFF, 722px 1233px #FFF, 149px 1042px #FFF, 286px 1102px #FFF, 742px 527px #FFF, 893px 600px #FFF, 1277px 202px #FFF, 1063px 297px #FFF, 809px 862px #FFF, 1210px 988px #FFF, 1564px 1310px #FFF, 1075px 53px #FFF, 357px 999px #FFF, 1086px 604px #FFF, 751px 1636px #FFF, 1739px 1182px #FFF, 835px 537px #FFF, 1318px 566px #FFF, 241px 1125px #FFF, 111px 1013px #FFF, 765px 1741px #FFF, 538px 1772px #FFF, 304px 191px #FFF, 678px 872px #FFF, 961px 1527px #FFF, 403px 1718px #FFF, 571px 807px #FFF, 1818px 1153px #FFF, 1931px 614px #FFF, 1365px 431px #FFF, 602px 174px #FFF, 1356px 340px #FFF, 1230px 329px #FFF, 71px 2px #FFF, 843px 1703px #FFF, 611px 370px #FFF, 1993px 604px #FFF, 1730px 875px #FFF, 1938px 421px #FFF, 905px 1808px #FFF, 1944px 352px #FFF, 266px 1718px #FFF, 936px 88px #FFF, 644px 817px #FFF, 1180px 1561px #FFF, 1893px 1548px #FFF, 1097px 82px #FFF, 294px 1714px #FFF, 1805px 583px #FFF, 863px 159px #FFF, 1106px 1851px #FFF, 1090px 1035px #FFF, 1753px 1591px #FFF, 1422px 1670px #FFF, 1100px 1791px #FFF, 1660px 1484px #FFF, 1376px 240px #FFF, 324px 1683px #FFF, 933px 1155px #FFF, 826px 90px #FFF, 431px 177px #FFF, 524px 1271px #FFF, 348px 1889px #FFF, 1460px 1252px #FFF, 586px 1883px #FFF, 751px 234px #FFF, 105px 1642px #FFF, 206px 1224px #FFF, 902px 158px #FFF, 106px 752px #FFF, 1166px 314px #FFF, 1800px 1256px #FFF, 789px 240px #FFF, 1369px 1133px #FFF, 1412px 120px #FFF, 531px 1479px #FFF, 972px 829px #FFF, 87px 534px #FFF, 1929px 664px #FFF, 795px 1001px #FFF, 1541px 1605px #FFF, 1935px 969px #FFF, 762px 904px #FFF, 1448px 844px #FFF, 1292px 1734px #FFF, 1125px 1991px #FFF, 1146px 1208px #FFF, 819px 925px #FFF, 1598px 446px #FFF, 1141px 378px #FFF, 89px 1663px #FFF, 658px 1959px #FFF, 1537px 960px #FFF, 18px 1280px #FFF, 211px 121px #FFF, 1793px 1227px #FFF, 1721px 1842px #FFF, 482px 1699px #FFF, 909px 1813px #FFF, 1196px 239px #FFF, 776px 1224px #FFF, 1852px 1073px #FFF, 266px 1970px #FFF, 1318px 1530px #FFF, 1992px 1941px #FFF, 584px 329px #FFF, 449px 1533px #FFF, 1842px 1976px #FFF, 773px 6px #FFF, 888px 1884px #FFF, 1091px 1816px #FFF, 1903px 1262px #FFF, 795px 255px #FFF, 1040px 414px #FFF, 1486px 1215px #FFF, 788px 1921px #FFF, 1793px 1509px #FFF, 750px 1684px #FFF, 653px 1822px #FFF, 1303px 1508px #FFF, 458px 682px #FFF, 1565px 1208px #FFF, 1250px 1235px #FFF, 1167px 249px #FFF, 335px 597px #FFF, 1033px 1258px #FFF, 1982px 163px #FFF, 27px 84px #FFF, 1911px 1521px #FFF, 80px 73px #FFF, 848px 4px #FFF, 788px 1622px #FFF, 753px 236px #FFF, 1712px 1001px #FFF, 1640px 1384px #FFF, 1921px 653px #FFF, 1793px 1078px #FFF, 945px 821px #FFF, 1202px 710px #FFF, 933px 369px #FFF, 1802px 1778px #FFF, 1291px 1235px #FFF, 1680px 245px #FFF, 193px 1290px #FFF, 734px 1381px #FFF, 1812px 21px #FFF, 561px 1288px #FFF, 1039px 1432px #FFF, 1019px 1975px #FFF, 932px 387px #FFF, 620px 91px #FFF, 99px 1833px #FFF, 1704px 962px #FFF, 706px 1001px #FFF, 964px 889px #FFF, 748px 1896px #FFF, 1824px 261px #FFF, 1520px 1119px #FFF, 1645px 596px #FFF, 271px 827px #FFF, 860px 1599px #FFF, 129px 1616px #FFF, 1870px 508px #FFF, 1384px 161px #FFF, 1676px 952px #FFF, 541px 1802px #FFF, 115px 1490px #FFF, 1166px 60px #FFF, 52px 1497px #FFF, 1411px 643px #FFF, 252px 1803px #FFF, 1669px 918px #FFF, 620px 1009px #FFF, 1305px 346px #FFF, 927px 1111px #FFF, 1668px 892px #FFF, 306px 150px #FFF, 988px 1259px #FFF, 188px 1043px #FFF, 1671px 439px #FFF, 413px 708px #FFF, 1067px 476px #FFF, 1863px 1163px #FFF, 109px 1335px #FFF, 1776px 498px #FFF, 1774px 979px #FFF, 374px 1361px #FFF, 719px 1786px #FFF, 342px 226px #FFF, 1131px 1983px #FFF, 538px 549px #FFF, 228px 1786px #FFF, 730px 467px #FFF, 1769px 1910px #FFF, 654px 916px #FFF, 527px 1983px #FFF, 1063px 1266px #FFF, 902px 1035px #FFF, 1226px 487px #FFF, 1589px 589px #FFF, 696px 1145px #FFF, 72px 1476px #FFF, 842px 420px #FFF, 260px 1988px #FFF, 549px 530px #FFF, 325px 547px #FFF, 671px 642px #FFF, 1957px 454px #FFF, 765px 1290px #FFF, 700px 801px #FFF, 1528px 1541px #FFF, 569px 7px #FFF, 397px 1934px #FFF, 1723px 91px #FFF, 389px 864px #FFF, 45px 1080px #FFF, 1358px 1161px #FFF, 1102px 258px #FFF, 47px 1446px #FFF, 105px 1894px #FFF, 486px 1034px #FFF, 1148px 1841px #FFF, 1228px 1552px #FFF, 866px 1337px #FFF, 871px 457px #FFF, 553px 913px #FFF, 1247px 144px #FFF, 155px 539px #FFF, 1261px 1123px #FFF, 1217px 91px #FFF, 29px 1997px #FFF, 179px 1788px #FFF, 981px 351px #FFF, 1385px 1416px #FFF, 1520px 647px #FFF, 501px 1194px #FFF, 484px 237px #FFF, 511px 1597px #FFF, 1500px 1845px #FFF, 1209px 164px #FFF, 1568px 1014px #FFF, 686px 1004px #FFF, 894px 1543px #FFF, 267px 605px #FFF, 1617px 794px #FFF, 880px 1896px #FFF, 100px 546px #FFF, 1414px 693px #FFF, 1533px 31px #FFF, 897px 1606px #FFF, 317px 1364px #FFF, 1656px 549px #FFF, 931px 866px #FFF, 1405px 489px #FFF, 1099px 1256px #FFF, 740px 532px #FFF, 807px 808px #FFF, 1498px 343px #FFF, 1484px 502px #FFF, 1110px 451px #FFF, 1897px 1995px #FFF, 1062px 983px #FFF, 141px 1853px #FFF, 282px 232px #FFF, 364px 124px #FFF, 517px 980px #FFF, 1px 1345px #FFF, 1724px 957px #FFF, 858px 1979px #FFF, 1131px 328px #FFF, 330px 995px #FFF, 1547px 170px #FFF, 900px 1571px #FFF, 926px 1133px #FFF, 1169px 368px #FFF, 171px 1849px #FFF, 1272px 1108px #FFF, 867px 277px #FFF, 640px 1845px #FFF, 1643px 878px #FFF, 830px 1457px #FFF, 42px 825px #FFF, 1746px 1325px #FFF, 1662px 1280px #FFF, 1868px 1330px #FFF, 425px 1913px #FFF, 445px 418px #FFF, 1470px 1009px #FFF, 1062px 1021px #FFF, 1425px 1584px #FFF, 972px 580px #FFF, 929px 205px #FFF, 918px 539px #FFF, 178px 870px #FFF, 420px 1642px #FFF, 1049px 564px #FFF, 1109px 1280px #FFF, 400px 1776px #FFF, 1836px 46px #FFF, 27px 1107px #FFF, 416px 1859px #FFF, 1094px 1383px #FFF, 373px 1921px #FFF, 49px 1814px #FFF, 978px 1195px #FFF, 361px 1520px #FFF, 955px 267px #FFF, 1961px 904px #FFF, 660px 66px #FFF, 1385px 882px #FFF, 1713px 1389px #FFF, 230px 1862px #FFF, 940px 373px #FFF, 1817px 969px #FFF, 522px 969px #FFF, 1327px 80px #FFF, 1550px 1263px #FFF, 421px 416px #FFF, 716px 144px #FFF, 110px 66px #FFF, 1678px 954px #FFF, 588px 1025px #FFF, 894px 1820px #FFF, 1784px 1527px #FFF, 635px 1297px #FFF, 623px 1167px #FFF, 1667px 1352px #FFF, 1014px 1972px #FFF, 1059px 1746px #FFF, 842px 1122px #FFF, 599px 623px #FFF, 1889px 281px #FFF, 853px 1646px #FFF, 448px 924px #FFF, 905px 970px #FFF, 1300px 1671px #FFF, 1687px 1899px #FFF, 1030px 1842px #FFF, 840px 136px #FFF, 255px 524px #FFF, 476px 479px #FFF, 1345px 1484px #FFF, 1343px 1631px #FFF, 295px 383px #FFF, 345px 1538px #FFF, 1360px 499px #FFF; }
#stars2 { width: 2px; height: 2px; background: transparent; box-shadow: 226px 1303px #FFF, 403px 1679px #FFF, 1872px 1259px #FFF, 1132px 1348px #FFF, 1390px 1695px #FFF, 878px 1824px #FFF, 1599px 1161px #FFF, 597px 139px #FFF, 1369px 1919px #FFF, 1305px 471px #FFF, 611px 1180px #FFF, 873px 1750px #FFF, 721px 850px #FFF, 222px 1238px #FFF, 1633px 917px #FFF, 888px 544px #FFF, 119px 202px #FFF, 67px 1912px #FFF, 1748px 1369px #FFF, 105px 1605px #FFF, 83px 697px #FFF, 595px 1864px #FFF, 1575px 1207px #FFF, 385px 1052px #FFF, 436px 1136px #FFF, 127px 1589px #FFF, 1486px 1553px #FFF, 460px 1205px #FFF, 1106px 196px #FFF, 1915px 1766px #FFF, 735px 580px #FFF, 911px 896px #FFF, 178px 188px #FFF, 514px 1511px #FFF, 1215px 626px #FFF, 521px 1968px #FFF, 914px 1893px #FFF, 1742px 444px #FFF, 1254px 147px #FFF, 1921px 666px #FFF, 970px 160px #FFF, 989px 562px #FFF, 1312px 1888px #FFF, 282px 1976px #FFF, 1926px 1490px #FFF, 481px 1551px #FFF, 291px 718px #FFF, 1869px 810px #FFF, 4px 51px #FFF, 220px 619px #FFF, 1197px 1906px #FFF, 1301px 409px #FFF, 34px 73px #FFF, 1825px 599px #FFF, 898px 1376px #FFF, 1659px 245px #FFF, 1711px 33px #FFF, 346px 48px #FFF, 1772px 1843px #FFF, 911px 793px #FFF, 1618px 1432px #FFF, 604px 341px #FFF, 1015px 1487px #FFF, 917px 606px #FFF, 989px 604px #FFF, 387px 1338px #FFF, 1284px 1379px #FFF, 1894px 742px #FFF, 784px 849px #FFF, 1389px 1392px #FFF, 1674px 406px #FFF, 1645px 1515px #FFF, 1368px 115px #FFF, 634px 1874px #FFF, 804px 1126px #FFF, 1044px 726px #FFF, 1005px 1988px #FFF, 948px 353px #FFF, 1364px 721px #FFF, 1798px 1001px #FFF, 283px 1664px #FFF, 1251px 1973px #FFF, 1675px 1681px #FFF, 1240px 1651px #FFF, 116px 577px #FFF, 1966px 383px #FFF, 1510px 996px #FFF, 1706px 629px #FFF, 776px 1442px #FFF, 937px 1967px #FFF, 1822px 248px #FFF, 1289px 1239px #FFF, 426px 1895px #FFF, 1420px 388px #FFF, 118px 523px #FFF, 958px 1201px #FFF, 335px 1414px #FFF, 1392px 790px #FFF, 1459px 971px #FFF, 1888px 1000px #FFF, 1975px 1231px #FFF, 1991px 1474px #FFF, 988px 1775px #FFF, 1038px 712px #FFF, 686px 1679px #FFF, 1073px 606px #FFF, 1577px 1151px #FFF, 4px 1716px #FFF, 205px 962px #FFF, 969px 1957px #FFF, 195px 1100px #FFF, 1726px 23px #FFF, 1174px 1966px #FFF, 1150px 561px #FFF, 1112px 1204px #FFF, 1425px 1926px #FFF, 691px 1959px #FFF, 57px 243px #FFF, 1624px 1599px #FFF, 389px 928px #FFF, 330px 229px #FFF, 680px 748px #FFF, 721px 1796px #FFF, 242px 1679px #FFF, 588px 618px #FFF, 441px 282px #FFF, 347px 369px #FFF, 1703px 1223px #FFF, 747px 570px #FFF, 1385px 977px #FFF, 427px 729px #FFF, 1156px 257px #FFF, 1662px 321px #FFF, 1313px 306px #FFF, 514px 377px #FFF, 1199px 836px #FFF, 1493px 236px #FFF, 1608px 1654px #FFF, 1620px 306px #FFF, 188px 281px #FFF, 1962px 943px #FFF, 1489px 528px #FFF, 559px 376px #FFF, 1774px 1324px #FFF, 662px 1695px #FFF, 1722px 540px #FFF, 707px 1187px #FFF, 1957px 58px #FFF, 332px 607px #FFF, 738px 713px #FFF, 1431px 940px #FFF, 195px 1560px #FFF, 1034px 1966px #FFF, 185px 1446px #FFF, 1138px 1299px #FFF, 1936px 410px #FFF, 1903px 1005px #FFF, 979px 415px #FFF, 669px 3px #FFF, 1019px 563px #FFF, 1678px 947px #FFF, 873px 1677px #FFF, 1365px 581px #FFF, 1248px 189px #FFF, 871px 1892px #FFF, 1390px 724px #FFF, 1759px 272px #FFF, 550px 1460px #FFF, 504px 1796px #FFF, 938px 300px #FFF, 1731px 1813px #FFF, 613px 997px #FFF, 377px 1399px #FFF, 539px 1580px #FFF, 1087px 1340px #FFF, 1485px 1285px #FFF, 239px 1656px #FFF, 1345px 1907px #FFF, 1925px 754px #FFF, 118px 1195px #FFF, 721px 1416px #FFF, 1400px 158px #FFF, 730px 1245px #FFF, 305px 1398px #FFF, 923px 558px #FFF, 710px 413px #FFF, 1539px 38px #FFF, 542px 317px #FFF, 414px 455px #FFF, 347px 184px #FFF, 1765px 380px #FFF, 1009px 490px #FFF, 900px 1083px #FFF, 1709px 1627px #FFF, 879px 830px #FFF, 32px 1195px #FFF, 1228px 168px #FFF, 616px 1699px #FFF, 623px 1787px #FFF, 1465px 388px #FFF; animation: animStar 100s linear infinite; }
#stars2:after { content: " "; position: absolute; top: 2000px; width: 2px; height: 2px; background: transparent; box-shadow: 226px 1303px #FFF, 403px 1679px #FFF, 1872px 1259px #FFF, 1132px 1348px #FFF, 1390px 1695px #FFF, 878px 1824px #FFF, 1599px 1161px #FFF, 597px 139px #FFF, 1369px 1919px #FFF, 1305px 471px #FFF, 611px 1180px #FFF, 873px 1750px #FFF, 721px 850px #FFF, 222px 1238px #FFF, 1633px 917px #FFF, 888px 544px #FFF, 119px 202px #FFF, 67px 1912px #FFF, 1748px 1369px #FFF, 105px 1605px #FFF, 83px 697px #FFF, 595px 1864px #FFF, 1575px 1207px #FFF, 385px 1052px #FFF, 436px 1136px #FFF, 127px 1589px #FFF, 1486px 1553px #FFF, 460px 1205px #FFF, 1106px 196px #FFF, 1915px 1766px #FFF, 735px 580px #FFF, 911px 896px #FFF, 178px 188px #FFF, 514px 1511px #FFF, 1215px 626px #FFF, 521px 1968px #FFF, 914px 1893px #FFF, 1742px 444px #FFF, 1254px 147px #FFF, 1921px 666px #FFF, 970px 160px #FFF, 989px 562px #FFF, 1312px 1888px #FFF, 282px 1976px #FFF, 1926px 1490px #FFF, 481px 1551px #FFF, 291px 718px #FFF, 1869px 810px #FFF, 4px 51px #FFF, 220px 619px #FFF, 1197px 1906px #FFF, 1301px 409px #FFF, 34px 73px #FFF, 1825px 599px #FFF, 898px 1376px #FFF, 1659px 245px #FFF, 1711px 33px #FFF, 346px 48px #FFF, 1772px 1843px #FFF, 911px 793px #FFF, 1618px 1432px #FFF, 604px 341px #FFF, 1015px 1487px #FFF, 917px 606px #FFF, 989px 604px #FFF, 387px 1338px #FFF, 1284px 1379px #FFF, 1894px 742px #FFF, 784px 849px #FFF, 1389px 1392px #FFF, 1674px 406px #FFF, 1645px 1515px #FFF, 1368px 115px #FFF, 634px 1874px #FFF, 804px 1126px #FFF, 1044px 726px #FFF, 1005px 1988px #FFF, 948px 353px #FFF, 1364px 721px #FFF, 1798px 1001px #FFF, 283px 1664px #FFF, 1251px 1973px #FFF, 1675px 1681px #FFF, 1240px 1651px #FFF, 116px 577px #FFF, 1966px 383px #FFF, 1510px 996px #FFF, 1706px 629px #FFF, 776px 1442px #FFF, 937px 1967px #FFF, 1822px 248px #FFF, 1289px 1239px #FFF, 426px 1895px #FFF, 1420px 388px #FFF, 118px 523px #FFF, 958px 1201px #FFF, 335px 1414px #FFF, 1392px 790px #FFF, 1459px 971px #FFF, 1888px 1000px #FFF, 1975px 1231px #FFF, 1991px 1474px #FFF, 988px 1775px #FFF, 1038px 712px #FFF, 686px 1679px #FFF, 1073px 606px #FFF, 1577px 1151px #FFF, 4px 1716px #FFF, 205px 962px #FFF, 969px 1957px #FFF, 195px 1100px #FFF, 1726px 23px #FFF, 1174px 1966px #FFF, 1150px 561px #FFF, 1112px 1204px #FFF, 1425px 1926px #FFF, 691px 1959px #FFF, 57px 243px #FFF, 1624px 1599px #FFF, 389px 928px #FFF, 330px 229px #FFF, 680px 748px #FFF, 721px 1796px #FFF, 242px 1679px #FFF, 588px 618px #FFF, 441px 282px #FFF, 347px 369px #FFF, 1703px 1223px #FFF, 747px 570px #FFF, 1385px 977px #FFF, 427px 729px #FFF, 1156px 257px #FFF, 1662px 321px #FFF, 1313px 306px #FFF, 514px 377px #FFF, 1199px 836px #FFF, 1493px 236px #FFF, 1608px 1654px #FFF, 1620px 306px #FFF, 188px 281px #FFF, 1962px 943px #FFF, 1489px 528px #FFF, 559px 376px #FFF, 1774px 1324px #FFF, 662px 1695px #FFF, 1722px 540px #FFF, 707px 1187px #FFF, 1957px 58px #FFF, 332px 607px #FFF, 738px 713px #FFF, 1431px 940px #FFF, 195px 1560px #FFF, 1034px 1966px #FFF, 185px 1446px #FFF, 1138px 1299px #FFF, 1936px 410px #FFF, 1903px 1005px #FFF, 979px 415px #FFF, 669px 3px #FFF, 1019px 563px #FFF, 1678px 947px #FFF, 873px 1677px #FFF, 1365px 581px #FFF, 1248px 189px #FFF, 871px 1892px #FFF, 1390px 724px #FFF, 1759px 272px #FFF, 550px 1460px #FFF, 504px 1796px #FFF, 938px 300px #FFF, 1731px 1813px #FFF, 613px 997px #FFF, 377px 1399px #FFF, 539px 1580px #FFF, 1087px 1340px #FFF, 1485px 1285px #FFF, 239px 1656px #FFF, 1345px 1907px #FFF, 1925px 754px #FFF, 118px 1195px #FFF, 721px 1416px #FFF, 1400px 158px #FFF, 730px 1245px #FFF, 305px 1398px #FFF, 923px 558px #FFF, 710px 413px #FFF, 1539px 38px #FFF, 542px 317px #FFF, 414px 455px #FFF, 347px 184px #FFF, 1765px 380px #FFF, 1009px 490px #FFF, 900px 1083px #FFF, 1709px 1627px #FFF, 879px 830px #FFF, 32px 1195px #FFF, 1228px 168px #FFF, 616px 1699px #FFF, 623px 1787px #FFF, 1465px 388px #FFF; }
#stars3 { width: 3px; height: 3px; background: transparent; box-shadow: 1454px 1747px #FFF, 1772px 1262px #FFF, 839px 436px #FFF, 718px 105px #FFF, 671px 1044px #FFF, 1176px 1492px #FFF, 1331px 1736px #FFF, 1640px 780px #FFF, 1567px 1489px #FFF, 96px 759px #FFF, 476px 1134px #FFF, 30px 434px #FFF, 1312px 1596px #FFF, 440px 87px #FFF, 183px 130px #FFF, 191px 1990px #FFF, 503px 1795px #FFF, 565px 1478px #FFF, 181px 62px #FFF, 409px 1940px #FFF, 1596px 158px #FFF, 157px 132px #FFF, 973px 334px #FFF, 1004px 144px #FFF, 35px 1205px #FFF, 1037px 1770px #FFF, 84px 1992px #FFF, 1431px 1470px #FFF, 401px 1973px #FFF, 1238px 1324px #FFF, 887px 641px #FFF, 1349px 910px #FFF, 248px 1242px #FFF, 587px 1748px #FFF, 440px 1598px #FFF, 1862px 1178px #FFF, 1222px 630px #FFF, 1575px 1627px #FFF, 721px 1977px #FFF, 1788px 723px #FFF, 1513px 1025px #FFF, 413px 268px #FFF, 446px 599px #FFF, 41px 627px #FFF, 1723px 694px #FFF, 23px 1040px #FFF, 1889px 240px #FFF, 646px 324px #FFF, 1460px 1174px #FFF, 1363px 423px #FFF, 935px 1651px #FFF, 1321px 1629px #FFF, 1346px 1577px #FFF, 1293px 1613px #FFF, 608px 1980px #FFF, 1260px 200px #FFF, 1998px 1398px #FFF, 597px 54px #FFF, 820px 1534px #FFF, 1447px 1903px #FFF, 103px 303px #FFF, 125px 1472px #FFF, 1796px 792px #FFF, 1409px 330px #FFF, 275px 393px #FFF, 556px 434px #FFF, 1474px 635px #FFF, 220px 1878px #FFF, 1318px 23px #FFF, 186px 860px #FFF, 1906px 1288px #FFF, 1622px 1195px #FFF, 1033px 1751px #FFF, 1564px 1465px #FFF, 1853px 1932px #FFF, 163px 1517px #FFF, 969px 1430px #FFF, 783px 229px #FFF, 902px 600px #FFF, 630px 1715px #FFF, 222px 1440px #FFF, 1526px 457px #FFF, 289px 148px #FFF, 1981px 1854px #FFF, 1956px 1330px #FFF, 1046px 891px #FFF, 536px 1978px #FFF, 1894px 787px #FFF, 1299px 521px #FFF, 1676px 1861px #FFF, 193px 360px #FFF, 332px 284px #FFF, 52px 601px #FFF, 796px 883px #FFF, 813px 1932px #FFF, 1304px 361px #FFF, 261px 871px #FFF, 1845px 92px #FFF, 1539px 647px #FFF, 627px 841px #FFF; animation: animStar 150s linear infinite; }
#stars3:after { content: " "; position: absolute; top: 2000px; width: 3px; height: 3px; background: transparent; box-shadow: 1454px 1747px #FFF, 1772px 1262px #FFF, 839px 436px #FFF, 718px 105px #FFF, 671px 1044px #FFF, 1176px 1492px #FFF, 1331px 1736px #FFF, 1640px 780px #FFF, 1567px 1489px #FFF, 96px 759px #FFF, 476px 1134px #FFF, 30px 434px #FFF, 1312px 1596px #FFF, 440px 87px #FFF, 183px 130px #FFF, 191px 1990px #FFF, 503px 1795px #FFF, 565px 1478px #FFF, 181px 62px #FFF, 409px 1940px #FFF, 1596px 158px #FFF, 157px 132px #FFF, 973px 334px #FFF, 1004px 144px #FFF, 35px 1205px #FFF, 1037px 1770px #FFF, 84px 1992px #FFF, 1431px 1470px #FFF, 401px 1973px #FFF, 1238px 1324px #FFF, 887px 641px #FFF, 1349px 910px #FFF, 248px 1242px #FFF, 587px 1748px #FFF, 440px 1598px #FFF, 1862px 1178px #FFF, 1222px 630px #FFF, 1575px 1627px #FFF, 721px 1977px #FFF, 1788px 723px #FFF, 1513px 1025px #FFF, 413px 268px #FFF, 446px 599px #FFF, 41px 627px #FFF, 1723px 694px #FFF, 23px 1040px #FFF, 1889px 240px #FFF, 646px 324px #FFF, 1460px 1174px #FFF, 1363px 423px #FFF, 935px 1651px #FFF, 1321px 1629px #FFF, 1346px 1577px #FFF, 1293px 1613px #FFF, 608px 1980px #FFF, 1260px 200px #FFF, 1998px 1398px #FFF, 597px 54px #FFF, 820px 1534px #FFF, 1447px 1903px #FFF, 103px 303px #FFF, 125px 1472px #FFF, 1796px 792px #FFF, 1409px 330px #FFF, 275px 393px #FFF, 556px 434px #FFF, 1474px 635px #FFF, 220px 1878px #FFF, 1318px 23px #FFF, 186px 860px #FFF, 1906px 1288px #FFF, 1622px 1195px #FFF, 1033px 1751px #FFF, 1564px 1465px #FFF, 1853px 1932px #FFF, 163px 1517px #FFF, 969px 1430px #FFF, 783px 229px #FFF, 902px 600px #FFF, 630px 1715px #FFF, 222px 1440px #FFF, 1526px 457px #FFF, 289px 148px #FFF, 1981px 1854px #FFF, 1956px 1330px #FFF, 1046px 891px #FFF, 536px 1978px #FFF, 1894px 787px #FFF, 1299px 521px #FFF, 1676px 1861px #FFF, 193px 360px #FFF, 332px 284px #FFF, 52px 601px #FFF, 796px 883px #FFF, 813px 1932px #FFF, 1304px 361px #FFF, 261px 871px #FFF, 1845px 92px #FFF, 1539px 647px #FFF, 627px 841px #FFF; }
@keyframes animStar {
  from { transform: translateY(0px); }
  to { transform: translateY(-2000px); }
}

/*---------------------------------------------------------------------
                        About Us
-----------------------------------------------------------------------*/
.device-blog { position: relative; overflow: hidden; }
.hand-tab { position: absolute; bottom: 0; right: 100px; }
.hand { right: 0; position: absolute; bottom: -200px; -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; }
.device-blog:hover .hand { bottom: -130px; }
.device-blog .calculator .cryptonatorwidget { width: 80%; }

/*---------------------------------------------------------------------
                        About Us
-----------------------------------------------------------------------*/
.iq-about1 { position: relative; }
.iq-about1 .iq-img { position: absolute; bottom: 0; left: 40px; }
.iq-about1 .calculator .cryptonatorwidget { width: 300px; }
.iq-about1 .calculator { border-radius: 5px; }

/*---------------------------------------------------------------------
                          Features
---------------------------------------------------------------------*/

/***************************
 Features1
****************************/
.iq-features1 { position: relative; top: 0; }
.iq-features1:hover { top: -8px; -webkit-box-shadow: -2px 14px 44px -16px rgba(0, 0, 0, 0.6); -moz-box-shadow: -2px 14px 44px -16px rgba(0, 0, 0, 0.6); box-shadow: -2px 14px 44px -16px rgba(0, 0, 0, 0.6); }
.iq-features1 .iq-bg { position: absolute; bottom: 0; right: 0; top: 0; left: 0; opacity: 0; z-index: 0; background-size: cover; background-position: center center; }
.iq-features1:hover .iq-bg { opacity: 1; }
.iq-features1 .iq-blog { background: #f7f7f7; padding: 40px 30px 40px 50px; position: relative; }
.iq-features1:hover .iq-blog { background: none; }
.iq-features1 .iq-blog .icon i { font-size: 50px; color: #666666; }
.iq-features1 .iq-blog .step { background: #f9b707; color: #ffffff; font-size: 24px; line-height: 50px; width: 50px; height: 50px; text-align: center; border-radius: 100px; position: absolute; left: -25px; top: 40px; }
.iq-features1:hover .iq-blog a:hover { color: #f9b707; }
.iq-features1 .iq-blog a i { margin-left: 6px; }
.iq-features1 .iq-bg:before { background: rgba(0, 0, 0, 0.7); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; }
.iq-features1:hover h5 { color: #f9b707; }
.iq-features1:hover .iq-blog .icon i, .iq-features1:hover .iq-blog p, .iq-features1:hover .iq-blog a { color: #ffffff; }
.iq-features1, .iq-features1 .iq-bg, .iq-features1 .iq-blog, .iq-features1 .iq-blog h5, .iq-features1 .iq-blog p, .iq-features1 .iq-blog 
.icon i { -webkit-transition: all 0.4s ease-out 0s; -moz-transition: all 0.4s ease-out 0s; -ms-transition: all 0.4s ease-out 0s; -o-transition: all .6s ease-out 0s; transition: all 0.4s ease-out 0s; }

/***************************
 Features2
****************************/
.particles { position: absolute; left: 0; right: 0; top: -30px; z-index: -1; }
.particles img { -webkit-animation: rotation 200s infinite linear; }
@-webkit-keyframes rotation {
  from { -webkit-transform: rotate(0deg); }
  to { -webkit-transform: rotate(359deg); }
}
.iq-feature2 { background: rgba (255, 255, 255, 0); display: inline-block; }
.iq-feature2 .iq-icon img { width: 60px; }
.iq-feature2 p { margin-top: 6px; }
.iq-feature2.first-l { margin-right: -30px !important; }
.iq-feature2.second-l { margin-right: 30px !important; }
.iq-feature2.first-r { margin-left: -30px !important; }
.iq-feature2.second-r { margin-left: 30px !important; }

/***************************
 Features3
****************************/
.iq-feature3 { position: relative; }
.iq-feature3 .iq-icon { float: left; border-radius: 90px; height: 70px; width: 70px; line-height: 70px; text-align: center; margin-right: 15px; }
.iq-feature3 .iq-icon i { font-size: 36px; color: #fff; }
.iq-feature3 .iq-icon span { font-size: 30px; }
.iq-feature3 .fancy-content { display: table-cell; }
.iq-feature3 .fancy-content p { padding: 0; margin: 0; }
.iq-feature3.iq-bg .step { position: absolute; right: 0; top: 25px; font-size: 80px; color: #f7f7f7; z-index: -1; font-family: 'PT Sans', sans-serif; font-weight: 600; }
.iq-feature3.iq-bg { padding: 20px 15px; position: relative; }
.iq-feature3.iq-bg:before { position: absolute; content: ""; right: 0; top: 0; width: 0; height: 0; background: #f7f7f7; transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; z-index: -1; border-radius: 5px; }
.iq-feature3:hover.iq-bg:before { width: 100%; height: 100%; }

/***************************
 Features4
****************************/
.iq-feature4 .Work-icon { padding: 10px; display: inline-block; position: relative; }
.iq-feature4 .Work-icon i { border-radius: 100px; display: inline-block; height: 90px; width: 90px; line-height: 90px; font-size: 45px; text-align: center; color: #f9b707; background: #ffffff; }
.iq-feature4 .Work-icon:before { position: absolute; content: ""; left: 0; top: 0; border: 2px dashed rgba(255, 255, 255, 0.6); width: 100%; height: 100%; border-radius: 90px; -webkit-animation: rotation 50s infinite linear; }
.iq-feature4 .Work-icon .step { background: #f9b707; color: #ffffff; font-size: 20px; line-height: 36px; width: 36px; height: 36px; text-align: center; border-radius: 100px; position: absolute; right: 0; top: 0; }
.iq-feature4 .stap-up:before { position: absolute; left: 87%; top: 20%; background: url(../images/arrow/dashed-arrow1.png) no-repeat 0 0; content: ""; width: 174px; height: 29px; -moz-animation: bounce 4s infinite; -webkit-animation: bounce 4s infinite; animation: bounce 4s infinite; }
.iq-feature4 .stap-dowen:before { position: absolute; left: 87%; top: 20%; background: url(../images/arrow/dashed-arrow1.png) no-repeat 0 0; content: ""; width: 174px; height: 29px; -moz-animation: bounce 4s infinite; -webkit-animation: bounce 4s infinite; animation: bounce 4s infinite; }
.iq-feature4 p { margin-bottom: 0; }

/*--------------
  Arrow keyframes
----------------*/
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% { transform: translateX(0); }
  40% { transform: translateX(-30px); }
  60% { transform: translateX(-15px); }
}

/***************************
 Features5
****************************/
.iq-feature5 { position: relative; width: 33.33%; background: #ffffff; padding: 35px 25px; text-align: center; float: left; margin-bottom: 0; -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; }
.iq-feature5:hover { z-index: 9; -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1); box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1); -moz-transform: scale(1.1); -webkit-transform: scale(1.1); transform: scale(1.1); }
.iq-feature5 img { width: 60px; }
.iq-feature5 i { font-size: 40px; }

/***************************
 Features6
****************************/
.iq-feature6 { position: relative; }
.iq-feature6 .iq-icon { position: relative; float: left; border-radius: 90px; height: 70px; width: 70px; line-height: 70px; text-align: center; margin-right: 15px; top: 0; transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; }
.iq-feature6:before { content: ''; position: absolute; display: inline-block; width: 2px; height: 70px; background: #f9b707; left: 35px; margin-left: -1px; }
.iq-feature6:hover .iq-icon { top: 35px; }
.iq-feature6 .iq-icon i { font-size: 36px; color: #fff; }
.iq-feature6 .iq-icon span { font-size: 30px; }
.iq-feature6 .fancy-content { display: table-cell; }

/***************************
 Features7
****************************/
.iq-feature7 .iq-icon { float: left; border-radius: 90px; height: 70px; width: 70px; line-height: 70px; text-align: center; margin-right: 15px; }
.iq-feature7 .iq-icon i { font-size: 36px; color: #f9b707; }
.iq-feature7 .iq-icon span { font-size: 30px; }
.iq-feature7 .fancy-content { display: table-cell; }

/***************************
     Feature 8 
****************************/
.iq-feature7 .feature-content { position: relative; }
.iq-feature7 .feature-content .tag { background: #f9b707; position: absolute; top: -47px; left: 30px; color: #fff; padding: 5px 15px; }

/***************************
   Feature 9 
****************************/
.iq-feature9 { position: relative; padding: 20px; overflow: hidden; transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; }
.iq-feature9:before { position: absolute; content: ""; left: -100%; bottom: 0; height: 3px; width: 100%; transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; background: #f9b707; }
.iq-feature9 i { font-size: 50px; }
.iq-feature9 .info-03 { display: inline-block; width: 100%; margin-top: 5px; }

/* fancy box Hover */
.iq-feature9:hover { -webkit-box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.15); box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.15); }
.iq-feature9:hover:before { left: 0; }

/*---------------------------------------------------------------------
                          Counter
-----------------------------------------------------------------------*/
.counter-blog { padding-left: 60px; }
.counter { position: relative; }
.counter .right { float: left; }
.counter i { font-size: 50px; display: inline-block; float: left; width: 50px; margin-right: 10px; }
.counter span { display: block; font-size: 40px; margin-bottom: 10px; font-weight: 600; }
.counter label { color: #ffffff; font-weight: 500; font-size: 16px; position: relative; text-transform: uppercase; margin-bottom: 0; letter-spacing: 2px; }

/*************************************
         Counter 1 
**************************************/
.counter-2 { text-align: center; }
.counter-2 .counter-icon { margin-bottom: 15px; font-size: 72px; }
.counter-2 .info-counter { display: inline-block; width: 100%; }
.counter-2 .info-counter span { display: block; font-size: 40px; font-weight: 600; }
.counter-2 .info-counter label { color: #ffffff; font-weight: 500; font-size: 16px; text-transform: uppercase; letter-spacing: 1px; margin-top: 10px; }

/*---------------------------------------------------------------------
                         Teams 
-----------------------------------------------------------------------*/

/*************************************
         Teams 1 
**************************************/
.iq-team1 .team-blog { position: relative; text-align: center; overflow: hidden; }
.iq-team1 .team-blog:before { position: absolute; content: ""; width: 100%; height: 100%; left: 0; top: 0; background: rgba(0, 0, 0, 0.8); opacity: 0; }
.iq-team1 .team-blog .team-description { position: absolute; width: 100%; bottom: 0%; left: 0; color: #fff; margin-top: -20px; padding: 0; opacity: 0; font-size: 16px; }
.iq-team1 .team-blog .team-description a:hover { color: #222222; }
.iq-team1 .team-blog:hover:before { opacity: 0.8; }
.iq-team1 .team-blog .team-social { position: absolute; left: 0; bottom: 0%; width: 100%; opacity: 0; }
.iq-team1 .team-blog .team-social ul { width: 100%; display: inline-block; padding: 0px 10px; }
.iq-team1 .team-blog .team-social ul li { display: inline-block; }
.iq-team1 .team-blog .team-social ul li a { color: #ffffff; padding: 10px; }
.iq-team1 .team-blog .team-social ul li a:hover { color: #f9b707; }
.iq-team1 .team-blog .team-social ul li a i { font-size: 20px; display: inline-block; float: none; text-align: center; background: transparent; }
.iq-team1, .iq-team1 .team-blog:before, .iq-team1 .team-blog:hover:before, .iq-team1 .team-blog:hover .team-description, .iq-team1 .team-blog:hover .team-social, .iq-team1 .team-blog .team-social { -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; }
.iq-team1 .team-blog:hover .team-description { bottom: 20%; opacity: 1; }
.iq-team1 .team-blog:hover .team-social { bottom: 8%; opacity: 1; }
.iq-team1 p { margin-bottom: 0; }
.iq-team1 .team-blog .team-images img { width: 100%; }

/*************************************
         Teams 2 
**************************************/
.iq-team2 .team-blog { border: 1px solid #f2f2f2; transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; }
.iq-team2 .team-blog img { display: inline; width: 80px; border-radius: 100px; }
.iq-team2 .team-blog:hover { border: 1px solid #f9b707; }
.iq-team2 .iq-media-blog { margin: 0; padding: 0; }
.iq-team2 .iq-media-blog li { display: inline-block; list-style: none; padding: 0; margin: 0px 4px; }
.iq-team2 .iq-media-blog li a { display: block; width: 40px; height: 40px; line-height: 40px; font-size: 16px; color: #151d2e; background: #eeeeee; text-align: center; border-radius: 50%; }
.iq-team2 .iq-media-blog li a:hover { background: #f9b707; color: #fff; }

/*---------------------------------------------------------------------
                         Coinex Charts 
-----------------------------------------------------------------------*/
.coinex-charts .btcwdgt-chart { box-shadow: none !important; max-width: 100% !important; }

/*---------------------------------------------------------------------
                    Play Button
-----------------------------------------------------------------------*/
.play-btn { width: 120px; height: 120px; background: radial-gradient(white 50%, rgba(255, 255, 255, 0.15) 52%); border-radius: 50%; display: block; margin: 0 auto; position: relative; overflow: hidden; }

/* triangle */
.play-btn::after { content: ''; position: absolute; left: 50%; top: 50%; -webkit-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); width: 0; height: 0; border-top: 15px solid transparent; border-bottom: 15px solid transparent; border-left: 20px solid #151d2e; z-index: 100; -webkit-transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19); transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19); }

/* pulse wave */
.play-btn:before { content: ''; position: absolute; width: 120px; height: 120px; -webkit-animation-delay: 0s; animation-delay: 0s; -webkit-animation: pulsate1 2s; animation: pulsate1 2s; -webkit-animation-direction: forwards; animation-direction: forwards; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-timing-function: steps; animation-timing-function: steps; opacity: 1; border-radius: 50%; border: 2px solid rgba(255, 255, 255, 0.5); }

/* scale the triangle */
.play-btn:hover::after { border-left: 15px solid white; -webkit-transform: scale(20); transform: scale(20); }

/* inherit triangle styles */
.play-btn:hover::before { content: ''; position: absolute; left: 50%; top: 50%; -webkit-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); width: 0; height: 0; border: none; border-top: 15px solid transparent; border-bottom: 15px solid transparent; border-left: 20px solid #f9b707; z-index: 200; -webkit-animation: none; animation: none; border-radius: 0; }
@-webkit-keyframes pulsate1 {
  0% { -webkit-transform: scale(0.6, 0.6); transform: scale(0.6, 0.6); opacity: 1 }
  100% { -webkit-transform: scale(1, 1); transform: scale(1, 1); opacity: 0 }
}
@keyframes pulsate1 {
  0% { -webkit-transform: scale(0.6, 0.6); transform: scale(0.6, 0.6); opacity: 1 }
  100% { -webkit-transform: scale(1, 1); transform: scale(1, 1); opacity: 0 }
}
@-webkit-keyframes pulsate2 {
  0% { -webkit-transform: scale(0.1, 0.1); transform: scale(0.1, 0.1); opacity: 1 }
  100% { -webkit-transform: scale(1, 1); transform: scale(1, 1); opacity: 0 }
}

/* Play video */
.play-video .video.play a { color: #ffffff; font-size: 60px; line-height: 60px; position: absolute; top: 50%; left: 50%; margin-top: -30px; margin-left: -30px; }
.play-video .video-img { position: relative; }
.play-video .video.play a:hover { color: #f9b707; }
.popup-gallery { position: relative; }

/*---------------------------------------------------------------------
                          Blog
-----------------------------------------------------------------------*/
.iq-news-box .iq-news-image { position: relative; }
.iq-news-box .iq-news-image .news-date { position: absolute; bottom: 0; left: 0; padding: 2px 8px; background: #f9b707; color: #ffffff; }
.iq-news-box .iq-news-detail .news-tag { margin-bottom: 3px; }
.iq-news-box .news-title a h5 { transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; }
.iq-news-box .news-title a:hover h5 { color: #f9b707; }

/*---------------------------------------------------------------------
                          Need Help
-----------------------------------------------------------------------*/
.iq-need-help ul li { font-size: 20px; }
.iq-need-help ul li:first-child { border-right: 2px solid #ffffff; padding-right: 25px; margin-right: 20px; }

/*---------------------------------------------------------------------
                        Testimonial
-----------------------------------------------------------------------*/

/*************************
 Testimonial 1
*************************/
.iq-testimonial .owl-carousel.owl-theme .owl-dots { margin-top: 20px; }
.iq-testimonial .owl-carousel.owl-theme .owl-dots .owl-dot span { position: relative; width: 80px; height: 80px; margin: 0 6px; border-radius: 50%; display: inline-block; border: 4px solid #f7f7f7; float: left; background: url("http://via.placeholder.com/430x450") no-repeat 0 0 !important; background-size: cover !important; transition: all 0.3s ease-in-out 0s; }
.iq-testimonial .owl-carousel.owl-theme .owl-dots .owl-dot:nth-child(2) span { background: url("http://via.placeholder.com/430x450") no-repeat 0 0 !important; background-size: cover !important; }
.iq-testimonial .owl-carousel.owl-theme .owl-dots .owl-dot:nth-child(3) span { background: url("http://via.placeholder.com/430x450") no-repeat 0 0 !important; background-size: cover !important; }
.iq-testimonial .owl-carousel.owl-theme .owl-dots .owl-dot.active span { border: 4px solid #f9b707; }
.iq-testimonial .owl-carousel .owl-item { padding: 30px; border-radius: 4px; }
.iq-testimonial .testimonial .description { font-style: italic; font-size: 18px; }

/*************************
 Testimonial 2
*************************/
.iq-testimonial2 .owl-prev, .iq-testimonial2 .owl-next { float: left; }
.iq-testimonial2 .owl-prev i, .iq-testimonial2 .owl-next i { color: #ddd; font-size: 32px; margin-right: 10px; }
.iq-testimonial2 .owl-prev i:before { content: "\f177"; font-family: 'FontAwesome'; }
.iq-testimonial2 .owl-next i:before { content: "\f178"; font-family: 'FontAwesome'; }
.iq-testimonial2 .owl-prev i, .iq-testimonial2 .owl-next i { color: #ddd; font-size: 32px; margin-right: 10px; }
.iq-testimonial2 .owl-prev:hover i, .iq-testimonial2 .owl-next:hover i { color: #f9b707; }
.iq-testimonial2 .feedback .iq-avtar { display: inline-block; text-align: center; border-radius: 100%; float: left; }
.iq-testimonial2 .feedback .iq-avtar img { border-radius: 100%; width: 60px; }
.iq-testimonial2 .feedback .iq-info { position: relative; }
.iq-testimonial2 .feedback .iq-info.light { background: rgba(255, 255, 255, 0.2) !important; border: none; }
.iq-testimonial2 .feedback .iq-info.light:before { border-top: 15px solid rgba(255, 255, 255, 0.2) !important; }
.iq-testimonial2 .feedback .title { font-size: 18px; }
.iq-testimonial2 .feedback p { margin-bottom: 0px; font-style: italic; font-size: 18px; line-height: 32px; }
.iq-testimonial2 .iq-star i { margin-right: 4px; }
.iq-testimonial2 .owl-controls { position: relative; width: 100%; position: relative; top: 30px; }
.iq-testimonial2 .feedback ul li { float: left; color: #f9b707; font-size: 18px; }
.iq-testimonial2 .feedback.feed-brd { border: 1px solid #2e3454; border-radius: 3px; }

/*---------------------------------------------------------------------
                        Pricing
-----------------------------------------------------------------------*/
.iq-pricing { box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1); padding: 50px 15px; text-align: center; margin-top: 30px; color: #292929; perspective: 700px; z-index: 1; position: relative; transition: all 0.3s ease-in-out 0s; }
.iq-pricing:hover { color: #fff; }
.iq-pricing:after { content: ""; width: 100%; height: 100%; background: #f9b707; position: absolute; top: 0; left: 0; opacity: 0; z-index: -1; transform: rotateY(70deg); transition: all 0.3s ease-in-out 0s; }
.iq-pricing:hover:after { opacity: 1; transform: rotateY(0deg); }
.iq-pricing .icon { width: 80px; height: 80px; line-height: 80px; border-radius: 50%; background: #fff; box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1); margin: 0 auto; font-size: 36px; color: #f9b707; position: absolute; top: -40px; left: 0; right: 0; }
.iq-pricing .pricing-header { margin-bottom: 30px; }
.iq-pricing .title { display: block; font-size: 18px; font-weight: 600; text-transform: uppercase; margin: 0 0 10px 0; }
.iq-pricing .price-value { display: inline-block; font-size: 40px; font-weight: 600; transition: all 0.3s ease-in-out 0s; }
.iq-pricing:hover .price-value { border-bottom-color: #fff; }
.iq-pricing .pricing-content { list-style: none; padding: 0; margin: 0 0 20px 0; }
.iq-pricing .pricing-content li { line-height: 40px; }
.iq-pricing .pricing-signup { display: inline-block; padding: 9px 23px; background: #f9b707; font-size: 14px; font-weight: 600; color: #fff; text-transform: uppercase; position: relative; transition: all 0.25s ease-in-out 0s; }
.iq-pricing:hover .pricing-signup { background: #fff; color: #f9b707; }
.iq-pricing .pricing-signup:before, .iq-pricing .pricing-signup:after { content: ""; height: 100%; position: absolute; top: 0; border-top: 18px solid transparent; border-bottom: 18px solid transparent; transition: all 0.25s ease-in-out 0s; }
.iq-pricing .pricing-signup:before { left: -12px; border-right: 12px solid #f9b707; }
.iq-pricing .pricing-signup:after { right: -12px; border-left: 12px solid #f9b707; }
.iq-pricing:hover .pricing-signup:before { border-right-color: #fff; }
.iq-pricing:hover .pricing-signup:after { border-left-color: #fff; }
.iq-pricing:hover .button { background: #151d2e; }
.iq-pricing:hover .button:hover { background: #ffffff; color: #151d2e; }
.iq-pricing .pricing-content li i { font-size: 12px; }
@media only screen and (max-width:990px) {
  .iq-pricing { margin-bottom: 30px; }
}
@media only screen and (max-width:767px) {
  .iq-pricing { margin-bottom: 50px; }
}

/*Pricing Small*/
.pricing-small { text-align: center; padding: 30px 10px; }
.pricing-small span { display: inline-block; width: 100%; }
.pricing-small h3 { position: relative; margin-bottom: 10px; }
.pricing-small h3:before { position: absolute; content: ""; bottom: -10px; left: 50%; width: 50px; margin-left: -25px; background: #f9b707; height: 2px; }

/*Pricing  2*/
.iq-pricing-2 { padding: 30px 20px; text-align: center; z-index: 1; position: relative; border-radius: 10px; border: 1px solid #f2f2f2; transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; }
.iq-pricing-2:hover { box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1); border: 1px solid #f9b707; }
.iq-pricing-2 .title { display: block; font-size: 18px; font-weight: 600; text-transform: uppercase; margin: 0 0 10px 0; }
.iq-pricing-2 .price-value { display: inline-block; font-size: 40px; font-weight: 600; }
.iq-pricing-2 .pricing-content { list-style: none; padding: 0; margin: 0 0 20px 0; }
.iq-pricing-2 .pricing-content li { line-height: 40px; }
.iq-pricing-2 .pricing-content li i { font-size: 12px; }

/*---------------------------------------------------------------------
                 Breadcrumb Inner Page
-----------------------------------------------------------------------*/
.iq-breadcrumb .heading-title { margin-bottom: 25px; }
.iq-breadcrumb { padding: 150px 0 0; }
.iq-breadcrumb h3 { margin-bottom: 6px; }
.iq-breadcrumb .breadcrumb { z-index: 99; background: none; position: relative; color: #151d2e; text-align: center; margin-bottom: 0; border-radius: 0; display: inline-block; width: 100%; }
.iq-breadcrumb nav { background: rgba(255, 255, 255, 0.2); margin-top: 100px; position: relative; }
.iq-breadcrumb .breadcrumb li { display: inline-block; }
.iq-breadcrumb .breadcrumb li, .iq-breadcrumb .breadcrumb li a:hover { color: #f9b707; }
.iq-breadcrumb .breadcrumb li a, .iq-breadcrumb  .breadcrumb-item+.breadcrumb-item::before { color: #fff; margin-bottom: 0; }

/*Breadcrumb Left*/
.iq-breadcrumb.text-left .heading-title { text-align: left; }
.iq-breadcrumb.text-left .heading-title .title:before { left: 0; margin-left: 0; }
.iq-breadcrumb.text-left .breadcrumb { text-align: left; }

/*Breadcrumb Right*/
.iq-breadcrumb.text-right .heading-title { text-align: right; }
.iq-breadcrumb.text-right .heading-title .title:before { right: 0; left: inherit; margin-left: 0; }
.iq-breadcrumb.text-right .breadcrumb { text-align: right; }

/*---------------------------------------------------------------------
                       Clients
-----------------------------------------------------------------------*/
.iq-clients .iq-clients-blog { border: 1px solid #e8e8e8; border-radius: 3px; }
.iq-clients .iq-clients-blog .client-img { width: 200px; margin-right: 10px; }
.iq-clients .iq-clients-blog ul { background: #eeeeee; padding: 10px 0; }
.iq-clients .iq-clients-blog ul li { margin: 0 20px; }
.iq-clients .iq-clients-blog ul li a { color: #151d2e; }
.iq-clients .iq-clients-blog ul li a:hover { color: #f9b707; }

/*---------------------------------------------------------------------
                          Coming Soon 
-----------------------------------------------------------------------*/
.iq-coming { padding: 5% 0; }
.iq-coming h2 { font-size: 80px; font-weight: 600; line-height: 80px; }
.iq-coming h5 { font-size: 24px; line-height: 24px; }
.iq-coming #countdown { list-style: none; margin: 40px 0; padding: 0; display: inline-block; width: 100%; }
.iq-coming #countdown li { display: inline-block; }
.iq-coming #countdown li span { font-size: 50px; line-height: 80px; font-weight: 600; }
.iq-coming #countdown li.seperator { font-size: 50px; line-height: 40px; vertical-align: top; margin-top: 15px; }
.iq-coming #countdown li p { font-size: 20px; }
.iq-coming input { width: 100%; border: none; box-shadow: none !important; background: rgba(255, 255, 255, 0.2) !important; height: 44px; border-radius: 3px 0 0 3px; min-width: 300px; }
.iq-coming .iq-subscribe { text-align: center; display: inline-block; }
.iq-coming input { color: #ffffff !important; }
.iq-coming input::-webkit-input-placeholder { color: #ffffff !important; }
.iq-coming input::-moz-placeholder { color: #ffffff !important; }
.iq-coming input:-moz-placeholder { color: #ffffff !important; }
.iq-coming input:-ms-input-placeholder { color: #ffffff !important; }
.iq-coming input:focus { outline: none; }
.iq-coming .button { border-radius: 0 3px 3px 0; }

/*---------------------------------------------------------------------
                          Coming Soon-2 
-----------------------------------------------------------------------*/
.iq-coming-2 h2 { font-size: 80px; font-weight: 600; line-height: 80px; }
.iq-coming-2 h5 { font-size: 24px; line-height: 24px; }
.iq-coming-2 #countdown { list-style: none; margin: 40px 0; padding: 0; display: inline-block; width: 100%; }
.iq-coming-2 #countdown li { display: inline-block; }
.iq-coming-2 #countdown li span { font-size: 50px; line-height: 80px; font-weight: 600; }
.iq-coming-2 #countdown li.seperator { font-size: 50px; line-height: 40px; vertical-align: top; margin-top: 15px; }
.iq-coming-2 #countdown li p { font-size: 20px; }
.iq-coming-2 input { width: 100%; border: none; box-shadow: none !important; background: rgba(255, 255, 255, 0.2) !important; height: 44px; border-radius: 3px 0 0 3px; min-width: 300px; }
.iq-coming-2 .iq-subscribe { text-align: center; display: inline-block; }
.iq-coming-2 input { color: #666666 !important; }
.iq-coming-2 input::-webkit-input-placeholder { color: #666666 !important; }
.iq-coming-2 input::-moz-placeholder { color: #666666 !important; }
.iq-coming-2 input:-moz-placeholder { color: #666666 !important; }
.iq-coming-2 input:-ms-input-placeholder { color: #666666 !important; }
.iq-coming-2 input:focus { outline: none; }
.iq-coming-2 .button { border-radius: 0 3px 3px 0; }

/*---------------------------------------------------------------------
                         Faqs 
-----------------------------------------------------------------------*/
.iq-faqs .card { margin-bottom: 10px; }
.iq-faqs .card-header { transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; -webkit-transition: all 0.4s ease-in-out; padding: 0; background-color: inherit; border-bottom: none; }
.iq-faqs .card-body { padding: 15px; }
.iq-faqs .card-header a, .iq-faqs .card-header a:hover { padding: 15px; display: inline-block; color: #ffffff; background-color: #f9b707; width: 100%; }
.iq-faqs .card-header .collapsed { color: #151d2e; background-color: #f7f7f7; }
.iq-faqs .card-header a:after { font-family: 'ionicons'; content: "\f462"; float: right; font-size: 20px; }
.iq-faqs .card-header a.collapsed:after { content: "\f489"; }
.faqs-link { padding: 0; margin: 0; }
.faqs-link li a { background: #f2f2f2; padding: 10px 10px 10px 15px; width: 100%; display: inline-block; margin-bottom: 6px; }
.faqs-link li a:hover { background: #f9b707; color: #ffffff; }

/*---------------------------------------------------------------------
                         Help 
-----------------------------------------------------------------------*/
.iq-help { margin-top: 100px; }
.iq-help .form-control { border-radius: 0; height: 45px; }
.iq-help .form-control:focus { box-shadow: none; }
.iq-help h3 { font-size: 42px; line-height: 54px; }
.iq-help select.form-control { height: 45px !important; }

/*---------------------------------------------------------------------
                         Event 
-----------------------------------------------------------------------*/
.iq-event .nav-tabs { border-bottom: none; overflow: hidden; }
.iq-event .nav-tabs .nav-link:after { position: absolute; content: ""; background: #f1f1f1; top: 50%; right: 100%; width: 100%; height: 1px; z-index: -1; }
.iq-event .nav-tabs .nav-link { position: relative; color: #151d2e; background-color: #f7f7f7; border: 1px solid #f1f1f1; border-radius: 3px; margin-right: 30px; }
.iq-event .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active { color: #ffffff; background-color: #f9b707; border: 1px solid #f9b707; }
.iq-event .tab-content ul li { margin: 5px 0; }
.iq-event .tab-content ul li a { font-size: 18px; font-weight: 600; line-height: 24px; }
.iq-event .tab-content ul li i { color: #f9b707; font-size: 20px; width: 25px; }

/*---------------------------------------------------------------------
                          404 Error
-----------------------------------------------------------------------*/
.iq-error h2 { font-size: 180px; font-weight: 600; line-height: 180px; }
.iq-error h4 { background: #f2f2f2; font-size: 24px; padding: 6px 30px; display: inline-block; }
.iq-error input { width: 100%; border: none; box-shadow: none !important; border-bottom: 1px solid #dddddd !important; height: 45px; border-radius: 0; min-width: 300px; }
.iq-error .iq-subscribe { text-align: center; display: inline-block; }

/*---------------------------------------------------------------------
                          Timeline
-----------------------------------------------------------------------*/
.iq-timeline { overflow: hidden; position: relative; }
.iq-timeline:before { content: ""; width: 3px; height: 100%; background: #f7f7f7; position: absolute; top: 0; left: 50%; }
.iq-timeline .timeline { padding-right: 30px; position: relative; }
.iq-timeline .timeline:before, .iq-timeline .timeline:after { content: ""; display: block; width: 100%; clear: both; }
.iq-timeline .timeline:first-child:before, .iq-timeline .timeline:last-child:before { content: ""; width: 13px; height: 13px; border-radius: 50%; border: 2px solid #f7f7f7; background: #fff; margin: 0 auto; position: absolute; top: 0; left: 0; right: -3px; }
.iq-timeline .timeline:last-child:before { top: auto; bottom: 0; }
.iq-timeline .timeline-icon { width: 18px; height: 18px; border-radius: 50%; background: #fff; border: 2px solid #f7f7f7; box-sizing: content-box; margin: auto; position: absolute; top: 0; left: 0; bottom: 0; right: -4px; }
.iq-timeline .timeline-icon:before { content: ""; display: block; width: 8px; height: 8px; border-radius: 50%; background: #f9b707; margin: auto; position: absolute; top: 0; left: 0; bottom: 0; right: 0; }
.iq-timeline .year { display: inline-block; padding: 8px 20px; margin: 0; font-size: 14px; color: #fff; background: #f9b707; text-align: center; position: absolute; top: 50%; right: 35%; transform: translateY(-50%); }
.iq-timeline .year:before { content: ""; border-right: 18px solid #f9b707; border-top: 20px solid transparent; border-bottom: 20px solid transparent; position: absolute; top: 0; left: -18px; }
.iq-timeline .timeline-content { border-radius: 3px; width: 46.5%; padding: 30px; margin: 0 20px 0 0; background: #f7f7f7; position: relative; }
.iq-timeline .timeline-content:after { content: ""; border-left: 20px solid #f7f7f7; border-top: 20px solid transparent; border-bottom: 20px solid transparent; position: absolute; top: 50%; right: -20px; transform: translateY(-50%); }
.iq-timeline .timeline:nth-child(2n) { padding: 0 0 0 30px; }
.iq-timeline .timeline:nth-child(2n) .year { right: auto; left: 35%; }
.iq-timeline .timeline:nth-child(2n) .year:before { border: 20px solid transparent; border-right: none; border-left: 18px solid #f9b707; left: auto; right: -18px; }
.iq-timeline .timeline:nth-child(2n) .timeline-content { float: right; margin: 0 0 0 20px; }
.iq-timeline .timeline:nth-child(2n) .timeline-content:after { border-left: none; border-right: 20px solid #f7f7f7; right: auto; left: -20px; }
@media only screen and (max-width:1200px) {
  .iq-timeline .year { right: 30%; }
  .iq-timeline .timeline:nth-child(2n) .year { left: 30%; }
}
@media only screen and (max-width:990px) {
  .iq-timeline .year { right: 25%; }
  .iq-timeline .timeline:nth-child(2n) .year { left: 25%; }
}
@media only screen and (max-width:767px) {
  .iq-timeline:before { left: 10px; }
  .iq-timeline .timeline { padding: 0 0 0 30px; margin-bottom: 20px; }
  .iq-timeline .timeline:last-child { margin-bottom: 0; }
  .iq-timeline .timeline:first-child:before, .iq-timeline .timeline:last-child:before { display: none; }
  .iq-timeline .timeline-icon { margin: 0; position: absolute; top: 7px; left: 0; }
  .iq-timeline .year, .iq-timeline .timeline:nth-child(2n) .year { display: block; font-weight: bold; margin: 0 0 32px 30px; z-index: 1; position: relative; top: auto; left: auto; right: auto; transform: none; }
  .iq-timeline .timeline:nth-child(2n) .year:before { border-left: none; border-right: 18px solid #f9b707; right: auto; left: -18px; }
  .iq-timeline .timeline-content { padding: 20px; }
  .iq-timeline .timeline-content, .iq-timeline .timeline:nth-child(2n) .timeline-content { width: auto; float: none; margin: 0 0 0 30px; }
  .iq-timeline .timeline-content:after, .iq-timeline .timeline:nth-child(2n) .timeline-content:after { border: none; border-bottom: 20px solid #f7f7f7; border-left: 20px solid transparent; border-right: 20px solid transparent; top: -20px; left: 50%; right: auto; transform: translateX(-50%); }
}
@media only screen and (max-width:480px) {
  .iq-timeline .year, .iq-timeline .timeline:nth-child(2n) .year { margin-left: 20px; }
  .iq-timeline .timeline-content, .iq-timeline .timeline:nth-child(2n) .timeline-content { margin-left: 10px; }
}

/*---------------------------------------------------------------------
                          Footer
-----------------------------------------------------------------------*/
.iq-footer .logo img { width: 200px; }
.iq-footer .small-title { margin-bottom: 20px; }
.iq-footer hr { border-bottom: 1px solid rgba(255, 255, 255, 0.2); }

/*Menu*/
.iq-footer .footer-menu li { margin: 0; }
.iq-footer .footer-menu li a { font-weight: 500; background: rgba(255, 255, 255, 0); padding: 8px 0; display: block; color: #ffffff; }
.iq-footer .footer-menu li a:hover { background: rgba(255, 255, 255, 0.2); color: #f9b707; padding: 8px 15px; }

/*Copyright*/
.iq-footer .iq-copyright a { color: #f9b707; }
.iq-footer .iq-copyright a:hover { color: #ffffff; }
.iq-footer .footer-bottom { background: #000000; }

/*Social Media*/
.iq-footer .iq-media-blog { margin: 0; padding: 0; text-align: right; }
.iq-footer .iq-media-blog li { display: inline-block; list-style: none; padding: 0; margin: 0px 4px; }
.iq-footer .iq-media-blog li a { display: block; width: 45px; height: 45px; line-height: 45px; font-size: 16px; color: #ffffff; background: transparent; border: 1px solid #666666; text-align: center; border-radius: 50%; }
.iq-footer .iq-media-blog li a:hover { background: #f9b707; border-color: #f9b707; color: #fff; }

/*Contact*/
.iq-footer .iq-contact .blog { color: #ffffff; }
.iq-footer .iq-contact .blog .title { font-size: 20px; }
.iq-footer .iq-contact .blog span { font-size: 20px; }
.iq-footer .iq-contact .blog i { color: #f9b707; font-size: 40px; line-height: 40px; vertical-align: middle; margin-right: 15px; display: table; float: left; }
.iq-footer .iq-contact .blog .content { display: table-cell; }
.iq-footer .call-back { background: rgba(255, 255, 255, 0.2); padding: 30px; }
.iq-footer .call-back .form-control { border: none; border-radius: 0; height: 45px !important; }

/*---------------------------------------------------------------------
                          Footer 2
-----------------------------------------------------------------------*/
.iq-footer-2 .logo img { width: 200px; }
.iq-footer-2 .small-title { margin-bottom: 20px; }
.iq-footer-2 hr { border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
.iq-footer-2 .iq-contact .blog { display: inline-block; }
.iq-footer-2.gray-footer { background: #222; }

/*Contact*/
.iq-footer-2 .iq-contact .blog { color: #ffffff; }
.iq-footer-2 .iq-contact .blog .title { font-size: 20px; }
.iq-footer-2 .iq-contact .blog span { font-size: 20px; }
.iq-footer-2 .iq-contact .blog i { color: #f9b707; font-size: 40px; line-height: 40px; vertical-align: middle; margin-right: 15px; display: table; float: left; }
.iq-footer-2 .iq-contact .blog .content { display: table-cell; }

/*Menu*/
.iq-footer-2 .footer-menu li { margin: 0; }
.iq-footer-2 .footer-menu li a { font-weight: 500; background: rgba(255, 255, 255, 0); padding: 8px 0; display: block; color: #ffffff; }
.iq-footer-2 .footer-menu li a:hover { background: rgba(255, 255, 255, 0.2); color: #f9b707; padding: 8px 15px; }

/*Popular Posts*/
.iq-footer-2 .iq-post li { width: 100%; float: left; margin-top: 0px; border-bottom: 1px solid rgba(255, 255, 255, 0.2); display: inline-block; margin-bottom: 15px; padding-bottom: 15px; }
.iq-footer-2 .post-blog { display: table-cell; }
.iq-footer-2 .post-blog a { vertical-align: top; font-size: 16px; color: #fff; }
.iq-footer-2 .post-blog a:hover { color: #f9b707; }
.iq-footer-2 .post-blog .iq-date { font-size: 13px; display: table; }
.iq-footer-2 .post-blog i { font-size: 14px; }
.iq-footer-2 .iq-post li:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.iq-footer-2 .post-img { display: table; float: left; margin-right: 15px; }
.iq-footer-2 .post-img img { vertical-align: top; height: 65px; width: 65px; border-radius: 2px; }
.iq-footer-2 ul { margin-right: 0px; }

/*Newsletter*/
.iq-footer-2 .input-group-addon { padding: 0px; }
footer .newsletter-form .input-group .form-control { border: none; }
footer .newsletter-form .input-group-addon { border: none; }
footer .newsletter-form .button { padding: 10px 20px 11px; }

/*Copyright*/
.iq-footer-2 .iq-copyright, .iq-footer-2 .iq-copyright a { color: #ffffff; }
.iq-footer-2 .iq-copyright a:hover { color: #f9b707; }
.iq-footer-2 .footer-bottom { background: #1a1a1a; }

/*Social Media*/
.iq-footer-2 .iq-media-blog { padding: 0; }
.iq-footer-2 .iq-media-blog li { display: inline-block; list-style: none; padding: 0; margin: 0px 4px; }
.iq-footer-2 .iq-media-blog li a { display: block; width: 45px; height: 45px; line-height: 45px; font-size: 16px; color: #ffffff; background: transparent; border: 1px solid #666666; text-align: center; border-radius: 50%; }
.iq-footer-2 .iq-media-blog li a:hover { background: #f9b707; border-color: #f9b707; color: #fff; }

/*---------------------------------------------------------------------
                          Footer-3
-----------------------------------------------------------------------*/
.iq-footer-3 .logo img { width: 200px; }
.iq-footer-3 .small-title { margin-bottom: 20px; }
.iq-footer-3 hr { border-bottom: 1px solid rgba(255, 255, 255, 0.2); }

/*Menu*/
.iq-footer-3 .footer-menu li { margin: 0; }
.iq-footer-3 .footer-menu li a { font-weight: 500; background: rgba(255, 255, 255, 0); padding: 8px 0; display: block; color: #ffffff; }
.iq-footer-3 .footer-menu li a:hover { background: rgba(255, 255, 255, 0.2); color: #f9b707; padding: 8px 15px; }

/*Copyright*/
.iq-footer-3 .iq-copyright a { color: #f9b707; }
.iq-footer-3 .iq-copyright a:hover { color: #ffffff; }
.iq-footer-3.footer-bottom { background: rgba(0, 0, 0, 0.2); }

/*Social Media*/
.iq-footer-3 .iq-media-blog { margin: 0; padding: 0; }
.iq-footer-3 .iq-media-blog li { display: inline-block; list-style: none; padding: 0; margin: 0px 4px; }
.iq-footer-3 .iq-media-blog li a { display: block; width: 45px; height: 45px; line-height: 45px; font-size: 16px; color: #ffffff; background: transparent; border: 1px solid #666666; text-align: center; border-radius: 50%; }
.iq-footer-3 .iq-media-blog li a:hover { background: #f9b707; border-color: #f9b707; color: #fff; }

/*Contact*/
.iq-footer-3 .iq-contact .blog { color: #ffffff; }
.iq-footer-3 .iq-contact .blog .title { font-size: 20px; }
.iq-footer-3 .iq-contact .blog span { font-size: 20px; }
.iq-footer-3 .iq-contact .blog i { color: #f9b707; font-size: 40px; line-height: 40px; vertical-align: middle; margin-right: 15px; display: table; float: left; }
.iq-footer-3 .iq-contact .blog .content { display: table-cell; }

/*Newsletter*/
.iq-footer-3 .input-group-addon { padding: 0px; }

/*---------------------------------------------------------------------
                          Footer-4
-----------------------------------------------------------------------*/
.iq-footer-4 .logo img { width: 200px; }
.iq-footer-4 .small-title { margin-bottom: 20px; }
.iq-footer-4 hr { border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
.iq-footer-4 .iq-contact .blog { display: inline-block; }

/*Contact*/
.iq-footer-4 .iq-contact .blog { color: #1a1a1a; }
.iq-footer-4 .iq-contact .blog .title { font-size: 20px; }
.iq-footer-4 .iq-contact .blog span { font-size: 20px; }
.iq-footer-4 .iq-contact .blog i { color: #f9b707; font-size: 40px; line-height: 40px; vertical-align: middle; margin-right: 15px; display: table; float: left; }
.iq-footer-4 .iq-contact .blog .content { display: table-cell; }

/*Menu*/
.iq-footer-4 .footer-menu li { margin: 0; }
.iq-footer-4 .footer-menu li a { font-weight: 500; background: rgba(255, 255, 255, 0); padding: 8px 0; display: block; color: #1a1a1a; }
.iq-footer-4 .footer-menu li a:hover { background: rgba(255, 255, 255, 0.2); color: #f9b707; padding: 8px 15px; }

/*Popular Posts*/
.iq-footer-4 .iq-post li { width: 100%; float: left; margin-top: 0px; border-bottom: 1px solid rgba(255, 255, 255, 0.2); display: inline-block; margin-bottom: 15px; padding-bottom: 15px; }
.iq-footer-4 .post-blog { display: table-cell; }
.iq-footer-4 .post-blog a { vertical-align: top; font-size: 16px; color: #1a1a1a; }
.iq-footer-4 .post-blog a:hover { color: #f9b707; }
.iq-footer-4 .post-blog .iq-date { font-size: 13px; display: table; }
.iq-footer-4 .post-blog i { font-size: 14px; }
.iq-footer-4 .iq-post li:last-child { border-bottom: none; }
.iq-footer-4 .post-img { display: table; float: left; margin-right: 15px; }
.iq-footer-4 .post-img img { vertical-align: top; height: 65px; width: 65px; border-radius: 2px; }
.iq-footer-4 ul { margin-right: 0px; }

/*Newsletter*/
.iq-footer-4 .input-group-addon { padding: 0px; }
footer.iq-footer-4 .newsletter-form .input-group .form-control { border: 1px solid #e2e2e2; }

/*Copyright*/
.iq-footer-4 .iq-copyright, .iq-footer-4 .iq-copyright a { color: #fff; }
.iq-footer-4 .iq-copyright a:hover { color: #f9b707; }
.iq-footer-4 .footer-bottom { background: #1a1a1a; }

/*Social Media*/
.iq-footer-4 .iq-media-blog { margin: 0; padding: 0; }
.iq-footer-4 .iq-media-blog li { display: inline-block; list-style: none; padding: 0; margin: 0px 4px; }
.iq-footer-4 .iq-media-blog li a { display: block; width: 45px; height: 45px; line-height: 45px; font-size: 16px; color: #1a1a1a; background: transparent; border: 1px solid #666666; text-align: center; border-radius: 50%; }
.iq-footer-4 .iq-media-blog li a:hover { background: #f9b707; border-color: #f9b707; color: #1a1a1a; }

/*---------------------------------------------------------------------
                          Footer 5
-----------------------------------------------------------------------*/
.iq-footer-5 .logo img { width: 200px; }
.iq-footer-5 .iq-logo { width: 150px; }
.iq-footer-5 ul li a { color: #fff; }
.iq-footer-5 .iq-menu { display: inline; float: right; }
.iq-footer-5 .iq-menu li { float: left; margin-left: 30px; }
.iq-footer-5 .iq-media-blog { margin: 0; padding: 0; }
.iq-footer-5 .iq-media-blog li { display: inline-block; list-style: none; padding: 0; margin: 0 4px; }
.iq-footer-5 .iq-media-blog li a { display: block; width: 40px; height: 40px; line-height: 40px; font-size: 16px; color: #fff; background: transparent; border: 1px solid #777777; text-align: center; border-radius: 50%; }
.iq-footer-5 .iq-media-blog li a:hover { color: #ffffff; border: 1px solid #f9b707; background: #f9b707; }
.iq-footer-5 .contact { float: right; margin-top: 20px; }
.iq-footer-5 .iq-copyright { color: #fff; }
.iq-footer-5 hr { border-bottom: 1px solid rgba(255, 255, 255, 0.2); }

/*---------------------------------------------------------------------
                        Footer 6
-----------------------------------------------------------------------*/
.iq-footer-6 { border-top: 1px solid #eee; }

/*Social Media*/
.info-share { margin: 0; padding: 0; text-align: right; }
.info-share li { display: inline-block; list-style: none; padding: 0; margin: 0px 4px; }
.info-share li a { display: block; width: 45px; height: 45px; line-height: 45px; font-size: 16px; color: #151d2e; background: transparent; border: 1px solid #151d2e; text-align: center; border-radius: 50%; }
.info-share li a:hover { background: #f9b707; border-color: #f9b707; color: #fff; }

/*---------------------------------------------------------------------
                          Quote Form
-----------------------------------------------------------------------*/
.quote-form input { width: 100%; height: 45px; border: none; padding-left: 15px; border-radius: 3px; }
.quote-form textarea { width: 100%; border: none; padding: 10px 0 0 15px; min-height: 110px; border-radius: 3px; outline: none; }
.quote-form .button { width: 100%; margin-top: 4px; }
.quote-form select { width: 100%; height: 45px !important; border: none; border-radius: 3px; box-shadow: inherit !important; }
.quote-form-2 .button { width: auto; float: right; }

/*---------------------------------------------------------------------
                        Counter
-----------------------------------------------------------------------*/
.iq-we-happy .counter i { margin-right: 15px; }
.iq-we-happy .counter span { font-size: 36px; }
.counter { position: relative; min-height: 60px; }
.counter i { font-size: 60px; line-height: 65px; display: inline-block; float: left; margin-right: 20px; }
.counter span { display: inline-block; width: 70%; font-size: 40px; margin: 0; margin-bottom: 5px; line-height: 40px; float: left; }
.counter label { font-size: 18px; display: block; position: relative; margin: 0 0 15px 0; margin-bottom: 0; text-transform: uppercase; float: left; }
.counter-info { border-top: 1px solid rgba(255, 255, 255, 0.2); display: inline-block; width: 100%; position: relative; }
.counter-info-img { position: relative; display: inline-block; width: 100%; height: 100%; min-height: 200px; top: 30%; }
.counter-info-img img { margin-top: -30px; }
.counter-info .iq-video { position: absolute; left: 50%; top: 40%; background: #fff; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 80px; height: 80px; text-align: center; font-size: 38px; color: #f9b707; border-radius: 100%; line-height: 2.1; z-index: 9; }
.counter-info .iq-video i { margin-left: 7px; }
.iq-first-adv { background: rgba(249, 183, 7, 0.4); }
.iq-faqs { background: #fff; background-size: cover !important; }

/*Services*/
.iq-tab .nav-pills .nav-link.active, .iq-tab .nav-pills .show>.nav-link { color: #fff; background-color: #f9b707; }
.iq-tab .nav-pills .nav-link { background: white; font-size: 16px; font-weight: 600; padding: 15px 0 15px 25px; margin-bottom: 8px; border-radius: 3px; position: relative; }
.iq-tab .nav-pills { background: #f5f5f5; padding: 8px; border: 1px solid #eee; }
.contact-box { position: relative; border-radius: 10px; }
.contact-box img { right: 0; bottom: 0; position: absolute; }
.phone-box img { right: inherit; bottom: inherit; }
.iq-tab ul.listing-hand li { line-height: 26px; }
.iq-tab .nav-pills .nav-link:before { content: ""; right: 0; top: 0; position: absolute; background: #eee; height: 100%; width: 4px; }
.iq-tab.iq-hori-tab .nav-pills .nav-link { padding: 15px 0; }

/*---------------------------------------------------------------------
                          Contact 1
-----------------------------------------------------------------------*/
.contact-1 input, .contact-1 textarea { width: 100%; box-shadow: none; border: none; }
.contact-1 textarea { min-height: 100px; }
.contact-1 textarea:focus { box-shadow: none !important; border: none !important; }
.contact-1 .contact-form input, .contact-1 textarea { display: block; width: 100%; padding: .375rem .75rem; font-size: 1rem; line-height: 1.5; color: #495057; border-radius: .25rem; border: 1px solid #ced4da; }
.contact-1 .iq-map iframe { border: 0px; width: 100%; height: 550px; position: absolute; top: 0; left: 0; z-index: 1; -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter: grayscale(100%); }
.contact-1 #formmessage { display: none; }
.iq-contact-box-01 .iq-icon { float: left; border-radius: 90px; height: 70px; width: 70px; line-height: 70px; text-align: center; margin-right: 15px; color: #ffffff; }
.iq-contact-box-01 .iq-icon i { font-size: 30px; }
.iq-contact-box-01 .iq-icon span { font-size: 30px; }
.iq-contact-box-01 .contact-content { display: table-cell; }

/*---------------------------------------------------------------------
                          Contact 2
-----------------------------------------------------------------------*/
.contact-2 input, .contact-2 textarea { width: 100%; box-shadow: none; border: none; }
.contact-2 textarea { min-height: 100px; }
.contact-2 textarea:focus { box-shadow: none !important; border: none !important; }
.contact-2 .contact-form input, .contact-2 textarea { display: block; width: 100%; padding: .375rem .75rem; font-size: 1rem; line-height: 1.5; color: #495057; border-radius: .25rem; border: 1px solid #ced4da; }
.contact-2 .iq-map iframe { border: 0px; width: 100%; height: 550px; z-index: 1; -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter: grayscale(100%); }
.contact-2 #formmessage { display: none; }
.contact-2 .contact-box span { font-size: 20px; }
.contact-2 .contact-box i { font-size: 36px; vertical-align: middle; }

/*---------------------------------------------------------------------
                       How it Works
-----------------------------------------------------------------------*/
.iq-step-box .Work-icon { padding: 10px; display: inline-block; position: relative; }
.iq-step-box .Work-icon i { border-radius: 90px; display: inline-block; height: 99px; width: 99px; line-height: 99px; -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15); box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15); font-size: 54px; text-align: center; color: #ffffff; background: #f9b707; -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; }
.iq-step-box .Work-icon:before { position: absolute; content: ""; left: 0; top: 0; border: 2px dashed #e6e6e6; width: 100%; height: 100%; border-radius: 90px; }
.iq-step-box .line:before { position: absolute; content: ""; left: 110%; top: 50%; margin-top: -1px; border: 2px dashed #e6e6e6; width: 31vh; border-right: none; border-left: none; border-bottom: none; }

/*---------------------------------------------------------------------
                        Download
-----------------------------------------------------------------------*/
.iq-download .download-box i { font-size: 54px; }
.iq-download .download-box { border: 1px solid #f9b707; transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; }
.iq-download .download-box:hover { box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1); border: 1px solid #f9b707; background: #f9b707; }

/*---------------------------------------------------------------------
                        Home- 5
-----------------------------------------------------------------------*/
.iq-why-box ul.listing-hand li { display: inherit; }
.iq-index-no { color: #d2d2d2; background: #ffffff; text-align: center; position: absolute; top: 50%; right: 35%; transform: translateY(-50%); font-size: 30px; box-shadow: 1px 1px 10px; font-weight: 900; }
.iq-index-no.left { left: 35%; right: inherit; }
.iq-feature4.iq-additional .Work-icon i { background: #151d2e; }
.iq-feature4.iq-additional .Work-icon:before { border: 2px dashed rgba(210, 205, 205, 0.6); }
.iq-countdown #countdown li span { font-size: 50px; line-height: 80px; font-weight: 600; }

/*---------------------------------------------------------------------
                          Latest Blog Post
-----------------------------------------------------------------------*/
.iq-blog-box { -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06); -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06); box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06); }
.iq-blog-box .iq-blog-image img { width: 100%; }
.iq-blog-detail { padding: 20px 15px 15px; background: #fff; }
.iq-blog-detail a, .iq-blog-detail .blog-title a h5 { color: #1a1a1a; transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; }
.iq-blog-detail a:hover, .iq-blog-detail .blog-title a:hover h5 { color: #f9b707; }
.iq-blog-meta { margin: 15px 0 0px; border-top: 1px solid #ececec; padding-top: 15px; }
.iq-blog-meta ul li { margin: 0 15px 0 0; padding: 0; font-size: 16px; display: inline-block; }

/*---------------------------------------------------------------------
                        Blog Page
-----------------------------------------------------------------------*/
.iq-page-blog .iq-blog-box { box-shadow: none; border: 1px solid #ededed; }
.iq-blog-box .iq-get-in { margin-top: 0; box-shadow: none; }

/* Comments Box */
.iq-comment-list li { margin-top: 25px; margin-bottom: 0; vertical-align: top; padding: 0; position: relative; }
.iq-comment-list .iq-comments-media { padding: 15px 15px 30px; border-radius: 0px; border-bottom: 1px solid #eee; }
.iq-comment-list .iq-comments-media img { width: 85px; }
.iq-comment-list li:last-child .iq-comments-media { border-bottom: none; padding-bottom: 0; }
.iq-comment-list ul { padding-left: 60px; }
.iq-comment-list .reply { position: absolute; line-height: 22px; margin: 0; padding: 2px 16px; font-size: 11px; right: 0; top: 0; font-weight: 500; color: #fff; }
.iq-comment-list .reply:hover { color: #fff; }
.iq-comment-list .iq-comments-media .iq-comments-info .reply { color: #ffffff; }
.info-block img { width: 100px; }

/*---------------------------------------------------------------------
                        Blog Page
-----------------------------------------------------------------------*/
.iq-need { overflow: hidden; }
.scroll-coins { position: relative; }
.scroll-coins img { width: 60%; }
.scroll-coins .img-1 { position: absolute; top: 0; left: 0; }
.scroll-coins .img-2 { position: absolute; top: 0; left: 20%; }
.scroll-coins .img-3 { position: absolute; top: 0; left: 40%; }

/*---------------------------------------------------------------------
                       Buy & Sell
-----------------------------------------------------------------------*/
.iq-buy { text-align: center; }
.iq-buy .nav-pills .nav-link { border-radius: 0; background: #f9f9f9; }
.iq-buy .nav-pills .nav-link.active, .iq-buy .nav-pills .show>.nav-link { background: #f9b707; }
.iq-buy .tab-content .tab-pane .nav-pills.justify-content-end { margin-top: -56px; }

/*---------------------------------------------------------------------
                         Home coin Effect
-----------------------------------------------------------------------*/
.iq-coin { position: absolute; top: 0; left: 0; right: 0; bottom: 0; display: inline-block; width: 100%; height: 100%; }
.iq-coin .coin-01 { position: absolute; top: 23%; left: 63%; }
.iq-coin .coin-02 { position: absolute; top: 55%; right: 10%; }
.iq-coin .coin-03 { position: absolute; top: 10%; right: 7%; }
.iq-coin .coin-04 { position: absolute; bottom: 15%; left: 7%; }
.iq-coin .coin-05 { position: absolute; top: 60%; left: 48%; z-index: -9; }
.iq-coin .coin-06 { position: absolute; top: 0%; left: 0%; }

/*---------------------------------------------------------------------
                     Screenshots
-----------------------------------------------------------------------*/
.iq-screenshots .owl-carousel .item { border: 1px solid #eee; }

/*---------------------------------------------------------------------
                       Rev Slider
-----------------------------------------------------------------------*/
#rev_slider_2_1 .uranus.tparrows { width: 50px; height: 50px; background: rgba(255, 255, 255, 0) }
#rev_slider_2_1 .uranus.tparrows:before { width: 50px; height: 50px; line-height: 50px; font-size: 40px; transition: all 0.3s; -webkit-transition: all 0.3s }
#rev_slider_2_1 .uranus.tparrows:hover:before { opacity: 0.75; }
.persephone.tparrows { cursor: pointer; background: rgba(201, 201, 201, 0.75); width: 40px; height: 40px; position: absolute; display: block; z-index: 100; border: 1px solid rgba(255, 255, 255, 1); }
.persephone.tparrows:hover { background: rgba(0, 0, 0, 1) }
.persephone.tparrows:before { font-family: "revicons"; font-size: 15px; color: rgb(255, 255, 255); display: block; line-height: 40px; text-align: center }
.persephone.tparrows.tp-leftarrow:before { content: "\e824" }
.persephone.tparrows.tp-rightarrow:before { content: "\e825"; }
.persephone.tparrows { cursor: pointer; background: rgba(201, 201, 201, 0.75); width: 40px; height: 40px; position: absolute; display: block; z-index: 100; border: 1px solid rgba(255, 255, 255, 1); }
.tp-caption.Gym-Subline, .Gym-Subline { color: rgba(255, 255, 255, 1.00); font-size: 30px; line-height: 30px; font-weight: 100; font-style: normal; font-family: Raleway; text-decoration: none; background-color: transparent; border-color: transparent; border-style: none; border-width: 0px; border-radius: 0px 0px 0px 0px; letter-spacing: 5px; }
#rev_slider_4_1 .zeus.tparrows { cursor: pointer; min-width: 70px; min-height: 70px; position: absolute; display: block; z-index: 100; border-radius: 50%; overflow: hidden; background: rgba(0, 0, 0, 0.1) }
#rev_slider_4_1 .zeus.tparrows:before { font-family: "revicons"; font-size: 20px; color: rgb(255, 255, 255); display: block; line-height: 70px; text-align: center; z-index: 2; position: relative }
#rev_slider_4_1 .zeus.tparrows.tp-leftarrow:before { content: "\e824" }
#rev_slider_4_1 .zeus.tparrows.tp-rightarrow:before { content: "\e825" }
#rev_slider_4_1 .zeus .tp-title-wrap { background: rgba(0, 0, 0, 0.5); width: 100%; height: 100%; top: 0px; left: 0px; position: absolute; opacity: 0; transform: scale(0); -webkit-transform: scale(0); transition: all 0.3s; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; border-radius: 50% }
#rev_slider_4_1 .zeus .tp-arr-imgholder { width: 100%; height: 100%; position: absolute; top: 0px; left: 0px; background-position: center center; background-size: cover; border-radius: 50%; transform: translatex(-100%); -webkit-transform: translatex(-100%); transition: all 0.3s; -webkit-transition: all 0.3s; -moz-transition: all 0.3s }
#rev_slider_4_1 .zeus.tp-rightarrow .tp-arr-imgholder { transform: translatex(100%); -webkit-transform: translatex(100%) }
#rev_slider_4_1 .zeus.tparrows:hover .tp-arr-imgholder { transform: translatex(0); -webkit-transform: translatex(0); opacity: 1 }
#rev_slider_4_1 .zeus.tparrows:hover .tp-title-wrap { transform: scale(1); -webkit-transform: scale(1); opacity: 1; }
.tp-caption.Gym-Subline, .Gym-Subline { color: rgba(255, 255, 255, 1.00); font-size: 30px; line-height: 30px; font-weight: 100; font-style: normal; font-family: Raleway; text-decoration: none; background-color: transparent; border-color: transparent; border-style: none; border-width: 0px; border-radius: 0px 0px 0px 0px; letter-spacing: 5px; }
.hebe.tparrows { cursor: pointer; background: rgba(255, 255, 255, 1); min-width: 70px; min-height: 70px; position: absolute; display: block; z-index: 100 }
.hebe.tparrows:hover { }
.hebe.tparrows:before { font-family: "revicons"; font-size: 30px; color: rgba(0, 0, 0, 0.5); display: block; line-height: 70px; text-align: center; -webkit-transition: color 0.3s; -moz-transition: color 0.3s; transition: color 0.3s; z-index: 2; position: relative; background: rgba(255, 255, 255, 1); min-width: 70px; min-height: 70px }
.hebe.tparrows.tp-leftarrow:before { content: "\e824" }
.hebe.tparrows.tp-rightarrow:before { content: "\e825" }
.hebe.tparrows:hover:before { color: #000 }
.tp-title-wrap { position: absolute; z-index: 0; display: inline-block; background: #000; background: rgba(0, 0, 0, 0.75); min-height: 60px; line-height: 60px; top: -10px; margin-left: 0px; -webkit-transition: -webkit-transform 0.3s; transition: transform 0.3s; transform: scalex(0); -webkit-transform: scalex(0); transform-origin: 0% 50%; -webkit-transform-origin: 0% 50% }
.hebe.tp-rightarrow .tp-title-wrap { right: 0px; -webkit-transform-origin: 100% 50% }
.hebe.tparrows:hover .tp-title-wrap { transform: scalex(1); -webkit-transform: scalex(1) }
.hebe .tp-arr-titleholder { position: relative; text-transform: uppercase; color: rgb(255, 255, 255); font-weight: 600; font-size: 12px; line-height: 90px; white-space: nowrap; padding: 0px 20px 0px 90px }
.hebe.tp-rightarrow .tp-arr-titleholder { margin-left: 0px; padding: 0px 90px 0px 20px }
.hebe.tparrows:hover .tp-arr-titleholder { transform: translatex(0px); -webkit-transform: translatex(0px); transition-delay: 0.1s; opacity: 1 }
.hebe .tp-arr-imgholder { width: 90px; height: 90px; position: absolute; left: 100%; display: block; background-size: cover; background-position: center center; top: 0px; right: -90px }
.hebe.tp-rightarrow .tp-arr-imgholder { right: auto; left: -90px; }