/* =================================
 css index
 =================================
 *. typography
 *. section title
 *. preloader
 *. normalize
 1. header
 2. banner
 3. info-feature
 4. litehyip features
 5. we thinking global
 6. inventors
 7. testimonial
 8. newsletter
 9. page title
 10. footer
 11. about
 12. investmenut-plan
 13. faq
 14. contact */
/*==========================================
    typography
===========================================*/
@import url("../../../../../../fonts.googleapis.com/css_8adeb479.css");
/*==========================================
    section title
==========================================*/
.section-title {
  margin-bottom: 57px; }
  .section-title.remove-space {
    margin-bottom: 36px; }
  .section-title h2 {
    font-size: 40px;
    font-weight: 600;
    text-transform: capitalize;
    color: #242424;
    font-family: "Poppins", sans-serif;
    line-height: 100%;
    margin-bottom: 18px;
    margin-top: -2px; }
    .section-title h2.add-space {
      margin-bottom: 29px; }
  .section-title p {
    font-size: 16px;
    margin-top: 12px; }

.c-white {
  color: #fff; }

@media only screen and (max-width: 991px) {
  .row.reorder-xs {
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -webkit-transform: rotate(180deg);
    /* Chrome, Safari, Opera */
    transform: rotate(180deg);
    direction: rtl; }
  .row.reorder-xs > [class*="col-"] {
    -ms-transform: rotate(-180deg);
    /* IE 9 */
    -webkit-transform: rotate(-180deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-180deg);
    direction: ltr; } }

/*==========================================
  back-to-top
==========================================*/
.back-to-top button {
  width: 70px;
  height: 70px;
  border: none;
  font-size: 20px;
  position: fixed;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, #e80016), color-stop(70%, #fb8200));
  background: -webkit-linear-gradient(left, #e80016 30%, #fb8200 70%);
  background: -o-linear-gradient(left, #e80016 30%, #fb8200 70%);
  background: linear-gradient(to right, #e80016 30%, #fb8200 70%);
  cursor: pointer;
  right: 60px;
  bottom: 60px;
  z-index: 77;
  color: #fff;
  outline: none;
  display: none; }

/*==========================================
    Preloader
==========================================*/
.sec {
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, right top, from(#052157), to(#04091d));
  background-image: -webkit-linear-gradient(left, #052157 0%, #04091d 100%);
  background-image: -o-linear-gradient(left, #052157 0%, #04091d 100%);
  background-image: linear-gradient(90deg, #052157 0%, #04091d 100%);
  width: 100%;
  position: fixed;
  z-index: 999; }

.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.circle {
  height: 10px;
  width: 10px;
  background: -webkit-gradient(linear, left top, right top, from(#0072ff), to(#00c6ff));
  background: -webkit-linear-gradient(left, #0072ff, #00c6ff);
  background: -o-linear-gradient(left, #0072ff, #00c6ff);
  background: linear-gradient(to right, #0072ff, #00c6ff);
  border-radius: 50%;
  margin: 15px;
  display: inline-block; }

.item0 {
  -webkit-animation: 1s pulse0 infinite;
  animation: 1s pulse0 infinite; }

.item1 {
  -webkit-animation: 1s pulse1 infinite;
  animation: 1s pulse1 infinite; }

.item2 {
  -webkit-animation: 1s pulse2 infinite;
  animation: 1s pulse2 infinite; }

@-webkit-keyframes pulse0 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(2);
    transform: scale(2); }
  43.3% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  76.6% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes pulse0 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(2);
    transform: scale(2); }
  43.3% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  76.6% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes pulse1 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  43.3% {
    -webkit-transform: scale(2);
    transform: scale(2); }
  76.6% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes pulse1 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  43.3% {
    -webkit-transform: scale(2);
    transform: scale(2); }
  76.6% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes pulse2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  43.3% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  76.6% {
    -webkit-transform: scale(2);
    transform: scale(2); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes pulse2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  43.3% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  76.6% {
    -webkit-transform: scale(2);
    transform: scale(2); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

/*==========================================
    scroll to top button
==========================================*/
.scroll-to-top {
  position: fixed;
  right: 50px;
  bottom: 80px;
  display: inline-block;
  z-index: 9;
  width: 40px;
  height: 40px;
  background: #052157;
  border: 2px solid #fff;
  text-align: center; }

.scroll-to-top a {
  text-decoration: none;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  cursor: pointer;
  font-size: 24px;
  color: #fff;
  padding: 2px 0 0px 0;
  display: inline-block; }

.scroll-to-top a i {
  color: #fff; }

/*==========================================
    normalize
==========================================*/
html {
  font-family: "Poppins", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden; }

body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  margin: 0;
  color: #242424;
  overflow-x: hidden; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif; }

h1, h2, h3, h4, h5, h6, a {
  line-height: 1.3; }

p {
  line-height: 1.6;
  font-weight: 400;
  font-family: "Poppins", sans-serif; }

a {
  color: #242424;
  text-decoration: none; }

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none; }

a i {
  padding: 0 2px; }

img {
  max-width: 100%; }

/*input and button type focus outline disable*/
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
select:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ddd; }

/**
 * 5.0 - Alignments
 */
.alignleft {
  float: left; }

.alignright {
  float: right; }

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.75em; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

/*=====================================
    header
=====================================*/
.header .header-top {
  background: #252b33;
  padding: 13px 0; }
  .header .header-top .support-bar ul li, .header .header-top .register-bar ul li {
    display: inline-block;
    margin-right: 15px;
    color: #fff;
    font-weight: 300;
    font-size: 15px; }
    .header .header-top .support-bar ul li span, .header .header-top .register-bar ul li span {
      display: inline-block;
      margin-right: 3px; }
    .header .header-top .support-bar ul li a, .header .header-top .register-bar ul li a {
      color: #fff; }
  .header .header-top .register-bar {
    float: right; }
    .header .header-top .register-bar ul li:last-child {
      margin-right: 0; }

.header .header-middle .awesome-support {
  float: right; }
  .header .header-middle .awesome-support .single-support {
    margin-right: 40px;
    display: inline-block;
    padding: 17px 0 10px; }
    .header .header-middle .awesome-support .single-support:last-child {
      margin-right: 0; }
    .header .header-middle .awesome-support .single-support .part-icon {
      height: 40px;
      float: left;
      margin-right: 15px; }
      .header .header-middle .awesome-support .single-support .part-icon img {
        width: auto;
        height: 100%; }
    .header .header-middle .awesome-support .single-support .part-text {
      display: table-cell; }
      .header .header-middle .awesome-support .single-support .part-text h4 {
        color: #242424;
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 2px; }
      .header .header-middle .awesome-support .single-support .part-text span {
        font-size: 15px; }

.header .header-bottom {
  background: #0389cf; }
  .header .header-bottom .mainmenu .navbar {
    padding: 0; }
    .header .header-bottom .mainmenu .navbar .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
      display: block;
      z-index: 1000;
      opacity: 1;
      margin-top: 1px; }
    .header .header-bottom .mainmenu .navbar .navbar-nav .nav-item.dropdown .dropdown-toggle:after {
      border: none;
      content: '\f107';
      font-weight: 900;
      font-family: "Font Awesome 5 Free";
      width: auto;
      margin-left: 5px;
      vertical-align: top; }
    .header .header-bottom .mainmenu .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
      margin: 0;
      padding: 0;
      background-clip: inherit;
      border-radius: 0;
      border: none;
      display: block;
      z-index: -1;
      opacity: 0;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in;
      margin-top: 20px; }
      .header .header-bottom .mainmenu .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
        padding: 15px 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        color: #fff;
        background: #034db1;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
        .header .header-bottom .mainmenu .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
          color: #034db1;
          background: #fff; }
        .header .header-bottom .mainmenu .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:last-child {
          border-bottom: none; }
    .header .header-bottom .mainmenu .navbar .navbar-nav .nav-item:first-child .nav-link {
      padding-left: 0; }
    .header .header-bottom .mainmenu .navbar .navbar-nav .nav-item .nav-link {
      color: #fff;
      padding: 20px 20px; }
  .header .header-bottom .switchboard {
    text-align: right;
    width: 100%; }
    .header .header-bottom .switchboard ul li {
      display: inline-block; }
      .header .header-bottom .switchboard ul li:last-child a {
        padding-right: 0;
        border-right: none; }
      .header .header-bottom .switchboard ul li a {
        display: inline-block;
        padding: 0 10px;
        border-right: 1px solid #fff; }
        .header .header-bottom .switchboard ul li a img {
          width: 25px; }
  .header .header-bottom .search-bar-2 {
    position: absolute;
    width: 100%;
    z-index: 55;
    background: #034db1;
    top: 100%;
    height: 100px; }
    .header .header-bottom .search-bar-2 form {
      position: relative;
      position: relative;
      padding: 20px 50px; }
      .header .header-bottom .search-bar-2 form input {
        height: 60px;
        padding: 30px 30px;
        border: none;
        border-radius: 4px;
        width: 100%; }
      .header .header-bottom .search-bar-2 form button {
        width: 60px;
        height: 60px;
        border: 1px solid #fff;
        border-radius: 4px;
        padding: 12px;
        position: absolute;
        top: 20px;
        z-index: 222;
        background: #034db1;
        right: 50px; }
  .header .header-bottom .part-cart {
    width: 100%;
    position: absolute;
    top: 80px;
    z-index: 55;
    background: #fff;
    padding: 10px 10px 20px;
    border-radius: 2px;
    display: none; }
    .header .header-bottom .part-cart.hover-active {
      display: block;
      top: 60px; }
    .header .header-bottom .part-cart ul li .single-cart {
      padding: 20px;
      padding: 10px;
      border: 1px solid rgba(3, 77, 177, 0.1);
      border-bottom: none;
      display: flow-root; }
      .header .header-bottom .part-cart ul li .single-cart .part-img {
        display: inline-block;
        float: left;
        margin-right: 15px; }
        .header .header-bottom .part-cart ul li .single-cart .part-img img {
          width: 80px; }
      .header .header-bottom .part-cart ul li .single-cart .part-text {
        display: table; }
        .header .header-bottom .part-cart ul li .single-cart .part-text .title {
          display: block;
          font-weight: 600;
          margin-bottom: 7px;
          margin-top: -3px; }
        .header .header-bottom .part-cart ul li .single-cart .part-text button {
          background: transparent;
          border: none;
          border-radius: 3px;
          color: #034db1;
          width: 100px;
          height: 30px;
          cursor: pointer;
          border: 1px solid #034db1;
          -webkit-transition: all 0.3s ease-in;
          -moz-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in; }
          .header .header-bottom .part-cart ul li .single-cart .part-text button:hover {
            background: #034db1;
            color: #fff; }
    .header .header-bottom .part-cart ul li:last-child .single-cart {
      border-bottom: 1px solid rgba(3, 77, 177, 0.1); }
    .header .header-bottom .part-cart .checkout {
      text-align: center; }
      .header .header-bottom .part-cart .checkout a {
        display: inline-block;
        background: #034db1;
        height: 40px;
        width: 150px;
        color: #fff;
        line-height: 40px;
        margin-top: 20px;
        border-radius: 3px;
        border: 1px solid #034db1; }
        .header .header-bottom .part-cart .checkout a:hover {
          background: transparent;
          color: #034db1; }

/*=====================================
    banner
=====================================*/
.banner {
  
  background-size: cover;
  position: relative;
  z-index: 2; }
  .banner:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #393939;
    opacity: .8;
    z-index: -1; }
  .banner.homepage-2 {
    background: url(../img/banner-2.jpg) center bottom no-repeat; }
    .banner.homepage-2:after {
      display: none; }
    .banner.homepage-2 .banner-content {
      padding: 260px 0; }
      .banner.homepage-2 .banner-content .part-text {
        padding: 0;
        background: transparent; }
  .banner .banner-content {
    padding: 220px 0; }
    .banner .banner-content .part-text {
      background: #017cbd;
      padding: 50px 50px; }
      .banner .banner-content .part-text h1 {
        color: #fff;
        font-weight: 600;
        margin-bottom: 21px;
        font-size: 40px;
        margin-top: -15px; }
        .banner .banner-content .part-text h1 span {
          font-weight: 300;
          font-size: 34px; }
      .banner .banner-content .part-text p {
        color: #fff;
        font-size: 16px;
        margin-bottom: 19px; }
      .banner .banner-content .part-text ul li {
        color: #fff;
        font-size: 16px;
        padding: 2px 0; }
        .banner .banner-content .part-text ul li span {
          font-size: 14px; }
      .banner .banner-content .part-text a {
        display: inline-block;
        width: 160px;
        height: 50px;
        background: #fff;
        text-align: center;
        line-height: 50px;
        color: #242424;
        font-weight: 500;
        margin-top: 37px;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
        .banner .banner-content .part-text a:hover {
          background: #242424;
          color: #fff; }
  .banner .part-img img {
    width: 500px;
    max-width: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .banner .fly-adv {
    width: 200px;
    height: 200px;
    background: #017cbd;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: 220px;
    top: 110px;
    z-index: 2; }
    .banner .fly-adv .adv-content {
      text-align: center; }
      .banner .fly-adv .adv-content span {
        font-size: 18px; }
      .banner .fly-adv .adv-content h3 {
        margin-bottom: 0;
        font-size: 28px;
        font-weight: 600;
        margin-top: 2px; }

/*=====================================
    domain search
=====================================*/
.domain {
  padding: 60px 0 55px;
  background: #034db1; }
  .domain .search-bar .search-form {
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50px;
    overflow: hidden; }
    .domain .search-bar .search-form input {
      height: 60px;
      width: 100%;
      border: none;
      background: transparent;
      padding: 30px;
      color: #fff; }
      .domain .search-bar .search-form input::-webkit-input-placeholder {
        color: #fff;
        opacity: .8; }
      .domain .search-bar .search-form input:-ms-input-placeholder {
        color: #fff;
        opacity: .8; }
      .domain .search-bar .search-form input::-ms-input-placeholder {
        color: #fff;
        opacity: .8; }
      .domain .search-bar .search-form input::placeholder {
        color: #fff;
        opacity: .8; }
    .domain .search-bar .search-form select {
      height: 60px;
      width: 100%;
      border: none;
      background: transparent;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      padding: 0px 0px 0 15px;
      color: #fff; }
      .domain .search-bar .search-form select option {
        background: #034db1; }
    .domain .search-bar .search-form .icon {
      position: absolute;
      top: 50%;
      color: #fff;
      font-size: 15px;
      z-index: 666;
      right: 11px;
      line-height: 0;
      margin-top: -7px; }
    .domain .search-bar .search-form button {
      height: 60px;
      width: 100%;
      border: none;
      border-radius: 50px 0 0 50px;
      background: #fff;
      text-transform: uppercase;
      font-weight: 600;
      outline: none;
      color: #034db1;
      position: relative;
      right: -1px;
      cursor: pointer; }
  .domain .available-domain {
    margin-top: 24px; }
    .domain .available-domain .domain-list {
      text-align: center; }
      .domain .available-domain .domain-list li {
        display: inline-block;
        margin: 0 40px;
        position: relative; }
        .domain .available-domain .domain-list li div {
          color: #fff !important;
          font-size: 24px !important; }
          .domain .available-domain .domain-list li div span {
            color: #fff !important;
            font-size: 24px !important;
            margin-right: 2px !important; }
        .domain .available-domain .domain-list li:first-child {
          margin-left: 0; }
        .domain .available-domain .domain-list li:last-child {
          margin-right: 0; }
          .domain .available-domain .domain-list li:last-child:after {
            display: none; }
        .domain .available-domain .domain-list li:after {
          position: absolute;
          right: -42px;
          bottom: 5px;
          width: 2px;
          height: 30px;
          background-color: #c8c8c8;
          content: ''; }
        .domain .available-domain .domain-list li .price {
          font-size: 24px;
          line-height: 34px;
          color: #fff;
          font-weight: 600;
          padding-left: 10px; }
        .domain .available-domain .domain-list li .dot {
          font-size: 36px;
          line-height: 46px;
          color: #ff8026;
          font-weight: 700; }
        .domain .available-domain .domain-list li .com {
          font-size: 36px;
          line-height: 46px;
          color: #04c1ff;
          font-weight: 700; }
        .domain .available-domain .domain-list li .co {
          font-size: 36px;
          line-height: 46px;
          color: #f30df6;
          font-weight: 700; }
        .domain .available-domain .domain-list li .net {
          font-size: 36px;
          line-height: 46px;
          color: #f33401;
          font-weight: 700; }
          .domain .available-domain .domain-list li .net .dot {
            color: #4adb03; }
        .domain .available-domain .domain-list li .info {
          font-size: 36px;
          line-height: 46px;
          color: #04c1ff;
          font-weight: 700; }
          .domain .available-domain .domain-list li .info .dot {
            color: #f6d20d; }
        .domain .available-domain .domain-list li .store {
          font-size: 36px;
          line-height: 46px;
          color: #ffb505;
          font-weight: 700; }
          .domain .available-domain .domain-list li .store .dot {
            color: #f30df6; }

/*=====================================
    service
=====================================*/
.service {
  padding: 120px 0 80px; }
  .service .single-service {
    text-align: center;
    margin-bottom: 40px; }
    .service .single-service .part-icon {
      height: 60px;
      margin-bottom: 15px; }
      .service .single-service .part-icon img {
        height: 100%; }
    .service .single-service .part-text h3 {
      font-size: 24px;
      color: #242424;
      font-weight: 600;
      margin-bottom: 13px; }
    .service .single-service .part-text p {
      margin-bottom: -3px;
      font-size: 15px; }

/*=====================================
    counter
=====================================*/
.counter {
  background: #0c1319;
  background: url(../img/counter.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 2;
  padding: 60px 0 57px; }
  .counter:after {
    background: #0c1319;
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: .96; }
  .counter .single-count {
    text-align: center; }
    .counter .single-count .part-icon {
      height: 50px;
      margin-bottom: 25px; }
      .counter .single-count .part-icon img {
        height: 100%; }
    .counter .single-count .part-text h3 {
      font-size: 24px;
      color: #fff;
      font-weight: 500; }
    .counter .single-count .part-text span {
      font-size: 18px;
      color: #fff;
      font-weight: 400;
      opacity: .8; }

/*=====================================
    limelight feature 1
=====================================*/
.limelight-feature-1 {
  padding: 120px 0; }
  .limelight-feature-1 .part-img img {
    width: 100%; }
  .limelight-feature-1 .part-text {
    padding-left: 30px; }
    .limelight-feature-1 .part-text h3 {
      font-size: 36px;
      color: #242424;
      font-weight: 600;
      margin-bottom: 13px;
      margin-top: -7px; }
    .limelight-feature-1 .part-text p {
      color: #242424; }
    .limelight-feature-1 .part-text a {
      display: inline-block;
      width: 170px;
      height: 50px;
      line-height: 50px;
      text-transform: capitalize;
      font-size: 16px;
      color: #fff;
      font-weight: 500;
      border-radius: 50px;
      background: #034db1;
      text-align: center;
      margin-top: 21px; }

/*=====================================
    video
=====================================*/
.video {
  padding: 120px 0;
  position: relative;
  background: url(../img/video.jpg) center center no-repeat;
  background-size: cover;
  z-index: 2; }
  .video:after {
    background: #000;
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: .78; }
  .video .section-title h2 {
    color: #fff; }
  .video .section-title p {
    color: #fff;
    opacity: .8; }

.video .play-video {
  display: inline-block;
  position: relative;
  z-index: 2;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.video .play-video:after {
  position: absolute;
  content: '';
  width: 80px;
  height: 80px;
  left: 50%;
  top: 50%;
  right: 0;
  bottom: 0;
  background: #034db1;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
  z-index: -1; }

.video .play-video a {
  font-size: 26px;
  display: table-cell;
  line-height: 0;
  padding: 0 0 0 5px;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  background: #034db1;
  color: #fff;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -o-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -o-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0; } }

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -o-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -o-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0; } }

/*=====================================
    limelight feature 2
=====================================*/
.limelight-feature-2 {
  padding: 120px 0; }
  .limelight-feature-2 .part-text {
    padding-right: 30px; }
    .limelight-feature-2 .part-text h3 {
      font-size: 36px;
      color: #242424;
      font-weight: 600;
      margin-bottom: 23px;
      margin-top: -7px; }
    .limelight-feature-2 .part-text p {
      color: #242424;
      margin-bottom: 27px; }
    .limelight-feature-2 .part-text ul {
      background: #f5f8fc;
      padding: 22px 0px 24px 46px; }
      .limelight-feature-2 .part-text ul li {
        padding: 3px 0;
        position: relative;
        color: #242424; }
        .limelight-feature-2 .part-text ul li:after {
          position: absolute;
          content: '';
          left: -26px;
          top: 50%;
          height: 16px;
          width: 16px;
          margin-top: -8px;
          border: 2px solid #034db1;
          border-radius: 50%; }
    .limelight-feature-2 .part-text a {
      display: inline-block;
      width: 170px;
      height: 50px;
      line-height: 50px;
      text-transform: capitalize;
      font-size: 16px;
      color: #fff;
      font-weight: 500;
      border-radius: 50px;
      background: #034db1;
      text-align: center;
      margin-top: 41px; }

/*=====================================
    testimonial
=====================================*/
.testimonial {
  padding: 120px 0;
  background: url(../img/banner.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 2; }
  .testimonial:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: #000;
    opacity: .88;
    z-index: -1; }
  .testimonial .testimonial-slider .single-testimonial .part-img {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100px;
    height: 100px;
    margin-bottom: 42px; }
    .testimonial .testimonial-slider .single-testimonial .part-img img {
      border-radius: 50%; }
  .testimonial .testimonial-slider .single-testimonial .part-text {
    text-align: center;
    color: #fff; }
    .testimonial .testimonial-slider .single-testimonial .part-text p {
      font-size: 18px;
      line-height: 32px;
      margin-bottom: 26px; }
    .testimonial .testimonial-slider .single-testimonial .part-text span {
      display: block; }
      .testimonial .testimonial-slider .single-testimonial .part-text span.name {
        font-size: 24px;
        font-weight: 500;
        text-transform: uppercase;
        margin-bottom: 5px; }
      .testimonial .testimonial-slider .single-testimonial .part-text span.oq {
        font-size: 16px; }
  .testimonial .testimonial-slider .owl-controls .owl-nav {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    width: 100%; }
    .testimonial .testimonial-slider .owl-controls .owl-nav .owl-prev, .testimonial .testimonial-slider .owl-controls .owl-nav .owl-next {
      width: 60px;
      height: 60px;
      color: #fff;
      border-radius: 50%;
      border: 1px solid #fff;
      line-height: 60px;
      text-align: center;
      display: inline-block; }
    .testimonial .testimonial-slider .owl-controls .owl-nav .owl-next {
      position: absolute;
      right: 0;
      top: 0; }

/*=====================================
    price
=====================================*/
.price {
  padding: 120px 0; }
  .price .single-price {
    text-align: center;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    .price .single-price:hover {
      -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.6);
      box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.6); }
    .price .single-price .part-price {
      padding: 35px 0 33px; }
      .price .single-price .part-price span {
        display: block; }
        .price .single-price .part-price span.start-text {
          font-size: 16px;
          color: #242424; }
        .price .single-price .part-price span.price-text {
          font-size: 36px;
          color: #034db1;
          font-weight: 600; }
        .price .single-price .part-price span.duration-text {
          font-size: 18px;
          font-weight: 500;
          margin-top: -5px; }
    .price .single-price .part-category h3 {
      font-size: 18px;
      color: #fff;
      font-weight: 500;
      background: #034db1;
      margin: 0;
      padding: 11px 0 16px; }
    .price .single-price .part-feature {
      text-align: left;
      padding: 29px 60px 27px; }
      .price .single-price .part-feature ul li {
        color: #242424;
        font-size: 16px;
        font-weight: 400;
        padding: 6px 0; }
        .price .single-price .part-feature ul li span {
          display: inline-block;
          width: 22px; }
          .price .single-price .part-feature ul li span.check {
            color: #06b4fd; }
          .price .single-price .part-feature ul li span.uncheck {
            color: #a6a6a6; }
    .price .single-price .part-cart {
      padding-bottom: 40px; }
      .price .single-price .part-cart a {
        display: inline-block;
        width: 170px;
        height: 50px;
        line-height: 50px;
        text-transform: capitalize;
        font-size: 16px;
        color: #fff;
        font-weight: 500;
        border-radius: 50px;
        background: #034db1;
        text-align: center; }

/*=====================================
    shared vweb host
=====================================*/
.shared-web-host {
  padding: 120px 0;
  background: url(../img/banner.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff; }
  .shared-web-host:after {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: #034db1;
    opacity: .9;
    z-index: -1; }
  .shared-web-host .part-text span {
    font-size: 24px;
    margin-bottom: 5px;
    display: inline-block;
    color: #fefefe;
    margin-top: -7px; }
  .shared-web-host .part-text h3 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 22px; }
  .shared-web-host .part-text a {
    display: inline-block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-transform: uppercase;
    font-size: 16px;
    color: #242424;
    font-weight: 500;
    border-radius: 50px;
    background: #fff;
    text-align: center;
    margin-top: 21px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    .shared-web-host .part-text a:hover {
      background: #242424;
      color: #fff; }

/*=====================================
    data center
=====================================*/
.data-center {
  padding: 120px 0; }
  .data-center .part-map {
    position: relative; }
    .data-center .part-map img {
      width: 100%; }
    .data-center .part-map .data-center-marker {
      position: absolute;
      left: 45%;
      top: 0;
      display: inline-block;
      background-image: -webkit-linear-gradient(90deg, #06b4fd 0%, #034db1 92%);
      text-align: center;
      padding: 25px 30px 27px;
      border-radius: 5px; }
      .data-center .part-map .data-center-marker:after {
        position: absolute;
        content: url(../img/marker.png);
        top: 100%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        margin-top: 10px;
        -webkit-animation: marker 2s infinite;
        animation: marker 2s infinite;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }

@-webkit-keyframes marker {
  from {
    top: 100%; }
  to {
    top: 105%; } }

@keyframes marker {
  from {
    top: 100%; }
  to {
    top: 105%; } }
      .data-center .part-map .data-center-marker span.place {
        color: #fff;
        display: block;
        margin-bottom: 3px;
        font-weight: 500; }
      .data-center .part-map .data-center-marker span.address {
        color: #fff;
        display: block; }

/*=====================================
    footer
=====================================*/
.footer {
  padding: 120px 0 106px;
  background: #091d25; }
  .footer .about a {
    display: inline-block;
    margin-bottom: 25px; }
  .footer .about ul li {
    color: #fff;
    font-weight: 300; }
    .footer .about ul li .address-line {
      display: flow-root;
      margin-bottom: 14px; }
      .footer .about ul li .address-line span.icon {
        float: left;
        font-size: 22px; }
      .footer .about ul li .address-line span.text {
        display: table;
        position: relative;
        left: 10px;
        font-weight: 300; }
  .footer .useful-link h3 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 18px;
    margin-top: -5px; }
  .footer .useful-link ul li span.icon {
    color: #fff;
    margin-right: 6px; }
  .footer .useful-link ul li a {
    display: inline-block;
    color: #fff;
    font-weight: 300;
    padding-bottom: 10px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    .footer .useful-link ul li a:hover {
      margin-left: 10px; }
  .footer .news h3 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 23px;
    margin-top: -5px; }
  .footer .news ul li .single-news {
    margin-bottom: 20px;
    display: flow-root; }
    .footer .news ul li .single-news .part-img {
      width: 80px;
      display: inline-block;
      float: left;
      margin-right: 15px; }
      .footer .news ul li .single-news .part-img img {
        width: 100%; }
    .footer .news ul li .single-news .part-text {
      display: table; }
      .footer .news ul li .single-news .part-text span.date {
        font-size: 14px;
        color: #06b4fd;
        display: block;
        margin-top: -3px;
        margin-bottom: 5px; }
      .footer .news ul li .single-news .part-text a {
        display: inline-block;
        color: #fff;
        font-weight: 300;
        font-size: 16px; }
  .footer .news ul li:last-child .single-news {
    margin-bottom: 0; }
  .footer .newsletter .newsletter input {
    height: 50px;
    width: 100%; }
  .footer .newsletter .newsletter button {
    height: 50px; }

.copyright {
  padding: 30px 0;
  background: #000; }
  .copyright p {
    margin-bottom: 0;
    color: #fff;
    text-align: center;
    font-weight: 300;
    font-size: 14px; }

/*=====================================
    breadcrump
=====================================*/
.bh-breadcrump {
  padding: 120px 0 100px;
  text-align: center;
  background: url(../img/breadcrump-bg.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 2; }
  .bh-breadcrump:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .66;
    z-index: -1; }
  .bh-breadcrump h2 {
    color: #fff;
    font-weight: 600;
    font-size: 60px;
    margin-bottom: 6px;
    margin-top: -15px; }
    .bh-breadcrump h2.add-space {
      margin-bottom: 20px; }
  .bh-breadcrump p {
    color: #fff;
    opacity: .8;
    font-size: 17px;
    line-height: 30px; }

/*=====================================
    login
=====================================*/
.login {
  padding: 120px 0; }
  .login .login-area form input {
    height: 60px;
    width: 100%;
    border: 1px solid #034db1;
    padding: 30px;
    margin: 0 0 30px; }
  .login .login-area form textarea {
    height: 400px;
    width: 100%;
    border: 1px solid #034db1;
    padding: 30px;
    margin: 0 0 30px; }
  .login .login-area form button {
    height: 60px;
    width: 100%;
    color: #fff;
    background: #034db1;
    border: none;
    outline: none;
    cursor: pointer; }

/*=====================================
    about
=====================================*/
.about-area {
  padding: 120px 0; }
  .about-area .part-text {
    padding-left: 10px; }
    .about-area .part-text p {
      line-height: 44px;
      color: #242424;
      opacity: .9;
      font-size: 18px;
      font-style: italic; }
      .about-area .part-text p img {
        width: 30px;
        display: block;
        margin-top: 18px;
        margin-bottom: 22px; }
    .about-area .part-text span.ceo {
      font-size: 22px;
      color: #242424;
      font-weight: 500; }

/*=====================================
    team
=====================================*/
.team {
  padding-top: 120px;
  padding-bottom: 90px;
  /* hover effect */ }
  .team .team-cover {
    background: #0069c0;
    margin-bottom: 120px; }
    .team .team-cover img {
      opacity: .5; }
  .team .part-text {
    margin-bottom: 57px; }
    .team .part-text h2 {
      font-size: 45px;
      color: #242424;
      font-weight: 600;
      text-transform: capitalize;
      margin-top: -8px;
      margin-bottom: 10px; }
    .team .part-text p {
      color: #242424; }
  .team .team-member {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px; }
  .team .team-member .member-pic img {
    width: 100%;
    -webkit-transition: .6s;
    -moz-transition: .6s;
    -ms-transition: .6s;
    -o-transition: .6s;
    transition: .6s; }
  .team .team-member .hover-effect {
    position: absolute;
    top: 20px;
    left: 20px;
    bottom: 20px;
    right: 20px;
    color: #fff;
    background: #2196f3d6;
    opacity: 0;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s;
    transition: .8s; }
  .team .team-member .hover-effect .member-quot p {
    padding: 6px 12px 12px;
    margin: 0;
    font-family: 'PT Sans', sans-serif; }
  .team .team-member .hover-effect .member-quot h6 {
    padding: 0 12px;
    color: #e0e0e0;
    font-weight: 600;
    margin-bottom: 12px;
    font-size: 16px;
    font-family: 'Raleway', sans-serif; }
  .team .team-member .hover-effect .social {
    width: 100%;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    padding: 15px 0;
    -webkit-transition: .6s;
    -moz-transition: .6s;
    -ms-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    text-align: center;
    bottom: 12px;
    background: #fff;
    position: absolute; }
  .team .team-member .hover-effect .social a {
    text-decoration: none;
    margin-right: 2px;
    color: #2196f3;
    border: 2px solid;
    border-radius: 50%;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px; }
  .team .team-member .hover-effect .social a:hover {
    color: #0069c0;
    background: transparent; }
  .team .team-member .hover-effect .social a:last-child {
    margin-right: 0; }
  .team .team-member .member-data {
    position: absolute;
    width: 100%;
    background: #0389cf;
    text-align: center;
    border-top: 6px groove #2196f3;
    overflow: hidden;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    z-index: 6;
    -webkit-transition: .6s;
    -moz-transition: .6s;
    -ms-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    bottom: 0; }
  .team .team-member .member-data .name {
    padding: 10px 0;
    font-family: 'Raleway', sans-serif; }
  .team .team-member .member-data .name h4 {
    font-size: 21px;
    font-weight: 600;
    color: #fff;
    padding-top: 5px;
    font-family: 'Raleway', sans-serif; }
  .team .team-member .member-data .name h6 {
    color: #fff;
    font-size: 14px; }
  .team .team-member:hover {
    -webkit-box-shadow: 0px 6px 12px -8px #000;
    box-shadow: 0px 6px 12px -8px #000; }
  .team .team-member:hover:after {
    opacity: .9; }
  .team .team-member:hover .member-pic img {
    width: 100%;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  .team .team-member:hover .hover-effect {
    opacity: 1; }
  .team .team-member:hover .hover-effect .social {
    opacity: 1; }
  .team .team-member:hover .member-data {
    bottom: -30%; }

/*=====================================
    hosting
=====================================*/
.hosting .nav.nav-tabs {
  margin-bottom: 60px;
  border: none; }
  .hosting .nav.nav-tabs .nav-item .nav-link {
    text-align: center;
    height: 70px;
    line-height: 70px;
    padding: 0;
    font-size: 18px;
    color: #777;
    font-weight: 600;
    border-radius: 0;
    border-bottom: 1px solid;
    border-top: 1px solid;
    border-left: 1px solid;
    border-color: rgba(3, 77, 177, 0.2);
    border-right: 0;
    color: #034db1; }
    .hosting .nav.nav-tabs .nav-item .nav-link.active {
      background: #034db1;
      color: #fff; }
  .hosting .nav.nav-tabs .nav-item:last-child .nav-link {
    border-right: 1px solid rgba(3, 77, 177, 0.2);
    border-radius: 0 50px 50px 0; }
  .hosting .nav.nav-tabs .nav-item:first-child .nav-link {
    border-radius: 50px 0px 0px 50px; }

/*==========================================
    blog area
==========================================*/
.blog-area {
  padding: 120px 0 120px; }
  .blog-area.blog-grid-page {
    padding: 120px 0 90px; }
  .blog-area .single-blog {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    -webkit-box-shadow: 0px 0px 38px 0px rgba(68, 68, 68, 0.12);
    box-shadow: 0px 0px 38px 0px rgba(68, 68, 68, 0.12);
    margin-bottom: 30px; }
    .blog-area .single-blog:hover {
      -webkit-box-shadow: 0px 0px 38px 0px rgba(68, 68, 68, 0.5);
      box-shadow: 0px 0px 38px 0px rgba(68, 68, 68, 0.5); }
      .blog-area .single-blog:hover .part-img img {
        -ms-transform: rotate(7deg) scale(1.2);
        /* IE 9 */
        -webkit-transform: rotate(7deg) scale(1.2);
        /* Chrome, Safari, Opera */
        transform: rotate(7deg) scale(1.2); }
      .blog-area .single-blog:hover .part-text h3 a {
        color: #034db1; }
    .blog-area .single-blog .part-img {
      position: relative;
      overflow: hidden; }
      .blog-area .single-blog .part-img:after {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: .3;
        z-index: 1; }
      .blog-area .single-blog .part-img img {
        width: 100%;
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s; }
      .blog-area .single-blog .part-img .content-on-img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 2; }
        .blog-area .single-blog .part-img .content-on-img a {
          display: inline-block;
          color: #fff;
          border: 1px solid #fff;
          border-radius: 5px;
          position: absolute;
          bottom: 15px;
          left: 15px;
          padding: 5px 15px;
          -webkit-transition: 0.4s;
          -moz-transition: 0.4s;
          -o-transition: 0.4s;
          transition: 0.4s;
          background: rgba(255, 255, 255, 0.32); }
          .blog-area .single-blog .part-img .content-on-img a:hover {
            color: #242424;
            background: #fff; }
    .blog-area .single-blog .part-text {
      padding: 22px 20px 8px; }
      .blog-area .single-blog .part-text span {
        font-size: 12px;
        color: #034db1;
        margin-bottom: 7px;
        display: inline-block; }
      .blog-area .single-blog .part-text h3 {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 18px;
        line-height: 1.6; }
        .blog-area .single-blog .part-text h3 a {
          color: #242424;
          -webkit-transition: 0.4s;
          -moz-transition: 0.4s;
          -o-transition: 0.4s;
          transition: 0.4s; }
      .blog-area .single-blog .part-text p {
        color: #242424;
        font-size: 15px;
        line-height: 28px; }
    .blog-area .single-blog .part-admin {
      padding: 15px 20px;
      border-top: 1px solid #d3d3d3; }
      .blog-area .single-blog .part-admin ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        .blog-area .single-blog .part-admin ul li {
          display: inline-block;
          border-right: 1px solid #d3d3d3;
          padding: 0 10px; }
          .blog-area .single-blog .part-admin ul li:last-child {
            border-right: none; }
          .blog-area .single-blog .part-admin ul li:first-child {
            padding-left: 0; }
          .blog-area .single-blog .part-admin ul li h4 {
            color: #242424;
            font-size: 15px;
            margin-bottom: 0; }
            .blog-area .single-blog .part-admin ul li h4 span {
              color: #d3d3d3;
              margin-right: 6px; }

/*==========================================
    blog details area
==========================================*/
.blog-details-area .part-img img {
  width: 100%; }

.blog-details-area .part-text {
  padding: 24px 30px 21px;
  border-left: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3; }
  .blog-details-area .part-text h2 {
    font-size: 24px;
    color: #242424;
    font-weight: 600;
    margin-bottom: 23px; }
  .blog-details-area .part-text P {
    color: #242424;
    font-size: 15px;
    margin-bottom: 21px; }
    .blog-details-area .part-text P:last-child {
      margin-bottom: 6px; }
  .blog-details-area .part-text .marked {
    font-size: 15px;
    color: #242424;
    font-style: italic; }

.blog-details-area .part-meta {
  padding: 0 30px 30px;
  border: 1px solid #e3e3e3;
  border-top: none; }
  .blog-details-area .part-meta ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .blog-details-area .part-meta ul li {
      display: inline-block;
      padding: 0 30px;
      position: relative; }
      .blog-details-area .part-meta ul li:after {
        position: absolute;
        content: '';
        top: 50%;
        margin-top: -10px;
        left: 0;
        height: 20px;
        width: 1px;
        background: #919191; }
      .blog-details-area .part-meta ul li a img {
        margin-right: 10px;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        overflow: hidden; }
      .blog-details-area .part-meta ul li:first-child {
        padding-left: 0;min-width: 25%; }
        .blog-details-area .part-meta ul li:first-child:after {
          display: none; }
      .blog-details-area .part-meta ul li a {
        font-size: 15px;
        color: #242424;
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s; }
        .blog-details-area .part-meta ul li a i {
          color: #7c7c7c; }
        .blog-details-area .part-meta ul li a:hover {
          color: #034db1; }

.comments-area h3 {
  font-size: 24px;
  color: #242424;
  font-weight: 600;
  margin: 60px 0 27px; }

.comments-area .single-comment {
  position: relative;
  padding-bottom: 19px;
  border-bottom: 1px solid #f1f1f1;
  padding-top: 40px;
  border-top: 1px solid #f1f1f1; }
  .comments-area .single-comment .part-img {
    width: 100px;
    height: 100px;
    float: left;
    margin-right: 20px; }
    .comments-area .single-comment .part-img img {
      width: 100%; }
  .comments-area .single-comment .part-text {
    display: table; }
    .comments-area .single-comment .part-text h4 {
      font-size: 24px;
      color: #242424;
      font-weight: 600;
      display: inline-block;
      margin-top: -6px; }
    .comments-area .single-comment .part-text span {
      color: #034db1;
      font-size: 15px;
      font-style: italic;
      display: block;
      margin-top: -1px;
      margin-bottom: 6px; }
    .comments-area .single-comment .part-text p {
      color: #242424;
      font-size: 15px; }
    .comments-area .single-comment .part-text button {
      position: absolute;
      right: 0;
      top: 40px;
      background: transparent;
      border: 0;
      font-size: 15px;
      color: #242424;
      outline: none;
      cursor: pointer; }

.comments-area .reply {
  border: none;
  padding-left: 120px; }

.comment-form-area form h3 {
  font-size: 24px;
  color: #242424;
  font-weight: 600;
  margin: 54px 0 29px; }

.comment-form-area form input {
  height: 50px;
  width: 100%;
  margin-bottom: 30px;
  border: 1px solid #c8c8c8;
  padding: 0 20px; }

.comment-form-area form textarea {
  width: 100%;
  height: 200px;
  resize: none;
  padding: 14px 20px; }

.comment-form-area form button {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  height: 50px;
  width: 180px;
  background: #034db1;
  color: #fff;
  font-weight: 600;
  border-radius: 5px;
  border: 1px solid #034db1;
  cursor: pointer;
  margin-top: 33px; }
  .comment-form-area form button:hover {
    background: #fff;
    color: #034db1; }

/*==========================================
    sidebar for blog page
==========================================*/
.single-widget {
  -webkit-box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.15);
  padding: 34px 40px 40px;
  margin-bottom: 30px; }
  .single-widget h3 {
    font-size: 24px;
    color: #242424;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 11px; }
  .single-widget ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .single-widget ul li a {
      font-size: 15px;
      color: #242424;
      text-decoration: none;
      display: block;
      padding: 14px 0;
      -webkit-transition: 0.4s;
      -moz-transition: 0.4s;
      -o-transition: 0.4s;
      transition: 0.4s; }
      .single-widget ul li a:last-child {
        padding-bottom: 0; }
      .single-widget ul li a span {
        float: right; }
      .single-widget ul li a:hover {
        color: #034db1; }
  .single-widget .single-recent {
    margin-bottom: 20px; }
    .single-widget .single-recent .part-img {
      width: 90px;
      height: 70px;
      overflow: hidden;
      float: left;
      margin-right: 10px; }
      .single-widget .single-recent .part-img img {
        height: 100%; }
    .single-widget .single-recent .part-text h4 {
      font-size: 15px;
      color: #242424;
      font-weight: 600; }
      .single-widget .single-recent .part-text h4 a {
        text-decoration: none;
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s; }
        .single-widget .single-recent .part-text h4 a:hover {
          color: #034db1; }
    .single-widget .single-recent .part-text span {
      font-size: 12px;
      color: #242424;
      display: block;
      margin-top: 10px; }

#search-bar {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0; }
  #search-bar form {
    width: 100%;
    height: 50px;
    position: relative; }
    #search-bar form input {
      height: 100%;
      width: 100%;
      padding: 0 20px;
      border: none;
      outline: none;
      background: #f2f2f2;
      padding-right: 50px; }
    #search-bar form button {
      position: absolute;
      top: 0;
      right: 0;
      border: none;
      background: transparent;
      color: #242424;
      font-size: 16px;
      height: 100%;
      width: 50px;
      cursor: pointer;
      outline: none; }

#recent-post {
  padding-bottom: 24px; }
  #recent-post h3 {
    margin-bottom: 23px; }

#archive h3 {
  margin-bottom: 14px; }

#tags {
  padding: 33px 40px 30px; }
  #tags h3 {
    margin-bottom: 27px; }
  #tags a {
    display: inline-block;
    color: #242424;
    padding: 7px 7px;
    border: 1px solid #dadada;
    text-decoration: none;
    font-size: 15px;
    margin-bottom: 10px;
    margin-right: 7px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s; }
    #tags a:hover {
      background: #034db1;
      color: #fff;
      border: 1px solid #034db1; }

/*==========================================
    contact area
==========================================*/
.contact-area {
  padding: 120px 0; }
  .contact-area .address-area .single-address {
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.15);
    text-align: center;
    padding: 37px 0 40px;
    margin-bottom: 30px;
    border: 1px solid #fff;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s; }
    .contact-area .address-area .single-address:hover {
      border: 1px solid #034db1; }
    .contact-area .address-area .single-address .part-icon {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      font-size: 24px;
      color: #fff;
      background: #034db1;
      line-height: 60px;
      text-align: center;
      display: inline-block;
      margin-right: 10px; }
    .contact-area .address-area .single-address .part-text {
      display: inline-block;
      position: relative;
      border: 13px;
      top: 6px;
      text-align: left; }
      .contact-area .address-area .single-address .part-text span {
        font-size: 15px;
        color: #242424;
        font-weight: 600; }
  .contact-area .map-nd-form-area {
    padding-top: 30px; }
    .contact-area .map-nd-form-area .part-map #map {
      height: 370px; }
    .contact-area .map-nd-form-area .part-form .contact-form input {
      width: 100%;
      height: 50px;
      padding: 0 20px;
      border: 1px solid #9d9d9d;
      margin-bottom: 30px;
      font-size: 15px;
      border-radius: 5px; }
    .contact-area .map-nd-form-area .part-form .contact-form textarea {
      width: 100%;
      height: 200px;
      padding: 10px 20px;
      font-size: 15px;
      border-radius: 5px; }
    .contact-area .map-nd-form-area .part-form .contact-form button {
      height: 50px;
      background: #034db1;
      color: #fff;
      border: 1px solid #034db1;
      border-radius: 5px;
      width: 180px;
      margin-top: 34px;
      outline: none;
      cursor: pointer;
      -webkit-transition: 0.4s;
      -moz-transition: 0.4s;
      -o-transition: 0.4s;
      transition: 0.4s; }
      .contact-area .map-nd-form-area .part-form .contact-form button:hover {
        border: 1px solid #034db1;
        background: #fff;
        color: #034db1; }

/*=====================================
    dedicated hosting
=====================================*/
.dedicated-plan {
  padding: 120px 0; }
  .dedicated-plan .section-title {
    margin-bottom: 55px; }
  .dedicated-plan .plan-table .table {
    background-image: -webkit-linear-gradient(-180deg, #5e7eff 0%, #836fff 30%, #a85fff 100%);
    border-radius: 5px;
    background: #034db1; }
    .dedicated-plan .plan-table .table thead tr th {
      border: none;
      font-size: 20px;
      color: #fff;
      font-weight: 500;
      text-align: center;
      padding: 15px 0; }
    .dedicated-plan .plan-table .table tbody {
      background: #fff;
      -webkit-box-shadow: 0px 30px 200px 0px rgba(46, 35, 117, 0.1);
      box-shadow: 0px 30px 200px 0px rgba(46, 35, 117, 0.1); }
      .dedicated-plan .plan-table .table tbody tr {
        border-bottom: 1px solid #e9e1ff; }
        .dedicated-plan .plan-table .table tbody tr:last-child {
          border-bottom-color: #034db1; }
        .dedicated-plan .plan-table .table tbody tr th {
          text-align: center;
          padding: 0;
          vertical-align: middle;
          color: #242424;
          font-size: 14px;
          opacity: .8;
          font-weight: 500; }
        .dedicated-plan .plan-table .table tbody tr td {
          border-top: none;
          border-left: 1px solid #dfe5ff;
          text-align: center;
          padding: 0;
          color: #242424;
          font-size: 14px;
          opacity: .8;
          font-weight: 500;
          vertical-align: middle; }
          .dedicated-plan .plan-table .table tbody tr td:last-child {
            padding: 10px 0; }
          .dedicated-plan .plan-table .table tbody tr td button.order-button {
            border: none;
            width: 120px;
            height: 40px;
            background-image: -webkit-linear-gradient(-180deg, #5e7eff 0%, #836fff 30%, #a85fff 100%);
            border-radius: 5px;
            color: #fff;
            font-size: 12px;
            background: #034db1;
            font-weight: 500;
            text-transform: uppercase;
            cursor: pointer;
            border: 1px solid #034db1;
            -webkit-transition: all 0.3s ease-in;
            -moz-transition: all 0.3s ease-in;
            -o-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in; }
            .dedicated-plan .plan-table .table tbody tr td button.order-button:hover {
              background-image: -webkit-linear-gradient(-180deg, #a85fff 0%, #836fff 30%, #5e7eff 100%);
              background: transparent;
              color: #034db1; }
  .dedicated-plan .plan-buttons {
    text-align: center;
    margin-top: 49px; }
    .dedicated-plan .plan-buttons a {
      display: inline-block;
      height: 60px;
      width: 200px;
      line-height: 60px;
      text-align: center;
      background-image: -webkit-linear-gradient(-180deg, #5e7eff 0%, #836fff 30%, #a85fff 100%);
      background: #034db1;
      color: #fff;
      border-radius: 5px;
      border: 1px solid #034db1;
      text-transform: uppercase;
      font-size: 14px;
      font-weight: 600;
      margin-right: 25px;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .dedicated-plan .plan-buttons a:last-child {
        margin-right: 0; }
      .dedicated-plan .plan-buttons a:hover {
        background: transparent;
        color: #034db1; }

/*--------------------------
    VPS Hosting page
---------------------------*/
.vps-pricing-area {
  padding: 120px 0; }
  .vps-pricing-area .section-title {
    margin-bottom: 54px; }

.vps-pricing-area .section-inner-title {
  text-align: center;
  margin-bottom: 40px; }

.vps-pricing-area .section-inner-title .title {
  font-size: 36px;
  line-height: 46px; }

.vps-pricing-area .bottom-content .range-slider-wrapper {
  margin-bottom: 50px;
  background-image: -webkit-linear-gradient(-180deg, #5e7eff 0%, #836fff 30%, #a85fff 100%);
  padding: 30px 40px;
  border-radius: 5px;
  background: #034db1; }

.vps-pricing-area .bottom-content .range-slider-wrapper .ui-widget-header {
  border: 4px solid #fff;
  background-image: -webkit-linear-gradient(-180deg, #5e7eff 0%, #836fff 30%, #a85fff 100%);
  border-radius: 15px;
  background: #034db1; }

.vps-pricing-area .bottom-content .range-slider-wrapper .ui-slider-horizontal {
  border-radius: 15px; }

.vps-pricing-area .bottom-content .range-slider-wrapper .ui-slider-horizontal .ui-slider-handle {
  cursor: pointer;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 50%;
  border: 3px solid #242424;
  background-image: -webkit-linear-gradient(-180deg, #5e7eff 0%, #836fff 30%, #a85fff 100%);
  background: white; }

.vps-pricing-area .bottom-content .range-slider-wrapper .ui-slider-horizontal .ui-slider-handle:focus {
  outline: none; }

.vps-pricing-area .bottom-content .feature-box-wrapper .single-vps-feature-box {
  margin-bottom: 30px;
  text-align: center;
  -webkit-box-shadow: 0px 30px 200px 0px rgba(46, 35, 117, 0.1);
  box-shadow: 0px 30px 200px 0px rgba(46, 35, 117, 0.1); }

.vps-pricing-area .bottom-content .feature-box-wrapper .single-vps-feature-box .vpsf-header {
  background-image: -webkit-linear-gradient(-180deg, #5e7eff 0%, #836fff 30%, #a85fff 100%);
  padding: 19px 0;
  border-radius: 5px 5px 0 0;
  background: #034db1; }

.vps-pricing-area .bottom-content .feature-box-wrapper .single-vps-feature-box .vpsf-header .title {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  margin: 0; }

.vps-pricing-area .bottom-content .feature-box-wrapper .single-vps-feature-box .vpsf-body {
  padding: 18px 0;
  border-bottom: 1px solid #034db1; }

.vps-pricing-area .bottom-content .feature-box-wrapper .single-vps-feature-box .vpsf-body span.detials {
  font-size: 16px;
  opacity: .8;
  color: #242424;
  font-weight: 500; }

.vps-pricing-area .plan-buttons {
  text-align: center;
  margin-top: 19px; }
  .vps-pricing-area .plan-buttons a {
    display: inline-block;
    height: 60px;
    width: 200px;
    line-height: 60px;
    text-align: center;
    background-image: -webkit-linear-gradient(-180deg, #5e7eff 0%, #836fff 30%, #a85fff 100%);
    background: #034db1;
    color: #fff;
    border-radius: 5px;
    border: 1px solid #034db1;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    margin-right: 25px; }
    .vps-pricing-area .plan-buttons a:last-child {
      margin-right: 0; }
    .vps-pricing-area .plan-buttons a:hover {
      background: transparent;
      color: #034db1; }

/*==========================================
    faq
==========================================*/
.faq {
  padding: 120px 0 90px; }
  .faq .section-title {
    text-align: left;
    margin-bottom: 54px; }
    .faq .section-title h2 {
      margin-bottom: 21px;
      margin-top: -7px; }
    .faq .section-title a {
      background: rgba(0, 213, 99, 0.09);
      color: #034db1;
      display: inline-block;
      height: 50px;
      width: 200px;
      border: 1px solid rgba(0, 213, 99, 0.3);
      text-align: center;
      line-height: 50px;
      border-radius: 50px;
      margin-top: 21px;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .faq .section-title a:hover {
        background: #034db1;
        border-color: #034db1;
        color: #fff; }
  .faq .accordion .card {
    border: none;
    margin-bottom: 30px; }
    .faq .accordion .card:not(:first-of-type) .card-header:first-child {
      border-radius: 10px; }
    .faq .accordion .card .card-header {
      border: none;
      border-radius: 10px;
      padding: 0; }
      .faq .accordion .card .card-header h5 {
        padding: 0; }
        .faq .accordion .card .card-header h5 button {
          color: #242424;
          font-size: 18px;
          font-weight: 500;
          text-decoration: none;
          padding: 0 30px 0 70px;
          height: 80px;
          display: block;
          width: 100%;
          text-align: left;
          background: #fff;
          -webkit-box-shadow: 0px -50px 140px 0px rgba(69, 81, 100, 0.1);
          box-shadow: 0px -50px 140px 0px rgba(69, 81, 100, 0.1);
          border-radius: 10px 10px 0 0;
          position: relative; }
          .faq .accordion .card .card-header h5 button:after {
            position: absolute;
            left: 30px;
            top: 50%;
            margin-top: -10px;
            width: 20px;
            height: 20px;
            background-color: transparent;
            color: #034db1;
            text-align: center;
            border: 1px solid #034db1;
            border-radius: 50%;
            line-height: 100%;
            content: '\f067';
            font-size: 10px;
            line-height: 18px;
            font-family: "Font Awesome 5 Free";
            font-weight: 900; }
          .faq .accordion .card .card-header h5 button.collapsed {
            border-radius: 10px;
            border: 1px solid rgba(3, 77, 177, 0.4);
            -webkit-box-shadow: none;
            box-shadow: none; }
        .faq .accordion .card .card-header h5 button[aria-expanded="true"]:after {
          content: '\f068';
          color: #fff;
          background: #034db1; }
    .faq .accordion .card .card-body {
      -webkit-box-shadow: 0px 15px 140px 0px rgba(69, 81, 100, 0.1);
      box-shadow: 0px 15px 140px 0px rgba(69, 81, 100, 0.1);
      border-radius: 0 0 10px 10px;
      padding-top: 0;
      margin-top: -6px;
      padding-left: 72px;
      padding-right: 70px;
      font-size: 16px;
      line-height: 30px; }
