/*-------- Default Items ------------ */

:root {
  --global--color-darkblue: #171a24;
  --global--color-blue: #1e222f;
  --global--color-grey: #bcbcbc;
  --global--color-yellow: #ffda68;
  --global--color-lightpink: #212e6e;
  --global--color-white: #ffffff;
  --global--color-pink: #4361ee;
  --global--color-lightblack: #11141b;
  --global--color-purple: #0e1726;
  --global--color-light: #f8f8f8;
  --global--color-lightgrey: #808080;
  --global--color-black: #181b22;
}

/*-------- CONTACT ------------ */
.contact-section {
  position: relative;
  bottom: -78px;
}
.contact-planbox {
  background: var(--global--color-pink);
  padding: 48px 32px;
  border-radius: 15px;
  transition: 0.3s ease-in-out;
  position: relative;
}
.contact-planbox:hover {
  transform: translateY(-5px);
  cursor: pointer;
  z-index: 0;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.5);
}
.contact-planbox h4 {
  line-height: 18px;
  font-weight: 700;
  color: #fff;
}
.contact-planbox p {
  font-size: 16px;
  line-height: 13px;
  font-weight: 400;
  margin-bottom: 0px;
  color: #fff;
}
.contact-section a {
  text-decoration: none;
}
.contact-planbox-variation-2 {
  background: var(--global--color-lightpink);
}
.contact-planbox-variation-3 {
  background: var(--global--color-purple);
}
.contact-image {
  max-width: 48px;
}
/*-------- FOOTER ------------ */
.footer-section {
  background: var(--global--color-blue);
  padding: 100px 0 0px 0;
}
.newsletter {
  padding-top: 53px;
}
.footer-section h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
.footer-section p {
  font-size: 16px;
  line-height: 31px;
  font-weight: 400;
  color: var(--global--color-grey);
  margin-bottom: 31px;
}
.footer-section .form-control {
  padding: 28px;
  padding: 28px;
  background: var(--global--color-white);
  border-radius: 50px;
  position: relative;
  border: none;
  color: #808080;
  font-size: 16px;
}
.footer-section .form-group {
  position: relative;
  background: var(--global--color-white);
  border-radius: 50px;
  border: 1px solid #e8eaf1;
}
.footer-form {
  width: 66%;
  margin: auto;
}
.subscribe-btn {
  font-size: 14px;
  font-weight: 700;
  color: var(--global--color-lightblack);
  background: var(--global--color-yellow);
  border-radius: 50px;
  border: none;
  padding: 18px 27px 19px 27px;
  position: absolute;
  right: -1px;
  top: -1px;
  left: inherit;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.subscribe-btn:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
}
.footer-logo small {
  font-size: 14px;
  font-weight: 400;
  color: var(--global--color-grey);
}
.footer-logo-text {
  margin-bottom: 32px;
}
.footer-list li {
  display: inline-block;
  margin-right: 5px;
}
.footer-list li a {
  display: inline-block;
  color: var(--global--color-pink);
  border: 2px solid var(--global--color-pink);
  border-radius: 50%;
  height: 43px;
  width: 43px;
  text-align: center;
  line-height: 41px;
  transition: 0.3s ease-in-out;
  position: relative;
}
.footer-list li a:hover {
  background: var(--global--color-pink);
  color: var(--global--color-blue);
  height: 43px;
  width: 43px;
  transform: translateY(-5px);
  cursor: pointer;
  z-index: 0;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.5);
}
.footer-list {
  padding-top: 32px;
}
.footer-logo figure {
  margin-bottom: 33px;
}
.footer-section .form-group {
  margin-bottom: 78px;
}
.footer-company {
  padding-left: 18px;
}
.footer-contact {
  padding-left: 15px;
}
.footer-section h5 {
  font-weight: 700;
  margin-bottom: 35px;
  color: #fff;
}
.footer-hosting {
  padding-left: 10px;
}
.hosting-list li,
.company-list li,
.contact-list li {
  padding-bottom: 11px;
}
.hosting-list li a {
  font-size: 16px;
  color: var(--global--color-grey);
  line-height: 25px;
  font-weight: 400;
}
.company-list li a {
  font-size: 16px;
  color: var(--global--color-grey);
  line-height: 25px;
  font-weight: 400;
}
.contact-list li a {
  font-size: 16px;
  color: var(--global--color-grey);
  line-height: 25px;
  font-weight: 400;
}
.hosting-list li a:hover,
.company-list li a:hover,
.contact-list li a:hover {
  color: var(--global--color-white);
  text-decoration: none;
}
.footer-image {
  max-width: 143px;
}
/*-------- FOOTER BAR------------ */
.footer-bar {
  background: var(--global--color-darkblue);
  padding: 11px 0;
}
.footer-bar .footer-cards small {
  font-size: 14px;
  color: var(--global--color-grey);
  font-weight: 400;
  margin: 0px 14px 0px 15px;
  padding-top: 1px;
  float: left;
}
.footer-cards-list li a {
  color: var(--global--color-grey);
  font-size: 29px;
  padding-left: 5px;
}
.footer-cards-list li i {
  transition: all 0.3s ease-in-out;
  position: relative;
}
.footer-cards-list li a:hover i {
  transform: translateY(-5px);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  z-index: 0;
}
.footer-cards-list {
  margin-bottom: 0px;
}
.footer-cards-list li {
  display: inline-block;
}

.footer-bar .footer-arrow small {
  font-size: 14px;
  color: var(--global--color-grey);
  font-weight: 400;
  margin: 0px 5px 0px 0px;
  padding-top: 1px;
}
.heart {
  color: var(--global--color-pink);
  padding: 0px 2px 0px 4px;
  font-size: 12px;
}
.footer-arrow-setting {
  height: 43px;
  width: 43px;
  font-size: 18px;
  background: var(--global--color-yellow);
  color: var(--global--color-lightblack);
  border-radius: 50%;
  text-align: center;
  line-height: 41px;
  margin-left: 11px;
}
.footer-arrow-setting:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
}
.footer-arrow {
  float: right;
  text-align: right;
}
.about-main-header {
  background: none;
}

/*-------- SHARED-BANNER ------------ */
.shared-banner-section {
  padding: 70px 0px 207px 0px;
}
.shared-banner-section h1 {
  font-size: 52px;
  font-weight: 700;
  line-height: 40px;
}
.shared-banner-section p {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}
/*-------- SHARED-TABS ------------ */
.shared-tabs-section {
  margin-top: -231px;
}
.shared-tabs-section .shared-monthly-btn {
  font-size: 16px;
  font-weight: 400;
  padding: 8px 32px;
  color: var(--global--color-lightgrey);
  background: var(--global--color-white);
  border-radius: 5px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  position: relative;
  float: left;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  display: inline-block;
}
.shared-tabs-section .shared-monthly-btn:hover {
  color: var(--global--color-white);
  text-decoration: none;
  background: var(--global--color-pink);
}
.shared-tabs-section .shared-yearly-btn {
  font-size: 16px;
  font-weight: 400;
  padding: 8px 38px;
  color: var(--global--color-lightgrey);
  background: var(--global--color-white);
  text-decoration: none;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  position: relative;
  display: inline-block;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.shared-tabs-section .shared-yearly-btn:hover {
  color: var(--global--color-white);
  text-decoration: none;
  background: var(--global--color-pink);
}
.shared-tabs-section .nav-tabs {
  border-bottom: none;
}
.shared-tab-content-section {
  background: var(--global--color-light);
}
.shared-tab-button {
  margin-bottom: 157px;
}
.shared-tabs-section ul li .active {
  color: var(--global--color-white);
  text-decoration: none;
  background: var(--global--color-pink);
  box-shadow: 0px 30px 30px rgba(24, 27, 34, 0.5);
}
.shared-tabs-section .shared-monthly-btn {
  transition: all 0.3s ease-in-out;
  position: relative;
}
/*-------- SHARED-PLAN-BOX ------------ */
.shared-plan-box {
  padding: 50px 49px;
  background: var(--global--color-white);
  border-radius: 15px;
  box-shadow: 0 30px 30px rgba(30, 34, 47, 0.03);
  height: 100%;
}
.shared-plan-box-section-inner {
  position: relative;
  top: -100px;
}
.shared-plan-box figure {
  margin-bottom: 29px;
}
.shared-plan-box h4 {
  font-weight: 700;
  line-height: 20px;
  color: var(--global--color-black);
}
.shared-plan-box p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--global--color-lightgrey);
  margin-bottom: 29px;
}
.shared-plan-box .shared-plan-box-paragraph {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  font-style: italic;
  color: var(--global--color-black);
}
.shared-plan-box h2 {
  font-size: 52px;
  font-weight: 700;
  line-height: 40px;
  color: var(--global--color-pink);
}
.shared-plan-box .shared-plan-box-pricing {
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  color: var(--global--color-pink);
}
.shared-plan-box .shared-plan-box-pricing-month {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  color: var(--global--color-pink);
}
.shared-plan-box-btn {
  padding: 14px 50px;
  color: var(--global--color-white);
  font-size: 14px;
  font-weight: 700;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  background: var(--global--color-pink);
  display: inline-block;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}
.shared-plan-box-btn:hover {
  text-decoration: none;
  color: var(--global--color-white);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}
.shared-plan-box-section .variation-2 h2,
.shared-plan-box-section .variation-2 .shared-plan-box-pricing,
.shared-plan-box-section .variation-2 .shared-plan-box-pricing-month {
  color: var(--global--color-lightpink);
}
.shared-plan-box-section .variation-2 .shared-plan-box-btn {
  background: var(--global--color-lightpink);
}
.shared-plan-box-section .variation-3 h2,
.shared-plan-box-section .variation-3 .shared-plan-box-pricing,
.shared-plan-box-section .variation-3 .shared-plan-box-pricing-month {
  color: var(--global--color-purple);
}
.shared-plan-box-section .variation-3 .shared-plan-box-btn {
  background: var(--global--color-purple);
}
.shared-plan-box-images {
  max-width: 51px;
}
/*-------- HOSTING FEATURES ------------ */
.features-section-variation-2 {
  background: var(--global--color-light);
  padding-top: 0px;
}
/*-------- RELIABLE SHARED HOSTING ------------ */
.reliable-shared-hsoting-section {
  padding: 100px 0px;
  background: var(--global--color-white);
}
.reliable-shared-hsoting-section h1 {
  font-size: 36px;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 18px;
  color: var(--global--color-black);
}
.reliable-shared-hsoting-section h5 {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 19px;
  color: var(--global--color-black);
}
.reliable-shared-hsoting-section p {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  color: var(--global--color-lightgrey);
}
.reliable-shared-hsoting-section-btn {
  padding: 14px 45px;
  background: var(--global--color-yellow);
  color: var(--global--color-lightblack);
  font-size: 14px;
  font-weight: 700;
  border-radius: 50px;
  text-decoration: none;
  display: inline-block;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}
.reliable-shared-hsoting-section-btn:hover {
  text-decoration: none;
  color: var(--global--color-lightblack);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}
.reliable-shared-hsoting-section-button {
  transition: all 0.3s ease-in-out;
  position: relative;
}
.reliable-shared-hsoting-section-button:hover {
  transform: translateY(-3px);
}
.reliable-shared-hsoting-section-text {
  padding-top: 73px;
}
.features-section-variation-2 p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: var(--global--color-lightgrey);
}
.reliable-shared-hsoting-section-image {
  max-width: 450px;
}
/*-------- VPS PAGE ------------ */
.vps-sub-section {
  background-image: url(../images/vps-banner-img.png);
  background-size: cover;
  background-position: center 40px;
  background-repeat: no-repeat;
}
/*-------- VPS-BANNER ------------ */
.vps-banner-section {
  padding: 46px 0px 231px 0px;
}
.vps-banner-section h1 {
  font-size: 52px;
  font-weight: 700;
  line-height: 40px;
}
.vps-banner-section p {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
.vps-banner-text {
  padding-top: 24px;
}
.vps-banner-image {
  max-width: 255px;
}
/*-------- GUARRANTEES ------------ */
.guarrantees-section-variation-2 {
  background: var(--global--color-purple);
  padding: 100px 0px;
}
.guarrantees-section-variation-2 .guarrantee-text {
  padding-top: 0px;
  margin-bottom: 77px;
}
.guarrantees-section-variation-2-text {
  margin-bottom: 71px;
}
.guarrantees-section-variation-2 h1 {
  font-size: 36px;
  font-weight: 400;
  line-height: 29px;
  margin-bottom: 30px;
}
.guarrantees-section-variation-2 h5 {
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
}
.guarrantees-section-variation-2 p {
  font-size: 16px;
  font-weight: 400;
  padding: 0 16%;
  line-height: 30px;
}
/*-------- VPS-SLIDER ------------ */
.vps-slider-section {
  background: var(--global--color-light);
  float: left;
  width: 100%;
}
.vps-slider-section h4 {
  color: var(--global--color-black);
  font-weight: 700;
  line-height: 22px;
}
.vps-slider-section p {
  color: var(--global--color-lightgrey);
  font-weight: 400;
  line-height: 18px;
  font-size: 18px;
  margin-bottom: 41px;
}
.vps-slider-section .form-group {
  background: var(--global--color-white);
  border-radius: 15px;
  border: 1px solid #e8eaf1;
  margin-bottom: 35px;
}
.vps-slider-section .form-control {
  background: var(--global--color-white);
  border-radius: 50px;
  position: relative;
  height: 53px;
  border: none;
  color: var(--global--color-black);
  font-size: 16px;
  padding: 0px 0px 0px 18px;
}
.vps-slider-section select {
  appearance: none;
}
.vps-slider-section .select-form {
  background-image: url(../images/angle-down.png);
  background-repeat: no-repeat;
  background-position: 92% 21px;
}
.vps-slider-section h6 {
  color: var(--global--color-black);
  font-weight: 700;
  line-height: 20px;
}
.vps-slider-section .vps-slider-paragraph {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  font-style: italic;
  color: var(--global--color-black);
}
.wrapper {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
}
.plan-wrap {
  float: left;
  background: #fff;
  border-radius: 15px;
  width: 100%;
  box-shadow: 0 30px 30px 0 rgba(24, 27, 34, 0.03);
  position: absolute;
  top: -171px;
}
.plan_con {
  float: left;
  width: 100%;
  background: var(--global--color-light);
}
.plan_tabs {
  position: relative;
}
/*
 * jQuery UI Slider 1.8.18
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
.ui-slider-horizontal {
  height: 0.8em;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
.sliderbox {
  float: left;
  width: 68.5%;
  padding: 60px;
}
.slider-container .ui-slider {
  float: left;
  width: 100%;
  height: 10px;
  padding: 0;
  border: 0;
  background: var(--global--color-pink);
  border-radius: 15px;
}
/*.slider-container #slider .ui-slider-range, .slider-container #sliderCpu .ui-slider-range, .slider-container #sliderRam .ui-slider-range, .slider-container #sliderDisk .ui-slider-range {
	background:url(../images/blue_bar.png) no-repeat left top;
}*/
.slider-container .ui-slider-handle {
  outline: none;
  background: #ffda68 no-repeat left top;
  border-radius: 50px;
  border: 0;
  width: 30px;
  height: 30px;
  text-decoration: none;
  margin-top: -5px;
  margin-left: -22px;
}
.slider-container .ui-slider-handle:hover {
  cursor: pointer;
}
.slider-row1 {
  float: left;
  width: 100%;
  margin-bottom: 35px;
}
.slider-row1:last-child {
  margin-bottom: 0px;
}
.slider-row1 label {
  float: left;
  color: var(--global--color-black);
  text-align: left;
  font-size: 18px;
  line-height: 28px;
  margin: 0 0px 0px 0;
  font-weight: 400;
}
.slider-row1 .slide-value {
  float: right;
  color: var(--global--color-pink);
  font-size: 18px;
  line-height: 29px;
  font-weight: 400;
}
.slider_content {
  float: right;
  box-shadow: 0 30px 30px rgba(24, 27, 34, 0.03);
  width: 31.5%;
  padding: 55px 50px 70px 50px;
}
.vps-slider-section figure {
  margin-bottom: 20px;
}
.vps-slider-section .variation-2 {
  background: var(--global--color-lightpink);
}
.vps-slider-section .variation-3 {
  background: var(--global--color-purple);
}
.vps-slider-section .variation-4 {
  color: var(--global--color-lightpink);
}
.vps-slider-section .variation-5 {
  color: var(--global--color-purple);
}
.pricebox .pricetxt {
  color: #4361ee !important;
  font-size: 18px;
  font-weight: 400;
}
.pricebox .pricetxt span.doller {
  font-size: 52px;
  font-weight: 700;
  line-height: 40px;
  color: #4361ee !important;
}
.pricebox .pricetxt span.numeric {
  font-size: 52px;
  font-weight: 700;
  line-height: 40px;
  color: #4361ee !important;
}
.white_btn {
  display: inline-block;
  height: 46px;
  margin: 10px auto 0;
  width: 85.2%;
}
.white_btn a {
  padding: 14px 40px;
  color: var(--global--color-white);
  font-size: 14px;
  font-weight: 700;
  border-radius: 0px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  background: #4361ee;
  display: inline-block;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}
.white_btn a:hover {
  text-decoration: none;
  color: var(--global--color-white);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}
.vps-slider-section .vps-slider-pricing-month {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  color: var(--global--color-pink);
}
.vps-slider-section .vps-slider-section-inner-text {
  margin-bottom: 21px;
  line-height: 24px;
}
.reseller-feature-section-2 {
  margin-top: 0px;
  padding: 393px 0px 100px 0px;
  background: var(--global--color-light);
}
.vps-slider-image-list {
  max-width: 24px;
}
/*-------- LANDING-PAGE-BANNER ------------ */
.landing-page-banner-section {
  padding: 50px 0px 0px 0px;
  background-image: url(../images/landing-page-banner-img.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.landing-page-banner-section h1 {
  font-size: 36px;
  font-weight: 400;
  line-height: 33px;
  letter-spacing: -0.5px;
}
.landing-page-banner-section p {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 32px;
  padding: 0 11%;
}
.landing-page-column {
  background: var(--global--color-darkblue);
  padding: 158px 50px 92px 50px;
  z-index: 1;
  border-radius: 15px;
  top: -108px;
  position: relative;
}
.landing-page-server-img img {
  z-index: 2;
  position: relative;
}
.landing-page-server-img {
  max-width: 500px;
  margin: 0 auto;
}
.landing-page-primary-btn {
  font-size: 14px;
  font-weight: 700;
  padding: 15px 35px;
  color: var(--global--color-black);
  background: var(--global--color-yellow);
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  position: relative;
  display: inline-block;
}
.landing-page-primary-btn:hover {
  text-decoration: none;
  color: var(--global--color-black);
  transform: translateY(-3px);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  z-index: 0;
}
.landing-page-secondary-btn {
  font-size: 14px;
  font-weight: 700;
  padding: 15px 31px;
  color: var(--global--color-white);
  background: var(--global--color-pink);
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  position: relative;
  margin-left: 17px;
  display: inline-block;
}
.landing-page-secondary-btn:hover {
  text-decoration: none;
  color: var(--global--color-white);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.5);
  transform: translateY(-3px);
  cursor: pointer;
  z-index: 0;
}
.landing-page-banner-logo-img {
  max-width: 346px;
  margin: 0 auto 50px;
}
.landing-page-server-bottom-left-img,
.landing-page-server-bottom-right-img {
  max-width: 613px;
}
.landing-page-server-bottom-left-image {
  left: -178px;
  bottom: 40px;
  width: 25%;
  opacity: 0.1;
}
.landing-page-server-bottom-right-image {
  right: -178px;
  bottom: 40px;
  width: 25%;
  opacity: 0.1;
}
.themeforest-link a {
  font-size: 12px;
  text-decoration: none;
  color: #fdda68ad;
}
html {
  scroll-behavior: smooth;
}

.dropdown-menu:before {
  display: none;
}
