/* -------------------
  WebHosting Header
--------------------- */

header.web-hosting {
	position: relative;
}

header.web-hosting .cover {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	background-image: url(/imgs/banners/web_hosting_bg.webp);
	background-size: cover;
	z-index: -1;
}

header.web-hosting .slider {
	color: #fff;
}

header.web-hosting .slider h1 {
	font-size: 20px;
	font-family: 'poppins', Arial, sans-serif;
	font-weight: 600;
	margin-bottom: 20px;
}

header.web-hosting .slider h2 {
	font-size: 17px;
	font-weight: 200;
	font-family: 'poppins', Arial, sans-serif;
	line-height: 24px;
}

header.web-hosting .slider h2 strong {
	font-weight: 600;
}

/* ------------------------
  Wordpress Hosting Header
------------------------- */

header.wp-hosting {
	position: relative;
}

header.wp-hosting .cover {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	background-image: url(/imgs/banners/wordpress_bg.webp);
	background-size: cover;
	z-index: -1;
}

header.wp-hosting .slider {
	color: #fff;
}

header.wp-hosting .slider h1 {
	font-size: 20px;
	font-family: 'poppins', Arial, sans-serif;
	font-weight: 600;
	margin-bottom: 20px;
}

header.wp-hosting .slider h2 {
	font-size: 17px;
	font-weight: 200;
	font-family: 'poppins', Arial, sans-serif;
	line-height: 24px;
}

header.wp-hosting .slider h2 strong {
	font-weight: 600;
}

/* -----------------------
  Magento Hosting Header
------------------------ */

header.mag-hosting {
	position: relative;
}

header.mag-hosting .cover {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	background-image: url(/imgs/banners/magento_bg.webp);
	background-size: cover;
	z-index: -1;
}

header.mag-hosting .slider {
	color: #fff;
}

header.mag-hosting .slider h1 {
	font-size: 20px;
	font-family: 'poppins', Arial, sans-serif;
	font-weight: 600;
	margin-bottom: 20px;
}

header.mag-hosting .slider h2 {
	font-size: 17px;
	font-weight: 200;
	font-family: 'poppins', Arial, sans-serif;
	line-height: 24px;
}

header.mag-hosting .slider h2 strong {
	font-weight: 600;
}

/* -----------------------
  Reseller Hosting Header
------------------------ */

header.res-hosting {
	position: relative;
}

header.res-hosting .cover {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	background-image: url(/imgs/banners/reseller_bg.webp);
	background-size: cover;
	z-index: -1;
}

header.res-hosting .slider {
	color: #fff;
}

header.res-hosting .slider h1 {
	font-size: 20px;
	font-family: 'poppins', Arial, sans-serif;
	font-weight: 600;
	margin-bottom: 20px;
}

header.res-hosting .slider h2 {
	font-size: 17px;
	font-weight: 200;
	font-family: 'poppins', Arial, sans-serif;
	line-height: 24px;
}

header.res-hosting .slider h2 strong {
	font-weight: 600;
}

/* WebHosting > Layer 1 */
/* ----------------------- */

.web-hosting .layer-1 {
	background-color: #f3f7f9;
}

.web-hosting .layer-1 .col {
	background-color: #fff;
	padding: 0 20px 35px 20px;
	border: 10px solid rgba(228, 235, 240, 0.25);
	border-radius: 12px;
	background-clip: padding-box;
	transition: border-color 200ms;

	overflow: hidden;
}

.web-hosting .layer-1 .col:hover {
	border-color: rgba(255, 255, 255, 0.5);
}

.web-hosting .layer-1 .col .misc .txt span {
	display: block;
}

.web-hosting .layer-1 .col .title {
	padding: 28px 0 25px 0;
	position: relative;
	overflow: hidden;
}

.web-hosting .layer-1 .col .title:after {
	position: absolute;
	display: block;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 1px;
	background-image: linear-gradient( 0deg, rgba(20,69,104,0) 0%, rgba(20,69,104,0.30196) 46%, rgba(20,69,104,0) 100%);
}

.web-hosting .layer-1 .col {
	color: #144568;
}

.web-hosting .layer-1 .col h3 {
	font-size: 22px;
	font-family: 'poppins', Arial, sans-serif;
	line-height: 24px
}

.web-hosting .layer-1 .col .stars {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}

.web-hosting .layer-1 .col .stars i {
	width: 25px;
	height: 24px;
	background-position: -302px -659px;
	display: block;
	margin: 0 3px;
}

.web-hosting .layer-1 .col .stars i.fill-star {
	background-position: -269px -660px;
}

.web-hosting .layer-1 .col .prices {
	padding-top: 25px;
	white-space: nowrap;
}

.layer-1 .col .price {
	position: relative;
}

.layer-1 .col .price p {
    display: none;
	position: absolute;
	line-height: normal;
	top: 0;
	bottom: 0;
	margin: auto;
}

.mag-hosting .layer-1 .col .price p {
	right: 0;
}

.layer-1 .col .price p.active {
	display: flex;
	align-items: center;
}

.layer-1 .col .price p strong {
	font-size: 24px;
}

.web-hosting .layer-1 .col .sw-btn a {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	cursor: pointer;
	padding: 2px 10px 0 10px;
	border: 1px solid #144568;
	border-radius: 0 5px 5px 0;
	height: 42px;
}

.web-hosting .layer-1 .col .sw-btn a:first-child {
	border-radius: 5px 0 0 5px;
	line-height: 42px;
	padding-top: 0;
}

.web-hosting .layer-1 .col .sw-btn a.active {
	background-color: #144568;
	color: #fff;
	cursor: default;
}

.web-hosting .layer-1 .col .sw-btn strong {
	display: block;
	line-height: 14px;
}

.web-hosting .layer-1 .col .rec-txt {
	padding-top: 35px;
	font-size: 15px;
	font-weight: bold;
}

.web-hosting .layer-1 .col .descr {
	padding-top: 10px;
	opacity: 0.8;
	font-size: 13px;
	line-height: 1.4;
}

.web-hosting .layer-1 .col .space {
	font-size: 26px;
	padding-top: 30px;
	font-family: 'poppins', Arial, sans-serif;
	color: 	#144568;
	line-height: normal;
	font-weight: 600;
}

.web-hosting .layer-1 .col .space span {
	opacity: 0.5;
}

.web-hosting .layer-1 .col .sp-txt {
	font-size: 16px;
	font-family: 'poppins', Arial, sans-serif;
	line-height: normal;
	margin-top: 5px;
}

.web-hosting .layer-1 .col ul {
	list-style-type: none;
	padding-top: 30px;
}

.web-hosting .layer-1 .col ul > li {
	padding: 5px 0;
	opacity: 0.88;
	font-size: 14px;
	white-space: nowrap;
}

.web-hosting .layer-1 .col ul > li > i {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	width: 30px;
	height: 30px;
}

.web-hosting .layer-1 .col ul > li .ic-1 {
	background-position: -187px -660px;
}

.web-hosting .layer-1 .col ul > li .ic-2 {
	background-position: -157px -660px;
}

.web-hosting .layer-1 .col ul > li .ic-3 {
	background-position: -127px -660px;
}

.web-hosting .layer-1 .col ul > li .ic-4 {
	background-position: -67px -660px;
}

.web-hosting .layer-1 .col ul > li .ic-5 {
	background-position: -97px -660px;
}

.web-hosting .layer-1 .col ul > li .ic-6 {
	background-position: -7px -660px;
}

.web-hosting .layer-1 .col ul > li .ic-7 {
	background-position: -37px -660px;
}

.web-hosting .layer-1 .col a.btn-res {
	margin-top: 25px;
	display: block;
	padding: 12px 0;
	color: #144568;
	font-family: 'poppins', Arial, sans-serif;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
	font-weight: 600;
	border: 1px solid #436a86;
	border-radius: 6px;
	position: relative;
	transition: background-color 200ms;
}

.web-hosting .layer-1 .col a.btn-res:hover {
	background-color: rgba(20, 69, 104, 0.05);
}

.web-hosting .layer-1 .col .crt-txt {
	padding-top: 35px;
	opacity: 0.6;
	font-family: 'poppins', Arial, sans-serif;
	font-size: 14px;
	line-height: normal;
}

.web-hosting .layer-1 .col .crt-txt i.ic-lock {
	display: inline-block;
	vertical-align: middle;
	margin-right: 12px;
	width: 31px;
	height: 40px;
	background-position: -563px -590px;
}

.web-hosting .layer-1 .col .crt-txt .txt{
	display: inline-block;
	vertical-align: middle;
}

.web-hosting .layer-1 .col .crt-txt span {
	display: block;
	margin-bottom: 5px;
}

.web-hosting .layer-1 .col .crt-txt strong {
	display: block;
	font-size: 20px;
	font-weight: 600;
}

.web-hosting .layer-1 .col a.btn-order {
	position: relative;
	margin-top: 35px;
	display: block;
	padding: 12px 0;
	border: 1px solid #144568;
	background-color: #144568;
	color: #fff;
	border-radius: 6px;
	font-size: 14px;
	text-align: center;
	font-weight: 600;
	font-family: 'poppins', Arial, sans-serif;
	overflow: hidden;
	transition: all 250ms;
}

.web-hosting .layer-1 .col a.btn-order:hover {
	color: #1f5475;
	background-color: #fff;
	border: 1px solid #1f5475;
	padding-left: 30px;
}

.web-hosting .layer-1 .col a.btn-order:after {
	content: '';
	position: absolute;
	left: -35px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	width: 30px;
	height: 29px;
	background-image: url(/imgs/sprite.webp);
	background-size: 643px 944px;
	background-position: -337px -379px;
	transition: all 150ms;
}

.web-hosting .layer-1 .col a.btn-order:hover:after {
	left: 8px;
}

/* Wordpress Hosting > Layer 1 */
/* ------------------------------ */

.custom-wrapper {
	font-size: 0;
	padding-top: 5px;
	width: 96%;
	margin: 0 auto;
}

.wp-hosting .layer-1 .col {
	text-align: left;
	padding: 0 20px 35px 20px;
	border-radius: 12px;
	background-clip: padding-box;
	background-color: #0780e3;
	color: #fff;
	transition: border-color 200ms;
	overflow: hidden;
}

.wp-hosting .layer-1 .col:hover {
	border-color: rgba(255, 255, 255, 0.5);
}

.wp-hosting .layer-1 .col .title {
	padding: 28px 0 25px 0;
	position: relative;
	overflow: hidden;
}

.wp-hosting .layer-1 .col .title:after {
	position: absolute;
	display: block;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 1px;
	background-image: linear-gradient( 0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.30196) 46%, rgba(255,255,255,0) 100%);
}

.wp-hosting .layer-1 .col h3 {
	font-size: 20px;
	font-family: 'poppins', Arial, sans-serif;
	display: inline-block;
	vertical-align: middle;
	line-height: 24px
}

.wp-hosting .layer-1 .col i.wp-icon {
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
	width: 51px;
	height: 53px;
	background-position: -337px -767px;
}

.wp-hosting .layer-1 .col .prices {
	padding-top: 25px;
	white-space: nowrap;
	position: relative;
}

.wp-hosting .layer-1 .col .sw-btn a {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	cursor: pointer;
	padding: 2px 15px 0 15px;
	border: 1px solid #fff;
	border-radius: 0 5px 5px 0;
	height: 42px;
	color: #fff;
}

.wp-hosting .layer-1 .col .sw-btn a:first-child {
	border-radius: 5px 0 0 5px;
	line-height: 42px;
	padding-top: 0;
}

.wp-hosting .layer-1 .col .sw-btn a.active {
	background-color: #fff;
	color: #0780e3;
	cursor: default;
}

.wp-hosting .layer-1 .col .sw-btn strong {
	display: block;
	line-height: 14px;
}

.wp-hosting .layer-1 .col .rec-box {
	text-align: right;
	vertical-align: top;
}

.wp-hosting .layer-1 .col .rec-txt {
	font-size: 15px;
	font-weight: bold;
	line-height: normal;
}

.wp-hosting .layer-1 .col .descr {
	padding-top: 10px;
	opacity: 0.6;
	font-size: 13px;
	line-height: normal;
}

.wp-hosting .layer-1 .col .rec-line{
	padding-top: 30px;
}

.wp-hosting .layer-1 .col .space {
	font-size: 42px;
	font-family: 'poppins', Arial, sans-serif;
	color: 	#fff;
	line-height: normal;
	font-weight: 600;
}

.wp-hosting .layer-1 .col .space span {
	opacity: 0.5;
}

.wp-hosting .layer-1 .col .sp-txt {
	font-size: 13px;
	font-family: 'poppins', Arial, sans-serif;
	line-height: normal;
	margin-top: 10px;
}

.wp-hosting .layer-1 .col ul {
	list-style-type: none;
	padding-top: 30px;
}

.wp-hosting .layer-1 .col ul > li {
	padding: 5px 0;
	opacity: 0.88;
	font-size: 14px;
	white-space: nowrap;
}

.wp-hosting .layer-1 .col ul > li > i {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	width: 30px;
	height: 30px;
}

.wp-hosting .layer-1 .col ul > li .ic-1 {
	background-position: -576px -762px;
}

.wp-hosting .layer-1 .col ul > li .ic-2 {
	background-position: -546px -762px;
}

.wp-hosting .layer-1 .col ul > li .ic-3 {
	background-position: -516px -762px;
}

.wp-hosting .layer-1 .col ul > li .ic-4 {
	background-position: -456px -762px;
}

.wp-hosting .layer-1 .col ul > li .ic-5 {
	background-position: -486px -762px;
}

.wp-hosting .layer-1 .col ul > li .ic-6 {
	background-position: -396px -762px;
}

.wp-hosting .layer-1 .col ul > li .ic-7 {
	background-position: -426px -762px;
}

.wp-hosting .layer-1 .col a.btn-res {
	margin-top: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
	padding: 15px;
	color: #fff;
	font-family: 'poppins', Arial, sans-serif;
	font-size: 14px;
	cursor: pointer;
	font-weight: 600;
	border: 1px solid #fff;
	border-radius: 6px;
	transition: background-color 200ms;
	white-space: nowrap;
}

.wp-hosting .layer-1 .col a.btn-res:hover {
	background-color: rgba(255, 255, 255, 0.1);
}

.wp-hosting .layer-1 .col a.btn-res:before {
	display: block;
	content: '';
	width: 23px;
	height: 23px;
	background-image: url(/imgs/sprite.webp);
	background-size: 643px 944px;
	background-position: -366px -660px;
	margin-right: 10px;
}

.wp-hosting .layer-1 .col .free-line {
	padding-top: 40px;
}

.wp-hosting .layer-1 .col .free-line .txt {
	opacity: 0.6;
	font-family: 'poppins', Arial, sans-serif;
	font-size: 14px;
	line-height: normal;
	display: inline-block;
	vertical-align: middle;
}

.wp-hosting .layer-1 .col .free-line i {
	margin-right: 10px;
	flex-shrink: 0;
}

.wp-hosting .layer-1 .col .free-line i.ic-lock {
	width: 29px;
	height: 38px;
	background-position: -403px -654px;
}

.wp-hosting .layer-1 .col .free-line i.ic-lites {
	width: 36px;
	height: 41px;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjAiIHk9IjAiIHZpZXdCb3g9IjAgMCAxODk4IDI1MDAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE4OTggMjUwMDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+LnN0MHtmaWxsOiM5Q0NDRjQ7fS5zdDF7ZmlsbDojRkZGRkZGO30uc3Qye2ZpbGw6IzVFOENEQTt9PC9zdHlsZT48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTg3NCwxMjE0LjJsLTU2OS43LTU2OS4zbC0yNDIuOCwzMDcuNmwyNjEuNywyNjEuN2MyNC41LDI0LDI0LjUsNjMuNSwwLDg3LjlsLTc1LjUsNzUuNSBjMCwwLDUxLjUsNzYuNCw1My4yLDgxLjVjMTIsMjMuMiwxNC42LDc4LjUtMTguOSwxMDMuOGwtNTk1LjEsNDU2LjV2NDY4LjlMMTg3NCwxMzAyLjFDMTg5OCwxMjc3LjcsMTg5OCwxMjM4LjYsMTg3NCwxMjE0LjJ6Ii8+PHBhdGggY2xhc3M9InN0MCIgZD0iTTU1MC45LDEyODUuOGMtMjQtMjQtMjQtNjMuNSwwLTg3LjVsNzUuNS03NS45bC01MS41LTc0LjdjLTI0LjktMzUuMi0xNy4yLTg0LjksMTcuMi0xMTAuN2w1OTUuNS00NTYuNVYxMS42IGgtLjlMMCwxMTk4LjNjLTI0LDI0LjQtMjQsNjMuNiwwLDg3LjlsNTY5LjcsNTcwLjJsMjQyLjgtMzA4bC0yNjEuNy0yNjEuN1YxMjg1Ljh6Ii8+PHBhdGggY2xhc3M9InN0MSIgZD0iTTk0Ny4zLDE2NjIuMWwtMjc1LjksMjc1LjRMOTQ3LjMsMTY2Mi4xeiIvPjxwYXRoIGNsYXNzPSJzdDIiIGQ9Ik0xNDg3LDI5Ny44YzcuNywwLDE1LjksNC4zLDE5LjMsMTJjNi40LDEyLjktMi4xLDI0LjktMTAuMywzNS42TDk3NC4zLDEwMDdjLTcuNyw5LjktOC42LDI4LjMtMS4zLDM4LjYgYzAsMCwyODEuOSw0MDcuNiwyOTEuNyw0MjEuN2MxMC4zLDE1LjQsMTEuMiw2MC45LTEyLjksNzkuOGwtODM4LjcsNjQzLjVjLTEyLDguNi0xOC45LDExLjYtMjcsMTEuNmMtNy43LDAtMTUuNC01LjYtMTguNC0xMiBjLTYuOS0xMi45LDEuNy0yNS43LDkuOS0zNmw1MjEuMy02NjJjNy43LTkuOSw4LjYtMjcuNSwxLjMtMzcuOGwtMjkwLjQtNDE4LjdjLTE4LjktMjYuNi0xMi45LTY0LjQsMTIuOS04My43bDgzOC4zLTY0My41IGMxMy43LTEwLjcsMjAuNi0xMiwyNS43LTEyIE0xNDg2LjYsMjg1LjhjLTkuOSwwLTE5LjMsNC4zLTMyLjIsMTQuMkw2MTUuNiw5NDMuNWMtMzAsMjMuMi0zNi45LDY2LjktMTUsOTcuOEw4OTEuNSwxNDYwIGM0LjMsNiw0LjMsMTguNC0uOSwyNC45bC01MjEuMyw2NjMuM2MtNi45LDguNi0yMS41LDI3LjUtMTEuNiw0Ny4yYzUuMSw5LjksMTYuMywxNy4yLDI3LjUsMThjMTIuOSwwLDIyLjctNS4xLDM0LjMtMTQuMiBsODM4LjMtNjQ0LjRjMjkuMi0yMS41LDI5LjItNzQuMiwxNS40LTk0LjRjLTkuOS0xMy43LTI5MS43LTQyMS43LTI5MS43LTQyMS43Yy00LjMtNi40LTMuNC0xOS4zLDEuMy0yNS43TDE1MDUsMzUyLjMgYzYuNC04LjYsMjAuNi0yNi42LDExLjItNDcuMmMtNS42LTEwLjMtMTcuMi0xNy4yLTI5LjItMTcuMkwxNDg2LjYsMjg1Ljh6Ii8+PHBhdGggY2xhc3M9InN0MCIgZD0iTTEyNDMuMywxNDY5YzYuOSwxMC4zLDEyLjksNDguOS00LjMsNjEuOGwtODM4LjMsNjQzLjVjLTcuMyw2LTExLjYsOC42LTEzLjcsOC42Yy0zLDAtLjktNS4xLDYuOS0xNSBsNTIxLjMtNjYxLjZjMTIuOS0xNy4yLDE0LjItNDUsMi4xLTYyLjJsLTI5MC45LTQxOC43YzAsMCw2MTAuMSw0MzMuMyw2MTYuOSw0NDRMMTI0My4zLDE0Njl6Ii8+PHBhdGggY2xhc3M9InN0MCIgZD0iTTEyNDMuMywxNDY5bC0yODYuNi00MTEuOWMtMTItMTgtMTEuMi00NS45LDEuNy02Mi42bDUyMC44LTY2MS4xYzguNi0xMC4zLDEwLjMtMTUuNCw3LjctMTUuNCBjLTIuMSwwLTYuOSwyLjYtMTMuNyw4LjZMNjM0LjUsOTcwLjFjLTE2LjMsMTIuOS0yMC4yLDM3LjMtNy43LDU0LjlMMTI0My4zLDE0Njl6Ii8+PC9zdmc+);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.wp-hosting .layer-1 .col .free-line span {
	display: block;
}

.wp-hosting .layer-1 .col .free-line strong {
	display: block;
	font-size: 18px;
	font-weight: 600;
	margin-top: 3px;
}

.wp-hosting .layer-1 .col a.btn-order {
	position: relative;
	margin-top: 35px;
	display: block;
	padding: 12px 0;
	background-color: #fff;
	color: #0780e3;
	border-radius: 6px;
	font-size: 14px;
	text-align: center;
	font-weight: 600;
	font-family: 'poppins', Arial, sans-serif;
	overflow: hidden;
	transition: all 250ms;
}

.wp-hosting .layer-1 .col a.btn-order:hover {
	color: #0780E3;
	padding-left: 25px;
}

.wp-hosting .layer-1 .col a.btn-order:after {
	content: '';
	position: absolute;
	left: -35px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	width: 30px;
	height: 29px;
	background-image: url(/imgs/sprite.webp);
	background-size: 643px 944px;
	background-position: -337px -344px;
	transition: all 150ms;
}

.wp-hosting .layer-1 .col a.btn-order:hover:after {
	left: 8px;
}

/* -----------------------------
	Magento Hosting > Layer 1
------------------------------ */

.mag-hosting .layer-1 {
	margin-top: 30px;
}

.mag-hosting .layer-1 .row{
	position: relative;
}

.mag-hosting .layer-1 .col {
	text-align: left;
	padding: 0 15px 20px 15px;
	background-color: #fff;
	border-radius: 12px; 
	position: relative;
	border: 2px solid #e4ebf0;
	overflow: hidden;
}

.mag-hosting .layer-1 .col .title {
	padding: 25px 0;
	position: relative;
	white-space: nowrap;
}

.mag-hosting .layer-1 .col h3 {
	font-family: 'poppins', Arial, sans-serif;
	font-size: 22px;
	flex-basis: auto;
}

.mag-hosting .layer-1 .col h3:before {
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
	content: '';
	background-image: url(/imgs/sprite.webp);
	background-size: 643px 944px;
	width: 53px;
	height: 62px;
	background-position: -489px -419px;
}

.mag-hosting .layer-1 .col .rec {
	font-size: 14px;
	font-weight: bold;
}

.mag-hosting .layer-1 .col .descr {
	font-size: 13px;
	opacity: 0.8;
	margin-top: 10px;	
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2; 
	-webkit-box-orient: vertical;
}
.mag-hosting .layer-1 .col .sw-btn {
	margin-top: 20px;
	display: flex;
	flex-wrap: nowrap;
}

.mag-hosting .layer-1 .col .sw-btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-size: 14px;
	opacity: 0.5;
	cursor: pointer;
	text-align: center;
	border: 1px solid #384650;
	border-radius: 0 5px 5px 0;
	flex: 1;
	padding: 2px 0;
}

.mag-hosting .layer-1 .col .sw-btn a:first-child {
	border-radius: 5px 0 0 5px;
}

.mag-hosting .layer-1 .col .sw-btn a:not(.active):first-child {
	border-right: none;
}

.mag-hosting .layer-1 .col .sw-btn a:not(.active):last-child {
	border-left: none;
}

.mag-hosting .layer-1 .col .sw-btn a.active {
	background-color: #f7f8f8;
	color: #384650;
	cursor: default;
	font-weight: bold;
	opacity: 1;
}

.mag-hosting .layer-1 .col .sw-btn strong {
	display: block;
	margin-top: 2px;
	width: 100%;
}

.mag-hosting .layer-1 .col .res{
	margin-top: 30px;
}

.mag-hosting .layer-1 .col .xcol{
	padding: 6px;
	margin-right: 5px;
	border: 1px solid #dddfe1;
	border-radius: 10px;
	text-align: center;
	transition: border-color 300ms ease-out;
	-webkit-user-select: none;  
	user-select: none;
}

.mag-hosting .layer-1 .col .xcol:hover {
	border-color: rgba(56, 70, 80, 0.8);
}

.mag-hosting .layer-1 .col .xcol i{
	display: block;
	margin: 0 auto 10px auto;
	width: 35px;
	height: 35px;
	transition: transform 300ms ease-out;
}

.mag-hosting .layer-1 .col .xcol:hover i {
	transform: translateY(6px);
}

.mag-hosting .layer-1 .col .xcol i.ic-cpu{
	background-position: -516px -374px;
}

.mag-hosting .layer-1 .col .xcol i.ic-mem{
	background-position: -551px -374px;
}

.mag-hosting .layer-1 .col .xcol i.ic-hdd{
	background-position: -586px -374px;
}

.mag-hosting .layer-1 .col .xcol p {
	font-size: 12px;
	line-height: 1.3;
}

.mag-hosting .layer-1 .col ul {
	margin-top: 30px;
	list-style-type: none;
}

.mag-hosting .layer-1 .col ul > li {
	font-size: 14px;
	margin-bottom: 10px;
	white-space: nowrap;
}

.mag-hosting .layer-1 .col ul > li i{
	margin-right: 10px;
	width: 30px;
	height: 30px;
	display: inline-block;
	vertical-align: middle;
}

.mag-hosting .layer-1 .col ul > li i.ic-1 {
	background-position: -576px -796px;
}

.mag-hosting .layer-1 .col ul > li i.ic-2 {
	background-position: -426px -796px;
}

.mag-hosting .layer-1 .col ul > li i.ic-3 {
	background-position: -396px -796px;
}

.mag-hosting .layer-1 .col ul > li i.ic-4 {
	background-position: -486px -796px;
}

.mag-hosting .layer-1 .col ul > li i.ic-5 {
	background-position: -456px -796px;
}

.mag-hosting .layer-1 .col ul > li i.ic-6 {
	background-position: -546px -796px;
}

.mag-hosting .layer-1 .col .misc {
	margin-top: 20px;
	position: relative;
	overflow: hidden;
	padding-top: 25px;
}

.mag-hosting .layer-1 .col .misc:after {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-image: linear-gradient( 0deg, rgba(56,70,80,0) 0%, rgba(56,70,80,0.01) 0%, rgb(56,70,80) 46%, rgba(56,70,80,0) 100%);
	opacity: 0.302;
}

.mag-hosting .layer-1 .col .misc .txt {
	font-family: 'poppins', Arial, sans-serif;
	font-size: 14px;
	line-height: normal;
}

.mag-hosting .layer-1 .col .crt-txt i.ic-lock {
	display: inline-block;
	vertical-align: middle;
	margin-right: 12px;
	width: 29px;
	height: 38px;
	background-position: -603px -592px;
}

.mag-hosting .layer-1 .col .misc .txt{
	display: inline-block;
	vertical-align: middle;
}

.mag-hosting .layer-1 .col .misc .txt strong {
	font-size: 16px;
	display: block;
	font-weight: 600;
	margin-top: 3px;
}

.mag-hosting .layer-1 .col .misc i{
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}

.mag-hosting .layer-1 .col .lm-txt i.ic-lm{
	width: 49px;
	height: 42px;
	background-position: -527px -288px;
}

.mag-hosting .layer-1 .col a.btn-order{
	position: relative;
	display: block;
	background-color: #384650;
	color: #fff;
	padding: 12px 0;
	border-radius: 6px;
	font-family: 'poppins', Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	border: 1px solid #384650;
	margin-top: 35px;
	overflow: hidden;
	transition: all 250ms;
}

.mag-hosting .layer-1 .col a.btn-order:hover {
	color: #1f5475;
	background-color: #fff;
	border: 1px solid #1f5475;
	padding-left: 30px;
}

.mag-hosting .layer-1 .col a.btn-order:after {
	content: '';
	position: absolute;
	left: -35px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	width: 30px;
	height: 29px;
	background-image: url(/imgs/sprite.webp);
	background-size: 643px 944px;
	background-position: -337px -379px;
	transition: all 150ms;
}

.mag-hosting .layer-1 .col a.btn-order:hover:after {
	left: 8px;
}

/* -----------------------------
  Reseller Hosting > Layer 1
------------------------------ */

.res-hosting .layer-1 {
	background-color: #f3f7f9;
}

.res-hosting .layer-1 .col {
	background-color: #fff;
	padding: 0 15px 35px 15px;
	border: 10px solid rgba(228, 235, 240, 0.25);
	border-radius: 12px;
	background-clip: padding-box;
	transition: border-color 200ms;
	color: #384650;
	overflow: hidden;
}

.res-hosting .layer-1 .col:hover {
	border-color: rgba(255, 255, 255, 0.5);
}

.res-hosting .layer-1 .col .title {
	padding: 28px 0 25px 0;
	position: relative;
}

.res-hosting .layer-1 .col .title:after {
	position: absolute;
	display: block;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 1px;
	background-image: linear-gradient( 0deg, rgba(20,69,104,0) 0%, rgba(20,69,104,0.30196) 46%, rgba(20,69,104,0) 100%);
}

.res-hosting .layer-1 .col h3 {
	font-size: 22px;
	font-family: 'poppins', Arial, sans-serif;
	line-height: 24px
}

.res-hosting .layer-1 .col .stars {
	margin-top: 10px;
	display: grid;
	flex-wrap: nowrap;
	flex-shrink: 0;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 6px;
}

.res-hosting .layer-1 .col .stars i {
	width: 12px;
	height: 23px;
	background-position: -731px -744px;
	flex-shrink: 0;
}

.res-hosting .layer-1 .col .stars i.fill-star {
	background-position: -749px -744px;
}

.res-hosting .layer-1 .col .prices {
	padding-top: 25px;
	white-space: nowrap;
}

.res-hosting .layer-1 .col .sw-btn a {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	cursor: pointer;
	padding: 2px 10px 0 10px;
	border: 1px solid #3999e9;
	border-radius: 0 5px 5px 0;
	height: 42px;
	color: #3999e9;
}

.res-hosting .layer-1 .col .sw-btn a:first-child {
	border-radius: 5px 0 0 5px;
	line-height: 42px;
	padding-top: 0;
}

.res-hosting .layer-1 .col .sw-btn a.active {
	background-color: #3999e9;
	color: #fff;
	cursor: default;
}

.res-hosting .layer-1 .col .sw-btn strong {
	display: block;
	line-height: 14px;
}

.res-hosting .layer-1 .col .rec-txt {
	padding-top: 35px;
	font-size: 15px;
	font-weight: bold;
}

.res-hosting .layer-1 .col .descr {
	padding-top: 10px;
	opacity: 0.8;
	font-size: 13px;
	line-height: 1.4;
}

.res-hosting .layer-1 .col .space {
	font-size: 20px;
	padding-top: 30px;
	font-family: 'poppins', Arial, sans-serif;
	color: 	#0780e3;
	line-height: normal;
	font-weight: 600;
}

.res-hosting .layer-1 .col .space span {
	opacity: 0.5;
}

.res-hosting .layer-1 .col .sp-txt {
	font-size: 16px;
	font-family: 'poppins', Arial, sans-serif;
	line-height: normal;
	margin-top: 5px;
	color: #0780e3;
}

.res-hosting .layer-1 .col ul {
	list-style-type: none;
	padding-top: 30px;
}

.res-hosting .layer-1 .col ul > li {
	padding: 5px 0;
	opacity: 0.88;
	font-size: 14px;
	white-space: nowrap;
}

.res-hosting .layer-1 .col ul > li > i {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	width: 30px;
	height: 30px;
}

.res-hosting .layer-1 .col ul > li .ic-1 {
	background-position: -709px -709px;
}

.res-hosting .layer-1 .col ul > li .ic-2 {
	background-position: -739px -709px;
}

.res-hosting .layer-1 .col ul > li .ic-3 {
	background-position: -649px -709px;
}

.res-hosting .layer-1 .col ul > li .ic-4 {
	background-position: -768px -709px;
}

.res-hosting .layer-1 .col ul > li .ic-5 {
	background-position: -679px -709px;
}

.res-hosting .layer-1 .col a.btn-res {
	margin-top: 25px;
	display: block;
	padding: 12px 0;
	color: #384650;
	font-family: 'poppins', Arial, sans-serif;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
	font-weight: 600;
	border: 1px solid #a0a6ab;
	border-radius: 6px;
	position: relative;
	transition: background-color 200ms;
}

.res-hosting .layer-1 .col a.btn-res:hover {
	background-color: rgba(20, 69, 104, 0.05);
}

.res-hosting .layer-1 .col .crt-txt {
	padding-top: 35px;
	font-family: 'poppins', Arial, sans-serif;
	font-size: 14px;
	line-height: normal;
}

.res-hosting .layer-1 .col .crt-txt i.ic-lites {
	display: inline-block;
	vertical-align: middle;
	margin-right: 12px;	
	width: 42px;
    height: 42px;
    background-position: -752px -4px;
}

.res-hosting .layer-1 .col .crt-txt .txt{
	display: inline-block;
	vertical-align: middle;
}

.res-hosting .layer-1 .col .crt-txt span {
	display: block;
	opacity: 0.9;
}

.res-hosting .layer-1 .col .crt-txt strong {
	display: block;
	font-size: 20px;
	font-weight: 600;
	opacity: 0.9;
	margin-top: 5px;
}

.res-hosting .layer-1 .col a.btn-order {
	position: relative;
	margin-top: 35px;
	display: block;
	padding: 12px 0;
	border: 1px solid #0780e3;
	background-color: #0780e3;
	color: #fff;
	border-radius: 6px;
	font-size: 14px;
	text-align: center;
	font-weight: 600;
	font-family: 'poppins', Arial, sans-serif;
	overflow: hidden;
	transition: all 250ms;
}

.res-hosting .layer-1 .col a.btn-order:hover {
	color: #0780e3;
	background-color: #fff;
	border: 1px solid #0780e3;
	padding-left: 30px;
}

.res-hosting .layer-1 .col a.btn-order:after {
	content: '';
	position: absolute;
	left: -35px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	width: 27px;
	height: 26px;
	background-image: url(/imgs/sprite.webp);
	background-size: 643px 944px;
	background-position: -339px -345px;
	transition: all 150ms;
}

.res-hosting .layer-1 .col a.btn-order:hover:after {
	left: 8px;
}

/* -----------------------------
	Magento Hosting > Layer 2
------------------------------ */

.mag-hosting .layer-2{
	background-image: url(/imgs/magento_features.webp);
	background-size: cover;
}

.mag-hosting .layer-2 .wrapper{
	text-align: center;
	color: #fff;
	font-size: 0;
}

.mag-hosting .layer-2 .capt{
	vertical-align: middle;
	position: relative;
}

.mag-hosting .layer-2 .im-1,
.mag-hosting .layer-2 .im-2{
	border-radius: 10px;
	width: 290px;
	height: 225px;
	background-image: url(/imgs/magento_capt.webp);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.mag-hosting .layer-2 .im-1{
	opacity: 0.3;
}

.mag-hosting .layer-2 .im-2{
	position: absolute;
	top: 50px;
	left: 50px;
}

.mag-hosting .layer-2 .text {
	display: inline-block;
	vertical-align: middle;
}

.mag-hosting .layer-2 .text h2{
	font-size: 20px;
	font-family: 'poppins', Arial, sans-serif;
	margin-bottom: 15px;
}

.mag-hosting .layer-2 .text h3{
	font-size: 14px;
	line-height: 26px;
	font-family: 'poppins', Arial, sans-serif;
}

.mag-hosting .layer-2 .features .col{
	text-align: center;
}

.mag-hosting .layer-2 .features .col i{
	display: block;
	margin: 0 auto 25px auto;
	width: 58px;
	height: 58px;
	transition: transform 300ms ease-out;
}

.mag-hosting .layer-2 .features .col:hover i {
	transform: translateY(10px);
}

.mag-hosting .layer-2 .features .col i.ic-1{
	background-position: -260px -835px;
}

.mag-hosting .layer-2 .features .col i.ic-2{
	background-position: -196px -835px;
}

.mag-hosting .layer-2 .features .col i.ic-3{
	background-position: -516px -835px;
}

.mag-hosting .layer-2 .features .col i.ic-4{
	background-position: -580px -835px;
}

.mag-hosting .layer-2 .features .col i.ic-5{
	background-position: -452px -835px;
}

.mag-hosting .layer-2 .features .col i.ic-6{
	background-position: -132px -835px;
}

.mag-hosting .layer-2 .features .col i.ic-7{
	background-position: -4px -835px;
}

.mag-hosting .layer-2 .features .col i.ic-8{
	background-position: -388px -835px;
}

.mag-hosting .layer-2 .features .col i.ic-9{
	background-position: -324px -835px;
}

.mag-hosting .layer-2 .features .col i.ic-10{
	background-position: -68px -835px;
}

.mag-hosting .layer-2 .features .col i.ic-11{
	background-position: -571px -478px;
}

.mag-hosting .layer-2 .features .col i.ic-12{
	background-position: -571px -414px;
}

.mag-hosting .layer-2 .features .col h3{
	font-size: 17px;
	font-family: 'poppins', Arial, sans-serif;
	margin-bottom: 10px;
}

.mag-hosting .layer-2 .features .col p{
	font-size: 14px;
	opacity: 0.7;
}

/* Wordpress Hosting > Layer 3 */
/* ------------------------------ */

.wp-hosting .layer-3 {
	background-image: url(/imgs/why_wordpress.webp);
	background-size: cover;
}

.wp-hosting .layer-3 .wrapper {
	font-size: 0;
	text-align: center;
}

.wp-hosting .layer-3 h2 {
	font-size: 20px;
	margin-bottom: 40px;
	font-family: 'poppins', Arial, sans-serif;
	color: #144568;
}

.wp-hosting .layer-3 .col i {
	display: block;
	margin: 0 auto 25px auto;
	width: 140px;
	height: 110px;
	background-image: url(/imgs/why_wp.webp);
	background-size: 840px 110px;
	transition: transform 300ms ease-out;
}

.wp-hosting .layer-3 .col:hover i {
	transform: translateY(-10px);
}

.wp-hosting .layer-3 .col i.ic-1 {
	background-position: 0px 0px;
}

.wp-hosting .layer-3 .col i.ic-2 {
	background-position: -420px 0;
}

.wp-hosting .layer-3 .col i.ic-3 {
	background-position: -280px 0;
}

.wp-hosting .layer-3 .col i.ic-4 {
	background-position: -560px 0;
}

.wp-hosting .layer-3 .col i.ic-5 {
	background-position: -140px 0;
}

.wp-hosting .layer-3 .col i.ic-6 {
	background-position: -700px 0;
}

.wp-hosting .layer-3 .col h3 {
	font-size: 17px;
	font-family: 'poppins', Arial, sans-serif;
	margin-bottom: 20px;
}

.wp-hosting .layer-3 .col p {
	font-size: 14px;
}

/* WebHosting > Layer Options */

.layer-options {
	background-color: #f3f7f9;
}

.layer-options .wrapper {
	padding: 40px 0 30px 0;
	text-align: center;
	font-size: 0;
}

.layer-options .title h2 {
	font-size: 20px;
	color: #144568;
	font-weight: 600;
	font-family: 'poppins', Arial, sans-serif;
	margin-bottom: 20px;
}

.layer-options .title h3 {
	font-size: 17px;
	line-height: 22px;
	font-family: 'poppins', Arial, sans-serif;
	color: #144568;
}

.layer-options .col {
	margin-bottom: 20px;
}

.layer-options .col .inside {
	background-color: #fff;
	border: 1px solid #e3e8eb;
	border-radius: 30px;
	position: relative;
	padding: 40px 20px;
	box-shadow: 3px 3px 5px 0px rgba(20, 69, 104, 0.05);
	transition: box-shadow 250ms ease-out;
}

.layer-options .col .inside:hover {
	box-shadow: 5px 5px 20px 0px rgba(20, 69, 104, 0.2);
}

.layer-options .col i.ic-plus {
	position: absolute;
	left: 16px;
	top: 16px;
	width: 36px;
	height: 36px;
	background-position: -225px -657px;
}

.layer-options .col i.ic-opt {
	display: block;
	margin: 0 auto;
	width: 74px;
	height: 70px;
	margin-bottom: 30px;
	transition: transform 300ms ease-out;
}

.layer-options .col .inside:hover i.ic-opt {
	transform: translateY(10px);
}

.layer-options .col i.ic-1 {
	background-position: -407px -419px;
}

.layer-options .col i.ic-2 {
	background-position: -333px -419px;
}

.layer-options .col i.ic-3 {
	background-position: -185px -419px;
}

.layer-options .col i.ic-4 {
	background-position: -259px -419px;
}

.layer-options .col h3 {
	font-size: 17px;
	font-family: 'poppins', Arial, sans-serif;
	margin-bottom: 15px;
	white-space: nowrap;
}

.layer-options .col p {
	font-size: 13px;
	opacity: 0.7;
	line-height: 1.5;
}

/* ------------------
	Layer Testing
------------------- */

.layer-testing {
	background-image: url(/imgs/empty_bg.webp);
	background-size: cover;
	position: relative;
}

.layer-testing .wrapper {
	font-size: 0;
	padding-top: 30px;
}

.layer-testing .col {
	text-align: center;
}

.layer-testing .col-1 h3 {
	font-size: 17px;
	font-family: 'poppins', Arial, sans-serif;
}

.layer-testing .col-1 h3 span {
	font-size: 20px;
	display: block;
	padding: 10px 0;
}

.layer-testing .col-1 h3 strong {
	display: block;
	font-weight: 600;
	padding-top: 10px;
}

.layer-testing .col-2 .scr-wrap {
	position: relative;
}

.layer-testing .col-2 .scr-box {
	box-shadow: 0px 59px 101px 0px rgba(56, 70, 80, 0.15), inset 0px 0px 54px 0px rgba(28, 67, 94, 0.15);
	border-radius: 15px;
	position: relative;
	overflow: hidden;
}

.layer-testing .col-2 .scr-txt {
	padding: 40px 45px 40px 45px;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.layer-testing .col-2 h3 {
	font-size: 17px;
	color: #144568;
	font-family: 'poppins', Arial, sans-serif;
	line-height: 1.6;
}

.layer-testing .col-2 h3 strong {
	font-weight: 600;
}

.layer-testing .col-2 a.btn-test {
	position: relative;
	margin: 25px auto 0 auto;
	display: block;
	font-family: 'poppins', Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	border-radius: 5px;
	border: 1px solid #0780e3;
	padding: 12px 0;
	width: 210px;
	text-align: center;
	background-color: #0780e3;
	color: rgba(255, 255, 255, 0.95);
	overflow: hidden;
	transition: all 250ms;
}

.layer-testing .col-2 a.btn-test:hover {
	color: #0780E3;
	background-color: #fff;
	border: 1px solid #0780E3;
	padding-left: 30px;
}

.layer-testing .col-2 a.btn-test:after {
	content: '';
	position: absolute;
	left: -35px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	width: 30px;
	height: 29px;
	background-image: url(/imgs/sprite.webp);
	background-size: 643px 944px;
	background-position: -337px -344px;
	transition: all 150ms;
}

.layer-testing .col-2 a.btn-test:hover:after {
	left: 5px;
}

/* WebHosting > Layer 3 */
/* ----------------------- */

.layer-benefits {
	background-color: #0780e3;
}

.layer-benefits .wrapper {
	padding: 50px 0 30px 0;
	font-size: 0;
	color: #fff;
	text-align: center;
}

.layer-benefits h2 {
	font-size: 20px;
	margin-bottom: 40px;
	font-family: 'poppins', Arial, sans-serif;
}

.layer-benefits .col {
	padding: 30px;
	border-radius: 20px;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.05);
	box-shadow: 8px 8px 5px 0px rgba(0, 0, 0, 0.04);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 64%, rgba(255, 255, 255, 0.07) 64%, rgba(255, 255, 255, 0) 100%);
	border: 1px solid rgba(255, 255, 255, 0.06);
	transition: box-shadow 200ms, transform 200ms, border-color 200ms;
	cursor: default;
}

.layer-benefits .col:hover {
	box-shadow: 14px 14px 10px 0px rgba(0, 0, 0, 0.08);
	transform: translateY(-6px);
	border-color: rgba(255, 255, 255, 0.4);
}

.layer-benefits .col i {
	display: block;
	margin: 0 auto 25px auto;
	width: 53px;
	height: 53px;
}

.layer-benefits .col i.ic-1 {
	background-position: -131px -700px;
}

.layer-benefits .col i.ic-2 {
	background-position: -498px -639px;
}

.layer-benefits .col i.ic-3 {
	background-position: -558px -700px;
}

.layer-benefits .col i.ic-4 {
	background-position: -436px -700px;
}

.layer-benefits .col i.ic-5 {
	background-position: -9px -700px;
}

.layer-benefits .col i.ic-6 {
	background-position: -559px -639px;
}

.layer-benefits .col i.ic-7 {
	background-position: -192px -700px;
}

.layer-benefits .col i.ic-8 {
	background-position: -253px -700px;
}

.layer-benefits .col i.ic-9 {
	background-position: -314px -700px;
}

.layer-benefits .col i.ic-10 {
	background-position: -70px -700px;
}

.layer-benefits .col i.ic-11 {
	background-position: -375px -700px;
}

.layer-benefits .col i.ic-12 {
	background-position: -497px -700px;
}

.layer-benefits .col h3 {
	font-size: 17px;
	font-family: 'poppins', Arial, sans-serif;
	margin-bottom: 20px;
}

.layer-benefits .col p {
	font-size: 14px;
	opacity: 0.7;
}

/* Layer Software */
/* ----------------------- */

.layer-software {
	background-color: #f2f9fe;
}

.layer-software .wrapper {
	padding: 40px 0 20px 0;
	font-size: 0;
	text-align: center;
}

.layer-software h2 {
	font-size: 20px;
	margin-bottom: 40px;
	font-family: 'poppins', Arial, sans-serif;
	color: #144568;
}

.layer-software .col {
	padding: 0 20px;
	margin-bottom: 40px;
}

.layer-software .col i {
	display: block;
	margin: 0 auto 20px auto;
	width: 65px;
	height: 65px;
}

.layer-software .col p {
	line-height: 1.4;
	opacity: 0.9;
}

.layer-software .col i.ic-1 {
	background-position: -199px -760px;
}

.layer-software .col i.ic-2 {
	background-position: -69px -760px;
}

.layer-software .col i.ic-3 {
	background-position: -4px -760px;
}

.layer-software .col i.ic-4 {
	background-position: -264px -760px;
}

.layer-software .col i.ic-5 {
	background-position: -134px -760px;
}

.layer-software .col h3 {
	font-size: 16px;
	font-family: 'poppins', Arial, sans-serif;
	margin-bottom: 20px;
}

.layer-software .col p {
	font-size: 14px;
}

/* Breakpoint 768 */

@media only screen and (min-width : 768px) {

	/* Header Web Hosting */

	header.web-hosting .slider h1 {
		font-size: 26px;
	}
	
	header.web-hosting .slider h2 {
		font-size: 20px;
	}

	/* Hedaer Wp Hosting */

	header.wp-hosting .slider h1 {
		font-size: 26px;
	}

	header.wp-hosting .slider h2 {
		font-size: 20px;
	}

	/* Header Mag Hosting */

	header.mag-hosting .slider h1 {
		font-size: 26px;
	}
	
	header.mag-hosting .slider h2 {
		font-size: 20px;
	}

	/* Header Reseller Hosting */

	header.res-hosting .slider h1 {
		font-size: 26px;
	}
	
	header.res-hosting .slider h2 {
		font-size: 20px;
	}

	/* -----------------
		Layer Testing
	------------------ */
	
	.layer-testing .col-1 h3 {
		font-size: 20px;
	}

	.layer-testing .col-1 h3 span {
		font-size: 26px;
	}

	.layer-testing .col-2 h3 {
		font-size: 20px;
	}

	.layer-testing .col-2 a.btn-test {
		font-size: 15px;
	}

	.custom-wrapper {
		width: 98%;
	}
	
	.layer-1 .col .price p strong {
		font-size: 20px;
	}

	.wp-hosting .layer-1 .col .space {
		font-size: 26px;
	}
	
	.wp-hosting .layer-1 .col .free-line .txt {
		font-size: 12px;
	}

	.wp-hosting .layer-1 .col .free-line strong {
		font-size: 14px;
	}

	/* Reseller Hosting > Layer 2 */

	.res-hosting .layer-1 .col .space {
		font-size: 26px;
	}

	/* Mag Hosting > Layer 2 */

	.mag-hosting .layer-2 .text h2{
		font-size: 26px;
	}
	
	.mag-hosting .layer-2 .text h3{
		font-size: 15px;
	}
	
	.mag-hosting .layer-2 .features .col h3 {
		white-space: nowrap;
		font-size: 20px;
	}

	/* Wp Hosting > Layer 3 */

	.wp-hosting .layer-3 h2 {
		font-size: 26px;
	}
	
	.wp-hosting .layer-3 .col h3 {
		font-size: 20px;
	}

	.layer-options .title h2 {
		font-size: 26px;
	}
	
	.layer-options .title h3 {
		font-size: 20px;
	}
	
	.layer-options .col h3 {
		font-size: 20px;
	}
	
	.layer-benefits h2 {
		font-size: 26px;
	}
	
	.layer-benefits .col h3 {
		font-size: 20px;
	}
	
	.layer-software h2 {
		font-size: 26px;
	}
}

/* Breakpoint 992 */

@media only screen and (min-width : 992px) {

	/* -----------------
		Layer Testing
	------------------ */
	
	.layer-testing {
		height: 780px;
	}
	
	.layer-testing .wrapper {
		padding-top: 0;	
	}
	
	.layer-testing .col-2 {
		padding-top: 50px;
	}
	
	.layer-testing .col-2 .scr-wrap:after {
		display: block;
		content: '';
		width: 176px;
		height: 213px;
		background-image: url(/imgs/screen_support.webp);
		margin: 0 auto;
	}

	.layer-testing .col-2 .scr-box:after {
		display: block;
		content: '';
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 8px;
		background-color: rgb(56, 70, 80);
	}

	.layer-testing .col-1 h3 {
		font-size: 27px;
	}

	.layer-testing .col-1 h3 span {
		font-size: 45px;
	}

	.layer-testing .col-2 {
		padding-top: 135px;
	}

	.layer-testing .col-2 .scr-wrap {
		width: 530px;
		float: right;
	}

	.layer-testing .col-2 .scr-box {
		height: 310px;
	}

	.layer-testing .col-2 .scr-txt {
		padding: 80px 90px 0 90px;
	}

	.layer-testing .col-2 h3 {
		font-size: 24px;
	}

	.layer-testing .col-2 a.btn-test {
		margin: 50px auto 0 auto;
		width: 230px;
		font-size: 17px;
	}

	/* Wp Hosting */

	.wp-hosting .layer-1 .col {
		padding: 0 30px 35px 30px;
	}

	.layer-1 .col .price p strong {
		font-size: 23px;
	}

	.wp-hosting .layer-1 .col .space {
		font-size: 42px;
	}

	.wp-hosting .layer-1 .col .free-line .txt {
		font-size: 14px;
	}

	.wp-hosting .layer-1 .col .free-line strong {
		font-size: 18px;
	}

	.custom-wrapper {
		width: 96%;
		padding-top: 15px;
	}

	/* Mag Hosting > Layer 1 */

	.mag-hosting .layer-1 .col{
		margin-bottom: 0;
	}
	
	.mag-hosting .layer-1 .col .misc .txt strong {
		font-size: 20px;
	}

	/* Wp Hosting > Layer 3 */
	
	.wp-hosting .layer-3 h2 {
		font-size: 42px;
		margin-bottom: 70px;
	}
}

/* Breakpoint 1200 */

@media only screen and (min-width : 1200px) {

	/* Header Web Hosting */

	header.web-hosting {
		min-height: 900px;
	}
	
	header.web-hosting .slider h1 {
		font-size: 44px;
	}
	
	header.web-hosting .slider h2 {
		font-size: 22px;
	}

	/* Header Wp Hosting */

	header.wp-hosting {
		min-height: 900px;
	}

	header.wp-hosting .slider h1 {
		font-size: 44px;
	}
	
	header.wp-hosting .slider h2 {
		font-size: 22px;
	}

	/* Header Mag Hosting */

	header.mag-hosting {
		height: 870px;
	}
	
	header.mag-hosting .slider {
		padding: 80px 0 0 0;
	}
	
	header.mag-hosting .slider h1 {
		font-size: 44px;
	}
	
	header.mag-hosting .slider h2 {
		font-size: 22px;
	}

	/* Header Reseller Hosting */

	header.res-hosting {
		height: 870px;
	}
	
	header.res-hosting .slider {
		padding: 80px 0 0 0;
	}
	
	header.res-hosting .slider h1 {
		font-size: 44px;
	}
	
	header.res-hosting .slider h2 {
		font-size: 22px;
	}

	/* ----------------------
		LAYER TESTING
	----------------------- */
	
	.layer-testing:after {
		background-image: url(/imgs/robot_pointing.webp);
		width: 445px;
		height: 645px;
		display: block;
		content: '';
		position: absolute;
		top: 50px;
		right: 50px;
		left: 0;
		bottom: 0;
		margin: auto;
	}
	
	.layer-testing .col {
		text-align: left;
	}

	.web-hosting .layer-1 .col {
		margin-top: -460px;
		position: relative;
		padding: 0 15px 35px 15px;
	}
	
	.web-hosting .layer-1 .col .space {
		font-size: 42px;
	}

	.custom-wrapper {
		width: 100%;
		max-width: 1200px;
	}
	
	.wp-hosting .layer-1 .col {
		border: 10px solid rgba(228, 235, 240, 0.25);
		padding: 0 35px 40px 35px;
		margin-top: -460px;
		position: relative;
	}

	.wp-hosting .layer-1 .col .sp-txt {
		font-size: 16px;
	}

	.wp-hosting .layer-1 .col .price {
		margin-top: 0;
	}

	/* Wp Hosting > Layer 3 */

	.wp-hosting .layer-3 .wrapper {
		padding: 350px 0 150px 0;
	}
	
	.layer-options .wrapper {
		padding: 80px 0 100px 0;
	}
	
	.layer-options .title h2 {
		font-size: 36px;
	}
	
	.layer-options .title h3 {
		font-size: 22px;
	}
	
	.layer-options .col {
		margin-bottom: 0;
	}
	
	.layer-benefits .wrapper {
		padding: 100px 0 60px 0;
	}
	
	.layer-benefits h2 {
		font-size: 42px;
		margin-bottom: 80px;
	}

	.layer-benefits .col.no-bt .inside {
		border-radius: 0 0 20px 20px;
	}

	.layer-benefits .col.no-bb .inside {
		border-radius: 20px 20px 0 0;
	}

	.layer-benefits .col.no-bl .inside {
		border-radius: 0 20px 20px 0;
	}

	.layer-benefits .col.no-br .inside {
		border-radius: 20px 0 0 20px;
	}
	
	.layer-benefits .col .inside {
		padding: 40px 40px 0 40px;
	}
	
	.layer-software .wrapper {
		padding: 75px 0 100px 0;
	}
	
	.layer-software h2 {
		font-size: 34px;
		margin-bottom: 80px;
	}
	
	.layer-software .col {
		margin-bottom: 0;
	}
	
	.web-hosting .layer-1 .col a.btn-res {
		padding-left: 23px;
	}
	
	.web-hosting .layer-1 .col a.btn-res:before {
		position: absolute;
		display: block;
		content: '';
		top: 0;
		bottom: 0;
		margin: auto;
		left: 12px;
		width: 23px;
		height: 23px;
		background-image: url(/imgs/sprite.webp);
		background-size: 643px 944px;
		background-position: -335px -660px;	
	}

	/* Mag Hosting > Layer 1 */

	.mag-hosting .layer-1 {
		margin-top: -460px;
	}

	.mag-hosting .layer-1 .col .xcol{
		padding: 12px;
	}
	
	.mag-hosting .layer-1 .col .xcol p{
		font-size: 13px;
	}
	
	.mag-hosting .layer-1 .col {
		padding: 0 30px 35px 30px;
		border: 10px solid #e4ebf0;
	}
	
	.mag-hosting .layer-1 .col .title {
		text-align: left;
	}
	
	.mag-hosting .layer-1 .col .title:after {
		background-image: linear-gradient( 0deg, rgba(56,70,80,0) 0%, rgba(56,70,80,0.01) 0%, rgb(56,70,80) 46%, rgba(56,70,80,0) 100%);
		opacity: 0.302;
		display: block;
		content: '';
		height: 1px;
		width: 100%;
		left: 0;
		bottom: 0;
		position: absolute;
	}
	
	.mag-hosting .layer-1 .col .sw-btn {
		margin-top: 0;
	}
	
	.mag-hosting .layer-1 .col .info {
		margin-top: 40px;
	}
	
	.mag-hosting .layer-1 .col .lm-txt {
		margin-top: 0;
	}

	/* Reseller Hosting > Layer 2 */

	.res-hosting .layer-1 .col {
		margin-top: -460px;
		position: relative;
	}
	
	.res-hosting .layer-1 .col .space {
		font-size: 42px;
	}

	.res-hosting .layer-1 .col .stars {
		margin-top: 0;
	}
	
	.res-hosting .layer-1 .col a.btn-res {
		padding-left: 23px;
	}
	
	.res-hosting .layer-1 .col a.btn-res:before {
		position: absolute;
		display: block;
		content: '';
		top: 0;
		bottom: 0;
		margin: auto;
		left: 12px;
		width: 23px;
		height: 23px;
		background-image: url(/imgs/sprite_2.webp);
		background-size: 800px 800px;
		background-position: -620px -712px;
	}

	/* Mag Hosting > Layer 2 */

	.mag-hosting .layer-2 .wrapper{
		text-align: left;
	}
	
	.mag-hosting .layer-2 .text h2{
		font-size: 42px;
	}
	
	.mag-hosting .layer-2 .text {
		margin-top: 50px;
	}
	
	.mag-hosting .layer-2 .text h3{
		font-size: 18px;
		line-height: normal;
	}

	/* Web Hosting > Layer Options */

	.layer-options .col .inside {
		padding: 60px 50px;
	}

	/* Layer Benefits */
	
	.layer-benefits .col {
		padding: 50px 60px 60px 60px;
	}
}

/* Breakpoint Retina */

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {

	.res-hosting .layer-1 .col a.btn-res:before{
		background-image: url(/imgs/sprite_2_retina.webp);
	}

	.wp-hosting .layer-3 .col i {
		background-image: url(/imgs/why_wp_retina.webp);
	}
}