/*
  

==================================================
Table of Content
==================================================

1. Fonts - Raleway, Lato and Opensans
2. Common CSS
3. Loader CSS
4. Header
5. Top Wrapper
6. Logo Wrapper
7. Navigation
8. Banner Wrapper
9. Header Bottom Arrow
10. Domain Search
11. Domain Prices
12. About Us
13. Web Search
14. Dream Host
15. Our Services
16. What we do
17. Hosting Platforms
18. Testimonials
19. Inner Page Styles
20. Hosting
21. Hosting Features
22. Faq
23. Call Back
24. Domain Register
25. Domain Transfer
26. Domain Price
27. About Us Page
28. Testimonials Page
29. Our Team
30. Login / Sign Up
31. 404
32. Blog Page
33. Blog Details
34. Contact Us Page
35. Contact Details
36. Footer Wrapper
37. Footer
38. Media Quries

/*
================================================
1. Fonts - Raleway, Lato and Opensans
================================================
*/
@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i|Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
/*font-family: 'Lato', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'Open Sans', sans-serif;
*/

/*
================================================
2. Common CSS
================================================
*/
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Open Sans', sans-serif !important;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #2a2a2a;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	font-family: 'Roboto', sans-serif;
}
a {
	color: #7f7f7f;
	transition: all 0.3s ease 0s;
}
p {
	margin: 0 0 20px;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a, a:hover, a:active, a:focus {
	outline: none;
	text-decoration: none;
}
.no-padding {
	padding: 0 !important;
}
.no-margin {
	margin: 0 !important;
}
.btn, .btn * {
	transition: all 0.3s ease 0s;
}
.offset-top-30 {
	margin-top: 30px;
}
.offset-top-60 {
	margin-top: 60px;
}
.center {
	text-align: center;
}
section {
	width: 100%;
	float: left;
	padding: 50px 0 50px;
}
section .title {
	margin: 0 0 50px 0;
	text-align: center;
}
section h2 {
	font-size: 40px;
	font-weight: 600;
	line-height: 40px;
	color: #25272b;
	text-transform: uppercase;
}

@media (min-width:768px) {
section h2:before {
	background: rgba(0, 0, 0, 0) url(../images/h2-before.png) no-repeat left top;
	content: "";
	display: inline-block;
	height: 15px;
	margin-right: 30px;
	vertical-align: middle;
	width: 70px;
}
section h2:after {
	background: rgba(0, 0, 0, 0) url(../images/h2-after.png) no-repeat left top;
	content: "";
	display: inline-block;
	height: 10px;
	margin-left: 30px;
	vertical-align: middle;
	width: 70px;
}
section.what-we-do .title h2:before {
	background: rgba(0, 0, 0, 0) url(../images/h2-before-white.png) no-repeat left top;
}
section.what-we-do .title h2:after {
	background: rgba(0, 0, 0, 0) url(../images/h2-after-white.png) no-repeat left top;
}
}
section .title p {
	display: block;
	font-size: 16px;
	font-weight: 300;
	margin: 0 0 10px 0;
}
section .title p.top {
	display: block;
	font-size: 26px;
	font-weight: 300;
	margin: 0 0 10px;
	text-transform: uppercase;
}
/*color changer*/
#switcher {
	position: fixed;
	bottom: 25%;
	right: -170px;
	width: 170px;
	z-index: 9999;
	font-size: 15px;
	padding-bottom: 20px;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
	height: 84px;
	background: #fff;
	box-shadow: 0px 3px 10px 0 rgba(0, 0, 0, 0.2);
}
#switcher.active {
	right: 0px;
}
#switcher p {
	color: #fff;
	bottom: -6px;
	position: absolute;
	left: 21px;
	font-size: 13px;
}
#switcher .theme-click {
	color: #ffffff;
	cursor: pointer;
	display: block;
	font-size: 20px;
	height: 42px;
	line-height: 42px;
	position: absolute;
	left: -42px;
	text-align: center;
	top: 0;
	width: 42px;
	z-index: 2;
	box-shadow:0 3px 10px 0 rgba(0, 0, 0, 0.2);
	background:#fd4326;
}
#switcher .theme-color {
	width: 30px;
	height: 30px;
	margin:6px 10px;
	position: absolute;
	left: 0px;
	cursor: pointer;
}
#switcher .theme-active {
	background: #fd4326;
}
#switcher .theme-color-two {
	background: #288feb;
	left: 40px;
}
#switcher .theme-color-three {
	background: #00b159;
	left: 80px;
}
#switcher .theme-color-four {
	background: #00adef;
	left: 120px;
}
#switcher .theme-color-five {
	background: #20b2aa;
	top:40px;
	left: 0px;
}
#switcher .theme-color-six {
	background: #ff7701;
	top:40px;
	left: 40px;
}
#switcher .theme-color-seven {
	background: #756de7;
	top:40px;
	left: 80px;
}
#switcher .theme-color-eight {
	background: #d74c4c;
	top:40px;
	left: 120px;
}
/*
================================================
3. Loader CSS
================================================
*/
/*#dvLoading {
	background: url(../images/loader.gif) no-repeat center center #fff;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999999;
}*/
/*
================================================
4. Header
================================================
*/
header {
	width: 100%;
	z-index: 99;
}
header.affix.fadeInDown {
	animation-delay: 0s;
	animation-direction: normal;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
	animation-iteration-count: 1;
	animation-name: fadeInDown !important;
	animation-play-state: running;
	animation-timing-function: ease;
}
header .fadeInDown {
	animation-name: none !important;
}
header.affix .top-wrapper {
	display: none;
}
 @-webkit-keyframes fadeInDown {
 from {
 opacity: 0;
 -webkit-transform: translate3d(0, -100%, 0);
 transform: translate3d(0, -100%, 0);
}
 to {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
 @keyframes fadeInDown {
 from {
 opacity: 0;
 -webkit-transform: translate3d(0, -100%, 0);
 transform: translate3d(0, -100%, 0);
}
 to {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
/*
================================================
5. Top Wrapper
================================================
*/
.top-wrapper {
	padding: 10px 0 12px;
	width: 100%;
	float: left;
	background: #25272b;
}
.top-wrapper ul {
	margin: 0;
}
.top-wrapper ul li {
	display: inline-block;
	color: #8d8d8d;
	padding: 0 0 0 35px;
}
.top-wrapper ul li a:hover {
	color: #fff;
}
.top-wrapper ul li i {
	padding: 0 6px 0 0;
}
.top-wrapper .header-social-icons li {
	list-style: none;
	display: inline-block;
	padding: 0 18px 0 0;
}
.top-wrapper .header-social-icons li i {
	font-size: 14px;
	color: #8d8d8d;
	padding: 0;
}
.top-wrapper .header-social-icons li:hover i {
	opacity: 0.7;
}
/*
================================================
6. Logo Wrapper
================================================
*/
.logo-wrapper {
	padding: 20px 0 21px;
	width: 100%;
	float: left;
	background: #f3f3f3;
}
.affix .logo-wrapper {
	padding: 8px 0 9px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.118);
}
.affix .navbar-nav > li > .dropdown-menu {
	margin: 26px 0 0;
}
/*
================================================
7. Navigation
================================================
*/
.navbar-default {
	background-color: inherit;
	border-color: inherit;
}
.navbar-default .navbar-collapse {
	float: left;
}
.navbar {
	border-radius: 0;
	min-height: auto;
	margin: 18px 0 0 0;
	border: none;
}
.navbar-collapse {
	padding: 0;
}
.navbar-brand {
	padding: 11px 0 0;
	height: auto;
	display: none;
}
.navbar-default .navbar-nav > li > a {
	color: #25272b;
	font-size: 15px; font-weight:700;
	text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a > i {
	position: absolute;
	left: 50%;
	bottom: -14px;
}
.navbar-nav > li {
	border-right: 1px solid #b5b5b7;
}
.navbar-nav > li > a {
	padding: 0 20px;
}
.navbar-default .navbar-nav.nav li:hover > a, .navbar-default .navbar-nav li.active > a:hover, .navbar-default .navbar-nav li.active > a:focus, .navbar-default .navbar-nav li.active > a, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover, .navbar-default .nav .open > a, .navbar-default .nav .open > a:focus, .navbar-default .nav .open > a:hover, .side-nav li > a:focus {
	background-color: inherit;
}
.dropdown-menu > li > a {
	color: #000;
	margin: 0;
	padding: 10px 20px;
	font-size: 14px;
	font-weight: 400;
	display: block;
	text-transform: capitalize;
}
.navbar-nav > li > .dropdown-menu {
	top: 100%;
	padding: 0;
	margin: 38px 0 0 0;
	box-shadow: none;
	font-size: 16px;
	text-transform: uppercase;
	border-radius: 0;
	border-top: none;
}
.navbar-nav > li > .dropdown-menu li {
	border-bottom: solid 1px #d7d7d7;
}
.navbar-nav > li > .dropdown-menu li:last-child {
	border-bottom: none;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
	text-decoration: none;
	background: #eaeaea !important;
	color: #000 !important;
}
/* Car and Sign Up */
.cart-signup {
	margin: -11px 0 0 0;
	float: left;
}
.cart-signup li {
	list-style: none;
	display: inline-block;
	vertical-align: middle;
}
.cart-signup li .cart i {
	padding: 0 5px 0 0;
}
.cart-signup li .sign-up {
	padding: 8px 22px; font-weight:700;
	margin: 0 0 0 20px;
	border-radius: 6px;
	color: #fff;
	text-transform: uppercase;
}
.cart-signup li .sign-up:hover, .cart-signup li .sign-up:focus {
	background: #25272b;
	color: #fff;
}
/*
================================================
8. Banner Wrapper
================================================
*/
.banner-wrapper {
	width: 100%;
	float: left;
	position: relative;
}
.banner-wrapper .fade-carousel {
	position: relative;
}
.banner-wrapper .fade-carousel .carousel-control {
	opacity: 1;
	width: 10%;
}
.banner-wrapper .carousel-control.left {
	background-image: none;
}
.banner-wrapper .carousel-control.right {
	background-image: none;
}
.banner-wrapper .fade-carousel .slide-arrows .carousel-control span {
	height: 40px;
	line-height: 35px;
	width: 40px;
	border-radius: 50%;
	border: solid 2px #fafafa;
	margin: 0;
	padding: 0;
	font-size: 20px;
	text-align: center;
}
.banner-wrapper .hero {
	position: absolute;
	top: 00%;
	left: 12%;
	color: #fff;
	text-transform: uppercase;
	opacity: 0;
	width: 70%;
}
.banner-wrapper .carousel .item.active .hero {
	opacity: 1;
}
/*.banner-wrapper .hero h1 {
	font-size: 110px;
	font-weight: 900;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
}
.banner-wrapper .hero h1 span {
	color: #f3f3f3;
	font-weight: 400;
}
.banner-wrapper .hero h2 {
	font-weight: 100;
	font-size: 44px;
	text-transform: capitalize;
	margin: 0 0 30px 0;
	line-height: 52px;
	font-family: 'Lato', sans-serif;
}
.banner-wrapper .hero h2 span {
	display: block;
}
.banner-wrapper .btn-hero {
	border: solid 1px #e5e5e5;
	border-radius: 3px;
	color: #fff;
	background: none;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 400;
	margin: 0 10px 0 0;
	padding: 8px 22px;
}
.banner-wrapper .btn-hero:hover {
	color: #fff;
}*/
/* Slides backgrounds */
.banner-wrapper .fade-carousel .carousel-inner .item {
	transition-property: opacity;
}
.banner-wrapper .fade-carousel .carousel-inner .item, .banner-wrapper .fade-carousel .carousel-inner .active.left, .banner-wrapper .fade-carousel .carousel-inner .active.right {
	opacity: 0;
}
.banner-wrapper .fade-carousel .carousel-inner .active, .banner-wrapper .fade-carousel .carousel-inner .next.left, .banner-wrapper .fade-carousel .carousel-inner .prev.right {
	opacity: 1;
}
.banner-wrapper .fade-carousel .carousel-inner .next, .banner-wrapper .fade-carousel .carousel-inner .prev, .banner-wrapper .fade-carousel .carousel-inner .active.left, .banner-wrapper .fade-carousel .carousel-inner .active.right {
	left: 0;
	transform: translate3d(0, 0, 0);
}
.banner-wrapper .fade-carousel .carousel-control {
	z-index: 2;
}
.banner-wrapper .carousel, .carousel-inner, .banner-wrapper .carousel-inner .item {
	height: 100%;
}
.banner-wrapper .fade-carousel .slides .slide-1:before, .banner-wrapper .fade-carousel .slides .slide-2:before, .banner-wrapper .fade-carousel .slides .slide-3:before {
	background: #0B111E;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.banner-wrapper .fade-carousel .carousel-inner .item img {
	width: 100%;
	height: auto;
}
/*
================================================
9. Header Bottom Arrow
================================================
*/
.bottom_row {
	bottom: 0;
	cursor: pointer;
	position: absolute;
	z-index: 9;
	width: 100%;
	height: 38px;
	text-align: center;
}
.fa.fa-angle-down {
	color: #fff;
	font-size: 32px;
	font-weight: 300;
	padding: 3px 0 0 0;
	opacity: 1;
}
/*
================================================
10. Domain Search
================================================
*/
.domain-search {
	padding: 40px 0;
}
section.domain-search h3 {
	color: #fff;
	font-size: 40px;
	margin: 5px 0 0 0;
	line-height: 38px;
	font-weight: 600;
}
section.domain-search h3 span {
	display: block;
	font-size: 16px;
	font-weight: 300;
}
.domain-search .search {
	background: #fff;
	padding: 2%;
	width: 96%;
	border-radius: 6px;
}
.domain-search .search label {
	background: #25272b;
	padding: 16px 0;
	border-radius: 6px;
	margin: 0;
	color: #fff;
	font-weight: 300;
	font-size: 16px;
	margin: 0;
	display: inline-block;
	width: 18%;
	text-align: center;
}
.domain-search .search input {
	background: none;
	border: none;
	padding: 16px 0 16px 2%;
	display: inline-block;
	width: 60%;
}
.domain-search .search .btn {
	background: #25272b;
	padding: 16px 0;
	border-radius: 6px;
	margin: 0;
	color: #fff;
	font-weight: 300;
	font-size: 16px;
	margin: 0;
	display: inline-block;
	width: 20%;
	text-align: center;
}
.domain-search .search .btn i {
	font-size: 14px;
	padding: 0 0 0 5px;
}
/*
================================================
11. Domain Prices
================================================
*/
section.domain-prices {
	padding-top: 50px;
	padding-bottom:50px !important;
}
.domain-prices .prices {
	text-align: center;
}
.domain-prices .prices h4 {
	background: #25272b;
	padding: 12px 0;
	color: #fff;
	text-transform: uppercase;
	font-size: 26px;
}
.domain-prices .prices p {
	font-size: 24px;
	line-height: 32px;
}
.domain-prices .prices p span {
	display: block;
	text-decoration: line-through;
	font-size: 18px;
	font-weight: 300;
}
/*
================================================
12. About Us
================================================
*/
.about-us {
	background: #ebebeb;
	padding-bottom: 75px;
}
.about-us img {
	width: 100%;
	height: auto;
	padding: 0 30px 0 0;
}
.about-us h3 {
	font-size: 30px;
	font-weight: 400;
	color: #25272b;
	margin: 45px 0 26px 0;
}
.about-us p {
	font-size: 16px;
	font-weight: 300;
	line-height: 30px;
	margin: 0 0 30px 0;
}
.about-us .read-more {
	padding: 15px 30px;
	font-size: 16px;
	color: #fff;
	border-radius: 6px;
	display: inline-block;
}
.about-us .read-more:hover {
	background: #25272b;
}
/*
================================================
13. Web Search
================================================
*/
.web-search {
	background: #fff;
	text-align: right;
	padding-bottom: 73px;
}
.web-search img {
	padding: 0 0 0 30px;
}
/*
================================================
14. Dream Host
================================================
*/
.dream-host {
	padding: 35px 0 30px;
}
.dream-host h3 {
	color: #fff;
	font-size: 38px;
	margin: 0;
	line-height: 38px;
	font-weight: 600;
}
.dream-host h3 span {
	display: block;
	font-size: 16px;
	font-weight: 300;
}
.dream-host .purchase {
	color: #ffffff;
	border: solid 2px #ffffff;
	border-radius: 6px;
	padding: 10px 50px;
	font-weight: 600;
	font-size: 16px;
}
/*.dream-host .purchase:hover {
	border: solid 2px #25272b;
}*/
/*
================================================
15. Our Services
================================================
*/
.our-services .services {
	text-align: center;
}
.our-services .services h3 {
	font-size: 24px;
	font-weight: 400;
}
.our-services .services p {
	font-size: 16px;
	font-weight: 300;
	line-height: 26px;
	padding: 0 12px;
	margin: 0;
}
.our-services .services .live-chat-icon {
	background: url(../images/live-chat-icon.png) no-repeat left top;
	display: inline-block;
	margin: 0 0 10px 0;
	width: 76px;
	height: 66px;
}
.our-services .services .domain-transfer-icon {
	background: url(../images/domain-transfer-icon.png) no-repeat left top;
	display: inline-block;
	margin: 0 0 10px 0;
	width: 80px;
	height: 66px;
}
.our-services .services .secured-server-icon {
	background: url(../images/secured-server-icon.png) no-repeat left top;
	display: inline-block;
	margin: 6px 0 10px 0;
	width: 60px;
	height: 59px;
}
.our-services .services .domain-panel-icon {
	background: url(../images/domain-panel-icon.png) no-repeat left top;
	display: inline-block;
	margin: 0 0 10px 0;
	width: 60px;
	height: 63px;
}
/*
================================================
16. What we do
================================================
*/
.what-we-do {
	background: url(../images/what-we-do-bg.jpg) repeat left top;
	padding-top: 50px;
}
.what-we-do .title h2 {
	color: #fff;
}
.what-we-do .title p {
	color: #fff;
}
.what-we-do .what-we {
	text-align: center;
}
.what-we-do .what-we .icon {
	margin: 0 0 25px 0;
	width:112px;
	height:112px;
	display:inline-block;
}
.what-we-do .what-we h3 {
	font-size: 26px;
	font-weight: 400;
	color: #fff;
}
.what-we-do .what-we p {
	font-size: 16px;
	line-height: 26px;
	padding: 0 12px;
	color: #fff;
	margin: 0;
}
/*
================================================
17. Hosting Platforms
================================================
*/
.hosting-platforms {
	background: #ebebeb;
	padding-bottom: 75px;
}
.hosting-platforms .title {
	margin-bottom: 70px;
}
.hosting-platforms .plans {
	background: #ffffff;
	padding: 0 20px 20px 20px;
	text-align: center;
}
.hosting-platforms .plans:hover li, .hosting-platforms .plans.active li {
	color: #fff;
	border-bottom: solid 1px #fff;
}
.hosting-platforms .plans h3 {
	background: #25272b;
	border: 5px solid #ffffff;
	border-radius: 50%;
	color: #ffffff;
	display: inline-block;
	font-size: 20px;
	height: 90px;
	margin: -50px 0 0;
	padding: 20px 0 0;
	width: 90px;
	font-weight: 400;
}
.hosting-platforms .plans h3 span {
	font-size: 14px;
	display: block;
}
.hosting-platforms .plans li {
	list-style: none;
	font-size: 16px;
	color: #25272b;
	border-bottom: solid 1px #929395;
	padding: 15px 0;
}
.hosting-platforms .plans li:last-child {
	border: none;
}
.hosting-platforms .plans a {
	background: #25272b;
	border-radius: 6px;
	font-size: 16px;
	padding: 15px 30px;
	color: #fff;
	display: inline-block;
}
/*
================================================
18. Testimonials
================================================
*/
.testimonials img {
	width: 100%;
	height: auto;
}
.testimonials .item .tes-cnt {
	background: #ebebeb;
	padding: 25px;
	margin: 0 0 30px 0;
}
.testimonials .item p {
	font-size: 16px;
	margin: 0;
	padding: 0;
}
.testimonials .item p::before {
	content: "";
	display: block;
	font-family: "Fontawesome";
	font-size: 20px;
	margin-right: 15px;
}
.testimonials .item img {
	width: 104px;
	height: 104px;
	border-radius: 50%;
	border: solid 1px #f1f1f1;
	float: left;
	margin: 0 30px 0 0;
}
.testimonials .item .tes-details {
	float: left;
	margin: 30px 0 0 0;
}
.testimonials .item .tes-details h3 {
	font-size: 18px;
	font-weight: 300;
}
.testimonials .item .tes-details h3 span {
	color: #3f4b5d;
}
.testimonials .item .tes-details h4 {
	color: #25272b;
	font-size: 16px;
	font-weight: 300;
}
.testimonials .carousel-indicators {
	left: auto;
	right: 0;
	width: auto;
	z-index: 1;
}
.testimonials .carousel-indicators li {
	width: 14px;
	height: 14px;
	background: #ebebeb;
	padding: 0;
}
/*
================================================
19. Inner Page Styles
================================================
*/
inner-wrapper {
	background: #fff;
}
.top-banner {
	background-position: center center;
	background-size: cover;
	padding: 70px 0 100px;
	text-align: center;
}
.top-banner h1 {
	font-family: "Lato", sans-serif;
	font-size: 60px;
	font-weight: 400;
	margin: 0 0 15px;
	text-transform: capitalize;
	color: #fff;
	line-height: 48px;
}
.top-banner p {
	color: #fff;
	margin: 0;
}
.inner-wrapper ul {
	margin: 0;
}
.inner-wrapper li {
	list-style: outside none none;
	padding: 0 0 15px;
}
.inner-wrapper li i {
	padding: 0 10px 0 0;
}
.inner-wrapper .read-more {
	border-radius: 6px;
	color: #ffffff;
	margin: 20px 0 0 0;
	padding: 8px 22px;
	text-transform: uppercase;
	display: inline-block;
}
.inner-wrapper .read-more:hover {
	background: #25272b;
}
/*
================================================
20. Hosting
================================================
*/
.hosting-banner {
	/*background-image: url(../images/hosting-banner.jpg);*/
	background-position: center center;
	background-size: cover;
	padding: 60px 0 50px;
}
.hosting-banner h1 {
	font-family: "Lato", sans-serif;
	font-size: 62px;
	font-weight: 900;
	margin: 0 0 10px 0;
	padding: 0;
	text-transform: uppercase;
}
.hosting-banner h2 {
	font-family: "Lato", sans-serif;
	font-size: 40px;
	font-weight: 400;
	margin: 0 0 40px;
	text-transform: capitalize;
	color: #fff;
	line-height: 48px;
}
.hosting-banner h2 span {
	display: block;
	font-weight: 300;
}
.hosting-banner ul {
	margin: 0 0 30px 0;
}
.hosting-banner ul li {
	list-style: none;
	display: inline-block;
	width: 40%;
	color: #fff;
	padding: 0 0 10px 0;
	font-size: 16px;
	font-weight: 300;
}
.hosting-banner ul li i {
	color: #fff;
	font-size: 6px;
	padding: 10px 6px 0 0;
	vertical-align: top;
}
.hosting-banner .price {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 46px;
	padding: 0;
}
.hosting-banner .price span {
	display: block;
	font-size: 50px;
}
.hosting-banner .price span i {
	font-size: 20px;
	font-style: normal;
	text-transform: lowercase;
	vertical-align: middle;
}
.hosting-banner .buynow {
	margin: 50px 0 0;
	vertical-align: top;
}
.hosting-banner .buynow a {
	text-transform: uppercase;
	color: #fff;
	border-radius: 6px;
	padding: 15px 35px;
	font-weight: 600;
	font-size: 18px;
}
.hosting-banner .sale {
	/*border: solid 1px #ffffff;*/
	padding:0 30px 0 0;
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 0 0;
}
.hosting-banner .sale h3 {
	font-weight: 900;
	color: #fff;
	font-size: 92px; letter-spacing:-6px;
	margin: 0; text-align:left;
}
.hosting-banner .sale h3 span {
	font-weight: 300;
	font-size: 55px;
	display: block;
}
.hosting-banner .sale h2 {
	font-weight: 900;
	font-size: 37px;
	line-height: 38px;
	margin: 0;
}
.hosting-banner .sale h2 span {
	display: inline-block;
	font-weight: 900;
}
/*
================================================
21. Hosting Features
================================================
*/
.hosting-features {
	background: #ebebeb;
	padding-bottom: 40px; padding-top:30px;
}
.hosting-features .features {
	background: #fff;
	padding: 20px 10px;
	display: inline-block;
	margin: 0 0 30px 0; cursor:pointer;
}
.hosting-features .features:hover p, .hosting-features .features:hover h3 {
	color: #fff;
}
.hosting-features .features p {
	margin: 0;
}
.hosting-features .features .icon {
	border-radius: 50%;
	width: 110px;
	height: 110px;
	background: #25272b;
	text-align: center;
	line-height: 110px;
}
/*
================================================
22. Faq
================================================
*/
.faq .panel-group {
	margin-bottom: 0;
}
.faq .panel-heading {
	border-radius: 0;
	padding: 0;
	border: none;
	background-color: inherit;
}
.faq .panel {
	border: none;
	border-radius: 0;
	box-shadow: none;
}
.faq .panel-title {
	position: relative;
}
.faq .panel-title a {
	color: #fff;
	padding: 16px 18px;
	display: block;
	font-size: 18px;
	font-weight: 400;
}
.faq .panel-title a.collapsed {
	color: #25272b;
	background-color: #e1e1e1;
	border: solid 1px #e1e1e1;
}
.faq .panel-title i {
	padding: 0 10px 0 0;
}
.faq .panel-title span {
	font-family: tahoma;
	font-size: 20px;
	padding: 0 5px 0 0;
}
.faq .panel-title a.collapsed:after {
	content: "\f068";
	font-family: "FontAwesome";
	position: absolute;
	right: 15px;
	font-size: 16px;
}
.faq .panel-title a:after {
	content: "\f067";
	font-family: "FontAwesome";
	position: absolute;
	right: 15px;
	font-size: 16px;
}
.faq .panel-body {
	background: #e1e1e1;
}
.faq .panel-group .panel + .panel {
	margin-top: 15px;
}
/*
================================================
23. Call Back
================================================
*/
.call-back {
	background: #ebebeb;
}
.call-back .title p {
	margin-bottom: 0;
}
.call-back form input {
	color: #333;
	font-size: 14px;
	height: 50px;
	line-height: 50px;
	padding-left: 10px;
	width: 100%;
	margin: 0 0 15px 0;
	float: left;
	border-radius: 10px;
	background: #fff;
	border: solid 1px #ccc;
}
/*.call-back form div {
	color: #333;
	font-size: 14px;
	height: 50px;
	line-height: 50px;
	padding-left: 10px;
	width: 100%;
	margin: 0 0 15px 0;
	float: left;
	border-radius: 10px;
	background: #fff;
	border: solid 1px #ccc;
}*/
.call-back form textarea {
	background: #fff;
	border: solid 1px #ccc;
	border-radius: 6px;
	padding-left: 1%;
	padding-top: 5px;
	width: 100%;
	margin: 0 0 14px 0;
	color: #333;
	font-size: 14px;
	height: 100px;
}
.call-back form .btn {
	border: 0 none;
	border-radius: 5px;
	color: #ffffff;
	font-size: 20px;
	font-weight: 700;
	margin: 15px 0 0;
	padding: 10px 30px;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.3s ease 0s; margin:0 auto; display:block;
}
/*
================================================
24. Domain Register
================================================
*/
.domain-register-wrapper {
	padding-bottom: 40px;
}
.domain-register {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	padding: 24px 10px 30px;
	margin: 0 0 30px 0;
	text-align: center;
}
.domain-register h3 {
	font-size: 40px;
	margin: 0;
}
.domain-register p {
	font-size: 13px;
	line-height: 18px;
}
.domain-register h4 {
	font-size: 24px;
	line-height: 32px;
}
.domain-register h4 span {
	text-decoration: line-through;
	font-size: 16px;
	padding: 0 0 0 5px;
}
.domain-register a {
	background: #25272b;
	border-radius: 6px;
	color: #ffffff;
	display: inline-block;
	font-size: 16px;
	padding: 15px 30px;
}
/*
================================================
25. Domain Transfer
================================================
*/
.inner-wrapper.what-we-do {
	background: #fff;
}
.inner-wrapper.what-we-do h3 {
	color: #2a2a2a;
}
.inner-wrapper.what-we-do p {
	color: #2a2a2a;
}
.inner-wrapper.what-we-do .what-we i {
	width: 112px;
	height: 112px;
	line-height: 112px;
	color: #fff;
	font-size: 40px;
	border-radius: 0 50% 0 50%;
	margin: 0 0 20px 0;
}
/*
================================================
26. Domain Price
================================================
*/
.tables .table-custom {
	width: 100%;
}
.tables .table-custom tbody tr:first-child {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: -moz-use-text-color -moz-use-text-color #2d2e2e;
	border-image: none;
	border-style: none none solid;
	border-width: medium medium 1px;
}
.tables .table-custom th, .table-custom td {
	padding: 13px 23px;
}
.tables .table-custom tbody tr {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #e5e5e5 -moz-use-text-color;
	border-image: none;
	border-style: solid none;
	border-width: 1px medium;
}
.tables .table-custom tbody tr:hover {
	background: #f5f5f5;
}
.tables .striped tr:nth-child(even) {
	background-color: #f5f5f5
}
.tables table.striped tr:hover {
	background: none;
}
.tables table.striped tr:hover:nth-child(even) {
	background-color: #f5f5f5
}
.tables .table-custom.table-dark tr th {
	color: #fff;
}
.tables .table-custom.border, .border td, .border th {
	border: 1px solid #eee;
}
.tables .table-custom.border tr:hover {
	background: none;
}
/*
================================================
27. About Us Page
================================================
*/
.inner-wrapper.about {
	padding-bottom: 40px;
}
.inner-wrapper .callout {
	background: #f5f5f5;
	padding: 20px;
	margin: 0 0 30px 0;
}
.inner-wrapper .about-list li {
	display: inline-block;
	width: 40%;
}
/*
================================================
28. Testimonials Page
 ================================================
*/
.inner-wrapper.testimonials .divider {
	border-top: 1px solid #efefef;
	margin: 50px 0 0;
}
.inner-wrapper.testimonials .carousel-indicators {
	left: auto;
	right: 0;
	width: auto;
	z-index: 1;
}
.tes-wrapper {
	background-color: #FFF;
	border: 1px solid #e5e5e5;
	text-align: center;
	border-radius: 6px;
	padding: 0;
	margin: 50px 0 0 0;
}
.tes-wrapper img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.tes-wrapper span {
	border-radius: 100px;
	display: inline-block;
	height: 100px;
	width: 100px;
	margin-bottom: 10px;
	margin-top: -50px;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.tes-wrapper p {
	padding: 0 10px;
}
.tes-wrapper a {
	display: inline-block;
	margin: 20px 0;
}
.tes-wrapper:hover span {
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.2);
}
.tes-wrapper h3 {
	border-top: 1px solid #e5e5e5;
	margin: 20px 0 0;
	padding: 20px 0 30px;
	font-weight: 400;
}
/*
================================================
29. Our Team
================================================
*/
.our-team .team {
	border: solid 1px #f0f0f0;
	float: left;
	width: 100%;
}
.our-team .team img {
	width: 100%;
	height: auto;
}
.our-team .team h3 {
	font-size: 20px;
	line-height: 26px;
	color: #000;
	margin: 0 0 20px 0;
	font-weight: 400;
}
.our-team .team:hover h3 {
	color: #fff;
}
.our-team .team h3 span {
	font-size: 16px;
	display: block;
}
.our-team .team .team-cnt {
	background: #ffffff;
	padding: 22px;
	float: left;
	width: 100%;
}
.our-team .team .team-cnt ul {
	margin: 0;
}
.our-team .team .team-cnt li {
	list-style: none;
	padding: 0;
}
.our-team .team .team-cnt .address li i {
	display: inline-block;
	margin: 5px 5px 0 0;
	vertical-align: top;
	color: #2a2a2a;
}
.our-team .team:hover .team-cnt .address li i {
	color: #fff;
}
.our-team .team .team-cnt ul li p {
	display: inline-block;
	margin-bottom: 5px;
	font-size: 14px;
}
.our-team .team:hover .team-cnt ul li p {
	color: #fff;
}
.our-team .team:hover .team-cnt ul li p a {
	color: #fff;
}
.our-team .team .team-cnt .social-icons {
	margin-top: 20px;
}
.our-team .team .team-cnt .social-icons li {
	display: inline-block;
}
.our-team .team .team-cnt .social-icons i {
	width: 30px;
	height: 30px;
	line-height: 28px;
	font-size: 16px;
	border-radius: 50%;
	text-align: center;
	border: solid 1px #ccc;
	color: #ccc;
	margin: 0 10px 0 0;
	padding: 0;
}
.our-team .team:hover .team-cnt .social-icons i {
	border: solid 1px #fff;
	color: #fff;
}
/*
================================================
30. Login / Sign Up
================================================
*/
.login {
	background: #fff;
}
.login h3 {
	margin: 0 0 24px 0;
}
/* Checkbox styling */
.login form [type="checkbox"]:not(:checked), .login form [type="checkbox"]:checked {
	position: absolute;
	left: -9999px;
}
.login form [type="checkbox"]:not(:checked) + label, .login form [type="checkbox"]:checked + label {
	position: relative;
	padding-left: 30px;
	cursor: pointer;
	font-weight: 400;
	font-size: 14px;
	color: #000;
}
/* checkbox aspect */
.login form [type="checkbox"]:not(:checked) + label:before, .login form [type="checkbox"]:checked + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 2px;
	width: 20px;
	height: 20px;
	border: solid 1px #202020;
	border-radius: 50%;
}
/* checked mark aspect */
.login form [type="checkbox"]:not(:checked) + label:after, .login form [type="checkbox"]:checked + label:after {
	content: '✔';
	position: absolute;
	top: 8px;
	left: 5px;
	font-size: 12px;
	line-height: 0.8;
	color: #000;
	transition: all .2s;
}
/* checked mark aspect changes */
.login form [type="checkbox"]:not(:checked) + label:after {
	opacity: 0;
	transform: scale(0);
}
.login form [type="checkbox"]:checked + label:after {
	opacity: 1;
	transform: scale(1);
}
.login form .forget-password a {
	color: #000000;
	font-size: 14px;
	font-weight: 400;
}
.login form .btn {
	width: 100%;
}
.login .signup {
	border-left: 1px solid #cccccc;
	float: left;
	margin: 0 0 0 15px;
	padding: 0 0 0 45px;
}
/*
================================================
31. 404
================================================
*/
.error-page {
	text-align: center;
}
.error-page i {
	color: #ccc;
	font-size: 160px;
}
.error-page h3 {
	font-size: 60px;
}
.error-page h4 {
	font-size: 30px;
	color: #2a2a2a;
	font-weight: 300;
}
.error-page a {
	border-radius: 6px;
	color: #ffffff;
	margin: 20px 0 0 0;
	padding: 10px 22px;
	text-transform: uppercase;
	display: inline-block;
}
.error-page a:hover, .error-page a:focus {
	background: #25272b;
}
/*
================================================
32. Blog Page
================================================
*/
.inner-wrapper.blog .thumbnail {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	border-radius: 0;
	margin-bottom: 50px;
	padding: 0;
	position: relative;
}
.inner-wrapper.blog .thumbnail:hover .caption {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.inner-wrapper.blog .thumbnail:hover .caption a.readmore {
	color: #fff;
}
.inner-wrapper.blog .thumbnail:hover .caption a {
	color: #6c6c6c;
}
.inner-wrapper.blog .thumbnail:hover .hover-img > img {
	opacity: 0.6;
	transform: scale(1.1);
	transition-duration: 0.5s;
}
.inner-wrapper.blog .thumbnail img {
	width: 100%;
}
.inner-wrapper.blog .hover-img {
	background: #2d2e2e;
	display: block;
	overflow: hidden;
	position: relative;
	text-align: center;
}
.hover-img > img {
	min-height: 100%;
	transition-duration: 0.5s;
}
.inner-wrapper.blog .date {
	position: absolute;
	top: 0;
	left: 0;
}
.inner-wrapper.blog ul {
	margin: 0;
	padding: 0;
}
.inner-wrapper.blog ul li {
	display: inline-block;
	list-style: none;
}
.inner-wrapper.blog .date li {
	padding: 10px 15px;
	border-left: solid 1px #f5f5f5;
	font-weight: 600;
	font-size: 16px;
	color: #fff;
}
.inner-wrapper.blog .date li:first-child {
	border: none;
}
.inner-wrapper.blog .caption {
	background: #f8f8f8;
	margin: 0;
	padding: 20px 20px 30px;
}
.inner-wrapper.blog .caption h3 {
	margin: 0 0 10px 0;
}
.blog .caption h3 a {
	font-size: 22px;
}
.inner-wrapper.blog .caption h3 a:focus {
	text-decoration: none;
}
.inner-wrapper.blog .caption a {
	color: #000000;
	font-weight: 600;
}
.inner-wrapper.blog .caption a.readmore {
	border: solid 1px #b7b7b7;
	padding: 8px 20px;
}
.inner-wrapper.blog .caption p {
	line-height: 26px;
	margin: 0 0 20px 0;
}
.inner-wrapper.blog .details {
	margin: 0 0 20px 0;
}
.inner-wrapper.blog .details li {
	margin: 0 10px 0 0;
	font-weight: 600;
	color: #6c6c6c;
}
.inner-wrapper.blog .details li span {
	color: #000;
	font-weight: 600;
}
.inner-wrapper.blog .list-inline li a {
	background: #000;
	color: #fff;
	padding: 5px;
}
.blog-pagination {
	text-align: center;
}
.blog-pagination li {
	display: inline-block;
	margin: 0 5px 0 0;
	padding: 0;
}
.blog-pagination li a {
	padding: 10px 16px;
}
.blog-pagination .pagination > li > a, .blog-pagination .pagination > li > span {
	color: #000;
}
.blog-pagination .pagination > li > a:focus, .blog-pagination .pagination > li > a:hover, .blog-pagination .pagination > li > span:focus, .blog-pagination .pagination > li > span:hover {
	color: #fff;
}
/*
================================================
33. Blog Details
================================================
*/
.inner-wrapper .single-post h3 {
	margin: 0 0 10px 0;
	text-align: left;
	font-size: 24px;
}
.inner-wrapper .single-post .list-inline li a {
	background: #000000 none repeat scroll 0 0;
	color: #fff;
	padding: 8px;
}
.inner-wrapper .single-post .list-inline li a:hover {
	color: #fff;
}
.inner-wrapper .single-post .thumbnail {
	border: none;
	padding: 0;
	margin: 0 0 20px 0;
	position: relative;
}
.inner-wrapper .single-post .thumbnail .date {
	position: absolute;
	top: 0;
	left: 0;
}
.inner-wrapper .single-post .thumbnail .date li {
	padding: 10px 15px;
	border-left: solid 1px #f5f5f5;
	font-weight: 600;
	font-size: 16px;
	display: inline-block;
	color: #fff;
}
.inner-wrapper .single-post .date li:first-child {
	border: none;
}
.inner-wrapper .single-post .details {
	margin: 0 0 20px 0;
}
.inner-wrapper .single-post .details li {
	margin: 0 10px 0 0;
	font-weight: 600;
	color: #6c6c6c;
	display: inline-block;
}
.inner-wrapper .single-post .details li span {
	color: #000;
	font-weight: 600;
}
.inner-wrapper .single-post img {
	width: 100%;
}
.inner-wrapper .single-post .thumbnail .caption {
	padding: 10px 0 10px 0;
}
.inner-wrapper .single-blog {
	margin: 0 0 30px 0;
}
.inner-wrapper .single-post .form-item {
	background: #fff none repeat scroll 0 0;
	border-radius: 0;
	box-shadow: none;
	height: 45px;
	padding-left: 15px;
}
.inner-wrapper .single-post .btn-1 {
	border: medium none;
	border-radius: 0;
	color: #fff;
	padding: 12px 25px;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
}
.inner-wrapper .single-post blockquote {
	border-left: 3px solid #eee;
	font-size: 14px;
	margin: 0 0 20px;
	padding: 10px 20px;
}
.inner-wrapper .single-post .list-inline {
	margin: 0 0 20px 0;
}
.inner-wrapper .single-post .sidebar h3 {
	margin-bottom: 26px;
	font-size: 22px;
}
.inner-wrapper .single-post .sidebar h3::after {
	content: "";
	display: block;
	height: 3px;
	margin: 10px 0 0;
	width: 40px;
}
.inner-wrapper .single-post .meta {
	font-size: 12px;
}
.align-right {
	text-align: right;
}
.single-post form {
	margin: 0 0 20px;
}
.inner-wrapper .single-post h4 {
	font-size: 14px;
	color: #000000;
	margin: 0 0 5px 0;
}
.inner-wrapper .sidebar #custom-search-input {
	padding: 3px;
	border: solid 1px #E4E4E4;
	border-radius: 6px;
	background-color: #fff;
	margin: 0 15px 24px 15px;
}
.inner-wrapper .sidebar #custom-search-input input {
	border: 0;
	box-shadow: none;
}
.inner-wrapper .sidebar #custom-search-input button {
	margin: 2px 0 0 0;
	background: none;
	box-shadow: none;
	border: 0;
	color: #666666;
	padding: 0 8px 0 10px;
	border-left: solid 1px #ccc;
}
.inner-wrapper .sidebar #custom-search-input button:hover {
	border: 0;
	box-shadow: none;
	border-left: solid 1px #ccc;
}
.inner-wrapper .sidebar #custom-search-input .glyphicon-search {
	font-size: 23px;
}
.inner-wrapper .single-post .latest-blogs {
	margin: 0 0 10px 0;
}
.inner-wrapper .single-post .latest-blog {
	border-bottom: 1px solid #c1c1c1;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.inner-wrapper .single-post .latest-blog:last-child {
	border: none;
}
.inner-wrapper .single-post .meta-info {
	padding: 0;
	margin: 5px 0 0 0;
}
.inner-wrapper .single-post .meta-info h3 a {
	color: #000000;
}
.inner-wrapper .sidebar .meta-info h3 a:hover {
	color: #333;
}
.inner-wrapper .single-post .comments {
	background: #f5f5f5;
	margin: 0 0 30px;
	padding: 20px;
	float: left;
	width: 100%;
}
.inner-wrapper .single-post .comments p {
	margin: 10px 0 0 0;
}
.inner-wrapper .single-post .post {
	margin-bottom: 0;
}
.inner-wrapper .sidebar .unordered-list ul li::before {
	color: #000;
	content: "";
	font-family: "FontAwesome";
	font-size: 14px;
	padding: 0 10px 0 0;
}
.inner-wrapper .sidebar .unordered-list ul li + li {
	margin: 10px 0 0;
}
.inner-wrapper .sidebar .unordered-list ul {
	margin: 0 0 30px 0;
}
.inner-wrapper .sidebar .unordered-list ul li a:hover, .inner-wrapper .sidebar .unordered-list ul li a:focus {
	color: #333;
	text-decoration: none;
}
.inner-wrapper .single-post .unordered-list ul li {
	list-style: none;
}
.inner-wrapper .single-post .unordered-list ul li::before {
	content: "\f105";
	font-family: "FontAwesome";
	font-size: 14px;
	padding: 0 10px 0 0;
}
.inner-wrapper .single-post .unordered-list.no-space {
	margin: 0 0 10px;
}
.inner-wrapper .single-post .unordered-list ul {
	margin: 0 0 10px 30px;
}
.inner-wrapper .single-post .ordered-list ol {
	margin: 0 0 10px 46px;
}
.inner-wrapper .single-post .ordered-list {
	margin: 0 0 10px;
}
.inner-wrapper .sidebar .unordered-list ul {
	margin: 0 0 30px 0;
}
.inner-wrapper .sidebar .unordered-list ul li a {
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	transition-duration: 0.3s;
	transition-property: transform;
	display: inline-block;
}
.inner-wrapper .sidebar .unordered-list ul li a:hover, .inner-wrapper .sidebar .unordered-list ul li a:focus {
	-webkit-transform: translateX(10px);
	-moz-transform: translateX(10px);
	-ms-transform: translateX(10px);
	-o-transform: translateX(10px);
	transform: translateX(10px);
}
.inner-wrapper .sidebar .tags li {
	display: inline-block;
	list-style: none;
	background: #f5f5f5;
	padding: 5px 12px;
	margin: 0 5px 5px 0;
}
.inner-wrapper .sidebar .tags li:hover a {
	color: #fff;
}
/*
================================================
34. Contact Us Page
================================================
*/
.get-in-touch {
	background-image: url(../images/get-in-touch-bg.jpg);
	background-position: center center;
	background-size: cover;
}
.get-in-touch .title h2 {
	color: #fff;
}
.get-in-touch .title p {
	color: #fff;
}
.get-in-touch .title h2::before {
	background: rgba(0, 0, 0, 0) url(../images/h2-before-white.png) no-repeat scroll left top;
}
.get-in-touch .title h2::after {
	background: rgba(0, 0, 0, 0) url(../images/h2-after-white.png) no-repeat scroll left top;
}
.get-in-touch .details {
	text-align: center;
}
.get-in-touch .details h3 {
	color: #fff;
	font-size: 26px;
	font-weight: 400;
	margin: 0 0 15px 0;
}
.get-in-touch .details i {
	margin: 0 0 15px 0;
	font-size: 50px;
	color: #fff;
}
.get-in-touch .details p {
	color: #acacac;
	font-size: 15px;
	line-height: 26px;
	margin: 0;
	padding: 0 20px;
}
.get-in-touch .details a {
	color: #acacac;
}
/*
================================================
35. Contact Details
================================================
*/
.contact-details {
	padding: 20px 0 17px;
}
.contact-details i {
	border: 1px solid #ffffff;
	border-radius: 50%;
	color: #ffffff;
	display: inline-block;
	font-size: 26px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	width: 60px;
	margin: 0 15px 0 0;
}
.contact-details h3 {
	color: #ffffff;
	display: inline-block;
	font-size: 24px;
	font-weight: 300;
	margin: 0;
}
/*
================================================
36. Footer Wrapper
================================================
*/
.footer-wrapper {
	background: #25272b;
	padding-top: 60px;
	padding-bottom: 50px;
}
.footer-wrapper h3 {
	color: #fff;
	font-weight: 300;
	font-size: 20px;
	margin: 0 0 25px 0;
}
.footer-wrapper p, .footer-wrapper a {
	color: #acacac;
}
.footer-wrapper p strong {
	color: #fff;
	font-weight: 400;
}
.footer-wrapper ul {
	margin: 0;
}
.footer-wrapper li {
	list-style: none;
	padding: 0 0 15px 0;
}
.footer-wrapper li i {
	padding: 0 10px 0 0; transition:0.7s;
}
.footer-wrapper .border {
	border-left: 1px solid #737374;
	min-height: 242px;
}
/*
================================================
37. Footer
================================================
*/
footer {
	padding: 20px 0;
	float: left;
	width: 100%;
	background: #141618;
}
footer p {
	margin: 5px 0 0 0;
	color: #6c6c6c;
	font-size: 13px;
	text-align: center;
	border-radius: 6px;
	padding: 10px 20px;
}
footer .social-icons {
	margin: 13px 0 0 0;
}
footer .social-icons li {
	list-style: none;
	display: inline-block;
	padding: 0 0 0 10px;
}
footer .social-icons li i {
	color: #6c6c6c;
	border: solid 1px #6c6c6c;
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
}
footer .social-icons li:hover i {
	opacity: 1;
}
/* Scroll Up */
#scrollUp {
	background: #000;
	border-radius: 50%;
	bottom: 20px;
	color: #fff;
	display: block;
	font-size: 25px;
	height: 40px;
	line-height: 0;
	position: fixed;
	right: 20px;
	text-align: center;
	text-decoration: none !important;
	transition: all 0.5s cubic-bezier(0, 0, 0, 1) 0s;
	width: 40px;
	z-index: 1000;
}
#scrollUp:hover {
	background: #000;
	color: #fff;
}
#scrollUp i {
	display: block;
	padding-top: 5px;
}

/*
================================================
38. Media Quries 
================================================
*/
@media (min-width: 992px) and (max-width: 1024px) {
/* Nav */
.navbar-nav > li > a {
	padding: 0 12px;
}
.navbar {
	margin: 22px 0 0;
}
.navbar-nav > li > .dropdown-menu {
	margin-top: 34px;
}
/* Cart and Sign Up */
.cart-signup {
	margin-left: 12px;
}
.cart-signup li .sign-up {
	margin-left: 12px;
}
/* Banner */
.banner-wrapper .hero {
	top: 22%;
}
.banner-wrapper .hero h1 {
	font-size: 80px;
}
.banner-wrapper .hero h2 {
	font-size: 46px;
	line-height: 52px;
	margin: 0 0 20px;
}
.banner-wrapper .btn-hero {
	padding: 6px 14px;
}
/* Domain Search */
section.domain-search h3 {
	font-size: 34px;
}
section.domain-search h3 span {
	font-size: 14px;
}
.domain-search .search .btn {
	font-size: 14px;
}
/* About Us */
.about-us h3 {
	margin-top: 8px;
}
/* Dream Host */
.dream-host h3 {
	font-size: 34px;
}
.dream-host h3 span {
	font-size: 16px;
	line-height: 22px;
}
/* Hosting */
.hosting-banner h1 {
	font-size: 66px;
}
.hosting-banner h2 {
	font-size: 38px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
/* Nav */
nav.pull-right {
	float: left !important;
}
.navbar-nav > li > a {
	padding: 0 12px;
}
.navbar-nav > li:first-child > a {
	padding-left: 0;
}
.affix .logo-wrapper {
	padding: 20px 0 21px;
}
.affix .navbar-nav > li > .dropdown-menu {
	margin: 32px 0 0;
}
.navbar {
	margin-top: 20px;
}
.navbar-nav > li > .dropdown-menu {
	margin-top: 30px;
}
/* Cart and Sign Up */
.cart-signup {
	margin-left: 12px;
}
.cart-signup li .sign-up {
	margin-left: 12px;
}
/* Top Wrapper */
.top-wrapper ul li {
	padding: 0 0 0 14px;
}
/* Banner */
.banner-wrapper .hero {
	top: 21%;
}
.banner-wrapper .hero h1 {
	font-size: 55px;
}
.banner-wrapper .hero h2 {
	font-size: 30px;
	line-height: 38px;
	margin: 0 0 20px;
}
.banner-wrapper .btn-hero {
	padding: 6px 14px;
}
/* Domain Search */
section.domain-search h3 {
	margin: 0 0 25px 0;
}
/* About Us */
.about-us img {
	padding: 0;
}
.about-us h3 {
	margin-top: 0;
	font-size: 22px;
}
.about-us p {
	font-size: 14px;
	line-height: 26px;
}
/* Dream Host */
.dream-host h3 span {
	font-size: 15px;
}
/* Our Services */
.our-services {
	padding-bottom: 10px;
}
.our-services .services {
	margin-bottom: 60px;
}
/* What we do */
.what-we-do {
	padding-bottom: 10px;
}
.what-we-do .what-we {
	margin-bottom: 60px;
}
/* Hosting Platforms */
.hosting-platforms {
	padding-bottom: 0;
}
.hosting-platforms .plans {
	margin-bottom: 70px;
}
/* Hosting */
.hosting-banner .sale {
	margin-left: 0;
	margin-bottom: 40px;
}
/* Hosting Features */
.hosting-features .features {
	text-align: center;
}
.hosting-features .features .icon {
	display: inline-block;
	margin: 0 0 20px 0;
}
/* Testimonials */
.testimonials .carousel-indicators {
	bottom: -46px;
}
/* Our Team */
.our-team {
	padding-bottom: 40px;
}
.our-team .team {
	margin-bottom: 30px;
}
/* Contact Details */
.contact-details h3 {
	font-size: 18px;
}
.contact-details i {
	font-size: 22px;
	height: 50px;
	line-height: 50px;
	margin: 0 8px 0 0;
	width: 50px;
}
/* Get In Touch */
.get-in-touch {
	padding-bottom: 30px;
}
.get-in-touch .details {
	margin-bottom: 40px;
}
}

@media (max-width: 767px) {
/* Common Css */	
section h2 {
	font-size: 30px;
	line-height: 32px;
}
section .title p {
	font-size: 20px;
	margin: 0;
}
.top-banner h1 {
	font-size: 44px;
}
.domain-prices .prices p {
	margin: 0 0 40px;
}
section.domain-prices {
	padding-bottom: 30px;
}
/* Nav */
.navbar-default .navbar-collapse {
	float: none;
	border: none;
}
nav.navbar.navbar-default.pull-right {
	float: left !important;
	width: 100%;
}
.navbar {
	margin: 0;
}
.navbar-brand {
	display: block;
}
.navbar-toggle {
	margin-top: 18px;
	margin-right: 0;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: inherit;
}
.navbar-nav {
	background: #fff;
	float: left;
	margin: 10px 0 0;
	width: 100%;
	padding: 5px 0 10px 0;
}
.navbar-nav > li > a {
	padding: 10px 20px;
}
.navbar-default .navbar-nav > li > a {
	color: #000;
}
.navbar-default .navbar-nav > li > a > i {
	position: static;
}
.navbar-nav > li {
	border-right: none;
}
.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
	padding: 10px 15px 10px 25px;
}
/* Banner */
.banner-wrapper .hero {
	display: none;
}
.banner-wrapper .fade-carousel .slide-arrows .carousel-control span {
	height: 30px;
	line-height: 25px;
	width: 30px;
}
/* Domain Search */
section.domain-search h3 {
	margin: 0 0 25px 0;
	font-size: 22px;
}
section.domain-search h3 span {
	line-height: 22px;
}
.domain-search .search label {
	width: 100%;
}
.domain-search .search input {
	width: 100%;
}
.domain-search .search .btn {
	width: 100%;
}
/* Domain Prices */
section.domain-prices .title p {
	font-size: 20px;
	margin: 0;
}
/* About Us */
.about-us img {
	padding: 0;
	margin: 0 0 30px 0;
}
.about-us h3 {
	margin-top: 0;
	font-size: 22px;
}
.about-us p {
	font-size: 14px;
	line-height: 26px;
}
/* Web Search  */
.web-search img {
	margin: 30px 0 0;
}
/* Dream Host */
.dream-host h3 {
	margin: 0 0 25px 0;
	font-size: 20px;
}
.dream-host h3 span {
	line-height: 22px;
}
.dream-host .purchase {
	float: left !important;
}
/* Our Services */
.our-services {
	padding-bottom: 10px;
}
.our-services .services {
	margin-bottom: 60px;
}
/* What we do */
.what-we-do {
	padding-bottom: 10px;
}
.what-we-do .what-we {
	margin-bottom: 60px;
}
/* Hosting Platforms */
.hosting-platforms {
	padding-bottom: 0;
}
.hosting-platforms .plans {
	margin-bottom: 70px;
}
/* Testimonials */
.testimonials .carousel-indicators {
	bottom: -46px;
}
/* Hosting */
.hosting-banner h1 {
	font-size: 28px;
}
.hosting-banner h2 {
	font-size: 20px;
	line-height: 28px;
}
.hosting-banner ul li {
	width: 100%;
}
.hosting-banner .sale {
	margin-left: 0;
	margin-bottom: 40px;
}
/* Hosting Features */
.hosting-features .features {
	text-align: center;
}
.hosting-features .features .icon {
	display: inline-block;
	margin: 0 0 20px 0;
}
/* Contact Details */
.contact-details {
	padding-bottom: 0;
	padding-top: 40px;
}
.contact-details h3 {
	margin-bottom: 60px;
}
/* Call Back */
.call-back .title p {
	font-size: 14px;
	line-height: 20px;
}
/* About Us */
.inner-wrapper .read-more {
	margin-bottom: 30px;
}
.inner-wrapper .about-list li {
	width: 100%;
}
/* Testimonial Page */
.inner-wrapper.testimonials {
	padding-bottom: 0;
}
.tes-wrapper {
	margin-bottom: 100px;
}
/* Get In Touch */
.get-in-touch {
	padding-bottom: 30px;
}
.get-in-touch .details {
	margin-bottom: 40px;
}
/* Single Post */
.inner-wrapper .single-post .meta-info {
	padding: 5px 15px;
}
.inner-wrapper .single-post .latest-blog {
	border: none;
}
.inner-wrapper .sidebar #custom-search-input {
	margin-top: 15px;
}
/* Our Team */
.our-team {
	padding-bottom: 40px;
}
.our-team .team {
	margin-bottom: 30px;
}
/* Login / Sign Up */
.login .signup {
	border-left: medium none;
	border-top: 1px solid #cccccc;
	float: left;
	margin: 40px 0 0;
	padding: 35px 0 0;
}
/* Footer Wrapper */
.footer-wrapper .border {
	border-bottom: 1px solid #737374;
	border-left: none;
	margin: 0 0 30px;
	min-height: auto;
	padding: 16px 0 0;
}
/* Footer*/
footer {
	text-align: center;
}
footer p {
	margin: 30px 0;
}
footer .social-icons {
	float: none !important;
	margin: 0;
}
}



/*---------------------- custom css -------------------*/
.pricing-table:last-child {margin-bottom: 0;}

.pricing-table .inner {margin-bottom: -40px;}
.pricing-table-1 .price-item {background-color: #fff;border-radius: 0 25px 25px;border-style: solid;border-width: 5px;padding: 40px 0 30px;text-align: center;}
.pricing-table .price-item {margin-bottom: 0;max-width: 100%;overflow: hidden;position: relative;}
.border-color_blue {border-color: #23afe3 !important;}
.pricing-table-1 .price-item .sale {height: 100px;left: -75px;padding-top: 75px;width: 100px;}
.pricing-table .sale {position: absolute;top: 0px;left: 0px;line-height: 1;font-size: 15px;font-weight: 900;text-align: center;color: white;-webkit-transform-origin: top left;-moz-transform-origin: top left;-ms-transform-origin: top left;-o-transform-origin: top left;transform-origin: top left;-webkit-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);-webkit-transform-origin-x: 0%;-webkit-transform-origin-y: 0%;}
.pricing-table-1 .price-item .price::before {content: attr(data-before);display: inline-block;font-size: 30px;line-height: 1;margin-right: -6px;margin-top: 1px;vertical-align: top;}
.pricing-table-1 .price-item .price {color: #444;font-size: 60px;font-weight: 900;line-height: 0.8;}
.pricing-table-1 .price-item .price sup { font-size: 16px; font-weight: 600 !important;top: -30px;}
.pricing-table-1 .price-item .price span {padding-top: 15px;}
.pricing-table .price-item .price span {color: #777;display: block;font-size: 15px;font-weight: 400;line-height: 1;padding-top: 15px;}
.pricing-table-1 .price-item .dexcription {margin: 18px 0;}
.pricing-table .price-item ul {margin: 20px 0;}
.pricing-table-1 .price-item_blue li:nth-of-type(2n+1) {background-color: #e9f7fc;}
.pricing-table .price-item li {font-size: 14px;line-height: 1.3;padding-bottom: 7px;padding-top: 7px;}
.bg-color_blue {background-color: #23afe3 !important;}
.pricing-table-1 .price-item .ico-19::before {background-image: url("../images/linux-icon.png");height: 50px;width: 49px;}
.pricing-table-1 .price-item .ico-20::before {background-image: url("../images/linux-icon.png");height: 50px;width: 49px;}
.pricing-table-1 .price-item .ico-22::before {background-image: url("../images/linux-icon.png");height: 50px;width: 49px;}
i.ico::before {background-position: center center;background-repeat: no-repeat;background-size: 100% 100%;content: "";display: inline-block;margin: auto;vertical-align: top;}
.dexcription h2{font-size: 20px; margin-bottom: 15px;margin-top: 13px;}
.dexcription h2::before{background:none; display:block; text-align:center; height:auto; width:auto; margin:0; padding:0;}
.dexcription h2::after{background:none; display:block; text-align:center; height:auto; width:auto; margin:0; padding:0;}
ul, ol {list-style: outside none none;}
.pricing-table .rating i {color: #fead12;font-size: 18px;}

.custom-btn {background-color: #fff;border-color: transparent;border-radius: 31px;border-style: solid;border-width: 2px;box-shadow: none;color: #424242;cursor: pointer;display: inline-block;font-size: 18px;letter-spacing: 0;line-height: 1.2;outline: medium none;overflow: hidden;padding: 12px 39px;text-align: center;z-index: 1; border-color:#23afe3;}
.custom-btn:hover,.custom-btn:focus {color: #fff;text-decoration: none;}

.blue-btn:hover{background-color:#23afe3;}
.blue-btn{border-color:#23afe3; background-color:#23afe3; color:#fff;}

.border-color_green {border-color: #a7d212 ;}
.bg-color_green {background-color: #a7d212 ;}
.green-btn{border-color: #a7d212 ; background-color:#a7d212; color:#fff;}
.green-btn:hover{background-color:#a7d212;}
.pricing-table-1 .price-item_green li:nth-of-type(2n+1) { background-color: #f6fae7;}

.border-color_yellow {border-color: #edc214  ;}
.bg-color_yellow {background-color: #edc214  ;}
.yellow-btn{border-color: #edc214  ; background-color:#edc214; color:#fff;}
.yellow-btn:hover{background-color:#edc214 ;}
.pricing-table-1 .price-item_yellow li:nth-of-type(2n+1) { background-color: #fdf9e7 ;}

.border-color_red {border-color: #ff4241 !important;}
/*.bg-color_red {background-color: #ff4241 !important;}*/

.pricing-table-1 .price-item .ico-21::before {background-image: url("../images/linux-icon.png");height: 50px;width: 49px;}
.pricing-table-1 .price-item_red li:nth-of-type(2n+1) {background-color: #fdd5d4;}
.pricing-table-1 .price-item.price-item-active {padding: 45px 0 25px;}
.pricing-table-1 .price-item.price-item-active .custom-btn {border-color: #ff4241 !important; background-color:#ff4241; color:#fff;}
.pricing-table-1 .price-item.price-item-active .custom-btn:hover{ background-color:#ff4241; color:#ff4241; color:#fff;	}
.pricing-table-1 .price-item.price-item-active .sale {background-color: #ff4241 !important; color:#fff;}
section.domain-prices{background:#fbfbfb;}
.logo-slider{background:#fbfbfb;}
.logo-slider .item img{border:0 !important; height:auto ; width:auto ; border-radius:0;}
.testimonial{background-image:url(../images/testimonial-bg.jpg); background-repeat:no-repeat; background-size:cover; background-attachment:fixed; padding:80px 0 90px 0; color:#fff;}
.testimonial h2{color:#fff;}
.our-services{background:#fff;}
.testimonial .carousel-indicators{ bottom:-65px;}
.testimonial h3{font-size:17px;}
.social-icons {margin: 13px 0 0 0;}
.social-icons li {list-style: none;display: inline-block;padding: 0 0 0 10px;}
.social-icons li a{color:#6c6c6c;}
.social-icons li i {color: #6c6c6c !important;border: solid 1px #6c6c6c;width: 28px;height: 28px;line-height: 28px;text-align: center !important; padding:0;}
.social-icons li:hover i {opacity:1;}
.about-list li i {color: #fd4326;}
.about-list li i {padding: 0 10px 0 0;}
.terms-container li{width:100% !important;}
.social-icons a{transition:0.7s;  -webkit-transition:0.7s; -moz-transition: 0.7s; -o-transition:0.7s;}
.social-icons a:hover{color:#fff;}
.social-icons a:hover .fa{  color:#fff !important; border-color:#fff;}
.social-icons a:hover .fa-facebook{ background-color:#3b5998;color:#fff !important;}
.social-icons a:hover .fa-twitter{ background-color:#1da1f2;color:#fff !important;}
.social-icons a:hover .fa-linkedin{ background-color:#0077b5;color:#fff !important;}
.social-icons a:hover .fa-google-plus{ background-color:#dd4b39;color:#fff !important;}
.social-icons a:hover .fa-youtube{ background-color:#ff0000;color:#fff !important;}
.carousel-indicators li.active { background-color: #ef3f25 !important;height: 14px !important;margin: 0;width: 14px !important;border-color: #ef3f25 !important;}
.price .fa{font-size:30px; vertical-align:top;}
.buy-now-link{border-radius: 30px; border:2px solid #ef3f25;color: #fff; font-size:20px; transform:0.7s;font-weight: 700;margin: 0 0 0 0; display:inline-block; width:auto !important;padding: 12px 32px !important;text-transform: uppercase; background-color: #ef3f25;}
.buy-now-link:hover{ color:#fff !important;}
.buy-now-link:focus{color:#fff !important;}
.hosting-features .pricing-table-1 .price-item{padding-bottom:20px;}
.about-us .pricing-table-1 .price-item.price-item-active{ padding:45px 0 6px; margin-bottom:80px;}
.buy-now-stripe {padding: 10px 0;position: fixed;right: 0;top: 8px;z-index: 99999;}
.buy-now-stripe a:hover{color:#fff;}







.image {transition: transform 0.5s ease-in-out 0s;}
.image:hover{transform: rotate(360deg);}
.about-us-banner {background-image:url(../images/about-us-banner.jpg);}
.lifetime-linux-hosting{background-image:url(../images/lifetime-linux-hosting.jpg);}
.one-year-hosting{background-image:url(../images/one-year-hosting.jpg);}
.reseller-hosting{background-image:url(../images/reseller-hosting.jpg);}
.contact-us-banner{background-image:url(../images/contact-us-banner.jpg);}
.p-p-banner{background-image:url(../images/p-p-banner.jpg);}
.t-c-banner{background-image:url(../images/t-c-banner.jpg);}
.tech-support-banner{background-image:url(../images/tech-support-banner.jpg);}
.faq-banner{background-image:url(../images/faq-banner.jpg);}
.owl-controls .owl-next{background-image:url(../images/next.png) !important; background-repeat:no-repeat !important; height:30px; width:30px; background-color:transparent !important; opacity:1 !important; position:absolute; right:-2%; top:2%;}
.owl-controls .owl-prev{background-image:url(../images/prev.png) !important; background-repeat:no-repeat !important; height:30px; width:30px; background-color:transparent !important; opacity:1 !important; position:absolute; left:-3.5%; top:2%;}
.hosting-banner .price span i.fa{font-size: 43px;line-height: 31px;vertical-align: top;}
.footer-wrapper ul li a, .footer-wrapper p{font-size:14px;}
.call-back{padding:30px 0;}
.inner.reseller-inner{margin-bottom:-60px;}

.price-circle{margin:0; padding:10px 0 0 0; border-radius:50%; height:110px ;width:110px; border:2px solid #fff; position:absolute; bottom:-1%; right:-26px;-webkit-box-shadow: 2px 2px 2px 2px #767575;
box-shadow: 2px 2px 2px 2px #767575;}
.page-load-popup .modal-body{padding:0; }
.page-load-popup .modal-header{ padding:0; border:0;}
.page-load-popup .modal-header .close{border-radius:50%; height:40px; width:40px; background:#000; border:2px solid #fff; text-align:center; color:#fff; opacity:1; position:absolute; top:-15px; z-index:99999; right:-20px; font-size:22px; margin:0; line-height:30px;}
.page-load-popup .modal-header .close .fa {line-height: 27px;margin: 0;padding: 0;text-align: center;vertical-align: top;}
.page-load-popup .modal-dialog {margin: 8% auto 30px; width:700px;}
.page-load-popup .modal-footer{background:#ef3f25 ; padding:25px 10px;}
.page-load-popup .modal-footer input{border-radius:0; height:40px;}
.page-load-popup .modal-footer .btn { background:#fff ;border: 0 none; display:block;border-radius: 5px;color: #ef3f25;display: block;font-size:18px;font-weight: 700;margin: 0 auto;padding: 7px 28px;text-align: center;text-transform: uppercase;transition: all 0.3s ease 0s; border-radius:0;}
.features h3{font-size:20px;}
.hosting-features .features:hover .fa{color:#fff;}
.hosting-features .features:hover li{color:#fff;}

.custom-popup .modal-header h4{font-size:42px; text-align:left; line-height:107px;}
.custom-popup .modal-header .icon{ background: #ef3f25 none repeat scroll 0 0;border-radius: 50%;height: 110px;line-height: 110px;text-align: center;width: 110px; margin:0;}
.custom-popup .modal-header{border:0;}
.custom-popup .modal-header .close{border-radius:50%; height:40px; width:40px; background:#000; border:2px solid #fff; text-align:center; color:#fff; opacity:1; position:absolute; top:-15px; z-index:99999; right:-20px; font-size:22px; margin:0; line-height:30px;}
.custom-popup.modal-header .close .fa {line-height: 27px;margin: 0;padding: 0;text-align: center;vertical-align: top;}
.custom-popup .modal-dialog {margin: 13% auto;}
.custom-popup .modal-body{padding-top:0;}

.unlimited-space .modal-header h4{line-height:40px;}
.unlimited-space .modal-header{border-bottom:1px solid #ddd;}
.unlimited-space .modal-dialog {margin:30px auto;}


/*----------------- 24-nov-2017 ----------------------*/
.features ul li span{line-height:20px;}
.widthauto {
  float: left;
  width: auto;
}
/*.blink_me {
  animation: blinker 1.5s linear infinite;
}

@keyframes blinker {  
  50% { opacity: 0; }
}*/
.price-item_blue sup{background: #23afe3;border: 2px solid #000;border-radius: 2px;color: #fff; padding:0 2px 0 0;}
.price-item_red sup{background: #ff4241;border: 2px solid #000;border-radius: 2px;color: #fff; padding:0 2px 0 0;}
	


.pt-20{padding-top:20px;}
.pb-0{padding-bottom:0 !important;}
.mt-0{margin-top:0 !important;}
.mb-5{margin-bottom:5px !important;}
.custom-image{height:auto !important; width:auto !important;}
.ptb-30{padding-top:30px !important; padding-bottom:30px !important;}
.mt-30{margin-top:30px;}
.pt-30{padding-top:30px;}
.pb-20{padding-bottom:20px;}
.pt-0{padding-top:0;}
.mb-0{margin-bottom:0 !important;}
.padding-left-0{padding-left:0 !important;}
.padding-right-0{padding-right:0 !important;}







@media only screen and (max-width:767px)
{
	.buy-now-stripe{top:53px;}
	.price-item {margin-bottom:20px !important;}
	.owl-item{text-align:center;}
	.footer-logo-change {margin: 0 auto;}
	footer p{margin:0;}
	.page-load-popup .modal-dialog {width:100%;}
	.page-load-popup .modal-footer .btn{padding:10px 5px; font-size:14px;}
	.page-load-popup .modal-header .close{right:0; font-size:18px; height:30px; line-height:30px; width:30px;} 
	.custom-popup .modal-header h4{font-size:20px; line-height:20px; margin:15px 0 0 0; text-align:left;}
	.custom-popup .modal-header .close{right:0; font-size:18px; height:30px; line-height:30px; width:30px;}
	.features.mb-0 {margin-bottom:30px !important;} 
	.hosting-features .features{display:block;}
	.about-us.pb-20.pt-30 .inner.reseller-inner{margin-bottom:0;}
}

@media only screen and (min-width:768px) and (max-width:1000px)
{
	.buy-now-stripe{right:10px;}
	.hosting-banner{padding:0px 0 50px;}
	.banner-wrapper .hero{top:7%; left:30px; right:0; margin:0 auto; width:100%;}
	.banner-wrapper .hero h1{font-size:34px;}
	.banner-wrapper .hero h2{font-size:20px; line-height:22px; margin-bottom:10px;}
	.hosting-banner ul{margin:0;}
	.hosting-banner ul li{padding:0; font-size:14px;}
	.hosting-banner .price{font-size:22px; line-height:38px;}
	.hosting-banner .price span{font-size:26px;}
	.hosting-banner .price span i.fa{font-size:26px; line-height:26px;}
	.banner-wrapper .fade-carousel .carousel-control{width:auto;}
	.hosting-banner .buynow{margin:30px 0 0;}
	.hosting-banner .buynow a{padding:6px 24px;}
	.hosting-banner .sale h3{font-size:55px;}
	.hosting-banner .sale{margin-right:43px; padding:10px 0;}
	.dream-host h3{font-size:38px;}
	.dream-host .purchase{padding:10px 38px;}
	.social-icons li{padding:0 0 0 7px;}
	.footer-wrapper .col-sm-3{padding:0;}
	.custom-popup .modal-header h4{margin-left:15px; font-size:30px;}
	.hosting-banner .sale h3{font-size:28px; letter-spacing:0;}
	.price-circle{height:70px; width:70px; right:77px;}
}

@media only screen and (min-width:900px) and (max-width:980px)
{
	.price-circle{bottom:-42% !important;}
}

@media only screen and (min-width:1001px) and (max-width:1024px)
{
	.buy-now-stripe{top:-11px;}
	.buy-now-link{padding:2px 11px !important;}
	.logo-change{height:auto; width:100%; max-width:100%;}
	.navbar{margin:8px 0 0;}
	.banner-wrapper .hero{top:7%;  left:20px; right:0; margin:0 auto;width:100%;}
	.banner-wrapper .hero h1{font-size:34px;}
	.banner-wrapper .hero h2{font-size:20px; line-height:22px; margin-bottom:10px;}
	.hosting-banner ul{margin:0;}
	.hosting-banner ul li{padding:0; font-size:14px;}
	.hosting-banner .price{font-size:22px; line-height:38px;}
	.hosting-banner .price span{font-size:26px;}
	.hosting-banner .price span i.fa{font-size:26px; line-height:26px;}
	.banner-wrapper .fade-carousel .carousel-control{width:auto;}
	.hosting-banner .buynow{margin:30px 0 0;}
	.hosting-banner .buynow a{padding:6px 24px;}
	.hosting-banner .sale h3{font-size:55px;}
	.hosting-banner .sale{margin-right:43px;}
	.hosting-features .features{padding:10px 0;}
	.hosting-banner .sale h3{font-size:38px; letter-spacing:-2px;}
	.price-circle{height:70px; width:70px; right:139px; bottom:-41px;}
}

@media only screen and (min-width:1025px) and (max-width:1280px)
{
	.buy-now-stripe{top:-11px;}
	.buy-now-link{padding:0px 11px !important;}
	.banner-wrapper .hero{top:7%; left:50px;}
	.banner-wrapper .hero h1{font-size:38px;}
	.banner-wrapper .hero h2{font-size:24px; line-height:28px; margin-bottom:14px;}
	.hosting-banner ul{margin:0;}
	.hosting-banner ul li{padding:0; font-size:18px;}
	.hosting-banner .price{font-size:26px; line-height:42px;}
	.hosting-banner .price span{font-size:30px;}
	.hosting-banner .price span i.fa{font-size:30px; line-height:30px;}
	.banner-wrapper .fade-carousel .carousel-control{width:auto;}
	.hosting-banner .buynow{margin:34px 0 0;}
	.hosting-banner .buynow a{padding:10px 30px;}
	.hosting-banner .sale h3{font-size:59px;}
	.hosting-banner .sale{margin-right:43px;}
}

@media only screen and (min-width:1281px) and (max-width:1400px)
{
	.price-circle{right:-64px;}
}	

@media only screen and (min-width:1600px) and (max-width:1920px)
{
	.buy-now-stripe{right:28px;}
}