@import url("https://fonts.googleapis.com/css?family=Poppins&display=swap");

body {
	font-family: "Poppins", sans-serif;
	background: #fff;
}

* {
	transition: all 0.3s ease-in-out;
	outline: 0;
	margin: 0;
	padding: 0;
}

img {
	max-width: 100%;
}

textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active {
	outline: 0px !important;
	-webkit-appearance: none;
	box-shadow: none !important;
}

section {
	padding-bottom: 50px;
	padding-top: 50px;
}

.sticky-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    box-shadow: 0 0 15px -5px #14499f;
}

.header {
	background: #fff;
}

.navbar-brand {
	max-width: 120px;
}

.navbar .nav-link {
	color: #333;
	text-decoration: none;
}

.nav-item:last-child .nav-link {
	color: #fff;
	background: #14499f;
	border: 1px solid #14499f;
	border-radius: 3px;
}

.navbar .nav-link:hover,
.navbar .nav-link.active {
	color: #14499f;
	background: transparent;
	transform: scale(1.1);
}

.navbar .nav-item:last-child .nav-link:hover,
.navbar .nav-item:last-child .nav-link.active {
	transform: scale(1);
}

.navbar-nav li {
	position: relative;
}

.navbar-nav ul {
	margin: 0;
	margin-left: -1rem;
	padding: .5rem 1.5rem 1.5rem;
	position: absolute;
	list-style: none;
	left: -9999px;
	width: 250px;
	display: block;
	background: #fff;
	border-radius: 5px;
	z-index: 2;
	box-shadow: 5px 5px 15px -10px #14499f;
}

.navbar-nav li:hover ul {
	left: 0;
}

.navbar-nav ul a {
	padding: .25rem 0;
	display: block;
	color: #333;
	text-decoration: none;
}

.navbar ul a:hover,
.navbar ul a.active {
	color: #14499f;
}

.hero ul {
	margin: 0;
	margin-left: 20px;
	padding: 0;
}

.hero li {
	list-style: disc;
	padding-left: 5px;
}

.theme-bg {
	background: #F02C74;
}

.theme-btn {
    margin: 0;
    display: inline-flex;
}

.theme-btn a {
	color: #fff;
	background: #F02C74;
	border-radius: 3px;
	border: 1px solid #F02C74;
	text-decoration: none;
}

.theme-btn a:hover {
	color: #F02C74;
	background: transparent;
}

#home .hero .container {
	background: url(../images/hero-home.png);
}

#hosting .hero .container {
	background: url(../images/hero-hosting.png);
}

#web-hosting .hero .container {
	background: url(../images/web-hosting.png);
}

#vps-hosting .hero .container {
	background: url(../images/vps-hosting.png);
	background-size: auto 365px !important;
}

#dedicated-server .hero .container {
	background: url(../images/dedicated-server.png);
	background-size: auto 340px !important;
}

#services .hero .container {
	background: url(../images/services.png);
}

#contact .hero .container {
	background: url(../images/contact.png);
}

#support .hero .container {
	background: url(../images/support.png);
}

.hero .container {
	background-repeat: no-repeat !important;
	background-position: top right !important;
	background-size: auto 350px !important;
}

.hero .container:hover {
	background-position: 95% 25px !important;
}

.hero .container:hover {
	padding-top: 25px;
	padding-left: 25px;
}

.item {
    box-shadow: 0 0 15px -1px #e1e1e1;
    padding: 25px 25px 50px;
    position: relative;
    height: 100%;
}

.icon img {
    max-width: 70px;
    margin: 15px auto;
}

.title * {
    margin: 15px auto;
    font-weight: 600;
}

.item:hover {
    background: #E6F8F2;
    margin-top: -5%;
}

.item:hover .icon img {
    transform: scale(1.3);
}

.popular.item:before {
    content: 'MOST POPULAR';
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    background: #f02c74;
    position: absolute;
    left: 0;
    right: 0;
    top: -45px;
    border-radius: 6px 5px 0 0;
    padding: 5px 0;
    box-shadow: 0 5px 15px 5px #e1e1e1;
}

.why-inner .row:hover img {
	transform: scale(1.2);
}

.why-inner .row:hover h2 {
	letter-spacing: 1.5px;
}

.why-inner .row:hover p {
	line-height: 1.7;
}

.why-access-cloud img {
	max-width: 380px;
}

.promo-inner:hover img {
	transform: scale(1.2);
}

h2,
h1,
h3,
h4,
h5,
h6 {
	color: #14499F;
}

.promo-inner {
	padding-top: 50px;
	padding-bottom: 80px;
	background: #E6F8F2;
}

.promo h3 {
	margin-top: 50px;
	line-height: 1.5;
	margin-bottom: 25px;
}

.promo p {
	line-height: 2;
	margin-bottom: 25px;
	max-width: 450px;
}

.promo img {
	max-width: 320px;
	margin-left: auto;
}

.footer {
	background: #14499F;
	margin-top: 50px;
}

.footer * {
	color: #fff;
}

.footer i {
    float: left;
    width: 25px;
    height: 100%;
    margin-top: 3px;
}

.footer .fa.fa-phone {
    transform: rotate(90deg);
    margin-top: 8px;
    margin-left: -5px;
    margin-right: 5px;
}

.footer p {
	height: 100%;
	float: left;
}

.quick-addr div {
    clear: both;
}

.footer .quick-addr * {
    font-size: 90%;
}

.footer li:hover {
	margin-left: 10px;
}

.footer a {
    color: #fff;
    opacity: 0.7;
    text-decoration: none;
}

.footer a:hover {
    opacity: 0.9;
}

.footer h6 {
	margin-bottom: 20px;
}

.footer hr {
	border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.footer-social a {
	opacity: 1;
	background: rgba(255, 255, 255, 0.7);
}

.footer span {
    margin-left: 15px;
    display: inline-block;
}

.footer span:first-child {
    margin: 0;
}

.footer .fab {
    font-size: 20px;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid #0e3e79;
    color: #fff;
    padding: 8px;
    height: 35px;
    width: 35px;
    text-align: center;
    opacity: 1;
}

.footer .fab:hover {
    background: rgba(255, 255, 255, 0);
}

.block-left {
    background: url(../images/block-left.png);
    background-position: left;
}

.block-right {
    background: url(../images/block-right.png);
    background-position: right;
}

.block-left,
.block-right {
    background-size: contain;
    background-repeat: no-repeat;
    padding: 11% 4% 13%;
}

.block-left .col-md-4,
.block-right .col-md-4 {
	display: grid;
}

.block-left img,
.block-right img {
	padding: 15px;
	max-height: 320px;
	width: 100%;
}

.block-thumb {
	align-self: center;
    min-height: 320px;
}

.details-content {
    padding: 25px;
    padding-bottom: 50px;
    background: #fff;
    box-shadow: 0 0 25px 5px #e1e1e1;
    border-radius: 10px;
}

.btn-more a {
	color: #f02c74;
	text-decoration: none;
}

.btn-more img {
	width: 16px;
    padding: 0;
    margin-left: 10px;
}

.item .navbar-nav  li {
	padding-left: 20px;
	position: relative;
	text-align: left;
	margin-left: 14%;
}

.item .navbar-nav  li:before {
	border-radius: 20px;
	background: #f02c74;
	position: absolute;
	height: 10px;
	width: 10px;
	content: '';
	top: 7px;
	left: 0;
}

.item .nav {
	margin: 25px auto 10px;
	max-width: 200px;
	font-size: 18px;
}

.item .nav-item a {
	color: #333;
	text-decoration: none;
	padding: 15px;
	font-weight: 600;
}

.item .nav-item a.active {
	color: #14499F;
}

.contact .row {
    background: #E6F8F2;
    border-radius: 10px;
}

.contact i {
    float: left;
    width: 25px;
    height: 100%;
    color: #14499F;
    margin-top: 3px;
}

.contact .fa.fa-phone {
    transform: rotate(90deg);
    margin-top: 8px;
    margin-left: -5px;
    margin-right: 5px;
}

.contact p {
	height: 100%;
	float: left;
}

.quick-addr div {
    clear: both;
}

.contact-form .form-control {
	background: #E9CBD6;
}

.support-form .form-control {
	background: #F3F2F2;
}

.form-control {
	padding: 1.5rem 1.25rem;
	height: 50px;
}

select.form-control {
	padding-top: .5rem;
	padding-bottom: .5rem;
}

textarea.form-control {
	min-height: 150px;
}

.form-control:focus {
	background: transparent;
}

input[type=submit] {
	color: #fff;
	border-radius: 3px;
	background: #F02C74;
	border: 1px solid #F02C74;
}

input[type=submit]:hover {
	color: #F02C74;
	background: transparent;
}

.google-map {
	position: relative;
}

.map-inner iframe {
    height: 500px;
    width: 100%;
}

.map-marker {
	position: absolute;
	max-width: 250px;
	top: 184px;
	right: 50%;
}

.support-promo {
	background: url(../images/support-promo.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 0;
}

.support-promo-inner {
	background: rgba(20, 73, 159, 0.6);
}

#registration,
#login {
	background: url(../images/login-registration.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-bottom: 0
}

.registration-form,
.login-form {
    max-width: 280px;
    margin: 0 auto;
    padding: 25px;
    background: url(../images/login-reg-form.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	border-radius: 5px;
	height: 444px;
}

.registration-form input,
.login-form input {
	height: auto;
	padding: 6px 15px;
    background: rgba(0, 162, 228, 0.59);
    border: none;
    font-size: 14px;
}

input[type=checkbox] {
	padding: 0 !important;
	-webkit-appearance: checkbox;
}

.registration-form input[type=submit],
.login-form input[type=submit],
.registration-form input:focus,
.registration-form input:hover,
.login-form input:focus,
.login-form input:hover {
	background: #00A2E4;
    font-size: 14px;
}

.registration-form input[type=submit]:hover,
.login-form input[type=submit]:hover {
    background: rgba(0, 162, 228, 0.59);
    color: #f8f8f8;
}

@media screen and (max-width: 991px){
	#header-nav {
		position: relative;
	    padding: 25px;
	}

	#header-nav.show:before {
	    content: "";
	    position: absolute;
	    left: 0;
	    right: 10px;
	    top: 15px;
	    height: 1px;
	    background: #14499f2e;
	}

	.navbar-nav ul {
	    margin-left: 1.5rem;
	    position: relative;
	    list-style: none;
	    width: 100%;
	    box-shadow: none;
	    left: 0;
	}

	.nav-item:last-child .nav-link {
	    color: #333;
	    background: transparent;
	    border: 0;
	    border-radius: 0;
	    padding-left: 0 !important;
	}

	.navbar .nav-link:hover,
	.navbar .nav-link.active {
		transform: scale(1);
	}

	#vps-hosting .hero .container,
	#dedicated-server .hero .container {
    	background-size: auto 200px !important
	}

	.hero .container {
		background-position: bottom right !important;
    	background-size: auto 220px !important
	}

	.promo h3,
	.promo p {
		line-height: 1.4;
	}
	
	.promo h3 {
		font-size: 24px;
	}

	.footer .quick-addr * {
	    font-size: 97%;
	}
}

@media screen and (max-width: 767px){
	.hero h1 {
		font-size: 34px;
	}

	.promo h3,
	.promo p {
		line-height: 1.2;
	}
	
	.promo h3 {
		font-size: 22px;
	}

	.footer-social {
		float: left !important;
		width: 100% !important;
	}

	.popular.item {
	    margin-top: 35px;
	}

	.hosting-plans .col-md-4:last-child {
		margin-top: 40px !important;
	}

	.block-thumb {
		text-align: center;
	}

	.block-left, .block-right {
	    padding-top: 0;
	    padding-bottom: 0;
	}

	.block-left img,
	.block-right img {
		width: auto;
		max-width: 300px;
	}
}

@media screen and (max-width: 575px){
	h1 {
		font-size: 35px;
	}

	.hero .container {
		background: transparent !important;
	}

	.hero h1 br {
		display: none;
	}

	.hero h1 {
		font-size: 25px;
	}

	.hero h5 {
		font-size: 18px;
	}

	.hero li,
	.hero p {
		font-size: 14px;
	}

	.why-access-cloud img {
	    max-width: 100%;
	}
}