@charset "UTF-8";

@font-face {
  font-display: block;
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/noto-serif/noto-serif-v23-latin-regular.woff2') format('woff2');
}
@font-face {
  font-display: block;
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/noto-serif/noto-serif-v23-latin-500.woff2') format('woff2');
}
@font-face {
  font-display: block;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans/open-sans-v40-latin-regular.woff2') format('woff2');
}
@font-face {
  font-display: block;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/open-sans/open-sans-v40-latin-500.woff2') format('woff2');
}
@font-face {
  font-display: block;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans/open-sans-v40-latin-600.woff2') format('woff2');
}
@font-face {
  font-display: block;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans/open-sans-v40-latin-700.woff2') format('woff2');
}	
@font-face {
  font-display: block;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/open-sans/open-sans-v40-latin-800.woff2') format('woff2');
}

html, body {
	max-width: 100%;
	overflow-x: hidden;
	scroll-behavior: smooth;
}

body {
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
	font-family: 'Arial', sans-serif; /* Fallback font */
    visibility: hidden;
	
}

.loaded {
		visibility: visible;
		font-family: 'Open Sans', Arial, sans-serif;
        }

h1 {
	font-family: 'serif';
	font-size: 80px;
    line-height: 1.2;
    color: #ffffff;
    font-weight: 500;
	direction: ltr;
	margin-bottom: 20px;
	margin-top: 25px;
}

h2 {
	font-family: "Noto Serif", serif !important;
	color: #000000;
    font-size: 40px;
	font-weight: 500;
	line-height: 1.3;
	margin-bottom: 10px;
	direction: ltr;
}

h3 {
	font-family: 'Open Sans', sans-serif;
    font-size: 17px;
	font-weight: 600;
    direction: ltr;
    color: #000000;
}

h3.datacenter-perks {
	margin-top: 25px;
}

h4 {
	font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    direction: ltr;
    color: #000000;
	font-weight: 800;
	text-align: center;
}

p,
a,
span {
	font-family: 'Open Sans', sans-serif;
    direction: ltr;
}


a,
p,
button,
img {
    transition: all 0.2s ease-in-out;
}

a:hover,
p:hover,
button:hover,
img:hover {
    transition: all 0.2s ease-in-out;
}

.main-subtitle {
    direction: ltr;
}

.header-subtitle {
    font-weight: 400;
    color: #fac3bc;
    max-width: 560px;
    margin: 0 auto;
    font-size: 18px;
}

.dropdown:hover .arrow {
	transition: 0.2s !important;
	transform: rotate(180deg);
}

.ringring1, .ringring2, .ringring3, .ringring4, .ringring5, .ringring6, .ringring7, .ringring8, .ringring9 {
	z-index: 1;
}




.ringring1 {
	animation-delay: 1s !important;
	top: 175px;
	right: 99px;
	border: 0.5px solid #c50900;
	-webkit-border-radius: 30px;
	height: 25px;
	width: 25px;
	position: absolute;
	-webkit-animation: pulsate 3s ease-out;
	-webkit-animation-iteration-count: infinite;
	opacity: 0.0;
}

.ringring2 {
	animation-delay: 4s !important;
	top: 338px;
	right: 74px;
	border: 0.5px solid #c50900;
	-webkit-border-radius: 30px;
	height: 25px;
	width: 25px;
	position: absolute;
	-webkit-animation: pulsate 3s ease-out;
	-webkit-animation-iteration-count: infinite;
	opacity: 0.0;
}

.ringring3 {
	animation-delay: 2s !important;
	top: 142px;
	right: 353px;
	border: 0.5px solid #c50900;
	-webkit-border-radius: 30px;
	height: 25px;
	width: 25px;
	position: absolute;
	-webkit-animation: pulsate 3s ease-out;
	-webkit-animation-iteration-count: infinite;
	opacity: 0.0;
}



.ringring4 {
	animation-delay: 6s !important;
	top: 130px;
	right: 372px;
	border: 0.5px solid #c50900;
	-webkit-border-radius: 30px;
	height: 25px;
	width: 25px;
	position: absolute;
	-webkit-animation: pulsate 3s ease-out;
	-webkit-animation-iteration-count: infinite;
	opacity: 0.0;
}

.ringring6 {
	animation-delay: 5s !important;
	top: 157px;
	right: 518px;
	border: 0.5px solid #c50900;
	-webkit-border-radius: 30px;
	height: 25px;
	width: 25px;
	position: absolute;
	-webkit-animation: pulsate 3s ease-out;
	-webkit-animation-iteration-count: infinite;
	opacity: 0.0;
}

h2 span {
    font-size: 50px !important;
    line-height: 0;
}

.ringring7 {
	animation-delay: 7s !important;
	top: 170px;
	right: 534px;
	border: 0.5px solid #c50900;
	-webkit-border-radius: 30px;
	height: 25px;
	width: 25px;
	position: absolute;
	-webkit-animation: pulsate 3s ease-out;
	-webkit-animation-iteration-count: infinite;
	opacity: 0.0;
}

.ringring8 {
	animation-delay: 4s !important;
	border: 0.5px solid #c50900;
	-webkit-border-radius: 30px;
	height: 25px;
	width: 25px;
	position: absolute;
	-webkit-animation: pulsate 3s ease-out;
	-webkit-animation-iteration-count: infinite;
	opacity: 0.0;
	top: 164px;
	right: 609px;
}

.ringring9 {
	animation-delay: 2s !important;
	top: 184px;
	right: 549px;
	border: 0.5px solid #c50900;
	-webkit-border-radius: 30px;
	height: 25px;
	width: 25px;
	position: absolute;
	-webkit-animation: pulsate 3s ease-out;
	-webkit-animation-iteration-count: infinite;
	opacity: 0.0;
}

.alitiny {
    direction: rtl;
}

.alitiny img {
    margin-top: -1px;
}

.dc1::after {
	content: "Tokyo";
	font-size: 9px;
	position: absolute;
	left: 14px;
	top: -2px;
	font-weight: 500;
}

.dc2::after {
	content: "Sydney";
	font-size: 9px;
	position: absolute;
	left: 14px;
	top: -2px;
	font-weight: 500;
}

.dc3::after {
	content: "Frankfurt";
	font-size: 9px;
	position: absolute;
	left: 14px;
	top: -2px;
	font-weight: 500;
}

.dc4::after {
	content: "London";
	font-size: 9px;
	position: absolute;
	left: 14px;
	top: -2px;
	font-weight: 500;
}

.dc6::after {
	content: "Newark";
	font-size: 9px;
	position: absolute;
	left: 14px;
	top: -2px;
	font-weight: 500;
}

.dc7::after {
	content: "Atlanta";
	font-size: 9px;
	position: absolute;
	left: 14px;
	top: -2px;
	font-weight: 500;
}

.dc8::after {
	content: "Fremont";
	font-size: 9px;
	position: absolute;
	left: 14px;
	top: -2px;
	font-weight: 500;
}

.dc9::after {
	content: "Dallas";
	font-size: 9px;
	position: absolute;
	left: 14px;
	top: -2px;
	font-weight: 500;
}

@-webkit-keyframes pulsate {
	0% {
		-webkit-transform: scale(0.1, 0.1);
		opacity: 0.0;
	}

	50% {
		opacity: 1.0;
	}

	100% {
		-webkit-transform: scale(1.9, 1.9);
		opacity: 0.0;
	}
}

[tooltip]::after {
	font-family: 'Open Sans', sans-serif !important;
}

.dropdown-menu:hover {
	border-radius: 0 !important;
}

#datacenters {
	border-top: 1px solid #eceff3;
}

#footer-md2 {
	width: 18.667%;
}

.testimonial-title, .testimonial-details {
	text-align: left;
	direction: ltr;
}

.footer-link {
	text-align: left !important;
	padding: 5px 0px 5px 0;
}

.footer-title {
	text-align: left !important;
}

#bot-footer {
	padding-left: 0;
	padding-right: 0;
}



@media (max-width: 768px) {
	
	div#sub-footer {
		display: none;
	}
	
	.legal-content-container {
		padding-right: 15px;
		padding-left: 15px;
	}
	
	.jobs-container {
		padding-right: 15px !important;
		padding-left: 15px !important;
	}
	
	.legal-content-container {
    display: block !important;
	}
	
	#legal-container {
		border: 0 !important;
		padding: 0;
	}
	
	.toc a {
    font-size: 16px !important;
	}
	
	.toc {
		position: initial !important;
		width: 100% !important;
		border-top: 1px solid #00000033;
		padding-top: 35px;
		margin-top: 35px;
	}
	
	#faq {
		padding-right: 15px !important;
		padding-left: 15px !important;
		padding-bottom: 60px;
	}
	
	#feature-table {
		display: none;
	}
	
	div#footer-row {
		display: grid;
		grid-template-columns: repeat(1, 1fr) !important;
		grid-gap: 40px;
	}
	
	.showmob .navico {
		padding: 5px;
		margin-top: -4px !important;
	}
	
	.showmob a {
		border: 0 !important;
	}
	
	.showmob a {
		padding-top: 13px !important;
	}
	
	div#footer-row #footer-md2 {
		width: unset;
		padding-right: 0;
	}
	
	div#footer-row::before, div#footer-row::after {
		display: none !important;
	}
	
	#perks-under-features {
		gap: 10px;
	}
	
	#get-started-now {
		margin-top: 0 !important;
		padding-right: 15px;
        padding-left: 15px;
	}

	#footer {
		padding-top: 240px !important;
	}

	.header-subtitle {
		margin-bottom: 10px;
		max-width: 331px;
	}

	#perks-under-features {
		flex-flow: column wrap;
		align-content: flex-start;
	}

	.testimonial-box {
		width: 100% !important;
	}

	#wordpress-hosting {
		border-top-left-radius: 10px !important;
		border-top-right-radius: 10px;
		border-bottom-left-radius: 0 !important;
	}

	#vps-hosting {
		border-top-right-radius: 0 !important;
		border-top-left-radius: 0 !important;
		border-bottom-right-radius: 10px;
		border-bottom-left-radius: 10px;
	}

	#sub-footer {
		padding-top: 33px !important;
		padding-bottom: 39px !important;
		text-align: center !important;
	}

	.nav.navbar-nav.navbar-right {
		margin-left: 0 !important;
		margin-right: 0 !important;
		padding-left: 0 !important;
		padding-right: 0;
	}

	.alitiny {
		width: 80%;
		display: block !important;
		margin: 0 auto !important;
	}

	.navbar {
		margin-right: 0px !important;
	}

	.showmob > li > a {
		text-align: left !important;
	}

	#respo {
		display: none !important;
	}

	#start-with-us-top {
		padding-left: 0 !important;
	}

	#start-with-us-bottom {
		float: unset;
		padding-left: 0 !important;
	}

	#get-started > .container > .row > .col-md-12 > .text {
		margin-bottom: 0;
	}

	#prices-div {
		padding-left: 0;
		padding-right: 0;
	}

	.ringring1,
	.ringring2,
	.ringring3,
	.ringring4,
	.ringring6,
	.ringring7,
	.ringring8,
	.ringring9 {
		display: none;
	}

	.dcimage {
		max-width: 200px !important;
		margin: 0 auto;
		margin-top: -405px !important;
		margin-right: -54px !important;
	}

	#datacenters > #thepanel > #story {
		padding-bottom: 0 !important;
	}

	#dccc {
		text-align: center;
	}

	#dcbr {
		display: none;
	}

	#dcpulse {
		display: none;
	}

	#ourp3 {
		position: initial !important;
	}

	.txt-col {
		width: 100% !important;
	}

	#ourp2 {
		display: none;
	}

	#pckages {
		left: 0 !important;
		display: block !important;
	}

	#package-tabs {
		display: flex;
		flex-direction: column-reverse;
	}

	label {
		margin: 0 auto;
	}

	#let-start {
		margin-top: 30px !important;
	}

	.row-title {
		margin-bottom: 55px !important;
	}

	#story {
		padding: 15px !important;
		padding-top: 50px !important;
	}

	#ourp > p {
		padding-right: 0 !important;
	}

	.plans-title, .main-subtitle {
		text-align: left !important;
	}
}

.navico {
	width: 29px;
	margin-left: 0px;
	margin-right: 19px;
	margin-top: 9px;
	border-radius: 5px;
	background: #a11200;
	padding: 4px;
}

@media (min-width: 480px) and (max-width:766px) {
	.container>.navbar-header {
	}
}

input[type="checkbox"] {
	margin: 0px 10px 50px;
}

@media (min-width: 768px) and (max-width: 1200px) {
	li#hide-li {
		display: none !important;
	}

	#header-elements-right {
		width: 100% !important;
	}

	#hidetaf {
		display: none;
	}

	.navbar-right {
		width: unset !important;
		margin-left: -6px !important;
	}


	#blaa {
		transform: rotate(0deg) !important;
	}

	.navbar-default .navbar-nav > li > a.chat-button:hover {
		border: 0px solid #000000e6 !important;
	}

	.navbar-brand-desktop {
		margin-left: 7px !important;
	}

	.start-trial-button {
		font-size: 17px !important;
		padding-left: 20px !important;
		padding-right: 20px !important;
	}

	#get-started-now {
		width: 100% !important;
	}

	#lolol {
		margin-top: 0 !important;
	}

	.go-to-category-button {
		font-size: 15px !important;
	}

	#get-started .text {
		width: 60% !important;
	}

	#trial-bottom {
		font-size: 17px !important;
	}

	#start-with-us-bottom {
		font-size: 22px !important;
	}

	#get-started {
		background-size: 1200px !important;
		background-position-x: -227px !important;
		background-position-y: -209px !important;
	}

	#clicktheb {
		width: 35% !important;
	}
}

@media (max-width:765px) {
	#bs {
		overflow: hidden !important;
	}
}

#bs {
	height: -webkit-fill-available;
	overflow: auto;
	padding-left: 0px !important;
	display: flex;
	flex-direction: column-reverse;
}

.container-nav {
	margin: 0 auto !important;
	padding: 0 !important;
	border-bottom: 1px solid #171c71cc;
}

@media (max-width: 500px)
#header-start-chat {
	float: left;
    margin-top: -22px;
    margin-left: 30px !important;
}

ul {
	list-style: none;
}

.navbar-collapse {
    /*padding-right: 0px !important;*/
	padding-left: 0px !important;
}
/*
@media screen and (min-width:1000px) {
    #tab1 {
        padding:0px 90px;
    }
        #tab2 {
        padding:0px 90px;
    }
        #tab3 {
        padding:0px 90px;
    }
}
*/

#bottom-footer-logo {
	margin-left: 12px;
	margin-bottom: 5px;
}

#responsive-footer {
	width: auto;
	max-width: 1398px;
	padding-left: 74px;
}

#footer-row {
	margin-left: 20px;
}

.footer-hr {
	border: 0px solid #61DDE9;
	margin-top: 0px;
}

#start-with-us-top {
	font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-weight: 400;
    color: #fff;
    text-align: left;
    float: left;
    padding-left: 45px;
    margin: 0 0 0px;
}

#clicktheb {
	margin-top: 6px !important;
}

.hide-me-mobile {
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	font-weight: 800;
	color: #000000;
	text-align: right;
}

#start-with-us-bottom {
	font-family: 'Open Sans', sans-serif;
	font-size: 25px;
	font-weight: 100;
	color: #fff;
	text-align: left;
	margin-top: -10px;
	float: left;
	padding-left: 45px;
	margin-bottom: 9px;
}

p.main-subtitle {
	color: #000000 !important;
	font-size: 18px;
	margin-bottom: 60px;
	font-weight: 400;
}

h3.our-features-title {
	font-size: 16px;
	color: #000000;
	margin-top: 20px;
	margin-bottom: 8px;
	font-weight: 800;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 20px;
}

p.our-features-text {
    font-size: 15px;
    color: #000;
    line-height: 1.4;
    margin-top: 27px;
    display: block;
    padding-bottom: 4px;
    font-weight: 500;
}


.col-md-4-elements {
transition: transform 0.2s ease-in-out;
}

.col-md-4-elements:hover {
	transform: scale(1.05);
}

@media (max-width:480px) {
	#mainNav {
		top: 20px !important;
	}
}


.amount {
	font-size: 45px;
	font-weight: 900;
	font-family: 'Open Sans', sans-serif;
	color: #000000;
}

.price {
	text-align: center !important;
}

.currency {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 22px;
	color: #a11200 !important;
	margin-top: -10px !important;
	vertical-align: top;
}

#pricing-plan-style {
	border-top: 1px solid #00000014;
	margin-top: 7px;
}

.duration {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #000000;
}

.col-md-4-elements {
	position: relative;
	min-height: 1px;
	float: left;
	width: 25%;
	padding: 10px;
}

a:hover, a:visited, a:link, a:active {
	text-decoration: none !important;
}

.go-to-category-button {
	border: 2px solid #031B4E !important;
	background-color: #031B4E;
	color: #fff !important;
	border-radius: 7px;
	padding: 10px;
	font-size: 17px;
	font-weight: 700;
	font-size: 15px;
	padding-left: 15px;
	padding-right: 15px;
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
	width: 100%;
	display: block;
}

.go-to-category-button:hover {
	border: 2px solid #000000e6 !important;
	color: #fff !important;
	background-color: #000000e6 !important;
}

.start-trial-button {
	border: 2px solid #000000;
	border-radius: 7px;
	font-size: 16px;
	font-weight: 700;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 15px;
	padding-bottom: 13px;
	font-family: 'Open Sans', sans-serif;
	background: #000000;
}

.start-trial-button:hover {
	border: 2px solid #68CCD5;
	color: #fff !important;
	background-color: #68CCD5;
	underline: none;
}

.navbar-right {
	margin-right: -59px;
}

#header-elements-right {
	height: 100vh;
	margin-top: 0 !important;
	display: flex;
	flex-flow: column;
	justify-content: center;
	text-align: center;
	max-height: 900px;
}

@media (max-width: 1366px) {
	#responsive-footer {
		margin-right: auto !important;
	}

	#top-content {
		background-position-x: 0px;
	}
}


@media screen and (min-width: 2000px) {
	#responsive-footer {
		margin: 0 auto !important;
	}
}

@media (max-width: 1540px) {
	#responsive-footer {
		margin-right: auto !important;
	}


}

@media (min-width: 767px) {
	
	.container > .navbar-collapse, .container > .navbar-header {
		margin-left: 0px !important;
		margin-right: -12px;
	}
}

@media (max-width: 767px) {

	#responsive-footer {
		padding-left: 0px;
	}

	#wp-video {
		display: none;
	}

	#more-features {
		padding-bottom: 24px;
	}

	p.main-subtitle {
		font-family: 'Open Sans', sans-serif;
		font-weight: 100;
		text-align: right;
	}

	h2.plans-title {
		color: #000000;
		font-size: 30px;
	}

	input[type="checkbox"] {
		margin: 0px 20px -25px !important;
	}

	.container-nav {
		border-bottom: 0px solid #22335f !important;
	}

	.navbar-header {
		background: radial-gradient(60% 100% at top center,#191e29 0,#142142 98%),linear-gradient(-180deg,rgba(17,44,153,.5),rgba(17,44,153,0) 36%);
		filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#000000',GradientType=1 );
	}

	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
		opacity: 1 !important;
	}

	.navbar-toggle {
		padding: 9px 6px !important;
	}

	.navbar-brand {
		padding: 24px 18px !important;
	}

	.navbar {
		border: 0;
		border-radius: 0;
		margin-bottom: 0;
		position: fixed;
		z-index: 9998;
		width: 100%;
		margin-top: 10px !important;
		background-color: #191E28 !important;
		margin-right: -15px;
		margin-top: -22px !important;
		box-shadow: 0px 1px 40px 0px rgba(0, 0, 0, 0.27);
	}

	.navbar-default .navbar-collapse {
		background-color: #142142 !important;
		transform: rotate(-180deg);
	}

	.container > .navbar-collapse, .container > .navbar-header {
		margin-right: 0px;
		margin-left: 0px;
	}

	#bs {
		padding-right: 0;
		padding-bottom: 1px;
	}

	#get-started .gstart {
		font-size: 16px !important;
	}

	#trial-bottom {
		float: right;
		width: 100% !important;
	}

	#footer ul.footer-menu li a {
        font-size: 16px !important;
        font-weight: 400 !important;
    }

	h2 {
		font-size: 30px;
	}

	.go-to-category-button {
		font-size: 16px;
	}

	#story p {
		font-size: 16px;
	}

	#bottom-footer-logo {
		margin: 0 auto;
	}

	.hide-me-mobile {
		display: none;
	}

	#responsive-footer {
		margin-right: auto !important;
	}

	#footer-row {
		margin-left: -15px;
	}

	#footer-md2 {
		margin-top: 50px;
	}

	#get-started {
		text-align: center !important;
	}

	#start-with-us-top {
		text-align: center;
	}

	#start-with-us-bottom {
		text-align: center;
		float: unset;
		margin-bottom: 0;
	}
	
	.big-title {
		margin-bottom: 20px;
	}

	h1 {
		font-size: 48px;

	}

	.col-md-4-elements {
		width: 100%;
	}

	#header-elements-right {
		width: 100%;
		float: right;
		margin-top: 70px;
		margin-bottom: 0px;
	}


}


/*------------------------------------------------------------------
  2. Header Section Styles
-------------------------------------------------------------------*/
.logo {
	width: 126px;
	margin-top: 0px;
}

#mainNav {
	background-color: transparent;
}

.navbar {
	border: 0;
	border-radius: 0;
	margin-bottom: 0;
}

.navbar-default .navbar-nav>li>a {
	font-size: 14px;
	position: relative;
	padding: 10px 16px;
	font-weight: 600;
	margin-top: 10px;
}

.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus {
	color: #296af4;
}

.navbar-default .navbar-nav>li>a.chat-button {
	padding: 8px 18px;
	border-radius: 5px;
	opacity: 1;
	margin-bottom: 0;
	margin-left: 15px;
	font-weight: 700;
	margin-top: 11px;
	direction: rtl;
}

.navbar-default .navbar-nav>li>a.chat-button:hover {
	border: 2px solid #7c1103 !important;
	background-color: #7c1103 !important;
}


.navbar-nav>li>a {
	padding-top: 20px;
	padding-bottom: 20px;
}


.navbar-brand {
	height: 65px;
	padding: 20px 0px;
}

.navbar-default .navbar-toggle {
	border: 0px;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #8fedf5;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: transparent;
	opacity: 0.7;
}

.navbar-toggle {
	margin-top: 14px;
}

.navbar-right .dropdown-menu {
	left: 0;
	right: auto;
}

.dropdown {
	position: relative;
	display: inline-block;
}

.dropdown-menu {
	display: none;
	position: absolute;
	background-color: #ffffff;
	min-width: 160px;
	top: 51px;
	padding-top: 10px;
	padding-bottom: 10px;
	z-index: 9999;
	border: 5px solid #fff;
	border-radius: 10px !important;
	box-shadow: 0 5px 15px 0 #8f9acc2e !important;
}

.dropdown-menu > li > a {
	color: #898f92 !important;
	font-family: 'Montserrat-Light', sans-serif;
	font-size: 12px;
	text-decoration: none;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
	color: #5bacdc;
	background-color: #f9fdff;
}

.dropdown:hover .dropdown-menu {
	display: block;
}

#more-features {
	background-color: #a851461f;
	padding-top: 60px;
	padding-bottom: 60px;
	text-align: center;
}




#more-features .mfeature-box {
	border: 0px solid #f3f5f9;
	padding: 30px;
	padding-top: 35px;
	padding-bottom: 35px;
	padding-top: 30px;
	padding-bottom: 25px;
	border-radius: 10px;
	box-shadow: unset !important;
	background: #FFF;
}

#more-features .mfeature-box .mfeature-title {
	font-family: 'Open Sans', sans-serif;
	font-size: 28px;
	color: #000000;
	margin-bottom: 10px;
	font-weight: 900;
}
/*------------------------------------------------------------------
  9. Testimonials Section Styles
-------------------------------------------------------------------*/

.testimonial-box {
	box-shadow: 0 7px 15px 2px rgba(42,76,158,.06),0 2px 1px 0 rgba(64,64,64,.05);
	padding: 30px;
	margin-top: 80px;
	position: relative;
	background-color: #ffffff;
	border-radius: 5px;
}

.testimonial-box:hover {
}

.testimonial-box .testimonial-title {
	font-size: 20px;
	color: #000000;
	margin-top: 20px;
	margin-bottom: 8px;
	font-weight: 800;
	font-family: 'Open Sans', sans-serif;
}

.testimonial-box .testimonial-details {
	color: #616b71;
	font-size: 15px;
	font-family: 'Montserrat-Light', sans-serif;
	margin-bottom: 30px;
}
/*------------------------------------------------------------------
  10. Get Started Section Styles
-------------------------------------------------------------------*/
#get-started {
	background-color: #0069f0;
	padding-top: 40px;
	padding-bottom: 30px;
	text-align: center;
}

#get-started .text {
	display: inline-block;
	color: #4d7384;
	font-size: 22px;
	margin-right: -10px;
	width: 100%;
}

#get-started .gstart {
	padding: 15px 20px;
	font-size: 18px;
	font-weight: bold;
	margin-right: 0px;
	border-radius: 7px;
	font-family: 'Open Sans', sans-serif;
}

#get-started .gstart:hover,#get-started .gstart:focus {
	color: #150773;
	background-color: #8fedf5;
}

#get-started .gstart:hover {
	transform: scale(1.05);
}


/*------------------------------------------------------------------
  11. Footer Section Styles
-------------------------------------------------------------------*/
#footer {
	background-color: #f5eae8;
	padding-top: 275px;
	padding-bottom: 15px;
}

#footer h4 {
	font-size: 19px;
    color: #000000;
    margin: 0;
    margin-bottom: 0px;
    font-weight: 700;
}

#footer ul.footer-menu {
	list-style: none;
	padding: 0;
	margin: 0;
}

#footer ul.footer-menu li a {
	color: #000000ad;
	font-size: 14px;
	line-height: 1.9;
	font-weight: 500;
}

#footer ul.footer-menu li a:hover, #footer ul.footer-menu li a:focus {
	color: #000000ad !important;
	border-bottom: 2px solid #000000ad;
	padding-bottom: 2px;
	transition: unset !important;
}

#footer p {
	color: #000000ad;
	font-size: 13px;
	font-weight: 500;
}

/*------------------------------------------------------------------
  12. Inner Pages Styles
-------------------------------------------------------------------*/

#story {
	background-color: transparent;
	max-width: 1170px;
	padding-left: 0;
}

#story .txt-col {
	padding: 35px 0% 60px 15px;
}

.txt-col {
	width: 42%;
}


/*------- Sign Up / Sign In ----------*/
/*------------------------------------------------------------------
  13. Responsive Styles
-------------------------------------------------------------------*/

/* Other screens styles modifications */

@media (max-width: 992px) {

	#more-features .mfeature-box {
		margin-bottom: 40px;
	}

	
}

@media (max-width: 767px) {
	
	#clicktheb {
		width: 100% !important;
		margin-top: 20px !important;
		margin-bottom: 15px;
	}

	#footer-md2:last-child .footer-title {
		margin-bottom: 16px;
	}

	#get-started {
		padding-bottom: 51px !important;
	}

	#start-with-us-top {
		font-size: 25px !important;
	}

	#start-with-us-bottom {
		font-size: 16px !important;
		font-weight: 400;
	}

	#get-started {
		background: #051b4f !important;
	}

	#get-started .gstart {
		margin-right: 0px;
	}

	#get-started .text {
		margin-right: 0px !important;
		width: 100%;
	}

	#footer h4 {
		font-size: 20px !important;
		font-weight: 800;
	}

	#footer-md2 {
		width: 50%;
		float: left;
		margin-top: 0;
	}

	#footer-row {
		margin-top: 0px;
		margin-bottom: 25px;
	}

	.footer-last-row {
		margin-top: 50px !important;
		float: left !important;
	}

	.chat-button {
		background-color: #000000 !important;
		border: 2px solid #000000 !important;
		color: #1d2431 !important;
	}

	.nav > li > a:focus, .nav > li > a:hover {
		border-top: 3px solid #74DEE7 !important;
	}

	#hide-li {
		display: none;
	}

	.navbar-collapse {
		border-top: 0px solid transparent;
		-webkit-box-shadow: unset;
		box-shadow: unset;
	}

	.navbar-right {
		width: 100%;
		margin: 12.5px -38px !important;
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}

	#footer {
		padding-bottom: 0px !important;
	}

	.start-trial-button {
		animation: shadow-pulse 1s infinite;
		color: #fff !important;
		font-weight: 700 !important;
		font-size: 16px !important;
		padding-top: 14px !important;
		padding-bottom: 14px !important;
		width: 100%;
		display: block;
	}

	#let-start {
		margin: 0 auto;
		text-align: center;
	}



	#respo {
		display: inline-flex;
	}

	.dropdown-menu {
		position: relative;
		display: block;
		width: 100%;
		text-align: center;
		top: 0;
		margin-bottom: 18px;
	}

	.navbar-default .navbar-nav > li > a {
		transform: rotate(-180deg);
		-webkit-transition: .1s !important;
		text-align: right;
		padding: 10px 25px;
		margin-right: 0px;
		border-bottom: 1px solid #202E54;
		margin-left: -30px;
		padding-right: 0px;
		font-size: 16px;
		font-weight: 500 !important;
	}

	.navbar-default .navbar-nav > li > a.chat-button {
		margin-top: 10px !important;
		margin-bottom: 6px !important;
		text-align: center;
		margin: 0 auto;
	}

	#get-started .text {
		display: block;
		margin-bottom: 20px;
	}

	.logo {
		width: 126px;
		margin-top: -5px;
		margin-left: 0px;
	}

}






/* style2.css */

@media (min-width:1600px) {

}

#mainNav {
	top: 0px;
	position: fixed;
	width: 100%;
	z-index: 9999;
	border-bottom: 0px solid #5d6e931a;
	margin: 0 auto !important;
	box-shadow: none;
	right: 0;
	border-radius: 8px !important;
}

#header-elements-right {
	margin-top: 244px;
	padding-bottom: 0;
	margin-bottom: 0;
}


@media (max-width: 767px) {

	.showmob {
	}

	.nav.navbar-nav.navbar-right .alitiny {
		background: #a11200 !important;
		width: 90%;
	}

	.navico {
		margin-left: 0px;
		margin-top: 0px !important;
	}

	.get-started-header-botton {
		width: 158.57px;
    	height: 51.84px;
		padding: 13px 12px 12px 12px !important;
	}

	.pricing-header-botton {
		width: 158.57px;
    	height: 51.84px;
		padding: 13px 12px 12px 12px !important;
	}

	#top-content #header-elements-right {
		padding-right: 0;
		padding-left: 0 !important;
	}

	#mainNav {
		top: 10px !important;
		position: fixed;
		width: 95%;
		z-index: 9999;
		border-bottom: 0px solid #5d6e931a;
		margin: 0 auto !important;
		box-shadow: none;
		border-radius: 8px !important;
		left: 50%;
		transform: translate(-50%, 0);
		border-collapse: separate;
		border-radius: 8px !important;
		overflow: hidden;
		perspective: 1px;
		right: unset;
		box-shadow: 0 2px 3px rgb(0 0 0 / 0%), 0 1px 2px rgb(87 87 87 / 12%);
	}

	#header-elements-right {
		height: auto;
	}


}


#footer > .container {
	max-width: 1170px;
	    padding-left: 0;
	    margin: 0 auto !important;
	    padding-right: 0;
}

#footer > .container > .row {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
	grid-template-columns: repeat(5, 1fr);
	    display: grid;
		grid-gap: 40px;
}

div#footer-md2 {
    width: unset !important;
	padding: 0;
}

#footer > .container > .row:before {
    display: none;
}

.dropdown-menu-main {
	animation: fadein 0.25s;
}

@keyframes fadein {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

	0% {
		top: 35px;
		transform: rotate3d(2, 0, 0, -45deg);
		-webkit-transform-origin: 0% 0;
		transform-origin: 100% 0;
		will-change: transform;
	}

	100% {
		top: 51px;
		-webkit-transform: rotate3d(0, 0, 0, -15deg);
		transform: rotate3d(0, 0, 0, -15deg);
	}
}

/* Firefox < 16 */
@-moz-keyframes fadein {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

	0% {
		top: 35px;
	}

	100% {
		top: 51px;
	}
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

	0% {
		top: 35px;
	}

	100% {
		top: 51px;
	}
}

/* Internet Explorer */
@-ms-keyframes fadein {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

	0% {
		top: 35px;
	}

	100% {
		top: 51px;
	}
}



.logo:hover {
	opacity: 0.7;
}

.in-sub-title {
	font-weight: 700 !important;
	font-size: 18px !important;
	color: #000000 !important;
	font-family: 'Open Sans', sans-serif !important;
	margin-bottom: 12px !important;
}

.new-icons-style {
	opacity: 1;
	height: auto !important;
}

/* Firefox < 16 */

/* Safari, Chrome and Opera > 12.1 */

/* Internet Explorer */

body:before {
	content: "";
	display: table;
}

@keyframes shadow-pulse {
	0% {
		box-shadow: 0 0 0 0px rgb(222, 228, 234);
	}

	100% {
		box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
	}
}

.start-trial-button:hover {
	border: 2px solid #1e1e1e !important;
	background-color: #1e1e1e !important;
}


		
		
	/* START TOOLTIP STYLES */
[tooltip] {
	position: relative;
 /* opinion 1 */;
}

/* Applies to all tooltips */
[tooltip]::before,
[tooltip]::after {
	text-transform: none;
 /* opinion 2 */
	font-size: .9em;
 /* opinion 3 */
	line-height: 1;
	user-select: none;
	pointer-events: none;
	position: absolute;
	display: none;
	opacity: 0;
}

[tooltip]::before {
	content: '';
	border: 5px solid transparent;
 /* opinion 4 */
	z-index: 1001;
 /* absurdity 1 */;
}

[tooltip]::after {
	content: attr(tooltip);
 /* magic! */
  /* most of the rest of this is opinion */
	text-align: center;
  /* 
    Let the content set the size of the tooltips 
    but this will also keep them from being obnoxious
    */
	content: attr(tooltip);
	min-width: 6em;
	max-width: 21em;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 1.5ch 2.5ch;
	border-radius: .3ch;
	background: #000000;
	color: #fff;
	z-index: 1000;
	width: 100%;
	box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.24), 0 18px 36px -18px rgb(150, 161, 173), 0 -12px 36px -8px rgba(11, 15, 42, 0);
	opacity: 1 !important;
	line-height: 22px;
	border-radius: 5px !important;
}

/* Make the tooltips respond to hover */
[tooltip]:hover::before,
[tooltip]:hover::after {
	display: block;
}

/* don't show empty tooltips */

/* FLOW: UP */
[tooltip][flow^="up"]::before {
  bottom: 105%;
  border-bottom-width: 0;
  border-top-color: #000000;
}
[tooltip][flow^="up"]::after {
  bottom: calc(100% + 5px);
}
[tooltip][flow^="up"]::before,
[tooltip][flow^="up"]::after {
  left: 50%;
  transform: translate(-50%, -.5em);
}

/* FLOW: DOWN */

/* FLOW: LEFT */

/* FLOW: RIGHT */

/* KEYFRAMES */
@keyframes tooltips-vert {
  to {
    opacity: .9;
    transform: translate(-50%, 0);
  }
}
/* FX All The Things */ 
[tooltip][flow^="up"]:hover::before,
[tooltip][flow^="up"]:hover::after {
  animation: tooltips-vert 300ms ease-out forwards;
	white-space: pre-line;
direction: ltr;
text-align: left;

}
		#trial-bottom:hover {
    background: #e0ebff !important;
}
		/*
		To Copy New
		*/
#more-features .mfeature-box .mfeature-title {
	width:100%;
	float:right;
	text-align: left;
}
#more-features .mfeature-box {
    text-align: right;
	box-shadow: 0 7px 15px 2px rgba(42,76,158,.06),0 2px 1px 0 rgba(64,64,64,.05);
}







				.logo {
width: 100%;height: auto;max-width:78px;    margin-top: 3px !important;
			}


@media (max-width: 4000px) {
	

			
			#hidetheli{
			display:none;
			}
	
	.showmob {
			float: left !important;
			
			}
	
	.alitiny {
			font-weight: 400;
				font-size: 11px !important;
        color:#000000a6 !important;
		margin-top: -6px;
			}
}

@media (min-width: 900px) {
				#hidetaf {
	display: none !important;
	}
	
}

			#hideindes {
			display: none !important;
			}

			.hidenavinmob {
			display: unset !important;
			}

.navbar-brand {

    display: none;

}
#bs > ul.nav.navbar-nav.navbar-right.showmob {
margin-right: 0px !important;
margin-left: 0 !important;
padding-left: 0 !important;
direction: ltr;
padding-right: 0px !important;
}
.navbar-brand-desktop{			
float: left;
height: 50px;
padding: 15px 0px;
font-size: 18px;
line-height: 20px;
margin:0 !important;
	
}

#hidehr {
    margin-top: 5px !important;
display: none;
}
		@media (max-width: 767px) {
			
			#hidehr {
			display: flex !important;
			
			}
			
			.navbar-brand {
height: 57px !important;
    display: unset !important;

}
			
			
			.navbar-brand-desktop{
			display: none;
			}
			
			.hidenavinmob {
			display: none !important;
			}
			
			#hideindes {
			display: unset !important;
			}
			
			#get-started {

padding-top: 16px !important;
        padding-bottom: 23px !important;
background-color: #a11200 !important;
				background-image: none !important;
				
			}
			
			#hidetaf {
	display: inline-block !important;
	}
			
			.tocenter {
			text-align:right !important;
			}
			
			#lolol {

    background: transparent !important;
    margin-top: 0px !important;
			}
			
			
			
			#header-elements-right {
				margin-top: 114px !important;
			}
			
			.alitiny {
font-weight: 400 !important;
font-size: 16px !important;
padding: 16px 16px;
    background: #000000;
    color: #fff !important;
    font-weight: 700 !important;
    border-radius: 3px !important;
    max-width: 100%;
    margin: -15px auto;
    margin-right: 4px;
    margin-bottom: 15px;
    text-align: center;
    font-size: 17px !important;
			}
			.showmob {
			float: right !important;
			
			}
			
			#hidetheli{
			display:unset !important;
			}
			
			p.main-subtitle {

    color: #000000 !important;
        font-size: 18px;
        margin-bottom: 60px;
        font-weight: 400;
			}

			#story .txt-col {
    padding: 4px 7% 19px 17px;
}

			#thepanel {
			background-position-x: -1539px !important;
				background-size: cover !important;
				min-height: auto !important;


			}
			.logo {
        width: 68px !important;
        margin-top: -6px !important;
			}
		}
@media (max-width: 767px) {
	
	#footer {
		
		padding-top: 240px !important;
	}
	.hidbr {
		
		display:none;
	
	}
	
	#more-features {
    padding-top: 36px;
		padding-bottom: 20px;
	}
	
	.navbar {
    background-color: #fff !important;
		
	}
	
	.container > .navbar-header {

    margin-right: 0px !important;
	}
	

			.dropdown-menu {
display:none;
			}

.dropdown:hover .dropdown-menu {

    display: none !important;

}

}


		.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
background-color: #f1e8e8;


}



		.dropdown-menu::before {
display: none;
    content: "";
    background-color: #fff;
    border-bottom-left-radius: 1px;

    height: 15px;
    position: absolute;
    left: calc(75% - 10px);
    top: -5px;
    width: 20px;
    -webkit-transform: rotate(135deg) translateZ(-1px);
    transform: rotate(135deg) translateZ(-1px);

}

		.dropdown-menu {
background: #fbfbfb !important;
    min-width: 250px !important;
    box-shadow: unset !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    border: 1px solid #e8dbd9;
		}
		.dropdown-menu > li > a {
font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #000000 !important;
			text-align: left;
			padding-top: 18px !important;
			background: #fff;
			border-radius: 10px;
			direction: rtl;

padding-bottom: 18px !important;padding-right: 25px;

}

ul.dropdown-menu.dropdown-menu-main {
    border-radius: 10px !important;
}
		.navbar-right .dropdown-menu {

    right: auto !important;
left: 0 !important;

}
		
		.navbar-default .navbar-nav > li > a {
color: #000000 !important;
		}


.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    background: #63010317;
    border-radius: 5px;
}

@media (max-width:898px){
	
	
	.navbar-default .navbar-nav > li > a {
    border-bottom: 0px solid #D8DADD80 !important;
	}
#blaa {
      transform: rotate(-180deg) !important;
}
}
@media (max-width:898px){
	
	.nav > li > a:focus, .nav > li > a:hover {

    border-top: unset !important;

}
.navbar-header,.navbar-default .navbar-collapse {
      background: #fff !important;
	border-bottom: 0px solid #5d6e931a;
}
.navbar-right{
  width:100%;
}
.start-trial-button {
  box-shadow: none !important;
}
#top-content {

	border-bottom-left-radius: 0px 0px !important;

border-bottom-right-radius: 0px 0px !important;
    }
}

#get-started:hover {

  }
  #get-started .gstart {
    background: #000000 !important;

color: #fff !important;
  }

#get-started .gstart:hover {
    background: #272727 !important;
}
	
.navbar-default .navbar-toggle .icon-bar {
    background-color: #000000 !important;
}

#lolol {
  transition:All 1s !important;
}
@media screen and (max-width:898px){
#footer-md2 {
float:right;
  }
}



/*end style2.css */
		#feature-box-right {
		padding-right: 0;
			
		}
		
		#feature-box-left {
		padding-left: 0;
			
		}
		
		.headright {
		padding-right: 0;
		}
		

		
		#header-elements-right {
    margin-top: 155px;
		}

		@media (max-width: 768px) {
			
			.footer-hr {
				    margin-top: 0px !important;
			}
			
			section#vangus-features .tocenter {
				margin-top: 50px !important;
			}
			
			#footer-link-desc {
					padding-top: 0 !important;
				}
			
			div#footer-row #footer-md2:last-child .footer-link p {
				font-size: 15px !important;
				color: #000000;
				font-weight: 400;
			}
			
			div#footer-row #footer-md2:last-child {
				grid-column: 1 / -1;
				margin-top: 0 !important;
			}
			
			
			section#vangus-features .tocenter .main-subtitle {
				margin-bottom: 25px !important;
			}
			
			#vangus-features .row {
    margin: 0 !important;
}
			
			#vangus-features .col-md-12 {
    padding-left: 0;
    padding-right: 0;
}
			
			#hidepc {
				display:none;
			}
			
			/*#feature-box-right, #feature-box-left {
			padding: 30px;

			}*/
			
			#ourp {
			padding: 4px 15px 19px 15px !important;
			}
			
			#mid-feature {

}
			
			.headright {
		padding-right: 15px;
				padding-left: 15px !important;
		}
			
			 .col-md-4 {
  width:100% !important;
 }
			
						#new-house{
				font-size: 13px !important;
							margin-bottom: 20px;
			}
			

			
			#top-content {
    padding-bottom: 95px !important;
}
			
			#header-elements-right {
				margin-top: 110px !important;
			}
			
			h1.header-title {
				max-width: 380px;
        margin: 0 auto;
}
			
			
			#new-house {
				text-align: right;
				font-size: 15px;
			}
			
			.sub-title {
					border-top: 0px dashed #00000057 !important;
			}
		}

		#let-start {
    margin-top: 10px;
}

				 img.lazy-image {
  opacity: 0.1;
  will-change: opacity;

			 transition: all 0.3s;
}
img.lazy-image.loaded {
  opacity: 1;
}
		

		

 .col-md-4 {
  width:33.33%
 }
		

@media (min-width: 767px) {
	.container > .navbar-collapse, .container > .navbar-header {
			padding-right: 0 !important;
		}
	}

div#bs-mob {
    background: #fff;
    padding-right: 30px;
    padding-left: 20px !important;
    padding-right: 15px !important;
    border-radius: 10px;
    margin-top: 15px;
    margin-left: 0 !important;
    margin-right: 0;
    box-shadow: 0 2px 3px rgb(0 0 0 / 0%), 0 1px 2px rgb(26 39 119 / 15%);
	    height: 60px !important;
}

.pricing-header-botton {
	width: 192.47px;
    border: 1px solid #f6cdc8;
    border-radius: 7px;
    color: #f6cdc8 !important;
    background: transparent;
    font-weight: 700;
    padding: 13px 30px 12px 30px;
    font-size: 16px;
}

.get-started-header-botton {
	width: 192.47px;
	font-size: 16px;
    border: 1px solid #efb2aa;
    border-radius: 7px;
    background: #efb2aa;
    font-weight: 700;
    padding: 13px 30px 12px 30px;
	color: #5d0702 !important;
}

.pricing-header-botton:hover {
    background: #820c03;
}

.get-started-header-botton:hover {
    background: #e3cac7;
    border-color: #e3cac7;
}

#get-started-header-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    max-width: 500px;
    margin: 0 auto;
	margin-top: 25px;
}


#wordpress-hosting {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

#vps-hosting {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

#pckages button.go-to-category-button {
    background: #000000 !important;
    border-color: #000000 !important;
}

#pckages button.go-to-category-button:hover {
    background: #2a2a2a !important;
    border-color: #2a2a2a !important;
}

.popinfo {
    color: #000 !important;
	font-size: 13px !important;
}




#thepanel p.main-subtitle {
    font-size: 18px;
}

#wphostlink a:hover {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

#vps-hosting-package-list span, #vps-hosting-package-list p {
    /*color: #000 !important;*/
}

#vpshostlink a:hover {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}


#docslink a:hover {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

#supportlink a:hover {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

@media (max-width: 416px) {
	    #start-with-us-top {
        font-size: 22px !important;
    }
}

	
.bubble-1 {
    display: grid !important;
    grid-template-columns: 70px 1fr 0fr;
    top: 51px;
    max-width: 321px;
    right: 49px;
    direction: ltr;
    color: #000000c9;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.27;
    padding: 15px;
    height: 99px;
    background: #fff;
    border-radius: 6px;
	align-items: center;
}
	
	.bubble-2 {
    top: 182px;
    direction: ltr;
    color: #000000c9;
    font-weight: 500;
    font-size: 14px;
    left: 50px;
    line-height: 1.27;
    padding: 15px;
    background: #fff;
    border-radius: 6px;
    max-width: 321px;
    right: 126px;
    height: 99px;
		align-items: center;
}
	
	.bubble-3 {
    top: 314px;
    display: grid !important;
    grid-template-columns: 70px 1fr 0fr;
    direction: ltr;
    color: #000000c9;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.27;
    padding: 15px;
    background: #fff;
    border-radius: 6px;
    max-width: 321px;
    right: 49px;
    height: 99px;
		align-items: center;
}
	
	.bubble-4 {
        bottom: 54px;
    right: 125px;
    direction: ltr;
    color: #000000c9;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.27;
    padding: 15px;
    background: #fff;
    border-radius: 6px;
    max-width: 321px;
    height: 99px;
    width: 100%;
		align-items: center;
}
	
	

.bubble {
    display: none; /* Initially hide all bubbles */
	font-family: 'Open Sans', sans-serif;
    opacity: 0;
	position: absolute;
    transform: translateY(20px); /* Start with translation */
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.bubble.show {
    display: block;
    opacity: 1;
    transform: translateY(0); /* End with no translation */
}

.chat-container {
    position: relative;
    width: 497px;
    height: 596px;
}

.chat-image {
    width: 100%;
    position: absolute;
    top: 0;
    border-radius: 10px;
    left: 0;
}










	
	@media (max-width: 768px) {
			.chat-container {
    display: none;
}
		
		#story .txt-col {
        padding: 4px 7% 19px 17px;
        padding-right: 15px !important;
        padding-left: 15px !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
			grid-template-columns: repeat(1, 1fr) !important;
    }
		
		div#get-started {
    background-image: none !important;
    background-color: #1e1d1d !important;
}
		
		
	
	}





#perks-under-features {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    display: grid !important;
}

#perks-under-features .col-md-4 {
    width: auto !important;
}

#perks-under-features .testimonial-box {
    margin: 0 !important;
	width: auto !important;
	min-height: 318px;
}

@media (max-width: 768px) {
#perks-under-features {
    grid-template-columns: repeat(1, 1fr) !important;
	}
	
	#vangus-panel .in-sub-title {
    display: flex !important;
    align-items: baseline;
}
	
	.pricing-header-botton,
	.get-started-header-botton {
		width: 157px;
	}
	
	
	
	.support-sub-desc {
		padding-left: 28px !important;
	}
	
	.in-sub-title img {
    padding: 2px !important;
}
	
	#vangus-features {
    padding-top: 50px;
}
}

ul#pricing-plan-style {
    padding-top: 20px !important;
    margin-top: 25px;
}

.go-to-category-button {
    margin-top: 25px !important;
}

#mr-info li {
    list-style: none;
}

.checkmark {
    color: #7f0d00 !important;
}

li::marker {
  color: #a11200;
	font-size: 0.8em;
}

#packages ul {
	direction: ltr;
}

#packages li {
	unicode-bidi: embed;
    margin-left: 17px;
    list-style: disc;
}

ul#mr-info {
    padding-left: 0;
}

#satisfaction-chart .row-title {
    text-align: left;
}

.vantable th:nth-child(2), th:nth-child(3) {
    text-align: center;
}

.vantable td:nth-child(2) {
    text-align: center;
}

.vantable td {
	padding: 7px 35px 7px 35px;
    border: nonde;
}

.vantable th {
    padding: 7px 35px 7px 35px !important;
}

.vantable th:first-child, td:first-child, td:nth-child(2), th:nth-child(2) {
    border-bottom: 1px solid #e8dbd9; /* Apply left border to the first column cells */
}

.vantable th:last-child, td:last-child {
    border-bottom: 1px solid #e8dbd9;
}

.vantable tr:last-child th, tr:last-child td,  {
    border-bottom: 0px solid #e8dbd9; /* Apply bottom border to the last row cells */
}

.vantable tr td:first-child, .vantable tr td:nth-child(2) {
    border-right: 1px solid #e8dbd9;
}

.vantable tbody tr:last-child td {
    border-bottom: 0;
}

.vantable h3, .vantable p {
    font-size: 16px;
}

#feature-table {
    padding-top: 50px;
}


#showMoreBtn {
    margin: 0 auto;
    display: block;
    margin-top: -7px !important;
    max-width: 1173px;
    width: 100%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 0;
    background: #e8dbd9;
    padding: 16px 7px;
    font-weight: 700;
    font-size: 15px;
	transition: background-color .15s linear .1s;
}

#showMoreBtn:hover {
    background: #ede1df;
}

tbody tr.shadow-effect::after {
            content: '';
    display: block;
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(to top, #e2e2e28c, rgba(255, 255, 255, 0));
    pointer-events: none;
    bottom: 2px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
        }

table {
            animation: titlefade 1.6s;
		}
		tbody tr {
            opacity: 0;
            height: 0;
            overflow: hidden;
            transition: opacity 0.5s ease, height 0.5s ease;
        }

        tbody tr.visible {
            opacity: 1;
            height: auto;
        }

		.table-wrapper {
			max-width: 1173px;
   			 margin: 0 auto;
        }

#dcpulse {
	z-index: 2;
}

.table-icon {
    width: 23px;
    height: 23px;
    margin-top: -4px;
    margin-right: 15px;
    border-radius: 5px;
    background: #000000;
    padding: 4px;
    display: inline-block;
}

.vantable td:first-child {
    width: 46%;
}              



	#faq {
    background: #f5eae8;
		padding-bottom: 25px;
}
	
	.faq-section {
    max-width: 1173px;
    margin: 0 auto;
    padding: 0px;
    border-radius: 10px;
		text-align: left;
}

.faq-section h2 {
	 margin-top: 0;
    text-align: left;
	margin-bottom: 20px;
}

.faq-item {
    margin-bottom: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
	
	.faq-answer {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom: 1px solid #ede1df;
    border-left: 1px solid #ede1df;
    border-right: 1px solid #ede1df;
}
	
	.faq-item:last-child {
    margin-bottom: 0;
}
	


.faq-question {
    width: 100%;
    padding: 17px 30px;
    text-align: left;
    background-color: #e8dbd9;
    border: none;
    outline: none;
    font-size: 17px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    direction: ltr;
    font-weight: 600;
    color: #000000;
}

.faq-question:hover {
    background-color: #ede1df;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.faq-answer p {
    padding: 17px 30px;
    background-color: #fff6f5;
    margin: 0;
}

.faq-icon {
    font-size: 22px;
    transition: transform 0.3s ease;
    font-weight: 800;
	color: #a11200;
}

.faq-question.active .faq-icon {
    transform: rotate(45deg);
}

#mid-feature,
#feature-box-left,
#feature-box-right {
	padding: 0;
}

.new-icons-style {
	width: 36px;
	height: 36px;
	margin-top: -4px;
	margin-right: 7px;
    border-radius: 5px;
    background: #a11200;
    padding: 9px;
}

#contact-us-ways {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    display: grid !important;
}

#tutorials-ways {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
    display: grid !important;
}

#contact-us-ways .col-md-4 {
    width: auto !important;
}

#tutorials-ways .col-md-4 {
    width: auto !important;
}

#contact-us-ways .testimonial-box {
    margin: 0 !important;
    width: auto !important;
}

#tutorials-ways .testimonial-box {
    margin: 0 !important;
    width: auto !important;
}

#contact-us-container {
    max-width: 1173px;
    margin: 0 auto;
	text-align: left;
	padding-top: 70px;
	   padding-bottom: 70px;
}

#tutorials-container {
    max-width: 1173px;
    margin: 0 auto;
	text-align: left;
	padding-top: 70px;
	   padding-bottom: 70px;
}

#contact-us-section {
		width: 100%;
	    margin: 0 auto;
	    padding: 0px;
	    background: #f5eae8;
}

#tutorials-section {
		width: 100%;
	    margin: 0 auto;
	    padding: 0px;
	    background: #f5eae8;
}

@media (max-width: 768px) {
   #contact-us-ways {
        flex-flow: column wrap;
        align-content: flex-start;
    }
	
	#tutorials-ways {
        flex-flow: column wrap;
        align-content: flex-start;
    }
	#contact-us-container {
    padding-right: 15px !important;
    padding-left: 15px !important;
}
	
	#tutorials-container {
    padding-right: 15px !important;
    padding-left: 15px !important;
}
	
	#contact-us-ways {
        grid-template-columns: repeat(1, 1fr) !important;
    }
	
	#tutorials-ways {
        grid-template-columns: repeat(1, 1fr) !important;
    }

}

#tutorials-but {
    display: block;
    text-align: left;
    color: #a11200;
    padding: 0 0 3px 0px;
    border-radius: 0;
    font-weight: 500;
    border-bottom: 1px solid;
    width: fit-content;
    margin-right: auto;
    font-size: 14px;
}

#tutorials-but:hover {
	color: #d16153;
}

#todocs:hover {
	color: #d16153 !important;
}

#contact-but {
    display: block;
    text-align: center;
    color: #fff;
    background: #a11200;
    padding: 10px;
    border-radius: 7px;
    font-weight: 700;
}

#contact-but:hover {
    background: #be1601;
}

#contact-option {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#tutorials-option {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	transition: transform 0.2s ease-in-out;
}

#contact-us-ways .testimonial-box {
    min-height: 350px !important;
}

#tutorials-ways .testimonial-box {
    min-height: 160px !important;
}

#threestack {
	grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
	display: grid;
	
}

#tutorials-option .datacenter-perks {
    margin-top: 0;
    margin-bottom: 0;
}

p.our-features-text {
    font-weight: 400 !important;
}

#threestack .testimonial-box {
    padding: 0 !important;
}

#we-grow .container,
#we-independent .container,
#we-performance .container,
#we-support .container{
    padding-left: 0;
    padding-right: 0;
}

#threestack h3 {
    font-weight: 800 !important;
	font-size: 28px;
}

#threestack .col-sm-6,
#threestack .col-md-4{
    width: unset;
}

#threestack:before, #threestack:after {
    display: none;
}

#we-independent .main-subtitle,
#we-grow .main-subtitle,
#we-performance .main-subtitle,
#we-support .main-subtitle{
    margin-top: 0;
}

@media (max-width: 768px) {
	#threestack {
	grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
	
}
	
	#we-independent .container,
	#we-grow .container,
	#we-performance .container {
    border-bottom: 0px !important;
}
}

#we-grow .container, #we-independent .container, #we-performance .container {
    padding-bottom: 25px;
}

#datacenters #story {
    padding-right: 0;
}

#tutorials-option h3 {
    font-size: 16px;
    font-weight: 500;
}

#supportlink:last-child a {
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}

#tutorials-option:hover {
    transform: scale(1.03) !important;
    transition: transform 0.2s ease-in-out;
	    border-color: #d9cac7 !important
}

#we-independent .container,
#we-grow .container,
#we-performance .container{
    border-bottom: 1px solid #d7c2c0;
}

@media (max-width: 768px) {
						#we-grow .row-title,
						#we-performance .row-title{
							margin-top: 0 !important;
						}
						
						#we-grow .container, #we-independent .container, #we-performance .container, #we-support .container {
							padding-left: 15px;
							padding-right: 15px;
						}
					}


#legal-content p {
    margin: 0 !important;
	font-size: 15px;
}

#legal-content {
    background: #f5eae8 !important;
    height: auto;
    padding: 0;
    margin: 0;
}

#legal-content h2 {
    margin: 0;
    font-weight: 800;
}

#legal-container {

	
}

#legal-container h3 {
    font-size: 26px;
    font-weight: 800;
    color: #a11200;
}

#legal-container h4 {
    text-align: left;
    font-weight: 600;
    font-size: 19px;
	margin-bottom: 10px;
    margin-top: 0;
}

.legal-content-container {
            display: flex;
            max-width: 1170px;
  			  margin: 0 auto;
	padding-top: 55px;
	padding-bottom: 55px;
	
	
        }

#legal-container {
    border-left: 1px solid #00000024;
}

        .content {
            flex: 1;
            
			padding-left: 50px;
        }
        .toc {
            position: sticky;
            top: 90px;
            width: 178px;
            
            padding-right: 50px;
			text-align: left;
			align-self: flex-start;
			height: fit-content;
        }
        .toc ul {
            list-style: none;
			padding: 0;
    text-align: left;
    direction: ltr;
			height: fit-content;
    overflow-y: auto;
        }
        .toc li {
            margin-bottom: 15px;
        }



.toc a {
    font-size: 14px;
    color: #000000;
    font-weight: 400;
	transition: none !important
}
.toc a:hover {
    color: #a11200;
    transition: none !important;
    border-bottom: 1px solid;
    padding-bottom: 3px;
}

#service-agreement,
#domain-agreement,
#affiliate-agreement,
#cookie-policy,
#privacy-policy {
    scroll-margin-top: 100px;
}

.jobs-container {
	max-width: 1173px;
    margin: 0 auto;
    text-align: left;
	padding: 70px 0px 0px 0px;
}

#bot-footer {
    margin-left: 0px;
    border-top: 1px solid #d4c9c5;
    padding-top: 15px;
    margin-top: 50px;
}

#bot-footer img {
    width: 35px;
}

#first-bot-footer {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

#first-bot-footer > div {
    text-align: right;
}

#first-bot-footer p {
    margin-top: 0;
    margin-bottom: 0;
	font-size: 14px;
    font-weight: 500;
}

#get-started {
    max-width: 1170px;
}

.ourpeople {
    padding: 60px 0;
    background: #f5eae8;
}

.ourpeople .container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 0px;
}

.ourpeople_inner {
   display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 175px;
}

.ourpeople_left {
	text-align: left;
}

.ourpeople_title {
    margin-bottom: 20px;
}

.ourpeople_desc {
    font-size: 18px;
    color: #666;
    margin-bottom: 30px;
}

.ourpeople_list {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.ourpeople_list li {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
}

.btn_primary {
    display: inline-block;
    padding: 15px 30px;
    font-size: 18px;
    color: #fff;
    background-color: #007bff;
    border-radius: 5px;
    text-decoration: none;
}

.ourpeople_right {

    position: relative;
}

.carousel {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.carousel_item {
    min-width: 100%;
    box-sizing: border-box;
    text-align: left;
    display: none; /* Hide all items initially */
}

.carousel_item.active {
    display: block; /* Show only the active item */
}

.carousel_item img {
    max-width: 60px;
    height: auto;
    border-radius: 50%;
    margin-bottom: 0px;
	background: #e6d5d3;
    padding: 7px;
}

.quote {
    font-size: 21px;
    color: #000000;
    font-style: italic;
    background: #fff;
    padding: 33px;
    border-radius: 20px;
    border-bottom-left-radius: 0;
    border: 1px solid #e8dbd9;
}
	
	.testimon-desc {
	display: inline-block;
	margin-left: 16px;
		vertical-align: middle;
}
	
	.testname, .testprofile {
    margin-top: 0;
    margin-bottom: 0;
}
	
	.testname {
    font-weight: 700;
}
	
	.testprofile {
    font-size: 14px;
		color: #000000ad;
}

	@media (max-width: 768px) {
		.ourpeople .container {
			padding: 0 15px;
		}
		
		#first-bot-footer {
    grid-template-columns: repeat(1, 1fr);
}

#first-bot-footer div, #first-bot-footer p {
    display: block !important;
    margin: 0 auto;
}

#bot-footer p {
    margin-top: 10px;
}

#bot-footer {
    margin-bottom: 24px;
}
		
		.ourpeople_right {
			order: 1;
		}
		
		.ourpeople_inner {
			display: grid;
			grid-template-columns: repeat(1, 1fr);
			grid-gap: 20px;
		}
		.footer-last-row {
    margin-top: 0 !important;
}
		
		#bot-footer {
			margin-top: 24px;
		}
		
		#footer-md2:nth-child(4) {
grid-column: 1;
    grid-row: 2;
		}
			
			.footer-last-row {
    order: 1;
}

		div#footer-row #footer-md2:last-child {
        grid-column: 1;
        grid-row: 1;
    }

	
}
		
	
	
.quotes {
	color:#a11200;
		font-size:22px;
		font-weight:700;
		line-height: 0.6;
	}


h3.footer-title {
    font-weight: 700;
    font-size: 19px;
	margin-bottom: 5px;
}