/*---------------------------------------------------------------------
                               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;
}

.btn-login {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 15px !important;
  border-radius: 2px;
  transition: 0.5s;
  margin: 10px;
  color: #ffff;
  background: #4788c7;
}
.btn-login:hover {
  transition: 0.5s;
  margin: 10px;
  color: white !important;
  background: #4788c7;
}
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: #4788c7;
  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 #4788c7;
  font-size: 16px;
}
*::-moz-selection {
  background: #4788c7;
  color: #fff;
  text-shadow: none;
}
::-moz-selection {
  background: #4788c7;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #4788c7;
  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 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#back-to-top .top:hover {
  background: #4788c7;
  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: #4788c7;
}

/*---------------------------------------------------------------------
                            Background Color 
  -----------------------------------------------------------------------*/
.white-bg {
  background: #ffffff;
}
.dark-bg {
  background: #151d2e;
}
.grey-bg {
  background: #f7f7f7;
}
.yellow-bg {
  background: #4788c7;
}

/*---------------------------------------------------------------------
                      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 !important;
}
.iq-pall-10 {
  padding: 10px !important;
}
.iq-pall-15 {
  padding: 15px !important;
}
.iq-pall-20 {
  padding: 20px !important;
}
.iq-pall-25 {
  padding: 25px !important;
}
.iq-pall-30 {
  padding: 30px !important;
}
.iq-pall-40 {
  padding: 40px !important;
}
.iq-pall-50 {
  padding: 50px !important;
}
.iq-pall-60 {
  padding: 60px !important;
}
.iq-pall-70 {
  padding: 70px !important;
}
.iq-pall-80 {
  padding: 80px !important;
}
.iq-pall-90 {
  padding: 90px !important;
}
.iq-pall-100 {
  padding: 100px !important;
}
.iq-pall-110 {
  padding: 110px !important;
}
.iq-pall-120 {
  padding: 120px !important;
}
.iq-pall-130 {
  padding: 130px !important;
}
.iq-pall-140 {
  padding: 140px !important;
}
.iq-pall-150 {
  padding: 150px !important;
}

/***************************
    Padding Top and Bottom
  ****************************/
.iq-ptb-0 {
  padding: 0 !important;
}
.iq-ptb-10 {
  padding: 10px 0 !important;
}
.iq-ptb-15 {
  padding: 15px 0 !important;
}
.iq-ptb-20 {
  padding: 20px 0 !important;
}
.iq-ptb-25 {
  padding: 25px 0 !important;
}
.iq-ptb-30 {
  padding: 30px 0 !important;
}
.iq-ptb-40 {
  padding: 40px 0 !important;
}
.iq-ptb-50 {
  padding: 50px 0 !important;
}
.iq-ptb-60 {
  padding: 60px 0 !important;
}
.iq-ptb-70 {
  padding: 70px 0 !important;
}
.iq-ptb-80 {
  padding: 80px 0 !important;
}
.iq-ptb-90 {
  padding: 90px 0 !important;
}
.iq-ptb-100 {
  padding: 100px 0 !important;
}
.iq-ptb-110 {
  padding: 110px 0 !important;
}
.iq-ptb-120 {
  padding: 120px 0 !important;
}
.iq-ptb-130 {
  padding: 130px 0 !important;
}
.iq-ptb-140 {
  padding: 140px 0 !important;
}
.iq-ptb-150 {
  padding: 150px 0 !important;
}

/***************************
    Padding Left and right
  ****************************/
.iq-plr-0 {
  padding: 0 !important;
}
.iq-plr-10 {
  padding: 0 10px !important;
}
.iq-plr-15 {
  padding: 0 15px !important;
}
.iq-plr-20 {
  padding: 0 20px !important;
}
.iq-plr-25 {
  padding: 0 25px !important;
}
.iq-plr-30 {
  padding: 0 30px !important;
}
.iq-plr-40 {
  padding: 0 40px !important;
}
.iq-plr-50 {
  padding: 0 50px !important;
}
.iq-plr-60 {
  padding: 0 60px !important;
}
.iq-plr-70 {
  padding: 0 70px !important;
}
.iq-plr-80 {
  padding: 0 80px !important;
}
.iq-plr-90 {
  padding: 0 90px !important;
}
.iq-plr-100 {
  padding: 0 100px !important;
}
.iq-plr-110 {
  padding: 0 110px !important;
}
.iq-plr-120 {
  padding: 0 120px !important;
}
.iq-plr-130 {
  padding: 0 130px !important;
}
.iq-plr-140 {
  padding: 0 140px !important;
}
.iq-plr-150 {
  padding: 0 150px !important;
}

/***************************
          Padding top
  ****************************/
.iq-pt-0 {
  padding-top: 0px !important;
}
.iq-pt-10 {
  padding-top: 10px !important;
}
.iq-pt-15 {
  padding-top: 15px !important;
}
.iq-pt-20 {
  padding-top: 20px !important;
}
.iq-pt-25 {
  padding-top: 25px !important;
}
.iq-pt-30 {
  padding-top: 30px !important;
}
.iq-pt-40 {
  padding-top: 40px !important;
}
.iq-pt-50 {
  padding-top: 50px !important;
}
.iq-pt-60 {
  padding-top: 60px !important;
}
.iq-pt-70 {
  padding-top: 70px !important;
}
.iq-pt-80 {
  padding-top: 80px !important;
}
.iq-pt-90 {
  padding-top: 90px !important;
}
.iq-pt-100 {
  padding-top: 100px !important;
}
.iq-pt-110 {
  padding-top: 110px !important;
}
.iq-pt-120 {
  padding-top: 120px !important;
}
.iq-pt-130 {
  padding-top: 130px !important;
}
.iq-pt-140 {
  padding-top: 140px !important;
}
.iq-pt-150 {
  padding-top: 150px !important;
}

/***************************
        Padding Bottom
  ****************************/
.iq-pb-0 {
  padding-bottom: 0px !important;
}
.iq-pb-10 {
  padding-bottom: 10px !important;
}
.iq-pb-15 {
  padding-bottom: 15px !important;
}
.iq-pb-20 {
  padding-bottom: 20px !important;
}
.iq-pb-25 {
  padding-bottom: 25px !important;
}
.iq-pb-30 {
  padding-bottom: 30px !important;
}
.iq-pb-40 {
  padding-bottom: 40px !important;
}
.iq-pb-50 {
  padding-bottom: 50px !important;
}
.iq-pb-60 {
  padding-bottom: 60px !important;
}
.iq-pb-70 {
  padding-bottom: 70px !important;
}
.iq-pb-80 {
  padding-bottom: 80px !important;
}
.iq-pb-90 {
  padding-bottom: 90px !important;
}
.iq-pb-100 {
  padding-bottom: 100px !important;
}
.iq-pb-110 {
  padding-bottom: 110px !important;
}
.iq-pb-120 {
  padding-bottom: 120px !important;
}
.iq-pb-130 {
  padding-bottom: 130px !important;
}
.iq-pb-140 {
  padding-bottom: 140px !important;
}
.iq-pb-150 {
  padding-bottom: 150px !important;
}

/***************************
        Padding Left
  ****************************/
.iq-pl-0 {
  padding-left: 0 !important;
}
.iq-pl-10 {
  padding-left: 10px !important;
}
.iq-pl-15 {
  padding-left: 15px !important;
}
.iq-pl-20 {
  padding-left: 20px !important;
}
.iq-pl-25 {
  padding-left: 25px !important;
}
.iq-pl-30 {
  padding-left: 30px !important;
}
.iq-pl-40 {
  padding-left: 40px !important;
}
.iq-pl-50 {
  padding-left: 50px !important;
}
.iq-pl-60 {
  padding-left: 60px !important;
}
.iq-pl-70 {
  padding-left: 70px !important;
}
.iq-pl-80 {
  padding-left: 80px !important;
}
.iq-pl-90 {
  padding-left: 90px !important;
}
.iq-pl-100 {
  padding-left: 100px !important;
}
.iq-pl-110 {
  padding-left: 110px !important;
}
.iq-pl-120 {
  padding-left: 120px !important;
}
.iq-pl-130 {
  padding-left: 130px !important;
}
.iq-pl-140 {
  padding-left: 140px !important;
}
.iq-pl-150 {
  padding-left: 150px !important;
}

/***************************
        Padding Right
  ****************************/
.iq-pr-0 {
  padding-right: 0px !important;
}
.iq-pr-10 {
  padding-right: 10px !important;
}
.iq-pr-15 {
  padding-right: 15px !important;
}
.iq-pr-20 {
  padding-right: 20px !important;
}
.iq-pr-25 {
  padding-right: 25px !important;
}
.iq-pr-30 {
  padding-right: 30px !important;
}
.iq-pr-40 {
  padding-right: 40px !important;
}
.iq-pr-50 {
  padding-right: 50px !important;
}
.iq-pr-60 {
  padding-right: 60px !important;
}
.iq-pr-70 {
  padding-right: 70px !important;
}
.iq-pr-80 {
  padding-right: 80px !important;
}
.iq-pr-90 {
  padding-right: 90px !important;
}
.iq-pr-100 {
  padding-right: 100px !important;
}
.iq-pr-110 {
  padding-right: 110px !important;
}
.iq-pr-120 {
  padding-right: 120px !important;
}
.iq-pr-130 {
  padding-right: 130px !important;
}
.iq-pr-140 {
  padding-right: 140px !important;
}
.iq-pr-150 {
  padding-right: 150px !important;
}

/***************************
         Margin All
  ****************************/
.iq-mall-0 {
  margin: 0 !important;
}
.iq-mall-10 {
  margin: 10px !important;
}
.iq-mall-15 {
  margin: 15px !important;
}
.iq-mall-20 {
  margin: 20px !important;
}
.iq-mall-25 {
  margin: 25px !important;
}
.iq-mall-30 {
  margin: 30px !important;
}
.iq-mall-40 {
  margin: 40px !important;
}
.iq-mall-50 {
  margin: 50px !important;
}
.iq-mall-60 {
  margin: 60px !important;
}
.iq-mall-70 {
  margin: 70px !important;
}
.iq-mall-80 {
  margin: 80px !important;
}
.iq-mall-90 {
  margin: 90px !important;
}
.iq-mall-100 {
  margin: 100px !important;
}
.iq-mall-110 {
  margin: 110px !important;
}
.iq-mall-120 {
  margin: 120px !important;
}
.iq-mall-130 {
  margin: 130px !important;
}
.iq-mall-140 {
  margin: 140px !important;
}
.iq-mall-150 {
  margin: 150px !important;
}

/***************************
     Margin Top and Bottom
  ****************************/
.iq-mtb-0 {
  margin: 0 !important;
}
.iq-mtb-10 {
  margin: 10px 0 !important;
}
.iq-mtb-15 {
  margin: 15px 0 !important;
}
.iq-mtb-20 {
  margin: 20px 0 !important;
}
.iq-mtb-25 {
  margin: 25px 0 !important;
}
.iq-mtb-30 {
  margin: 30px 0 !important;
}
.iq-mtb-40 {
  margin: 40px 0 !important;
}
.iq-mtb-50 {
  margin: 50px 0 !important;
}
.iq-mtb-60 {
  margin: 60px 0 !important;
}
.iq-mtb-70 {
  margin: 70px 0 !important;
}
.iq-mtb-80 {
  margin: 80px 0 !important;
}
.iq-mtb-90 {
  margin: 90px 0 !important;
}
.iq-mtb-100 {
  margin: 100px 0 !important;
}
.iq-mtb-110 {
  margin: 110px 0 !important;
}
.iq-mtb-120 {
  margin: 120px 0 !important;
}
.iq-mtb-130 {
  margin: 130px 0 !important;
}
.iq-mtb-140 {
  margin: 140px 0 !important;
}
.iq-mtb-150 {
  margin: 150px 0 !important;
}

/***************************
     Margin Left and Right
  ****************************/
.iq-mlr-0 {
  margin: 0 !important;
}
.iq-mlr-10 {
  margin: 0 10px !important;
}
.iq-mlr-15 {
  margin: 0 15px !important;
}
.iq-mlr-20 {
  margin: 0 20px !important;
}
.iq-mlr-25 {
  margin: 0 25px !important;
}
.iq-mlr-30 {
  margin: 0 30px !important;
}
.iq-mlr-40 {
  margin: 0 40px !important;
}
.iq-mlr-50 {
  margin: 0 50px !important;
}
.iq-mlr-60 {
  margin: 0 60px !important;
}
.iq-mlr-70 {
  margin: 0 60px !important;
}
.iq-mlr-80 {
  margin: 0 80px !important;
}
.iq-mlr-90 {
  margin: 0 80px !important;
}
.iq-mlr-100 {
  margin: 0 100px !important;
}
.iq-mlr-110 {
  margin: 0 110px !important;
}
.iq-mlr-120 {
  margin: 0 120px !important;
}
.iq-mlr-130 {
  margin: 0 130px !important;
}
.iq-mlr-140 {
  margin: 0 140px !important;
}
.iq-mlr-150 {
  margin: 0 150px !important;
}

/***************************
          Margin Top
  ****************************/
.iq-mt-0 {
  margin-top: 0px !important;
}
.iq-mt-10 {
  margin-top: 10px !important;
}
.iq-mt-15 {
  margin-top: 15px !important;
}
.iq-mt-20 {
  margin-top: 20px !important;
}
.iq-mt-25 {
  margin-top: 25px !important;
}
.iq-mt-30 {
  margin-top: 30px !important;
}
.iq-mt-40 {
  margin-top: 40px !important;
}
.iq-mt-50 {
  margin-top: 50px !important;
}
.iq-mt-60 {
  margin-top: 60px !important;
}
.iq-mt-70 {
  margin-top: 70px !important;
}
.iq-mt-80 {
  margin-top: 80px !important;
}
.iq-mt-90 {
  margin-top: 90px !important;
}
.iq-mt-100 {
  margin-top: 100px !important;
}
.iq-mt-110 {
  margin-top: 110px !important;
}
.iq-mt-120 {
  margin-top: 120px !important;
}
.iq-mt-130 {
  margin-top: 130px !important;
}
.iq-mt-140 {
  margin-top: 140px !important;
}
.iq-mt-150 {
  margin-top: 150px !important;
}

/***************************
        Margin Bottom
  ****************************/
.iq-mb-0 {
  margin-bottom: 0px !important;
}
.iq-mb-10 {
  margin-bottom: 10px !important;
}
.iq-mb-15 {
  margin-bottom: 15px !important;
}
.iq-mb-20 {
  margin-bottom: 20px !important;
}
.iq-mb-25 {
  margin-bottom: 25px !important;
}
.iq-mb-30 {
  margin-bottom: 30px !important;
}
.iq-mb-40 {
  margin-bottom: 40px !important;
}
.iq-mb-50 {
  margin-bottom: 50px !important;
}
.iq-mb-60 {
  margin-bottom: 60px !important;
}
.iq-mb-70 {
  margin-bottom: 70px !important;
}
.iq-mb-80 {
  margin-bottom: 80px !important;
}
.iq-mb-90 {
  margin-bottom: 90px !important;
}
.iq-mb-100 {
  margin-bottom: 100px !important;
}
.iq-mb-110 {
  margin-bottom: 110px !important;
}
.iq-mb-120 {
  margin-bottom: 120px !important;
}
.iq-mb-130 {
  margin-bottom: 130px !important;
}
.iq-mb-140 {
  margin-bottom: 140px !important;
}
.iq-mb-150 {
  margin-bottom: 150px !important;
}

/***************************
         Margin Left
  ****************************/
.iq-ml-0 {
  margin-left: 0px !important;
}
.iq-ml-10 {
  margin-left: 10px !important;
}
.iq-ml-15 {
  margin-left: 15px !important;
}
.iq-ml-20 {
  margin-left: 20px !important;
}
.iq-ml-25 {
  margin-left: 25px !important;
}
.iq-ml-30 {
  margin-left: 30px !important;
}
.iq-ml-40 {
  margin-left: 40px !important;
}
.iq-ml-50 {
  margin-left: 50px !important;
}
.iq-ml-60 {
  margin-left: 60px !important;
}
.iq-ml-70 {
  margin-left: 70px !important;
}
.iq-ml-80 {
  margin-left: 80px !important;
}
.iq-ml-90 {
  margin-left: 90px !important;
}
.iq-ml-100 {
  margin-left: 100px !important;
}
.iq-ml-110 {
  margin-left: 110px !important;
}
.iq-ml-120 {
  margin-left: 120px !important;
}
.iq-ml-130 {
  margin-left: 130px !important;
}
.iq-ml-140 {
  margin-left: 140px !important;
}
.iq-ml-150 {
  margin-left: 150px !important;
}

/***************************
        Margin Right
  ****************************/
.iq-mr-0 {
  margin-right: 0px !important;
}
.iq-mr-10 {
  margin-right: 10px !important;
}
.iq-mr-15 {
  margin-right: 15px !important;
}
.iq-mr-20 {
  margin-right: 20px !important;
}
.iq-mr-25 {
  margin-right: 25px !important;
}
.iq-mr-30 {
  margin-right: 30px !important;
}
.iq-mr-40 {
  margin-right: 40px !important;
}
.iq-mr-50 {
  margin-right: 50px !important;
}
.iq-mr-60 {
  margin-right: 60px !important;
}
.iq-mr-70 {
  margin-right: 70px !important;
}
.iq-mr-80 {
  margin-right: 80px !important;
}
.iq-mr-90 {
  margin-right: 90px !important;
}
.iq-mr-100 {
  margin-right: 100px !important;
}
.iq-mr-110 {
  margin-right: 110px !important;
}
.iq-mr-120 {
  margin-right: 120px !important;
}
.iq-mr-130 {
  margin-right: 130px !important;
}
.iq-mr-140 {
  margin-right: 140px !important;
}
.iq-mr-150 {
  margin-right: 150px !important;
}

/*---------------------------------------------------------------------
                            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: #4788c7;
  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: #4788c7;
  bottom: 0;
}

/*---------------------------------------------------------------------
                                  Wow
  -----------------------------------------------------------------------*/
.wow:first-child {
  visibility: hidden;
}

/*----------------------------------------------------------------------
                                   Buttons
  -----------------------------------------------------------------------*/
.button {
  background: #4788c7;
  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: #4788c7;
}
.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: #4788c7;
  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: #4788c7;
}
.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: #4788c7;
  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: #4788c7;
}
.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: #4788c7;
  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: #4788c7;
  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: #4788c7;
  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: #4788c7;
}
.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 ----*/
.topbar-chart {
  padding: 10px 0px;
  background: #151d2e;
}
.topbar-chart .ccc-header-v3 {
  background: none !important;
}
.topbar-chart .ccc-header-v3 .ccc-header-v3-price-value,
.topbar-chart .ccc-header-v3 .ccc-header-v3-price-name {
  color: #fff !important;
}
.topbar-chart.iq-chart {
  margin-top: -6px;
}

/*---- 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: #4788c7;
}
header.transparent .menu ul li a:hover,
header.transparent .menu ul li:hover > a {
  background: #4788c7;
  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: #4788c7;
}
header.simpal-transparent .menu ul li a:hover,
header.simpal-transparent .menu ul li:hover > a {
  background: #4788c7;
  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: #4788c7;
}
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: #4788c7;
    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: #4788c7;
  }
  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: #4788c7;
  }
  header.simpal-transparent .menu li a:hover,
  header.simpal-transparent .menu li:hover > a,
  header.simpal-transparent .menu li a.active {
    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: #4788c7;
  background: transparent;
  border: 1px solid #4788c7;
  text-align: center;
  border-radius: 50%;
}
.iq-login .modal-footer .iq-media-blog li a:hover {
  background: #4788c7;
  border-color: #4788c7;
  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: #4788c7;
  background: transparent;
  border: 1px solid #4788c7;
  text-align: center;
  border-radius: 50%;
}
.iq-register .modal-footer .iq-media-blog li a:hover {
  background: #4788c7;
  border-color: #4788c7;
  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 #4788c7;
}
.iq-search i {
  cursor: pointer;
  font-size: 18px;
  position: absolute;
  right: 27px;
  top: 24px;
}
.iq-search.search-open i:hover {
  color: #4788c7;
}

/*---------------------------------------------------------------------
                        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: #4788c7;
  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='#4788C7', endColorstr='#4788C7', 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: 60%;
}

/*---------------------------------------------------------------------
                          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;
}
.calculator .cal-convertor .ccc-widget.ccc-converter > div:first-child {
  border: none !important;
  padding: 0px !important;
  background: none !important;
}
.calculator .cal-convertor .poweredByWrapper {
  display: none;
}
/*---------------------------------------------------------------------
                            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: #151d2e;
}
.iq-features1 .iq-blog .step {
  background: #4788c7;
  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: #4788c7;
}
.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 a {
  color: #4788c7;
}
.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 0.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: #4788c7;
  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: #4788c7;
  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: #4788c7;
  left: 35px;
  margin-left: -1px;
}
.iq-feature6:hover .iq-icon {
  top: 35px;
}
.iq-feature6 .iq-icon i {
  font-size: 32px;
  color: #fff;
  line-height: 70px;
}
.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: #4788c7;
}
.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: #4788c7;
  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: #4788c7;
}
.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: #4788c7;
}
.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 #4788c7;
}
.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: #4788c7;
  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 #4788c7;
  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: #4788c7;
}
.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: #4788c7;
  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: #4788c7;
}

/*---------------------------------------------------------------------
                            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("../images/feedback/01.jpg") 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("../images/feedback/02.jpg") 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("../images/feedback/03.jpg") no-repeat 0 0 !important;
  background-size: cover !important;
}
.iq-testimonial .owl-carousel.owl-theme .owl-dots .owl-dot.active span {
  border: 4px solid #4788c7;
}
.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: #4788c7;
}
.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: #4788c7;
  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: #4788c7;
  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: #4788c7;
  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: #4788c7;
  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: #4788c7;
}
.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 #4788c7;
}
.iq-pricing .pricing-signup:after {
  right: -12px;
  border-left: 12px solid #4788c7;
}
.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: #4788c7;
  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 #4788c7;
}
.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 {
  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: #4788c7;
}
.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: #4788c7;
}

/*---------------------------------------------------------------------
                            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;
  border-radius: 5px;
  overflow: hidden;
}
.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: #4788c7;
  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: #4788c7;
  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: #4788c7;
  border: 1px solid #4788c7;
}
.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: #4788c7;
  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: #f2f2f2;
  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: #4788c7;
  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: #4788c7;
  text-align: center;
  position: absolute;
  top: 50%;
  right: 35%;
  transform: translateY(-50%);
}
.iq-timeline .year:before {
  content: "";
  border-right: 18px solid #4788c7;
  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 #4788c7;
  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 #4788c7;
    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: #4788c7;
  padding: 8px 15px;
}

/*Copyright*/
.iq-footer .iq-copyright a {
  color: #4788c7;
}
.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: #4788c7;
  border-color: #4788c7;
  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: #4788c7;
  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: #4788c7;
  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: #4788c7;
  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: #4788c7;
}
.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: #4788c7;
}
.iq-footer-2 .footer-bottom {
  background: #000000;
}

/*Social Media*/
.iq-footer-2 .iq-media-blog {
  margin: 0;
  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: #4788c7;
  border-color: #4788c7;
  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: #4788c7;
  padding: 8px 15px;
}

/*Copyright*/
.iq-footer-3 .iq-copyright a {
  color: #4788c7;
}
.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: #4788c7;
  border-color: #4788c7;
  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: #4788c7;
  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: #4788c7;
  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: #4788c7;
  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: #4788c7;
}
.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: #4788c7;
}
.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: #4788c7;
  border-color: #4788c7;
  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 #4788c7;
  background: #4788c7;
}
.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: #4788c7;
  border-color: #4788c7;
  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;
}

/*---------------------------------------------------------------------
                          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: #4788c7;
  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: url("../images/bg/bg-9.jpg") no-repeat 0 0 !important;
  background-size: cover !important;
}

/*Services*/
.iq-tab .nav-pills .nav-link.active,
.iq-tab .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #4788c7;
}
.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: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  border-radius: 0.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: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  border-radius: 0.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: #4788c7;
  -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 #4788c7;
  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 #4788c7;
  background: #4788c7;
}

/*---------------------------------------------------------------------
                          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: #4788c7;
}
.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: #4788c7;
}
.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);
  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);
  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;
}
