/* FONTS
   ========================================================================== */
/* MAIN  FILES
   ========================================================================== */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  color: #888;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-weight: 400;
  height: auto;
  min-height: 100vh;
  position: relative;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
}
body ::-moz-selection {
  background: #EB6530;
  color: #ffffff;
}
body ::selection {
  background: #EB6530;
  color: #ffffff;
}

#wrap {
  -webkit-box-flex: 1;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

mark {
  background: none;
}

/* ==========================================================================
   FORMS & TABLE & NAVIGATION
   ========================================================================== */
input, textarea, select {
  outline: 0 none;
  padding: 0 10px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

input[type=text], input[type=number], input[type=email], input[type=password], input[type=search], input[type=tel], textarea {
  border: 1px solid #e1e1e1;
  color: #222222;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-size: 16px;
  height: 50px;
  padding: 0 5px 0 10px;
  width: 100%;
  background: #FAF9F7;
  border-radius: 15px;
}
input[type=text]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #888;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-size: 14px;
  opacity: 1;
}
input[type=text]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=tel]::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #888;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-size: 14px;
  opacity: 1;
}
input[type=text]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #888;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-size: 14px;
  opacity: 1;
}
input[type=text]:focus, input[type=number]:focus, input[type=email]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, textarea:focus {
  border-color: transparent !important;
  -webkit-box-shadow: 0 0 3px #EB6530 !important;
          box-shadow: 0 0 3px #EB6530 !important;
  outline-color: #EB6530 !important;
}

textarea {
  height: 85px;
  padding-top: 10px;
  resize: none;
}

button[disabled], html input[disabled] {
  cursor: default;
}

input[type=search], input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none !important;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
}

ul {
  list-style: none;
}

ol {
  list-style: decimal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ==========================================================================
   TYPOGRAPHY
   ========================================================================== */
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 20px;
  color: #333;
}

h1 {
  font-size: 50px;
}
@media (max-width: 1024px) {
  h1 {
    font-size: 45px;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 35px;
  }
}
@media (max-width: 480px) {
  h1 {
    font-size: 30px;
  }
}

h2 {
  font-size: 36px;
}
@media (max-width: 1024px) {
  h2 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: 28px;
  }
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

p {
  padding-bottom: 20px;
  line-height: 1.6;
  font-size: 14px;
}

a {
  color: #EB6530;
  outline: 0;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  outline: 0;
  text-decoration: underline;
}

img {
  border: 0;
  min-height: 100%;
  max-width: 100%;
  vertical-align: top;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

strong, b {
  font-weight: 700;
}

i {
  font-style: normal;
}

@media screen and (min-width: 1400px) {
  ::-webkit-scrollbar {
    width: 13px;
  }

  ::-webkit-scrollbar-track {
    background-color: #eaeaea;
    border-left: 1px solid #cccccc;
  }

  ::-webkit-scrollbar-thumb {
    background-color: #EB6530;
  }

  ::-webkit-scrollbar-thumb:hover {
    background: #e95419;
  }
}
.flex {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.start {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}

.end {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}

.around {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -moz-justify-content: space-around;
  justify-content: space-around;
}

.start-center {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}

.end-center {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}

.flex-center {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}

.flex-start {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}

.flex-end {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}

[class*=col-] {
  width: 100%;
}

.col-1 {
  -ms-flex-basis: 5.5833333333%;
  -ms-flex-preferred-size: 5.5833333333%;
      flex-basis: 5.5833333333%;
}

.col-2 {
  -ms-flex-basis: 14.1666666667%;
  -ms-flex-preferred-size: 14.1666666667%;
      flex-basis: 14.1666666667%;
}

.col-3 {
  -ms-flex-basis: 22.75%;
  -ms-flex-preferred-size: 22.75%;
      flex-basis: 22.75%;
}

.col-4 {
  -ms-flex-basis: 31.3333333333%;
  -ms-flex-preferred-size: 31.3333333333%;
      flex-basis: 31.3333333333%;
}

.col-5 {
  -ms-flex-basis: 39.9166666667%;
  -ms-flex-preferred-size: 39.9166666667%;
      flex-basis: 39.9166666667%;
}

.col-6 {
  -ms-flex-basis: 48.5%;
  -ms-flex-preferred-size: 48.5%;
      flex-basis: 48.5%;
}

.col-7 {
  -ms-flex-basis: 57.0833333333%;
  -ms-flex-preferred-size: 57.0833333333%;
      flex-basis: 57.0833333333%;
}

.col-8 {
  -ms-flex-basis: 65.6666666667%;
  -ms-flex-preferred-size: 65.6666666667%;
      flex-basis: 65.6666666667%;
}

.col-9 {
  -ms-flex-basis: 74.25%;
  -ms-flex-preferred-size: 74.25%;
      flex-basis: 74.25%;
}

.col-10 {
  -ms-flex-basis: 82.8333333333%;
  -ms-flex-preferred-size: 82.8333333333%;
      flex-basis: 82.8333333333%;
}

.col-11 {
  -ms-flex-basis: 91.4166666667%;
  -ms-flex-preferred-size: 91.4166666667%;
      flex-basis: 91.4166666667%;
}

.col-12 {
  -ms-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.col-50 {
  -ms-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

@media (max-width: 1024px) {
  .md-1 {
    -ms-flex-basis: 5.5833333333%;
    -ms-flex-preferred-size: 5.5833333333%;
        flex-basis: 5.5833333333%;
  }

  .md-2 {
    -ms-flex-basis: 14.1666666667%;
    -ms-flex-preferred-size: 14.1666666667%;
        flex-basis: 14.1666666667%;
  }

  .md-3 {
    -ms-flex-basis: 22.75%;
    -ms-flex-preferred-size: 22.75%;
        flex-basis: 22.75%;
  }

  .md-4 {
    -ms-flex-basis: 31.3333333333%;
    -ms-flex-preferred-size: 31.3333333333%;
        flex-basis: 31.3333333333%;
  }

  .md-5 {
    -ms-flex-basis: 39.9166666667%;
    -ms-flex-preferred-size: 39.9166666667%;
        flex-basis: 39.9166666667%;
  }

  .md-6 {
    -ms-flex-basis: 48.5%;
    -ms-flex-preferred-size: 48.5%;
        flex-basis: 48.5%;
  }

  .md-7 {
    -ms-flex-basis: 57.0833333333%;
    -ms-flex-preferred-size: 57.0833333333%;
        flex-basis: 57.0833333333%;
  }

  .md-8 {
    -ms-flex-basis: 65.6666666667%;
    -ms-flex-preferred-size: 65.6666666667%;
        flex-basis: 65.6666666667%;
  }

  .md-9 {
    -ms-flex-basis: 74.25%;
    -ms-flex-preferred-size: 74.25%;
        flex-basis: 74.25%;
  }

  .md-10 {
    -ms-flex-basis: 82.8333333333%;
    -ms-flex-preferred-size: 82.8333333333%;
        flex-basis: 82.8333333333%;
  }

  .md-11 {
    -ms-flex-basis: 91.4166666667%;
    -ms-flex-preferred-size: 91.4166666667%;
        flex-basis: 91.4166666667%;
  }

  .md-12 {
    -ms-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }

  .md-bottom {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .sm-1 {
    -ms-flex-basis: 5.5833333333%;
    -ms-flex-preferred-size: 5.5833333333%;
        flex-basis: 5.5833333333%;
  }

  .sm-2 {
    -ms-flex-basis: 14.1666666667%;
    -ms-flex-preferred-size: 14.1666666667%;
        flex-basis: 14.1666666667%;
  }

  .sm-3 {
    -ms-flex-basis: 22.75%;
    -ms-flex-preferred-size: 22.75%;
        flex-basis: 22.75%;
  }

  .sm-4 {
    -ms-flex-basis: 31.3333333333%;
    -ms-flex-preferred-size: 31.3333333333%;
        flex-basis: 31.3333333333%;
  }

  .sm-5 {
    -ms-flex-basis: 39.9166666667%;
    -ms-flex-preferred-size: 39.9166666667%;
        flex-basis: 39.9166666667%;
  }

  .sm-6 {
    -ms-flex-basis: 48.5%;
    -ms-flex-preferred-size: 48.5%;
        flex-basis: 48.5%;
  }

  .sm-7 {
    -ms-flex-basis: 57.0833333333%;
    -ms-flex-preferred-size: 57.0833333333%;
        flex-basis: 57.0833333333%;
  }

  .sm-8 {
    -ms-flex-basis: 65.6666666667%;
    -ms-flex-preferred-size: 65.6666666667%;
        flex-basis: 65.6666666667%;
  }

  .sm-9 {
    -ms-flex-basis: 74.25%;
    -ms-flex-preferred-size: 74.25%;
        flex-basis: 74.25%;
  }

  .sm-10 {
    -ms-flex-basis: 82.8333333333%;
    -ms-flex-preferred-size: 82.8333333333%;
        flex-basis: 82.8333333333%;
  }

  .sm-11 {
    -ms-flex-basis: 91.4166666667%;
    -ms-flex-preferred-size: 91.4166666667%;
        flex-basis: 91.4166666667%;
  }

  .sm-12 {
    -ms-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }

  .sm-bottom {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .xs-1 {
    -ms-flex-basis: 5.5833333333%;
    -ms-flex-preferred-size: 5.5833333333%;
        flex-basis: 5.5833333333%;
  }

  .xs-2 {
    -ms-flex-basis: 14.1666666667%;
    -ms-flex-preferred-size: 14.1666666667%;
        flex-basis: 14.1666666667%;
  }

  .xs-3 {
    -ms-flex-basis: 22.75%;
    -ms-flex-preferred-size: 22.75%;
        flex-basis: 22.75%;
  }

  .xs-4 {
    -ms-flex-basis: 31.3333333333%;
    -ms-flex-preferred-size: 31.3333333333%;
        flex-basis: 31.3333333333%;
  }

  .xs-5 {
    -ms-flex-basis: 39.9166666667%;
    -ms-flex-preferred-size: 39.9166666667%;
        flex-basis: 39.9166666667%;
  }

  .xs-6 {
    -ms-flex-basis: 48.5%;
    -ms-flex-preferred-size: 48.5%;
        flex-basis: 48.5%;
  }

  .xs-7 {
    -ms-flex-basis: 57.0833333333%;
    -ms-flex-preferred-size: 57.0833333333%;
        flex-basis: 57.0833333333%;
  }

  .xs-8 {
    -ms-flex-basis: 65.6666666667%;
    -ms-flex-preferred-size: 65.6666666667%;
        flex-basis: 65.6666666667%;
  }

  .xs-9 {
    -ms-flex-basis: 74.25%;
    -ms-flex-preferred-size: 74.25%;
        flex-basis: 74.25%;
  }

  .xs-10 {
    -ms-flex-basis: 82.8333333333%;
    -ms-flex-preferred-size: 82.8333333333%;
        flex-basis: 82.8333333333%;
  }

  .xs-11 {
    -ms-flex-basis: 91.4166666667%;
    -ms-flex-preferred-size: 91.4166666667%;
        flex-basis: 91.4166666667%;
  }

  .xs-12 {
    -ms-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }

  .xs-bottom {
    margin-bottom: 15px;
  }
}
/* ==========================================================================
   HELPERS
   ========================================================================== */
.wrap {
  position: relative;
  width: 1400px;
  max-width: 94%;
  margin: 0 auto;
}

#content {
  padding: 40px 0;
}
@media (max-width: 1400px) {
  #content {
    padding: 20px 0;
  }
}

#wrap {
  min-height: 100%;
  position: relative;
  width: 100%;
  /*overflow-x: hidden;*/
}

.c {
  clear: both;
  display: block;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

.cfx:after, .cfx:before {
  clear: both;
  content: " ";
  display: table;
}

.bg-center {
  -webkit-background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.no_select {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.underline {
  display: inline-block;
  position: relative;
}
.underline:after {
  background: transparent;
  content: "";
  display: block;
  height: 1px;
  margin: auto;
  -webkit-transition: width 0.5s ease, background-color 0.5s ease;
  transition: width 0.5s ease, background-color 0.5s ease;
  width: 0;
}
.underline:hover:after {
  background: #EB6530;
  width: 100%;
}

.btn {
  background: -webkit-gradient(linear, left top, left bottom, from(#FE4A68), to(#FC9C45));
  background: linear-gradient(180deg, #FE4A68 0%, #FC9C45 100%);
  border-radius: 30px;
  border: none;
  min-width: 175px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: normal;
  line-height: 1;
  outline: 0;
  padding: 10px 20px;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  text-transform: capitalize;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 768px) {
  .btn {
    font-size: 14px;
    padding: 8px 15px;
  }
}
.btn:hover {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.btn.white {
  background: #fff;
  color: #EB6530;
}
.btn.white:hover {
  background: #EB6530;
  color: #fff;
}

/* ==========================================================================
   SOCIAL LINK
   ========================================================================== */
.s-link {
  font-size: 0;
  display: inline-block;
  width: auto;
  cursor: pointer;
  text-align: center;
}
.s-link a {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 2px;
  color: #8B8B8B;
  font-size: 20px;
  border-radius: 50%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
.s-link a:before {
  font-size: 20px;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.s-link a:hover {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.s-link a.icon-facebook:hover {
  background: #3b5993;
}
.s-link a.icon-twitter:hover {
  background: #55acee;
}
.s-link a.icon-instagram:hover {
  background: #181818;
}
.s-link a.icon-linkedin:hover {
  background: #0177b5;
}
.s-link a.icon-youtube:hover {
  background: #f80000;
}

.block-right {
  text-align: right;
}

.block-center {
  text-align: center;
}

.acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  margin: 20px 0;
}

.acf-map img {
  max-width: inherit !important;
}

#top {
  min-height: 321px;
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  #top {
    min-height: 300px;
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  #top {
    min-height: 260px;
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  #top {
    min-height: 220px;
  }
}
#top h1 {
  text-transform: capitalize;
  color: #FFF;
  font-weight: 700;
  margin-bottom: 0;
}
#top .page-link a {
  position: relative;
  margin-right: 3px;
  font-size: 14px;
}
#top .page-link span {
  color: #FFF;
  font-size: 14px;
  margin-right: 3px;
}

.affiliate-program {
  position: relative;
  padding: 60px 0;
}
@media (max-width: 1024px) {
  .affiliate-program {
    padding: 50px 0;
  }
}
.affiliate-program:after {
  content: url("../img/right.png");
  right: 0;
  top: 5%;
  z-index: -1;
  position: absolute;
}
@media (max-width: 1024px) {
  .affiliate-program:after {
    display: none;
  }
}
.affiliate-program .affiliate-box {
  margin-top: 35px;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .affiliate-program .affiliate-box {
    margin-top: 10px;
    margin-bottom: 15px;
  }
}
.affiliate-program .affiliate-top h2 {
  margin-bottom: 40px;
}
.affiliate-program .affiliate-top span {
  font-weight: 600;
  font-size: 18px;
  display: block;
  color: #555555;
}
.affiliate-program .affiliate-top p {
  font-size: 14px;
}
.affiliate-program .shadow-box {
  text-align: center;
  position: relative;
}
.affiliate-program .shadow-box p {
  font-size: 27px;
  font-weight: 700;
  color: #555;
}
@media (max-width: 1024px) {
  .affiliate-program .shadow-box p {
    font-size: 25px;
  }
}
.affiliate-program .shadow-box p span {
  color: #EB6530;
}
.affiliate-program .shadow-box .affiliate-image {
  margin-bottom: 50px;
}

.shadow-box {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 25px;
}

.before-box {
  position: relative;
  overflow: hidden;
}
.before-box:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background-image: url("../img/after-box.png");
  height: 80px;
  width: 125px;
  opacity: 0.1;
}

.after-box {
  position: relative;
}
.after-box:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 38%;
  height: 5px;
  width: 24%;
  background: linear-gradient(92.93deg, #F96024 6.46%, #F59D21 99.6%);
}

.affiliate-text {
  margin-bottom: 60px;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .affiliate-text {
    margin-bottom: 35px;
  }
}
.affiliate-text p {
  font-size: 14px;
  line-height: 21px;
}
.affiliate-text a {
  font-size: 14px;
}
.affiliate-text .right p:last-of-type {
  padding-bottom: 40px;
}

.sign-up {
  text-align: center;
}
.sign-up a {
  text-transform: uppercase;
}

.server-management {
  padding: 50px 0;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .server-management {
    padding: 50px 0;
  }
}
.server-management p {
  font-size: 18px;
}
.server-management h4 {
  color: #EB6530;
}
.server-management .server-box {
  margin-top: 30px;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .server-management .server-box {
    margin-top: 20px;
    margin-bottom: 25px;
  }
}
.server-management .server-box p {
  font-size: 14px;
}
.server-management .server-text {
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.server-management .server-text p {
  font-size: 14px;
}
.server-management .server-text ul li {
  font-size: 14px;
}
.server-management .server-text .right P:first-child {
  font-weight: 600;
  font-size: 16px;
}

.server-management.page-before:before {
  top: 55%;
  z-index: -1;
}

.terms-of-service {
  padding-bottom: 90px;
}
@media (max-width: 1024px) {
  .terms-of-service {
    padding-bottom: 25px;
  }
}
.terms-of-service h2 {
  margin-bottom: 50px;
}

.text-box {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .text-box {
    margin-bottom: 35px;
  }
}
.text-box p {
  padding-bottom: 0;
  margin-bottom: 20px;
}
.text-box h3 {
  font-size: 22px;
  font-weight: 600;
}
.text-box h4 {
  color: #EB6530;
  font-weight: 600;
  text-transform: uppercase;
}
.text-box h5 {
  font-size: 16px;
  font-weight: 600;
}
.text-box h3 {
  border-bottom: 3px solid #C4C4C4;
  padding-bottom: 18px;
}
.text-box h3 span {
  color: #EB6530;
}
.text-box .backleft {
  margin-top: 35px;
  position: relative;
  padding-left: 50px;
}
@media (max-width: 1024px) {
  .text-box .backleft {
    padding-left: 35px;
  }
}
@media (max-width: 480px) {
  .text-box .backleft {
    padding-left: 15px;
  }
}
.text-box .text-item {
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .text-box .text-item {
    margin-bottom: 20px;
  }
}
.text-box .text-item .box-one {
  width: 270px;
}
.text-box .text-item .box-one p {
  font-weight: 500;
  margin-bottom: 0;
}
.text-box .text-item .box-one p:first-child {
  margin-bottom: 20px;
}
.text-box .shadow-box {
  margin-top: 45px;
  margin-bottom: 45px;
}
@media (max-width: 768px) {
  .text-box .shadow-box {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
.text-box .border-left {
  position: relative;
  overflow: hidden;
}
.text-box .border-left:before {
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #EB6530;
  position: absolute;
}
.text-box .disclaimsers span {
  color: #000;
  font-weight: 500;
  font-size: 15px;
}
.text-box .exclusion-item h3 {
  font-size: 18px;
  border-bottom: none;
  padding-bottom: 0;
}

.box-wrap {
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.ul-row ul {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .ul-row ul {
    display: block;
  }
}
.ul-row ul li {
  margin-right: 90px;
}
@media (max-width: 1024px) {
  .ul-row ul li {
    margin-right: 45px;
  }
}
@media (max-width: 768px) {
  .ul-row ul li {
    margin-right: 0;
  }
}
.ul-row ul li:last-child {
  margin-right: 0;
}

.privacy-policy {
  padding-bottom: 120px;
}
@media (max-width: 1024px) {
  .privacy-policy {
    padding-bottom: 35px;
  }
}
.privacy-policy .shadow-box p {
  margin-bottom: 12px;
}
.privacy-policy .shadow-box p span {
  font-weight: 500;
  text-transform: uppercase;
  color: #555;
}
.privacy-policy .text-item h5 {
  border-bottom: 3px solid #C4C4C4;
  padding-bottom: 18px;
}
.privacy-policy .text-item p span {
  font-weight: 500;
  text-transform: uppercase;
  color: #555;
}

.box-image {
  margin-top: 35px;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .box-image {
    margin-top: 10px;
    margin-bottom: 15px;
  }
}
.box-image .shadow-box {
  text-align: center;
  position: relative;
}
.box-image .shadow-box p {
  font-size: 18px;
  font-weight: 600;
}
.box-image .shadow-box p a {
  display: block;
}
.box-image .shadow-box p span {
  color: #EB6530;
}
.box-image .shadow-box .item-image {
  margin-bottom: 35px;
}

.box-image .after-box:after {
  width: 16%;
  left: 42%;
}

@media (max-width: 1024px) {
  .form-reseller {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.form-reseller form {
  -ms-flex-basis: 65%;
  -ms-flex-preferred-size: 65%;
      flex-basis: 65%;
}

.added-reseller {
  padding: 50px 0 120px 0;
}
@media (max-width: 1024px) {
  .added-reseller {
    padding: 35px 0 25px;
  }
}
@media (max-width: 1024px) {
  .added-reseller .text-box {
    margin-bottom: 20px;
  }
}
.added-reseller .text-box h4 {
  margin-bottom: 10px;
  text-transform: capitalize;
}
.added-reseller h2 {
  margin-bottom: 45px;
}
@media (max-width: 1024px) {
  .added-reseller h2 {
    margin-bottom: 25px;
  }
}

.form-reseller .reseller-image {
  -ms-flex-basis: 35%;
  -ms-flex-preferred-size: 35%;
      flex-basis: 35%;
}
.form-reseller form {
  padding: 60px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.07);
  border-radius: 25px 0px 0px 25px;
}
@media (max-width: 1024px) {
  .form-reseller form {
    -ms-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    border-radius: 0 0 25px 25px;
  }
}
@media (max-width: 768px) {
  .form-reseller form {
    padding: 20px;
  }
}
.form-reseller form .input-field {
  margin-bottom: 30px;
}
.form-reseller form .reseller-radio {
  margin-bottom: 30px;
}
.form-reseller form .reseller-radio label:first-child {
  font-size: 16px;
  font-weight: 600;
  color: #555;
}
.form-reseller form .reseller-radio .input-field {
  margin-bottom: 0;
  display: inline;
  margin-left: 60px;
}
@media (max-width: 1200px) {
  .form-reseller form .reseller-radio .input-field {
    margin-left: 20px;
  }
}
@media (max-width: 1024px) {
  .form-reseller form .reseller-radio .input-field {
    margin-left: 60px;
  }
}
@media (max-width: 768px) {
  .form-reseller form .reseller-radio .input-field {
    display: block;
    margin-left: 0;
    margin-top: 20px;
  }
}
.form-reseller .reseller-image {
  overflow: hidden;
  position: relative;
  border-radius: 0px 25px 25px 0px;
}
@media (max-width: 1024px) {
  .form-reseller .reseller-image {
    border-radius: 25px 25px 0 0;
  }
}
@media (max-width: 1024px) {
  .form-reseller .reseller-image {
    -ms-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.form-reseller .reseller-image:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
}
.form-reseller .reseller-image img {
  min-height: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.contact-us {
  padding: 50px 0 120px 0;
}
@media (max-width: 1024px) {
  .contact-us {
    padding: 35px 0 40px 0;
  }
}
.contact-us h2 {
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .contact-us h2 {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .contact-us h2 {
    margin-bottom: 20px;
  }
}
.contact-us .form-reseller .reseller-image {
  border-radius: 25px 0px 0px 25px;
  -ms-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
@media (max-width: 1024px) {
  .contact-us .form-reseller .reseller-image {
    -ms-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    border-radius: 25px 25px 0 0;
  }
}
.contact-us .form-reseller .contact-form {
  -ms-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  border-radius: 0 25px 25px 0;
}
.contact-us .form-reseller .contact-form h3 {
  font-size: 27px;
}
@media (max-width: 1024px) {
  .contact-us .form-reseller .contact-form {
    -ms-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    border-radius: 0 0 25px 25px;
  }
}
.contact-us .box-image {
  margin-bottom: 80px;
}

.contact-map {
  position: relative;
}
.contact-map .map-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 581px;
}
@media (max-width: 1024px) {
  .contact-map .map-image img {
    -o-object-position: left;
       object-position: left;
  }
}
@media (max-width: 1024px) {
  .contact-map .map-image img {
    height: 440px;
  }
}
@media (max-width: 768px) {
  .contact-map .map-image img {
    height: 370px;
  }
}
@media (max-width: 480px) {
  .contact-map .map-image img {
    height: 250px;
  }
}
.contact-map .form-reseller {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 35%;
  right: 13%;
}
@media (max-width: 1024px) {
  .contact-map .form-reseller {
    position: relative;
    width: auto;
    right: auto;
    -webkit-transform: none;
            transform: none;
    margin: 0 auto 30px auto;
    width: 1400px;
    max-width: 94%;
  }
}
.contact-map .form-reseller .subscribe-form {
  border-radius: 25px;
}
@media (max-width: 1300px) {
  .contact-map .form-reseller .subscribe-form {
    padding: 25px;
  }
  .contact-map .form-reseller .subscribe-form .input-field {
    margin-bottom: 10px;
  }
}
@media (max-width: 1024px) {
  .contact-map .form-reseller .subscribe-form {
    padding: 60px;
  }
  .contact-map .form-reseller .subscribe-form .input-field {
    margin-bottom: 20px;
  }
}

.form-image-section .report-form {
  -ms-flex-basis: 65%;
  -ms-flex-preferred-size: 65%;
      flex-basis: 65%;
}
@media (max-width: 1024px) {
  .form-image-section .report-form {
    -ms-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media (max-width: 1024px) {
  .form-image-section .form-reseller {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.form-image-section .reseller-image {
  -ms-flex-basis: 35%;
  -ms-flex-preferred-size: 35%;
      flex-basis: 35%;
}
@media (max-width: 1024px) {
  .form-image-section .reseller-image {
    -ms-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.contact-us.page-before:before {
  top: 11%;
}

.raport-abuse {
  padding: 50px 0 120px 0;
}
@media (max-width: 1024px) {
  .raport-abuse {
    padding: 35px 0 40px 0;
  }
}
.raport-abuse h2 {
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .raport-abuse h2 {
    margin-bottom: 30px;
  }
}

.raport-abuse.page-before:before {
  top: 24%;
}

.client-area {
  padding: 40px 0 120px 0;
}
@media (max-width: 1024px) {
  .client-area {
    padding: 35px 0 40px 0;
  }
}
.client-area h2 {
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .client-area .form-reseller {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.client-area .form-reseller .login-form {
  padding: 0;
  -ms-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
@media (max-width: 768px) {
  .client-area .form-reseller .login-form {
    -ms-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.client-area .form-reseller .login-form .pass-image {
  position: relative;
}
.client-area .form-reseller .login-form .pass-image:after {
  content: url("../img/password.png");
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 4%;
}
.client-area .form-reseller .login-form .top-form {
  padding: 60px 60px 60px 60px;
}
@media (max-width: 768px) {
  .client-area .form-reseller .login-form .top-form {
    padding: 20px;
  }
}
.client-area .form-reseller .login-form .top-form .input-field:last-child {
  margin-bottom: 0;
}
.client-area .form-reseller .login-form .form-footer {
  padding: 40px 50px;
  background: #FAF9F7;
}
.client-area .form-reseller .reseller-image {
  -ms-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
@media (max-width: 768px) {
  .client-area .form-reseller .reseller-image {
    -ms-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.client-area.page-before:before {
  top: 0;
}

.custom-server {
  padding: 40px 0;
}
@media (max-width: 1024px) {
  .custom-server {
    padding: 0;
  }
}
.custom-server .text-image {
  margin-bottom: 90px;
}
@media (max-width: 1024px) {
  .custom-server .text-image {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .custom-server .text-image .left .item {
    padding: 10px 7px;
  }
}
@media (max-width: 768px) {
  .custom-server .text-image .left .item p {
    font-size: 12px;
  }
}
.custom-server .items .item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}
.custom-server .items .item p {
  padding-bottom: 0;
}
.custom-server .items .item .check {
  margin-right: 20px;
}
@media (max-width: 480px) {
  .custom-server .items .item .check {
    margin-right: 10px;
  }
}
.custom-server .shadow-box {
  overflow: hidden;
}
.custom-server .input-field {
  margin-bottom: 30px;
}
.custom-server .top-form {
  padding: 50px 40px 20px 40px;
}
@media (max-width: 768px) {
  .custom-server .top-form {
    padding: 20px 15px 0 20px;
  }
}
.custom-server .bottom-form {
  background: #FAF9F7;
  padding: 50px 40px 20px 40px;
}
@media (max-width: 768px) {
  .custom-server .bottom-form {
    padding: 20px 15px 0 20px;
  }
}
.custom-server .bottom-form textarea {
  background: #FFF;
}
.custom-server .bottom-form select {
  border: 1px solid #e1e1e1;
  color: #888888;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-size: 16px;
  height: 50px;
  padding: 0 5px 0 10px;
  width: 100%;
  border-radius: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("../img/arrow-bottom.png");
  background-repeat: no-repeat;
  background-position-x: 94%;
  background-position-y: 21px;
}
.custom-server .right {
  margin-bottom: 120px;
  text-align: center;
}
.custom-server .col-5-6 {
  -ms-flex-basis: 45%;
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
}
@media (max-width: 1024px) {
  .custom-server .col-5-6 {
    -ms-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .custom-server .col-5-6 .main-img .before-img {
    left: 20px;
  }
}
@media (max-width: 768px) {
  .custom-server .col-5-6 .main-img .before-img {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
}

.infrastructure {
  padding-bottom: 80px;
}
@media (max-width: 1024px) {
  .infrastructure {
    padding-bottom: 20px;
  }
}
.infrastructure .shadow-box {
  margin-bottom: 40px;
}
.infrastructure .shadow-box h4 {
  text-transform: uppercase;
}
.infrastructure .shadow-box h4 span {
  color: #EB6530;
  line-height: 60px;
  font-size: 60px;
  display: inline-block;
  float: left;
  margin-right: 40px;
}
.infrastructure .shadow-box .datacenter-btn {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
@media (max-width: 480px) {
  .infrastructure .shadow-box .datacenter-btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}
.infrastructure .shadow-box .text-item {
  margin-bottom: 35px;
}
.infrastructure .shadow-box .text-item a {
  margin-bottom: 15px;
  vertical-align: middle;
  height: 53px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  margin-right: 10px;
  font-size: 12px;
  font-weight: 600;
  min-width: auto;
  padding: 15px 28px;
}
@media (max-width: 480px) {
  .infrastructure .shadow-box .text-item a {
    width: 160px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}
.infrastructure .datacenter-img {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media (max-width: 1200px) {
  .infrastructure .datacenter-img {
    -ms-flex-basis: 48.5%;
    -ms-flex-preferred-size: 48.5%;
        flex-basis: 48.5%;
  }
}
@media (max-width: 1024px) {
  .infrastructure .datacenter-img {
    -ms-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .infrastructure .datacenter-img > * {
    width: 32.3333333333%;
    margin: 0 0.5% 0.6666666667em;
  }
}
@media (max-width: 768px) {
  .infrastructure .datacenter-img {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .infrastructure .datacenter-img > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.infrastructure .datacenter-img .img-left {
  position: relative;
  z-index: 1;
  max-height: 396px;
  max-width: 295px;
  margin-right: 10px;
}
@media (max-width: 1024px) {
  .infrastructure .datacenter-img .img-left {
    margin-right: 0;
  }
}
.infrastructure .datacenter-img .img-right {
  position: relative;
  z-index: 3;
  max-height: 396px;
  max-width: 295px;
}
.infrastructure .datacenter-img .img-bottom {
  position: absolute;
  z-index: 2;
  bottom: 14%;
  left: 20%;
  max-height: 356px;
  max-width: 295px;
}
@media (max-width: 1100px) {
  .infrastructure .datacenter-img .img-bottom {
    bottom: 25%;
  }
}
@media (max-width: 1024px) {
  .infrastructure .datacenter-img .img-bottom {
    position: relative;
    bottom: 0;
    left: 0;
    max-height: 396px;
  }
}

.blog {
  margin-bottom: 100px;
}
@media (max-width: 1024px) {
  .blog {
    margin-bottom: 30px;
  }
}
.blog .post-item {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.5%;
  width: 101%;
}
.blog .post-item > * {
  width: 32.3333333333%;
  margin: 0 0.5% 0.6666666667em;
}
@media (max-width: 768px) {
  .blog .post-item {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .blog .post-item > * {
    width: 49%;
    margin: 0 0.5% 0.75em;
  }
}
@media (max-width: 480px) {
  .blog .post-item {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .blog .post-item > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.blog .post-item .item {
  margin-bottom: 40px;
}
.blog .post-item .item .post-img {
  position: relative;
}
.blog .post-item .item .post-img img {
  border-radius: 20px 20px 0px 0px;
}
.blog .post-item .item .post-img a {
  position: absolute;
  top: 5%;
  left: 5%;
  background: linear-gradient(92.93deg, #F96024 6.46%, #F59D21 99.6%);
  border-radius: 10px;
  padding: 10px 15px;
  min-width: 103px;
  font-size: 12px;
}
.blog .post-item .item .post-content {
  padding: 25px 30px;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.07);
  border-radius: 0px 0px 25px 25px;
}
@media (max-width: 1024px) {
  .blog .post-item .item .post-content {
    padding: 15px 20px;
  }
}
.blog .post-item .item .post-content h5 {
  font-size: 16px;
}
.blog .post-item .item .post-content .data-comment p {
  font-size: 13px;
}
.blog .post-item .item .post-content .date .date-img {
  margin-right: 10px;
  height: 18px;
  width: 18px;
}
.blog .post-item .item .post-content a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.blog.page-before:before {
  top: 14%;
}

.comments .comment-img {
  margin-right: 10px;
  height: 18px;
  width: 19px;
}

.sidebar {
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .sidebar {
    margin-top: 40px;
  }
}
.sidebar h3 {
  font-size: 22px;
  color: #EB6530;
}
.sidebar .categories {
  margin-bottom: 50px;
}
.sidebar .categories a {
  color: #555555;
  display: block;
  font-size: 16px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #7E7E7E;
}
.sidebar .categories a:hover {
  color: #EB6530;
  text-decoration: none;
}
.sidebar .recent-posts {
  margin-bottom: 55px;
}
.sidebar .recent-posts .content {
  margin-bottom: 17px;
}
.sidebar .recent-posts h5 {
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  margin-bottom: 0;
}
.sidebar .recent-posts .recen-img {
  margin-right: 20px;
}
.sidebar .recent-posts .recen-img img {
  min-width: 62px;
  min-height: 62px;
}
.sidebar .archives {
  margin-bottom: 55px;
}
.sidebar .archives a {
  color: #888;
  display: block;
  font-size: 16px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #7E7E7E;
}
.sidebar .archives a:hover {
  color: #EB6530;
  text-decoration: none;
}

.recent-coments h3:first-child {
  margin-bottom: 50px;
}
.recent-coments .search {
  position: relative;
}
.recent-coments .search input[type=search] {
  padding-right: 31%;
}
.recent-coments .search .btn {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 10px;
  min-width: 31%;
}

.blog-page {
  margin-bottom: 110px;
}
@media (max-width: 1024px) {
  .blog-page {
    margin-bottom: 40px;
  }
}
.blog-page .content h3 {
  margin-bottom: 25px;
  font-size: 22px;
}
.blog-page .content p {
  padding-bottom: 25px;
}
.blog-page .data-time {
  margin-bottom: 35px;
}
.blog-page .data-time p {
  margin-right: 10px;
  padding-bottom: 0;
}
@media (max-width: 480px) {
  .blog-page .data-time p {
    font-size: 12px;
  }
}
.blog-page .blog-page-img {
  margin-bottom: 30px;
}
.blog-page .blog-page-img img {
  width: 100%;
  max-height: 510px;
}
.blog-page .blog-border-left {
  padding-left: 25px;
  position: relative;
}
.blog-page .blog-border-left:before {
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  position: absolute;
  background: linear-gradient(92.93deg, #F96024 6.46%, #F59D21 99.6%);
}
.blog-page .blog-border-left h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 13px;
}
.blog-page .blog-border-left h4 span {
  color: #EB6530;
}
.blog-page .blog-border-left h5 {
  color: #888;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 2px;
}
.blog-page .comments {
  padding-left: 25px;
}
.blog-page .shadow-box textarea {
  min-height: 112px;
  margin-bottom: 17px;
}
.blog-page .shadow-box input {
  margin-bottom: 35px;
}
.blog-page .shadow-box p {
  padding-bottom: 35px;
}
.blog-page .shadow-box .btn {
  margin-bottom: 0;
}

.padding-large {
  padding: 60px;
}
@media (max-width: 1280px) {
  .padding-large {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .padding-large {
    padding: 20px;
  }
}

.blog-page.page-before:before {
  top: 14%;
}

.woocommerce-pagination {
  margin-bottom: 30px;
}
.woocommerce-pagination .page-numbers li {
  margin-right: 17px;
}
.woocommerce-pagination .page-numbers li a {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
  color: #555555;
  background: #FAF9F7;
  border: 1px solid #E5E5E5;
  border-radius: 10px;
}
@media (max-width: 480px) {
  .woocommerce-pagination .page-numbers li a {
    width: 35px;
    height: 35px;
  }
}
.woocommerce-pagination .page-numbers li a:hover {
  color: #EB6530;
}
.woocommerce-pagination .page-numbers .next a {
  background: -webkit-gradient(linear, left top, left bottom, from(#FE4A68), to(#FC9C45)), #FFFFFF;
  background: linear-gradient(180deg, #FE4A68 0%, #FC9C45 100%), #FFFFFF;
  color: #FFF;
  font-size: 18px;
}

.dedicated-server .padding-large {
  padding: 35px 85px 35px 54px;
}
@media (max-width: 768px) {
  .dedicated-server .padding-large {
    padding: 20px 66px 20px 40px;
  }
}
@media (max-width: 480px) {
  .dedicated-server .padding-large {
    padding: 15px 10px;
  }
}
.dedicated-server .top-text {
  margin-bottom: 120px;
}
@media (max-width: 1024px) {
  .dedicated-server .top-text {
    margin-bottom: 40px;
  }
}
@media (max-width: 1400px) {
  .dedicated-server .top-text .left {
    -ms-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media (max-width: 1400px) {
  .dedicated-server .top-text .right {
    -ms-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.dedicated-server .top-text h4 {
  color: #EB6530;
  text-transform: uppercase;
}
.dedicated-server .top-text .city .item {
  margin-bottom: 20px;
  border: 1px solid #F36F47;
  border-radius: 50px;
  padding: 11px 22px;

}
.dedicated-server .top-text .city .item:hover {
  text-decoration: none;
  -webkit-box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
  box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);

}
.dedicated-server .top-text .city h5 {
  margin-bottom: 0;
  text-transform: uppercase;
  color: #555;
  font-size: 16px;
  font-weight: 500;
}
.dedicated-server .top-text .city .city-img {
  margin-right: 20px;
  height: 18px;
  width: 17px;
}
.dedicated-server .build-server {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.5%;
  width: 101%;
}
.dedicated-server .build-server > * {
  width: 32.3333333333%;
  margin: 0 0.5% 0.6666666667em;
}
@media (max-width: 1300px) {
  .dedicated-server .build-server {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .dedicated-server .build-server > * {
    width: 49%;
    margin: 0 0.5% 0.75em;
  }
}
@media (max-width: 768px) {
  .dedicated-server .build-server {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .dedicated-server .build-server > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.dedicated-server .build-server .my-server {
  margin-bottom: 80px;
  text-align: center;
}
.dedicated-server .build-server .my-server .top-bronze {
  background: #C8B48C;
}
.dedicated-server .build-server .my-server .top-silver {
  background: #CBCBCB;
}
.dedicated-server .build-server .my-server .top-silver-limited {
  background: -webkit-gradient(linear, left top, left bottom, from(#CBCBCB), color-stop(47.53%, #A0A0A0), to(#CBCBCB));
  background: linear-gradient(180deg, #CBCBCB 0%, #A0A0A0 47.53%, #CBCBCB 100%);
}
.dedicated-server .build-server .my-server .top-silver-limited h3 {
  color: #FFAB35;
}
.dedicated-server .build-server .my-server .top-gold {
  background: #FFAB35;
}
.dedicated-server .build-server .my-server .top-gold-plus {
  background: -webkit-gradient(linear, left top, left bottom, from(#FA9404), color-stop(47.4%, #FFD8A1), to(#FA9404));
  background: linear-gradient(180deg, #FA9404 0%, #FFD8A1 47.4%, #FA9404 100%);
}
.dedicated-server .build-server .my-server .top-platinum {
  background: #555555;
}
.dedicated-server .build-server .my-server .top-platinum h3 {
  color: #FFAB35;
}
.dedicated-server .build-server .my-server .top-platinum-plus {
  background: #333333;
}
.dedicated-server .build-server .my-server .top-platinum-plus h3 {
  color: #FFAB35;
}
.dedicated-server .build-server .my-server .top-platinum-plus-premier {
  background: -webkit-gradient(linear, left top, left bottom, from(#333333), color-stop(50.65%, #AB6401), to(#333333));
  background: linear-gradient(180deg, #333333 0%, #AB6401 50.65%, #333333 100%);
}
.dedicated-server .build-server .my-server .top-platinum-plus-premier h3 {
  color: #FFF;
}
.dedicated-server .build-server .my-server .top-diamond {
  background: #005483;
}
.dedicated-server .build-server .my-server .top-diamond h3 {
  color: #FFAB35;
}
.dedicated-server .build-server .my-server .top-diamond-plus {
  background: #00639A;
}
.dedicated-server .build-server .my-server .top-diamond-plus h3 {
  color: #FFAB35;
}
.dedicated-server .build-server .my-server .top-diamond-plus-premier {
  background: -webkit-gradient(linear, left top, left bottom, from(#00639A), color-stop(51.31%, #D7F1FF), to(#00639A));
  background: linear-gradient(180deg, #00639A 0%, #D7F1FF 51.31%, #00639A 100%);
}
@media (max-width: 1024px) {
  .dedicated-server .build-server .my-server {
    margin-bottom: 20px;
  }
}
.dedicated-server .build-server .my-server .server-middle {
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.07);
}
.dedicated-server .build-server .my-server .server-middle li {
  font-size: 14px;
  padding: 6px 10px;
}
.dedicated-server .build-server .my-server .server-middle .gray {
  background: #FAF9F7;
}
.dedicated-server .build-server .my-server .server-middle .gray-cb {
  background: #CBCBCB;
  color: #FFF;
  text-transform: uppercase;
}
.dedicated-server .build-server .my-server .server-top {
  border-radius: 25px 25px 0px 0px;
  padding-top: 35px;
  padding-bottom: 40px;
}
.dedicated-server .build-server .my-server .server-top p {
  color: #FFF;
  font-size: 16px;
  line-height: 35px;
  padding-bottom: 0;
}
.dedicated-server .build-server .my-server .server-top span {
  font-size: 26px;
  font-weight: 500;
  color: #FFF;
  display: inline-block;
  margin-bottom: 14px;
}
.dedicated-server .build-server .my-server .server-top h3 {
  font-size: 30px;
  font-weight: 600;
  line-height: 35px;
  margin-bottom: 0;
}
.dedicated-server .build-server .my-server .server-bottom {
  background: #FAF9F7;
  border-radius: 0 0 25px 25px;
  padding: 32px 10px 38px 10px;
}
.dedicated-server .build-server .my-server .server-bottom .orange {
  color:#EB6530;
}
.dedicated-server .build-server .my-server .server-bottom p {
  color: #555;
  padding-bottom: 0;
}
.dedicated-server .build-server .my-server .server-bottom p:first-child {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 21px;
}
.dedicated-server .build-server .my-server .server-bottom p:first-child span {
  font-size: 27px;
  font-weight: 700;
}
.dedicated-server .build-server .my-server .server-bottom .btn {
  margin-top: 30px;
}
.dedicated-server .text-item {
  margin-bottom: 70px;
}
@media (max-width: 1024px) {
  .dedicated-server .text-item {
    margin-bottom: 20px;
  }
}
.dedicated-server .text-item p {
  padding-bottom: 0;
}
.dedicated-server .text-item h3 {
  color: #EB6530;
  text-transform: uppercase;
}
.dedicated-server .upgrade-options {
  padding: 100px 0 120px 0;
  background: #FAF9F7;
}
@media (max-width: 1024px) {
  .dedicated-server .upgrade-options {
    padding: 40px 0 45px 0;
  }
}
.dedicated-server .upgrade-options .box {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.5%;
  width: 101%;
}
.dedicated-server .upgrade-options .box > * {
  width: 32.3333333333%;
  margin: 0 0.5% 0.6666666667em;
}
@media (max-width: 1024px) {
  .dedicated-server .upgrade-options .box {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .dedicated-server .upgrade-options .box > * {
    width: 49%;
    margin: 0 0.5% 0.75em;
  }
}
@media (max-width: 768px) {
  .dedicated-server .upgrade-options .box {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .dedicated-server .upgrade-options .box > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.dedicated-server .upgrade-options .box ul li {
  padding-left: 20px;
}
.dedicated-server .upgrade-options .box .point {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, gray), color-stop(0%, rgba(136, 136, 136, 0)));
  background-image: linear-gradient(to right, gray 20%, rgba(136, 136, 136, 0) 0%);
  background-position: 50% 70%;
  background-size: 6px 2px;
  background-repeat: repeat-x;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0px 9px;
}
.dedicated-server .upgrade-options .box .point-d {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, gray), color-stop(0%, rgba(136, 136, 136, 0)));
  background-image: linear-gradient(to right, gray 20%, rgba(136, 136, 136, 0) 0%);
  background-position: 50% 90%;
  background-size: 6px 2px;
  background-repeat: repeat-x;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0px 9px;
}
.dedicated-server .upgrade-options .upgrade-top {
  margin-bottom: 20px;
}
.dedicated-server .upgrade-options .upgrade-top h4 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
}
.dedicated-server .upgrade-options .upgrade-top .upgrade-img {
  margin-right: 30px;
}

.management-options {
  margin-bottom: 110px;
  padding-top: 80px;
}
@media (max-width: 1024px) {
  .management-options {
    margin-bottom: 40px;
    padding-top: 40px;
  }
}
.management-options h2 {
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 45px;
}
@media (max-width: 1024px) {
  .management-options h2 {
    margin-bottom: 20px;
  }
}
.management-options .box .option-item {
  position: relative;
  height: 100%;
}
.management-options .box .option-item .top {
  text-align: center;
  border-radius: 25px 25px 0px 0px;
  padding: 30px 0;
}
.management-options .box .option-item .top h3 {
  font-size: 30px;
  margin-bottom: 0;
  line-height: 35px;
  font-weight: 600;
  color: #FFF;
}
@media (max-width: 768px) {
  .management-options .box .option-item .top h3 {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .management-options .box .option-item .top h3 {
    font-size: 20px;
  }
}
.management-options .box .option-item .content {
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.07);
  border-radius: 0 0 25px 25px;
}
.management-options .box .option-item .btn {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: -13px;
}
.management-options .box .gold .top {
  background: #FFAB35;
}
.management-options .box .gold .content {
  position: relative;
}
.management-options .box .gold .content:before {
  position: absolute;
  content: "paid quarterly, $29.95 monthly";
  bottom: 1%;
  right: 4%;
  font-weight: 400;
  font-size: 12px;
  color: #888888;
}
@media (max-width: 1300px) {
  .management-options .box .gold .content:before {
    font-size: 9px;
    right: 2%;
  }
}
@media (max-width: 1024px) {
  .management-options .box .gold .content:before {
    font-size: 12px;
    right: 4%;
  }
}
@media (max-width: 768px) {
  .management-options .box .gold .content:before {
    font-size: 10px;
    right: 2%;
  }
}
@media (max-width: 550px) {
  .management-options .box .gold .content:before {
    display: none;
  }
}
.management-options .box .gold .btn {
  background: #FFAB35;
}
.management-options .box .gray .top {
  background: #555555;
}
.management-options .box .gray .btn {
  background: #555555;
}

.management-options .box .gray .btn:hover {
  box-shadow: none;
  cursor: auto;
}

.management-options .box .gold .btn:hover {
  box-shadow: none;
  cursor: auto;
}

.dedicated-server.page-before:before {
  top: 13%;
}

.table-server {
  padding-bottom: 120px;
}
@media (max-width: 1024px) {
  .table-server {
    padding-bottom: 30px;
    overflow-x: scroll;
  }
}
.table-server table {
  width: 100%;
  overflow: hidden;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.07);
  border-radius: 25px;
}
@media (max-width: 1024px) {
  .table-server table {
    width: 1024px;
  }
}
.table-server table tr:nth-of-type(odd) {
  background: #FAF9F7;
}
.table-server table tr:first-child {
  background: linear-gradient(90.45deg, #F36F47 0.05%, #F59D21 99.95%);
  border-radius: 25px 25px 0px 0px;
}
.table-server table tr:first-child th {
  padding: 25px 0 25px 47px;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  color: #FFFFFF;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  text-align: left;
}
@media (max-width: 1200px) {
  .table-server table tr:first-child th {
    padding: 20px 0 20px 15px;
  }
}
.table-server table tr td {
  border-left: 1px solid #EBEBEB;
  padding: 10px 0 10px 47px;
  font-size: 14px;
  color: #555555;
}
@media (max-width: 1200px) {
  .table-server table tr td {
    padding: 10px 0 10px 10px;
  }
}
.table-server table tr td a {
  font-weight: 600;
  font-size: 14px;
}
.table-server table tr td:first-child {
  border-left: none;
}

/* ==========================================================================
   HEADER
   ========================================================================== */
header {
  position: relative;
  z-index: 10;
}
header #logo {
  color: #181818;
  opacity: 1;
}
header #logo:hover {
  opacity: 0.8;
}
header .top {
  background: #F3F3F3;
  padding: 5px 0;
}
@media (max-width: 768px) {
  header .top > .wrap > .flex-center {
    flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
  }
}
@media (max-width: 480px) {
  header .top > .wrap > .flex-center {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
}
@media (max-width: 768px) {
  header .top .left {
    margin-bottom: 10px;
  }
}
header .top .left a {
  color: #333333;
  display: inline-block;
  vertical-align: middle;
  margin-right: 27px;
}
@media (max-width: 480px) {
  header .top .left a {
    font-size: 14px;
  }
}
header .top .left a:last-child {
  margin-right: 0;
}
@media (max-width: 768px) {
  header .top .left a {
    margin-right: 15px;
  }
}
header .top .left a:hover {
  text-decoration: none;
  color: #EB6530;
}
header .top .left a:hover i {
  color: #EB6530;
}
header .top .left i {
  color: #8B8B8B;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  header .top .right {
    margin-right: 30px;
  }
}
@media (max-width: 768px) {
  header .top .right {
    margin-right: 0;
  }
}
header .top .right .s-link {
  margin-right: 44px;
}
@media (max-width: 1024px) {
  header .top .right .s-link {
    margin-right: 15px;
  }
}
@media (max-width: 480px) {
  header .top .right .s-link {
    margin-right: 5px;
  }
}
header .top .right .register-login a:hover {
  text-decoration: none;
  color: #333;
}
header .top .right .register-login .btn {
  margin-left: 20px;
  min-width: auto;
}
@media (max-width: 480px) {
  header .top .right .register-login .btn {
    margin-left: 10px;
  }
}
header .top .right .register-login .btn:hover {
  color: #fff;
}
header .top .right .register-login .btn span {
  width: 22px;
  height: 22px;
  background: #fff;
  border-radius: 50%;
  display: inline-block;
  margin-left: 16px;
  position: relative;
  vertical-align: middle;
}
header .top .right .register-login .btn span i {
  color: #F36F47;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 20px;
}
header .bottom {
  padding: 20px 0;
}
@media (max-width: 1024px) {
  header .bottom > .wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}
header .main_nav {
  font-size: 0;
}
header .main_nav * {
  line-height: 1;
}
header .main_nav a {
  display: block;
}
header .level_a {
  position: relative;
}
header .level_a > li {
  margin-right: 30px;
  cursor: pointer;
  position: relative;
}
@media (max-width: 1366px) {
  header .level_a > li {
    margin-right: 15px;
  }
}
@media (max-width: 1280px) {
  header .level_a > li {
    margin-right: 10px;
  }
}
header .level_a > li:last-child {
  margin-right: 0;
}
header .level_a > li > a {
  color: #181818;
  font-size: 16px;
  font-weight: 300;
}
@media (max-width: 1280px) {
  header .level_a > li > a {
    font-size: 14px;
  }
}
header .level_a > li.current-menu-item > a, header .level_a > li:hover > a {
  color: #EB6530;
  text-decoration: none;
}
header .level_a > li.menu-item-has-children {
  margin-right: 47px;
}
@media (max-width: 1366px) {
  header .level_a > li.menu-item-has-children {
    margin-right: 32px;
  }
}
@media (max-width: 1280px) {
  header .level_a > li.menu-item-has-children {
    margin-right: 28px;
  }
}
header .level_a > li.menu-item-has-children:last-child {
  margin-right: 0;
}
header .level_a > li.menu-item-has-children:after {
  content: "\f0d7";
  font-family: "fontawesome";
  font-size: 16px;
  position: absolute;
  right: -17px;
  top: 0;
}
header .level_a li {
  display: inline-block;
  position: relative;
  z-index: 0;
}
header .sub-menu {
  background: #EB6530;
  border-bottom: 3px solid #ef885f;
  border-top: 3px solid #ef885f;
  display: none;
  margin-top: 27px;
  max-width: 200px;
  min-width: 140px;
  padding: 10px 0;
  position: absolute;
  width: 100%;
  z-index: 100;
}
header .sub-menu .sub-menu {
  display: none !important;
}
header .sub-menu li {
  display: block;
  list-style-type: none;
}
header .sub-menu a {
  color: #ffffff;
  font-size: 13px;
  line-height: 1.3;
  padding: 3px 15px;
}
header .sub-menu a:hover {
  background: #f4aa8d;
  text-decoration: none;
}
header .menu-item-has-children:before {
  content: "";
  height: 52px;
  left: 0;
  position: absolute;
  top: 0;
  width: calc(100% + 18px);
  z-index: -1;
}
header .menu-item-has-children:hover > .sub-menu {
  display: block;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
footer {
  background: #333333;
  padding: 58px 0 72px;
}
@media (max-width: 1024px) {
  footer {
    padding: 35px 0;
  }
}
footer .logo-footer {
  display: inline-block;
  margin-bottom: 50px;
  max-width: 187px;
  width: 100%;
}
@media (max-width: 1024px) {
  footer .logo-footer {
    margin-bottom: 25px;
  }
}
@media (max-width: 1024px) {
  footer .flex {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
}
footer p {
  color: #fff;
  opacity: 0.7;
}
footer p a {
  color: #fff;
  opacity: 0.7;
}
footer nav h3 {
  color: #EB6530;
}
footer nav ul li a {
  color: #fff;
  opacity: 0.7;
}

.bottom-orang-section {
  background: linear-gradient(90.45deg, #F36F47 0.05%, #F59D21 99.95%);
  padding: 48px 0;
}
@media (max-width: 768px) {
  .bottom-orang-section {
    padding: 30px 0;
  }
}
.bottom-orang-section h2 {
  color: #fff;
}
@media (max-width: 1024px) {
  .bottom-orang-section > .flex-center {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .bottom-orang-section > .flex-center > div {
    text-align: center;
  }
}
.bottom-orang-section .btn-transparent {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid #FFFFFF;
  border-radius: 50px;
  display: inline-block;
  padding: 13px 55px 13px 18px;
  color: #fff;
  font-size: 20px;
}
@media (max-width: 1366px) {
  .bottom-orang-section .btn-transparent {
    font-size: 16px;
    padding: 13px 35px 13px 18px;
  }
}
.bottom-orang-section .btn-transparent:hover {
  text-decoration: none;
  background: #EB6530;
}
.bottom-orang-section .btn-transparent i {
  margin-right: 35px;
}
@media (max-width: 1366px) {
  .bottom-orang-section .btn-transparent i {
    margin-right: 15px;
  }
}
.bottom-orang-section .btn {
  min-width: 276px;
  padding: 18px 20px;
  font-weight: 700;
  font-size: 19px;
}
@media (max-width: 1366px) {
  .bottom-orang-section .btn {
    min-width: 200px;
  }
}

.center {
  text-align: center;
}

.grid-2 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.grid-2 > * {
  width: 48%;
  margin: 0 1% 1.5em;
}
@media (max-width: 768px) {
  .grid-2 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .grid-2 > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
  .grid-2 > div {
    margin-bottom: 30px;
  }
}

.grid-3 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.grid-3 > * {
  width: 31.3333333333%;
  margin: 0 1% 1.3333333333em;
}
@media (max-width: 768px) {
  .grid-3 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .grid-3 > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
  .grid-3 > div {
    margin-bottom: 10px;
  }
}

.grid-4 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.grid-4 > * {
  width: 23%;
  margin: 0 1% 1.25em;
}
@media (max-width: 1024px) {
  .grid-4 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .grid-4 > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
  .grid-4 > div {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .grid-4 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .grid-4 > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
  .grid-4 > div {
    margin-bottom: 30px;
  }
}

.padding-small {
  padding: 35px 40px;
}
@media (max-width: 1280px) {
  .padding-small {
    padding: 25px 30px;
  }
}
@media (max-width: 768px) {
  .padding-small {
    padding: 20px;
  }
}

.padding-medium {
  padding: 50px 40px;
}
@media (max-width: 1280px) {
  .padding-medium {
    padding: 35px 25px;
  }
}

.page-before {
  position: relative;
}
.page-before:before {
  content: url("../img/page-before.png");
  position: absolute;
  right: 0;
  top: 3%;
  opacity: 0.2;
  z-index: -1;
}
@media (max-width: 1024px) {
  .page-before:before {
    display: none;
  }
}

#your-tier {
  position: relative;
  padding: 100px 0 120px;
}
@media (max-width: 1024px) {
  #your-tier {
    padding: 50px 0 60px;
  }
}
@media (max-width: 768px) {
  #your-tier {
    padding: 30px 0;
  }
}
#your-tier .top-text .text {
  margin-bottom: 45px;
}

.tiers-items {
  padding-bottom: 30px;
}
.tiers-items .wrap-shadow-box {
  position: relative;
}
.tiers-items .btn {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: -13px;
}
.tiers-items .shadow-box {
  position: relative;
  overflow: hidden;
  height: 100%;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
}
.tiers-items .shadow-box .icon {
  min-height: 54px;
  margin-bottom: 30px;
}
.tiers-items .shadow-box .starting p {
  color: #000;
}
.tiers-items .shadow-box .price {
  font-size: 25px;
  font-weight: 600;
  color: #EB6530;
  display: inline-block;
}
.tiers-items .shadow-box .month {
  font-size: 20px;
  font-weight: 400;
  display: inline-block;
}
.tiers-items .shadow-box .bottom p {
  padding-bottom: 0;
}

.aff-box {
  padding-top: 30px;
}
.aff-box p {
  max-width: 260px;
  width: 100%;
}
.aff-box p a {
  font-weight: 600;
  text-decoration: underline;
}

.bg-center {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.icon-title-content .shadow-box {
  position: relative;
}
.icon-title-content .shadow-box .top {
  margin-bottom: 25px;
}
.icon-title-content .shadow-box h4 {
  margin-bottom: 0;
  -webkit-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.icon-title-content .shadow-box figure {
  -ms-flex-basis: 60px;
  -ms-flex-preferred-size: 60px;
      flex-basis: 60px;
  margin-right: 30px;
}
.icon-title-content .shadow-box p {
  padding-bottom: 0;
}

#best-choice {
  padding: 110px 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(250, 249, 247, 0)), to(#FAF9F7));
  background: linear-gradient(0deg, rgba(250, 249, 247, 0) 0%, #FAF9F7 100%);
  position: relative;
}
#best-choice:before {
  content: url("../img/check-list-before.png");
  position: absolute;
  left: 0;
  top: 33%;
  opacity: 0.2;
}
@media (max-width: 1024px) {
  #best-choice:before {
    display: none;
  }
}
@media (max-width: 1024px) {
  #best-choice {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  #best-choice {
    padding: 30px 0;
  }
}
#best-choice .left-right {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  #best-choice .left-right {
    margin-bottom: 30px;
  }
}
#best-choice .icon-title-content {
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  #best-choice .icon-title-content {
    margin-bottom: 30px;
  }
}

.wys ul li {
  font-size: 14px;
  position: relative;
  padding-left: 15px;
  line-height: 1.6;
  margin-bottom: 5px;
}
.wys ul li:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #EB6530;
  border-radius: 50%;
}

.check-list .item {
  padding-left: 38px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-left: 1px solid #C4C4C4;
  margin-bottom: 50px;
}
.check-list .item p {
  padding-bottom: 0;
}
.check-list figure {
  margin-bottom: 15px;
}

.meet-our-team {
  background: #FAF9F7;
  padding: 100px 0 120px;
  position: relative;
}
@media (max-width: 1024px) {
  .meet-our-team {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .meet-our-team {
    padding: 35px 0;
  }
}
.meet-our-team:before {
  content: url("../img/team-before.png");
  position: absolute;
  left: 0;
  top: 12%;
  opacity: 0.2;
}
@media (max-width: 1024px) {
  .meet-our-team:before {
    display: none;
  }
}
.meet-our-team h2 {
  margin-bottom: 45px;
}
.meet-our-team .shadow-box figure img {
  height: 337px;
  width: 100%;
  border-radius: 25px 25px 0px 0px;
  -o-object-fit: cover;
  object-fit: cover;
}
.meet-our-team .shadow-box .info {
  padding: 20px;
}
.meet-our-team .shadow-box .info .name {
  font-size: 22px;
  font-weight: 600;
  color: #555;
  margin-bottom: 10px;
}
.meet-our-team .shadow-box .info .position {
  color: #EB6530;
}

.testimonial-section .shadow-box {
  position: relative;
  overflow: hidden;
}
.testimonial-section .shadow-box:before {
  content: url("../img/bottom-right-before.png");
  position: absolute;
  right: -45px;
  bottom: -50px;
}
.testimonial-section .shadow-box .top {
  margin-bottom: 35px;
}
.testimonial-section .shadow-box .top figure {
  max-width: 150px;
}
.testimonial-section .shadow-box .top figure img {
  height: auto;
  min-height: auto;
}
.testimonial-section .name-section .name {
  font-weight: 500;
  font-size: 16px;
  color: #333;
}
.testimonial-section .name-section .position {
  font-size: 14px;
}

.client-testimonials {
  padding: 100px 0;
}
@media (max-width: 1024px) {
  .client-testimonials {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .client-testimonials {
    padding: 35px 0;
  }
}
.client-testimonials .swiper {
  padding: 30px;
}
.client-testimonials .swiper-pagination {
  bottom: -30px !important;
}
@media (max-width: 768px) {
  .client-testimonials .swiper-pagination {
    bottom: -25px !important;
  }
}

.swiper-pagination-bullet-active {
  background: #EB6530 !important;
}

.swiper-button {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  width: 39px;
  height: 39px;
  border-radius: 50%;
  background: #EFEFEF;
  z-index: 9;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.swiper-button:hover {
  background: #ccc;
}
.swiper-button.button-next {
  right: -5%;
}
@media (max-width: 1600px) {
  .swiper-button.button-next {
    right: -1%;
  }
}
.swiper-button.button-prev {
  left: -5%;
}
@media (max-width: 1600px) {
  .swiper-button.button-prev {
    left: -1%;
  }
}
.swiper-button i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 26px;
  color: #fff;
}

.tech-partners {
  padding: 100px 0;
}
@media (max-width: 1024px) {
  .tech-partners {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .tech-partners {
    padding: 35px 0;
  }
}
.tech-partners h2 {
  margin-bottom: 40px;
}
.tech-partners .items {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0;
  width: 100%;
}
.tech-partners .items > * {
  width: 16.6666666667%;
  margin: 0 0 0em;
}
@media (max-width: 768px) {
  .tech-partners .items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0;
    width: 100%;
  }
  .tech-partners .items > * {
    width: 33.3333333333%;
    margin: 0 0 0em;
  }
}
.tech-partners .items .item {
  text-align: center;
  min-height: 113px;
  padding: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  border-bottom: 1px solid #EDEDED;
  border-right: 1px solid #ededed;
}
.tech-partners .items .item img {
  min-height: auto;
  min-width: 110px;
}
@media (max-width: 480px) {
  .tech-partners .items .item img {
    min-width: 80px;
  }
}
.tech-partners .items .item:nth-child(6n) {
  border-right: none;
}
@media (max-width: 768px) {
  .tech-partners .items .item:nth-child(6n) {
    border-right: 1px solid #ededed;
  }
}
@media (max-width: 768px) {
  .tech-partners .items .item {
    min-height: 80px;
  }
  .tech-partners .items .item:nth-child(3n) {
    border-right: none;
  }
}
.tech-partners .items .item:nth-child(n+7) {
  border-bottom: none;
}
@media (max-width: 768px) {
  .tech-partners .items .item:nth-child(n+7) {
    border-bottom: 1px solid #EDEDED;
  }
}
@media (max-width: 768px) {
  .tech-partners .items .item:nth-last-child(-n+3) {
    border-bottom: none;
  }
}

.left-right-text {
  padding: 50px 0 100px;
}
@media (max-width: 1024px) {
  .left-right-text {
    padding: 45px 0 50px;
  }
}
@media (max-width: 768px) {
  .left-right-text {
    padding: 35px 0;
  }
}
.left-right-text h4 {
  color: #EB6530;
  text-transform: uppercase;
}

.table-style table tbody tr:nth-child(2n+1) > td:nth-child(even) {
  position: relative;
  z-index: 10;
}

.table-style {
  margin-bottom: 100px;
  padding-top: 22px;
}
@media (max-width: 1024px) {
  .table-style {
    overflow-x: scroll;
    margin-bottom: 60px;
  }
}
@media (max-width: 1024px) {
  .table-style {
    margin-bottom: 30px;
  }
}
.table-style table {
  border-collapse: collapse;
  position: relative;
  width: 100%;
  background: #fff;
}
@media (max-width: 1024px) {
  .table-style table {
    width: 1024px;
  }
}
.table-style table .row-name {
  width: 27%;
}
@media (max-width: 1024px) {
  .table-style table .row-name {
    width: 22%;
  }
}
.table-style table thead tr > th:first-child {
  text-align: left;
  padding-left: 43px;
  padding-right: 5px;
}
@media (max-width: 1024px) {
  .table-style table thead tr > th:first-child {
    padding-left: 20px;
  }
}
.table-style table thead tr th {
  padding: 25px;
}
.table-style table tbody {
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.07);
  border-radius: 25px 0px 0px 25px;
}
.table-style table tbody tr:nth-child(odd) > td:nth-child(odd) > div {
  -webkit-box-shadow: -5px 0 20px rgba(0, 0, 0, 0.07);
          box-shadow: -5px 0 20px rgba(0, 0, 0, 0.07);
}
.table-style table tbody tr:nth-child(odd) > td:nth-child(even) > div {
  -webkit-box-shadow: -5px 0 30px rgba(0, 0, 0, 0.07);
          box-shadow: -5px 0 30px rgba(0, 0, 0, 0.07);
}
.table-style table tbody tr > td:first-child {
  text-align: left;
  padding-left: 43px;
  text-align: left;
}
@media (max-width: 1024px) {
  .table-style table tbody tr > td:first-child {
    padding-left: 20px;
  }
}
.table-style table tbody tr td {
  padding: 16px;
  text-align: center;
  position: relative;
}
.table-style table tbody tr td > div {
  padding: 8px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.table-style table tbody tr:nth-child(even) td {
  background: #FAF9F7;
}
.table-style table tfoot tr {
  vertical-align: top;
}
.table-style table tfoot tr > td:first-child {
  text-align: left;
  padding-left: 43px;
  text-align: left;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (max-width: 1024px) {
  .table-style table tfoot tr > td:first-child {
    padding-left: 20px;
  }
}
.table-style table tfoot tr td {
  text-align: center;
  position: relative;
  z-index: 10;
}
.table-style table tfoot tr td > div {
  padding: 15px 8px 37px 8px;
  border-radius: 0 0 25px 25px;
  box-shadow: -5px 0 20px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: -5px 0 20px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: -5px 0 20px rgba(0, 0, 0, 0.07);
}
.table-style table tfoot tr td p {
  font-size: 16px;
  min-height: 90px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}
.table-style table tfoot tr .row-name {
  padding-top: 35px;
}
.table-style table tfoot ul {
  padding: 27px 27px 37px;
}
@media (max-width: 1024px) {
  .table-style table tfoot ul {
    padding: 15px 15px 10px;
  }
}
.table-style table tfoot li {
  font-size: 14px;
  color: #555;
  margin-bottom: 8px;
}
.table-style table tfoot li .orange-color {
  font-weight: 400;
}
.table-style table .table-title {
  font-size: 36px;
}
@media (max-width: 1024px) {
  .table-style table .table-title {
    font-size: 26px;
  }
}
.table-style table .packet-name {
  border-radius: 25px 25px 0 0;
  position: relative;
}
.table-style table .packet-name.featured:before {
  content: "Featured";
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  background: #fff;
  color: #555;
  top: -20px;
  border-radius: 50px;
  padding: 8px 20px;
}
.table-style table .packet-name.orange {
  background: #FF7A41;
}
.table-style table .packet-name.yellow {
  background: #FFAB35;
}
.table-style table .packet-name.black {
  background: #333;
}
.table-style table .packet-name.black .price {
  color: #F59D21;
}
.table-style table .packet-name .title {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
}
@media (max-width: 1150px) {
  .table-style table .packet-name .title {
    font-size: 26px;
  }
}
@media (max-width: 1024px) {
  .table-style table .packet-name .title {
    font-size: 24px;
  }
}
.table-style table .packet-name .price {
  font-size: 60px;
  color: #333;
  font-weight: 600;
}
@media (max-width: 1150px) {
  .table-style table .packet-name .price {
    font-size: 45px;
  }
}
@media (max-width: 1024px) {
  .table-style table .packet-name .price {
    font-size: 30px;
  }
}
.table-style table .packet-name .per {
  color: #fff;
  font-weight: 400;
}

.table-icon {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.07);
}
.table-icon:before {
  font-family: "fontawesome";
  color: #fff;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-weight: 300;
}
.table-icon.check {
  background: -webkit-gradient(linear, left top, left bottom, from(#F36F47), to(#F59D21));
  background: linear-gradient(180deg, #F36F47 0%, #F59D21 100%);
}
.table-icon.check:before {
  content: "\f00c";
}
.table-icon.cross {
  background: #555;
}
.table-icon.cross:before {
  content: "\f00d";
}

#home-top .swiper-slide {
  min-height: 755px;
  padding: 45px 0;
  position: relative;
}
@media (max-width: 1024px) {
  #home-top .swiper-slide {
    min-height: 550px;
  }
}
#home-top .swiper-slide h2 {
  color: #fff;
  font-size: 60px;
}
@media (max-width: 1024px) {
  #home-top .swiper-slide h2 {
    font-size: 45px;
  }
}
@media (max-width: 768px) {
  #home-top .swiper-slide h2 {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  #home-top .swiper-slide h2 {
    font-size: 30px;
  }
}
#home-top .swiper-slide h3 {
  color: #fff;
}
#home-top .swiper-slide .btn {
  padding: 16px 20px;
  text-transform: uppercase;
}
#home-top .swiper-slide .btn i {
  display: inline-block;
  margin-left: 5px;
}
#home-top .swiper-slide ul {
  margin-bottom: 50px;
}
@media (max-width: 480px) {
  #home-top .swiper-slide ul {
    margin-bottom: 30px;
  }
}
#home-top .swiper-slide ul li {
  color: #fff;
  font-size: 18px;
  margin-bottom: 18px;
  padding-left: 46px;
  position: relative;
  font-weight: 500;
}
@media (max-width: 768px) {
  #home-top .swiper-slide ul li {
    font-size: 16px;
  }
}
#home-top .swiper-slide ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 30px;
  height: 1px;
  background: #EB6530;
}
@media (max-width: 768px) {
  #home-top .swiper-slide ul li:before {
    top: 11px;
  }
}
#home-top .swiper-slide ul li .li-title {
  font-size: 20px;
  display: inline-block;
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  #home-top .swiper-slide ul li .li-title {
    font-size: 18px;
  }
}
#home-top .swiper-slide.slide-1 .text {
  max-width: 827px;
  width: 100%;
}
#home-top .swiper-slide.slide-1 ul {
  max-width: 530px;
  width: 100%;
}
@media (max-width: 1024px) {
  #home-top .swiper-slide.slide-2 .flex {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}
#home-top .swiper-slide.slide-2 .left {
  -ms-flex-basis: 600px;
  -ms-flex-preferred-size: 600px;
      flex-basis: 600px;
}
@media (max-width: 1200px) {
  #home-top .swiper-slide.slide-2 .left {
    -ms-flex-basis: 520px;
    -ms-flex-preferred-size: 520px;
        flex-basis: 520px;
  }
}
@media (max-width: 1024px) {
  #home-top .swiper-slide.slide-2 .left {
    -ms-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 30px;
  }
}
#home-top .swiper-slide.slide-2 .left h2 {
  margin-bottom: 50px;
}
#home-top .swiper-slide.slide-2 .left h3 {
  font-size: 48px;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  #home-top .swiper-slide.slide-2 .left h3 {
    font-size: 35px;
  }
}
@media (max-width: 480px) {
  #home-top .swiper-slide.slide-2 .left h3 {
    font-size: 30px;
  }
}
#home-top .swiper-slide.slide-2 .left h4 {
  font-size: 32px;
  color: #EB6530;
  margin-bottom: 0;
}
#home-top .swiper-slide.slide-2 .left h5 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 25px;
}
#home-top .swiper-slide.slide-2 .left h5 .bigger {
  font-size: 32px;
  display: inline-block;
}
#home-top .swiper-slide.slide-2 .left h5 .limited {
  font-size: 22px;
  display: inline-block;
  text-transform: uppercase;
  padding: 8px 40px;
  background: #EB6530;
  margin-left: 23px;
  position: relative;
  -webkit-clip-path: polygon(100% 0, 96% 50%, 100% 100%, 0% 100%, 4% 50%, 0% 0%);
          clip-path: polygon(100% 0, 96% 50%, 100% 100%, 0% 100%, 4% 50%, 0% 0%);
}
@media (max-width: 1200px) {
  #home-top .swiper-slide.slide-2 .left h5 .limited {
    margin-left: 0;
  }
}
#home-top .swiper-slide.slide-2 .left .name {
  margin-bottom: 30px;
}
#home-top .swiper-slide.slide-3 h3 {
  color: #EB6530;
  font-size: 32px;
}
@media (max-width: 1024px) {
  #home-top .swiper-slide.slide-3 h3 {
    font-size: 28px;
  }
}
#home-top .swiper-slide.slide-3 .left {
  margin-right: 300px;
}
@media (max-width: 1024px) {
  #home-top .swiper-slide.slide-3 .left {
    margin-right: 100px;
  }
}
@media (max-width: 768px) {
  #home-top .swiper-slide.slide-3 .left {
    margin-right: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  #home-top .swiper-slide.slide-3 .flexbox {
    display: block;
  }
}
#home-top .swiper-slide.slide-4 .text {
  max-width: 600px;
  margin-left: auto;
}
#home-top .swiper-slide.slide-4 .text h2 {
  line-height: 1;
  margin-bottom: 45px;
}
#home-top .swiper-slide.slide-4 .text h2 .orange-color {
  font-size: 32px;
}
#home-top .swiper-slide.slide-4 .info-buttons {
  text-align: right;
}
#home-top .swiper-slide .info-buttons a {
  display: inline-block;
  vertical-align: middle;
}
#home-top .swiper-slide .info-buttons a.info-btn {
  margin-left: 28px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  vertical-align: middle;
  line-height: 40px;
}
@media (max-width: 480px) {
  #home-top .swiper-slide .info-buttons a.info-btn {
    display: block;
    margin-left: 0;
    margin-top: 20px;
  }
}
#home-top .swiper-slide .info-buttons a.info-btn:hover {
  text-decoration: none;
}
#home-top .swiper-slide .info-buttons a.info-btn img {
  margin-right: 15px;
}
#home-top .swiper-slide .info-buttons a.btn {
  margin-bottom: 10px;
}
#home-top .swiper-slide .bigger {
  font-size: 32px;
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
}
#home-top .swiper-pagination {
  bottom: 30px;
}
@media (max-width: 1024px) {
  #home-top .swiper-pagination {
    bottom: 5px;
  }
}
@media (max-width: 480px) {
  #home-top .swiper-pagination {
    bottom: 10px;
  }
}
#home-top .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}

.orange-color {
  color: #EB6530;
}

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

.web-hosting.page-before:before {
  top: 10%;
}

.bronze {
  background-color: #C8B48C;
}

.silver {
  background-color: #CBCBCB;
}

.text-bigger p {
  font-size: 16px;
}

.underline-text p {
  text-decoration: underline;
}

.border {
  border: 1px solid #F36F47;
}

.border-radius {
  border-radius: 25px;
}

.no-padding p {
  padding-bottom: 0;
}

.mt-20 {
  margin-top: 20px;
}

.vps-server-options {
  background: #FAF9F7;
}

.section-padding {
  padding: 100px 0;
}
@media (max-width: 1024px) {
  .section-padding {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .section-padding {
    padding: 45px 0;
  }
}
@media (max-width: 480px) {
  .section-padding {
    padding: 30px 0;
  }
}

.title h2 {
  margin-bottom: 55px;
  color: #333;
}
@media (max-width: 1024px) {
  .title h2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .title h2 {
    margin-bottom: 25px;
  }
}

.colocation-top-info {
  margin-bottom: 106px;
}
@media (max-width: 1024px) {
  .colocation-top-info {
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .colocation-top-info {
    margin-bottom: 50px;
  }
}
.colocation-top-info h4 {
  color: #EB6530;
  text-transform: uppercase;
}
.colocation-top-info .left {
  margin-top: 34px;
}
@media (max-width: 1024px) {
  .colocation-top-info .left {
    margin-top: 0;
  }
}
.colocation-top-info .colocation-buttons p {
  font-size: 20px;
}
.colocation-top-info .colocation-buttons .items a {
  padding: 13px 23px;
  border: 1px solid #EB6530;
  border-radius: 50px;
  display: block;
  margin-bottom: 21px;
}
@media (max-width: 1280px) {
  .colocation-top-info .colocation-buttons .items a {
    padding: 13px 15px;
    font-size: 14px;
  }
}
.colocation-top-info .colocation-buttons .items a:hover {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.colocation-top-info .colocation-buttons .items a img {
  vertical-align: middle;
  margin-right: 20px;
}
.colocation-top-info .colocation-buttons .items a span {
  vertical-align: middle;
  display: inline-block;
}

.tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #E5E5E5;
  font-size: 0;
}
@media (max-width: 768px) {
  .tabs {
    border-bottom: none;
  }
}
.tabs div {
  display: inline-block;
  padding: 15px 25px;
  cursor: pointer;
  margin-right: 10px;
  background: #FAF9F7;
  color: #888;
  font-size: 14px;
  border: 1px solid #E5E5E5;
  border-radius: 15px 15px 0px 0px;
}
@media (max-width: 768px) {
  .tabs div {
    display: block;
    border-radius: 0;
  }
  .tabs div:first-child {
    border-radius: 15px 15px 0px 0px;
  }
  .tabs div:last-child {
    border-radius: 0px 0px 15px 15px;
  }
}
.tabs div.active {
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#FE4A68), to(#FC9C45)), #FFFFFF;
  background: linear-gradient(180deg, #FE4A68 0%, #FC9C45 100%), #FFFFFF;
}

.tab-content {
  display: none;
  padding-top: 34px;
}
.tab-content.active {
  display: inherit;
}

.light-orange {
  background-color: #FFA179;
}

.smaller-size .table-style table thead tr > th:first-child {
  font-size: 24px;
}
.smaller-size .table-style table .packet-name .title {
  font-size: 24px;
}

.taber-colocation .tab-content-2 .table-style table thead tr > th:first-child {
  font-size: 16px;
}
.taber-colocation .tab-content-2 .table-style table .packet-name .title {
  font-size: 16px;
}

@media (max-width: 1366px) {
  .customize-table {
    overflow-x: scroll;
  }
}
.customize-table.table-style table tbody tr td {
  padding: 25px;
}
.customize-table.table-style table thead tr > th:first-child {
  padding-left: 25px;
}
.customize-table.table-style table thead tr th {
  padding: 20px;
}
.colocation-bottom-section {
  background: #FAF9F7;
}
.colocation-bottom-section .shadow-box {
  margin-bottom: 27px;
  padding: 35px 40px 70px;
}
.colocation-bottom-section .shadow-box h4 {
  text-transform: uppercase;
  font-size: 16px;
}
.colocation-bottom-section .shadow-box .link {
  position: absolute;
  left: 40px;
  bottom: 25px;
  font-size: 14px;
}
.colocation-bottom-section ul li strong {
  color: #555555;
}

.column-count-3 {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
}
@media (max-width: 1024px) {
  .column-count-3 {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
@media (max-width: 768px) {
  .column-count-3 {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}

.relative {
  position: relative;
}

.info-content img {
  border-radius: 20px;
}
.info-content .top {
  margin-bottom: 60px;
}
.info-content .bottom {
  margin-bottom: 120px;
}
@media (max-width: 1024px) {
  .info-content .bottom {
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .info-content .bottom {
    margin-bottom: 35px;
  }
}
.info-content .bottom .orange-text {
  height: 100%;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  font-weight: 600;
  max-width: 313px;
  width: 100%;
}
@media (max-width: 480px) {
  .info-content .bottom .orange-text {
    max-width: 100%;
  }
}
.info-content .bottom .orange-text p {
  line-height: 27px;
  font-size: 18px;
}
@media (max-width: 480px) {
  .info-content .bottom figure img {
    width: 100%;
  }
}
.info-content .top-right figure {
  max-width: 679px;
  width: 100%;
  margin-left: auto;
  text-align: center;
}
@media (max-width: 1024px) {
  .info-content .top-right figure {
    max-width: 100%;
  }
}
.info-content .absolute-section {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 480px) {
  .info-content .absolute-section {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
}
@media (max-width: 1024px) {
  .info-content .absolute-section {
    position: static;
    margin-top: 20px;
  }
}
.info-content .absolute-section figure {
  -ms-flex-basis: 46%;
  -ms-flex-preferred-size: 46%;
      flex-basis: 46%;
  margin-right: 23px;
}
@media (max-width: 480px) {
  .info-content .absolute-section figure {
    -ms-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media (max-width: 480px) {
  .info-content .absolute-section figure {
    margin-bottom: 20px;
  }
}
.info-content .orange-text {
  padding: 27px 44px;
  background: #EB6530;
  color: #fff;
  border-radius: 20px;
  -webkit-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.info-content .orange-text p:last-child {
  padding-bottom: 0;
}
@media (max-width: 480px) {
  .info-content .orange-text {
    padding: 20px;
  }
}

.testimonials-items {
  margin-bottom: 110px;
}
@media (max-width: 1024px) {
  .testimonials-items {
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .testimonials-items {
    margin-bottom: 30px;
  }
}
.testimonials-items h2 {
  margin-bottom: 46px;
}

.beige-bg {
  background: #faf9f7;
}

.tell-us-form .info {
  margin-bottom: 50px;
}
.tell-us-form textarea {
  height: 170px;
}

.taber-photo-gallery .tabs {
  text-align: center;
}
.taber-photo-gallery .tabs div {
  background: none;
  padding: 0 0 13px 0;
  border-radius: 0;
  border: none;
  font-size: 18px;
  margin-right: 36px;
  position: relative;
}
@media (max-width: 768px) {
  .taber-photo-gallery .tabs div {
    margin-right: 0;
    margin-bottom: 5px;
  }
}
.taber-photo-gallery .tabs div:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: #EB6530;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.taber-photo-gallery .tabs div:last-child {
  margin-right: 0;
}
.taber-photo-gallery .tabs div.active {
  color: #EB6530;
}
.taber-photo-gallery .tabs div.active:before {
  opacity: 1;
}
.taber-photo-gallery figure {
  position: relative;
}
.taber-photo-gallery figure:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(243, 111, 71, 0.8);
  border-radius: 20px 20px 0px 0px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.taber-photo-gallery figure:after {
  content: "\f00e";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 120px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  font-family: "fontawesome";
  font-weight: 300;
}
.taber-photo-gallery img {
  height: 344px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px 20px 0px 0px;
}
@media (max-width: 480px) {
  .taber-photo-gallery img {
    height: auto;
  }
}
.taber-photo-gallery .caption {
  padding: 15px 30px;
  text-align: center;
  font-size: 16px;
  color: #555;
}
.taber-photo-gallery .shadow-box {
  border-radius: 20px;
}
.taber-photo-gallery .shadow-box:hover {
  text-decoration: none;
}
.taber-photo-gallery .shadow-box:hover figure:before {
  opacity: 1;
}
.taber-photo-gallery .shadow-box:hover figure:after {
  opacity: 1;
}

.left-right-text-image {
  padding: 40px 0 100px;
}
@media (max-width: 768px) {
  .left-right-text-image {
    padding: 35px 0 50px;
  }
}
@media (max-width: 480px) {
  .left-right-text-image {
    padding: 35px 0;
  }
}
.left-right-text-image .right {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .left-right-text-image .right {
    margin-top: 0;
  }
}
.left-right-text-image .remote-top-image {
  position: relative;
  max-width: 517px;
  width: 100%;
  margin: 0 auto;
}
.left-right-text-image .remote-top-image:before {
  content: "";
  position: absolute;
  top: -53px;
  right: -55px;
  background: #EB6530;
  border-radius: 25px;
  width: 276px;
  height: 299px;
  z-index: -1;
}
@media (max-width: 768px) {
  .left-right-text-image .remote-top-image:before {
    display: none;
  }
}
.left-right-text-image .remote-top-image img {
  border-radius: 25px;
  border: 10px solid #fff;
}
.left-right-text-image .remote-top-image .img-text {
  position: absolute;
  left: -141px;
  bottom: -125px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}
@media (max-width: 1366px) {
  .left-right-text-image .remote-top-image .img-text {
    left: -80px;
  }
}
@media (max-width: 768px) {
  .left-right-text-image .remote-top-image .img-text {
    position: static;
    display: block;
  }
}
.left-right-text-image .remote-top-image .img-text img {
  -ms-flex-basis: 305px;
  -ms-flex-preferred-size: 305px;
      flex-basis: 305px;
  margin-right: 39px;
}
@media (max-width: 768px) {
  .left-right-text-image .remote-top-image .img-text img {
    margin-right: 0;
  }
}
.left-right-text-image .remote-top-image .img-text .text {
  -webkit-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 16px;
  color: #EB6530;
  font-weight: 600;
  margin-bottom: 35px;
}

.check-section .shadow-box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}
.check-section .shadow-box figure {
  margin-right: 29px;
  -ms-flex-basis: 35px;
  -ms-flex-preferred-size: 35px;
      flex-basis: 35px;
}
.check-section .shadow-box h4 {
  -webkit-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
}
.check-section .shadow-box img {
  min-height: auto;
}
.check-section .shadow-box:last-child {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-align: center;
}
.check-section .shadow-box:last-child figure {
  display: none;
}
.check-section .shadow-box:last-child h4 {
  color: #EB6530;
  font-size: 18px;
}

.icon-before-after-text {
  margin-bottom: 100px;
}
.icon-before-after-text h2 {
  margin-bottom: 60px;
}
.icon-before-after-text figure {
  margin-bottom: 50px;
}
.icon-before-after-text .shadow-box {
  text-align: center;
  position: relative;
}
.icon-before-after-text p {
  font-size: 20px;
  font-weight: 600;
  padding: 0 20px;
}

.request-add-info h2 {
  margin-bottom: 60px;
}

.text-image .main-img {
  position: relative;
}
.text-image .main-img img {
  border: 10px solid #fff;
  border-radius: 20px;
}
.text-image .main-img .before-img {
  position: absolute;
  bottom: -76px;
  left: -138px;
}
.text-image .left .item {
  padding: 15px 20px;
  background: #FAF9F7;
  border-radius: 10px;
  border: 1px solid #E2E2E2;
  margin-bottom: 25px;
}

.desctop_hide {
  display: none;
}

@media screen and (max-width: 1024px) {
  .mobile_hide {
    display: none;
  }

  .desctop_hide {
    display: block;
  }

  .burger {
    margin-right: 10px;
    position: absolute;
    right: 10px;
    text-align: left;
    top: 13px;
    z-index: 101;
  }
  .burger .burger-icon {
    display: inline-block;
    position: relative;
    margin-top: 6px;
    margin-bottom: 6px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  .burger .burger-icon, .burger .burger-icon::before, .burger .burger-icon::after {
    display: block;
    width: 18px;
    height: 2px;
    background-color: #EB6530;
    outline: 1px solid transparent;
    -webkit-transition-property: background-color, -webkit-transform;
    transition-property: background-color, -webkit-transform;
    transition-property: background-color, transform;
    transition-property: background-color, transform, -webkit-transform;
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
  }
  .burger .burger-icon::before, .burger .burger-icon::after {
    position: absolute;
    content: "";
  }
  .burger .burger-icon::before {
    top: -6px;
  }
  .burger .burger-icon::after {
    top: 6px;
  }
  .burger.is-active .burger-icon {
    background-color: transparent;
  }
  .burger.is-active .burger-icon::before {
    -webkit-transform: translateY(6px) rotate(45deg);
            transform: translateY(6px) rotate(45deg);
  }
  .burger.is-active .burger-icon::after {
    -webkit-transform: translateY(-6px) rotate(-45deg);
            transform: translateY(-6px) rotate(-45deg);
  }
  .burger.is-active .burger-icon::before, .burger.is-active .burger-icon::after {
    background: #ffffff;
  }

  .mobile_menu_container {
    background: #EB6530;
    border-bottom: 3px solid #d44b14;
    border-top: 40px solid #d44b14;
    font-size: 0;
    height: 100vh;
    max-width: 480px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 5px;
    position: fixed;
    right: 0;
    top: 0;
    width: 80%;
    z-index: 100;
    -webkit-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    will-change: transform, opacity;
  }
  .mobile_menu_container nav {
    margin-bottom: 40px;
  }
  .mobile_menu_container li {
    position: relative;
  }
  .mobile_menu_container a {
    display: block;
    z-index: 10;
  }
  .mobile_menu_container .sub-anchor {
    background: #ed7647;
    cursor: pointer;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    z-index: 20;
  }
  .mobile_menu_container .sub-anchor:hover {
    background: #e95419;
  }
  .mobile_menu_container .sub-anchor:before {
    color: #ffffff;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .mobile_menu_container .sub-menu {
    display: none;
  }
  .mobile_menu_container .sub-menu a {
    color: #ffffff;
    font-size: 13px;
    padding: 10px 40px;
  }
  .mobile_menu_container .sub-menu a:hover {
    background: #ef885f;
  }
  .mobile_menu_container .sub-menu .sub-menu a {
    padding: 10px 60px;
  }
  .mobile_menu_container .level_a > li {
    border-bottom: 1px solid #ed7647;
  }
  .mobile_menu_container .level_a > li > a {
    color: #ffffff;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    padding-left: 20px;
  }
  .mobile_menu_container .level_a > li > a:hover {
    background: #ed7647;
  }

  /* resp_menu_active
  ========================================================================== */
  .mobile_menu_active {
    overflow: hidden;
  }
  .mobile_menu_active:before {
    background: rgba(0, 0, 0, 0.7);
    content: "";
    height: 100vh;
    margin: 0 auto;
    position: absolute;
    width: 100%;
    z-index: 100;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .mobile_menu_active .burger {
    position: fixed;
  }
  .mobile_menu_active .burger span {
    position: relative;
    z-index: 101;
  }
  .mobile_menu_active .mobile_menu_container {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  /* ==========================================================================
     global style
     ========================================================================== */
  .row {
    max-width: 94%;
    width: 100%;
  }
}