/*
Theme Name: Evoxt
Description: Evoxt + GeneratePress
Author: Evoxt
Template: generatepress
*/
/* Header */

@import url(https://fonts.googleapis.com/css?family=Khula:700);
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

.hidden {
  opacity:0;
}
.terminalstart{
    margin:0;
    padding:0;
    font-family:Khula;
  font-size:55px;
  display: inline;
  margin-right: 15px;
	color:white;
}
.terminal2nd{
    font-family:Khula;
  font-size:55px;
  display: inline;
  color:white;
}
.console-container {
  font-family:Khula;
  font-size:55px;
  text-align:left;
  width:700px;
  display: inline;
}
.console-underscore {
   display:inline-block;
  position:relative;
  top:-0.14em;
  left:10px;
  color:white;
}

div.heading{
	display:none;
}
div#primary-menu,.main-navigation, .main-navigation ul ul {
    background: #0f1e53;
	z-index:0;
}
button.menu-toggle {
    color: white;
}
.main-navigation .main-nav ul li[class*="current-menu-"] > a{
	background: #0f1e53;
}
ul#menu-menu-1 > li :hover,ul#menu-menu-1 > li :focus,ul#menu-menu-1 > li :active{
	background: #0f1e53;
}
.grid-container {
    max-width: none;
}
.btn-header-client-area {
    padding: 6px 10px;
    /* font-size: 9px; */
    color: white;
    border: 1px solid #77B6EA;
    cursor: pointer !important;
    border-radius: 50px;
    line-height: 1;
    margin: 0;
    position: relative;
    background-color: transparent;
    letter-spacing: 0.02em;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    display: inline-block;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    -moz-user-select: none;
    -ms-user-select: none;
	font-size: 12px;
    font-family: "Ubuntu", sans-serif;
}
.header-float-right{
background: #0f1e53;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
	font-family: 'Open Sans', sans-serif;
		padding:10px;
	padding-right: 1%;
}
a.header-register {
	/* font-family: 'Open Sans', sans-serif; */
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    color: white;
    margin-right: 15px;
	transition:0.5s;
	font-size: 14px;
}
.btn-header-client-area:hover {
	background: #77B6EA
}
a.header-register:hover {
	color: #77B6EA
}
.inside-header {
    padding: 10px 40px;
}
@media only screen and (max-width: 769px) {
.header-float-right{
		padding:10px;
	padding-right: 5%;
}
}
.gp-icon svg {
    height: 1.5em;
    width: 1.5em;
}
ul#menu-menu-1>li>a:hover {
    color: royalblue;
}
/* Header */






div#page{
	padding:0;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.entry-content:not(:first-child),
.entry-summary:not(:first-child),
.page-content:not(:first-child) {
	margin: 0;
}

header#masthead {
	background: #0f1e53;
}

.item1 {
	background-image: url(/web/evoxt/assets/img/splash.svg), linear-gradient( 170deg, #0f1e53 0%, #0f1e53 46%, rgba(82, 104, 171, 1) 100%);
}

.vc-parent {
	display: grid;
	grid-template-columns: 55% auto;
	padding: 0% 5% 0% 5%;
	margin-top: 0px;
	min-height: 650px;
	height: fit-content;
}

.register {
	margin-top: 70px;
	margin-bottom: 70px;
}

.banner-wrap {
	margin: auto;
}

a {
	text-decoration: none;
}

img.dashboard-screenshot {
	border-radius: 7px;
	-moz-box-shadow: -1px 0px 37px 7px rgba(255, 255, 255, 0.84);
	box-shadow: 0px 0px 17px 0px rgb(255 255 255 / 84%);
	-webkit-box-shadow: 0px 0px 17px 0px rgb(255 255 255 / 84%);
	-moz-box-shadow: -1px 0px 17px 0px rgba(255, 255, 255, 0.84);
}

h3.subheading.left {
	margin-bottom: 40px
}

/* a.deploy-button {
	color: white;
	background: royalblue;
	padding: 15px 40px;
	display: block;
	border: solid 1px royalblue;
	transition: 0.4s;
	border-radius: 3px;
	font-weight: bold;
	font-size: 17px;
	width: fit-content;
	font-family: 'Open Sans Light';
}

a.deploy-button:hover {
	background: #363636;
	border: solid 1px white;
} */

h1.heading {
	width: 100%;
	float: left;
	text-align: left;
	text-transform: capitalize;
	color: #fff;
	display: inline-block;
	margin-bottom: 10px;
	font-size: 65px;
	line-height: 48px;
	font-family: "Open Sans Bold";
	text-transform: none;
}

h3.subheading.left {
	color: #fff;
	line-height: 32px;
	display: inline-block;
	margin-bottom: 50px;
	font-size: 25px;
	color: #fff;
	font-family: "Open Sans Light";
	width: 100%;
}

.heading,
.heading1,
.heading2 {
	line-height: 55px;
	font-size: 55px;
	width: 100%;
	float: left;
	text-align: left;
	color: #fff;
	display: inline-block;
	margin-bottom: 10px;
	font-family: 'Open Sans';
	font-weight: bold;
}

.heading1 {
	color: cornflowerblue;
}
.full {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.section-1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 100px 0px;
}
p.section-1-heading {
    font-size: 48px;
    font-weight: bold;
    font-family: 'Roboto Slab', serif;
	color:#050049;
	margin-bottom:20px;
	text-align: center;
}
p.section-1-subheading {
    font-family: 'Roboto', sans-serif;
    color: #050049;
	font-size: 24px;
	text-align: center;
	font-weight: 300;
}
.section-1-tabs {
    display: flex;
    justify-content: space-between;
}
.section-1-first {
    width: 30%;
	    padding-left: 1%;
    padding-right: 1%;
}
.section-1-second {
    width: 30%;
	    padding-left: 1%;
    padding-right: 1%;
}
.section-1-third {
    width: 30%;
    padding-left: 1%;
    padding-right: 1%;
}
p.section-1-first-bold-tab,p.section-1-second-bold-tab, p.section-1-third-bold-tab {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    color: #050049;
    font-size: 16px;
	margin-bottom: 5px;
}
p.section-1-first-light-tab,p.section-1-second-light-tab,p.section-1-third-light-tab {
    font-family: 'Roboto', sans-serif;
    color: #050049;
}
p.section-2-heading {
	    font-size: 48px;
    font-weight: bold;
    font-family: 'Roboto Slab', serif;
	color:white;
	margin-bottom:20px;
	text-align: center;
}
p.section-2-subheading {
	    font-family: 'Roboto', sans-serif;
    color:white;
	font-size: 24px;
	text-align: center;
	font-weight: 300;
	    margin-bottom: 65px;
}
.tab {
  overflow: hidden;
    display: flex;
    justify-content: center;
}
.tab-management-tools {
  overflow: hidden;
    display: flex;
    justify-content: center;
}
.tab button {
    color: white;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px 5px;
    margin: 0px 16px;
	border-bottom: solid 3px transparent;
}
.tab button:hover {
border-bottom: solid 3px royalblue;
}
.tab button.active {
    border-bottom: solid 3px royalblue;
}
.tabcontent {
  display: none;
  padding: 6px 12px
}
img.mb-3 {
    width: 60px;
}
div.operatingsystemavailable {
    display: flex;
    justify-content: space-around;
}
img#application-logo {
    width: 50px;
    margin: 5px;
}
div#logo-space-apps-desc {
    margin-left: 12px;
}
div#logo-space-apps {
    display: flex;
    height: 60px;
    border-radius: 10px;
    background: white;
}
div#wrapper-apps {
    border-radius: 10px;
    width: 280px;
    margin-left: 30px;
    background: #464342;
    height: 90px;
    margin-bottom: 15px;
}
p#logo-space-desc {
    line-height: 15px;
    font-size: 13px;
	margin:0;
	color:#333333;
}
p#more-info-apps {
    margin-left: 10px;
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 13px;
    color: white;
	margin-top: 4px;
}
p#logo-space-title {
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 15px;
	color:#333333;
}
div#one-click-apps-list-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.section-2 {
    min-height: 400px;
    background: #0f1e53;
    padding: 100px 0;
}
a.oneclickappslist {
    display: block;
    text-align: center;
	color:white;
}
p.section-3-heading {
	    font-size: 48px;
    font-weight: bold;
    font-family: 'Roboto Slab', serif;
	color:#050049;
	margin-bottom:20px;
	text-align: center;
}
p.section-3-subheading {
	    font-family: 'Roboto', sans-serif;
    color: #050049;
	font-size: 24px;
	text-align: center;
	font-weight: 300;
	    margin-bottom: 65px;
}
img.benchmark-script {
    margin: auto;
    display: block;
}
.section-3 {
    margin: 100px 0px;
}
p#benchmark-cpu {
    white-space: pre-wrap;
    height: 400px;
    overflow-y: scroll;
}
p#benchmark-memory {
    white-space: pre-wrap;
    height: 400px;
    overflow-y: scroll;
}
p#benchmark-iops {
    white-space: pre-wrap;
    height: 400px;
    overflow-y: scroll;
}
p#benchmark-cpu,p#benchmark-memory,p#benchmark-iops {
    white-space: pre-wrap;
    height: 400px;
    overflow-y: scroll;
    background: black;
    color: white;
    text-align: left;
    padding: 3%;
	width: 600px;
    margin: auto;
}
button.tablinks1 {
    background: white;
    color: #050049;
    padding: 10px 5px;
    margin: 0px 16px;
	  border-bottom: 3px solid transparent;
}
button.tablinks1:hover{
    border-bottom: 3px solid royalblue;
}
button.tablinks2 {
    background: transparent;
    color: #050049;
    padding: 10px 5px;
    margin: 0px 14px;
	  border-bottom: 3px solid transparent;
}
.tab-management-tools button.active {
    border-bottom: solid 3px royalblue;
}
button.tablinks2:hover{
    border-bottom: 3px solid royalblue;
}
.tab1 button.active {
    border-bottom: solid 3px royalblue;
}
.tab1 {
    justify-content: center;
    display: flex;
	margin-bottom: 40px;
}
button.start-benchmark {
    display: block;
    margin: 50px auto;
    background: royalblue;
}
button.start-benchmark:hover {
    background: #212083;
}
p.benchmark-notice {
    text-align: center;
    font-size: 13px;
}
p.planname-sec3 {
    text-align: center;
    margin: 0;
}
.section-4 {
    background: #0f1e53;
    padding: 100px 0px;
}
button.tablinks2{
	color:white;
}
p.section-4-heading {
	    font-size: 48px;
    font-weight: bold;
    font-family: 'Roboto Slab', serif;
	color:white;
	margin-bottom:20px;
	text-align: center;
}
p.section-4-subheading {
	    font-family: 'Roboto', sans-serif;
    color:white;
	font-size: 24px;
	text-align: center;
	font-weight: 300;
	    margin-bottom: 65px;
}
.monitoring-tabs, .firewall-tabs, .cloning-tabs, .subaccounts-tabs, .backups-tabs, .vnc-tabs,.ipmanagement-tabs, .api-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px 0px;
}

.monitoring-tabs-inner, .firewall-tabs-inner, .cloning-tabs-inner, .subaccounts-tabs-inner, .backups-tabs-inner, .vnc-tabs-inner,.ipmanagement-tabs-inner,.api-tabs-inner {
    max-width: 600px;
	margin-right: 50px;
}
.section-5 {
    margin-top: 100px;
	margin-bottom: 100px;
}
p.section-5-heading,p.section-7-heading  {
	    font-size: 48px;
    font-weight: bold;
    font-family: 'Roboto Slab', serif;
	color:#050049;
	margin-bottom:20px;
	text-align: center;
}
p.section-5-subheading,p.section-7-subheading {
	    font-family: 'Roboto', sans-serif;
    color: #050049;
	font-size: 24px;
	text-align: center;
	font-weight: 300;
	    margin-bottom: 65px;
}
p.section-9-heading  {
    font-size: 48px;
font-weight: bold;
font-family: 'Roboto Slab', serif;
color:white;
margin-bottom:20px;
text-align: center;
}
p.section-9-subheading {
    font-family: 'Roboto', sans-serif;
color: white;
font-size: 24px;
text-align: center;
font-weight: 300;
    margin-bottom: 65px;
}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

.section6-item {
    border: solid 1px #ddd;
    width: 250px;
    height: 300px;
    padding: 5%;
	background:white;
	transition:0.2s;
	border-radius:8px;
}

.section6-item:hover {
   box-shadow: 0px 0px 5px 5px rgba(255,255,255,0.55);
-webkit-box-shadow: 0px 0px 5px 5px rgba(255,255,255,0.55);
-moz-box-shadow: 0px 0px 5px 5px rgba(255,255,255,0.55);
}

.section-6-wrapper {
    display: grid;
    grid-template-columns: auto auto auto auto;
    justify-items: center;
    justify-content: center;
    column-gap: 1.5%;
    row-gap: 3%;
}
.section-6 {
    height: fit-content;
    padding: 100px 0px;
    background: #0f1e53;
    padding-bottom: 170px;
}
.section-7 {
    margin-top: 100px;
	margin-bottom: 100px;
}
p.item-heading {
    font-family: 'Roboto';
    font-weight: bold;
    text-align: center;
    margin: 16px;
	color: #050049;
}
p.item-text {
    text-align: center;
    color: #050049;
}
.section-8-items {
    height: 250px;
    width: 400px;
    border-radius: 25px;
    background: #f4f4f4;
    overflow: clip;
	padding:1.5%;
}
.section-8-tabs {
    display: flex;
    justify-content: space-around;
}
p.section-8-heading {
	    font-size: 48px;
    font-weight: bold;
    font-family: 'Roboto Slab', serif;
	/* color: white; */
	margin-bottom:20px;
	text-align: center;
    color:#050049;
}

p.section-8-subheading{
	    font-family: 'Roboto', sans-serif;
    color: white;
	font-size: 24px;
	text-align: center;
	font-weight: 300;
	    margin-bottom: 65px;
    color:#050049;

}
.section-8 {
    min-height: 600px;
    margin: 0px auto;
    /* background: #0f1e53; */
    background: white;
    padding-top: 100px;
	padding-bottom: 100px;
}
p.one-click-apps-guide {
    font-size: 22px;
    font-weight: bold;
    color: white;
    margin: 6px auto;
    padding-left: 5%;
}

p.evoxt-guide {
    font-size: 22px;
    font-weight: bold;
    color: white;
    margin: 6px auto;
    padding-left: 5%;
}

p.wordpress-guide{
     font-size: 22px;
    font-weight: bold;
    color: white;
    margin: 6px auto;
    padding-left: 5%;
}
.section-8-items-wp {
    height: 200px;
    width: 300px;
    border-radius: 25px;
    overflow: clip;
    padding: 1.5%;
    background-image: url(https://console.evoxt.com/img/wordpress.svg);
    background-color: white;
    background-repeat: no-repeat;
    background-size: 300px;
    background-position: 5%;
}
.section-8-items-oclick {
    height: 200px;
    width: 300px;
    border-radius: 25px;
    overflow: clip;
    padding: 1.5%;
    background-image: url(https://evoxt.com/img/logostack.svg);
    background-color: white;
    background-repeat: no-repeat;
    background-size: 400px;
    background-position: 40%;
}
.section-8-items-evoxt {
    height: 200px;
    width: 300px;
    border-radius: 25px;
    overflow: clip;
    padding: 1.5%;
    background-image: url(https://evoxt.com/evoxt.svg);
    background-color: #0f1e53;
    background-repeat: no-repeat;
    background-size: 250px;
    background-position: center;
}
.section-8-items-wp-outer {
    background: #2f2f2f;
    border-radius: 25px;
    height: 250px;
	/* box-shadow: 0px 0px 18px 0px rgba(255,255,255,0.5);
-webkit-box-shadow: 0px 0px 18px 0px rgba(255,255,255,0.5);
-moz-box-shadow: 0px 0px 18px 0px rgba(255,255,255,0.5); */
	box-shadow: 0px 0px 18px 0px rgba(169,169,169,0.5);
-webkit-box-shadow: 0px 0px 18px 0px rgba(169,169,169,0.5);
-moz-box-shadow: 0px 0px 18px 0px rgba(169,169,169,0.5);
}
.section-8-items-oclick-outer {
    background: #2f2f2f;
    border-radius: 25px;
    height: 250px;
    box-shadow: 0px 0px 18px 0px rgba(169,169,169,0.5);
    -webkit-box-shadow: 0px 0px 18px 0px rgba(169,169,169,0.5);
    -moz-box-shadow: 0px 0px 18px 0px rgba(169,169,169,0.5);
}
.section-8-items-evoxt-outer {
    background: #2f2f2f;
    border-radius: 25px;
    height: 250px;
    box-shadow: 0px 0px 18px 0px rgba(169,169,169,0.5);
    -webkit-box-shadow: 0px 0px 18px 0px rgba(169,169,169,0.5);
    -moz-box-shadow: 0px 0px 18px 0px rgba(169,169,169,0.5);
}
.section-8-items-wp-outer:hover,.section-8-items-oclick-outer:hover ,.section-8-items-evoxt-outer:hover{
	opacity:0.8;
	cursor:pointer;
}
.section-9 {
    height: fit-content;
    background: #0f1e53;
    padding: 50px;
}
a.create-account-section-9 {
    background: royalblue;
    color: white;
    padding: 18px 40px;
    font-weight: bold;
    font-size: 21px;
	margin-right:10px;
	    width: 233px;
	text-align:center;
}
a.create-account-section-9:hover {
    background: #212083;
}
a.contact-us-section-9 {
    background: white;
    color: #050049;
    padding: 18px 40px;
    font-weight: bold;
    font-size: 21px;
	margin-left:10px;
	    width: 233px;
		text-align:center;
	border: solid 1px #ddd;
}
a.contact-us-section-9:hover {
background:#2d2d2d;
	color:white;
}
.site-content {
    display: unset;
}
.section-9-buttons-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
/* Language Switcher */
/* ul.language-switcher{
    font-size: 9px;
}
ul.language-switcher > li > a{
    margin:0;
} */
/* Language switcher */
.language-switcher {
    position: relative;
    display: inline-block;
  }
  
  .selected-language {
    display: flex;
    align-items: center;
    padding: 10px;
    background-color: #f7f7f7;
    border-radius: 5px;
    cursor: pointer;
    width: 210px;
  }
  
  .selected-language img {
    margin-right: 10px;
    height: 20px;
  }
  
  .selected-language span {
    margin-right: 5px;
   /* font-weight: bold; */
    font-size: 0.9rem;
  }
  
  .language-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    display: none;
    padding: 10px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    width: 210px;
  }
  
  .language-dropdown li {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
  }
  
  .language-dropdown li a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #333;
    margin:0;
  }
  
  .language-dropdown li img {
    margin-right: 10px;
    height: 20px;
  }

  .language-dropdown li:hover {
    background-color: #f7f7f7;
  }
  
  .language-switcher:hover .language-dropdown {
    display: block;
  }
  
/* Language Switcher */

/* SLIDER */
/* .services.classic .service-wrap .service-section {
    width: 100%;
}
.services.classic .service-wrap .service-section {
    background-color: #ffffff;
    text-align: center;
    position: relative;
    padding: 50px;
    margin-top: 50px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.col-lg-9 {
    flex: 0 0 100%;
    max-width: 100%;
}
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    direction: ltr;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    height: auto!important;
}
/* Slider */ 
/* .swiper-container { Removed because random change
  width: 800px;
  height: 500px;
} */
.swiper-wrapper{ /*Added because random change */
	height: fit-content !important;
}
img.quote-background {
    width: 100px;
    opacity: 0.1;
    z-index: -100;
    margin-bottom: -30px;
}
img.swiper-interface {
    display: block;
    margin: auto;
}

p.slider-description {
    text-align: center;
    margin-bottom: 50px;
}

h3.managementtools-heading-tab {
    font-weight: bold;
	color:white;
}
p.monitoring-tabs-inner-subheading {
    color: white;
}

p.section-6-heading{
	    font-size: 48px;
    font-weight: bold;
    font-family: 'Roboto Slab', serif;
	color:white;
	margin-bottom:20px;
	text-align: center;
}

p.section-6-subheading{
	    font-family: 'Roboto', sans-serif;
    color:white;
	font-size: 24px;
	text-align: center;
	font-weight: 300;
	    margin-bottom: 65px;
}

img.svg-icon-section1{
	width:40px;
}
p.use-case-section-7 {
    font-size: 14px;
    text-align: right;
    margin-top: 10px;
}
img.monitoring-tabs-inner-subheading-image {
    border-radius: 10px;
}
.separate-containers .inside-left-sidebar, .separate-containers .inside-right-sidebar {
     margin-top: 0px; 
     margin-bottom: 0px; 
}




@media only screen and (max-width: 1630px) {
	.vc-parent {
		grid-template-columns: 50% auto;
	}
}

@media only screen and (max-width: 1068px) {
.section-6-wrapper {
    display: grid;
    grid-template-columns: auto auto auto;
    justify-items: center;
    justify-content: center;
    column-gap: 1.5%;
    row-gap: 3%;
}
}
@media only screen and (max-width: 813px) {
.section-6-wrapper {
    display: grid;
    grid-template-columns: auto auto;
    justify-items: center;
    justify-content: center;
    column-gap: 1.5%;
    row-gap: 3%;
}
}
@media only screen and (max-width: 523px) {
.section-6-wrapper {
    display: grid;
    grid-template-columns: auto;
    justify-items: center;
    justify-content: center;
    column-gap: 1.5%;
    row-gap: 3%;
}
}
@media only screen and (max-width: 1250px) {
	.section-8-tabs{
		flex-wrap: wrap;
	}
	.section-8-items-oclick-outer {
    margin-bottom: 50px;
}
	.section-8-items-wp-outer{
		  margin-bottom: 50px;
	}
}
@media only screen and (max-width: 1450px) {
	.vc-parent {
		grid-template-columns: 45% auto;
	}
}

@media only screen and (max-width: 1450px) {
	.vc-parent {
		grid-template-columns: 45% auto;
	}
}

@media only screen and (max-width: 1343px) {
	.vc-parent {
		grid-template-columns: 40% auto;
	}
}

@media only screen and (max-width: 1270px) {
	.vc-parent {
		grid-template-columns: auto;
		padding: 0%;
		padding-left: 5%;
		padding-right: 5%;
/* 		padding-top: 150px; */
		margin: 0;
		height: 1000px;
	}
	.register {
		margin-top: 0px;
	}
	.banner-wrap{
		text-align:center;
	}
	.terminalstart{
		display:none;
	}
	img.dashboard-screenshot {
		display: block;
		margin: 0 auto;
	}
	.heading {
		text-align: center;
	}
	.heading1 {
		text-align: center;
	}
	h3.subheading.left {
		text-align: center;
		padding-right: 0px;
	}
	.register {
		margin: 0 auto;
	}
	a.deploy-button {
		margin: 0 auto;
	}
}

@media only screen and (max-width: 735px) {
	.vc-parent {
		margin-top: 0px;
	}
	img.dashboard-screenshot {
		display: none;
	}
	.heading {
		text-align: left;
	}
	.heading1 {
		text-align: left;
	}
	h3.subheading.left {
		text-align: left;
	}
	a.deploy-button {
		margin: 0;
	}
	div.heading{
		display:unset;
	}
	.terminalstart,.terminal2nd,.console-container{
		display:none;
	}
}
/* } */
@media (min-width: 576px){
.container {
    max-width: 540px;
}}
@media (min-width: 768px){
.container {
    max-width: 720px;
}}
@media (min-width: 992px){
.container {
    max-width: 960px;
}}
@media (min-width: 1200px){
.container {
    max-width: 1140px;
}}
@media (max-width: 991px){
.monitoring-tabs, .firewall-tabs, .cloning-tabs, .subaccounts-tabs, .backups-tabs, .vnc-tabs,.ipmanagement-tabs, .api-tabs {
    flex-direction: column;
}
.monitoring-tabs-inner, .firewall-tabs-inner, .cloning-tabs-inner, .subaccounts-tabs-inner, .backups-tabs-inner, .vnc-tabs-inner, .ipmanagement-tabs-inner, .api-tabs-inner {
    margin-bottom: 50px;
}
}
@media (max-width: 659px){
.tab-management-tools {
    overflow: scroll;
	overflow-y: hidden;
	justify-content: flex-start;
}
}
@media (max-width: 829px){
p#benchmark-cpu, p#benchmark-memory, p#benchmark-iops {
      width: 85%;
    margin: 0% 7.5%;
}
}
@media (max-width: 813px){
.section-6 {
    padding-bottom: 330px;
}
}
@media (max-width: 523px){
.section-6 {
    padding-bottom: 1280px;
}
}
@media (max-width: 813px){
.section-6-wrapper {
    column-gap: 3%;
}
}
@media (max-width: 1000px){
    .terminal {
        width: 90% !important;
    }
}
@media (max-width: 700px){
.section-1-tabs {
    align-items: center;
    flex-direction: column;
}
	.section-1-first,.section-1-second,.section-1-third {
    width: 60%;
}
}   

@media (max-width: 500px){
	.section-1-first,.section-1-second,.section-1-third {
    width: 80%;
}
	img.mb-3 {
    width: 40px;
}
}   
@media (max-width: 612px){
a.create-account-section-9 {
    font-size: 1rem;
}
a.contact-us-section-9 {
    font-size: 1rem;
}
}   
@media (max-width: 540px){
a.create-account-section-9 {
padding: 10px 20px;
}
a.contact-us-section-9 {
padding: 10px 20px;
}
}   
@media (max-width: 460px){
    a.deploy_a_dedi_now_button {
        display: inline-block;
    }
}
@media (max-width: 461px){
a.contact-us-section-9 {
    font-size: 0.8rem;
}
a.create-account-section-9 {
    font-size: 0.8rem;
}
}   
@media (max-width: 415px){
a.create-account-section-9 {
width: 100%;
margin-right: 0px;
margin-bottom: 10px;
}
a.contact-us-section-9 {
    width: 100%;
margin-left: 0px;
}
.section-9-buttons-wrapper {
    flex-direction: column;
}
}   
.footer-stripe-climate-member{
    height: 30px; 
    display: flex; 
    color: white; 
    font-size: 0.9rem; 
    align-items: center;
    text-decoration: none;
}
.footer-stripe-climate-member:hover,.footer-stripe-climate-member:focus{
color: #77B6EA;
}
@media (max-width: 768px){
    .footer-stripe-climate-member{
        justify-content: center;
    }
 }   
.header-stripe-climate-member{
    height: 30px; 
    padding-left: 20px; 
    display: flex; 
    color: white; 
    font-size: 0.9rem; 
    align-items: center; 
    border-left: 1px solid #ddd; 
    margin-left: 20px;
    text-decoration: none;
}
.header-stripe-climate-member:hover,.header-stripe-climate-member:focus{
    color: #77B6EA;
}
@media (max-width: 475px){
    .header-stripe-climate-member{
        font-size: 0.8rem;
    }
 }  
 @media (max-width: 449px){
    .header-stripe-climate-member{
        font-size: 0.7rem;
    }
 }  
 @media (max-width: 425px){
    .header-stripe-climate-member{
        display:none;
    }
 }  












/* Footer */
.footer-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.footer-heading {
    font-size: 16px;
    font-family: "Open Sans";
    color: #fff;
    margin-bottom: 10px;
    display: inline-block;
}
.top-footer-info {
    background-color: #181b22;
    border: none;
}
.footer-container {
 font-family: "Open Sans";
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.container-fluid {
    width: 100%;
/*     padding-right: 15px;
    padding-left: 15px; */
    margin-right: auto;
    margin-left: auto;
}
.col-md-3 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.footer .footer-top {
    padding: 50px 0px;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.footer .footer-top .col-md-3.col-sm-6 {
    margin-bottom: 10px;
}

.top-footer-info .footer-feature-inner {
    width: 100%;
    padding: 35px 0px 25px 0px;
    display: inline-block;
    background-color: #22262f;
}
.top-footer-info .feature-top-item {
    width: 33.33%;
    float: left;
    padding: 0 40px;
}
.top-footer-info .media {
    color: #fff;
    width: 100%;
    font-family: "Open Sans";
}
.top-footer-info .media .media-left {
    position: relative;
    font-size: 36px;
    padding-right: 42px;
}
.top-footer-info .media .media-body {
    color: #808080;
    vertical-align: middle;
    font: 14px "Open Sans";
}
.footer .footer-bottom .footer-menu {
    position: relative;
    top: 10px;
}
.footer .payment-list {
    float: right;
    color: #90A4AE;
    list-style-type: none;
    margin: 0px;
}
.footer .payment-list li {
    display: inline-block;
    margin-right: 3px;
    font-size: 30px;
}
.footer .payment-list li p {
    margin-bottom: 0px;
    color: #808080;
    font-family: "Open Sans";
    font-size: 13px;
    margin-right: 10px;
    display: table;
}
.footer .footer-menu .menu-item a {
    color: #808080;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
	font-size:14px;
}
.footer .copyrigh {
    padding-bottom: 10px;
}
.footer .copyrigh {
    font-family: "Open Sans";
    font-size: 12px;
    color: #808080;
    padding-top: 10px;
    padding-bottom: 25px;
}
.Address {
    color: white;
    font-size: 13px;
}
.footer .social {
    padding-top: 12px;
}
.footer .social {
    font-size: 16px;
    font-family: "Open Sans";
    color: #fff;
    margin-bottom: 15px;
    display: inline-block;
}
.footer .soc-icons i {
    color: #808080;
    border: 1px solid #21252E;
    display: block;
    height: 42px;
    line-height: 42px;
    text-align: center;
    width: 42px;
    transition: 0.3s;
}
.fab, .far {
    font-weight: 400;
}
.fab {
    font-family: "Font Awesome 5 Brands";
}
.footer .soc-icons a {
    display: inline-block;
    margin-bottom: 20px;
}
i.fab {
    color: #808080;
}
.footer {
    z-index: 0;
    background-color: #181b22;
    background-position: center;
    border: none;
}
.footer .footer-bottom {
    padding: 10px 0px 10px 0px;
    background-color: #21252E;
}
i.fab:hover{
	color:white;
	cursor:pointer;
}
ol, ul {
    margin: 0;
}
.top-footer-info .feature-top-item {
    width: 33.33%;
    float: left;
    padding: 0 40px;
}
.top-footer-info .media {
    color: #fff;
    width: 100%;
    font-family: "Open Sans";
}
.top-footer-info .media .media-left {
    position: relative;
    font-size: 36px;
    padding-right: 42px;
}
.top-footer-info .media .media-body {
    color: #808080;
    vertical-align: middle;
/*     font: 14px "Open Sans"; */
}
.footer .footer-menu .menu-item {
    font-family: "Open Sans";
    font-size: 13px;
    display: inline-block;
    list-style-type: none;
    margin-left: 27px;
    margin-top: 10px;
}
.top-footer-info .media span {
    color: #fff;
    display: block;
    margin-bottom: 5px;
    font: 14px "Open Sans";
}
.top-footer-info .media .media-left:before {
    background-color: #69c399;
    content: "";
    height: 40px;
    position: absolute;
    right: 20px;
    top: 3px;
    width: 1px;
}
.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}
.footer .footer-menu.classic .menu-item {
    display: block;
    font-size: 13.5px;
    margin-left: 0;
    text-align: left;
}
.footer .logo-footer {
    width: 185px;
}
i.fab.fa-telegram {
    color: white;
}
.col-md-12 {
       position: relative;
    width: 100%;
}

a.footer-ahref {
    color: #808080 !important;
    display: block;
    font: 14px "Open Sans";
}
.row-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col-footer-last {
    width: 50%;
}
p.item-text {
    padding: 0% 5%;
}
.row-footer-top {
    display: grid;
    margin-right: -15px;
    margin-left: -15px;
    grid-template-columns: 25% 25% 25% 25%;
}
 @media (min-width: 576px){
.footer-container {
    max-width: 540px;
}}
@media (min-width: 576px){
.col-sm-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}}
@media (max-width: 768px){
.col-footer-last {
    width: 100%;
    text-align: center;
}	
	.footer .payment-list {
    float: none;
    color: #90A4AE;
    list-style-type: none;
    margin: 10px;
}
	.row-footer-top {
text-align:center;
}
	ul.footer-menu.classic {
    display: flex;
    flex-direction: column;
    align-items: center;
}
}

@media (max-width: 768px){
    .row-footer-top {
        grid-template-columns: auto;
        }
        .col-sm-6.col-md-3.footerlogo {
            grid-row: 100;
        }
}
@media (min-width: 768px){
.col-md-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}}
@media (max-width: 768px){
.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
	justify-content: center;
}}	
@media (min-width: 768px){
.col-md-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}}
@media (min-width: 768px){
.col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}}
@media (min-width: 768px){
.footer-container {
    max-width: 720px;
}}
@media (max-width: 767px){
.footer .footer-top {
    padding: 50px !important;
}}
@media (max-width: 767px){
.footer .footer-top .col-md-3.col-sm-6 {
    margin-bottom: 50px;
}}
@media (min-width: 992px){
.footer-container {
    max-width: 960px;
}}
@media (min-width: 1200px){
.footer-container {
    max-width: 1140px;
}}
@media (min-width: 992px){
.col-footer-last {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}}
@media (max-width: 767px){
.top-footer-info .feature-top-item {
    width: 100%;
    margin-bottom: 30px;
    padding: 0px;
}}
@media (max-width: 767px){
.top-footer-info .feature-top-item {
    width: 100%;
    margin-bottom: 20px;
}}
@media (max-width: 991px){
.top-footer-info .feature-top-item {
    padding: 0 15px 0px 15px;
}}
@media (max-width: 767px){
.footer .footer-top img {
    width: 160px;
}}
@media (max-width: 991px){
.footer .logo-footer {
    width: 150px;
}}

/* Footer */