
/* reset */
* {
  margin: 0;
  padding: 0;
  outline: none;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  font-family: 'Montserrat', sans-serif;
}

html {
  font-size: 13px;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: 'Montserrat', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
  background: #F8FAFF;
}

@media screen and (min-width: 1600px) {
  html {
    zoom: 1.2 !important;
  }
}

@media screen and (min-width: 2000px) {
  html {
    zoom: 1.4 !important;
  }
}

@media screen and (min-width: 2400px) {
  html {
    zoom: 1.6 !important;
  }
}

@media screen and (min-width: 2600px) {
  html {
    zoom: 1.8 !important;
  }
}

@media screen and (min-width: 2800px) {
  .container {
    width: 80% !important;
  }
}

.pattern1 {
  position: absolute;
  top: 750px;
  left: 0;
  z-index: -1;
}

.pattern2 {
  position: absolute;
  top: 1100px;
  right: 0;
  z-index: -1;
}

.container {
  width: 1230px;
  height: auto;
  margin: 0 auto;
}

.announce {
  width: 100%;
  background: var(--theme_color_1);
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
  height: 35px;
}

.announce .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.announce .container p {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.announce .container p img {
  margin-right: 10px;
}

.top-bar {
  background: var(--theme_color_2);
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
  height: 45px;
}

.top-bar .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top-bar .container .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-bar .container .left a {
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px;
  border-right: 0.5px solid #384149;
  -webkit-transition: .2s all;
  transition: .2s all;
}

.top-bar .container .left a:hover {
  color: var(--theme_color_1_hover);
}

.top-bar .container .left a:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.top-bar .container .left a:last-child {
  border-right: 0;
}

.top-bar .container .left a img {
  margin-right: 8px;
  -webkit-transition: .2s all;
  transition: .2s all;
}

.top-bar .container .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-bar .container .right .lang {
  border-right: 0.5px solid #384149;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-bar .container .right .lang .fa-chevron-down {
  margin-left: 5px;
}

.top-bar .container .right .currency {
  border-right: 0.5px solid #384149;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-bar .container .right .currency .fa-chevron-down {
  margin-left: 5px;
}

.top-bar .container .right a {
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px;
  border-right: 0.5px solid #384149;
  -webkit-transition: .2s all;
  transition: .2s all;
}

.top-bar .container .right a:hover {
  color: var(--theme_color_1_hover);
}

.top-bar .container .right a:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.top-bar .container .right a:last-child {
  border-right: 0;
}

.top-bar .container .right a img {
  margin-right: 8px;
  -webkit-transition: .2s all;
  transition: .2s all;
}

header {
  background: #FFFFFF;
  height: 100px;
  position: static;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9970;
}

header.shadow {
  -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
}

header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

header .container .hamburger-btn {
  width: 73px;
  height: 42px;
  background: var(--theme_color_2);
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  border-radius: 42px;
  cursor: pointer;
}

header .container nav {
  margin-left: auto;
  margin-top: 30px;
}

header .container nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .container nav ul li {
  position: relative;
  margin-right: 35px;
  padding-bottom: 30px;
}

header .container nav ul li:hover a {
  color: var(--theme_color_1_hover);
}

header .container nav ul li:hover .mega-menu {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
  pointer-events: all;
}

header .container nav ul li a {
  color: var(--theme_color_2);
  font-weight: 600;
  font-size: 13px;
  -webkit-transition: .2s all;
  transition: .2s all;
}

header .container .basket {
  background: var(--theme_color_1);
  border-radius: 47px;
  width: 180px;
  height: 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  -webkit-transition: .2s all;
  transition: .2s all;
}

header .container .basket:hover {
  background: var(--theme_color_1_hover);
  font-size: 15px;
}

header .container .basket img {
  margin-right: 5px;
}

.main-hero {
  width: 100%;
  height: 520px;
  background-image: url(../images/hero-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.main-hero.alt-page {
  height: 410px;
}

.main-hero.alt-page .overlay {
  height: 410px;
}

.main-hero.alt-page .overlay .container {
  height: 410px;
}

.main-hero.alt-page .overlay .container .hero-item {
  height: 410px;
}

.main-hero.full-banner .overlay {
  background: rgba(45, 138, 250, 0.9);
}

.main-hero.full-banner .overlay .container .hero-item {
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-hero .overlay {
  width: 100%;
  height: 520px;
  background: -webkit-gradient(linear, left top, right top, color-stop(36.48%, var(--theme_color_1_hover)), color-stop(66.23%, rgba(45, 138, 250, 0)));
  background: linear-gradient(90deg, var(--theme_color_1_hover) 36.48%, rgba(45, 138, 250, 0) 66.23%);
}

.main-hero .overlay .container {
  height: 520px;
}

.main-hero .overlay .container .hero-item {
  width: 100%;
  height: 520px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main-hero .overlay .container .hero-item h1 {
  font-weight: bold;
  font-size: 50px;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.main-hero .overlay .container .hero-item h1 span {
  font-weight: bold;
  font-size: 30px;
}

.main-hero .overlay .container .hero-item p {
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  color: #FFFFFF;
  margin-bottom: 30px;
}

.main-hero .overlay .container .hero-item ul {
  max-width: 390px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.main-hero .overlay .container .hero-item ul li {
  width: 48%;
  margin-bottom: 20px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: normal;
  font-size: 13px;
}

.main-hero .overlay .container .hero-item ul li img {
  margin-right: 5px;
}

.main-hero .overlay .container .hero-item .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
}

.main-hero .overlay .container .hero-item .actions .btn {
  margin-right: 30px;
  -webkit-transition: .2s all;
  transition: .2s all;
}

.main-hero .overlay .container .hero-item .actions .btn:hover {
  font-size: 15px;
  background: #066fee;
}

.main-hero .overlay .container .hero-item .actions .btn.white-border:hover {
  background: #fff;
  color: var(--theme_color_1_hover);
}

.btn {
  background: var(--theme_color_1);
  border-radius: 5px;
  width: 180px;
  height: 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  -webkit-transition: .2s all;
  transition: .2s all;
}

.btn.white-border {
  background: transparent;
  border: 1px solid #fff;
}

.domain-search {
  margin-top: -30px;
}

.domain-search-box {
  background: #FFFFFF;
  border-radius: 5px;
  height: 285px;
  width: 100%;
  padding: 30px;
}

.domain-search-box .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #F4F6FC;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.domain-search-box .head .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.domain-search-box .head .text b {
  color: var(--theme_color_2);
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
}

.domain-search-box .head .text span {
  color: var(--theme_color_2);
  font-weight: normal;
  font-size: 13px;
  line-height: 11px;
}

.domain-search-box .head .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.domain-search-box .head .buttons a {
  background: var(--theme_color_2);
  border-radius: 5px;
  width: 145px;
  height: 42px;
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-weight: 600;
  font-size: 11px;
  -webkit-transition: .2s all;
  transition: .2s all;
}

.domain-search-box .head .buttons a:hover {
  background: var(--theme_color_1_hover);
}

.domain-search-box .search-box {
  width: 100%;
  border-radius: 5px;
  background: #FFFFFF;
  border: 1px solid #F4F6FC;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 20px;
}

.domain-search-box .search-box input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: none;
  background: #fff;
  font-weight: normal;
  font-size: 14px;
  color: #8B9DB1;
}

.domain-search-box .search-box input::-webkit-input-placeholder {
  color: #8B9DB1;
}

.domain-search-box .search-box input:-ms-input-placeholder {
  color: #8B9DB1;
}

.domain-search-box .search-box input::-ms-input-placeholder {
  color: #8B9DB1;
}

.domain-search-box .search-box input::placeholder {
  color: #8B9DB1;
}

.domain-search-box .search-box button {
  background: var(--theme_color_1);
  border: none;
  border-radius: 5px;
  width: 145px;
  height: 42px;
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-weight: 600;
  font-size: 11px;
  cursor: pointer;
  -webkit-transition: .2s all;
  transition: .2s all;
}

.domain-search-box .search-box button:hover {
  background: var(--theme_color_1_hover);
}

.domain-search-box .domain-carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.domain-search-box .domain-carousel .item {
  padding: 10px 15px;
  background: #FFFFFF;
  border: 1px solid #F4F6FC;
  border-radius: 5px;
  width: 176px;
  height: 53px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 23px;
}

.domain-search-box .domain-carousel .item:hover {
  -webkit-box-shadow: 0px 0px 10px rgba(197, 197, 197, 0.45);
          box-shadow: 0px 0px 10px rgba(197, 197, 197, 0.45);
}

.domain-search-box .domain-carousel .item span {
  color: var(--theme_color_2);
  font-weight: 600;
  font-size: 14px;
  padding-left: 22px;
  border-left: 1px solid #F4F6FC;
}

.section-title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.section-title h2 {
  color: var(--theme_color_2);
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
}

.section-title p {
  font-weight: normal;
  font-size: 13px;
  line-height: 11px;
  color: var(--theme_color_2);
  margin-top: 3px;
  margin-bottom: 50px;
}

.service-packs {
  padding: 50px 0;
}

.service-packs .container .packs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

.pack-tab-wrap {
  display: none;
}

.pack-tab-wrap.show-tab {
  display: block;
}

.pack-item {
  background: #FFFFFF;
  border: 1px solid #F4F6FC;
  border-radius: 5px;
  width: 285px;
  height: 100%;
  padding: 25px;
  position: relative;
  -webkit-transition: .2s all;
  transition: .2s all;
  margin-right: 30px;
}

.pack-item:nth-child(4n) {
  margin-right: 0;
}

.pack-item:hover {
  -webkit-box-shadow: 0px 0px 10px rgba(197, 197, 197, 0.45);
          box-shadow: 0px 0px 10px rgba(197, 197, 197, 0.45);
}

.pack-item:hover::before {
  background: var(--theme_color_1_hover);
}

.pack-item::before {
  -webkit-transition: .2s all;
  transition: .2s all;
  content: "";
  height: 7px;
  background: #DFE3EC;
  border-radius: 5px 5px 0px 0px;
  width: 92%;
  left: 4%;
  top: -7px;
  position: absolute;
}

.pack-item .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #F4F6FC;
}

.pack-item .head .icon {
  width: 50px;
  background: var(--theme_color_1_hover);
  border-radius: 5px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 17px;
}

.pack-item .head .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.pack-item .head .text b {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: var(--theme_color_2);
}

.pack-item .head .text span {
  font-weight: normal;
  font-size: 13px;
  line-height: 15px;
  color: #808688;
}

.pack-item ul {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #F4F6FC;
}

.pack-item ul li {
  margin-bottom: 15px;
  font-weight: normal;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pack-item ul li b {
  margin-right: 4px;
}

.pack-item ul li img {
  margin-right: 5px;
}

.pack-item ul li:last-child {
  margin-bottom: 0;
}

.pack-item .bottom {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pack-item .bottom span {
  background: var(--theme_color_2);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 15px;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
  font-size: 13px;
  color: #fff;
  height: 33px;
}

.pack-item .bottom a {
  background: var(--theme_color_1);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
  font-size: 13px;
  color: #fff;
  height: 33px;
  -webkit-transition: .2s all;
  transition: .2s all;
}

.pack-item .bottom a:hover {
  background: var(--theme_color_1_hover);
}

.pt-0 {
  padding-top: 0px !important;
}

.why-we {
  padding: 50px 0;
}

.why-we.white-bg {
  background: #fff;
}

.why-we.white-bg .list-item {
  background: #FAFBFD;
}

.why-we-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.why-we-list .list-item {
  background: #FFFFFF;
  border-radius: 5px;
  width: 390px;
  height: 115px;
  margin-right: 30px;
  margin-bottom: 30px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .2s all;
  transition: .2s all;
}

.why-we-list .list-item:hover .icon {
  border-radius: 50%;
}

.why-we-list .list-item .icon {
  -webkit-transition: .2s all;
  transition: .2s all;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 75px;
  height: 75px;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #7F46FF;
  margin-right: 25px;
}

.why-we-list .list-item .icon.yellow {
  background: var(--theme_color_1);
}

.why-we-list .list-item .icon.pink {
  background: #FF3A67;
}

.why-we-list .list-item .icon.ten {
  background: #FDB97E;
}

.why-we-list .list-item .icon.red {
  background: #FF4F19;
}

.why-we-list .list-item .icon.blue {
  background: var(--theme_color_1_hover);
}

.why-we-list .list-item .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.why-we-list .list-item .text span {
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  color: var(--theme_color_2);
  margin-bottom: 10px;
  display: block;
}

.why-we-list .list-item .text p {
  font-weight: normal;
  font-size: 13px;
  line-height: 15px;
  color: #808688;
}

.why-we-list .list-item:nth-child(3n) {
  margin-right: 0;
}

.customers {
  width: 100%;
  background: #FFFFFF;
  height: 316px;
  margin-bottom: 100px;
}

.customers .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding-top: 50px;
}

.customers .container span {
  background: var(--theme_color_1_hover);
  width: 180px;
  min-height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  border-radius: 5px;
  margin-bottom: 20px;
}

.customers .container b {
  font-weight: 600;
  font-size: 20px;
  color: var(--theme_color_2);
}

.customers .container p {
  margin-top: 3px;
  font-weight: normal;
  font-size: 12px;
  line-height: 11px;
  color: var(--theme_color_2);
}

.customers .container .customer-img {
  width: 100%;
  min-height: 210px;
  margin-top: 50px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}

.customers .container .customer-img .overlay {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
}

.customers .container .customer-img .overlay span {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 5px;
  width: 180px;
  height: 107px;
  margin: 0 15px;
  -webkit-transition: .2s all;
  transition: .2s all;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--theme_color_2);
}

.customers .container .customer-img .overlay span:hover {
  background: rgba(255, 180, 70, 0.9);
  color: #fff;
}

.customers .container .customer-img .overlay span:hover b {
  color: #fff;
}

.customers .container .customer-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.testimonials {
  padding: 50px 0;
}

.testimonials .testi-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.testimonials .testi-item {
  width: 390px;
  height: 224px;
  background: #FFFFFF;
  border-radius: 5px;
  padding: 25px;
  margin: 10px 30px 0 0;
  position: relative;
  -webkit-transition: .2s all;
  transition: .2s all;
}

.testimonials .testi-item:hover {
  -webkit-box-shadow: 0px 0px 10px rgba(197, 197, 197, 0.45);
          box-shadow: 0px 0px 10px rgba(197, 197, 197, 0.45);
}

.testimonials .testi-item:hover .badge > svg path {
  fill: var(--theme_color_1_hover);
}

.testimonials .testi-item.blue .badge > svg path {
  fill: var(--theme_color_1_hover);
}

.testimonials .testi-item.yellow .badge > svg path {
  fill: var(--theme_color_1);
}

.testimonials .testi-item .badge {
  position: absolute;
  top: -6px;
  right: 25px;
}

.testimonials .testi-item .badge > svg {
  -webkit-transition: .2s all;
  transition: .2s all;
}

.testimonials .testi-item .badge > svg path {
  -webkit-transition: .2s all;
  transition: .2s all;
  fill: var(--theme_color_1);
}

.testimonials .testi-item .badge span {
  position: absolute;
  left: 11px;
  top: 10px;
}

.testimonials .testi-item .person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 25px;
  border-bottom: 0.5px solid #F4F6FC;
}

.testimonials .testi-item .person .pic {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.testimonials .testi-item .person .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.testimonials .testi-item .person .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 20px;
}

.testimonials .testi-item .person .inner b {
  font-size: 15px;
  font-weight: 600;
  color: var(--theme_color_2);
}

.testimonials .testi-item .person .inner span {
  font-size: 12px;
  font-weight: 500;
  color: var(--theme_color_2);
}

.testimonials .testi-item .person > img {
  margin-left: auto;
}

.testimonials .testi-item .comment {
  color: #808688;
  font-size: 14px;
  line-height: 1.3;
  padding-top: 20px;
}

footer {
  padding: 42px 0;
  background: var(--theme_color_2);
}

footer .container .footer-links {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .container .footer-links .link-col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

footer .container .footer-links .link-col b {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 16px;
  display: block;
}

footer .container .footer-links .link-col a {
  display: block;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF;
  margin-bottom: 16px;
  -webkit-transition: .2s all;
  transition: .2s all;
}

footer .container .footer-links .link-col a:hover {
  padding-left: 5px;
  color: var(--theme_color_1_hover);
}

footer .container .footer-mid {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #3E4B57;
  border-bottom: 1px solid #3E4B57;
  padding: 30px 0;
  margin-top: 15px;
}

footer .container .footer-mid nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .container .footer-mid nav a {
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  margin: 0 20px;
  -webkit-transition: .2s all;
  transition: .2s all;
}

footer .container .footer-mid nav a:hover {
  color: var(--theme_color_1_hover);
}

footer .container .footer-mid .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .container .footer-mid .socials a {
  width: 30px;
  height: 30px;
  background: #fff;
  color: var(--theme_color_2);
  font-size: 17px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 13px;
}

footer .container .footer-mid .socials a:hover {
  background: var(--theme_color_1_hover);
}

footer .container .footer-bottom {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 30px;
}

footer .container .footer-bottom p {
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
}

footer .container .footer-bottom .right a {
  font-weight: 500;
  font-size: 13px;
  color: #fff;
  margin-left: 15px;
}

footer .container .footer-bottom .right a img {
  margin-right: 5px;
}

.hosting-packs-list {
  padding: 50px 0;
}

.hosting-packs-list .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

.hosting-packs-list .container .hosting-pack:nth-child(4n) {
  margin-right: 0 !important;
}

.hosting-pack {
  width: 285px;
  margin-top:3%;

  border-top: 10px solid var(--theme_color_1);
  background: #fff;
  margin-right: 30px;
  -webkit-transition: .2s all;
  transition: .2s all;
}

.hosting-pack:hover {
  -webkit-transform: scale(1.01) translateY(-5px);
          transform: scale(1.01) translateY(-5px);
  -webkit-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
}

.hosting-pack .title {
  width: 100%;
  justify-content: center;
  height: 65px;
  background: var(--theme_color_1_hover);
  padding: 0 15px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 16px;
}

.hosting-pack .title svg {
  margin-right: 15px;
}

.hosting-pack .pack-content {
  padding: 20px 15px;
}

.hosting-pack .pack-content p {
  font-weight: normal;
  font-size: 13px;
  color: #808688;
  padding-bottom: 20px;
  border-bottom: 1px solid #F4F6FC;
  text-align: center;
}

.hosting-pack .pack-content .pricing {
  padding: 20px 0;
  border-bottom: 1px solid #F4F6FC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hosting-pack .pack-content .pricing .sale {
  width: 70px;
  height: 25px;
  border-radius: 25px;
  background: var(--theme_color_1);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  font-size: 11px;
}

.hosting-pack .pack-content .pricing span {
  font-weight: 600;
  font-size: 30px;
  color: var(--theme_color_2);
  margin-top: 10px;
  margin-bottom: 20px;
  display: block;
}

.hosting-pack .pack-content .pricing a {
  width: 100%;
  height: 45px;
  border-radius: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  background: var(--theme_color_1_hover);
  -webkit-transition: .2s all;
  transition: .2s all;
}

.hosting-pack .pack-content .pricing a:hover {
  background: var(--theme_color_1);
}

.hosting-pack .pack-content ul {
  padding-top: 20px;
}

.hosting-pack .pack-content ul li {
  margin-bottom: 15px;
  font-weight: normal;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hosting-pack .pack-content ul li b {
  margin-right: 4px;
}

.hosting-pack .pack-content ul li img {
  margin-right: 5px;
}

.hosting-pack .pack-content ul li:last-child {
  margin-bottom: 0;
}

.specs-table {
  margin-bottom: 50px;
}

.specs-table .container {
  position: relative;
}

.specs-table .container .table-head {
  border-top: 7px solid var(--theme_color_1);
  height: 122px;
  background: var(--theme_color_1_hover);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  z-index: 99;
}

.specs-table .container .table-head span {
  width: 140px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-weight: 600;
  margin-left: 16px;
  font-size: 15px;
}

.specs-table .container .table-head span:hover {
  background: #1e82fa;
}

.specs-table .container .table-head span img {
  margin-bottom: 15px;
}

.specs-table .container .table-content {
  width: 100%;
}

.specs-table .container .table-content .table-row {
  background: #F4F6FA;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 16px;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.specs-table .container .table-content .table-row:hover {
  border-radius: 10px;
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.specs-table .container .table-content .table-row:nth-child(even) {
  background: #F2F4FA;
}

.specs-table .container .table-content .table-row span {
  width: 140px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--theme_color_2);
  margin-left: 16px;
}
.specs-table .container .table-content .table-row span:nth-child(6) {
	padding-left: 40px;
}

.specs-table .container .table-content .table-row span:nth-child(7) {
	padding-left: 40px;
}


.specs-table .container .table-content .table-row a {
  width: 110px;
  height: 33px;
  border-radius: 3px;
  background: var(--theme_color_1);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
  font-size: 13px;
}

.hosting-table {
  padding: 50px 0;
}

.hosting-table .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.hosting-table .container .table-left {
  width: 315px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.hosting-table .container .table-left span {
  width: 100%;
  height: 50px;
  background: #F4F6FA;
  padding: 0 30px;
  font-weight: 500;
  font-size: 14px;
  color: var(--theme_color_2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hosting-table .container .table-left span:nth-child(even) {
  background: #F0F3F9;
}

.hosting-table .container .table-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hosting-table .container .table-right .right-col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.hosting-table .container .table-right .right-col:hover .col-head {
  border-top: 5px solid var(--theme_color_1_hover);
}

.hosting-table .container .table-right .right-col .col-head {
  background: #FAFBFD;
  width: 100%;
  height: 120px;
  border-top: 5px solid var(--theme_color_1);
  -webkit-box-shadow: 0px 0px 4px rgba(197, 197, 197, 0.25);
          box-shadow: 0px 0px 4px rgba(197, 197, 197, 0.25);
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  font-size: 14px;
  color: var(--theme_color_2);
}

.hosting-table .container .table-right .right-col .col-head svg {
  margin-bottom: 15px;
}

.hosting-table .container .table-right .right-col .col-body {
  background: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.hosting-table .container .table-right .right-col .col-body span {
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid #F4F6FC;
  font-weight: normal;
  font-size: 14px;
  color: var(--theme_color_2);
}

.our-features {
  background: #fff;
  padding: 50px 0;
}

.our-features-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.our-features-wrap .image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 600px;
  height: 420px;
  border-radius: 5px;
  overflow: hidden;
}

.our-features-wrap .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.our-features-wrap .details {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 30px;
}

.our-features-wrap .details .tab-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.our-features-wrap .details .tab-buttons button {
  width: 180px;
  height: 52px;
  border-radius: 5px;
  background: var(--theme_color_1_hover);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 30px;
  font-weight: 500;
  font-size: 14px;
  border: none;
  -webkit-transition: .2s all;
  transition: .2s all;
}

.our-features-wrap .details .tab-buttons button:hover {
  background: var(--theme_color_1);
}

.our-features-wrap .details .tab-buttons button.active {
  background: var(--theme_color_1);
}

.our-features-wrap .details .tab-content {
  display: none;
}

.our-features-wrap .details .tab-content.show-tab {
  display: block;
}

.our-features-wrap .details .tab-content h3 {
  font-weight: 600;
  font-size: 20px;
  color: var(--theme_color_2);
  margin-bottom: 30px;
}

.our-features-wrap .details .tab-content p {
  font-weight: normal;
  font-size: 13px;
  line-height: 15px;
  color: #808688;
}

.faq-wrapper {
  margin: 50px 0;
}

.faq-wrapper .container .faq-heading {
  text-align: center;
  margin-bottom: 50px;
}

.faq-wrapper .container .faq-heading h2 {
  color: #353550;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
}

.faq-wrapper .container .faq-heading .desc {
  color: #718192;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
}

.faq-wrapper .container .faq {
  border-radius: 5px;
  margin-bottom: 30px;
}

.faq-wrapper .container .faq-head {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 55px;
  padding: 0 25px;
  cursor: pointer;
  background: #F4F6FA;
  border-radius: 5px;
}

.faq-wrapper .container .faq-head.open {
  background: var(--theme_color_1_hover);
}

.faq-wrapper .container .faq-head.open h3, .faq-wrapper .container .faq-head.open .icon {
  color: #fff;
}

.faq-wrapper .container .faq-head h3, .faq-wrapper .container .faq-head .icon {
  color: var(--theme_color_2);
  font-weight: 500;
  font-size: 14px;
}

.faq-wrapper .container .faq-text {
  display: none;
  color: #808688;
  font-weight: normal;
  font-size: 13px;
  line-height: 15px;
  padding: 30px 0;
  margin: 0 30px;
  border-top: 1px solid #F4F6FC;
}

.blog-detail-page {
  padding: 50px 0;
  margin-top: 100px;
}

.blog-detail-page .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-detail-page .container .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.blog-detail-page .container .content .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.blog-detail-page .container .content .info .tag {
  width: 180px;
  height: 45px;
  background: var(--theme_color_1_hover);
  border-radius: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  margin-right: 20px;
}

.blog-detail-page .container .content .info span {
  font-weight: 600;
  font-size: 15px;
  color: var(--theme_color_1_hover);
}

.blog-detail-page .container .content h1 {
  font-weight: bold;
  font-size: 30px;
  color: var(--theme_color_2);
  margin-bottom: 30px;
  display: block;
}

.blog-detail-page .container .content .image {
  width: 100%;
  margin-bottom: 30px;
}

.blog-detail-page .container .content .image img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.blog-detail-page .container .content .text {
  font-weight: normal;
  font-size: 15px;
  line-height: 17px;
  color: #808688;
}

.blog-detail-page .container .content .text h3 {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #808688;
}

.blog-detail-page .container aside {
  width: 285px;
  margin-left: 30px;
  position: relative;
}

.blog-detail-page .container aside .hosting-pack {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}

.blog-posts {
  padding: 50px 0;
  background: #fff;
}

.blog-posts .container .posts-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.post-item {
  width: 285px;
  background: #FAFBFD;
  border-radius: 0 0 5px 5px;
  margin-right: 30px;
  -webkit-transition: .2s all;
  transition: .2s all;
  margin-top: 10px;
}

.post-item:hover {
  -webkit-box-shadow: 0px 0px 10px rgba(197, 197, 197, 0.45);
          box-shadow: 0px 0px 10px rgba(197, 197, 197, 0.45);
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.post-item .img {
  width: 100%;
  height: 170px;
  border-radius: 5px 5px 0px 0px;
  overflow: hidden;
}

.post-item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.post-item .content {
  padding: 22px 18px;
}

.post-item .content span {
  font-weight: 600;
  font-size: 15px;
  color: var(--theme_color_2);
  display: block;
  margin-bottom: 10px;
}

.post-item .content p {
  font-weight: normal;
  font-size: 13px;
  color: #808688;
  margin-bottom: 20px;
}

.post-item .content a {
  width: 100%;
  height: 43px;
  border-radius: 3px;
  background: var(--theme_color_1_hover);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
  font-size: 14px;
  -webkit-transition: .2s all;
  transition: .2s all;
}

.post-item .content a:hover {
  background: var(--theme_color_1);
}

.domain-input {
  width: 600px;
  height: 60px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #F4F6FC;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.domain-input input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: none;
  border: none;
}

.domain-input button {
  width: 145px;
  height: 42px;
  background: var(--theme_color_1);
  border-radius: 5px;
  border: none;
  color: #fff;
  cursor: pointer;
  -webkit-transition: .2s all;
  transition: .2s all;
}

.domain-input button:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  background: var(--theme_color_1_hover);
}

.domains-slider {
  background: #FAFBFD;
  height: 90px;
  width: 100%;
  -webkit-box-shadow: 0px 0px 4px rgba(197, 197, 197, 0.25);
          box-shadow: 0px 0px 4px rgba(197, 197, 197, 0.25);
  position: relative;
}

.domains-slider .container {
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.domains-slider .domain-carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.domains-slider .domain-carousel .item {
  padding: 10px 15px;
  background: #FFFFFF;
  border: 1px solid #F4F6FC;
  border-radius: 5px;
  width: 176px;
  height: 53px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 23px;
  -webkit-transition: .2s all;
  transition: .2s all;
  margin: 5px 23px 5px 0;
}

.domains-slider .domain-carousel .item:hover {
  -webkit-box-shadow: 0px 0px 10px rgba(197, 197, 197, 0.45);
          box-shadow: 0px 0px 10px rgba(197, 197, 197, 0.45);
}

.domains-slider .domain-carousel .item span {
  color: var(--theme_color_2);
  font-weight: 600;
  font-size: 14px;
  padding-left: 22px;
  border-left: 1px solid #F4F6FC;
}

.support {
  width: 100%;
  height: 180px;
  background: url(../images/live-spupprt.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.support .overlay {
  background: rgba(45, 138, 250, 0.8);
  width: 100%;
  height: 180px;
}

.support .overlay .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.support .overlay .container p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-weight: bold;
  font-size: 25px;
  line-height: 30px;
}

.support .overlay .container p svg {
  margin-right: 30px;
}

.support .overlay .container a {
  width: 285px;
  height: 70px;
  background: var(--theme_color_1);
  border-radius: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  -webkit-transition: .2s all;
  transition: .2s all;
}

.support .overlay .container a:hover {
  background: #0458bd;
}

.domain-offers {
  width: 100%;
  height: 65px;
  background: var(--theme_color_1);
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.domain-offers-wrap {
  padding: 50px 0;
}

.domain-offers-table {
  width: 100%;
  margin-top: 50px;
}

.domain-offers-table table {
  width: 100%;
  border-collapse: collapse;
}

.domain-offers-table table thead tr {
  background: #DEE1E7;
  border-radius: 5px 5px 0px 0px;
  height: 60px;
  padding: 0 30px;
}

.domain-offers-table table thead tr th {
  font-weight: bold;
  font-size: 14px;
  color: var(--theme_color_2);
}

.domain-offers-table table thead tr th:first-child {
  border-radius: 5px 0 0 0;
  padding-left: 30px;
  text-align: start;
}

.domain-offers-table table thead tr th:last-child {
  border-radius: 0 5px 0 0;
  padding-right: 30px;
}

.domain-offers-table table tbody tr {
  background: rgba(244, 246, 250, 0.8);
  height: 50px;
  -webkit-transition: .2s all;
  transition: .2s all;
}

.domain-offers-table table tbody tr:nth-child(even) {
  background: rgba(240, 243, 249, 0.8);
}

.domain-offers-table table tbody tr:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.domain-offers-table table tbody tr td {
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  color: var(--theme_color_2);
}

.domain-offers-table table tbody tr td:first-child {
  padding-left: 30px;
  text-align: start;
}

.domain-offers-table table tbody tr td:last-child {
  padding-right: 30px;
}

.domain-offers p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  width: 180px;
  height: 70px;
  background: #ECA640;
  border-radius: 5px 100px 100px 5px;
}

.domain-offers .caro-wrap {
  width: calc(100% - 180px);
  padding: 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.domain-offers .caro-wrap button {
  width: 20px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  color: #fff;
  font-size: 18px;
  -webkit-transition: .2s all;
  transition: .2s all;
}

.domain-offers .caro-wrap button:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.domain-offers .caro-wrap .offers-carousel {
  width: calc(100% - 90px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.domain-offers .caro-wrap .offers-carousel .item {
  width: 263px;
  height: 40px;
  background: #ECA640;
  border-radius: 100px;
  margin-right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 17px;
  -webkit-transition: .2s all;
  transition: .2s all;
}

.domain-offers .caro-wrap .offers-carousel .item:hover {
  background: var(--theme_color_1_hover);
}

.domain-offers .caro-wrap .offers-carousel .item span {
  font-weight: 600;
  font-size: 13px;
  color: #fff;
  margin-left: 17px;
  padding-left: 17px;
  border-left: 1px solid #fff;
}

.contact-boxes {
  margin-top: -40px;
}

.contact-boxes .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact-boxes .container .contact-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 209px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 4px rgba(176, 176, 176, 0.25);
          box-shadow: 0px 0px 4px rgba(176, 176, 176, 0.25);
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 30px;
  -webkit-transition: .2s all;
  transition: .2s all;
}

.contact-boxes .container .contact-box:hover {
  background: var(--theme_color_1);
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.contact-boxes .container .contact-box:hover svg {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.contact-boxes .container .contact-box:hover svg path {
  fill: #fff;
}

.contact-boxes .container .contact-box:hover b {
  color: #fff;
}

.contact-boxes .container .contact-box:hover a {
  color: #fff;
}

.contact-boxes .container .contact-box svg {
  -webkit-transition: .2s all;
  transition: .2s all;
  margin-bottom: 35px;
}

.contact-boxes .container .contact-box b {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 10px;
  color: var(--theme_color_2);
}

.contact-boxes .container .contact-box a {
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #808688;
}

.contact-boxes .container .contact-box:nth-child(2) {
  margin: 0 30px;
}

.contact-cards {
  width: 100%;
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact-cards .card {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 558px;
  background: #fff;
}

.contact-cards .card #map {
  border-radius: 0 10px 10px 0;
}

.contact-cards .card:first-child {
  border-radius: 0 10px 10px 0;
  margin-right: 30px;
}

.contact-cards .card:last-child {
  padding: 45px;
  border-radius: 10px 0 0 10px;
}

.contact-cards .card:last-child > a {
  -webkit-transition: .2s all;
  transition: .2s all;
}

.contact-cards .card:last-child > a:hover {
  background: var(--theme_color_1_hover);
}

.contact-cards .card .head {
  color: var(--theme_color_2);
  margin-bottom: 30px;
}

.contact-cards .card .head span {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
}

.contact-cards .card .head p {
  font-weight: normal;
  font-size: 10px;
  line-height: 11px;
}

.input-wrap {
  width: 100%;
  margin-bottom: 20px;
  max-width: 555px;
}

.input-wrap.tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.input-wrap.tel input {
  border-radius: 0 5px 5px 0;
}

.input-wrap > span {
  color: #B2B2B2;
  width: 85px;
  height: 49px;
  background: #F7EEEE;
  border-radius: 5px 0px 0px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.input-wrap > span img {
  margin-right: 3px;
}

.iziModal-overlay {
	z-index: 99999 !important;
}

.iziModal {
	z-index: 999990 !important;
}
.input-wrap > span .fa-chevron-down {
  font-size: 7px;
  margin-left: 3px;
}

.input-wrap input {
  width: 100%;
  height: 49px;
  border-radius: 5px;
  border: 1px solid #F4F6FC;
  background: #fff;
  text-indent: 20px;
  font-weight: normal;
  font-size: 14px;
  color: #808688;
  -webkit-transition: .2s all;
  transition: .2s all;
}

.input-wrap input:focus {
  border: 1px solid var(--theme_color_1);
  -webkit-box-shadow: 0px 0px 0px 4px rgba(255, 180, 70, 0.2);
          box-shadow: 0px 0px 0px 4px rgba(255, 180, 70, 0.2);
}

.input-wrap input::-webkit-input-placeholder {
  color: #808688;
}

.input-wrap input:-ms-input-placeholder {
  color: #808688;
}

.input-wrap input::-ms-input-placeholder {
  color: #808688;
}

.input-wrap input::placeholder {
  color: #808688;
}

.input-wrap textarea {
  width: 100%;
  height: 119px;
  resize: none;
  border-radius: 5px;
  border: 1px solid #F4F6FC;
  background: #fff;
  padding: 16px 20px;
  font-weight: normal;
  font-size: 14px;
  color: #808688;
  -webkit-transition: .2s all;
  transition: .2s all;
}

.input-wrap textarea:focus {
  border: 1px solid var(--theme_color_1);
  -webkit-box-shadow: 0px 0px 0px 4px rgba(255, 180, 70, 0.2);
          box-shadow: 0px 0px 0px 4px rgba(255, 180, 70, 0.2);
}

.send-message {
  max-width: 555px;
  width: 100%;
  height: 49px;
  border-radius: 5px;
  background: var(--theme_color_1);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
  font-size: 14px;
  border: none;
  cursor: pointer;
}

.register-page {
  background: url(../images/iletisim-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: auto;
}

.register-page .overlay {
  background: rgba(45, 138, 250, 0.8);
  width: 100%;
  height: 100%;
  padding: 160px 0;
}

.register-page .overlay .container {
  max-width: 1020px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.register-page .overlay .container .content-form {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 30px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  padding: 30px;
}

.register-page .overlay .container .content-form .head {
  color: var(--theme_color_2);
  margin-bottom: 30px;
}

.register-page .overlay .container .content-form .head span {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
}

.register-page .overlay .container .content-form .head p {
  font-weight: normal;
  font-size: 10px;
  line-height: 11px;
}

.register-page .overlay .container .content-form .line {
  margin: 25px 0;
  width: 66px;
  height: 2px;
  background: var(--theme_color_1_hover);
}

.register-page .overlay .container .content-form .input-wrap {
  max-width: 100% !important;
}

.register-page .overlay .container .content-form .send-message {
  max-width: 100%;
  margin-top: 25px;
  -webkit-transition: .2s all;
  transition: .2s all;
}

.register-page .overlay .container .content-form .send-message:hover {
  background: var(--theme_color_1_hover);
}

.register-page .overlay .container .content-side {
  width: 285px;
}

.register-page .overlay .container .content-side .already-user {
  width: 100%;
  height: auto;
  background: var(--theme_color_1_hover);
  padding: 30px;
  border-radius: 5px;
  color: #FFFFFF;
  margin-bottom: 40px;
}

.register-page .overlay .container .content-side .already-user span {
  font-weight: 600;
  font-size: 20px;
}

.register-page .overlay .container .content-side .already-user p {
  font-weight: normal;
  font-size: 12px;
}

.register-page .overlay .container .content-side .already-user .line {
  margin-top: 26px;
  margin-top: 17px;
  border: 1px solid #FFFFFF;
  width: 66px;
}

.register-page .overlay .container .content-side .already-user a {
  margin-top: 17px;
  -webkit-transition: .2s all;
  transition: .2s all;
}

.register-page .overlay .container .content-side .already-user a:hover {
  background: #066fee;
}

.register-page .overlay .container .content-side .paket-wrap {
  position: relative;
}

.register-page .overlay .container .content-side .paket-wrap .paket-left {
  left: 10px;
  position: absolute;
  width: 20px;
  height: 40px;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  border: none;
  background: var(--theme_color_1_hover);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 99;
  cursor: pointer;
}

.register-page .overlay .container .content-side .paket-wrap .paket-right {
  z-index: 99;
  border: 1px solid red;
  right: 10px;
  position: absolute;
  width: 20px;
  height: 40px;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  border: none;
  cursor: pointer;
  background: var(--theme_color_1_hover);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.register-page .overlay .container .content-side .paket {
  width: 100%;
  background: #fff;
  border-radius: 5px;
  position: relative;
}

.register-page .overlay .container .content-side .paket .slick-dots {
  bottom: 0px !important;
}

.register-page .overlay .container .content-side .paket .slick-dots li {
  margin: 0;
  padding: 0;
}

.register-page .overlay .container .content-side .paket .slick-dots li.slick-active {
  margin-right: 10px;
}

.register-page .overlay .container .content-side .paket .slick-dots li.slick-active button {
  margin: 0;
  background-color: var(--theme_color_1_hover) !important;
  border: 0px solid var(--theme_color_1_hover) !important;
  width: 25px !important;
  height: 4px !important;
}

.register-page .overlay .container .content-side .paket .slick-dots li.slick-active button::before {
  color: var(--theme_color_1_hover) !important;
}

.register-page .overlay .container .content-side .paket .slick-dots li button {
  border: 0 !important;
  border-radius: 15px;
  background-color: rgba(45, 138, 250, 0.5) !important;
  width: 15px !important;
  height: 4px !important;
}

.register-page .overlay .container .content-side .paket .slick-dots li button::before {
  width: 0px !important;
  height: 0px !important;
  font-size: 0px !important;
  color: #fff !important;
  content: "" !important;
}

.register-page .overlay .container .content-side .paket .paket-item {
  width: 100%;
  height: 100%;
  padding: 30px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.register-page .overlay .container .content-side .paket .paket-item a {
  -webkit-transition: .2s all;
  transition: .2s all;
}

.register-page .overlay .container .content-side .paket .paket-item a:hover {
  background: var(--theme_color_1_hover);
}

.register-page .overlay .container .content-side .paket::before {
  content: "";
  width: 95%;
  height: 7px;
  background: rgba(223, 227, 236, 0.8);
  border-radius: 5px 5px 0px 0px;
  position: absolute;
  left: 2.5%;
  top: -7px;
}

.register-page .overlay .container .content-side .paket::after {
  content: "";
  width: 90%;
  height: 7px;
  background: rgba(223, 227, 236, 0.5);
  border-radius: 5px 5px 0px 0px;
  position: absolute;
  left: 5%;
  top: -14px;
}

.register-page .overlay .container .content-side .paket span {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 27px;
  background: var(--theme_color_1_hover);
}

.register-page .overlay .container .content-side .paket b {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
}

.register-page .overlay .container .content-side .paket p {
  font-weight: normal;
  font-size: 13px;
  line-height: 15px;
  color: #808688;
  margin-bottom: 27px;
}

.flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-wrap .input-wrap:first-child {
  margin-right: 30px;
}

/* The container */
.check-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-weight: normal;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: var(--theme_color_2);
  padding-top: 4px;
}

/* Hide the browser's default checkbox */
.check-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border: 1px solid var(--theme_color_2);
  border-radius: 2px;
}

/* On mouse-over, add a grey background color */
.check-container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.check-container input:checked ~ .checkmark {
  background-color: var(--theme_color_2);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.check-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.check-container .checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mega-menu {
  position: fixed;
  top: 170px;
  left: 0;
  width: 100%;
  background: var(--theme_color_1_hover);
  padding: 20px 0 0 0;
  opacity: 0;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-transition: .2s all;
  transition: .2s all;
  pointer-events: none;
  z-index:99999;
}

.mega-menu .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mega-menu a.menu-link {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 200px;
  border-radius: 5px;
  padding: 30px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 30px;
  -webkit-transition: .2s all;
  transition: .2s all;
  margin-bottom: 10px;
}

.mega-menu a.menu-link:hover {
  background: var(--theme_color_1);
}

.mega-menu a.menu-link:hover span {
  width: 118px;
  background: #ECA63F;
}

.mega-menu a.menu-link:nth-child(4n) {
  margin-right: 0;
}

.mega-menu a.menu-link span {
  width: 75px;
  height: 93px;
  background: #2D81E7;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 18px;
  -webkit-transition: .2s all;
  transition: .2s all;
}

.mega-menu a.menu-link span svg {
	width: 30px;
	height: auto;
}

.mega-menu a.menu-link b {
  font-weight: bold;
  font-size: 17px;
  line-height: 20px;
  color: #fff;
  display: block;
  margin-bottom: 10px;
}

.mega-menu a.menu-link p {
  font-weight: 500;
  font-size: 13px;
  line-height: 14px;
  color: #fff;
}

.mega-menu .menu-announce {
  width: 100%;
  background: var(--theme_color_1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 6px 0;
}

.mega-menu .menu-announce p {
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mega-menu .menu-announce p img {
  margin-right: 10px;
}

.mega-menu .menu-announce a {
  margin-left: 15px;
  width: 145px;
  height: 42px;
  background: #F1AC45;
  border-radius: 5px;
  color: #fff !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mega-menu .menu-announce a:hover {
  font-size: 14px;
  background: var(--theme_color_1_hover);
}

.mega-menu-bg {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  height: calc(100vh - 300px);
  background: rgba(67, 80, 92, 0.95);
  z-index: 9969;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: .2s all;
  transition: .2s all;
}

.mega-menu-bg.show {
  opacity: 1;
  pointer-events: all;
}

.mobile-menu-bg {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  height: calc(100vh - 385px);
  background: rgba(67, 80, 92, 0.95);
  z-index: 9800;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.mobile-menu-bg.show {
  opacity: 1;
  pointer-events: all;
}

.mobile-menu {
  width: 100%;
  padding: 30px 15px 20px 15px;
  background: #fff;
  position: fixed;
  top: 120px;
  left: 0;
  z-index: 9900;
  display: none;
}

.mobile-menu .login-actions {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  border-bottom: 1px solid #f4f4f4;
}

.mobile-menu .login-actions a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 48px;
  background: var(--theme_color_1_hover);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  border-radius: 2px;
  font-size: 14px;
}

.mobile-menu .login-actions a img {
  margin-right: 5px;
}

.mobile-menu .login-actions a:first-child {
  margin-right: 10px;
}

.mobile-menu .login-actions a:last-child {
  background: var(--theme_color_1);
}

.mobile-menu nav ul > li {
  padding: 20px 15px;
  border-bottom: 1px solid #f4f4f4;
}

.mobile-menu nav ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  font-weight: 500;
  font-size: 13px;
  color: var(--theme_color_2);
}

.mobile-menu nav ul > li > a.open {
  color: var(--theme_color_1_hover);
}

.mobile-menu nav ul > li > a.open .fa-chevron-down {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.mobile-menu nav ul > li .dropdown {
  display: none;
}

.mobile-menu nav ul > li .dropdown a {
  display: block;
  padding-top: 13px;
  font-size: 13px;
  color: var(--theme_color_2);
}

.go-up {
  position: fixed;
  bottom: 30px;
  right: 30px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: .2s all;
  transition: .2s all;
}

.go-up.show {
  opacity: 1;
  pointer-events: all;
}

.go-up a {
  width: 45px;
  height: 45px;
  border-radius: 5px;
  background: rgba(255, 180, 70, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 14px;
  -webkit-transition: .2s all;
  transition: .2s all;
}

.go-up a:hover {
  background: var(--theme_color_1);
}

.cookie {
  position: fixed;
  bottom: 30px;
  left: 30px;
  opacity: 1;
  pointer-events: all;
  -webkit-transition: .2s all;
  transition: .2s all;
  width: 400px;
  padding: 20px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

.cookie.show {
  opacity: 1;
  pointer-events: all;
}

.cookie b {
  font-size: 14px;
  color: var(--theme_color_1_hover);
}

.cookie p {
  font-size: 13px;
  color: #808688;
  margin-top: 5px;
}

.cookie button {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  color: #808688;
  -webkit-transition: .2s all;
  transition: .2s all;
}

.cookie button:hover {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  cursor: pointer;
}

.hosting-links {
  padding: 50px 0 0 0;
}

.hosting-links .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.hosting-links .container a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 285px;
  margin-bottom: 20px;
  max-width: 390px;
  background: #F4F6FA;
  border-radius: 5px;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 13px;
  font-weight: 600;
  font-size: 16px;
  color: var(--theme_color_2);
  margin-right: 30px;
  -webkit-transition: .2s all;
  transition: .2s all;
}

.hosting-links .container a.active {
  background: var(--theme_color_1_hover);
  color: #fff;
}

.hosting-links .container a.active span {
  background: #2D86F1;
}

.hosting-links .container a.active span svg path {
  fill: #fff;
}

.hosting-links .container a:hover {
  background: var(--theme_color_1_hover);
  color: #fff;
}

.hosting-links .container a:hover span {
  background: #2D86F1;
}

.hosting-links .container a:hover span svg path {
  fill: #fff;
}

.hosting-links .container a:nth-child(4n) {
  margin-right: 0;
}

.hosting-links .container a span {
  -webkit-transition: .2s all;
  transition: .2s all;
  background: #EBECEF;
  border-radius: 3px;
  width: 44px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 13px;
}


.mobile-lang-cur {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 20px;
  padding-top: 10px;
  border-bottom: 1px solid #F4F6FC;
  margin-bottom: 20px;
}

.mobile-lang-cur .lang {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-right: 1px solid #F4F6FC;
}

.mobile-lang-cur .lang a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 14px;
  color: var(--theme_color_2);
}

.mobile-lang-cur .lang a img {
  margin-right: 6px;
}

.mobile-lang-cur .lang a .fa-chevron-down {
  margin-left: 4px;
  color: #cbcbcb;
}

.mobile-lang-cur .currency {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.mobile-lang-cur .currency a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 14px;
  color: var(--theme_color_2);
}

.mobile-lang-cur .currency a .fa-chevron-down {
  margin-left: 4px;
  color: #cbcbcb;
}



#noborder {
	position: relative;
}


#noborder:hover ul{
	display: flex;
}


#noborder ul {
	position: absolute;
	right: 0;
	width: 180px;
	margin-top: 15px;
	display: none;
	flex-direction: column;
	background: #fff;
	padding: 10px;
	border-radius: 5px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}


#noborder ul li {
	    margin-right: 0;
    padding-bottom: 0;
	width: 100%;
			
}


#noborder ul li a{
	border: none;
    padding: 10px 0;
    display: block;
color: var(--theme_color_2);
    text-align: left;

			
}


#noborder ul li ul li a:hover{
color: var(--theme_color_2);
			
}

/* ******************* RESPONSIVE ***********************/
/* ******************* RESPONSIVE ***********************/
/* ******************* RESPONSIVE ***********************/
/* ******************* RESPONSIVE ***********************/
/* ******************* RESPONSIVE ***********************/
/* ******************* RESPONSIVE ***********************/
/* ******************* RESPONSIVE ***********************/
/* ******************* RESPONSIVE ***********************/
@media only screen and (max-width: 1230px) {
  .pattern1 {
    display: none !important;
  }
  .pattern2 {
    display: none !important;
  }
  .container {
    width: 95%;
  }
  .announce {
    width: 100%;
    background: var(--theme_color_1);
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
    height: 35px;
  }
  .announce .container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .announce .container p {
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .announce .container p img {
    margin-right: 10px;
  }
  .top-bar {
    display: none;
  }
  header {
    background: #FFFFFF;
    height: 100px;
    top: 35px;
    -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
  }
  header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  
  header .container .logo {
	position: static !important;
  }
  header .container .hamburger-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header .container nav {
    display: none;
  }
  header .container .basket {
    background: var(--theme_color_1);
    border-radius: 47px;
    width: 70px;
    height: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    font-weight: 600;
    font-size: 0px;
    padding: 0;
  }
  
  header .container .basket:hover {
  background: var(--theme_color_1_hover);
  font-size: 0px;
}
  header .container .basket:hover b {
  background: #187af0;
}
  
  header .container .basket b {
    margin-right: -10px;
    font-size: 15px;
    width: 42px;
    height: 42px;
    background: #E1A040;
    border-radius: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header .container .basket img {
    margin-right: 5px;
  }
  .main-hero {
    width: 100%;
    height: 520px;
  }
  .main-hero.alt-page {
    height: 410px;
  }
  .main-hero.alt-page .overlay {
    height: 410px;
  }
  .main-hero.alt-page .overlay .container {
    height: 410px;
  }
  .main-hero.alt-page .overlay .container .hero-item {
    height: 410px;
  }
  .main-hero.full-banner .overlay {
    background: rgba(45, 138, 250, 0.9);
  }
  .main-hero.full-banner .overlay .container .hero-item {
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main-hero .overlay {
    width: 100%;
    height: 520px;
    background: -webkit-gradient(linear, left top, right top, color-stop(36.48%, #2d89fa), color-stop(66.23%, rgba(45, 138, 250, 0)));
    background: linear-gradient(90deg, #2d89fa 36.48%, rgba(45, 138, 250, 0) 66.23%);
  }
  .main-hero .overlay .container {
    height: 520px;
  }
  .main-hero .overlay .container .hero-item {
    width: 100%;
    height: 520px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .main-hero .overlay .container .hero-item h1 {
    font-weight: bold;
    font-size: 28px;
    color: #FFFFFF;
    margin-bottom: 20px;
  }
  .main-hero .overlay .container .hero-item h1 span {
    font-weight: bold;
    font-size: 18px;
  }
  .main-hero .overlay .container .hero-item p {
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    color: #FFFFFF;
    margin-bottom: 30px;
  }
  .main-hero .overlay .container .hero-item ul {
    max-width: 390px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .main-hero .overlay .container .hero-item ul li {
    width: 48%;
    margin-bottom: 20px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: normal;
    font-size: 11px;
  }
  .main-hero .overlay .container .hero-item ul li img {
    margin-right: 5px;
  }
  .main-hero .overlay .container .hero-item .actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main-hero .overlay .container .hero-item .actions .btn {
    margin-bottom: 10px;
    margin-right: 0px;
  }
  .domain-search {
    margin-top: -30px;
  }
  .domain-search-box {
    background: #FFFFFF;
    border-radius: 5px;
    height: auto;
    width: 100%;
    padding: 15px;
  }
  .domain-search-box .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-bottom: 1px solid #F4F6FC;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .domain-search-box .head .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .domain-search-box .head .text b {
    color: var(--theme_color_2);
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
  }
  .domain-search-box .head .text span {
    color: var(--theme_color_2);
    font-weight: normal;
    font-size: 12px;
    line-height: 11px;
    margin-top: 5px;
  }
  .domain-search-box .head .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .domain-search-box .head .buttons a {
    background: var(--theme_color_2);
    border-radius: 5px;
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 42px;
    margin-left: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    font-weight: 600;
    font-size: 11px;
  }
  .domain-search-box .head .buttons a:first-child {
    margin-right: 10px;
  }
  .domain-search-box .search-box {
    width: 100%;
    border-radius: 5px;
    background: #FFFFFF;
    border: 1px solid #F4F6FC;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 10px;
  }
  .domain-search-box .search-box input {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border: none;
    background: #fff;
    font-weight: normal;
    font-size: 12px;
    color: #8B9DB1;
  }
  .domain-search-box .search-box input::-webkit-input-placeholder {
    color: #8B9DB1;
  }
  .domain-search-box .search-box input:-ms-input-placeholder {
    color: #8B9DB1;
  }
  .domain-search-box .search-box input::-ms-input-placeholder {
    color: #8B9DB1;
  }
  .domain-search-box .search-box input::placeholder {
    color: #8B9DB1;
  }
  .domain-search-box .search-box button {
    background: var(--theme_color_1);
    border: none;
    border-radius: 5px;
    width: 145px;
    height: 42px;
    margin-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    font-weight: 600;
    font-size: 11px;
    cursor: pointer;
  }
  .service-packs {
    padding: 50px 0;
  }
  .service-packs .container .packs-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .pack-item {
    background: #FFFFFF;
    border: 1px solid #F4F6FC;
    border-radius: 5px;
    width: 100%;
    height: 100%;
    padding: 25px;
    position: relative;
    -webkit-transition: .2s all;
    transition: .2s all;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .pack-item:nth-child(4n) {
    margin-right: 0;
  }
  .pack-item:hover::before {
    background: var(--theme_color_1_hover);
  }
  .pack-item::before {
    -webkit-transition: .2s all;
    transition: .2s all;
    content: "";
    height: 7px;
    background: #DFE3EC;
    border-radius: 5px 5px 0px 0px;
    width: 92%;
    left: 4%;
    top: -7px;
    position: absolute;
  }
  .pack-item .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #F4F6FC;
  }
  .pack-item .head .icon {
    width: 50px;
    background: var(--theme_color_1_hover);
    border-radius: 5px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 17px;
  }
  .pack-item .head .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .pack-item .head .text b {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: var(--theme_color_2);
  }
  .pack-item .head .text span {
    font-weight: normal;
    font-size: 13px;
    line-height: 15px;
    color: #808688;
  }
  .pack-item ul {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #F4F6FC;
  }
  .pack-item ul li {
    margin-bottom: 15px;
    font-weight: normal;
    font-size: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pack-item ul li b {
    margin-right: 4px;
  }
  .pack-item ul li img {
    margin-right: 5px;
  }
  .pack-item ul li:last-child {
    margin-bottom: 0;
  }
  .pack-item .bottom {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .pack-item .bottom span {
    background: var(--theme_color_2);
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 15px;
    border-radius: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: 600;
    font-size: 13px;
    color: #fff;
    height: 33px;
  }
  .pack-item .bottom a {
    background: var(--theme_color_1);
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border-radius: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: 600;
    font-size: 13px;
    color: #fff;
    height: 33px;
  }
  .why-we {
    padding: 50px 0;
  }
  .why-we.white-bg {
    background: #fff;
  }
  .why-we.white-bg .list-item {
    background: #FAFBFD;
  }
  .why-we-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .why-we-list .list-item {
    background: #FFFFFF;
    border-radius: 5px;
    width: 100%;
    height: 115px;
    margin-right: 0px;
    margin-bottom: 30px;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .why-we-list .list-item .icon {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 75px;
    height: 75px;
    border-radius: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #7F46FF;
    margin-right: 25px;
  }
  .why-we-list .list-item .icon.yellow {
    background: var(--theme_color_1);
  }
  .why-we-list .list-item .icon.pink {
    background: #FF3A67;
  }
  .why-we-list .list-item .icon.ten {
    background: #FDB97E;
  }
  .why-we-list .list-item .icon.red {
    background: #FF4F19;
  }
  .why-we-list .list-item .icon.blue {
    background: var(--theme_color_1_hover);
  }
  .why-we-list .list-item .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .why-we-list .list-item .text span {
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    color: var(--theme_color_2);
    margin-bottom: 10px;
    display: block;
  }
  .why-we-list .list-item .text p {
    font-weight: normal;
    font-size: 13px;
    line-height: 15px;
    color: #808688;
  }
  .why-we-list .list-item:nth-child(3n) {
    margin-right: 0;
  }
  .customers {
    width: 100%;
    background: #FFFFFF;
    min-height: 650px;
    margin-bottom: 100px;
  }
  .customers .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    padding-top: 50px;
  }
  .customers .container span {
    background: var(--theme_color_1_hover);
    width: 180px;
    min-height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    border-radius: 5px;
    margin-bottom: 20px;
  }
  .customers .container b {
    font-weight: 600;
    font-size: 20px;
    color: var(--theme_color_2);
    text-align: center;
  }
  .customers .container p {
    margin-top: 3px;
    font-weight: normal;
    font-size: 12px;
    line-height: 11px;
    color: var(--theme_color_2);
    text-align: center;
  }
  .customers .container .customer-img {
    width: 100%;
    min-height: 350px;
    margin-top: 50px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
  }
  .customers .container .customer-img .overlay {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
	flex-wrap: wrap;
  }
  .customers .container .customer-img .overlay span {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 5px;
    width: 43%;
    min-height: 107px;
    margin: 10px 0px;
    -webkit-transition: .2s all;
    transition: .2s all;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: var(--theme_color_2);
  }
  .customers .container .customer-img .overlay span:hover {
    background: rgba(255, 180, 70, 0.9);
    color: #fff;
  }
  .customers .container .customer-img .overlay span:hover b {
    color: #fff;
  }
  .customers .container .customer-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .testimonials {
    padding: 50px 0;
  }
  .testimonials .testi-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .testimonials .testi-item {
    width: 320px;
    margin: 0 5px;
  }
  .testimonials .testi-item .comment {
    font-size: 13px;
  }
  .testimonials .testi-item .badge {
    right: 5px;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  footer {
    padding: 42px 0;
    background: var(--theme_color_2);
  }
  footer .container .footer-links {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .container .footer-links .link-col {
    min-width: 50%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-bottom: 20px;
  }
  footer .container .footer-links .link-col a {
    font-size: 12px;
  }
  footer .container .footer-mid {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-top: 1px solid #3E4B57;
    border-bottom: 1px solid #3E4B57;
    padding: 20px 0;
    margin-top: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .container .footer-mid nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .container .footer-mid nav a {
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    margin: 0 20px;
    -webkit-transition: .2s all;
    transition: .2s all;
    margin-bottom: 15px;
  }
  footer .container .footer-mid nav a:hover {
    color: var(--theme_color_1_hover);
  }
  footer .container .footer-mid .socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .container .footer-mid .socials a {
    width: 30px;
    height: 30px;
    background: #fff;
    color: var(--theme_color_2);
    font-size: 17px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 0px;
    margin: 0 5px;
  }
  footer .container .footer-mid .socials a:hover {
    background: var(--theme_color_1_hover);
  }
  footer .container .footer-bottom {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .container .footer-bottom p {
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #fff;
  }
  footer .container .footer-bottom .right {
    margin-top: 15px;
  }
  footer .container .footer-bottom .right a {
    font-weight: 500;
    font-size: 12px;
    color: #fff;
    margin-left: 0px;
    margin: 0 5px;
  }
  footer .container .footer-bottom .right a img {
    margin-right: 5px;
  }
  .cookie {
    position: fixed;
    bottom: 10px;
    left: 10px;
    opacity: 1;
    pointer-events: all;
    -webkit-transition: .2s all;
    transition: .2s all;
    width: 280px;
    padding: 20px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
  }
  .cookie.show {
    opacity: 1;
    pointer-events: all;
  }
  .cookie b {
    font-size: 12px;
    color: var(--theme_color_1_hover);
  }
  .cookie p {
    font-size: 10px;
    color: #808688;
    margin-top: 5px;
  }
  .cookie button {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    color: #808688;
    -webkit-transition: .2s all;
    transition: .2s all;
  }
  .cookie button:hover {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    cursor: pointer;
  }
  .hosting-packs-list {
    padding: 50px 0;
  }
  .hosting-packs-list .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .hosting-packs-list .container .hosting-pack {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .hosting-packs-list .container .hosting-pack:nth-child(4n) {
    margin-right: 0 !important;
  }
}





@media only screen and (max-width: 992px) {
	
	
	
.specs-table .container .table-content .table-row span:nth-child(6) {
	padding-left: 0px;
}

.specs-table .container .table-content .table-row span:nth-child(7) {
	padding-left: 0px;
}
	
	
  .blog-detail-page {
    padding: 50px 0;
  }
  .blog-detail-page .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .blog-detail-page .container .content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .blog-detail-page .container .content .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
  }
  .blog-detail-page .container .content .info .tag {
    width: 180px;
    height: 45px;
    background: var(--theme_color_1_hover);
    border-radius: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    margin-right: 20px;
  }
  .blog-detail-page .container .content .info span {
    font-weight: 600;
    font-size: 15px;
    color: var(--theme_color_1_hover);
  }
  .blog-detail-page .container .content h1 {
    font-weight: bold;
    font-size: 26px;
    color: var(--theme_color_2);
    margin-bottom: 30px;
    display: block;
  }
  .blog-detail-page .container .content .image {
    width: 100%;
    margin-bottom: 30px;
  }
  .blog-detail-page .container .content .image img {
    width: 100%;
    height: auto;
    border-radius: 5px;
  }
  .blog-detail-page .container .content .text {
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #808688;
  }
  .blog-detail-page .container .content .text h3 {
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: #808688;
  }
  .blog-detail-page .container aside {
    width: 100%;
    margin-left: 0px;
    position: relative;
    margin-top: 30px;
  }
  .blog-detail-page .container aside .hosting-pack {
    position: -webkit-sticky;
    position: sticky;
    top: 10px;
    width: 100%;
  }
  .domain-input {
    width: 100%;
    height: 60px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #F4F6FC;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .domain-input input {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background: none;
    border: none;
    font-size: 12px;
  }
  .domain-input button {
    width: 125px;
    height: 42px;
    background: var(--theme_color_1);
    border-radius: 5px;
    border: none;
    color: #fff;
    cursor: pointer;
    -webkit-transition: .2s all;
    transition: .2s all;
  }
  .domain-input button:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    background: var(--theme_color_1_hover);
  }
  .support {
    width: 100%;
    height: auto;
    background: url(../images/live-spupprt.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .support .overlay {
    background: rgba(45, 138, 250, 0.8);
    width: 100%;
    height: auto;
    padding: 20px 0;
  }
  .support .overlay .container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .support .overlay .container p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
  }
  .support .overlay .container p svg {
    margin-right: 30px;
  }
  .support .overlay .container a {
    width: 285px;
    margin-top: 20px;
    height: 70px;
    background: var(--theme_color_1);
    border-radius: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
  }
  .domain-offers {
    width: 100%;
    height: auto;
    background: var(--theme_color_1);
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .domain-offers-wrap {
    padding: 50px 0;
  }
  .domain-offers-table {
    width: 100%;
    margin-top: 50px;
  }
  .domain-offers-table table {
    width: 100%;
    border-collapse: collapse;
  }
  .domain-offers-table table thead tr {
    background: #DEE1E7;
    border-radius: 5px 5px 0px 0px;
    height: 60px;
    padding: 0 30px;
  }
  .domain-offers-table table thead tr th {
    font-weight: bold;
    font-size: 14px;
    color: var(--theme_color_2);
  }
  .domain-offers-table table thead tr th:first-child {
    border-radius: 5px 0 0 0;
    padding-left: 30px;
    text-align: start;
  }
  .domain-offers-table table thead tr th:last-child {
    border-radius: 0 5px 0 0;
    padding-right: 30px;
  }
  .domain-offers-table table tbody tr {
    background: rgba(244, 246, 250, 0.8);
    height: 50px;
  }
  .domain-offers-table table tbody tr:nth-child(even) {
    background: rgba(240, 243, 249, 0.8);
  }
  .domain-offers-table table tbody tr td {
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    color: var(--theme_color_2);
  }
  .domain-offers-table table tbody tr td:first-child {
    padding-left: 30px;
    text-align: start;
  }
  .domain-offers-table table tbody tr td:last-child {
    padding-right: 30px;
  }
  .domain-offers p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    width: 100%;
    height: 70px;
    background: #ECA640;
    border-radius: 5px 5px 0 0;
    margin-bottom: 20px;
  }
  .domain-offers .caro-wrap {
    width: 100%;
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px;
  }
  .domain-offers .caro-wrap button {
    width: 20px;
    height: 40px;
    background: none;
    border: none;
    cursor: pointer;
    color: #fff;
    font-size: 18px;
    -webkit-transition: .2s all;
    transition: .2s all;
  }
  .domain-offers .caro-wrap button:hover {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .domain-offers .caro-wrap .offers-carousel {
    width: calc(100% - 50px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .domain-offers .caro-wrap .offers-carousel .item {
    width: 263px;
    height: 40px;
    background: #ECA640;
    border-radius: 100px;
    margin-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 17px;
  }
  .domain-offers .caro-wrap .offers-carousel .item span {
    font-weight: 600;
    font-size: 13px;
    color: #fff;
    margin-left: 17px;
    padding-left: 17px;
    border-left: 1px solid #fff;
  }
  .our-features {
    background: #fff;
    padding: 50px 0;
  }
  .our-features-wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .our-features-wrap .image {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 100%;
    height: 420px;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .our-features-wrap .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .our-features-wrap .details {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 0px;
  }
  .our-features-wrap .details .tab-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
  }
  .our-features-wrap .details .tab-buttons button {
    width: 100%;
    height: 42px;
    border-radius: 5px;
    background: var(--theme_color_1_hover);
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 0px;
    margin-bottom: 7px;
    font-weight: 500;
    font-size: 12px;
    border: none;
    -webkit-transition: .2s all;
    transition: .2s all;
  }
  .our-features-wrap .details .tab-buttons button:hover {
    background: var(--theme_color_1);
  }
  .our-features-wrap .details .tab-buttons button.active {
    background: var(--theme_color_1);
  }
  .our-features-wrap .details .tab-content {
    display: none;
  }
  .our-features-wrap .details .tab-content.show-tab {
    display: block;
  }
  .our-features-wrap .details .tab-content h3 {
    font-weight: 600;
    font-size: 20px;
    color: var(--theme_color_2);
    margin-bottom: 30px;
  }
  .our-features-wrap .details .tab-content p {
    font-weight: normal;
    font-size: 13px;
    line-height: 15px;
    color: #808688;
  }
  .specs-table {
    margin-bottom: 50px;
  }
  .specs-table .container .table-head {
    border-top: 7px solid var(--theme_color_1);
    height: auto;
    background: var(--theme_color_1_hover);
    display: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: static;
  }
  .specs-table .container .table-head span {
    width: 50%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    font-weight: 600;
    margin-left: 0;
    font-size: 15px;
    padding: 10px 0;
  }
  .specs-table .container .table-head span:last-child {
    width: 100%;
  }
  .specs-table .container .table-head span:hover {
    background: #1e82fa;
  }
  .specs-table .container .table-head span img {
    margin-bottom: 15px;
  }
  .specs-table .container .table-content {
    width: 100%;
  }
  .specs-table .container .table-content .table-row {
    background: #F4F6FA;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0px;
    -webkit-transition: .3s all;
    transition: .3s all;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-top: 3px solid var(--theme_color_1);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .specs-table .container .table-content .table-row::before {
    width: 100%;
    content: attr(data-main-title);
    background: var(--theme_color_1);
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 15px;
    border-radius: 0px;
    margin-bottom: 10px;
  }
  .specs-table .container .table-content .table-row:hover {
    border-radius: 10px;
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  .specs-table .container .table-content .table-row:nth-child(even) {
    background: #F2F4FA;
  }
  .specs-table .container .table-content .table-row > span {
    width: 50%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: var(--theme_color_2);
    margin-left: 0;
    padding: 20px 0;
  }
  .specs-table .container .table-content .table-row > span::before {
    content: attr(data-title);
    background: var(--theme_color_1_hover);
    color: #fff;
    padding: 5px 15px;
    border-radius: 5px;
    margin-bottom: 10px;
  }
  .specs-table .container .table-content .table-row > span:last-child::before {
    display: none;
  }
  .specs-table .container .table-content .table-row a {
    width: 110px;
    height: 33px;
    border-radius: 3px;
    background: var(--theme_color_1);
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: 600;
    font-size: 13px;
  }
  .hosting-table {
    padding: 50px 0;
  }
  .hosting-table .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .hosting-table .container .table-left {
    display: none;
  }
  .hosting-table .container .table-right {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .hosting-table .container .table-right .right-col {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .hosting-table .container .table-right .right-col:hover .col-head {
    border-top: 5px solid var(--theme_color_1_hover);
  }
  .hosting-table .container .table-right .right-col .col-head {
    background: #FAFBFD;
    width: 100%;
    height: 120px;
    border-top: 5px solid var(--theme_color_1);
    -webkit-box-shadow: 0px 0px 4px rgba(197, 197, 197, 0.25);
            box-shadow: 0px 0px 4px rgba(197, 197, 197, 0.25);
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: 500;
    font-size: 14px;
    color: var(--theme_color_2);
  }
  .hosting-table .container .table-right .right-col .col-head svg {
    margin-bottom: 15px;
  }
  .hosting-table .container .table-right .right-col .col-body {
    background: #fff;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .hosting-table .container .table-right .right-col .col-body span {
    width: 100%;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-bottom: 1px solid #F4F6FC;
    font-weight: normal;
    font-size: 14px;
    color: var(--theme_color_2);
  }
  .contact-boxes {
    margin-top: -40px;
  }
  .contact-boxes .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact-boxes .container .contact-box {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 209px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 4px rgba(176, 176, 176, 0.25);
            box-shadow: 0px 0px 4px rgba(176, 176, 176, 0.25);
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    padding: 30px;
    -webkit-transition: .2s all;
    transition: .2s all;
  }
  .contact-boxes .container .contact-box svg {
    -webkit-transition: .2s all;
    transition: .2s all;
    margin-bottom: 35px;
  }
  .contact-boxes .container .contact-box b {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 10px;
    color: var(--theme_color_2);
  }
  .contact-boxes .container .contact-box a {
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #808688;
  }
  .contact-boxes .container .contact-box:nth-child(2) {
    margin: 20px 0px;
  }
  .contact-cards {
    width: 100%;
    padding: 50px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact-cards .card {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 558px;
    min-height: 558px;
    background: #fff;
  }
  .contact-cards .card #map {
    border-radius: 0 10px 10px 0;
  }
  .contact-cards .card:first-child {
    border-radius: 0 10px 10px 0;
    margin-right: 10px;
    margin-bottom: 30px;
  }
  .contact-cards .card:last-child {
    padding: 25px;
    border-radius: 10px 0 0 10px;
    margin-left: 10px;
  }
  .contact-cards .card .head {
    color: var(--theme_color_2);
    margin-bottom: 30px;
  }
  .contact-cards .card .head span {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
  }
  .contact-cards .card .head p {
    font-weight: normal;
    font-size: 10px;
    line-height: 11px;
  }
  .register-page .overlay {
    background: rgba(45, 138, 250, 0.8);
    width: 100%;
    height: 100%;
    padding: 150px 0;
  }
  .register-page .overlay .container {
    max-width: 1020px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .register-page .overlay .container .content-form {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 0px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 5px;
    padding: 20px;
  }
  .register-page .overlay .container .content-form .head {
    color: var(--theme_color_2);
    margin-bottom: 30px;
  }
  .register-page .overlay .container .content-form .head span {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
  }
  .register-page .overlay .container .content-form .head p {
    font-weight: normal;
    font-size: 10px;
    line-height: 11px;
  }
  .register-page .overlay .container .content-form .line {
    margin: 25px 0;
    width: 66px;
    height: 2px;
    background: var(--theme_color_1_hover);
  }
  .register-page .overlay .container .content-form .input-wrap {
    max-width: 100% !important;
  }
  .register-page .overlay .container .content-form .send-message {
    max-width: 100%;
    margin-top: 25px;
  }
  .register-page .overlay .container .content-side {
    width: 100%;
    margin-top: 30px;
  }
  .register-page .overlay .container .content-side .already-user {
    width: 100%;
    height: auto;
    background: var(--theme_color_1_hover);
    padding: 30px;
    border-radius: 5px;
    color: #FFFFFF;
    margin-bottom: 40px;
  }
  .register-page .overlay .container .content-side .already-user span {
    font-weight: 600;
    font-size: 20px;
  }
  .register-page .overlay .container .content-side .already-user p {
    font-weight: normal;
    font-size: 12px;
  }
  .register-page .overlay .container .content-side .already-user .line {
    margin-top: 26px;
    margin-top: 17px;
    border: 1px solid #FFFFFF;
    width: 66px;
  }
  .register-page .overlay .container .content-side .already-user a {
    max-width: 100%;
    margin-top: 17px;
  }
  .register-page .overlay .container .content-side .paket {
    width: 100%;
    background: #fff;
    border-radius: 5px;
    position: relative;
  }
  .register-page .overlay .container .content-side .paket .paket-item {
    width: 100%;
    height: 100%;
    padding: 30px 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .register-page .overlay .container .content-side .paket::before {
    content: "";
    width: 95%;
    height: 7px;
    background: rgba(223, 227, 236, 0.8);
    border-radius: 5px 5px 0px 0px;
    position: absolute;
    left: 2.5%;
    top: -7px;
  }
  .register-page .overlay .container .content-side .paket::after {
    content: "";
    width: 90%;
    height: 7px;
    background: rgba(223, 227, 236, 0.5);
    border-radius: 5px 5px 0px 0px;
    position: absolute;
    left: 5%;
    top: -14px;
  }
  .register-page .overlay .container .content-side .paket span {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 27px;
    background: var(--theme_color_1_hover);
  }
  .register-page .overlay .container .content-side .paket b {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
  }
  .register-page .overlay .container .content-side .paket p {
    font-weight: normal;
    font-size: 13px;
    line-height: 15px;
    color: #808688;
    margin-bottom: 27px;
  }
  .flex-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flex-wrap .input-wrap:first-child {
    margin-right: 0px;
  }
  .hosting-links {
    padding: 50px 0 0 0;
  }
  .hosting-links .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .hosting-links .container a {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background: #F4F6FA;
    border-radius: 5px;
    min-height: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 13px;
    font-weight: 600;
    font-size: 16px;
    color: var(--theme_color_2);
    margin-right: 0px;
    margin-bottom: 15px;
    -webkit-transition: .2s all;
    transition: .2s all;
  }
  .hosting-links .container a:hover {
    background: var(--theme_color_1_hover);
    color: #fff;
  }
  .hosting-links .container a:hover span {
    background: #2D86F1;
  }
  .hosting-links .container a:hover span svg path {
    fill: #fff;
  }
  .hosting-links .container a:nth-child(4n) {
    margin-right: 0;
  }
  .hosting-links .container a span {
    -webkit-transition: .2s all;
    transition: .2s all;
    background: #EBECEF;
    border-radius: 3px;
    width: 44px;
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 13px;
  }
}

@media only screen and (max-width: 700px) {
  .hosting-table {
    padding: 50px 0;
  }
  .hosting-table .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .hosting-table .container .table-left {
    display: none;
  }
  .hosting-table .container .table-right {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .hosting-table .container .table-right .right-col {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .hosting-table .container .table-right .right-col:hover .col-head {
    border-top: 5px solid var(--theme_color_1_hover);
  }
  .hosting-table .container .table-right .right-col .col-head {
    background: #FAFBFD;
    width: 100%;
    height: 120px;
    border-top: 5px solid var(--theme_color_1);
    -webkit-box-shadow: 0px 0px 4px rgba(197, 197, 197, 0.25);
            box-shadow: 0px 0px 4px rgba(197, 197, 197, 0.25);
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: 500;
    font-size: 14px;
    color: var(--theme_color_2);
  }
  .hosting-table .container .table-right .right-col .col-head svg {
    margin-bottom: 15px;
  }
  .hosting-table .container .table-right .right-col .col-body {
    background: #fff;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .hosting-table .container .table-right .right-col .col-body span {
    width: 100%;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-bottom: 1px solid #F4F6FC;
    font-weight: normal;
    font-size: 14px;
    color: var(--theme_color_2);
  }
}
/*# sourceMappingURL=style.css.map */