/*
    Template Name    : Trendy host
	Description		 : Responsive HTML5 Hosting Template.
    Version          : 1.0

==================================================
Table of Content
==================================================

1. Fonts - Raleway, Lato and Opensans
2. Common CSS
3. Loader CSS
4. Header
5. Top Bar 
6. Logo Wrapper
7. Navigation
8. Banner Wrapper
9. Our Services
10. Register Domain Wrapper
11. Hosting Plans Wrapper
12. Count Wrapper
13. Blog Wrapper
14. Our Newsletter Wrapper
15. Testimonials
16. What More
17. CTA Wrapper
18. Inner Banner Wrapper
19. Breadcrumb Wrapper
20. Inner page Wrapper
21. about us page
22. Hosting
23. Domain Register Wrapper
24. Transfer Domain
25. Domain Price
26. Testimonials
27. Our Team
28. Login / Sign Up
29. FAQ
30. 404
31. Contact Us
32. Cart Section
33. Footer
34. Media Quries 

/*
================================================
1. Fonts - Raleway, Lato and Opensans
================================================
*/
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Rajdhani:300,400,500,600,700');
/*
font-family: 'Rajdhani', sans-serif;
font-family: 'Roboto', sans-serif;
*/

/*
================================================
2. Common CSS
================================================
*/
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	color: #2a2a2a;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	font-family: 'Rajdhani', 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;
}
.m-bot-40 {
	margin-bottom: 40px;
}
.center {
	text-align: center;
}
section {
	width: 100%;
	float: left;
	padding: 70px 0 74px;
}
section .title {
	margin: 0 0 50px 0;
	text-align: center;
}
.form-control {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 1px solid #e8e8e8;
	border-radius: 0;
	box-shadow: none;
	color: #333333;
	height: 50px;
	padding: 9px 15px;
}
input.styled[type="checkbox"]:checked + label::after, input.styled[type="radio"]:checked + label::after {
	color: #ffffff;
	content: "";
	font-family: "FontAwesome";
	left: 14px;
}
label {
  font-weight: 400;
}
section h2 {
	font-size: 38px;
	font-weight: 700;
	letter-spacing: 1.2px;
	padding: 0 0 10px;
	margin: 0;
	position: relative;
	color: #1d2833;
}
.heading-line::before {
	content: "";
	height: 1px;
	left: 50%;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: 2px;
	transform: translate(-50%);
	width: 200px;
}
.heading-line {
	display: block;
	height: 5px;
	margin: auto auto 3px;
	position: relative;
	width: 85px;
}
section .title p {
	display: block;
	font-size: 16px;
	font-weight: 300;
	margin: 0 0 10px 0;
}
section .title p span {
	display: block;
}
section .title p.top {
	display: block;
	font-size: 26px;
	font-weight: 300;
	margin: 0 0 10px;
	text-transform: uppercase;
}
.section-divider {
	border-bottom: 1px solid #cccccc;
	margin: 0 120px 71px;
	padding: 63px 0 0;
}
/*color changer*/
#switcher {
	position: fixed;
	bottom: 40%;
	left: -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 {
	left: 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;
	right: -42px;
	text-align: center;
	top: 0;
	width: 42px;
	z-index: 2;
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
	border-radius: 0 50% 50% 0;
}
#switcher .theme-color {
	width: 30px;
	height: 30px;
	margin: 6px 10px;
	position: absolute;
	left: 0px;
	cursor: pointer;
}
#switcher .theme-active {
	background: #7ebc12;
}
#switcher .theme-color-two {
	background: #dc4437;
	left: 40px;
}
#switcher .theme-color-three {
	background: #009788;
	left: 80px;
}
#switcher .theme-color-four {
	background: #3f51b5;
	left: 120px;
}
#switcher .theme-color-five {
	background: #9c28b1;
	top: 40px;
	left: 0px;
}
#switcher .theme-color-six {
	background: #ea1e63;
	top: 40px;
	left: 40px;
}
#switcher .theme-color-seven {
	background: #ff9801;
	top: 40px;
	left: 80px;
}
#switcher .theme-color-eight {
	background: #00a73e;
	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;
}
.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;
}
.fadeInDown {
	animation-name: none !important;
}
/*
================================================
5. Top Bar 
================================================
*/

.top-bar {
	padding: 0;
	background: #1d2833;
}
.affix .top-bar {
	display: none;
}
.top-bar p {
	color: #b8bcc8;
	margin: 0px;
	padding: 0;
	font-size: 13px;
}
.top-bar ul.links {
	margin: 10px 0;
	padding: 0px;
}
.top-bar ul.links li {
	display: inline-block;
	color: #8f8f8f;
	list-style-type: none;
	padding-right: 20px;
}
.top-bar ul.links li a.phone {
	color: #fff;
	border-radius: 20px;
	font-weight: 300;
	font-size: 14px;
	padding: 3px 20px;
}
.top-bar ul.links li a.phone i {
	background: #ffffff;
	border-radius: 50%;
	height: 20px;
	line-height: 20px;
	margin: 0 0 0 5px;
	text-align: center;
	width: 20px;
	font-size: 12px;
	padding: 0;
}
.top-bar ul.links li a {
	color: #fff;
	text-decoration: none;
	display: inline-block;
}
.top-bar ul.links li a i {
	padding-right: 4px;
	font-size: 12px;
	text-decoration: none;
}
.top-bar ul.links li a:hover {
	color: #fff;
	text-decoration: none;
}
.top-bar ul {
	padding: 0px;
	margin: 0px;
}
.top-bar ul li {
	display: inline-block;
	padding: 0 5px 0 0;
	border: none;
}
div.top-bar ul li.cart-link:first-child a i {
	color:#fff;
}
.top-bar .lang {
	height: 20px;
	padding: 0;
}
.top-bar .lang #lang_select {
	height: 13px;
}
.top-bar .lang #lang_select a.lang_select_sel {
	background-color: transparent;
	line-height: 1;
}
.top-bar .lang #lang_select > ul {
	height: 13px;
}
.top-bar .lang #lang_select > ul > li {
	padding: 0 !important;
	height: 26px;
	position: relative;
}
.top-bar .lang #lang_select ul ul {
	top: 100%;
	z-index: 99999999;
	left: 0;
	width: 120px;
	height: auto;
	background-color: #fff;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	position: absolute;
	margin: 0;
	border: 1px solid rgba(0, 0, 0, 0.1);
}
.top-bar .lang #lang_select ul ul li {
	width: 120px;
	border-top: none;
	padding: 0 10px;
}
.top-bar .lang #lang_select ul ul li a {
	padding: 4px 0;
	border: none;
	display: block;
	color: #5a5a5a;
}
.top-bar .lang #lang_select ul ul li a:hover {
	color: #2d3035;
	background-color: #fff;
}
.top-bar .lang #lang_select img.iclflag {
	top: 0;
	padding-right: 5px;
}
.top-bar .lang #lang_select > ul > li {
	border: none;
	width: auto;
}
.top-bar .lang #lang_select > ul > li:hover ul {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}
.top-bar .lang #lang_select > ul > li > a, .top-bar .lang #lang_select > ul > li > a:visited {
	border: none;
	padding-left: 0;
	background: none;
	position: relative;
}
.top-bar .lang #lang_select > ul > li > a:after, .top-bar .lang #lang_select > ul > li > a:visited:after {
	content: '\f0d7';
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	padding-left: 5px;
	position: absolute;
	right: -15px;
	top: 5px;
}
.top-bar ul.list {
	margin: 12px 0 0;
}
.top-bar .list li a {
	color: #fff;
	padding: 5px 20px 7px;
	border-radius: 20px;
}
.top-bar .list li a i {
	margin: 0 5px 0 0;
}
/**** Search ****/
.search {
	margin: 0 0 0 14px;
}
.search i.fa-search {
	cursor: pointer;
	color: #fff;
}
#search-form {
	position: absolute;
	right: 0;
	top: 50px;
	z-index: 10;
}
.search #search-form.open #search {
	width: 350px;
}
#search-submit {
	display: none;
}
.search #search-form #search {
	background-color: #fff;
	color: #191b1d;
	height: 50px;
	padding: 0 40px 0 25px;
	transition: all 0.3s ease 0s;
	width: 0;
	border: 1px solid #aaa;
	margin: 0;
}
.search #search-form .close {
	color: #878787;
	cursor: pointer;
	opacity: 1;
	padding: 0;
	position: absolute;
	right: 13px;
	top: 8px;
	text-shadow: none;
}
/*
================================================
6. Logo Wrapper
================================================
*/
.logo-wrapper {
	padding: 18px 0 18px;
	width: 100%;
	float: left;
	border-bottom: 1px solid #fff;
}
.affix .logo-wrapper {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.118);
	border: none;
}
/*
================================================
7. Navigation
================================================
*/
.navbar-default {
	background-color: inherit;
	border-color: inherit;
}
.navbar-default .navbar-collapse {
	float: left;
}
.navbar {
	border-radius: 0;
	min-height: auto;
	margin: 6px 0 0;
	border: none;
}
.navbar-collapse {
	padding: 0;
}
.navbar-brand {
	height: auto;
	display: none;
}
.navbar-default .navbar-nav > li > a {
	color: #fff;
	font-size: 15px;
}
.navbar-nav > li {
	padding: 0 20px;
}
.navbar-nav > li > a {
	padding: 4px 0 9px;
}
.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 {
	color: #1d2833;
	background-color: inherit;
}
.navbar-nav > li > .dropdown-menu::before {
	border-bottom: 15px solid #1d2833;
	border-left: 12px solid rgba(0, 0, 0, 0);
	border-right: 12px solid rgba(0, 0, 0, 0);
	content: "";
	height: 0;
	left: 15px;
	position: relative;
	top: -37px;
	width: 0;
}
.navbar-nav > li > .dropdown-menu {
	top: 100%;
	padding: 0;
	margin: 19px 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: none;
}
.navbar-nav > li > .dropdown-menu li:first-child {
	margin-top: -24px;
}
.dropdown-menu > li > a {
	color: #fff;
	margin: 0;
	padding: 12px 20px;
	font-size: 14px;
	font-weight: 400;
	display: block;
	text-transform: capitalize;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
	text-decoration: none;
	background: #1d2833 !important;
	color: #fff !important;
	border: none !important;
}
/*
================================================
8. Banner Wrapper
================================================
*/
.banner-wrapper {
	width: 100%;
	float: left;
	position: relative;
}
/*** Check box ***/
.chack-box-wrapper .checkbox {
	display: inline-block;
	margin-right: 23px;
	padding-left: 20px;
	text-align: right;
	line-height: 16px;
}
.checkbox label::before {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 3px;
	content: "";
	display: inline-block;
	height: 17px;
	left: 18px;
	margin-left: -21px;
	position: absolute;
	transition: border 0.15s ease-in-out 0s, color 0.15s ease-in-out 0s;
	width: 17px;
}
.checkbox label {
	cursor: pointer;
	font-weight: 400;
	margin-bottom: 0;
	min-height: 20px;
	padding-left: 0;
	color: #1d2833;
	font-weight: 500;
	cursor: auto;
}
.checkbox label::after {
	color: #555555;
	display: inline-block;
	font-size: 11px;
	height: 16px;
	left: 0;
	margin-left: -19px;
	padding-left: 3px;
	padding-top: 0;
	position: absolute;
	top: 0;
	width: 16px;
}
/* Slides backgrounds */
#first-slider .main-container {
	padding: 0;
}
#first-slider h3 {
	color: #1d2833;
	font-size: 30px;
	font-weight: 400;
}
#first-slider h3 span {
	display: block;
}
#first-slider .carousel-indicators {
	bottom: 15px;
}
#first-slider .carousel-control.right, #first-slider .carousel-control.left {
	background-image: none;
}
#first-slider .carousel .item {
	min-height: 425px;
	height: 100%;
	width: 100%;
}
@media (min-width: 768px) {
.carousel-inner .item .container {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
}
}
#first-slider .carousel-control {
	display: none;
}
#first-slider h1 {
	animation-delay: 1s;
}
#first-slider h3 {
	animation-delay: 2s;
}
#first-slider .chack-box-wrapper {
	animation-delay: 3s;
}
#first-slider .btn-hero {
	animation-delay: 4s;
}
#first-slider .carousel-control {
	width: 6%;
	text-shadow: none;
}
#first-slider h1 {
	color: #1d2833;
	font-size: 55px;
	font-weight: 700;
	line-height: 55px;
	margin: 0 0 5px;
	padding: 0;
}
#first-slider .p a {
	text-decoration: underline;
}
#first-slider .carousel-indicators li {
	width: 14px;
	height: 14px;
	background-color: #aaa;
	border: none;
}
#first-slider .carousel-indicators .active {
	width: 16px;
	height: 16px;
	background-color: #666;
	border: none;
}
.carousel-fade .carousel-inner .item {
	-webkit-transition-property: opacity;
	transition-property: opacity;
}
.carousel-fade .carousel-inner .item, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	opacity: 0;
}
.carousel-fade .carousel-inner .active, .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-inner .next, .carousel-fade .carousel-inner .prev, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
	z-index: 2;
}
.carousel-control .fa-angle-right, .carousel-control .fa-angle-left {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
}
.carousel-control .fa-angle-left {
	left: 50%;
	width: 38px;
	height: 38px;
	margin-top: -15px;
	font-size: 30px;
	color: #1d2833;
	border: 3px solid #7ebc12;
	-webkit-border-radius: 23px;
	-moz-border-radius: 23px;
	border-radius: 53px;
}
.carousel-control .fa-angle-right {
	right: 50%;
	width: 38px;
	height: 38px;
	margin-top: -15px;
	font-size: 30px;
	color: #1d2833;
	border: 3px solid #7ebc12;
	-webkit-border-radius: 23px;
	-moz-border-radius: 23px;
	border-radius: 53px;
}
.carousel-control {
	opacity: 1;
	filter: alpha(opacity=100);
}
.banner-wrapper .btn-hero {
	border: solid 2px #fff;
	border-radius: 20px;
	color: #fff;
	background: none;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 400;
	margin: 15px 0 0;
	padding: 8px 22px;
	font-weight: 600;
	transition: all 0.3s ease 0s;
}
.banner-wrapper .btn-hero:hover {
	background-color: #7ebc12;
}
/******  Slides backgrounds   *****/

#first-slider .slide1, .slide2, .slide3 {
	background-image: url(../images/banner-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
/*
================================================
9. Our Services
================================================
*/
.our-services {
	padding: 73px 0 112px;
}
.our-services .services {
	text-align: center;
	margin: 50px 0 0;
}
.our-services .title {
	margin: 0;
}
.our-services .services h3 {
	font-size: 22px;
	font-weight: 700;
	margin: 15px 0 3px;
}
.our-services .services p {
	font-size: 17px;
	font-weight: 300;
	line-height: 22px;
	padding: 0 12px;
	margin: 0;
	color: #5a5a5a;
}
.our-services [class*="service-box-secundary-"] .cloud-icon {
	border: 0 none;
	border-radius: 0 100px 100px;
	height: 80px;
	line-height: 75px;
	margin: 0;
	transition: all 0.3s ease 0s;
	width: 80px;
	font-size: 18px;
	color: #fff;
	margin: 0 auto;
}
/*
================================================
10. Register Domain Wrapper
================================================
*/
.register-domain-wrapper {
	background-attachment: fixed;
	background-image: url("../images/register-domain-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	clear: both;
	float: left;
	padding: 0 0 67px;
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 9;
}
.register-domain-wrapper .inner {
	margin: -40px 0 0;
}
.register-domain-wrapper .inner h2.list::before {
	border-left: 18px solid rgba(0, 0, 0, 0);
	border-right: 18px solid rgba(0, 0, 0, 0);
	border-top: 30px solid #ffffff;
	bottom: -34px;
	content: "";
	height: 0;
	left: 50%;
	margin-left: -20px;
	position: absolute;
	width: 0;
}
.register-domain-wrapper .inner h2.list {
	text-align: center;
	display: inline-block;
	border: 6px solid #fff;
	border-radius: 40px;
	padding: 7px 70px 5px;
	color: #fff;
	font-size: 45px;
	position: relative;
	font-weight: 400;
}
.register-domain-wrapper .inner h2 span {
	font-weight: 600;
}
.domain {
	margin: 30px 0;
}
.register-domain-wrapper .inner .title {
	margin: 0 0 30px;
}
.register-domain-wrapper .inner .title h2 {
	font-weight: 600;
	font-size: 38px;
}
.subscribe_form form {
	width: 60%;
	margin: 0 auto;
}
.form-inline .input-group, .form-inline .form-group {
	width: 100%;
}
.subscribe_form .input-group-addon {
	padding: 6px 3px;
	color: #fff;
	border-radius: 0 20px 20px 0;
}
.subscribe_form .form-control {
	border-radius: 20px 0 0 20px;
	background: #151e28;
	color: #424f5c;
}
.domain-search-main .chack-box-wrapper {
	margin: 20px 0 0;
}
.domain-search-main .chack-box-wrapper .checkbox label {
	color: #fff;
	font-weight: 400;
}
.domain-search-main input[type="checkbox"]:checked + label::before, .checkbox-warning input[type="radio"]:checked + label::before {
	background-color: #7ebc12;
	border-color: #7ebc12;
}
/*
================================================
11. Hosting Plans Wrapper
================================================
*/	
.hosting-plans-wrapper {
	padding: 76px 0 13px;
}
.pricing-table {
	display: inline-block;
	margin: 10px 0 0;
	padding: 0;
	width: 100%;
}
.pricing-table .price-content-wrap {
	background: #f2f2f2;
	text-align: center;
	margin: 30px 0 60px;
	border-radius: 10px;
	padding: 0 20px 20px;
}
.pricing-table [class*="price-content-"] .plan-price {
	border: 0 none;
	border-radius: 100px 100px 0;
	color: #ffffff;
	font-size: 18px;
	height: 70px;
	line-height: 75px;
	margin: 0 auto;
	transform: rotate(45deg);
	transition: all 0.3s ease 0s;
	width: 70px;
	top: -20px;
	position: absolute;
	left: 38%;
}
.pricing-table .plan-price > h4 {
	font-size: 35px;
	font-weight: 600;
	transform: rotate(-45deg);
	margin: 0;
}
.pricing-table .plan-name {
	display: inline-block;
	margin-bottom: 10px;
	padding: 60px 0 0;
}
.pricing-table .plan-name .sub {
	text-transform: uppercase;
	font-size: 17px;
}
.price-content-wrap:hover .plan-name .sub, .price-content-wrap.active .plan-name .sub {
	color: #fff;
}
.pricing-table .price-title {
	color: #fff;
	font-size: 22px;
	font-weight: 500;
	text-transform: capitalize;
	background: #1d2833;
	padding: 8px 25px;
	border-radius: 20px;
}
.pricing-table .plan-price {
	border-radius: 50%;
	color: #fff;
	display: flex;
	flex-direction: column;
	height: 130px;
	margin: 0 auto;
	place-content: center;
	width: 130px;
}
.pricing-table .duration {
	display: block;
	font-size: 16px;
	margin-top: -2px;
	text-align: center;
}
.pricing-table .price-details {
	font-size: 17px;
	font-weight: 300;
	list-style: none;
	margin: 0;
}
.pricing-table .price-details li {
	padding: 6px 0;
	list-style: none;
	border-bottom: 1px solid #8b8c8e;
}
.price-content-wrap:hover .price-details li, .price-content-wrap.active .price-details li {
	border-bottom: 1px solid #bfde89;
	color: #fff;
}
.pricing-table .price-details li:last-child {
	border: none;
}
.pricing-table .price-btn {
	margin-top: 15px;
}
.price-btn {
	background: #333;
	color: #fff;
}
.pricing-table .features-price-btn:hover {
	background: #333;
	color: #fff;
}
.pricing-table .btn {
	background: #1d2833;
	border-radius: 20px;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	padding: 8px 30px;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
	border: none;
}
.pricing-section-secondary .price-content-wrap:hover .plan-price, .price-content-wrap.active .plan-price {
	background: #1d2833 !important;
}
/*
================================================
12. Count Wrapper
================================================
*/	
.satisfied-wrapper {
	padding: 76px 0 30px;
	width: 100%;
	background-image: url("../images/numbering-bg.jpg");
	background-position: 20% center;
	background-repeat: repeat;
}
.satisfied-wrapper .counter {
	display: inline-block;
	padding: 0 0 50px;
	text-align: center;
	width: 100%;
}
.satisfied-wrapper .counter .number {
	color: #1d2833;
	font-size: 59px;
	font-weight: 700;
	font-family: 'Rajdhani', sans-serif;
	margin: 0 0 10px;
}
.satisfied-wrapper .counter p {
	font-size: 17px;
	font-weight: 500;
	margin: 0 0 20px 0;
}
.satisfied-wrapper [class*="counter-icon-"] .shape {
	border: 0 none;
	border-radius: 0 100px 100px;
	color: #ffffff;
	font-size: 18px;
	height: 80px;
	line-height: 75px;
	transition: all 0.3s ease 0s;
	width: 80px;
	float: right;
	text-align: center;
}
/*
================================================
13. Blog Wrapper
================================================
*/		
.blog-wrapper {
	padding: 76px 0 80px;
}
.inner-page-wrapper.blog-wrapper {
	padding: 40px 0 50px;
}
.blog-wrapper .title {
	margin: 0;
}
/***** Single Blog *****/
.single-section {
	margin: 40px 0 30px;
}
.single-section .single-img img {
	width: 100%;
}
.single-section .single-member-info:before {
	border-left: 12px solid rgba(0, 0, 0, 0);
	border-right: 12px solid rgba(0, 0, 0, 0);
	content: "";
	height: 0;
	left: 50%;
	position: relative;
	top: -35px;
	width: 0;
	margin-left: -10px;
}
.single-section .single-member-info {
	margin: 30px 0 0;
	padding: 0 20px 20px;
	width: 100%;
	color: #fff;
	position: relative;
}
.single-section.active .single-member-info:before {
	border-bottom: 15px solid #1d2833;
}
.single-section.active .single-member-info {
	background: #1d2833;
}
.single-section .single-member-info h3 {
	font-size: 19px;
	font-weight: 600;
	margin: 0 0 5px;
}
.single-section .single-member-info p {
	line-height: 22px;
	margin: 0;
}
.blog-wrapper .text-center a {
	margin: 0;
	background: #1d2833;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	padding: 8px 30px;
	border-radius: 20px;
}
/***** Blog Details *****/
div.blogdetails-wrapper {
	padding: 80px 0 50px;
}
.blogdetails-wrapper ul {
	list-style: none;
}
.blogdetails-wrapper .single-post h2 {
	font-size: 18px;
	margin: 0 0 10px;
	text-align: left;
	text-transform: none;
}
.blogdetails-wrapper .single-post h3 {
	color: #7ebc12;
	font-size: 14px;
	font-weight: 600;
	margin: 0 0 5px;
}
.blogdetails-wrapper .single-post .latest-blog {
	border-bottom: 1px solid #c1c1c1;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.blogdetails-wrapper .single-post img {
	width: 100%;
}
.blogdetails-wrapper .single-post img {
	width: 100%;
}
.single-post .blo-image-date {
	margin: 0 0 20px;
}
.blo-image-date {
	position: relative;
}
.blo-image-date > a {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	left: 0;
	line-height: 70px;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: 0;
	width: 75px;
}
.blogdetails-wrapper form input {
	border-radius: 0px;
	height: 40px;
	padding: 0 15px;
	width: 100%;
	box-shadow: none;
}
.blogdetails-wrapper form textarea {
	border-radius: 0px;
	height: 140px;
	padding: 15px;
	resize: none;
	width: 100%;
	box-shadow: none;
}
.blogdetails-wrapper .sidebar .btn {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	background: none;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	border-radius: 0;
	padding: 8px 15px 12px;
	border: none;
	box-shadow: none;
	color: #999999;
	font-size: 18px;
	margin: 0;
	text-align: right;
}
.blogdetails-wrapper .sidebar .btn:before {
	display: none;
}
.blogdetails-wrapper .sidebar .btn:hover, .blogdetails-wrapper .sidebar .btn:focus, .blogdetails-wrapper .sidebar .btn:active {
	color: #999999;
	background: none;
}
.blogdetails-wrapper .sidebar .btn:hover:before, .blogdetails-wrapper .sidebar .btn:focus:before, .blogdetails-wrapper .sidebar .btn:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
.blogdetails-wrapper .sidebar #custom-search-input {
	background-color: #ffffff;
	border: 1px solid #e4e4e4;
	margin: 0 15px 24px;
	padding: 3px;
}
.blogdetails-wrapper .sidebar #custom-search-input input {
	border: 0 none;
	box-shadow: none;
}
.blog-details-comments-section {
	float: left;
	width: 100%;
	margin: 0 0 30px;
}
.eco_leave_comment_form h5, .blog-details-comments-section h5 {
	font-size: 22px;
	font-weight: 500;
	color: #333;
}
.blog-details-comment-info h6 {
	margin-bottom: 2px;
	font-weight: 500;
	font-size: 18px;
}
.blog-details-comments {
	float: left;
	width: 100%;
}
.blog-details-comments li {
	float: left;
	width: 100%;
}
.blog-details-viewers-meta li {
	width: auto;
}
.blog-details-comments li figure {
	float: left;
	width: 100px;
	margin-right: 15px;
	margin-bottom: 0px;
}
.blog-details-comments li figure img {
	border-radius: 0px;
}
.blog-details-comment-info {
	float: none;
	width: auto;
	overflow: hidden;
}
.blog-details-comment-info .blog-details-viewers-meta {
	margin-bottom: 9px;
	padding: 0px;
}
.blog-details-comments-div .blog-details-comment-info p {
	margin-bottom: 0px;
	padding: 0px;
}
.blog-details-comments-div .blog-details-comment-info p a {
	float: right;
	padding: 0;
}
.blog-details-children {
	float: left;
	width: 100%;
	padding-left: 35px;
}
.blog-details-comments {
	border-top: 1px solid #d1d1d1;
}
.blog-details-comments-div {
	padding: 30px 0px;
	float: left;
	width: 100%;
}
.blog-details-comments-div {
	border-bottom: 1px solid #d1d1d1;
}
.blog-details-viewers-meta {
	float: left;
	width: 100%;
	padding: 16px 0 16px;
}
.blog-details-viewers-meta {
	float: left;
}
.blog-details-viewers-meta li a small {
	color: #999999;
	display: inline-block;
}
.blog-details-viewers-meta li {
	float: left;
	width: auto;
	margin-bottom: 0px;
}
.blog-details-viewers-meta a {
	float: left;
	font-size: 14px;
	font-weight: 500;
	color: #636363;
	text-transform: capitalize;
	margin-right: 8px;
	padding-right: 8px;
	position: relative;
}
.blog-details-viewers-meta a:before {
	position: absolute;
	content: "";
	top: 6px;
	right: 0px;
	border-right: 1px solid #636363;
	height: 11px;
}
.blog-details-viewers-meta li:last-child a {
	border-right: none;
	margin-right: 0px;
	padding-right: none;
}
.blog-details-viewers-meta li:last-child a:before {
	display: none;
}
.blog-details-share {
	float: left;
	width: 100%;
	padding: 10px 30px 11px;
	background-color: #f7f7f7;
	margin-bottom: 30px;
	margin-top: 15px;
}
.blog-details-shareing-tag {
	float: right;
}
.blog-details-share span {
	float: left;
	font-size: 16px;
	color: #2e2e2e;
	font-weight: 600;
	padding: 5px 0 0;
	text-transform: uppercase;
	margin-right: 20px;
}
.blog-details-share .social-icons {
	float: left;
	width: auto;
	padding-top: 1px;
	margin-bottom: 0;
	opacity: 1;
	transform: inherit;
	position: inherit;
}
.blog-details-share .social-icons li {
	display: inline-block;
	margin-right: 6px;
}
.blog-details-share .social-icons li a {
	background: #fff none repeat scroll 0 0;
	color: #636363;
	display: inline-block;
	font-size: 13px;
	height: 30px;
	line-height: 29px;
	text-align: center;
	width: 30px;
	padding: 0;
}
.blog-details-share .social-icons li:hover a {
	border-color: transparent;
}
.blog-details-share span i {
	margin-right: 10px;
}
.blog-details-shareing-tag li {
	float: left;
	margin-right: 39px;
}
.blog-details-shareing-tag li:last-child {
	margin-right: 0px;
}
.blog-details-shareing-tag li a {
	display: inline-block;
	font-size: 16px;
	color: #636363;
	font-weight: 500;
	text-transform: capitalize;
	position: relative;
	padding: 3px 20px 0;
}
.blog-details-shareing-tag li a:before {
	position: absolute;
	content: "";
	top: 3px;
	font-size: 16px;
	color: #636363;
	left: 0px;
	right: 0px;
	font-family: fontawesome;
}
.blog-details-shareing-tag li .prev:before {
	content: "\f100";
	left: 0px;
	right: auto;
}
.blog-details-shareing-tag li .next:before {
	content: "\f101";
	right: 0px;
	left: auto;
}
.archives {
	float: left;
	width: 100%;
	margin: 0 0 10px;
}
.archives .archive-list {
	float: left;
	width: 100%;
	margin: 0 0 20px;
}
.archive-list li a:before {
	position: absolute;
	content: "\f105";
	right: 28px;
	color: #636363;
	font-size: 18px;
	font-family: fontawesome;
}
.archive-list {
	padding-top: 0;
	list-style: none;
}
.archive-list li:first-child {
	padding-top: 0;
}
.archive-list li {
	border-bottom: 1px solid #c1c1c1;
	float: left;
	padding: 9px 0 10px;
	width: 100%;
}
.archive-list li a small {
	color: #999999;
	display: inline-block;
	margin-left: 5px;
}
div.tags {
	float: left;
}
div.tags ul {
	margin-bottom: 0;
}
.inner-page-wrapper .sidebar .unordered-list ul {
	margin: 0 0 30px 0;
}
.inner-page-wrapper .sidebar .unordered-list ul li a:hover {
	color: #333;
}
inner-page-wrapper .single-post .unordered-list ul li a:before {
	position: absolute;
	content: "\f105";
	left: 0px;
	font-size: 16px;
	font-family: fontawesome;
}
.inner-page-wrapper .single-post .unordered-list ul li a:before {
	position: absolute;
	content: "\f105";
	left: 0px;
	font-size: 16px;
	font-family: fontawesome;
}
.inner-page-wrapper .single-post .unordered-list.no-space {
	margin: 0 0 10px;
}
.inner-page-wrapper .single-post .ordered-list {
	margin: 0 0 10px;
}
.inner-page-wrapper .sidebar .unordered-list ul li {
	padding: 3px 0;
}
.inner-page-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;
	padding: 0 0 0 15px;
}
.inner-page-wrapper .sidebar .unordered-list ul li a:hover, .inner-page-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-page-wrapper .sidebar .tags li {
	display: inline-block;
	list-style: none;
	background: #f5f5f5;
	padding: 3px 12px 5px;
	margin: 0 5px 5px 0;
}
.inner-page-wrapper .sidebar .tags li:hover a {
	color: #fff;
}
.blogdetails-wrapper form {
	margin: 0 0 30px;
	float: left;
	width: 100%;
}
.blogdetails-wrapper .btn {
	border-radius: 0;
	color: #fff;
	font-size: 16px;
}
.blogdetails-wrapper .btn:hover, .blogdetails-wrapper .btn:active {
	background: #f2f2f2;
	color: #2a2a2a;
}
.blogdetails-wrapper .single-post .blog-details-comments-div img {
	border: 1px solid #eee;
	padding: 6px 0 0;
	width: 100%;
}
/*
================================================
14. Our Newsletter Wrapper
================================================
*/	
.our-newsletter-wrapper {
	padding: 76px 0 80px;
	background-image: url("../images/news-letter-bg.jpg");
	background-position: left center;
	background-repeat: no-repeat;
}
.our-newsletter-wrapper .title {
	margin: 0 0 40px;
}
/**** News Letter Form ****/
.newsletter_form form {
	margin: 0 auto;
	width: 60%;
}
.newsletter_form .form-control {
	background: #fff;
	border: none;
	border-radius: 20px 0 0 20px;
	color: #4b5967;
}
div.newsletter_form .form-inline span.input-group-addon {
	border-radius: 0 20px 20px 0;
	color: #ffffff;
	padding: 1px 3px;
	width: 20%;
}
.newsletter_form .input-group-addon .btn {
	font-weight: 600;
	font-size: 22px;
	font-family: 'Rajdhani', sans-serif;
	border-radius: 0 20px 20px 0;
}
/*
================================================
15. Testimonials
================================================
*/
.testimonials-wrapper {
	padding: 76px 0 68px;
}
/*** Single Testimonials ***/
.testimonials-wrapper .single-testi {
	width: 50%;
	margin: 0 auto;
	border-style: solid;
	border-width: 0 2px;
	display: inline-block;
}
.testimonials-wrapper .item {
	text-align: center;
}
.testi-content {
	float: left;
	font-size: 16px;
	font-weight: 300;
	margin: 0 0 23px;
	padding: 0 20px;
	position: relative;
}
.testi-info {
	float: left;
	margin: 20px 0 0;
	padding: 0 20px;
	position: relative;
	width: 100%;
}
.testi-img {
	background: #eeeeee none repeat scroll 0 0;
	border-radius: 50%;
	float: left;
	margin: 0 0 20px;
	overflow: hidden;
	padding: 0;
	z-index: 9999;
}
.testi-img img {
	border-radius: 50%;
	height: 100px;
	width: 100px;
}
.testi-title {
	background: #1d2833 none repeat scroll 0 0;
	border-radius: 0 50px 50px 0;
	float: left;
	left: 18%;
	padding: 14px 50px 13px 40px;
	position: absolute;
	text-align: left;
	top: 10%;
	z-index: -1;
}
.testi-title h3 {
	font-size: 19px;
	font-weight: 700;
	margin: 0 0 5px;
	text-transform: uppercase;
}
.testi-title h4 {
	color: #ffffff;
	font-style: italic;
	font-weight: 500;
	margin: 0;
}
.testimonials-wrapper .quote {
	float: right;
}
.testi-title > ul {
	display: block;
	margin-left: 10px;
}
.testi-title li {
	display: inline-block;
}
.testi-title li i {
	color: #eda20e;
}
.testimonials-wrapper .owl-nav {
	display: none;
}
/*
================================================
16. What More
================================================
*/	
.what-more-wrapper {
	padding: 76px 0 80px;
	width: 100%;
	background-image: url("../images/what-more-bg.jpg");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: cover;
}
/***** Tabs *******/
.inner-tabs .nav-tabs li {
	margin: 0;
}
.inner-tabs .nav-tabs li a {
	color: #fff;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	padding: 12px 35px;
	position: relative;
	text-decoration: none;
	transition: all 0.15s linear 0s;
	margin: 0;
	border: none;
	border-radius: 20px;
	text-transform: uppercase;
}
.inner-tabs .nav-tabs li.active a, .inner-tabs .nav-tabs li.active a:hover, .inner-tabs .nav-tabs li a:hover {
	background: #ffd034;
	border: none;
}
.inner-tabs .nav-tabs a:hover::before, .inner-tabs .nav-tabs li.active a::before, .inner-tabs .nav-tabs li.active a:hover::before {
	content: "\f0d7";
	font-family: 'Fontawesome';
	font-size: 24px;
	display: inline-block;
	position: absolute;
	bottom: -20px;
	left: 46%;
}
.inner-tabs .tab-content {
	margin: 30px 0 0 0;
}
.inner-tabs .with-bg .nav-tabs {
	background: none;
	border: none;
}
.inner-tabs .with-bg .nav-tabs li {
	margin: 0 10px 10px 0;
}
.inner-tabs .with-bg .nav-tabs li:last-child {
	margin: 0;
}
.inner-tabs .with-bg .nav-tabs li a {
	background: #1e2832;
}
.inner-tabs .with-bg .nav-tabs li.active a, .inner-tab .with-bgs .nav-tabs li.active a:hover, .inner-tabs .with-bg .nav-tabs li a:hover {
	color: #fff;
}
.inner-tabs .with-bg .nav-tabs li.active:before {
	content: "\f0d8";
	font-family: 'Fontawesome';
	font-size: 24px;
	color: #dddddd;
	display: inline-block;
	position: absolute;
	bottom: -33px;
	left: 46%;
}
.inner-tabs .with-bg .tab-content {
	background: #dddddd;
	margin: 25px 0 0;
	padding: 30px;
}
.inner-tabs .with-bg .nav-tabs a:hover::before, .inner-tabs .with-bg .nav-tabs li.active a::before, .inner-tabs .with-bg .nav-tabs li.active a:hover::before {
	content: " ";
}
.inner-tabs img {
	width: 100%;
}
/*
================================================
17. CTA Wrapper
================================================
*/
.cta-wrapper {
	float: left;
	width: 100%;
	padding: 80px 0 64px;
}
.cta-wrapper .cta-icon {
	margin: 0 0 10px;
}
.cta-wrapper h3 {
	font-size: 38px;
	font-weight: 600;
	margin: 0 0 5px;
}
.cta-wrapper h2 {
	font-size: 58px;
	color: #1e2832;
	font-weight: 700;
	margin: 0;
}
/*
================================================
18. Inner Banner Wrapper
================================================
*/
.inner-banner-wrapper {
	padding: 60px 0;
	width: 100%;
	background-image: url("../images/inner-banner-bg.jpg");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: cover;
	display: table;
}
.inner-banner-wrapper .heading {
	display: table-cell;
	height: 250px;
	vertical-align: middle;
}
.heading h1 {
	font-size: 55px;
	font-weight: 700;
	color: #1d2833;
	margin: 0;
	padding: 0;
}
.heading h3 {
	font-size: 33px;
	font-weight: 400;
	color: #1d2833;
	margin: 0 0 8px;
	padding: 0;
}
/*
================================================
19. Breadcrumb Wrapper
================================================
*/
.breadcrumb-wrapper {
	width: 100%;
	float: left;
	padding: 5px 0;
	background: #1d2833;
}
.breadcrumb-wrapper h2 {
	font-size: 30px;
	margin: 0;
	padding: 0;
	font-weight: 700;
	padding: 7px 0 0;
}
.inner-breadcrumb {
	margin: 10px 0 0;
	text-align: right;
}
.inner-breadcrumb ul li:first-child::before {
	display: none;
	font-size: 0;
}
.inner-breadcrumb ul li::before {
	color: #ffffff;
	content: "/";
	font-family: fontawesome;
	font-size: 12px;
	font-weight: normal;
	left: 0;
	line-height: normal;
	margin-top: -7px;
	position: absolute;
	top: 50%;
}
.inner-breadcrumb ul li {
	color: #ffffff;
	display: inline-block;
	font-size: 14px;
	line-height: 14px;
	padding: 0 8px 0 14px;
	position: relative;
}
.inner-breadcrumb ul li a, .inner-breadcrumb ul li a:hover {
	color: #ffffff;
}
/*
================================================
20. Inner page Wrapper
================================================
 */
.inner-page-wrapper {
	padding: 80px 0;
	float: left;
	width: 100%;
}
/*
================================================
21. about us page
================================================
 */
.about-wrapper {
	padding: 76px 0 80px;
}
.about-wrapper h2:before {
	bottom: -8px;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 305px;
}
.about-wrapper h2 {
	font-size: 38px;
	font-weight: 700;
	color: #1d2833;
	margin: 0 0 10px;
	position: relative;
}
.about-wrapper h2:after {
	bottom: -10px;
	content: "";
	height: 6px;
	left: 0;
	position: absolute;
	width: 40px;
}
/**** FAQ ****/
.about-wrapper .panel-group {
	display: inline-block;
	margin: 30px 0 20px;
}
.about-wrapper .widget {
	clear: both;
	margin-bottom: 50px;
}
.about-wrapper .category-nav {
	margin-bottom: 30px;
	margin-left: 0;
	padding: 0;
}
.about-wrapper .category-nav li {
	font-weight: 700;
	list-style: outside none none;
	margin: 0;
}
.about-wrapper .category-nav li.active a {
	border-color: #12AEF7;
}
.about-wrapper .category-nav li a {
	background-color: #f5f5f5;
	border-left: 5px solid transparent;
	color: #333333;
	display: block;
	margin-bottom: 5px;
	padding: 15px 20px;
}
.about-wrapper .widget.cta {
	background-color: #f5f5f5;
	padding: 30px;
}
.about-wrapper blockquote {
	background-color: #f6f6f6;
	border-left: 5px solid #12aef7;
	font-style: italic;
	margin: 0 0 20px;
	padding: 15px 20px;
}
.about-wrapper .panel-group .panel {
	border-radius: 0;
	border: none;
	margin: 20px 0 0;
}
.about-wrapper .panel-faq .panel-default > .panel-heading {
	background: none;
	border: 0 none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	color: #1d2833;
	padding: 13px 30px 13px 20px;
	position: relative;
	border: 5px solid #1d2833;
}
.about-wrapper .panel-faq .panel-default > .panel-heading h4 {
	font-size: 23px;
	font-weight: 600;
}
.about-wrapper .panel-faq .panel-default > .panel-heading.active a:hover, .about-wrapper .panel-faq .panel-default > .panel-heading.active a:focus {
	color: #2d2e2e
}
.about-wrapper .panel-faq .panel-default > .panel-heading.active {
	background-color: #fff;
	border-color: #1d2833;
	border-width: 5px;
	border-style: solid;
	color: #2d2e2e;
	font-size: 23px;
	font-family: 'Rajdhani', sans-serif;
}
div.about-wrapper .panel-faq .panel-body {
	background-color: #fff;
	border-width: 0 5px 5px !important;
	border-color: #1d2833;
	margin-top: 0;
	padding: 15px 20px;
	border-style: solid;
}
div.about-wrapper .panel-faq .panel-body p {
	font-size: 16px;
}
div.about-wrapper .panel-faq .panel-body ul {
	font-size: 16px;
}
.about-wrapper .panel-title a:hover, .about-wrapper .panel-title a:focus {
	color: #2d2e2e;
}
.about-wrapper .panel-faq .panel-default > .panel-heading.active::before {
	color: #1d2833;
	content: "-";
}
.about-wrapper .panel-faq .panel-default > .panel-heading::before {
	content: "+";
	font-family: Arial;
	font-size: 24px;
	padding: 0 0 0 20px;
	position: absolute;
	right: 20px;
	top: 9px;
}
.about-wrapper .widget .btn {
	background-color: #fff;
	border-color: #12aef7;
	border-radius: 0;
	border-width: 1px;
	color: #12aef7;
}
.about-wrapper .widget .btn:hover {
	background-color: #12aef7;
	border-color: #12aef7;
	color: #fff;
}
/**** 	Hosting Features ****/
.about-wrapper .hosting-features h2::before {
	width: 330px;
}
/*** Hosting Box ***/
.hosting-box:before {
	background: #1d2833;
	bottom: -8px;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 330px;
}
.hosting-box {
	float: left;
	width: 100%;
	padding: 50px 0;
	position: relative;
}
.hosting-box:after {
	background: #1d2833;
	bottom: -10px;
	content: "";
	height: 6px;
	left: 0;
	position: absolute;
	width: 40px;
}
.hosting-box.line {
	padding-bottom: 0;
}
.hosting-box.line:before, .hosting-box.line:after {
	display: none;
}
.hosting-box .hosting-icon-img {
	float: left;
	width: 100%;
	margin: 0 0 15px;
}
.hosting-box .hosting-icon-img {
	width: 80px;
	height: 97px;
	display: inline-block;
	background-position: center center;
	background-repeat: no-repeat;
}
.hosting-box h3 {
	font-size: 23px;
	font-weight: 700;
	margin: 0 0 8px;
	padding: 0;
	clear: both;
}
.hosting-box p {
	font-size: 15px;
	margin: 0;
}
/**** Domain Name Wrapper ****/
.domain-search-wrapper {
	background-image: url("../images/domain-name-bg.jpg");
}
.domain-search-wrapper .newsletter_form .form-control {
	background: #151e28;
	color: #546271;
}
.domain-search-wrapper .chack-box-wrapper {
	text-align: center;
	margin-top: 20px;
}
/*
================================================
22. Hosting
================================================
 */	
.inner-page-wrapper.hosting-plans-wrapp {
	padding: 90px 0 13px;
}
/*
================================================
23. Domain Register Wrapper
================================================
*/
.domain-register-wrapper {
	padding: 80px 0 68px;
}
/*** Domain Register ***/
.domain-register {
	margin: 0 0 30px;
	padding: 24px 10px 30px;
	text-align: center;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.domain-register h3 {
	font-size: 40px;
	margin: 0;
}
#single-domain .item {
	margin: 5px 20px;
}
.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;
}
#single-domain .owl-nav {
	display: none;
}
/*
================================================
24. Transfer Domain
================================================
*/
.transfer-domain-text {
	padding: 74px 0 68px;
}
.transfter-domain-wrapper {
	background: #eee;
	float: left;
	width: 100%;
	padding: 70px 0 58px;
}
.transfter-domain-wrapper .chack-box-wrapper {
	text-align: center;
	padding: 15px 0 0;
}
.domain-transfer-img img {
	width: 100%;
}
.domain-transfer-text p {
	font-size: 16px;
}
.domain-transfer-text ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.domain-transfer-text ul li:before {
	font-family: 'FontAwesome';
	content: '\f00c';
	margin: 0 8px 0 -15px;
}
.domain-transfer-text ul li {
	font-size: 16px;
	padding: 0 0 5px 15px;
}
/*
================================================
25. Domain Price
================================================
*/
.domain-price-wrapper {
	padding: 80px 0 60px;
}
.domain-price-wrapper .table {
	border: 1px solid #eeeeee;
}
.domain-price-wrapper thead tr th {
	background: #2f3c45;
	border: medium none;
	color: #ffffff;
	line-height: 60px;
	padding: 0 42px;
	white-space: nowrap;
	width: 1%;
	text-align: center;
	text-transform: uppercase;
}
.domain-price-wrapper tbody tr th {
	border: 1px solid #eeeeee;
	line-height: 60px;
	padding: 0 40px;
	text-align: center;
}
.domain-price-wrapper tbody tr td {
	border: 1px solid #eeeeee;
	border-collapse: collapse;
	font-weight: 600;
	line-height: 60px;
	padding: 0 40px;
	text-align: center;
}
/*
================================================
26. Testimonials
================================================
*/
.inner-page-wrapper.testimonials-wrapper {
	padding: 80px 0;
}
/*
================================================
27. Our Team
================================================
*/
.our-team-wrapper {
	padding: 80px 0 50px;
}
.our-team-wrapper .single-section {
	text-align: center;
	padding: 0;
	margin: 30px 0 0;
}
.single-section .image {
	overflow: hidden;
	text-align: center;
	margin: 0;
}
.single-section .image img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	width: 100%;
}
.single-section .image:hover img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	transform: scale(1.07)
}
.single-section h3 {
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 5px;
}
.single-section h4 {
	color: #888;
	font-weight: 400;
	font-size: 14px;
}
.single-section p {
	font-weight: 300;
	font-size: 14px;
	line-height: 25px;
	margin-top: 5px;
}
.single-section a {
	display: inline-block;
	margin: 5px;
	font-size: 12px;
	height: 30px;
	width: 30px;
	line-height: 27px;
	color: #333;
	text-align: center;
	border-radius: 50%;
}
.single-section a:hover {
	color: #fff;
}
.single-section .caption {
	padding: 20px;
	border-style: solid;
	border-width: 0 1px 1px;
	border-color: #eee;
}
/*
================================================
28. Login / Sign Up
================================================
*/
.login-wrapper form input {
	background: #ffffff none repeat scroll 0 0;
	border: 1px solid #cccccc;
	border-radius: 0;
	color: #333333;
	float: left;
	font-size: 14px;
	height: 50px;
	line-height: 50px;
	margin: 0 0 15px;
	padding-left: 10px;
	width: 100%;
}
.login-wrapper form [type="checkbox"]:not(:checked) + label::before, .login-wrapper form [type="checkbox"]:checked + label::before {
	border: 1px solid #202020;
	border-radius: 50%;
	content: "";
	height: 20px;
	left: 0;
	position: absolute;
	top: 2px;
	width: 20px;
}
.login-wrapper form [type="checkbox"]:not(:checked) + label::after {
	opacity: 0;
	transform: scale(0);
}
.login-wrapper form [type="checkbox"]:not(:checked) + label::after, .login-wrapper form [type="checkbox"]:checked + label::after {
	color: #000000;
	content: '✔';
	font-size: 12px;
	left: 5px;
	line-height: 0.8;
	position: absolute;
	top: 8px;
	transition: all 0.2s ease 0s;
}
.login-wrapper form [type="checkbox"]:not(:checked), .login-wrapper form [type="checkbox"]:checked {
	left: -9999px;
	position: absolute;
}
.login-wrapper form [type="checkbox"]:not(:checked) + label, .login-wrapper form [type="checkbox"]:checked + label {
	color: #000000;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
	padding-left: 30px;
	position: relative;
}
.login-wrapper form .forget-password a {
	color: #000000;
	font-size: 14px;
	font-weight: 400;
}
.login-wrapper form .btn {
	border: 0 none;
	border-radius: 5px;
	color: #ffffff;
	float: right;
	font-size: 16px;
	font-weight: 400;
	margin: 15px 0 0;
	padding: 10px 30px;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
	width: 100%;
}
.login-wrapper .signup {
	border-left: 1px solid #cccccc;
	float: left;
	margin: 0 0 0 15px;
	padding: 0 0 0 45px;
}
/*
================================================
29. FAQ
================================================
*/
.faq-main {
	padding: 46px 0 70px;
}
.fp-accordion h2 {
	font-size: 16px;
	font-weight: 500;
	margin: 0;
	padding: 15px 0;
	cursor: pointer;
}
.faqwrper {
	margin: 30px 0 0;
}
.faqwrper h2 span {
	font-weight: 600;
}
.fp-accordion .toggle-content {
	display: none;
}
.fp-accordion .icons {
	display: inline-block;
	text-align: center;
	position: relative;
	cursor: pointer;
	transition: 0.5s;
}
.fp-accordion .icons .fa {
	font-size: 14px;
	color: #73b21a;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: 0.5s;
}
.fp-accordion .icons .fa:last-child {
	opacity: 0;
}
.fp-accordion .icons:hover {
	background-color: #73b21a;
}
.fp-accordion .icons:hover .fa {
	color: #fff;
}
.fp-accordion.active .toggle-content {
	display: block;
}
.fp-accordion.active .icons {
	background-color: #fac012;
}
.fp-accordion.active .fa:last-child {
	opacity: 1;
	color: #fff;
}
.fp-accordion.active .fa:first-child {
	opacity: 0;
}
.fp-accordion.style-1 {
	border: 1px solid #eee;
	margin-bottom: 10px;
	padding: 2px 10px 5px;
}
.fp-accordion.style-1 .toggle-content, .fp-accordion.style-1 h2 {
	margin-left: 55px;
}
.fp-accordion.style-1 .toggle-content {
	padding-bottom: 15px;
}
.fp-accordion.style-1 .icons {
	width: 35px;
	height: 35px;
	line-height: 35px;
	margin-top: 10px;
	border-radius: 50%;
	float: left;
}
.fp-accordion.style-1 .icons .fa {
	font-size: 14px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: 0.5s;
}
.fp-accordion.style-1 .icons .fa:last-child {
	opacity: 0;
}
.fp-accordion.style-1 .icons:hover .fa {
	color: #fff;
}
.fp-accordion.style-1.active .toggle-content {
	display: block;
}
.fp-accordion.style-1.active .fa:last-child {
	opacity: 1;
	color: #fff;
}
.fp-accordion.style-1.active .fa:first-child {
	opacity: 0;
}
.secondstyle .fp-accordion.style-1 .icons {
	width: 35px;
	height: 35px;
	line-height: 35px;
	margin-top: 10px;
	border-radius: 0;
	border: 1px solid #ddd;
	float: left;
}
.secondstyle .fp-accordion.style-1 .icons .fa {
	color: #ccc;
}
.secondstyle .fp-accordion.style-1.active .icons .fa {
	color: #fff;
}
/*
================================================
30. 404
================================================
*/
#oops::before {
	background-color: rgba(3, 19, 24, 0.8);
	content: " ";
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}
#oops {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	text-align: center;
	z-index: 0;
}
#oops, #oops::before, #oops > .container, #oops > .container > .row, #oops > .container > .row > div, .vc-parent {
	height: 100vh;
}
.vc-parent {
	display: table;
	width: 100%;
}
.vc-child {
	display: table-cell;
	vertical-align: middle;
}
#oops .section-title h2 {
	font-size: 120px;
	font-weight: 700;
	line-height: 28px;
	margin-bottom: -20px;
	margin-top: 0;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
}
#oops .description p {
	color: #ffffff;
	font-size: 20px;
	font-weight: 500;
	margin: 70px 0 30px;
}
#oops .btn {
	color: #fff;
	padding: 10px 30px;
	border: none;
	text-transform: uppercase;
}
#oops .btn:hover, #oops .btn:focus {
	background: #fff;
	border: none;
}
/*
================================================
31. Contact Us
================================================
*/
.contact-wrapper {
	padding: 73px 0 80px;
}
.contact-wrapper h2::before {
	bottom: -8px;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 305px;
}
.contact-wrapper h2 {
	color: #1d2833;
	font-size: 38px;
	font-weight: 700;
	margin: 0 0 10px;
	position: relative;
}
.contact-wrapper h2::after {
	bottom: -10px;
	content: "";
	height: 6px;
	left: 0;
	position: absolute;
	width: 40px;
}
.address {
	float: right;
}
.contact-wrapper form {
	margin: 40px 0 0;
}
.contact-wrapper form textarea {
	height: 145px;
}
.contact-wrapper .btn {
	float: right;
	border-radius: 0;
	color: #fff;
	border: none;
}
.contact-wrapper .btn:hover, .contact-wrapper .btn:focus {
	background: #f5f5f5;
	border: none;
}
.contact-box {
	margin: 40px 0 0;
	font-size: 16px;
}
.contact-box .icon {
	float: left;
	margin: 0 10px 0 0;
	padding: 6px 0 0;
}
.contact-box .icon i {
	font-size: 25px;
}
.contact-box .text {
	display: inline-block;
	padding: 5px 0 0;
	color: #1d2833;
	font-weight: 300;
}
.contact-box .text h3 {
	font-size: 20px;
	margin: 0 0 5px;
	padding: 0;
}
.contact-box u {
	display: block;
	text-decoration: none;
}
.contact-box.last h4 {
	font-weight: 600;
}
.contact-box.last h3 {
	font-size: 30px;
	font-weight: 600;
}
div#google-map {
	float: left;
	margin: 0;
	pointer-events: none;
	width: 100%;
}
div#google-map iframe {
	border: 1px solid #e5e5e5;
	float: left;
	height: 250px;
	width: 100%;
}
/*
================================================
32. Cart Section
================================================
*/
.cart-wrapper {
	padding: 73px 0 80px;
}
.cart-section {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #e4e4e4;
  box-shadow: 2px 4px 29px -4px rgba(0, 0, 0, 0.35);
  padding: 15px;
  width:100%;
  float:left;
}
.coupon-code .input-copon {
  padding: 6px;
}
.coupon-code input {
  padding: 8px;
  border: 1px solid #aaa;
  border-radius:0;
}
.cart-wrapper .btn-one {
  border: medium none;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  height: 45px;
  margin: 0 0 20px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  display:inline-block;
  line-height:45px;
}
.cart-wrapper .btn-block {
  margin:0 0 13px;
}
/*** Check out page ***/
.box-checkout .checkout-login {
  border: 2px dotted #d4d4d4;
  border-radius: 10px;
  color: #484848;
  font-size: 14px;
  margin-bottom: 28px;
  margin-top: 10px;
  padding: 13px 20px 12px;
}
.billing-fields .fields-title h3, .shipping-address-fields .fields-title h3 {
  border-bottom: 1px solid #e5e5e5;
  color: #484848;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 17px;
  padding-bottom: 22px;
}
.fields-content .field-row {
  margin-bottom: 23px;
}
.fields-content .field-row #address, .fields-content .field-row #address-3 {
  margin-bottom: 15px;
}
.fields-content .field-row .field-one-half {
  float: left;
  width: 50%;
  margin:0;
}
.fields-content .field-row label {
  color: #484848;
  margin-bottom: 12px;
  margin-left: 2px;
  display:block;
}
.fields-content .field-row input, .fields-content .field-row select {
  border: 2px solid #e5e5e5;
  height: 40px;
  margin-bottom: 0;
  width:100%;
  padding:8px 15px 8px 20px;
}
.fields-content .field-row .field-one-half:first-child {
  padding-right: 15px;
}
.cart-wrapper .checkbox label {
	position:relative;
	cursor:pointer;
	color:#484848;
	padding-left:25px;
}
.cart-wrapper .checkbox label:before {
	content:'';
	position:absolute;
	left:18px;
	top:4px;
	width:16px;
	height:16px;
	border:2px solid #e5e5e5;
	background-color:#fff;
	border-radius:4px;
}
.cart-wrapper .checkbox label:after {
	content:'\f00c';
	position:absolute;
	font-family:'fontawesome';
	left:16px;
	top:4px;
	color:#fff;
	font-size:12px;
	line-height:17px;
	width:16px;
	text-align:center;
	height:16px;
	border-radius:3px;
	z-index:3;
}
.cart-wrapper input[type="checkbox"] {
  opacity: 0;
}
.fields-content .field-row #notes {
  height: 163px;
  padding: 6px 25px;
  width:100%;
  background-color: transparent;
  border: 2px solid #e5e5e5;
}
/** Cart Total **/
.cart-totals {
  background-color: #f5f5f5;
  border-radius: 8px;
  padding: 35px 40px 46px 41px;
}
.cart-totals table {
  width: 100%;
}
.cart-totals.style2 table {
  margin-bottom: 12px;
}
.btn-radio.style2 .radio-info p {
  color: #838383;
  line-height: 20px;
  margin: 8px 0 18px;
}
.btn-radio.style2 {
  display: inline-block;
  margin-bottom: 25px;
  margin-top: 25px;
}
.cart-totals table.product thead tr th:last-child {
  text-align: right;
}
.cart-totals table.product thead tr th {
  color: #2d2d2d;
  font-size: 15px;
}
.cart-totals table tr td:last-child {
  text-align: right;
}
.cart-totals table tr td:nth-child(1) {
  color: #2d2d2d;
  font-size: 15px;
  text-align: left;
}
.cart-totals.style2 table:nth-child(2) tr td {
  padding: 11px 0 14px;
  vertical-align:top;
}
.cart-totals table.product tr td {
  color: #838383;
  font-size: 14px;
  line-height: 20px;
  padding: 22px 0 1px;
}
.radio-info input[type="radio"]:checked + label::after {
  background-color: #fff;
}
.btn-radio .radio-info input[type="radio"] {
  opacity: 0;
}
.btn-radio .radio-info label::before {
  background-color: #e0e0e0;
  border-radius: 50%;
  content: "";
  height: 14px;
  left: 0;
  line-height: 35px;
  position: absolute;
  top: 6px;
  width: 14px;
}
.btn-radio .radio-info label {
  color: #838383;
  cursor: pointer;
  font-size: 14px;
  line-height: 26px;
  position: relative;
  width: 130px;
}
.btn-radio.style2 .radio-info label {
  color: #2d2d2d;
  padding-left: 12px;
  width: 200px;
}
.btn-radio .radio-info label::after {
  border: 4px solid #e0e0e0;
  border-radius: 50%;
  content: "";
  height: 14px;
  left: 0;
  position: absolute;
  top: 6px;
  width: 14px;
}
.btn-radio.style2 .radio-info label::before, .btn-radio.style2 .radio-info label::after {
  left: -17px;
}
.btn-radio.style2 .radio-info label::before, .btn-radio.style2 .radio-info label::after {
  left: -17px;
}
.cart-totals table tr td.btn-radio .radio-info label span {
  color: #838383;
  font-weight: bold;
}
.cart-totals .btn-order {
  margin-bottom: 11px;
  margin-top: 40px;
  padding-left: 30px;
  padding-right: 30px;
}
.cart-totals .btn-order a {
  border-radius: 30px;
  color: #fff;
  display: block;
  font-size: 20px;
  height: 60px;
  line-height: 60px;
  text-align: center;
}
/*
================================================
33. Footer
================================================
*/
.footer-wrapper {
	margin: 0;
	padding: 80px 0 25px;
	background-image: url("../images/footer-wrapper-bg.jpg");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 9;
}
.footer-wrapper img {
	margin: 0 0 30px 0;
}
.footer-wrapper h3:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0;
	bottom: -18px;
}
.footer-wrapper h3 {
	font-weight: 600;
	font-size: 22px;
	margin: 0 0 50px 0;
	position: relative;
}
.footer-wrapper h3::after {
	bottom: -20px;
	content: "";
	height: 6px;
	left: 0;
	position: absolute;
	width: 60px;
}
.footer-wrapper p {
	color: #fff;
	font-size: 16px;
}
.footer-wrapper ul.list li:before {
	border: 0 none;
	border-radius: 20px 0 20px 20px;
	color: #ffffff;
	float: right;
	height: 10px;
	text-align: center;
	transition: all 0.3s ease 0s;
	width: 10px;
	position: absolute;
	content: "";
	left: 0;
	top: 15px;
}
.footer-wrapper ul li:first-child:before {
	top: 8px;
}
.footer-wrapper ul li i {
	margin: 0 5px 0 0;
}
.footer-wrapper .social ul li i {
	margin: 0;
}
.footer-wrapper ul li:first-child {
	border: none;
	padding-top: 0;
}
.footer-wrapper ul li {
	color: #ffffff;
	font-size: 16px;
	list-style: outside none none;
	padding: 6px 0;
	position: relative;
}
.footer-wrapper .list li {
	padding: 8px 0 8px 20px;
}
.footer-wrapper ul li a {
	color: #b0b0b0;
}
.footer-wrapper ul li a:hover {
	opacity: 0.7;
}
.footer-wrapper ul.social-icons li {
	display: inline-block;
	margin: 0 8px 14px 0;
}
.footer-wrapper ul.social-icons li i {
	background: #595959;
	height: 32px;
	width: 32px;
	border-radius: 50%;
	line-height: 32px;
	text-align: center;
	color: #fff;
}
.footer-wrapper ul.social-icons li i:hover {
	background: #000;
}
.footer-wrapper input {
	height: 38px;
	background: #1d2833;
	border: none;
	padding: 0 0 0 10px;
	width: 100%;
	color: #6c8094;
	border: 1px solid #fff;
}
.footer-wrapper textarea {
	height: 120px;
	background: #1d2833;
	border: none;
	padding: 0 0 0 10px;
	width: 100%;
	color: #6c8094;
	border: 1px solid #fff;
}
.footer-wrapper .btn {
	height: 38px;
	width: 125px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	border-radius: 20px;
	float: right;
}
.footer-wrapper .btn:hover {
	background: #f2f2f2;
	color: #1e2832;
}
.footer-wrapper .btn:foucs {
 background:#f2f2f2;
 color:#1e2832;
}
.social {
	text-align: center;
	margin-bottom: -65px;
}
.social ul {
	border-radius: 30px;
	padding: 12px 50px 15px;
	display: inline-block;
}
.social ul li:first-child {
	padding: 0;
}
.social ul li {
	margin: 0;
	padding: 0 0 0 30px;
	display: inline-block;
}
.social ul li a {
	background-color: #fff;
	border: 0 none;
	border-radius: 20px 20px 0 20px;
	height: 40px;
	text-align: center;
	transition: all 0.3s ease 0s;
	width: 40px;
	display: inline-block;
	line-height: 40px;
	font-size: 18px;
}
footer {
	padding: 30px 0;
	float: left;
	width: 100%;
	background: #131a21;
	text-align: center;
	position: relative;
	z-index: -1;
}
footer p {
	margin: 15px 0 0;
	color: #768798;
	font-size: 13px;
	text-align: center;
}
/* 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;
}

/*
================================================
34. Media Quries 
================================================
*/
@media (min-width: 1025px) and (max-width: 1324px) {
/* Nav */
.navbar-nav > li {
	padding: 0 14px;
}
/* Banner */
.banner-wrapper .hero h1 {
	font-size: 46px;
	margin: 0 0 20px 0;
	line-height: 50px;
}
}
 @media (min-width: 992px) and (max-width: 1024px) {
/* Nav */
.navbar-nav > li {
	padding: 0 15px;
}
/* Banner */
.banner-wrapper .hero p {
	display: none;
}
.banner-wrapper .hero h1 {
	font-size: 46px;
	margin: 0 0 20px 0;
	line-height: 50px;
}
/* About Us */
.inner-banner-wrapper img {
	width: 100%;
}
}
@media (min-width: 768px) and (max-width: 991px) {
/* Common Css */
section h2 {
	font-size: 36px;
}
/* Nav */
nav.pull-right {
	float: left !important;
}
.navbar {
	margin-top: 12px;
}
.navbar-nav > li {
	padding: 0 16px;
}
.navbar-nav > li:first-child {
	padding-left: 0;
}
.navbar-nav > li > .dropdown-menu {
	margin-top: 18px;
}
/* Search */
#search-form {
	top: 53px;
}
/* Banner */
#first-slider h1 {
	font-size: 40px;
	line-height: 50px;
}
/* Testimonials */
.testimonials-wrapper .single-testi {
	width: 70%;
}
/* About Us */
.inner-banner-wrapper img {
	width: 100%;
}
.about-wrapper .hosting-features h2:before {
	width: 100%;
}
.about-wrapper h2 {
	font-size: 22px;
}
.hosting-box::before {
	width: 100%;
}
/* Cart Section */
.cart-section {
	margin:0 0 20px;
}
/* Footer */
.bottom-form {
	margin: 30px 0 0;
}
}
@media (max-width: 767px) {
	/* Common-css */
	section h2 {
		font-size: 32px;
		line-height: 36px;
	}

	section .title p {
		font-size: 14px;
	}

	.section-divider {
		border-bottom: 1px solid #cccccc;
		margin: 0 30px 60px;
		padding: 0;
	}

	/* Nav */
	.navbar-nav {
		margin: 20px 0 0;
	}

	.navbar-nav > li {
		padding: 0 20px 10px;
	}

	.navbar-brand {
		display: block;
		padding: 0;
	}

	.navbar-toggle {
		margin-top: 2px;
	}

	.navbar-nav > li > .dropdown-menu::before {
		display: none;
	}

	.navbar-nav .open .dropdown-menu {
		margin-top: 25px;
	}

	nav.navbar.navbar-default.pull-right {
		float: left !important;
		width: 100%;
	}

	.navbar-default .navbar-collapse {
		float: none;
		border: none;
		box-shadow: none;
	}

	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: #ffffff;
	}

	.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
		font-size: 15px;
		padding: 10px 15px 10px 25px;
	}

	.navbar-default .navbar-collapse, header.affix .navbar-default .navbar-collapse {
		max-height: 370px;
	}

	/* Banner */
	#first-slider h1 {
		font-size: 40px;
		line-height: 40px;
	}

	#first-slider .carousel .item {
		height: 100%;
		min-height: 425px;
		padding: 40px 0 60px;
		width: 100%;
	}

	#first-slider .carousel-indicators {
		bottom: 5px;
	}

	.chack-box-wrapper .checkbox {
		margin-right: 15px;
	}

	#first-slider img {
		margin: 0 0 20px;
		width: 90%;
	}

	/* Our Services */
	.our-services {
		padding: 73px 0 52px;
	}

	.our-services .services {
		margin-bottom: 60px;
	}

	.manage-place .services {
		text-align: center;
	}

	/* Hosting Wrapper */
	.hosting-plans-wrapper {
		padding: 75px 0 20px;
	}

	/* Satisfied Wrapper */
	.satisfied-wrapper {
		padding: 75px 0 30px;
	}

	/* Blog Wrapper */
	.blog-wrapper {
		padding: 75px 0 80px;
	}

	/* our newsletter Wrapper */
	.our-newsletter-wrapper {
		padding: 75px 0 65px;
	}

	/* what more Wrapper */
	.what-more-wrapper {
		padding: 75px 0 80px;
	}

	/* Register Domain */
	.register-domain-wrapper .inner h2.list {
		padding: 7px 50px 5px;
	}

	.subscribe_form form {
		width: 80%;
	}

	/* Pricing Domain */
	.pricing-table [class*="price-content-"] .plan-price {
		top: -40px;
	}

	/* Satisfied Wrapper */
	.satisfied-wrapper [class*="counter-icon-"] .shape {
		float: none;
		margin: 0 auto;
	}

	/* News Letter Wrapper */
	.newsletter_form form {
		width: 100%;
	}

	.newsletter_form .input-group-addon .btn {
		font-size: 15px;
	}

	/* Testimonials Wrapper */
	.testimonials-wrapper {
		padding: 73px 0 68px;
	}

	.testimonials-wrapper .single-testi {
		width: 100%;
	}

	.testi-info {
		padding: 0 8px;
		margin: 0;
	}

	.testi-title {
		left: 28%;
	}

	.testimonials-wrapper .quote {
		display: none;
	}

	/* What More Wrapper */
	.inner-tabs .nav-tabs li a {
		padding: 12px 20px;
	}

	.inner-tabs img {
		width: auto;
		margin: 0 0 20px;
	}

	.inner-tabs .with-bg .nav-tabs li.active:before {
		display: none;
	}

	/* cta Wrapper */
	.cta-wrapper {
		padding: 80px 0 71px;
	}

	.cta-wrapper h3 {
		font-size: 25px;
	}

	.cta-wrapper h2 {
		font-size: 35px;
	}

	/* Breadcrumb Wrapper */
	.breadcrumb-wrapper {
		padding: 10px 0;
		text-align: center;
	}

	.inner-breadcrumb {
		text-align: center;
	}

	/* Inner page Wrapper */
	.inner-banner-wrapper img {
		width: 100%;
	}

	.heading h1 {
		font-size: 40px;
		line-height: 40px;
		margin: 0 0 10px;
	}

	.heading h3 {
		font-size: 30px;
	}

	/* About Us */
	.about-wrapper h2::before {
		width: 100%;
	}

	.about-wrapper .hosting-features h2::before {
		width: 100%;
	}

	.about-wrapper h2 {
		font-size: 22px;
	}

	.hosting-box::before {
		width: 100%;
	}

	/* Transfer Domain */
	.domain-transfer-img {
		margin: 0 0 20px;
	}

	/* Domain Price */
	.domain-price-wrapper tbody tr td, .domain-price-wrapper tbody tr th {
		border: none;
	}

	/* Login / Signup */
	.login-wrapper .signup {
		border-left: medium none;
		border-top: 1px solid #cccccc;
		float: left;
		margin: 40px 0 0;
		padding: 35px 0 0;
	}

	/* Contact Us */
	.contact-wrapper h2::before {
		width: 100%;
	}

	.contact-wrapper .btn {
		margin-bottom: 30px;
	}

	.contact-box .text h4 {
		font-size: 16px;
	}

	/* Cart Section */
	.cart-totals {
		padding: 35px 20px 30px 30px;
	}

	/* Footer Wrapper */
	.footer-wrapper .second {
		padding: 25px 0;
	}

	.footer-wrapper .btn {
		margin: 0 0 25px;
	}

	.social ul {
		padding: 12px 25px 15px;
	}

	.social ul li {
		padding: 0 0 0 5px;
	}
}
.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
	background-color: black;
	color: white;
	border-top: 1px solid gray;
	border-left: 1px solid gray;
	border-right: 1px solid gray;