/**
Theme Name: Simple Hosting
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: simple-hosting
Template: astra
*/


.contain{
	position:relative;
	margin-right:auto;
	margin-left:auto;
	display: block;
	z-index:1;
	max-width: 1200px;
}

ul {
  list-style: none;
}

ul li::before {
  content: "\2022";
  color: white;
  font-weight: bold;
  display: inline-block;
  width: 1em; 
}

#need-it{
	position:relative;
	margin-right:auto;
	margin-left:auto;
	display: block;
	z-index:2;
	border-bottom:1px solid #292929;
	border-top:0.5px solid #292929;
		background-image: linear-gradient( rgba(0,113,161,0.55), rgba(0,113,161,0.65),rgba(0,113,161,0.7),rgba(0,113,161,0.65),rgba(0,113,161,0.55));
}
#need-it ul {
	padding-right:25%;
	padding-left:25%;
}

.bounce-2 {
    animation-name: bounce-2;
    animation-timing-function: ease;
        animation-duration: 1.75s;
        animation-iteration-count:1;
 
    }
    @keyframes bounce-2 {
        0%  { transform: translateX(-200px); }
    }

ul {
	font-family: 'Varela Round';
	letter-spacing: 1.5px;
	font-size:16px;
	color: #191919 !important;
}
h5{
	font-family: 'Varela Round';
	color: #292929;
}

.background-video{
	z-index:-2;
	position:fixed;
	top:0;
	width:100%
}

.background-video-overlay {
  position:fixed;
	width: 100%;
	
}

.overlay-color{
	 position:fixed;
	top:0;
		background-color: rgba(255,255,255,0.85);
	z-index:-1;
	width: 100%;
	height:100%;
}

.pt-5{
	padding-top:5rem;
}
.pt-3{
	padding-top:3rem !important;
}

.mt-m3{
	margin-top: -3rem;
}
.mb-m5{
	margin-bottom: -5rem !important;
}
.mt-5{
	margin-top: 5rem;
}
.mt-3{
	margin-top: 3rem;
}
.mb-3{
	margin-bottom: 3rem;
}
.pb-3{
	padding-bottom: 3rem;
}
.mt-1{
margin-top:1rem;	
}

.pl-7{
	padding-left:7rem;
}

.mw-800{
	max-width:800px !important;
}

.box-center{
	margin-left:auto;
	margin-right:auto;
}

.card{
	border: 1px solid white;
	border-radius : 5px;
	padding: 30px 5px 30px 5px;
	max-width: 250px;
	height:280px;
	margin:auto;
	box-shadow: 0px 0px 6px 1px grey;
	text-align: center;
	
}

.pricing-card{
	border: 0.5px solid #dddddd;
	border-radius : 5px;
	margin-top:auto;
	margin-bottom:40px !important;
	text-align: center;
	padding-right: 0px !important;
	padding-left:0px !important;
	padding-bottom:20px !important;
	font-family: 'Varela Round';
}
.pricing-card p{
border-bottom: 1px solid rgba(0,0,0,0.1);
}

.pricing-card hr{
	border-top: 1px solid #0071a1;
}

.pricing-card .btn{
	border:0px solid rgba(0,113,161,0.7)!important;
}

.pricing-card .btn :hover{
		border:3px solid rgba(0,113,161,0.7)!important;
	  animation: shake 0.9s;
  animation-iteration-count: 3;
}

.pricing-card h4{
	background-color:rgba(0,113,161,0.7);
	color:white;
	border-radius: 50%;
	height: 120px;
  width: 120px;
  display: inline-block;
	padding-top:32px;
	transform:rotate(15deg);
	box-shadow: 2px 0px 2px 1px rgba(0,113,161,0.95);
}

.best-offer{
	padding-bottom: 5px;
	padding-top: 20px;
	border-bottom: 2px solid rgba(0,113,161,0.7);
	margin-top: -10px!important;
	margin:10px;
	font-weight:800;
	border-radius:2px;
	font-size:20px!important;
	
}

.card-middle{
	margin: 5px;
}

.card-middle-promoted{
	margin-bottom: 25px;
	margin-top: 25px;
}

.top-bar{
	z-index:3;
	position:fixed;
	top:0;
	left:0;
	right:0;
	max-height:20px;
	text-shadow:0.5px 0.5px 1.5px black;
}

.bg-blue{
	background-image: linear-gradient( rgba(0,113,161,0.55), rgba(0,113,161,0.65),rgba(0,113,161,0.7),rgba(0,113,161,0.65),rgba(0,113,161,0.55));

	position:relative;
	z-index:2;
	color:white;
		border-bottom:1px solid #292929;
	border-top:1px solid #292929;
}
.bg-blue .contain{
 color:white;	
}
.bg-grey{
	background-color: #f7f7f7;
	position:relative;
	z-index:2;
}
#pricing-cards{
	position:relative;
	z-index:2;
}
.bg-white{
	background-color: rgba(255,255,255,0.85);
	position:relative;
	z-index:2;
}
.width-max-12{
	max-width:1200px;
	margin-right:auto;
	margin-left:auto;
}
#testimonials h4{
	color:white;
	
}
#testimonials h5{
	color:white;
	
}

.txt-white{
color:white !important;
}


@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -1px) rotate(-1deg); }
  20% { transform: translate(-2px, 0px) rotate(1deg); }
  30% { transform: translate(2px, 1px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 1px) rotate(-1deg); }
  60% { transform: translate(-2px, 1px) rotate(0deg); }
  70% { transform: translate(2px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 1px) rotate(0deg); }
  100% { transform: translate(1px, -1px) rotate(-1deg); }
}

@media only screen and (max-width: 600px) {

	.background-video{
	z-index:-2;
	position:fixed;
	width:920px;
	transform: rotate(90deg);
	margin-right:-250px !important;
 
}
	.overlay-color{
	width: 920px;
  transform: rotate(90deg);
	margin-right:-250px !important;

}
	.contain{
		margin-right:15px;
		margin-left: 15px;
	}
	.mt-m3{
	margin-top: -1rem;
}
	.top-bar{
		height:100px;
		max-height:150px;
		font-size:12px;
	}
		.top-bar .contain{
		margin-left: -10px !important;
			width:100%;
	}
	.card{
	margin-top:30px;
	margin-bottom:20px;
	}
	#testimonials{
		padding-right:2rem;
		padding-left:2rem !important;
	}
	    @keyframes bounce-2 {
        0%  { transform: translateY(-50px); }
    }
	#need-it ul {
	padding-right:0% !important;
	padding-left:0% !important;
}
}

