/*================================================
[  Table of contents  ]
================================================
1  Header
2  Banner
3  Features
4  Blog
5  Clients
6  Footer
7  Counter and shap
8  Team
9  Breadcrumbs
10 Tab
11 Login and Register form
12 Contact page
13 Blog Detail
14 Coming Soon

/*---------------------------------------------------------------------
header
-----------------------------------------------------------------------*/

header {
  position: absolute;
  display: inline-block;
  width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

  header a.navbar-brand img {
    height: 46px;
  }

header {
  position: absolute;
  width: 100%;
  z-index: 99;
}

  header .main-header {
    padding: 10px 90px 10px 107px;
  }

  header .sub-header {
    padding: 10px 90px;
    border-bottom: 1px solid #cce0ee;
  }

  header .navbar-light {
    padding: 0;
  }

  header .sub-header nav {
    display: flex;
  }

  header .sub-header .request-btn a {
    background: #59c1c0;
    padding: 17px;
    margin-left: 29px;
    color: #ffffff;
  }

    header .sub-header .request-btn a:hover {
      background: #348abc;
      color: #ffffff;
    }

  header .btn-group .btn-secondary {
    background-color: transparent;
    color: #222222;
    border: none;
  }

  header .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled):hover, .show > .btn-secondary.dropdown-toggle {
    background-color: transparent;
    border-color: transparent;
    color: #46c894;
  }

    header .btn-secondary.focus, .btn-secondary:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: none;
    }

  header .navbar-light .navbar-nav .nav-link, header .navbar-light .navbar-nav .nav-link:focus {
    color: #1F3048;
    font-size: 16px;
    margin-right: 15px;
    padding: 5px 30px;
    border-radius: 90px;
    font-weight: 500;
  }

  header .breadcrumb {
    background-color: transparent;
    padding: 0;
    margin: 0;
  }

    header .breadcrumb .breadcrumb-item a {
      color: #000000;
      font-size: 16px;
    }

      header .breadcrumb .breadcrumb-item a:hover {
        color: #348abc;
      }

.navbar-light .navbar-nav .show > .nav-link {
  color: #ffffff;
}

header .navbar-light .navbar-nav li.active .nav-link, header .navbar-light .navbar-nav li .nav-link:hover {
  background: rgba(61, 180, 255,1);
  background: -moz-linear-gradient(left, rgba(95, 209, 198,1) 0%, rgba(61, 180, 255,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(95, 209, 198,1)), color-stop(100%, rgba(61, 180, 255,1)));
  background: -webkit-linear-gradient(left, rgba(95, 209, 198,1) 0%, rgba(61, 180, 255,1) 100%);
  background: -o-linear-gradient(left, rgba(95, 209, 198,1) 0%, rgba(61, 180, 255,1) 100%);
  background: -ms-linear-gradient(left, rgba(95, 209, 198,1) 0%, rgba(61, 180, 255,1) 100%);
  background: linear-gradient(to right, rgba(95, 209, 198,1) 0%, rgba(61, 180, 255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5FD1C6', endColorstr='#3DB4FF', GradientType=1 );
  color: #ffffff;
}

.dropdown-item:active, .dropdown-item:hover {
  background: #ffffff;
  color: #76cd6f;
}

/*---------------------------------------------------------------------
 1 Header sticky
 -----------------------------------------------------------------------*/

header.menu-sticky {
  background: #D8F0FF;
  /*
background: -moz-linear-gradient(left, rgba(95, 195, 186, 1) 0%, rgba(52, 138, 188, 1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(52, 138, 188, 1)), color-stop(100%, rgba(70, 200, 148, 1)));
background: -webkit-linear-gradient(left, rgba(95, 195, 186, 1) 0%, rgba(52, 138, 188, 1) 100%);
background: -o-linear-gradient(left, rgba(95, 195, 186, 1) 0%, rgba(52, 138, 188, 1) 100%);
background: -ms-linear-gradient(left, rgba(95, 195, 186, 1) 0%, rgba(52, 138, 188, 1) 100%);
background: linear-gradient(to right, rgba(95, 195, 186, 1) 0%, rgba(52, 138, 188, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5fc3ba', endColorstr='#348abc', GradientType=1);
*/
  -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);
  position: fixed;
  z-index: 99;
}

  header.menu-sticky .navbar.navbar-light .navbar-brand img {
    height: 40px;
  }

  header.menu-sticky .navbar-light .navbar-nav li.active .nav-link, header.menu-sticky .navbar-light .navbar-nav li .nav-link:hover {
    background: #ffffff;
    color: #348BBC;
  }

  header.menu-sticky .navbar-light .navbar-nav .nav-link, header.menu-sticky .navbar-light .navbar-nav .nav-link:focus {
    color: #000000;
  }

  header.menu-sticky .main-header {
    padding: 10px 90px 10px 90px;
  }

  header.menu-sticky .sub-header {
    display: none;
  }

/*---------------------------------------------------------------------
Logo Change
 -----------------------------------------------------------------------*/
header a.navbar-brand .logo-white {
  display: none;
}

header.menu-sticky a.navbar-brand .logo {
  display: none;
}

header.menu-sticky a.navbar-brand .logo-white {
  opacity: 1;
  display: block;
}

header .navbar-toggler:not(:disabled):not(.disabled) {
  background: #ffffff;
}

/*---------------------------------------------------------------------
dropdown-item
---------------------------------------------------------------------*/
.dropdown-item.active, .dropdown-item:active {
  color: #46c894;
  background-color: transparent;
}

/*---------------------------------------------------------------------
2 Banner
-----------------------------------------------------------------------*/
.banner {
  padding: 94px 90px 65px 90px;
  position: relative;
  overflow: hidden;
  background: #D8F0FF;
}

.button-banner:hover, .button-banner:focus {
  background-color: #ffffff;
}

.banner .banner-text {
  padding-top: 20%;
  padding-bottom: 20%;
  position: relative;
}

.iq-video {
  border: 1px solid #4390c3;
  display: inline-block;
  width: 48px;
  height: 48px;
  text-align: center;
  font-size: 29px;
  color: #4390c3;
  border-radius: 100%;
  line-height: 1.6;
  margin-left: 20px;
  background-color: #ffffff;
}

  .iq-video i {
    margin-left: 5px;
  }

.banner:before {
  content: '';
  position: absolute;
  background: url('../images/pattern_green.png');
  width: 70%;
  height: 70%;
  background-repeat: no-repeat;
  left: 31px;
  bottom: -42%;
  opacity: 0.3;
  -webkit-animation: bounce 2s infinite alternate;
}

@keyframes bounce {
  from {
    transform: translateY(0px);
  }

  to {
    transform: translateY(-25px);
  }
}

@-webkit-keyframes bounce {
  from {
    transform: translateY(0px);
  }

  to {
    transform: translateY(-25px);
  }
}

.banner-type:before {
  content: '';
  position: absolute;
  background: url('../images/pattern_green.png');
  width: 70%;
  height: 70%;
  background-repeat: no-repeat;
  right: -51%;
  opacity: 0.3;
  top: -4%;
  -webkit-animation: bounce 2s infinite alternate;
}

/*---------------------------------------------------------------------
List Style
-----------------------------------------------------------------------*/
.list-style li {
  margin: 0 0 15px;
  padding: 0;
  list-style: none;
  font-size: 16px;
}

  .list-style li:last-child {
    margin-bottom: 0;
  }

  .list-style li i {
    margin-right: 10px;
    font-size: 18px;
  }

.easy-btn {
  padding: 10px 70px;
}

/*---------------------------------------------------------------------
3 Future Services
---------------------------------------------------------------------*/
.services-block {
  position: relative;
}

  .services-block:before {
    background: #46c894;
    content: "";
    height: 85%;
    left: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: -1;
  }

.services-bg {
  padding-top: 80px;
  border-radius: 5px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(108, 99, 255, 0.2);
  -moz-box-shadow: 0px 0px 30px 0px rgba(108, 99, 255, 0.2);
  box-shadow: 0px 0px 30px 0px rgba(108, 99, 255, 0.2);
}

.future-services {
  top: 0;
  padding: 30px 30px 30px 30px;
  position: relative;
  transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

  .future-services:hover {
    top: -8px;
    box-shadow: 0px 1px 30px 0px rgba(70, 200, 148, 0.25);
    background: #ffffff;
  }

.services-list {
  margin: 0 0 -120px;
  padding: 0;
  position: relative;
  display: inline-block;
  width: 100%;
}

  .services-list li {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
  }

    .services-list li.one {
      position: absolute;
      left: 30px;
      bottom: 0;
    }

    .services-list li.two {
      position: absolute;
      right: 100px;
      bottom: 0;
    }



/*---------------------------------------------------------------------
4 Blog
-----------------------------------------------------------------------*/
.blog-box .content {
  background: #e8f8f2;
  padding: 30px;
  position: relative;
  background:;
}

  .blog-box .content:after {
    position: absolute;
    right: -15px;
    top: 40px;
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 15px solid #e8f8f2;
    border-bottom: 10px solid transparent;
    z-index: 9;
  }

  .blog-box .content h3 {
    line-height: 30px;
  }

  .blog-box .content ul {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    position: relative;
    z-index: 9;
  }

    .blog-box .content ul li {
      list-style-type: none;
      display: inline;
      padding-right: 8px;
      border-right: 1px solid #dcdcdc;
      margin-right: 7px;
      color: #222222;
    }

      .blog-box .content ul li:last-child {
        border: none;
      }

      .blog-box .content ul li a {
        font-weight: normal;
        color: #666666;
      }

        .blog-box .content ul li a:hover {
          color: #46c894;
        }

      .blog-box .content ul li span {
        font-weight: bold;
        color: #222222;
      }

  .blog-box .content p {
    font-size: 14px;
    line-height: 24px;
  }

.blog-box ul.iq-tag li {
  border: none;
  padding: 0;
  margin: 0;
}

  .blog-box ul.iq-tag li a {
    background: #ffffff;
    color: #666666;
    padding: 5px 15px;
    border-radius: 5px;
  }

    .blog-box ul.iq-tag li a:hover {
      color: #46c894;
    }

.blog-box .row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.blog-box [class*="col-"] {
  background-color: #e8f8f2;
}

.iq-blog .owl-carousel .owl-dots {
  display: none;
}

/*---------------------------------------------------------------------
5 Clients
-----------------------------------------------------------------------*/
.clients-box {
  padding: 20px 10px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  position: relative;
  top: 0;
  -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;
}

  .clients-box:hover {
    border: 1px solid #ffffff;
    top: -6px;
    -webkit-box-shadow: 0px 10px 46px -4px rgba(70, 200, 148, 0.5);
    -moz-box-shadow: 0px 10px 46px -4px rgba(70, 200, 148, 0.5);
    box-shadow: 0px 10px 46px -4px rgba(70, 200, 148, 0.5);
  }

.iq-clients .owl-carousel .owl-item {
  padding: 10px 10px 20px 10px;
}

  .iq-clients .owl-carousel .owl-item img {
    width: inherit;
    display: inherit;
  }


/*---------------------------------------------------------------------
6 Footer
---------------------------------------------------------------------*/
footer.main-bg {
  position: relative;
}

footer .footer-logo img {
  height: 70px;
}

footer .social-icone ul li a {
  font-size: 22px;
  color: #FFFFFF;
}

footer .social-icone ul li {
  padding-right: 20px;
}

footer .row.justify-content-between a:hover, footer .row.justify-content-between a:focus {
  color: rgba(0,0,0,.5);
}

footer .footer-menu li a {
  color: #ffffff;
  font-size: 15px;
}

  footer .footer-menu li a:hover, footer .footer-menu li a:focus {
    color: #5FD1C6 !important;
  }

footer .social-icone ul li:nth-last-child(1) {
  padding-right: 0;
}

.iq-font-18 {
  font-size: 18px;
}



/*---------------------------------------------------------------------
7 Counter and shap
---------------------------------------------------------------------*/
.counter {
  padding: 60px 0;
}

.iq-counter3 .iq-counter .timer {
  font-size: 70px;
}

.iq-pt-30 {
  padding-top: 25px;
}

.Get-tips-tricks .tips-img img {
  max-width: 120%;
}

.service-provide .services {
  padding: 30px 30px 30px 30px;
}

.conection-shap {
  position: relative;
  overflow: hidden;
}

  .conection-shap:before {
    content: '';
    position: absolute;
    background: url('../images/banner/conection-shap.png');
    width: 21%;
    height: 56%;
    background-repeat: no-repeat;
    right: 0;
    top: 41%;
    -webkit-animation: bounce 2s infinite alternate;
  }

.finding-shap {
  position: relative;
  overflow: hidden;
}

  .finding-shap:before {
    content: '';
    position: absolute;
    background: url('../images/banner/finding-shap.png');
    width: 38%;
    height: 83%;
    background-repeat: no-repeat;
    left: 0;
    top: 25%;
    left: -47px;
    -webkit-animation: bounce 2s infinite alternate;
  }

.tricks-shap {
  position: relative;
  overflow: hidden;
}

  .tricks-shap:before {
    content: '';
    position: absolute;
    background: url('../images/banner/tricks-shap.png');
    width: 7%;
    height: 64%;
    background-repeat: no-repeat;
    right: 0;
    top: 25%;
    -webkit-animation: bounce 2s infinite alternate;
  }

.Service-shap {
  position: relative;
  overflow: hidden;
}

  .Service-shap:before {
    content: '';
    position: absolute;
    background: url('../images/banner/service-shap.png');
    width: 23%;
    height: 55%;
    background-repeat: no-repeat;
    left: 0;
    bottom: 0;
    -webkit-animation: bounce 2s infinite alternate;
  }

.iq-clients {
  position: relative;
  overflow: hidden;
}

  .iq-clients:before {
    content: '';
    position: absolute;
    background: url('../images/banner/footer-shap.png');
    width: 15%;
    height: 89%;
    background-repeat: no-repeat;
    right: 0;
    -webkit-animation: bounce 2s infinite alternate;
  }

/*---------------------------------------------------------------------
8 Team
-----------------------------------------------------------------------*/
.iq-team:hover .iq-team-info {
  bottom: 0;
}

.iq-team {
  position: relative;
  overflow: hidden;
}

  .iq-team .iq-team-info {
    padding: 10px 20px;
    background: none;
    position: absolute;
    bottom: -84px;
    background: #f2f2f2;
    left: 0;
    display: inline-block;
    width: 100%;
    -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;
    border: 1px solid #f2f2f2
  }

    .iq-team .iq-team-info span {
      font-family: 'Josefin Sans', sans-serif;
      font-weight: 600;
    }

  .iq-team .share {
    background: none;
    position: absolute;
    left: -65px;
    top: 12px;
    width: 40px;
    -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-team:hover .share {
    left: 15px;
  }

  .iq-team .share ul li {
    margin: 5px 0;
  }

    .iq-team .share ul li a {
      color: #ffffff;
      width: 45px;
      height: 45px;
      line-height: 50px;
      background: #ffffff;
      color: #46c894;
      border-radius: 90px;
      text-align: center;
      display: inline-block;
    }

      .iq-team .share ul li a:hover {
        color: #ffffff;
        background: rgba(117,205,111,1);
        background: -moz-linear-gradient(left, rgba(117,205,111,1) 0%, rgba(70,200,148,1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(117,205,111,1)), color-stop(100%, rgba(70,200,148,1)));
        background: -webkit-linear-gradient(left, rgba(117,205,111,1) 0%, rgba(70,200,148,1) 100%);
        background: -o-linear-gradient(left, rgba(117,205,111,1) 0%, rgba(70,200,148,1) 100%);
        background: -ms-linear-gradient(left, rgba(117,205,111,1) 0%, rgba(70,200,148,1) 100%);
        background: linear-gradient(to right, rgba(117,205,111,1) 0%, rgba(70,200,148,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75cd6f', endColorstr='#46c894', GradientType=1 );
      }

  .iq-team .iq-team-img {
    position: relative;
  }

    .iq-team .iq-team-img img {
      width: 100%;
    }

    .iq-team .iq-team-img:before {
      content: "";
      bottom: 0;
      opacity: 0;
      left: 0;
      position: absolute;
      width: 100%;
      height: 100%;
      background: rgba(71, 38, 205, 0);
      background: -moz-linear-gradient(top, rgba(71, 38, 205, 0) 0%, rgba(117,205,111,1) 100%);
      background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(71, 38, 205, 0)), color-stop(100%, rgba(117,205,111,1)));
      background: -webkit-linear-gradient(top, rgba(71, 38, 205, 0) 0%, rgba(117,205,111,1) 100%);
      background: -o-linear-gradient(top, rgba(71, 38, 205, 0) 0%, rgba(117,205,111,1) 100%);
      background: -ms-linear-gradient(top, rgba(71, 38, 205, 0) 0%, rgba(117,205,111,1) 100%);
      background: linear-gradient(to bottom, rgba(71, 38, 205, 0) 0%, rgba(117,205,111,1) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#46c894', endColorstr='#46c894', GradientType=0);
      -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-team:hover .iq-team-img:before {
    opacity: 1;
  }

  .iq-team .share ul {
    list-style: none;
  }


/*---------------------------------------------------------------------
9 Breadcrumb 2
---------------------------------------------------------------------*/
.iq-breadcrumb {
  padding: 203px 0 100px 0;
}

  .iq-breadcrumb nav {
    display: inline-block;
  }

  .iq-breadcrumb.text-left .breadcrumb {
    z-index: 86;
    text-align: left;
    position: relative;
    color: #ffffff;
    margin-bottom: 0;
    display: inline-block;
    width: 100%;
    background: rgba(117,205,111,1);
    background: -moz-linear-gradient(left, rgba(117,205,111,1) 0%, rgba(70,200,148,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(117,205,111,1)), color-stop(100%, rgba(70,200,148,1)));
    background: -webkit-linear-gradient(left, rgba(117,205,111,1) 0%, rgba(70,200,148,1) 100%);
    background: -o-linear-gradient(left, rgba(117,205,111,1) 0%, rgba(70,200,148,1) 100%);
    background: -ms-linear-gradient(left, rgba(117,205,111,1) 0%, rgba(70,200,148,1) 100%);
    background: linear-gradient(to right, rgba(117,205,111,1) 0%, rgba(70,200,148,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75cd6f', endColorstr='#46c894', GradientType=1 );
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    padding: 10px 30px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(70,200,148,0.25);
    -moz-box-shadow: 0px 0px 30px 0px rgba(70,200,148,0.25);
    box-shadow: 0px 0px 30px 0px rgba(70,200,148,0.25);
  }

    .iq-breadcrumb.text-left .breadcrumb li {
      display: inline-block;
    }

      .iq-breadcrumb.text-left .breadcrumb li a i {
        font-size: 18px;
        margin-right: 6px;
      }

      .iq-breadcrumb.text-left .breadcrumb li, .iq-breadcrumb.text-left .breadcrumb li a:hover {
        color: #ffffff;
      }

        .iq-breadcrumb.text-left .breadcrumb li a, .iq-breadcrumb.text-left .breadcrumb-item + .breadcrumb-item::before {
          color: #464855;
          margin-bottom: 0;
        }

/*---------------------------------------------------------------------
10 Tab
---------------------------------------------------------------------*/
.iq-tab .nav-pills {
  background: #d8f3e8;
  padding: 8px;
  border: 1px solid #d8f3e8;
  border-radius: 900px;
}

.iq-tab .nav-item {
  width: 100%;
}

  .iq-tab .nav-item a {
    background: #ffffff;
    color: #464855;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 10px;
    margin-bottom: 8px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    border: inherit;
  }

.iq-tab .nav-pills .nav-link {
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-right: 2px;
}

  .iq-tab .nav-pills .nav-link.active, .iq-tab .nav-pills .show > .nav-link, .iq-tab .nav-pills .nav-link:hover {
    background: rgba(117,205,111,1);
    background: -moz-linear-gradient(left, rgba(117,205,111,1) 0%, rgba(70,200,148,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(117,205,111,1)), color-stop(100%, rgba(70,200,148,1)));
    background: -webkit-linear-gradient(left, rgba(117,205,111,1) 0%, rgba(70,200,148,1) 100%);
    background: -o-linear-gradient(left, rgba(117,205,111,1) 0%, rgba(70,200,148,1) 100%);
    background: -ms-linear-gradient(left, rgba(117,205,111,1) 0%, rgba(70,200,148,1) 100%);
    background: linear-gradient(to right, rgba(117,205,111,1) 0%, rgba(70,200,148,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75cd6f', endColorstr='#46c894', GradientType=1 );
    color: #ffffff;
    -webkit-box-shadow: 0px 6px 20px -5px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0px 6px 20px -5px rgba(0, 0, 0, 0.20);
    box-shadow: 0px 6px 20px -5px rgba(0, 0, 0, 0.20);
  }

.iq-tab.horizontal .nav-item {
  width: 16.66%;
  text-align: center;
}

  .iq-tab.horizontal .nav-item a {
    padding: 8px 10px;
    margin-bottom: 0;
    border-radius: 90px;
  }

/*---------------------------------------------------------------------
11 login and register form
-----------------------------------------------------------------------*/
.iq-login-regi {
  padding: 180px 0 80px 0;
  overflow: hidden;
}

  .iq-login-regi .iq-login {
    padding: 30px 30px;
    background-position: left center;
    background-attachment: fixed;
    background-repeat: repeat;
    border: 2px solid #59c1c0;
    border-radius: 10px;
  }

  .iq-login-regi h5 {
    font-weight: 600;
  }

    .iq-login-regi h5 i {
      font-family: FontAwesome;
      color: #46c894;
    }

  .iq-login-regi .iq-login span {
    font-size: 40px;
  }

  .iq-login-regi .iq-login label {
    color: #222222;
    font-weight: 600;
  }

  .iq-login-regi .iq-login form .form-control {
    border-radius: 10px;
    height: 52px;
    border: 2px solid #dedede;
    padding: 20px 20px;
  }

    .iq-login-regi .iq-login form .form-control:focus {
      border-color: inherit;
      outline: 0;
      box-shadow: inherit;
    }

  .iq-login-regi .iq-login form .button {
    margin: 30px 0;
    width: 100%;
  }

  .iq-login-regi .iq-login .link {
    color: #222222;
    font-weight: 600;
  }

  .iq-login-regi .iq-media li {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0 18px 8px 0;
  }

    .iq-login-regi .iq-media li a {
      display: block;
      width: 40px;
      height: 40px;
      line-height: 40px;
      font-size: 16px;
      text-align: center;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      color: #ffffff;
    }

    .iq-login-regi .iq-media li i {
      font-family: FontAwesome;
    }

    .iq-login-regi .iq-media li a.fb {
      background: #3d5f9a;
    }

    .iq-login-regi .iq-media li a:hover.fb {
      background: #547abb;
    }

    .iq-login-regi .iq-media li a.tw {
      background: #44c0f3;
    }

    .iq-login-regi .iq-media li a:hover.tw {
      background: #0faef0;
    }

    .iq-login-regi .iq-media li a.gplus {
      background: #dd4b39;
    }

    .iq-login-regi .iq-media li a:hover.gplus {
      background: #bd3221;
    }

    .iq-login-regi .iq-media li a.lkd {
      background: #0077B5;
    }

    .iq-login-regi .iq-media li a:hover.lkd {
      background: #008fda;
    }

  .iq-login-regi form .form-group {
    margin-bottom: 25px;
  }

  .iq-login-regi .link a:hover { /*text-decoration: underline !important;*/
  }

.error img {
  margin-top: 80px;
}

.iq-login-regi .iq-login form .email-bg {
  background-color: #ffff;
  border: 2px solid #dedede;
  border-radius: 90px;
}

  .iq-login-regi .iq-login form .email-bg:focus {
    border: 2px solid #59c1c0;
    color: #222
  }

/*---------------------------------------------------------------------
12 contact page
-----------------------------------------------------------------------*/
.iq-contactbox .contact-box {
  background: #ffffff;
}

  .iq-contactbox .contact-box input {
    outline: none !important;
    width: 100%;
    height: 52px;
    border: 2px solid #ced4da;
    border-radius: 30px;
    padding: 5px 20px;
  }

    .iq-contactbox .contact-box input:hover, .iq-contactbox .contact-box input:focus, .iq-contactbox .contact-box textarea:focus, .iq-contactbox .contact-box textarea:hover {
      border: 2px solid #46c894;
    }

.iq-contactbox .no-spec {
  padding: 0;
}

.iq-contactbox .contact-bg {
  border-radius: 10px;
  background: rgba(117,205,111,1);
  background: -moz-linear-gradient(left, rgba(117,205,111,1) 0%, rgba(70,200,148,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(117,205,111,1)), color-stop(100%, rgba(70,200,148,1)));
  background: -webkit-linear-gradient(left, rgba(117,205,111,1) 0%, rgba(70,200,148,1) 100%);
  background: -o-linear-gradient(left, rgba(117,205,111,1) 0%, rgba(70,200,148,1) 100%);
  background: -ms-linear-gradient(left, rgba(117,205,111,1) 0%, rgba(70,200,148,1) 100%);
  background: linear-gradient(to right, rgba(117,205,111,1) 0%, rgba(70,200,148,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75cd6f', endColorstr='#46c894', GradientType=1 );
  ;
  padding: 40px 40px;
}

.iq-contactbox iframe {
  height: 330px;
}

.iq-contactbox .contact-box textarea {
  border-radius: 10px;
  outline: none !important;
  width: 100%;
  border: 2px solid #ced4da;
  padding: 5px 20px;
  margin-top: 10px;
}

.iq-contactbox .contact-box .button {
  margin-top: 20px;
}

.contact-footer {
  padding: 60px 0 30px;
}

.iq-contactbox .iq-contact {
  position: relative;
  margin: 20px 0;
}

  .iq-contactbox .iq-contact li {
    list-style: none;
    padding: 0;
    margin: 0px 5px;
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 10px;
  }

  .iq-contactbox .iq-contact h5.small-title {
    margin-bottom: 10px;
    color: #ffffff;
  }

  .iq-contactbox .iq-contact p {
    display: table;
    color: #ffffff;
    margin-bottom: 0px;
    padding-left: 5px;
  }

  .iq-contactbox .iq-contact i {
    color: #ffffff;
    float: left;
    display: table-cell;
    width: 30px;
    line-height: 23px;
    font-size: 18px;
  }

.iq-contactbox form {
  border: none;
  padding: 30px 0;
}

.iq-contactbox h2 {
  color: #ffffff;
  font-weight: 600;
}

.iq-contactbox h3 {
  font-size: 36px;
}

.iq-contactbox p {
  font-weight: 600;
}


/*---------------------------------------------------------------------
13 Blog Detail
-----------------------------------------------------------------------*/
.blogdetailbox .iq-blogbox {
  margin: 0;
}

  .blogdetailbox .iq-blogbox .iq-blog-entry .iq-entry-tag span {
    padding: 10px 10px;
    color: #ffffff;
    margin-right: 8px;
    font-weight: 600;
    text-transform: capitalize;
  }

  .blogdetailbox .iq-blogbox .iq-entry-title h5 {
    margin: 0;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
  }

  .blogdetailbox .iq-blogbox .iq-entry-title {
    margin-top: 30px;
  }

  .blogdetailbox .iq-blogbox .iq-blog-entry .iq-entry-image {
    overflow: hidden;
  }

    .blogdetailbox .iq-blogbox .iq-blog-entry .iq-entry-image img {
      width: 100%;
    }

  .blogdetailbox .iq-blogbox .iq-blog-detail {
    margin-top: 0px;
  }

  .blogdetailbox .iq-blogbox .iq-detail-box .special-text {
    margin: 50px 0 30px 0;
    text-align: center;
    position: relative;
  }

    .blogdetailbox .iq-blogbox .iq-detail-box .special-text i {
      color: #46c894;
      font-size: 60px;
      position: absolute;
      left: 0;
      top: -25px;
      z-index: -1;
      font-family: FontAwesome;
      opacity: 0.2;
    }

    .blogdetailbox .iq-blogbox .iq-detail-box .special-text p {
      font-size: 21px;
      line-height: 34px;
      font-weight: 600;
      color: #222222;
    }

.blogdetailbox .iq-post-sidebar .iq-sidebar-widget .iq-widget-search .form-control:focus {
  border-color: #46c894;
}

/*comment form for reply*/
.iq-blogbox .blog-box ul li {
  list-style-type: none;
  font-size: 14px;
  color: #999999;
  display: inline;
  border-right: 1px solid #999999;
  padding-right: 15px;
}

  .iq-blogbox .blog-box ul li:last-child {
    border: none;
  }

  .iq-blogbox .blog-box ul li a {
    text-decoration: none;
    color: #6163cc;
  }

    .iq-blogbox .blog-box ul li a:hover {
      color: #46c894;
    }

.blogdetailbox .iq-blog-entry .date small {
  display: block;
  font-size: 16px;
}

.blogdetailbox .iq-blog-entry .date {
  padding-top: 16px;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  border-radius: 100px;
  width: 80px;
  height: 80px;
  font-size: 32px;
  font-weight: 600;
}

.blogdetailbox .iq-blog-entry .media-box li {
  list-style: none;
  padding: 0;
  margin: 10px 0px;
}

  .blogdetailbox .iq-blog-entry .media-box li a {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #46c894;
    background: #ffffff;
    border: 1px solid #e6e6e6;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }

    .blogdetailbox .iq-blog-entry .media-box li a:hover {
      background: #46c894;
      color: #ffffff;
    }


/*sidebar title*/
.blogdetailbox .iq-sidebar-widget h5 {
  position: relative;
  z-index: 9;
  font-size: 22px;
  font-weight: 700;
}

.blogdetailbox .iq-post-sidebar {
  height: 100%;
}

.blogdetailbox .iq-sidebar-widget {
  margin-bottom: 40px;
  padding: 20px 20px;
  border: 1px solid #ededed;
}

  .blogdetailbox .iq-sidebar-widget:last-child {
    margin-bottom: 0;
  }

  /*SideBar - Search*/
  .blogdetailbox .iq-sidebar-widget .iq-widget-search {
    position: relative;
    margin: 10px 0;
  }

    .blogdetailbox .iq-sidebar-widget .iq-widget-search input {
      padding-right: 40px;
      box-shadow: none;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      border-radius: 30px;
      color: #2c3e50;
      height: 50px;
      background: #ffffff;
      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;
    }

      .blogdetailbox .iq-sidebar-widget .iq-widget-search input:focus {
        background: #ffffff;
      }

    .blogdetailbox .iq-sidebar-widget .iq-widget-search i {
      position: absolute;
      right: 8px;
      cursor: pointer;
      padding: 15px 12px;
      font-size: 24px;
    }

      .blogdetailbox .iq-sidebar-widget .iq-widget-search i:hover {
        color: #46c894;
      }

  /*about-box*/
  .blogdetailbox .iq-sidebar-widget.about-box {
    border: 1px solid #efefef;
    padding: 0;
  }

    .blogdetailbox .iq-sidebar-widget.about-box .about-text {
      padding: 20px 25px;
    }

  /*Tags*/
  .blogdetailbox .iq-sidebar-widget ul {
    width: 100%;
    padding: 0;
    margin: 0;
  }

    .blogdetailbox .iq-sidebar-widget ul.iq-tag li a {
      display: inline-block;
      color: #222222;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      margin-right: 5px;
      font-weight: 600;
      text-decoration: none;
      font-size: 14px;
    }

      .blogdetailbox .iq-sidebar-widget ul.iq-tag li a:hover {
        color: #46c894;
      }

/*popular post*/
.blogdetailbox .iq-sidebar-widget {
  border: 1px solid #dddddd;
  padding: 20px 25px;
  border-radius: 10px;
}

  .blogdetailbox .iq-sidebar-widget .iq-post {
    margin-top: 10px;
  }

    .blogdetailbox .iq-sidebar-widget .iq-post li {
      display: inline-block;
      font-size: 14px;
      line-height: 20px;
    }

  .blogdetailbox .iq-sidebar-widget .post-img {
    display: table;
    float: left;
    margin-right: 10px;
  }

    .blogdetailbox .iq-sidebar-widget .post-img img {
      vertical-align: top;
      width: 40px;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
    }

  .blogdetailbox .iq-sidebar-widget .post-blog {
    display: table-cell;
  }

    .blogdetailbox .iq-sidebar-widget .post-blog a {
      font-weight: 600;
      color: #1d1e34;
      text-decoration: none;
    }

      .blogdetailbox .iq-sidebar-widget .post-blog a:hover {
        color: #46c894;
      }

  .blogdetailbox .iq-sidebar-widget .shop-price del {
    font-size: 13px;
  }

  .blogdetailbox .iq-sidebar-widget .shop-price strong {
    font-size: 16px;
  }

/* Comments Box */
.blogdetailbox .blog-commentbox h3 {
  position: relative;
  z-index: 9;
  font-size: 22px;
  font-weight: 700;
}

.blogdetailbox .blog-commentbox {
  border: 1px solid #ddd;
  padding: 15px;
  margin-top: 30px;
  border-radius: 10px;
}

  .blogdetailbox .blog-commentbox h6 {
    font-weight: 700;
    margin-bottom: 5px;
  }

  .blogdetailbox .blog-commentbox .iq-comment-metadata.white a {
    font-size: 14px;
  }

  .blogdetailbox .blog-commentbox .iq-comment-metadata a {
    color: #222222;
    font-size: 14px;
    text-decoration: none;
  }

    .blogdetailbox .blog-commentbox .iq-comment-metadata a:hover {
      color: #46c894;
    }

    .blogdetailbox .blog-commentbox .iq-comment-metadata a i {
      font-size: 20px;
      position: relative;
      top: 3px;
    }

  .blogdetailbox .blog-commentbox .iq-comment-metadata.white a:hover {
    color: #222222;
  }

.blogdetailbox .iq-comment-list li {
  margin-top: 0px;
  margin-bottom: 0;
  vertical-align: top;
  padding: 0;
  position: relative;
}

.blogdetailbox .iq-comment-list .iq-comments-media {
  padding: 15px 15px 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #eee;
  margin-bottom: 20px;
}

  .blogdetailbox .iq-comment-list .iq-comments-media img {
    width: 85px;
    border-radius: 50px;
  }

.blogdetailbox .iq-comment-list li:last-child .iq-comments-media {
  border-bottom: none;
  padding-bottom: 0;
}

.blogdetailbox .iq-comment-list ul {
  list-style-type: none;
}

.blogdetailbox .iq-comment-list .btn-black.green {
  margin: 0;
  right: 0;
  top: 15px;
  position: absolute;
  padding: 5px 15px;
  background: none;
  color: #46c894 !important;
  text-decoration: none;
}

  .blogdetailbox .iq-comment-list .btn-black.green:hover {
    color: #222222 !important;
  }

.blogdetailbox .info-block img {
  width: 150px;
  border-radius: 100px;
}

.blogdetailbox .info-block {
  margin: 0 0 30px 0;
  padding: 30px;
}

  .blogdetailbox .info-block .media-body h5 {
  }

  .blogdetailbox .info-block .media-body p {
    font-size: 14px;
  }

.blogdetailbox .iq-comment-list .iq-comments-media p {
  font-size: 14px;
}

.blogdetailbox .info-block .media-body a {
  text-decoration: none;
}

  .blogdetailbox .info-block .media-body a i {
    font-size: 20px;
    color: #46c894;
  }

.blogdetailbox .iq-comment-list .media-body {
  position: relative;
}


/*---------------------------------------------------------------------
14 Coming Soon 1
---------------------------------------------------------------------*/
.coming-height {
  height: 800px;
  vertical-align: middle;
}

.iq-coming .big-text {
  font-size: 60px;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 80px;
}

.iq-coming img {
  width: 140px;
}

.iq-coming form .form-control {
  background: rgba(255, 255, 255, 0.5);
  border: none;
}

.iq-coming form .form-control {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.2);
  border: none;
  height: 45px;
  padding: 0 15px 0 15px;
  outline: none !important;
  box-shadow: inherit;
  width: 280px;
  border-radius: 90px 0 0 90px;
}

.iq-coming form::-webkit-input-placeholder {
  color: #ffffff;
}

.iq-coming form:-ms-input-placeholder {
  color: #ffffff;
}

.iq-coming form::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}

.iq-coming form:-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}

.iq-coming form .button {
  box-shadow: inherit;
  border: none;
  background: #ffffff;
  padding: 0 15px;
  border-radius: 0 90px 90px 0;
  height: 45px;
  cursor: pointer;
  color: #46c894;
}

  .iq-coming form .button:hover {
    color: rgba(70, 200, 148, 0.6)
  }

.iq-coming .countdown-timer {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 20px;
  max-width: 300px;
  margin: 50px auto;
  border-bottom-left-radius: 15px;
}

  .iq-coming .countdown-timer h5 {
    font-size: 14px;
    letter-spacing: 0.5px;
    text-align: center;
    padding-top: 10px;
    text-shadow: none;
  }

  .iq-coming .countdown-timer .timer {
    padding: 10px;
    text-align: center;
    padding-top: 15px;
  }

    .iq-coming .countdown-timer .timer .timer-wrapper {
      display: inline-block;
      width: 200px;
      height: 50px;
    }

      .iq-coming .countdown-timer .timer .timer-wrapper .time {
        font-size: 80px;
        font-weight: bold;
        color: #33333;
        margin: 0 50px;
        float: left;
      }

      .iq-coming .countdown-timer .timer .timer-wrapper .text {
        font-size: 20px;
      }

.iq-coming #countdown {
  list-style: none;
  margin: 20px 0 30px 0;
  padding: 0;
  text-align: center;
  display: inline-block;
}

  .iq-coming #countdown li {
    display: inline-block;
    margin: 0 20px;
  }

    .iq-coming #countdown li span {
      font-size: 50px;
      font-weight: 800;
      line-height: 80px;
      color: #ffffff;
      position: relative;
    }

    .iq-coming #countdown li.seperator {
      font-size: 50px;
      line-height: 40px;
      vertical-align: top;
      margin: 16px 0px;
      color: #ffffff;
    }

    .iq-coming #countdown li h6 {
      color: #ffffff;
      font-size: 20px;
      padding-right: 30px;
    }

.iq-coming .particles-bg {
  position: relative;
  overflow: hidden;
}

  .iq-coming .particles-bg #canvas {
    position: absolute;
    display: block;
    color: rgba(255, 255, 255.0.9);
  }

.iq-coming #countdown li p {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #ffffff;
}

.iq-coming #countdown li span:after {
  position: absolute;
  right: -30px;
  top: 0;
  content: ":";
  font-size: 50px;
  color: #ffffff;
  line-height: 50px;
}

.iq-coming #countdown li:last-child span:after {
  content: none;
}


/*---------------------------------------------------------------------
Register Page
---------------------------------------------------------------------*/
.iq-registertbox .register-boxes input:hover, .iq-registertbox .register-boxes input:focus, .iq-registertbox .register-boxes textarea:focus, .iq-registertbox .register-boxes textarea:hover, .iq-registertbox .register-boxes .custom-select:hover, .iq-registertbox .register-boxes .custom-select:focus {
  border: 2px solid #59c1c0;
  box-shadow: none;
}

/*---------------------------------------------------------------------
Login Page
---------------------------------------------------------------------*/
.iq-loginbox .login-boxes input:hover, .iq-loginbox .login-boxes input:focus, .iq-loginbox .login-boxes textarea:focus, .iq-loginbox .login-boxes textarea:hover {
  border: 2px solid #59c1c0;
}

/*---------------------------------------------------------------------
Error 404

---------------------------------------------------------------------*/


/*---------------------------------------------------------------------
cookie
-----------------------------------------------------------------------*/
#cookie_div {
  background: #222222;
  color: #ffffff;
  position: fixed;
  bottom: 0;
  left: 25%;
  width: 50%;
  padding: 8px 20px;
  display: none;
  z-index: 999;
  -webkit-box-shadow: -1px -5px 21px 1px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: -1px -5px 21px 1px rgba(0, 0, 0, 0.12);
  box-shadow: -1px -5px 21px 1px rgba(0, 0, 0, 0.12);
  border-radius: 10px;
}

  #cookie_div .button {
    float: right;
    padding: 5px 20px;
    font-size: 12px;
    margin-top: 3px;
    line-height: 16px;
    font-weight: 800;
    border-radius: 10px;
    letter-spacing: 1px;
  }

.banner-text p {
  color: #000000;
}

.timer-text {
  font-size: 70px;
}

.text-small {
  font-size: 12px;
}

.text-small2 {
  font-size: 15px;
}

.iq-registertbox .custom-checkbox {
  line-height: 23px;
}

.iq-registertbox .custom-radio {
  line-height: 23px;
}

  .iq-registertbox .custom-radio label {
    font-size: 15px;
    font-weight: normal !important;
    color: #000000;
  }

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #348BBC;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #348BBC;
}

.iq-registertbox select {
  border-radius: 30px;
  padding: 13px 17px;
  height: 52px;
  border: 2px solid #dedede;
}

.iq-registertbox .btn-outline-dark {
  cursor: pointer;
  padding: 10px 40px;
  font-weight: 600;
  font-size: 16px;
  font-family: 'Josefin Sans', sans-serif;
  border-radius: 90px;
}

@media screen and (max-width: 767px) {
  .m-center ul li a {
    padding-left: 0px !important;
  }
}

@media screen and (min-width: 768px) {
  .visible-xs {
    display: none !important;
  }
}

.text-primary {
  color: #5FD1C6 !important;
}

a.text-primary:focus, a.text-primary:hover {
  color: #5FC3BA !important;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border: 1px solid #3389bc;
  position: relative;
  background: rgba(95, 195, 186,1);
  background: -moz-linear-gradient(left, rgba(95, 195, 186,1) 0%, rgba(52, 138, 188,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(95, 195, 186,1)), color-stop(100%, rgba(52, 138, 188,1)));
  background: -webkit-linear-gradient(left, rgba(95, 195, 186,1) 0%, rgba(52, 138, 188,1) 100%);
  background: -o-linear-gradient(left, rgba(95, 195, 186,1) 0%, rgba(52, 138, 188,1) 100%);
  background: -ms-linear-gradient(left, rgba(95, 195, 186,1) 0%, rgba(52, 138, 188,1) 100%);
  background: linear-gradient(to right, rgba(95, 195, 186,1) 0%, rgba(52, 138, 188,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fc3ba', endColorstr='#348abc', GradientType=1 );
  border-radius: 90px;
  font-family: 'Josefin Sans', sans-serif;
}

  .btn-primary:hover, .btn-primary:focus {
    background: #5fc3ba;
  }

.btn-light {
  color: #4AA7BB;
  background-color: #f8f9fa;
  border-color: #419BBB;
}

.btn-primary.focus, .btn-primary:focus {
  box-shadow: none;
}

.register-box .button {
  width: auto !important;
}

.iq-login-regi .iq-login form .button2 {
  margin: 30px 0;
}

.button2 {
  color: #3389bc;
  cursor: pointer;
  padding: 10px 40px;
  font-weight: 600;
  font-size: 16px;
  border: 2px solid #3389bc;
  position: relative;
  background: #FFFFFF;
  font-family: 'Josefin Sans', sans-serif;
  display: inline-block;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  border-radius: 90px;
  -webkit-box-shadow: 6px 4px 20px 1px rgba(70, 200, 148, 0.25);
  -moz-box-shadow: 6px 4px 20px 1px rgba(70, 200, 148, 0.25);
  box-shadow: 6px 4px 20px 1px rgba(70, 200, 148, 0.25);
}

  .button2:hover, .button2:focus {
    color: #FFFFFF;
    background: #348ABC;
  }

@media screen and (min-width: 993px) {
  .ipad_img {
    margin-bottom: -220px;
    position: relative;
  }
}

@media screen and (max-width: 400px) {
  .register-box .button {
    width: 100% !important;
  }

  .register-box .button2 {
    width: 100% !important;
  }

  .iq-login-regi .iq-login form .button {
    margin: 10px 0;
  }

  .iq-login-regi .iq-login form .button2 {
    margin: 10px 0;
  }

  .text-xs-center {
    text-align: center;
  }

  .side_img {
    top: 0px !important;
  }

  .banner2 {
    padding: 135px 32px 85px 32px !important;
  }

  .text-m {
    font-size: 43px !important;
  }

  .box1 {
    padding-right: 0px !important;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .box2 {
    padding-left: 0px !important;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .boxes {
    top: 20px !important;
  }
}

@media screen and (max-width: 500px) {
  .home_banner {
    padding: 93px 12px 39px 12px !important;
  }
}

@media screen and (min-width: 500px) {
  .pad_lr {
    padding-left: 90px;
    padding-right: 90px;
  }
}

@media screen and (min-width: 400px) {
  .shadow_right {
    box-shadow: 26px 0px 19px -20px #dee2e6;
  }

  .m_center {
    text-align: center !important;
  }

  #contact {
    padding-top: 93px !important;
    padding-bottom: 93px !important;
  }

  .pt-6 {
    padding-top: 60px;
  }

  .pb-6 {
    padding-bottom: 60px;
  }
}

@media screen and (min-width: 991px) {
  .home_header_bg {
    background: url('../images/svg/home_hero_bg.svg');
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
  }

  .home_header_bg2 {
    background: url('../images/employees_banner_br.svg');
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
  }
}

.btn_gradient {
  background: linear-gradient(225deg, #3DB4FF 0%, #5FD1C6 100%);
  border: 0px;
  box-shadow: unset;
  border-radius: 8px;
}

.lh-1 {
  line-height: 50px;
}

.text_green {
  color: #00BDB2;
}

.banner-text h1 {
  font-size: 61px;
  font-weight: bold;
  line-height: 76px;
}

.secondary_text {
  font-size: 21px;
  color: #000000;
  font-weight: 200;
  line-height: 36px;
}

.secondary_text2 {
  font-size: 16px;
  color: #1F3048;
  font-weight: 300;
  line-height: 31px;
}

.secondary_text3 {
  font-size: 13px;
  color: #000000;
  font-weight: 300;
  line-height: 31px;
}

.bg_light_green {
  background: #D3F6F3;
}

.text_dark_gray {
  color: #243955;
}

.text_black {
  color: #000000 !important;
}

.text_purple {
  color: #7A5FFF;
}

.bg_gray {
  background: #1F3048;
}

footer::before {
  content: '';
  position: absolute;
  background: url('../images/pattern_green.png');
  background-repeat: repeat;
  width: 70%;
  height: 70%;
  background-repeat: no-repeat;
  left: -70px;
  bottom: 9%;
  opacity: 0.3;
  -webkit-animation: bounce 2s infinite alternate;
}

.side_img {
  position: relative;
  right: -152px;
  display: block;
  clear: both;
  top: 115px;
}

.overflow_hidden {
  overflow: hidden;
}

.bg_light_blue {
  background: #D8F0FF;
}

.bg_light_blue2 {
  background: #EFF8FF;
}

.pt-11 {
  padding-top: 11%;
}

.nav_text_white .nav-link {
  color: #FFFFFF !important;
}

.banner2 {
  padding: 194px 90px 148px 90px;
  background-image: url('../images/dots-bottom.png');
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 9%;
  background-repeat: repeat-x;
}

.bg_pink {
  background-color: #CABFFF;
}

.text-grey2 {
  color: #9facb7
}

.text_grey2 {
  color: #1F3048;
}

.text-purple {
  color: #7A5FFF;
}

.lh-2 {
  line-height: 38px;
}

.contact-form input {
  background-color: #F0FBFA;
  border: 1px solid #e1efee;
  padding: 25px 20px 25px 20px;
}

.contact-form textarea {
  background-color: #F0FBFA;
  border: 1px solid #e1efee;
  padding: 25px 20px 25px 20px;
}

.contact-form ::placeholder {
  color: #62CDC3;
}

.box1 {
  background-color: #00BDB2;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 47px 13px 47px 13px;
}

.box2 {
  background-color: #FFFFFF;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 47px 13px 47px 13px;
}

.boxes {
  position: relative;
  top: 222px;
}

.img_circle {
  border-radius: 50px;
  padding: 25px;
  background-color: #FFFFFF;
  box-shadow: 0px 10px 16px 2px #dbf0fc;
  width: 91px;
  height: 88px;
}

.lh-2 {
  line-height: 35px;
}

.dots_right::before {
  content: '';
  position: absolute;
  background: url('../images/green_dots2.svg');
  width: 84%;
  height: 70%;
  background-repeat: no-repeat;
  right: 2%;
  background-position-x: 100%;
  top: 57%;
  -webkit-animation: bounce 2s infinite alternate;
}

.dots_left::before {
  content: '';
  position: absolute;
  background: url('../images/green_dots2.svg');
  width: 70%;
  height: 70%;
  background-repeat: no-repeat;
  left: 2%;
  top: -15%;
  -webkit-animation: bounce 2s infinite alternate;
}

.home_banner {
  padding: 94px 90px 65px 90px;
  padding-bottom: 65px;
  position: relative;
  overflow: hidden;
}

.footer_links a {
  padding-left: 17px;
  padding-right: 17px;
  color: #FFFFFF;
}

.footer_links2 a {
  padding-left: 17px;
  padding-right: 17px;
  font-size: 12px;
  color: #FFFFFF;
}

.footer_hr {
  max-width: 25%;
  display: block;
  margin: 0 auto;
  margin-top: 26px;
  border-color: #FFF;
  opacity: 0.2;
}

header .nav-item .btn_gradient {
  font-weight: 500;
}

.coins_image {
  background-image: url('../images/pricing_hero.png');
  background-repeat: no-repeat;
  background-position: 50% 78%;
  height: 1104px;
  width: 100%;
  position: absolute;
  z-index: 1;
}

.bg_gray2 {
  background-color: #243955;
}

@media screen and (max-width: 480px) {
  br {
    display: none;
  }

  .padding_top20 {
    padding-top: 0px !important;
  }
}

.padding_top20 {
  padding-top: 220px;
}

.box3 {
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 47px 13px 47px 13px;
}

.lh-0 {
  line-height: 24px;
}

.hr_line {
  max-width: 60%;
  display: block;
  margin: 0 auto;
  margin-top: 26px;
  border-color: #999;
  opacity: 0.2;
}

.dropdown-menu {
  min-width: 100%;
  text-align: center;
}

.dropdown-item:active, .dropdown-item:hover {
  color: #00BDB2;
}

.nav-link {
  border: 0px;
}

  .nav-link:hover {
    cursor: pointer;
  }

@media screen and (max-width: 991px) {
  .navbar-nav {
    text-align: center !important;
  }

  .nav_signin_btn {
    width: 44%;
    margin: 0 auto;
  }

  header .navbar-light .navbar-nav .nav-link, header .navbar-light .navbar-nav .nav-link:focus {
    margin: 0 auto !important;
  }

  .navbar-collapse {
    padding-bottom: 13px;
  }
}

/* Slider */

.slick-slide {
  margin: 0px 20px;
}

  .slick-slide img {
    width: 100%;
    border: 1px solid #CCC;
  }

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

  .slick-list:focus {
    outline: none;
  }

  .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
  }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

  .slick-track:before,
  .slick-track:after {
    display: table;
    content: '';
  }

  .slick-track:after {
    clear: both;
  }

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}
/* Slider Css Ends */

.schedule_btn {
  border-radius: 8px !important;
  padding: 10px 40px !important;
  color: #00BDB2 !important;
  border: 1px solid #00BDB2 !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  background: #FFF !important;
}

.custom_list_icon {
  list-style: none;
  margin-left: 28px;
}

  .custom_list_icon li {
    list-style-image: url("../images/bullet_icon.png");
    font-size: 20px !important;
    line-height: 46px;
  }

@media (min-width: 768px) {
  .dots_right2::before {
    content: '';
    position: absolute;
    background: url('../images/green_dots2.svg');
    width: 84%;
    height: 70%;
    background-repeat: no-repeat;
    right: -3%;
    background-position-x: 100%;
    bottom: -31%;
  }

  .dots_right3::before {
    content: '';
    position: absolute;
    background: url('../images/green_dots2.svg');
    width: 84%;
    height: 70%;
    background-repeat: no-repeat;
    right: 1%;
    background-position-x: 100%;
    top: 2%;
  }

  .dots_left2::before {
    content: '';
    position: absolute;
    background: url('../images/green_dots2.svg');
    width: 70%;
    height: 70%;
    background-repeat: no-repeat;
    left: 1%;
    top: 5%;
  }
}

@media (max-width: 768px) {
  .m-padding {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 993px) {
  .accountants_image {
    width: 700px !important;
  }
}

@media screen and (max-width: 993px) {
  .accountants_image {
    width: 100% !important;
  }
}

.modal-full {
  min-width: 100%;
  margin: 0px;
}

  .modal-full .modal-content {
    min-height: 100vh;
    border-radius: 0px;
    background-color: rgba(31, 48, 72, 0.8);
  }

  .modal-full .modal-header {
    border-bottom: 0px;
  }

  .modal-full .contact-form input {
    background-color: #697281;
    border: 0.3px solid #F7F7F7 !important;
    padding: 25px 20px 25px 20px;
    opacity: 0.7;
    border-radius: 8px;
  }

  .modal-full .contact-form textarea {
    background-color: #697281;
    border: 0.3px solid #F7F7F7;
    padding: 25px 20px 25px 20px;
    opacity: 0.7;
    border-radius: 8px;
  }

  .modal-full .form-control {
    color: #FFFFFF;
  }

  .modal-full textarea {
    color: #FFFFFF;
  }

  .modal-full .contact-form ::placeholder {
    color: #FFFFFF;
  }
