/* 	Theme Name : Cloud Host
	Author : Redcheap Theme
	Author URL : http://www.rctheme.com
    Version : 1.0.0
    Created: 30 July 2017
*/

/*------------------------------------------------------------------
[Table of contents]

1. Global
2. Header / .top_header
3. Navigation / .main_menu
4. Slider / .slider
6. Domain Search / .domain_search
7. Services / .service_box
8. Why Choose Hosting / .why_choose
9. Our Partners / .partners
10. Our Services / .best_services
11. Call Back /.call_back
12. Newsletter / .newsletter
13. Price Table plan 1 / .pricing_table
14. Price Table plan 2 / .pricing_table2
15. Price Table plan 3 / .pricing_table3
16. VPS Plan Price Table / .vps_plan
17. Technical Features / .our_services_main
18. Testimonial / .testimonial
19. Inner Page Header / .page_banner
20. Server Features / .services_boxs
21. Our Team / .our_staff
22. Login Page / .login_register_box
23. Footer / .footer

-------------------------------------------------------------------*/
 
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');
@import url('switcher.css');

/* ======== Global CSS Start ======== */

body {
	font-family: 'Open Sans', sans-serif;
}
.clear {
	clear: both;
}
img {
	max-width: 100%;
	height: auto;
}
a {
	outline: 0 !important;
}
.vis-hidden {
	visibility: hidden;
}
::-webkit-input-placeholder {
 color: #959595;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #959595;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #959595;
}
:-ms-input-placeholder {
 color: #959595;
}
body {
	font-size: 15px;
	line-height: 1.5;
	font-weight: 400;
	margin: 0;
	padding: 0;
}
p {
	padding: 0px;
	margin: 0px;
	font-weight: 400;
}
h1 {
	font-size: 36px;
	padding: 0px;
	margin: 0px;
	color: #FFF;
	padding-top:20px;
}
h2 {
	font-size: 40px;
	padding: 0px;
	margin: 0px;
}
h3 {
	font-size: 34px;
	font-weight: 400;
	padding: 0px;
	margin: 0px;
}
h4 {
	font-size: 28px;
	font-weight: 400;
	padding: 0px;
	margin: 0px;
}
h5 {
	font-size: 22px;
	padding: 0px;
	margin: 0px;
}
h6 {
	font-size: 16px;
	font-weight: 400;
	padding: 0px;
	margin: 0px;
}
article, aside, 
details, 
figcaption, 
figure, 
footer, 
header, 
hgroup, 
menu, 
nav, 
section {
	display: block;
}
ol {
	padding-left: 20px;
	list-style-type: decimal;
}
ul {
	list-style: none;
	padding: 0px;
	margin: px;
}
blockquote, 
q {
	quotes: none;
}
:focus {
	outline: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
sup, 
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input, 
select {
	vertical-align:middle;
}
.display-inline-block {
	display: inline-block;
}
.color-white {
	color: #FFF;
}
.color-grey {
	color: #666;
}
.color-dark-grey {
	color: #333;
}
.color-black {
	color: #000;
}
.background-grey {
	background-color: #f6f6f6;
}
.font-14 {
	font-size: 14px;
}
.font-16 {
	font-size: 16px;
}
.font-18 {
	font-size: 18px;
}
.font-22 {
	font-size: 22px;
}
.font-26 {
	font-size: 26px;
}
.font-32 {
	font-size: 32px;
}
.font-40 {
	font-size: 40px;
}
.font-60 {
	font-size: 60px;
}
.no_margin {
	margin: 0px;
}
.margin_auto {
	margin: 0px auto;
}
.margin_top_0 {
	margin-top: 0px;
}
.margin_top_20 {
	margin-top: 20px;
}
.margin_top_50 {
	margin-top: 50px;
}
.margin_tb_10 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.margin_tb_20 {
	margin-top: 20px;
	margin-bottom: 20px;
}
.margin_bottom_0 {
	margin-bottom: 0px;
}
.margin_bottom_20 {
	margin-bottom: 20px;
}
.margin_left_0 {
	margin-left: 0px;
}
.margin_left_20 {
	margin-left: 20px;
}
.margin_right_0 {
	margin-right: 0px;
}
.no_padding {
	padding: 0px;
}
.padding_20 {
	padding: 20px;
}
.padding_30 {
	padding: 30px;
}
.padding_40 {
	padding: 40px;
}
.padding_50 {
	padding: 50px;
}
.padding_top_0 {
	padding-top: 0px;
}
.padding_top_10 {
	padding-top: 10px;
}
.padding_top_20 {
	padding-top: 20px;
}
.padding_top_30 {
	padding-top: 30px;
}
.padding_tb_10 {
	padding-top: 10px;
	padding-bottom: 10px;
}
.padding_tb_20 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.padding_tb_30 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.padding_tb_40 {
	padding-top: 40px;
	padding-bottom: 40px;
}
.padding_top_40 {
	padding-top: 40px;
}
.padding_top_50 {
	padding-top: 50px;
}
.padding_top_60 {
	padding-top: 60px;
}
.padding_top_100 {
	padding-top: 100px;
}
.padding_bottom_0 {
	padding-bottom: 0px;
}
.padding_bottom_100 {
	padding-bottom: 100px;
}
.padding_left_0 {
	padding-left: 0px;
}
.padding_right_0 {
	padding-right: 0px;
}
.padding_right_50 {
	padding-right: 50px;
}
.spacer {
	float: left;
	width: 100%;
	height: 30px;
}
.heading h2 {
	font-weight: 400;
}
.heading h2 span {
	font-weight: 700;
}
.btn_primary {
	padding: 15px 30px;
	font-size: 15px;
	text-transform: uppercase;
	border: 0px;
	color: #FFF;
}
.btn_primary:hover {
	text-decoration: none;
	color: #FFF;
}
.btn_secondry {
	padding: 15px 30px;
	font-size: 15px;
	text-transform: uppercase;
	border: 0px;
	color: #FFF;
}
.btn_secondry:hover {
	text-decoration: none;
	color: #FFF;
}
.border-radius-5 {
	border-radius: 5px;
}
.border-radius-tb-left-5 {
	border-radius:5px 0px 0px 5px;
}
.border-radius-tb-right-5 {
	border-radius:0px 5px 5px 0px;
}
section, .footer {
	padding: 100px 0px;
}

/* ======== Header CSS Start ======== */

/* Top Menu CSS Start */

.top_header {
	width:100%;
}
.top_header ul.top_menu {
	margin: 0;
	padding: 8px 0;
}
.top_header ul.top_menu li {
	font-size: 13px;
	display: inline-block;
	margin: 0 20px 0 0;
	color: #FFF;
}
.top_header ul.top_menu li a {
	color: #FFF;
}
.top_header ul.top_menu li i {
	color: #FFF;
	margin: 0 5px 0 0;
	font-size: 15px;
	position: relative;
	top: 1px;
}
.top_header .social_icon {
	text-align:right;
}
.top_header .social_icon ul {
	padding: 8px 0px 0px 0px;
	list-style: none;
	margin: 0px;
}
.top_header .social_icon ul li {
	margin:0px 3px;
	display: inline-block;
	font-size:12px;
}
.top_header .social_icon ul li a {
	color: #FFF;
	background-color:#333333;
	width:22px;
	display:inline-block;
	line-height:22px;
	text-align:center;
}
.top_header .social_icon ul li.twitter a:hover {
	background-color:#55acee;
}
.top_header .social_icon ul li.linkedin a:hover {
	background-color: #0976b4;
}
.top_header .social_icon ul li.googleplus a:hover {
	background-color: #dd4b39;
}
.top_header .social_icon ul li.youtube a:hover {
	background-color: #b31217;
}
.top_header .social_icon ul li.facebook a:hover {
	background-color: #3b5998;
}
.top_header .top_link {
	margin-left: 20px;
}
.top_header .top_link ul {
	margin: 0;
	padding: 0;
}
.top_header .top_link ul li {
	float: left;
	padding: 8px 20px;
}
.top_header .top_link ul li a {
	color:#FFF;
	font-size: 13px;
}
.top_header .top_link ul li a:hover {
	text-decoration: none;
}
.top_header .top_link ul li.register {
	background: #e5e5e5;
}
.top_header .top_link ul li.register a {
	color:#000;
}

/* Top Menu CSS End */

/* Main Menu CSS Start */

.navbar-header {
	float:left;
}
#header .logo {
	float: left;
	position: relative;
	z-index: 1;
padding-top: 7px;
 
}
#header .navbar {
	margin: 0px;
}
#header .navbar-default {
	border:0px;
	background:none;
}
#header .navbar-default #navbar-collapse-1 {
	position: relative;
	display: block;
padding-top: 10px;
font-size:16px;
 
}
#header .navbar-default #navbar-collapse-1 ul {
	list-style: none;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}
#header .navbar-default #navbar-collapse-1 ul a {
	display: block;
	color: #444;
	text-decoration: none;
}
#header .navbar-default #navbar-collapse-1 ul li {
	position: relative;
	float: left;
	margin: 0;
	padding: 0
}
#header .navbar-default #navbar-collapse-1 ul li ul {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	padding: 0;
	z-index: 99999;
}
#header .navbar-default #navbar-collapse-1 ul ul li {
	float: none;
	width: 230px;
}
#header .navbar-default #navbar-collapse-1 ul ul ul {
	top: 0;
	left: 100%;
	margin: 0px;
}
#header .navbar-default #navbar-collapse-1 ul ul {
	margin: 0px;
}
#header .navbar-default #navbar-collapse-1 ul ul ul:after {
	content: "";
	position: absolute;
	width: 10px;
	height: 100%;
	left: -10px;
	top: 0;
	opacity: 0;
}
#header .navbar-default #navbar-collapse-1 ul ul:before {
	content: "123";
	position: absolute;
	width: 100%;
	height: 10px;
	top: -10px;
	opacity: 0;
}
#header .navbar-default #navbar-collapse-1 ul li:hover > ul {
	opacity: 1;
	visibility: visible;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
	color: #FFF !important;
}
#header .navbar-default #navbar-collapse-1 ul li a:after, 
#header .navbar-default #navbar-collapse-1 ul ul li a:after {
	font-family: "FontAwesome";
}
#header .navbar-default #navbar-collapse-1 ul li a:after {
	content: '\f107';
	padding-left: 7px;
}
#header .navbar-default #navbar-collapse-1 ul ul li a:after {
	content: '\f105';
	position: absolute;
	right: 15px;
}
#header .navbar-default #navbar-collapse-1 ul li a:only-child:after {
	content: '';
	padding: 0;
}
#header .navbar-default #navbar-collapse-1 ul ul li a:only-child:after {
	content: '';
}
#header .navbar-default #navbar-collapse-1 ul ul {
	background-color: #fff;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
}
#header .navbar-default #navbar-collapse-1 ul ul li {
	border-bottom: 1px solid #e9e9e9;
}
#header .navbar-default #navbar-collapse-1 ul ul li:last-child {
	border-bottom: none;
}
#header .navbar-default #navbar-collapse-1 ul li:hover ul a, 
#header .navbar-default #navbar-collapse-1 ul ul a {
	line-height: 27px !important;
	padding: 10px 30px 10px 15px !important;
	color: #707070 !important;
}
#header .navbar-default #navbar-collapse-1 ul ul li:hover {
	background-color: #f2f2f2 !important;
}
#header .navbar-default #navbar-collapse-1 ul ul {
	opacity: 0;
	visibility: hidden;
	transition: all 0.25s;
	transform: translate3d(0, 15px, 0);
}
#header .navbar-default #navbar-collapse-1 ul li:hover > ul {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
}
.fixed-theme {
	background-color:#FFF;
	box-shadow: 0 0 5px rgba(0, 0, 0, .8);
	padding-right: 0;
	padding-left: 0;
	position: fixed;
	right: 0;
	left: 0;
	top:0px;
	z-index: 1030;
	transition: 0.8s;
	-webkit-transition:  0.8s;
}

/* Main Menu CSS End */

/* ======== Header CSS End ======== */


/* ========== Slider CSS Start  ========== */

.slider {
	float:left;
	width:100%;
	clear:both;
}
.bs-slider {
	overflow: hidden;
	max-height: 700px;
	position: relative;
	background: #000000;
}
.bs-slider:hover {
	cursor: -moz-grab;
	cursor: -webkit-grab;
}
.bs-slider:active {
	cursor: -moz-grabbing;
	cursor: -webkit-grabbing;
}
.bs-slider .bs-slider-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.40);
}
.bs-slider > .carousel-inner > .item > img, 
.bs-slider > .carousel-inner > .item > a > img {
	margin: auto;
	width: 100% !important;
}

/********************
*****Slide effect
**********************/

.fade {
	opacity: 1;
}
.fade .item {
	top: 0;
	z-index: 1;
	opacity: 0;
	width: 100%;
	position: absolute;
	left: 0 !important;
	display: block !important;
	-webkit-transition: opacity ease-in-out 1s;
	-moz-transition: opacity ease-in-out 1s;
	-ms-transition: opacity ease-in-out 1s;
	-o-transition: opacity ease-in-out 1s;
	transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
	top: auto;
	position: relative;
}
.fade .item.active {
	opacity: 1;
	z-index: 2;
	-webkit-transition: opacity ease-in-out 1s;
	-moz-transition: opacity ease-in-out 1s;
	-ms-transition: opacity ease-in-out 1s;
	-o-transition: opacity ease-in-out 1s;
	transition: opacity ease-in-out 1s;
}

/*---------- LEFT/RIGHT ROUND CONTROL ----------*/

.control-round .carousel-control {
	top: 47%;
	opacity: 0;
	width: 45px;
	height: 45px;
	z-index: 100;
	color: #ffffff;
	display: block;
	font-size: 24px;
	cursor: pointer;
	overflow: hidden;
	line-height: 43px;
	text-shadow: none;
	position: absolute;
	background: transparent;
	-webkit-border-radius: 100px;
	border-radius: 100px;
}
.control-round:hover .carousel-control {
	opacity: 1;
}
.control-round .carousel-control.left {
	left: 1%;
}
.control-round .carousel-control.right {
	right: 1%;
}
.control-round .carousel-control.left:hover, 
.control-round .carousel-control.right:hover {
	color: #fdfdfd;
	background: rgba(0, 0, 0, 0.5);
	border: 0px transparent;
}
.control-round .carousel-control.left>span:nth-child(1) {
 left: 45%;
}
.control-round .carousel-control.right>span:nth-child(1) {
 right: 45%;
}

/*---------- SLIDE CAPTION ----------*/

.slide-text {
	left: 0;
	top: 25%;
	right: 0;
	margin: auto;
	padding: 10px;
	position: absolute;
	text-align: left;
	padding: 10px 85px;
	text-align:left;
}
.slide-text > h1 {
	padding: 0;
	color: #ffffff;
	font-size: 72px;
	font-style: normal;
	line-height: 84px;
	margin-bottom: 30px;
	letter-spacing: 1px;
	display: inline-block;
	font-weight: 400;
	text-transform: uppercase;
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
}
.slide-text > p {
	padding: 0;
	color: #ffffff;
	font-size: 15px;
	line-height: 24px;
	font-weight: 400;
	margin-bottom: 40px;
	letter-spacing: 1px;
	text-transform: uppercase;
	-webkit-animation-delay: 1.1s;
	animation-delay: 1.1s;
}
 @media (max-width: 991px) {
 .slide-text h1 {
     font-size: 40px;
     line-height: 50px;
     margin-bottom: 20px;
 }
 .slide-text > p {
     font-size: 18px;
 }
}
 @media (max-width: 768px) {
 .slide-text {
     padding: 10px 50px;
 }
 .slide-text h1 {
     font-size: 30px;
     line-height: 40px;
     margin-bottom: 10px;
 }
 .slide-text > p {
     font-size: 14px;
     line-height: 20px;
     margin-bottom: 20px;
 }
 .control-round .carousel-control {
     display: none;
 }
}
@media (max-width: 480px) {
 .slide-text {
     padding: 10px 30px;
 }
 .slide-text h1 {
     font-size: 20px;
     line-height: 25px;
     margin-bottom: 5px;
 }
 .slide-text > p {
     font-size: 12px;
     line-height: 18px;
     margin-bottom: 10px;
 }
 .slide-text > a.btn-default, 
 .slide-text > a.btn-primary {
     font-size: 10px;
     line-height: 10px;
     margin-right: 10px;
     text-align: center;
     padding: 10px 15px;
 }
 .indicators-line > .carousel-indicators {
     display: none;
 }
}

/* ========== Slider CSS Close  ========== */


/* ========== Home Domain CSS Start  ========== */

.domain_search {
	width: 100%;
	float: left;
}
.domain_search .search_d {
	width: 80%;
	margin: 0 auto;
}
.domain_search .search_d .search_box {
	float: left;
	width: 75%;
	color: #a29f9f;
	font-size: 16px;
	border-width:1px;
	border-style:solid;
	padding: 17px 0px 17px 10px;
}
.domain_search .search_d .search_button {
	float: left;
	width: 25%;
	padding: 15px 0;
	font-size: 20px;
}
.domain_search ul.promo_list {
	padding: 20px 0 0 0;
	margin: 0;
	text-align: center;
}
.domain_search ul.promo_list li {
	list-style: none;
	display: inline;
	padding: 0px 15px;
	color: #1f1f1f;
	font-size: 16px;
	border-left: 1px solid #666;
}
.domain_search ul.promo_list li:first-child {
	border-left: 0px;
}
.domain_search ul.promo_list li span {
	font-size: 20px;
}

/* ========== Home Domain CSS Close  ========== */

/* ========== Services Box CSS Start  ========== */

.service_box {
	display:inline-block;
	width: 100%;
}

/* ========== Services Box CSS End  ========== */

/* ========== Why Choose CSS Start  ========== */

.why_choose {
	width: 100%;
}

/* ========== Why Choose CSS End  ========== */

/* ========== Client CSS Start  ========== */

.partners img {
	-webkit-filter:grayscale(100%);
	filter:grayscale(100%)
}
.partners img:hover {
	-webkit-filter:grayscale(0);
	filter:grayscale(0)
}

/* ========== Client CSS End  ========== */

/* ========== Best Services CSS Start  ========== */

.best_services {
	position:relative;
}
.best_services .container .row:before {
	 
	width: 500px;
	height: 270px;
	position: absolute;
	top: 10%;
	left: 55%;
}

/* ========== Best Services CSS End  ========== */

/* ========== Call Back CSS Start  ========== */

.call_back {
	position:relative;
}
.call_back_form input[type="text"], 
.call_back_form textarea {
	width: 100%;
	border:0px;
	padding: 10px 0px 10px 7px;
	resize: none;
}
.call_back_form input[type="submit"] {
	width: 100%;
}

/* ========== Call Back CSS End  ========== */

/* ========== Newsletter CSS Start  ========== */

.newsletter {
	background:url(../images/page-banner.jpg) no-repeat fixed center center;
}
.newsletter .newsletter_text {
	width: 80%;
	border: 0px;
	float: left;
}
.newsletter .subscribe {
	padding: 21px 0px 20px;
	width: 20%;
}

/* ========== Newsletter CSS End  ========== */

/* ========== Price Table first CSS Start  ========== */

.pricing_table {
	display:inline-block;
	width: 100%;
}
.pricing_table .pricing_box {
	border: solid #eee 1px;
	text-align: center;
}
.pricing_table .pricing_box span {
	display: inline-block;
	font-size: 20px;
	padding: 15px 20px;
	position: relative;
	text-transform: uppercase;
	min-width: 65%;
	margin: 30px 0;
	color: #ffffff;
}
.pricing_table .pricing_box .title:after {
	top: 100%;
	left: 0;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-width: 15px 15px 0 0;
	margin-left: 0px;
}
.pricing_table .pricing_box .pricing {
	color: #323232;
	font-size: 36px;
	font-weight: 400;
	margin: 0;
	padding: 20px 0px;
	text-align: center;
	background: #EEE;
}
.pricing_table .pricing_box .pricing small {
	font-size: 14px;
}
.pricing_table .pricing_box .pricing strong.cut_price {
	color: #949494;
	display: block;
	font-size: 24px;
	text-decoration: line-through;
	font-weight: 400;
}
.pricing_table .pricing_box .pricing strong.cut_price small {
	font-size: 12px;
}
.pricing_table .pricing_box ul li {
	border-bottom: 1px dashed #cdcdcd;
	list-style: none;
	padding: 18px 0;
}
.pricing_table .pricing_box select {
	border: 1px solid #CCC;
	padding: 10px;
	width: 85%;
}
.pricing_table .pricing_box .order_now {
	display: block;
}

/* ======== Home Price Table first CSS Close  ========== */

/* ========== Price Table second CSS Start  ========== */

.pricing_table2 {
	display:inline-block;
	width: 100%;
}
.pricing_table2 .pricing_box {
	transition:background-color 0.3s ease;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
.pricing_table2 .pricing_box:hover, 
.pricing_table2 .pricing_box.active {
	background-color: #FFF;
	-webkit-box-shadow: 0px 0px 25px -10px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 25px -10px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 25px -10px rgba(0, 0, 0, 0.75);
	transition: background-color 0.3s ease;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.pricing_table2 .pricing_box h1 {
	font-weight: bold;
}
.pricing_table2 .pricing_box h1 small {
	font-size: 14px;
}
.pricing_table2 .pricing_box ul li {
	font-size: 14px;
	list-style: none;
	padding: 10px 0;
}
.pricing_table2 .pricing_box .order_now {
	display: block;
}

/* ========== Price Table second CSS End  ========== */

/* ========== Price Table 3 CSS Start  ========== */

.pricing_table3 {
	display:inline-block;
	width: 100%;
}
.pricing_table3 .plan_box {
	margin-top: 42px;
	-webkit-box-shadow: 0px 0px 3px #DDD;
	-moz-box-shadow: 0px 0px 3px #DDD;
	box-shadow: 0px 0px 3px #DDD;
	background-color: #FFF;
}
.pricing_table3 .plan_box.most_popular {
	margin-top: 0px;
}
.pricing_table3 .plan_box .plan_intro {
	background-color: #666;
}
.pricing_table3 .plan_box .plan_intro .price small {
	font-size: 14px;
}
.pricing_table3 .plan_box ul li {
	list-style: none;
	padding: 10px 0;
}
.pricing_table3 .plan_box select {
	border: 1px solid #CCC;
	padding: 10px;
	width: 85%;
}
.pricing_table3 .plan_box .order_now {
	display: block;
}

/* ========== Price Table 3 CSS End  ========== */

/* ========== VPS Plan Table CSS Start  ========== */

.vps_plan .plan_title {
	background: #666;
}
.vps_plan .vps_plan_box {
	-webkit-box-shadow: 0px 0px 25px -10px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 25px -10px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 25px -10px rgba(0, 0, 0, 0.75);
}
.vps_plan .vps_plan_box .plan_dec p {
	line-height: 48px;
}
.vps_plan .vps_plan_box .plan_dec p.plan_heading {
	font-weight: 600;
}

/* ========== VPS Plan Table CSS End  ========== */

/* ======== Our Services CSS  ========== */

.our_services_main {
	width:100%;
}
.our_services_main .services_box {
	display: inline-block;
	transition:background-color 0.3s ease;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
.our_services_main .services_box:hover {
	background-color: #FFF;
	-webkit-box-shadow: 0px 0px 25px -10px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 25px -10px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 25px -10px rgba(0, 0, 0, 0.75);
	transition: background-color 0.3s ease;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.our_services_main .services_box .services_icon {
	border-radius: 50%;
	display: inline-table;
	height: 68px;
	margin: auto auto 26px;
	text-align: center;
	transition: all 0.2s linear 0s;
	width: 68px;
}
.our_services_main .services_box .services_icon span {
	display: table-cell;
	position: relative;
	vertical-align: middle;
}
.our_services_main .services_box .services_icon span i {
	color:#FFF;
	font-size:30px;
}

/* ======== Our Services CSS End ========== */

/* ======== Testimonial CSS Start ========== */

.testimonial {
	background:url(../images/testimonial-bg.jpg) no-repeat fixed center center;
}
#fade-quote-carousel.carousel .carousel-inner .item {
	opacity: 0;
	-webkit-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-inner .item blockquote {
	border: 2px solid #FFF;
}
#fade-quote-carousel.carousel .carousel-inner .active {
	opacity: 1;
	-webkit-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-indicators {
	bottom: -40px;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
	background-color: #FFF;
	border: none;
}
#fade-quote-carousel blockquote {
	border: none;
}
#fade-quote-carousel .profile-circle {
	position: relative;
	top: -75px;
}
#fade-quote-carousel .profile-circle img {
	width: 100px;
	height: 100px;
	border-radius: 100px;
	border: 2px solid #000;
}

/* ======== Testimonial CSS End ========== */

/* ======== Inner Page banner CSS Start ========== */

.page_banner {
	background: url(../images/page-banner.jpg) no-repeat fixed top center;
}
.page_banner h1 strong {
	font-weight: 700;
}

/* ======== Inner Page banner CSS End ========== */

/* ======== Animation Services Box CSS Start ========== */

.services_boxs {
	text-align: center;
	width: 100%;
	height: auto;
	background: transparent;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	position: relative;
}
.services_boxs .sboxs {
	-webkit-perspective: 100px;
	-moz-perspective: 100px;
	-ms-perspective: 100px;
	perspective: 100px;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275)!important;
	-moz-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275) !important;
	-o-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275)!important;
	transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275)!important;
}
.services_boxs .sboxs_f, 
.services_boxs .sboxs_b {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
}
.services_boxs .sboxs_f {
	-ms-transform: rotateY(0deg);
	z-index: 8;
	display: block;
	width: 100%;
	height: auto;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	padding: 70px 20px;
	webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border-style: solid;
	border-width: 1px;
}
.services_boxs .sboxs_b {
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	-o-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	overflow: hidden;
	border-style: solid;
	border-width: 1px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	padding: 20px;
	webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.services_boxs:hover .sboxs {
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	-o-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}
.services_boxs:hover .sboxs_f {
	z-index: -1;
}
.services_boxs table td {
	border: 0;
	padding: 0;
	color: #FFF;
}
.services_boxs .sboxs_b table {
	height: 100%;
	width: 100%;
}

/* ======== Animation Services Box CSS End ========== */

/* ======== Right Icon Box CSS Start ========== */

.right_icon_box {
	background: #FFF;
	display: block;
	position: relative;
	-webkit-box-shadow: 0px 0px 25px -10px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 25px -10px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 25px -10px rgba(0, 0, 0, 0.75);
}
.icon_right {
	background-size: 100% 100%;
	background-position: center center;
	position: absolute;
	right: 30px;
	top: -30px;
	width: 70px;
	height: 70px;
	line-height: 75px;
}
.icon_right:after {
	content: '';
	border-top: 0px solid #fff;
	border-bottom: 10px solid transparent;
	border-left: 12px solid #fff;
	position: absolute;
	left: 29px;
	bottom: -10px;
}

/* ======== Right Icon Box CSS End ========== */

/* ======== Right Icon Box CSS Start ========== */

.center_icon_box {
	background: #FFF;
	display: block;
	position: relative;
	-webkit-box-shadow: 0px 0px 25px -10px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 25px -10px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 25px -10px rgba(0, 0, 0, 0.75);
}
.icon_center {
	background-size: 100% 100%;
	background-position: center center;
	position: absolute;
	left: 50%;
	top: -30px;
	width: 70px;
	height: 70px;
	line-height: 75px;
	margin-left: -35px;
}

/* ======== Right Icon Box CSS End ========== */

/* ======== Left Icon Box CSS Start ========== */

.left_icon_box {
	position: relative;
	padding-left: 50px;
}
.left_icon_box .left_icon {
	position: absolute;
	left: 0px;
	top: 0px;
}

/* ======== Left Icon Box CSS End ========== */

/* ======== Our Team CSS Start ========== */

.our_staff .team_box ul.team_social li {
	margin:0px 3px;
	display: inline-block;
	font-size:12px;
}
.our_staff .team_box ul.team_social li a {
	color: #666;
	width:36px;
	display:inline-block;
	line-height:36px;
	text-align:center;
	background: #FFF;
}
.our_staff .team_box ul.team_social li a:hover {
	color: #FFF;
	background: #333;
}
.our_staff .team_box img {
	width: 150px;
	border-radius: 100%;
}
.our_staff .team_box {
	text-align: center;
	width: 100%;
	height: auto;
	background: transparent;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	position: relative;
}
.our_staff .team_box .sboxs {
	-webkit-perspective: 100px;
	-moz-perspective: 100px;
	-ms-perspective: 100px;
	perspective: 100px;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275)!important;
	-moz-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275) !important;
	-o-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275)!important;
	transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275)!important;
}
.our_staff .team_box .sboxs_f, 
.our_staff .team_box .sboxs_b {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
}
.our_staff .team_box .sboxs_f {
	-ms-transform: rotateY(0deg);
	z-index: 8;
	display: block;
	width: 100%;
	height: auto;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	padding: 20px 20px;
	webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #CCC;
	background: #EEE;
}
.our_staff .team_box .sboxs_b {
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	-o-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	overflow: hidden;
	border-style: solid;
	border-width: 1px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	padding: 20px;
	webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.our_staff .team_box:hover .sboxs {
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	-o-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}
.our_staff .team_box:hover .sboxs_f {
	z-index: -1;
}
.our_staff .team_box table td {
	border: 0;
	padding: 0;
	color: #FFF;
}
.our_staff .team_box .sboxs_b table {
	height: 100%;
	width: 100%;
}
.process {
	position:relative;
}
.process .process_next {
	width: 100%;
	height: 1px;
	top: 50px;
	position: absolute;
	left: 60%;
}
.process span {
	width: 100px;
	line-height: 100px;
	border-radius: 100%;
	display: inline-block;
}

/* ======== Our Team CSS End ========== */

/* ======== Login Page CSS Start ========== */

.login_register_box {
	background: #FFF;
	display:inline-block;
	width:100%;
	-webkit-box-shadow: 0px 0px 25px -10px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 25px -10px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 25px -10px rgba(0, 0, 0, 0.75);
}
.login_register_box input[type="text"], 
.login_register_box input[type="password"], 
.login_register_box select, 
.login_register_box textarea {
	width: 100%;
	border-bottom:1px solid #CCC;
	border-left:0px;
	border-top:0px;
	border-right:0px;
	padding: 10px 0px 10px 7px;
	resize: none;
}
.panel {
	transition: padding 0.5s;
	-moz-transition: padding 0.5s;
	-webkit-transition: padding 0.5s;
	-o-transition: padding 0.5s;
	-ms-transition:padding 0.5s;
}
.panel:hover {
	padding:10px;
}

/* ======== Login Page CSS End ========== */

.home_banner {
	background:url(../images/domain-search.jpg) no-repeat center center fixed;
}
.home_banner.home3_banner {
	background:url(../images/home-3.jpg) no-repeat center center fixed;
}
.home4_banner {
	background:url(../images/home-4.jpg) no-repeat center center fixed;
}
.domain_search_page {
	background:url(../images/domain-search-page.jpg) no-repeat center center fixed;
	background-size: cover;
}
.domain_transfer_page {
	background:url(../images/domain-transfer.jpg) no-repeat center center fixed;
}
.home_banner .search_box, 
.domain_search_page .search_box {
	float: left;
	width: 75%;
	color: #a29f9f;
	font-size: 16px;
	padding: 18px 0px 18px 10px;
	border:0px;
}
.home_banner .search_button, 
.domain_search_page .search_button {
	float: left;
	width: 25%;
	padding: 15px 0;
	font-size: 20px;
}
.home_banner .banner_search {
	background: rgba(255, 255, 255, 0.3);
	padding: 12px;
	display: inline-block;
	width: 100%;
}
.home_banner ul.promo_list li strong {
	display: inline-block;
	background: #FFF;
}
.home_banner ul.promo_list li strong span, 
.domain_search_page ul.promo_list li span {
	width: 100%;
	display: inline-block
}
.domain_search_page ul.promo_list li {
	display: inline-block;
	border-left: 1px dotted #FFF;
}
.domain_search_page ul.promo_list li:first-child {
	border-left:0px;
}
.domain_transfer_page .search_box {
	float: left;
	width: 60%;
	color: #a29f9f;
	font-size: 16px;
	padding: 18px 0px 18px 10px;
	border:0;
}
.domain_transfer_page .select_box {
	float: left;
	width: 20%;
	color: #a29f9f;
	font-size: 16px;
	padding: 18px 0px 18px 10px;
	border-left:1px solid #666;
	border-bottom:0px;
	border-top:0px;
	border-right:0px;
}
.domain_transfer_page .search_button {
	float: left;
	width: 20%;
	padding: 15px 0;
	font-size: 20px;
}
.banner_form {
	background: #FFF;
}
.banner_form input[type="text"], 
.banner_form textarea {
	width: 100%;
	border-bottom:1px solid #CCC;
	border-left:0px;
	border-top:0px;
	border-right:0px;
	padding: 10px 0px 10px 7px;
	resize: none;
}

/* ======== Footer CSS Start ========== */

.footer ul.footer_menu li {
	font-size: 15px;
	line-height: 20px;
	position: relative;
	margin-bottom: 7px;
	padding-bottom: 7px;
}
.footer ul.footer_menu li a {
	color: #000;
}
.footer ul.footer_menu li a:hover {
	text-decoration: none;
}
.footer-bottom {
	width: 100%;
	border-top: 1px solid #CCC;
}
.footer-bottom .payment_icon i {
	margin-left: 10px;
	cursor: pointer;
}

/* ======== Footer CSS End ========== */



/* ======== Multiple Devices CSS ======== */


@media (min-width : 992px) and (max-width:1200px) {
}
 @media (min-width : 768px) and (max-width: 991px) {
	 
 h2 {
      font-size: 36px;
 }
 h4 {
      font-size: 22px;
 }
 h5 {
      font-size: 19px;
 }
 .top_header .top_link ul li {
     padding:8px 14px;
 }
 .home_banner ul.promo_list li strong {
     display: block;
     margin-bottom:20px;
 }
 .pricing_table .pricing_box span {
     font-size: 14px;
     padding: 12px 12px;
 }
 .pricing_table .pricing_box .pricing {
     font-size: 32px;
 }
 .pricing_table .pricing_box .pricing strong.cut_price {
     font-size: 20px;
 }
 .pricing_table .pricing_box ul li {
     padding: 15px 0;
     font-size: 13px;
 }
 .right_icon_box {
     padding:50px 20px 20px;
 }
 .domain_search .search_d .search_box {
     width:65%;
 }
 .domain_search .search_d .search_button {
     width:35%;
 }
 .domain_search_page ul.promo_list li {
     width:19%;
 }
 .newsletter {
     text-align:center;
 }
 .newsletter .newsletter_text, 
 .newsletter .subscribe {
     margin-top:30px;
 }
 ul.footer_menu, 
 .footerp {
     margin: 30px 0px;
}

}

 @media (min-width : 200px) and (max-width: 991px) {
	 
 section, 
 .footer {
     padding: 50px 0px;
 }
 .bottom_padding {
     padding-bottom:0px;
 }
 .bottom_padding_xs {
     padding-bottom:0px;
 }
 .heading.padding_bottom_100 {
     padding-bottom:50px;
 }
 .pricing_table .pricing_box, 
 .right_icon_box, .s_box, 
 .services_boxs, .process, 
 .our_staff .team_box, 
 .loginr_box {
     margin-bottom:50px;
 }
 .navbar-header {
     float:none;
 }
 .navbar-toggle {
     display:block;
 }
 #header .navbar-default #navbar-collapse-1 {
     display:none;
 }
 #header .navbar-default .navbar-collapse.collapse.in {
     display:block !important;
     position:absolute !important;
     z-index:1
 }
 #header .navbar-default #navbar-collapse-1 ul {
     background:#FFF;
 }
 #header .navbar-default #navbar-collapse-1 ul li {
     width:100%;
     border-bottom:1px solid #EEE;
 }
 #header .navbar-default #navbar-collapse-1 ul li ul {
     display:none;
 }
 #header .navbar-default #navbar-collapse-1 ul li:hover > ul {
     display:block;
     width:100%;
 }
 #header .navbar-default #navbar-collapse-1 ul ul ul {
     left:0px;
 }
 #header .navbar-default #navbar-collapse-1 ul ul li {
     width:100%;
 }
 .best_services .container .row::before {
     display:none;
 }
 .call_back {
     text-align:center;
 }
 .call_back_form {
     display:inline-block;
     margin-top:50px;
 }
 .vps_plan .vps_plan_box {
     -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.75);
     -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.75);
     box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0.75);
}
 .vps_plan .vps_plan_box .plan_dec, 
 .vps_plan .vps_plan_box .plan_dec.background-grey {
     -webkit-box-shadow: 0px 0px 25px -10px rgba(0, 0, 0, 0.75);
     -moz-box-shadow: 0px 0px 25px -10px rgba(0, 0, 0, 0.75);
     box-shadow: 0px 0px 25px -10px rgba(0, 0, 0, 0.75);
     margin-bottom:50px;
     background:#FFF;
 }
 .our_staff .row.margin_top_50 {
     margin-top:0px;
 }
 .center_icon_box {
     padding:30px 20px;
 }
 .process .process_next {
     display: none;
 }
 .home_banner.home3_banner h1{
	 padding-bottom:0px;
 }
 .best_services, 
 .call_back{
	 text-align:center;
 }
 
}

@media (min-width : 200px) and (max-width: 767px) {
	
 .font-60{
	 font-size:36px;
 }
 h1, 
 .font-40 {
     font-size:26px;
 }
 h2 {
     font-size:24px;
 }
 h3 {
     font-size:22px;
 }
 h4 {
     font-size:20px;
 }
 h5, .font-22 {
     font-size:18px;
 }
 h6 {
     font-size:16px;
 }
 .our_services_main .row.margin_top_50, 
 .service_box .row.margin_top_50 {
     margin-top:0px;
 }
 .pricing_table3 .plan_box, 
 .left_icon_box, 
 .our_services_main .services_box, 
 .center_icon_box{
	 margin:0px 0px 50px 0px;
 }
 .fixed-theme {
     position:relative;
 }
 .top_header ul.top_menu {
     text-align:center;
 }
 .top_header .social_icon {
     float:left !important;
 }
 .top_header .top_link {
     margin:0px;
 }
 .top_header .top_link ul li {
     padding: 4px 8px;
 }
 .top_header .social_icon ul {
     padding: 3px 0px 0px 0px;
 }
 .top_header .social_icon ul li {
     margin: 0px 0px;
 }
 ul.promo_list {
     display:none;
 }
 .home_banner .search_box, 
 .domain_search_page .search_box {
     width:100%;
     font-size:13px;
     border-radius: 0px;
 }
 .home_banner .search_button, 
 .domain_search_page .search_button {
     width:100%;
     border-radius: 0px;
 }
 .domain_search_page .search_button {
	 margin-top:20px;
 }
 .home_banner .btn_primary {
     margin-bottom:20px;
 }
 .home_banner .btn_secondry {
     margin:0px;
 }
 .partners img {
     margin: 0 auto;
     display: block;
 }
 .newsletter {
     text-align:center;
 }
 .newsletter .newsletter_text, 
 .newsletter .subscribe {
     width:100%;
     margin-top:30px;
 }
 .footer_logo.padding_top_60 {
     padding:0px;
 }
 ul.footer_menu, .footerp {
     margin-top:50px;
 }
 .domain_transfer_page .search_box, 
 .domain_transfer_page .select_box, 
 .domain_transfer_page .search_button, 
 .domain_search .search_d .search_box, 
 .domain_search .search_d .search_button{
	 width:100%;
 }
 .domain_transfer_page .select_box{
	 border:1px solid #CCC; margin:20px 0px;
 }
 .home4_banner{
	 text-align:center;
 }
 .home4_banner h1{
	 padding-top:0px;
 }
 .home_banner.home3_banner .btn_primary {
	 margin-bottom:0px;
 }
 .home4_banner p{
	 padding-bottom:40px;
 }
 .footer, .footer-bottom, .slide-text, 
 .page_banner {
	 text-align:center;
 }
 .footer-bottom .payment_icon {
	 text-align:center; padding-top:20px;
 }
 .domain_search .search_d .search_button {
	 margin-top:20px;
 }
 
}

@media (min-width : 200px) and (max-width: 479px) {
	
 .slide-text .btn_primary {
     display:none;
 }
 
}
