/*-----------------
1. Google font
------------------*/

@import url('https://fonts.googleapis.com/css?family=Varela Round:300,400,400i,600,700,800&display=swap');

/*-------------------
2. Theme Default CSS
--------------------*/

* {
    outline: none;
}

a {
    text-decoration: none;
    outline: none;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    color: #333333;
	letter-spacing: 0.4px;
}

input,
select,
textarea {
	font-family: 'Varela Round', sans-serif;
	font-weight: 600;
	font-size: 14px;
}

input:focus,
button:focus,
a:focus,
a:hover {
    text-decoration: none;
    outline: none;
    opacity: .7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 400;
    line-height: 1.4em;
	letter-spacing: 0.4px;
}

h1 {
    font-size: 34px;
	font-weight: 600;
	line-height: 38px;
}

h2 {
    font-size: 24px;
	font-weight: 600;
	line-height: 28px;
}

h3 {
    font-size: 18px;
	font-weight: 600;
	line-height: 22px;
}

h4 {
    font-size: 16px;
	font-weight: 600;
	line-height: 20px;
}

html,
body {
	height: 100%;
}

body {
    font-family: 'Varela Round', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
	background: #fff;
    color: #000;
	margin: 0;
	padding: 0;
}

.body-content {
	overflow: hidden;
}

/* Remove Chrome Input Field's Unwanted #EDD78A Background Color */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

/* Main CSS */

/* Navigation Area */

.nav {
    position: fixed;
    background: #FFFFFF;
    border-bottom: 1px solid #555;
    width: 100%;
    z-index: 1;
    opacity: 0.9;
}

.nav-content {
	max-width: 1200px;
    margin: 0 auto;
    position: relative;
    left: 0;
    right: 0;
}

.nav-logo {
	padding: 12px 0 16px 20px;
}

.nav-logo p {
	margin: 0;
	font-size: 25px;
	font-weight: 600;
	color: #FF4B07;
}

.nav-logo span {
	font-size: 40px;
	color: black;
}

#menu_checkbox {
	display: none;
}

#menu_label {
	display: none;
	position: absolute;
	top: 54%;
	right: 22px;
	margin: 0 auto;
	width: 30px;
	height: 30px;
	transform: translateY(-50%);
	transition: 0.3s ease transform;
	cursor: pointer;
}

#menu_label div {
	width: 6px;
	height: 4px;
	background-color: black;
	margin-left: 0;
	margin-bottom: 8px;
	border-radius: 8px;
	transition: 0.3s ease width, 0.3s ease margin-left, 0.3s ease margin-bottom,
	0.3s ease background-color;
}

#menu_label div:first-child {
	width: 22px;
}

#menu_label div:nth-child(2) {
	width: 16px;
}

#menu_label div:last-child {
	width: 36px;
	margin-bottom: 0;
}

#menu_checkbox:checked + label {
	transform: translateY(-50%) rotateZ(-90deg);
}

#menu_checkbox:checked + label div {
	width: 6px;
	margin-left: 12px;
	margin-bottom: 8px;
	background-color: black;
}

.nav-menu {
	position: absolute;
	right: 30px;
	top: 17px;
}

.nav-menu a {
    font-size: 15px;
    font-weight: 600;
    margin: 10px;
	color: black;
}

.nav-menu a.active {
	color: #FF4B07;
}

/* Banner Area */

.banner-area {
	display: flex;
	justify-content: space-evenly;
	max-width: 1000px;
	margin: 50px auto;
	padding: 20px;
}

.banner-section {
	
}

.banner-img img {
	margin-right: 50px;
}

.banner-text {
	padding-left: 20px;
	padding-top: 100px;
}

.banner-p {
	margin-bottom: 30px;
}

.banner-btn {
	background: #FF4B07;
    color: #FFF;
    padding: 10px 30px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

.modal {
	display: none;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	color: #555;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(255, 75, 7); 
	background-color: rgba(255, 75, 7, 0.4); 
}

.modal-content {
    background-color: #fffafa;
    margin: 58px auto;
    padding: 20px;
    border: 1px solid #000;
    width: 86%;
    max-width: 900px;
    border-radius: 20px;
	text-align: left;
}

.modal-header {
	position: relative;
	height: 40px;
}

.modal-header h2 {
	position: absolute;
	margin: 10px 0;
}

.close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.close:hover,
.close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

.close img {
	max-height: 40px;
}

.send-details {
	color: #333;
	background: rgba(48,63,159,.1);
    padding: 1px 20px 20px;
    border-radius: 14px;
}

.modal-body h3 {
	margin-top: 40px;
}

.block-quote {
	font-weight: 600;
	border-left: 8px solid #FF4B07;
	padding: 2px 10px;
}

.references {
	font-weight: 600;
	color: #8B0001;
}

.external {
	font-weight: 600;
	color: #8B0001;
}

.truehost-div {
	display: flex;
	justify-content: center;
	margin: 20px auto;
}

.truehost-link {
	background: #FF4B07;
    color: #FFF;
    padding: 10px 30px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

.send-email {
	background: #333333;
    color: #FFF;
    padding: 10px 30px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

/* About Area */

.about-area {
	max-width: 1000px;
	margin: 50px auto;
	padding: 20px;
}

.about-top {
	display: flex;
	justify-content: space-evenly;
}

.about-left {
	max-width: 200px;
}

.about-h {
	font-size: 12px;
    font-weight: 600;
    color: #999;
    margin: 20px 0 10px;
}

.about-p {
	font-size: 18px;
	line-height: 22px;
    font-weight: 600;
    margin: 0;
}

.about-section {
	display: flex;
	max-width: 300px;
	padding: 20px;
}

.about-section img {
	margin-right: 20px;
}

.about-how {
	display: block;
    max-width: 500px;
    text-align: center;
	margin: 150px auto 100px;
}

.about-brand {
	color: #FF4B07;
}

.about-plus {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.about-pluser {
	max-width: 260px;
    text-align: center;
    border-radius: 20px;
    margin: 10px;
    padding: 20px 20px 10px;
    box-shadow: 5px 5px 25px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: 5px 5px 25px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 5px 5px 25px 0px rgba(0,0,0,0.2);
}

.about-plus h3 {
	margin-top: 20px;
}

/* Cloud Area */

.cloud-area {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	max-width: 1000px;
	margin: 50px auto;
	padding: 20px;
}

.cloud-left {
	max-width: 380px;
}

/* Services Area */

.services-area {
	display: flex;
	justify-content: space-evenly;
	max-width: 1000px;
	margin: 50px auto;
	padding: 20px;
}

.services-left {
	display: flex;
	flex-wrap: wrap;
}

.services-right {
	max-width: 400px;
    margin: 50px 20px 0;
}

.service-card {
	max-width: 200px;
	margin: 40px;
}

.service-card h4 {
	margin-top: 20px;
}

.service-bullets {
	margin-bottom: 30px;
}

.service-bullet {
	display: flex;
	align-items: center;
}

.service-bullet p {
	margin-left: 20px;
}

.service-btn {
	background: #FF4B07;
    color: #FFF;
    padding: 10px 30px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

/* Pricing Area */

.pricing {
	margin-top: 80px;
}

.pricing-content {
	display: block;
	max-width: 900px;
	margin: 0 auto;
	padding: 20px;
}

.pricing-content h1 {
	text-align: center;
}

.pricing-area {
	margin: 60px auto;
}

.pricing-area::after { 
   content: " ";
   display: block; 
   height: 0; 
   clear: both;
}

.price-level {
	max-width: 240px;
    text-align: center;
    border-radius: 20px;
    padding: 30px;
    float: left;
}

.pl-side {
	background: #FFF;
	-webkit-box-shadow: 0px 0px 16px 5px rgba(219,219,219,1);
	-moz-box-shadow: 0px 0px 16px 5px rgba(219,219,219,1);
	box-shadow: 0px 0px 16px 5px rgba(219,219,219,1);
}

.basic-level, .ultimate-level {
	margin-top: 30px;
}

.premium-level {
	padding-top: 60px;
	height: 360px;
	position: relative;
	background: #FFF;
	-webkit-box-shadow: 0px 0px 16px 5px rgba(219,219,219,1);
	-moz-box-shadow: 0px 0px 16px 5px rgba(219,219,219,1);
	box-shadow: 0px 0px 16px 5px rgba(219,219,219,1);
}

.recommended {
	transform: rotate(-90deg);
    position: absolute;
    top: 50px;
    left: -30px;
    margin: 0;
    background: #FF4B07;
    color: #FFF;
    padding: 5px 15px;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
}

.price-level img {
	max-height: 70px;
	margin-bottom: 20px;
}

.price-level h3 {
	
}

.price-desc {
	
}

.price-services {
	margin: 20px;
}

.price-services p {
	line-height: 14px;
    font-weight: 600;
    color: #555;
    margin: 10px;
}

.price {
	position: relative;
	margin-bottom: 30px;
}

.currency {
	position: absolute;
    top: -6px;
	font-weight: 600;
}

.amount {
	font-size: 30px;
    font-weight: 600;
	margin-left: 10px;
}

.time {
	font-weight: 600;
	color: #555;
	text-decoration: line-through;
}

.price-level a {
	background: #FF4B07;
	color: #FFF;
    padding: 10px 15px;
    border-radius: 30px;
    font-weight: 600;
    cursor: pointer;
}

.modal-plan {
	
}

/* Reviews Area */

.reviews {
	margin-top: 80px;
}

.reviews-content {
	display: block;
    max-width: 900px;
    margin: 0 auto;
	padding: 20px;
}

.reviews-content h1 {
	text-align: center;
}

.review-slideshow {
	max-width: 1000px;
	position: relative;
	margin: auto;
	margin: 60px auto;
}

.review-slide {
	display: none;
	text-align: center;
	animation-name: fade;
	animation-duration: 1.5s;
}

@keyframes fade {
	from {opacity: .4}
	to {opacity: 1}
}

.review-slide h3 {
	margin-top: 20px;
}

.reviewer-title {
	font-weight: 600;
	color: #555;
}

.review {
    max-width: 540px;
    display: block;
    margin: 40px auto;
    padding: 40px;
    border-radius: 20px;
	background: #FFF;
	-webkit-box-shadow: 0px 0px 16px 5px rgba(219,219,219,1);
	-moz-box-shadow: 0px 0px 16px 5px rgba(219,219,219,1);
	box-shadow: 0px 0px 16px 5px rgba(219,219,219,1);
}

.prev, .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	margin-top: -22px;
	padding: 16px;
	color: #FF4B07;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
}

.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
	background-color: rgba(255,255,255,0.8);
}

.dot {
	cursor: pointer;
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}

.dot.active, .dot:hover {
	background-color: #717171;
}

/* Latest Posts Area */

.latest {
	margin-top: 80px;
}

.latest-content {
	display: block;
    max-width: 900px;
    margin: 0 auto;
	padding: 20px;
}

.latest-content h1 {
	text-align: center;
}

.latest-area {
	margin: 60px auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.post {
	position: relative;
	max-width: 280px;
	margin: 10px;
    border-radius: 20px;
	cursor: pointer;
	background: #FFF;
	-webkit-box-shadow: 0px 0px 16px 5px rgba(219,219,219,1);
	-moz-box-shadow: 0px 0px 16px 5px rgba(219,219,219,1);
	box-shadow: 0px 0px 16px 5px rgba(219,219,219,1);
}

.post-type {
	position: absolute;
    top: 0;
    left: 20px;
    margin: 0;
    background: #FF4B07;
    color: #FFF;
    padding: 5px 15px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.post img {
	max-width: 280px;
	border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.post h3 {
	padding: 5px 16px;
	margin: 0;
	font-size: 16px;
	line-height: 20px;
}

.blog-detail {
	padding: 5px 16px;
	margin: 0 0 16px;
}

.blog-detail span {
	color: #333;
}

/* Get In Touch Area */

.contact {
	margin-top: 80px;
}

.contact-content {
	display: block;
    max-width: 900px;
    margin: 0 auto;
}

.contact-content h1 {
	text-align: center;
}

.contact-area {
	margin: 60px auto;
	display: flex;
	flex-wrap: wrap;
}

.contact-left {
	position: relative;
	width: 340px;
}

.contact-left img {
	position: absolute;
	max-width: 350px;
	opacity: .1;
	top: -80px;
	z-index: -1;
}

.contact-left h3 {
	
}

.contact-left p {
	
}

.contact-left a {
	color: #FF4B07;
	font-weight: 600;
}

.contact-right {
	width: 500px;
}

.contact-right div {
	margin-bottom: 10px;
}

.contact-right input, .contact-right textarea {
	-webkit-box-shadow: 0px 0px 16px 5px rgba(219,219,219,1);
	-moz-box-shadow: 0px 0px 16px 5px rgba(219,219,219,1);
	box-shadow: 0px 0px 16px 5px rgba(219,219,219,1);
}

.user-name {
	padding: 10px;
    border-radius: 30px;
    border: 3px solid #CCC;
    min-width: 200px;
    margin-right: 20px;
}

.user-email {
	padding: 10px;
    border-radius: 30px;
    border: 3px solid #CCC;
    min-width: 200px;
    margin-right: 20px;
}

.user-subject {
	padding: 10px;
    border-radius: 30px;
    border: 3px solid #CCC;
    width: 448px;
    margin: 15px auto;
}

.user-message {
	font-family: 'Varela Round', sans-serif;
	padding: 10px;
    border-radius: 30px;
    border: 3px solid #CCC;
    width: 448px;
	height: 100px;
    margin: 15px auto 30px;
}

.send-message {
	font-family: 'Varela Round', sans-serif;
	border: none;
	background: #FF4B07;
	color: #FFF;
    padding: 10px 15px;
    border-radius: 30px;
    font-weight: 600;
    cursor: pointer;
}

input:invalid, textarea:invalid {
  border: 3px solid #000000;
}

input:valid, textarea:valid {
  border: 3px solid #CCC;
}

.mail-sender {
	font-weight: 600;
	color: green;
}

/* Footer Area */

.footer {
	text-align: center;
	padding: 30px 20px;
}

.footer-logo {
	display: flex;
    justify-content: center;
    align-items: center;
	margin-bottom: 40px;
}

.footer-logo img {
	
}

.footer-logo p {
	font-size: 25px;
    margin: 0 10px;
    font-weight: 600;
}

.footer-links {
	display: flex;
    flex-direction: column;
	margin-bottom: 40px;
}

.footer-links a {
	font-weight: 600;
    cursor: pointer;
    font-size: 16px;
    padding: 10px;
}

.footer-social {
	margin-bottom: 40px;
}

.footer-social a {
	margin: 10px;
}



/* Medium Layout: 1280px. */

@media only screen and (min-width: 992px) and (max-width: 1280px) {}

/* Tablet Layout: 768px. */

@media only screen and (min-width: 740px) and (max-width: 921px) {
	.pricing-area {
		display: flex;
		justify-content: center;
		Flex-wrap: wrap;
	}
	
	.price-level {
		margin: 10px;
	}
	
	.basic-level, .ultimate-level {
		margin-top: 30px;
	}

	.premium-level {
		padding-top: 30px;
		height: auto;
	}
	
	/* Contact Area */
	
	.contact {
		margin-left: 10px;
		margin-right: 10px;
	}
	
	.contact-right {
		width: 100%;
		text-align: center;
	}
	
	.user-name {
		width: 300px;
		margin-bottom: 16px;
		margin-right: 0;
	}
	
	.user-email {
		width: 300px;
		margin-top: 10px;
		margin-right: 0;
	}
	
	.user-subject {
		width: 300px;
	}
	
	.user-message {
		display: block;
		width: 300px;
	}
}

/* Mobile Layout: 320px. */

@media only screen and (max-width: 767px) {
	/* Navigation Area */
	
	.nav-logo {
		padding-left: 20px;
	}
	
	#menu_label {
		display: block;
	}
	
	.nav-menu {
		display: none;
		z-index: 1;
		top: 58px;
		width: 100%;
		right: 0;
		background: rgba(255, 255, 255, 1);
		overflow: hidden;
	}
	
	.nav-menu a {
		display: block;
		padding: 8px;
		border: 1px solid black;
		border-radius: 5px;
	}
	
	.nav-menu a.active {
		color: #EDD78A;
		border: 1px solid #FF4B07;
	}
	
	.selected {
		animation: slide-in 0.5s forwards;
		-webkit-animation: slide-in 0.5s forwards;
	}

	.dismiss {
		animation: slide-out 0.5s forwards;
		-webkit-animation: slide-out 0.5s forwards;
	}
	
	@keyframes slide-in {
		0% {
			-webkit-transform: translateX(100%);
		}
		100% {
			-webkit-transform: translateX(0%);
		}
	}

	@-webkit-keyframes slide-in {
		0% {
			transform: translateX(100%);
		}
		100% {
			transform: translateX(0%);
		}
	}

	@keyframes slide-out {
		0% {
			transform: translateX(0%);
		}
		100% {
			transform: translateX(100%);
		}
	}
	
	@-webkit-keyframes slide-out {
		0% {
			transform: translateX(0%);
		}
		100% {
			transform: translateX(100%);
		}
	}
	
	.banner-img {
		display: none;
	}
	
	.banner-text {
		padding-left: 0;
		padding-top: 50px;
	}
	
	.banner-header {
		font-size: 24px;
		line-height: 28px;
	}
	
	.about-top {
		flex-direction: column;
		align-items: center;
	}
	
	.about-left {
		max-width: 300px;
		margin-bottom: 30px;
	}
	
	.cloud-right {
		display: none;
	}
	
	.services-area {
		justify-content: center;
		flex-direction: column-reverse;
		flex-wrap: wrap;
	}
	
	.services-right {
		margin: 20px 0 40px;
	}
	
	.service-card {
		max-width: 100%;
		margin: 20px 0;
	}
	
	.send-details {
		color: #555;
		background: linear-gradient(145deg, #e6e1e1, #ffffff);
		padding: 0;
		border-radius: 0;
	}
	
	/* Pricing Area */
	
	.pricing {
		margin-left: 10px;
		margin-right: 10px;
	}
	
	.pricing-area {
		display: flex;
		justify-content: center;
		Flex-wrap: wrap;
	}
	
	.price-level {
		margin: 10px;
	}

	.premium-level {
		padding-top: 30px;
		height: auto;
		background: linear-gradient(145deg, #e6e1e1, #ffffff);
		-webkit-box-shadow: 9px 9px 31px #d9d5d5, -9px -9px 31px #ffffff;
		-moz-box-shadow: 9px 9px 31px #d9d5d5, -9px -9px 31px #ffffff;
		box-shadow: 9px 9px 31px #d9d5d5, -9px -9px 31px #ffffff;
	}
	
	/* Reviews Area */
	
	.reviews {
		margin-left: 10px;
		margin-right: 10px;
	}
	
	/* Latest Area */
	
	.latest {
		margin-left: 10px;
		margin-right: 10px;
	}
	
	/* Contact Area */
	
	.contact {
		margin-left: 10px;
		margin-right: 10px;
	}
	
	.contact-right {
		width: 100%;
		text-align: center;
	}
	
	.user-name {
		width: 86%;
		margin-bottom: 16px;
		margin-right: 0;
	}
	
	.user-email {
		width: 86%;
		margin-top: 10px;
		margin-right: 0;
	}
	
	.user-subject {
		width: 86%;
	}
	
	.user-message {
		display: block;
		width: 86%;
	}
}


/* Wide Mobile Layout: 480px. */

@media only screen and (min-width: 480px) and (max-width: 767px) {}