
/* Css Index 

1. 	Header 					= 135	-	293
2. 	Slider					= 301	-	470
3. 	Home Services			= 561	-	616
4. 	Home Hosting Plans		= 627	-	792
5. 	Home Domain check		= 800	-	862
6. 	Home Happy Cutomers		= 954	-	1076
7. 	Footer					= 1084	-	1245
8. 	About Us				= 1250	-	1623
9. 	Contact Us				= 1631	-	1747
10.	Page 404				= 1754	-	1794
11.	Hosting					= 1853	-   1984
12.	Porfolio				= 1993 	-  	2035
13.	Services				= 2042  - 	2130
14. Testimonials			= 2136 	- 	2177
15.	Blog					= 2183  - 	2590
16. Faq						= 2595  -   2650
17. Login					= 2658	-   2760
18.	Hosting Plans			= 2766 	- 2873
19. Updates

*/




@charset "utf-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);
/* Reset CSS Start */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, div, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, div {
	display: block;
}
body {
	line-height: 1;
	font-family: 'Roboto', sans-serif !important;
	font-size: 14px;
	color: #666666;
}

.wrapper {width:100%;}
 

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto';
	transition: all 0.5s ease;
	letter-spacing: .8px;
	text-transform: uppercase;
}
h3 {
	font-size: 18px;
	color:#333;
}
p, li {
	line-height: 20px;
	font-size: 14px;
}
button, .btn-default, .btn {
	transition: all 0.5s ease;
}
.btn-default:hover, .btn:hover, .slide2-text span:hover {
	background-color: #333 !important;
	color: #FFF;
}
img {
	transition: all 0.5s ease;
}
/* Reset CSS End */


/* ==========================================
Pages Start 
========================================== */

.hosting, .portfolio, .services-page, .testimonials, .blog-full, .blog-details, .faqs, .register, .domain-search, .services-wrap, .hosting-wrap, .home-blog, .happy-clients, .team, .contact, .price-plan-inner {
	padding: 40px 0;
}
/* ==========================================
Pages End 
========================================== */





/* ==========================================
Header Start 
========================================== */
.sticky {
	background: none repeat scroll 0 0 #fff;
	box-shadow: 1px 0 5px rgba(0, 0, 0, 0.3);
	left: 0;
	position: fixed;
	top: 0;
	z-index: 9999;
}
.navbar-brand h1 {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	font-weight: 700;
	color: #8E744B;
}
/*** Home page 2 Header  ***/
.hp2-header {
	position: absolute;
	background: none;
	box-shadow: none;
}
.hp2-header h1 {
	color: #fff;
}
.hp2-header .topbar a {
	color: #fff;
}
.hp2-header .dropdown-menu > li > a {
	color: #666;
}
.hp2-header .menu .navbar-nav > li > a {
	color: #fff;
}

.hp2-header .sticky .menu .navbar-nav > li > a {color:#333;}



.domain-home2 {
	position: absolute;
	bottom: 60px;
	left: 0px;
	z-index: 50;
	padding: 0px;
}
.domain-home2 .domain-wrap-bg {
	background: none;
	padding: 0px;
}
.domain-home2 .domain-wrap-bg .domain-wrap {
	border-radius: 0px;
}
.domain-home2 .domain-wrap-bg .domain-wrap .www {
	background: #ebebeb;
	color: #666666
}


/*** Home page 2 Header End  ***/

.ptop20 {
	padding-top: 20px;
}
header {
	background: #fff;
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
	display: block;
	float: left;
	margin-top: 0;
	position: relative;
	top: -2px;
	z-index: 88;
}
.topbar {
	border-bottom: #cccccc solid 1px;
	padding: 20px 0;
}
.topright {
	text-align: right;
}
.topbar ul li {
	display: inline-block;
}
.topbar ul li:after {
	content: "|";
	margin-left: 10px;
	margin-right: 10px;
}
.topbar ul li:last-child:after, .topbar .dropdown li:after {
	content: "";
	margin: 0px;
}
.topbar a {
	color: #999999;
	font-size: 12px;
	text-decoration: none;
}
.topbar .dropdown li {
	display: block;
	border: 0px;
}
.dropdown-submenu {
	position: relative;
}
.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px;
	border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
	display: block;
}
.dropdown-submenu>a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #ccc;
	margin-top: 5px;
	margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
	border-left-color: #fff;
}
.dropdown-submenu.pull-left {
	float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}
#header .navbar-default, .hp2-header .navbar-default {
	background: none;
	border: 0px;
}
#header .navbar-brand, .hp2-header .navbar-brand {
	padding: 0px;
	height: auto;
}
#header .navbar, .hp2-header .navbar {
	margin-top: 20px;
	min-height: inherit;
}
#header .navbar-nav > li > a, .hp2-header .navbar-nav > li > a {
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 40px;
	color: #333333;
	font-family: 'Roboto';
	font-size: 14px;
	text-transform: uppercase;
	transition: all 0.5s ease;
}
#header .navbar-nav > li > a:hover, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	background: #ebebeb;
	border-radius: 3px;
}
#header .dropdown-menu {
	border: 0px;
	min-width: 175px;
	padding: 5px 0;
	border-radius: 5px;
	transition: all 0.2s ease-in-out 0s;
}
#header .dropdown-menu > li > a, .hp2-header .dropdown-menu > li > a {
	padding: 10px 20px;
	font-family: "Roboto";
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 1px;
	border-left: solid 3px rgba(0,0,0,0);
}
#header .dropdown-menu > li > a:hover, .hp2-header .dropdown-menu > li > a:hover {
	background: #ebebeb;
	border-left: #999999 solid 3px;
}
#header .navbar-nav > li > .dropdown-menu {
	margin-top: 10px;
}
.dropdown-menu > li {
	border-bottom: 1px solid #ccc;
}
.dropdown-menu > li:last-child {
	border-bottom: 0px;
}

/* Mobile. */
 @media (min-width: 320px) and (max-width: 480px) {
     
#header .navbar-brand, .hp2-header .navbar-brand {
  	margin-top: 10px;

}
}
/* ==========================================
Header End 
========================================== */


/* ==========================================
Inner Heaeder 
========================================== */


.inner-head {
	background: url(../images/inhead-bg.png) top center #3498db;
	height: 100px;
	line-height: 98px;
}
.inner-head h2 {
	font-size: 28px;
	color: #FFF;
	text-shadow: 1px 1px 0 rgba(0,0,0,.30);
	font-weight: 500;
}
/* ==========================================
Slider Start 
========================================== */


.slider-wrapper {
	position: relative;
	overflow: hidden;
	margin: 0px;
}
.slider-wrapper img:hover {
	opacity: 1;
}
.slider-wrapper .bx-wrapper .bx-prev, .slider-wrapper .bx-wrapper .bx-next {
	background: url(../images/sarrows.png) no-repeat left;
	width: 34px;
	height: 80px;
}
.slider-wrapper .bx-wrapper .bx-next, .slider-wrapper .bx-wrapper .bx-next:hover {
	background-position: right;
}
.slider-wrapper .bx-wrapper .bx-prev:hover, .slider-wrapper .bx-wrapper .bx-next:hover {
	opacity: .5;
}
.slider-wrapper .bx-wrapper .bx-pager, .slider-wrapper .bx-wrapper .bx-controls-auto {
	bottom: 20px;
}
.slider-wrapper .bx-wrapper .bx-pager.bx-default-pager a:hover, .slider-wrapper .bx-wrapper .bx-pager.bx-default-pager a.active {
	border: #439dd9 3px solid;
	background: #439dd9;
}
.slider-wrapper .bx-wrapper .bx-pager.bx-default-pager a {
	background: rgba(0,0,0,0);
	border: #FFF solid 3px;
	width: 12px;
	height: 12px;
	border-radius: 100%;
	box-shadow: 1px 0 3px rgba(0,0,0,.3)
}
/* Slider Start */

.main-slider, #supper-slider {
	position: relative;
}

.slider-wrapper .bx-viewport {max-height:580px;}

#supper-slider span.img { -webkit-backface-visibility: visible !important;}



.main-slider span.img:after, #supper-slider span.img:after {
	position: absolute;
	height: 100%;
	left: 0px;
	top: 0px;
	background: rgba(0,0,0,.75);
	content: "";
	z-index: 77;
}
.main-slider .owl-buttons {
	position: absolute;
	top: 40%;
	z-index: 999;
}
.main-slider img {
	height: 100%;
	position: relative;
}
.main-slider .owl-buttons .owl-prev {
	background: url(../images/sarrows.png) no-repeat left top;
	height: 80px;
	width: 33px;
	font-size: 0px;
	float: left;
	margin-left: 100px;
}
.main-slider .owl-buttons .owl-next {
	background: url(../images/sarrows.png) no-repeat right top;
	height: 80px;
	width: 33px;
	font-size: 0px;
	float: right;
	margin-right: 100px;
}
.main-slider .owl-pagination {
	position: absolute;
	text-align: center;
	z-index: 999;
	bottom: 20px;
}
.main-slider .owl-pagination .owl-page {
	display: inline-block;
}
.main-slider .owl-pagination span {
	background: none;
	width: 10px;
	height: 10px;
	border: #FFF solid 2px;
	border-radius: 100%;
	float: left;
}
.main-slider .owl-pagination .active span {
	background: #498aad;
}
.main-slider .slider-data, #supper-slider .slider-data {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
	padding: 120px 0;
}
.main-slider .upicon, #supper-slider .slider-data .upicon {
	border: #fff solid 4px;
	border-radius: 100%;
	font-size: 130px;
	background: rgba(255,255,255,.15);
	height: 263px;
	width: 263px;
	text-align: center;
	color: #fff;
	line-height: 263px;
	transition: all 0.5s ease;
}
.main-slider .slider-data img, #supper-slider .slider-data img, .video-slider .slider-data img {

	height: 100px;
	margin: 0 0 20px;

}
.main-slider .slider-data h1, #supper-slider .slider-data h1, .video-slider .slider-data h1 {
	color: #fff;
	font-size: 28px;
	font-weight: 500;
	line-height: 8px;
	text-transform: uppercase;
}
.main-slider .slider-data p, #supper-slider .slider-data p, .video-slider .slider-data p {
	font-size: 18px;
	color: #fff;
	font-weight: 300;
	line-height: 28px;
	margin: 15px 0 40px;
}
.slider-data bold {
	font-weight: 500;
}
.main-slider .slider-data a, #supper-slider .slider-data a, .video-slider .slider-data a {
	border: 2px solid #fff;
	padding: 12px 20px;
	color: #fff;
	position: relative;
	overflow: hidden;
	text-decoration: none;
	cursor: pointer;
}
.main-slider .slider-data a:after, #supper-slider .slider-data a:after, .video-slider .slider-data a:after {
	content: "";
	position: absolute;
	transition: all 0.3s ease 0s;
	z-index: -1;
	background: none repeat scroll 0 0 #fff;
	height: 0;
	left: 0;
	top: 0;
	transition: all 0.3s ease 0s;
}
.main-slider .slider-data a:hover, #supper-slider .slider-data a:hover, .video-slider .slider-data a:hover {
	color: #000;
}
.main-slider .slider-data a:hover:after, #supper-slider .slider-data a:hover:after, .video-slider .slider-data a:hover:after {
	height: 100%;
}
.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}
.main-slider .slider-data ul, #supper-slider .slider-data ul {
	margin: 0;
	padding: 0px;
	text-align: center;
}
#supper-slider .slider-data {
	top: 20%;
}
.slides-pagination {
	display: none;
}
.main-slider .slider-data ul li, #supper-slider .slider-data ul li, .video-slider .slider-data ul li {
	list-style: none;
	display: inline-block;
	margin: 0 35px;
}
.main-slider .slider-data ul li .s2icon, #supper-slider .slider-data ul li .s2icon, .video-slider .slider-data ul li .s2icon {
	width: 122px;
	height: 122px;
	border-radius: 100%;
	border: 4px solid #fff;
	text-align: center;
	font-size: 60px;
	display: block;
	color: #fff;
	line-height: 110px;
	background: rgba(255,255,255,.15);
	margin-bottom: 20px;
	transition: all 0.5s ease;
}
.main-slider .slider-data ul li .s2icon:hover, #supper-slider .slider-data ul li .s2icon:hover, .video-slider .slider-data ul li .s2icon:hover, .main-slider .upicon:hover, #supper-slider .slider-data .upicon:hover {
	background: #439dd9;
}
#supper-slider .slider-data img {
	width: auto !important;
	height: auto !important;
	position: relative !important;
	top: auto !important;
	left: auto !important;
}
/* Slider End */


/* ==========================================
Slider End 
========================================== */



/* ==========================================
Title Start 
========================================== 
.title {
	text-align: center;
	margin-bottom: 24px;
}

.intro .title h2 {
	margin-bottom: 0px !important;
}

.intro .title h2, .services-wrap .title h2, .hosting-wrap .title h2, .domain-wrap-bg h2, .home-blog h2, .happy-clients h2, .skills h2, .team h2, .domain-prices h2, .services-page h2, .price-plan h2 {
	font-size: 28px;
	color: #000;
	border-bottom: #cccccc solid 2px;
	margin: 0;
	padding: 0 20px 4px;
	position: relative;
	text-align: center;
	display: inline-block;
}
.intro .title h2:after, .services-wrap .title h2:after, .hosting-wrap .title h2:after, .domain-wrap-bg h2:after, .home-blog h2:after, .happy-clients h2:after, .skills h2:after, .team h2:after, .domain-prices h2:after, .services-page h2:after, .price-plan h2:after {
	width: 0;
	height: 0;
	border-top: 4px solid #cccccc;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	content: "";
	position: absolute;
	bottom: -6px;
	left: 49%;
}

.skills h2, .services-wrap .title h2 {
	border-color: #FFF;
	color: #FFF
}

.skills h2:after, .services-wrap .title h2:after {
	border-top: 4px solid #fff;
}

 ==========================================
Title End 
========================================== */






/* ==========================================
Intro Start 
========================================== */
.intro {
	margin: 40px auto;
	text-align: center;
}
.intro p {
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	line-height: 26px;
}
.intro button {
	border-radius: 5px;
	background: #FFF;
	transition: all 0.5s ease;
	border: #cccccc solid 1px;
	color: #666666;
	font-family: 'Roboto';
	text-transform: uppercase;
	padding: 14px 36px;
	margin-top: 20px;
	letter-spacing: 1px;
}
.intro button:hover {
	color: #FFF;
	border: #FFF;
}
/* ==========================================
Intro End 
========================================== */


/* ==========================================
Services Start 
========================================== */
.services-wrap {
	background: url(../images/services-bg.png) top center;
	background-size: 100%;
	padding-bottom:10px;
}
.services-wrap .sbox {
	color: #FFF;
	margin-bottom: 24px;
}
.services-wrap .sbox {
	text-align: center;
	border-bottom: #FFF solid 1px;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.srow2 {
	margin: 0px;
}
.services-wrap .srow2 .sbox {
	padding: 0px;
	margin: 0px;
	border: 0;
}
.services-wrap .sbox .icon {
	border: #FFF solid 1px;
	transition: all 0.5s ease;
	border-radius: 5px;
	height: 68px;
	width: 68px;
	display: block;
	margin: 0 auto 14px;
	font-size: 36px;
	line-height: 68px;
}
.services-wrap .icon-none {
	border: #FFF solid 1px;
	transition: all 0.5s ease;
	border-radius: 5px;
	height: 40px;
	width: 68px;
	display: block;
	margin: 0 auto 14px;
	font-size: 36px;
	line-height: 68px;
}
.services-wrap .hosting-icon-none {
	border: #FFF solid 1px;
	transition: all 0.5s ease;
	border-radius: 5px;
	height: 40px;
	width: 68px;
	display: block;
	margin: 0 auto 14px;
	font-size: 36px;
	line-height: 10px;
}

.services-wrap .sbox h3 a {
	line-height: 24px;
	color:#333;
}
.services-wrap .sbox p {
	line-height: 20px;
	margin-top: 11px;
	text-align: center;
}

.services-page .services-wrap .sbox:hover .icon  { color:#fff} 

/* ==========================================
Services End 
========================================== */


/* ==========================================
Hosting Start 
========================================== */

.hosting-wrap {
	background: url(../images/world-map.jpg) top center;
	background-size: 100%;
}
.hosting-wrap .panel-body {
	border-bottom: #cccccc solid 1px;
	position: relative;
	padding: 30px 0 44px;
}
.hosting-wrap .including {
	width: 163px;
	border-radius: 30px;
	color: #FFF;
	border: #fff solid 2px;
	box-shadow: 0px 0px 0px 1px #CCCCCC;
	line-height: 42px;
	font-family: 'Roboto';
	margin: 0 auto;
	position: absolute;
	bottom: -22px;
	left: 0px;
	right: 0px;
	height: 43px;
}
.hosting-wrap .panel {
	border-radius: 5px 5px 0 0;
	border: 0px;
	margin-bottom: 0px;
	border-bottom: solid 4px #cccccc;
	box-shadow: rgba(0,0,0,.25) 0 0 7px;
	-webkit-transition-property : scale;
	-webkit-transition-duration : 0.2s;
	-webkit-transition-timing-function : ease-in-out;
	-moz-transition : all 0.2s ease-in-out;
}
.hosting-wrap .panel-default > .panel-heading {
	height: 53px;
	line-height: 53px;
	padding: 0px;
	color: #FFF;
	letter-spacing: .8px;
}

.panel-heading h3 { color:#fff;}

.hosting-wrap .price {
	font-size: 80px;
	font-family: 'Roboto';
	color: #439dd9
}
.hosting-wrap .price-cents {
	font-size: 24px;
	font-family: 'Roboto';
	color: #333333;
	vertical-align: super;
}
.hosting-wrap .price-month {
	font-size: 24px;
	font-family: 'Roboto';
	color: #999999;
	margin-left: -20px;
	text-transform: none;
}
.hosting-wrap .list-group {
	margin-top: 30px;
}
.hosting-wrap .list-group li {
	background: url(../images/line.jpg) center bottom no-repeat;
	line-height: 36px;
	color: #666666;
	font-size: 16px;
	text-align: left;
	padding-left: 10px;
}
.hosting-wrap .list-group strong {
	font-weight: 800;
}
.hosting-wrap .btn-default {
	color: #FFF;
	font-family: 'Roboto';
	text-transform: uppercase;
	letter-spacing: 1px;
	border: 0px;
	margin: 20px 0;
	height: 40px;
	line-height: 40px;
	padding: 0 35px;
	font-weight: 500;
}
.hosting-wrap .btn-default:hover {
	background: #333;
	color: #FFF;
}
.hosting-wrap .green .price {
	color: #1a92c2
}
.hosting-wrap .gray .price {
	color: #7d9096
}
.hosting-wrap .orrange .price {
	color: #ec6f33
}
.hosting-wrap .dblue .price {
	color: #3c4f6b
}
.hosting-wrap .panel:hover {
	box-shadow: 0 0 10px rgba(0,0,0,.5);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.5);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.5);
}
.hosting-wrap .bx-wrapper .bx-prev, .hosting-wrap .bx-wrapper .bx-next {
	background: none;
}
.hosting-wrap .bx-wrapper .bx-prev {
	left: -80px;
}
.hosting-wrap .bx-wrapper .bx-next {
	right: -62px;
}
.hosting-wrap .bx-wrapper .bx-controls-direction a {
	text-indent: inherit;
	font-size: 0px;
}
.hosting-wrap .bx-wrapper .bx-prev:after, .hosting-wrap .bx-wrapper .bx-next:after {
	content: "";
	font-family: FontAwesome;
	font-size: 22px;
	background: #FFF;
	height: 50px;
	width: 50px;
	border-radius: 100%;
	box-shadow: 0 0 4px rgba(0,0,0,.15);
	float: left;
	text-align: center;
	line-height: 50px;
	color: #CCC;
	transition: all 0.5s ease;
}
.hosting-wrap .bx-wrapper .bx-next:after {
	content: "";
}
.hosting-wrap .bx-wrapper .bx-prev:hover:after, .hosting-wrap .bx-wrapper .bx-next:hover:after {
	background: #439dd9
}
.services {
	text-align: center;
	margin-top: 20px;
}
.services h3 {
	letter-spacing: .8px;
	margin: 14px 0;
}
.services-3 {
	text-align: center;
	margin-top: 40px;
}
.services-3 h3 {
	letter-spacing: .8px;
	margin: 14px 0;
}
/* ==========================================
Hosting End 
========================================== */


/* ==========================================
Domain Check 
========================================== */

.domain, .home-blog, .happy-clients {
	background: #FFF;
}
.domain-wrap-bg {
	background: #f0f0f0;
	padding: 70px 0 60px;
	text-align: center;
}
.domain-wrap-bg strong i {
	font-size: 50px;
	color: #FFF;
	margin-bottom: 10px;
}
.domain-wrap-bg h2, .home-blog h2 {
	color: #FFF;
	border-color: #FFF;
}
.domain-wrap-bg h2:after, .home-blog h2:after {
	border-top: 4px solid #fff;
}
.domain-wrap-bg .domain-wrap {
	background: #FFF;
	width: 85%;
	margin: 0 auto;
	text-align: left;
	display: block;
	height: 46px;
	border-radius: 5px;
	overflow: hidden;
	border: 1px solid #ccc;
}
.domain-wrap-bg .domain-wrap .www {
	line-height: 46px;
	background: #439dd9;
	color: #fff;
	padding: 0 20px;
	letter-spacing: 1px;
}
.domain-wrap-bg .domain-wrap .sricon {
	background: #439dd9;
	line-height: 46px;
	font-size: 30px;
	color: #FFF;
	padding: 0 30px;
	cursor: pointer;
	float:right;
	text-transform:uppercase;
	font-weight:500;
}
.domain-wrap-bg .domain-wrap .domain-input input[type="text"] {
	background: #FFF;
	border: 0px;
	line-height: 46px;
	height: 46px;
	padding-left: 20px;
	float:left;
	width:78.5%;
}

.col-md-11.domain-input {padding:0px;}

/*.domain-input {
	width: 78.5%
}*/
.domain .domain-price, .home1-dbg .domain-price {
	margin: 30px 0 0;
	padding: 0px;
}
.domain .domain-price li, .home1-dbg .domain-price li {
	display: inline-block;
	margin: 0 15px 15px;
	text-align: center;
	padding: 13px 30px;
	background: #1a92c2;
	box-shadow: 0 0 5px rgba(0,0,0,.5);
	border-radius: 5px;
	border: 2px solid #fff;
	box-sizing: border-box;
}
.domain .domain-price li strong, .home1-dbg .domain-price li strong {
	color: #fff;
	display: block;
}
.domain .domain-price li em, .home1-dbg .domain-price li em {
	color: #fff;
	font-size: 14px;
	font-style: italic;
}
.domain .domain-price .lblue {
	background: #498aad;
}
.domain .domain-price .dblue {
	background: #3c4f6b;
}
.domain .domain-price .orange {
	background: #ff7837;
}
/* ==========================================
Domain End 
========================================== */



/* ==========================================
Blog Start 
========================================== */


.home-blog {
	background-color: #fa9b1e
}
.home-blog li.blog-post {
	margin-bottom: 10px;
	border-radius: 5px 5px 0 0;
	background: url(../images/blogpost-bg.png) top center rgba(0,0,0,1);
	line-height: 68px;
	transition: all 0.5s ease;
}
.home-blog li.blog-post strong a {
	color: #FFF;
	padding-left: 20px;
	text-decoration: none;
}
.home-blog li.blog-post .post-icon {
	background: #FFF;
	padding: 0px 14px 0px;
	font-size: 30px;
	font-family: 'Roboto';
	color: #999999;
	line-height: 69px;
	border-radius: 5px 0px 0 0px
}
.home-blog li.blog-post .date {
	background: #FFF;
	padding: 15px 14px 11px;
	font-size: 28px;
	font-family: 'Roboto';
	color: #999999;
	line-height: 22px;
	border-radius: 0 5px 0 0
}
.home-blog li.blog-post .date strong {
	display: block;
	padding: 0px;
	color: #999999
}
.home-blog li.blog-post:hover {
	margin-bottom: 10px;
	border-radius: 5px 5px 0 0;
	background: url(../images/blogpost-bg.png) top center rgba(52,152,219,1);
	line-height: 68px;
}
.view-more {
	text-align: center;
}
.view-more button {
	background: #FFF;
	border-radius: 5px;
	padding: 0px 20px;
	border: 1px solid #fff;
	color: #333333;
	font-family: 'Roboto';
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 10px auto 0;
	width: auto;
	height: 40px;
	line-height: 40px;
}
.view-more button:hover {
	background: #333;
	color: #FFF;
	border-color: #333
}
/* ==========================================
Happy Customers
========================================== */


.happy-clients .post {
	background: #f5f5f5;
	border-radius: 5px;
	position: relative !important;
	padding: 20px;
	margin-top: 40px;
	margin-bottom: 23px;
	transition: all 0.5s ease;
}
.happy-clients .post span.img {
	position: absolute;
	height: 92px;
	width: 92px;
	border-radius: 100%;
	overflow: hidden;
	display: block;
	top: -43px;
	border: 7px solid #fff;
	left: 35%;
}
.row2 {
	margin-top: 40px;
}
.testimonials .post span.img {
	height: 98px;
	width: 98px;
}
.happy-clients .post:after {
	width: 0;
	height: 0;
	border-top: 10px solid #f5f5f5;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	content: "";
	position: absolute;
	bottom: -10px;
	transition: all 0.5s ease;
}
.testi-content {
	display: block;
	margin-top: 40px;
}
.happy-clients .post p {
	font-size: 16px;
	color: #999999;
	line-height: 24px;
	position: relative;
	width: 80%;
	display: inline-block;
}
.happy-clients .post .quote-icon {
	font-size: 30px;
	color: #cccccc;
	margin-right: 20px;
	vertical-align: top;
}
.happy-clients strong {
	font-family: 'Roboto';
	color: #cccccc;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: block;
	line-height: 22px;
	font-weight: 500;
}
.happy-clients span {
	color: #cccccc;
}
.happy-clients .item:hover .post {
	background: #3498db
}
.happy-clients .item:hover .post span.img {
	opacity: 1;
}
.happy-clients .item:hover .post p, .happy-clients .item:hover .quote-icon {
	color: #FFF
}
.happy-clients .item:hover .post:after {
	border-top: 10px solid #3498db;
}
.happy-clients .item:hover strong, .happy-clients .item:hover span {
	color: #666666
}
.happy-clients .bx-wrapper .bx-prev, .happy-clients .bx-wrapper .bx-next {
	background: none;
}
.happy-clients .bx-wrapper .bx-prev {
	left: -71px;
}
.happy-clients .bx-wrapper .bx-next {
	right: -78px;
}
.happy-clients .bx-wrapper .bx-controls-direction a {
	text-indent: inherit;
	font-size: 0px;
}
.happy-clients .bx-wrapper .bx-prev:after, .happy-clients .bx-wrapper .bx-next:after {
	content: "";
	font-family: FontAwesome;
	font-size: 22px;
	background: #FFF;
	height: 40px;
	width: 40px;
	box-shadow: 0 0 4px rgba(0,0,0,.15);
	float: left;
	text-align: center;
	line-height: 40px;
	color: #CCC;
	transition: all 0.5s ease;
	border-radius: 5px 0 0 5px;
}
.happy-clients .bx-wrapper .bx-next:after {
	content: "";
	border-radius: 0px 5px 5px 0px;
}
.happy-clients .bx-wrapper .bx-prev:hover:after, .happy-clients .bx-wrapper .bx-next:hover:after {
	background: #439dd9
}
/* ==========================================
Footer
========================================== */

#tweecool img {
	display: none;
}
#tweecool ul {
	margin: 0px;
	padding: 0px;
}
#tweecool li {
	list-style: none;
	margin-bottom: 20px;
	color: #cccccc
}
.tweets_txt span {
	display: block;
}
.footer-one {
	background: url(../images/footer-map.png) no-repeat top center #333333;
	background-size: cover;
	padding: 40px 0;
}
.footer-two {
	background: #3498db;
	padding: 40px 0;
}
.copyright {
	background: #1a92c2;
	color: #FFF;
	text-align: center;
	height: 54px;
	line-height: 54px;
	position: relative;
}
.copyright strong {
	font-weight: 500;
}
.footer-one h3 {
	color: #FFF;
	margin-bottom: 9px;
}
.footer-one .flinks li, .twitter li, .fcontact {
	line-height: 24px;
	color: #cccccc
}
.footer-one .flinks li a {
	color: #cccccc
}
.footer-one .flinks li:before {
	content: "";
	font-family: FontAwesome;
	font-size: 10px;
	margin-right: 10px;
}
.twitter li {
	margin-bottom: 17px;
	line-height: 22px;
}
.twitter li:last-child {
	margin-bottom: 0px;
}
.fcontact .fa {
	margin-right: 8px;
}
.fcontact ul {
	margin-top: 17px;
}
.twitter em {
	font-style: italic
}
.f-add li {
	line-height: 28px;
	color: #cccccc;
}
.footer-two h3 {
	color: #FFF;
	margin-bottom: 18px;
}

.fsocial li {
	background: rgba(0,0,0,.1);
	border-radius: 5px;
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
	text-align: center;
	width: auto;
	height: 40px;
	line-height: 40px;
	transition: all 0.5s ease;
	position: relative;
	overflow: hidden;
	padding: 0 15px;
}
.fsocial li a, .top-button a {
	color: #1a92c2;
	text-decoration: none;
	transition: all 0.5s ease;
}
.fsocial li a {
	text-align: center;
	transition: all 0.5s ease;
}
.fsocial li .fa {
	opacity: 1;
	display: block;
	font-size: 20px;
	margin-top: -20px;
	transition: all 0.5s ease;
}
.fsocial li:hover .fa {
	margin-top: 10px;
}
.fsocial li:hover {
	background: rgba(0,0,0,.3);
}

.flickr li {width:79px; height:79px; float:left; margin:3px;}
.flickr li img { width:100%; border:2px solid rgba(0,0,0,.1)}
.flickr li img:hover { width:100%; border:2px solid rgba(0,0,0,.4); opacity:.9;}

.flickr .flickr_badge_image {
	float: left;
	margin-right: 7px;
	margin-bottom: 10px;
}
.flickr .flickr_badge_image img {
	border: solid 2px rgba(0,0,0,.1);
}
.flickr .flickr_badge_image img:hover {
	border: #fff solid 2px;
	opacity: .8;
	background: #000;
}
.newsletter-box {
	background: #FFF;
	margin: 20px 0;
	height: 45px;
	box-shadow: 5px 5px 0 rgba(0,0,0,.2);
	line-height: 45px;
	overflow: hidden;
}
.newsletter-box li {
	float: left;
}
.newsletter-box .icon {
	font-size: 24px;
	color: #cccccc;
	padding: 10px 15px;
	border-right: #cccccc solid 1px;
	margin-right: 10px;
}
.newsletter-box button {
	background: #333333;
	border: 0px;
	border-radius: 0px;
	padding: 13px 15px;
	color: #FFF;
}
.newsletter p {
	line-height: 24px;
	color: #FFF;
	margin-top: -7px;
	clear: both;
}
.small {
	font-size: 12px;
}
.newsletter-box input[type="search"] {
	border: 0px;
	line-height: 43px;
}
.top-button {
	color: #FFFFFF;
	font-size: 60px;
	left: 0;
	position: absolute;
	right: 0;
	top: -38px;
	transition: all 0.5s ease;
}
/* ==========================================
About Us
========================================== */

.aboutus .intro p {
	font-size: 14px;
	text-align: left;
	line-height: 20px;
	margin-bottom: 23px;
}
.aboutus .intro p:last-child {
	margin: 0px;
}
.aboutus .intro h3 {
	margin-bottom: 12px;
	text-align: left;
}
.about-services {
	margin: 40px 0;
}
.aboutus .intro iframe {
	border: 0px;
	height: 330px;
	border-radius: 2px;
}
.resp-tabs-container {
	padding: 0px;
	background-color: #fff;
	clear: left;
}
h2.resp-accordion {
	cursor: pointer;
	padding: 5px;
	display: none;
}
.resp-tab-content {
	display: none;
	padding: 0 0 0 40px;
}
.resp-content-active, .resp-accordion-active {
	display: block;
}
.resp-tab-content {
	border: 1px solid #c1c1c1;
}
h2.resp-accordion {
	font-size: 13px;
	border: 1px solid #c1c1c1;
	border-top: 0px solid #c1c1c1;
	margin: 0px;
	padding: 10px 15px;
}
h2.resp-tab-active {
	border-bottom: 0px solid #c1c1c1 !important;
	margin-bottom: 0px !important;
	padding: 10px 15px !important;
}
h2.resp-tab-title:last-child {
	border-bottom: 12px solid #c1c1c1 !important;
	background: blue;
}
/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
	float: left;
	width: 20%;
}
.resp-vtabs .resp-tabs-list li {
	display: block;
	margin: 0;
	cursor: pointer;
	float: none;
	padding: 19px 20px 16px;
	color:#333;
}
.resp-vtabs .resp-tab-item {
	border-bottom: #cccccc solid 1px;
}
.resp-vtabs .resp-tabs-list li:first-child {
	border-top: #cccccc solid 1px;
}
.resp-vtabs .resp-tabs-container {
	padding: 0px;
	float: left;
	width: 80%;
	min-height: 250px;
	clear: none;
}
.resp-vtabs .resp-tab-content {
	border: none;
}
.resp-vtabs li.resp-tab-active {
	background-color: #439dd9;
	position: relative;
	z-index: 1;
	position: relative;
	color: #FFF;
	padding: 19px 20px 16px;
	border: 0px;
	border-radius: 5px 0 0 5px;
}
.resp-tab-content h3 {
	margin-bottom: 11px;
}
.tab1 .left-content {
	float: right;
	width: 57%;
	line-height: 20px;
	color: #666666
}
.tab1 img {
	float: left;
	border-radius: 5px;
}
.tab2 .left-content {
	float: left;
	width: 57%;
	line-height: 20px;
	color: #666666
}
.tab2 img {
	float: right;
	border-radius: 5px;
}
.tab3 .full-content, .tab4 .full-content, .tab5 .full-content {
	float: left;
	line-height: 20px;
	color: #666666;
}
.tab4 .full-content li, .tab5 .full-content li {
	width: 31%;
	float: left;
	margin-right: 30px;
	position: relative;
	overflow: hidden;
}
.tab4 .full-content li:last-child, .tab5 .full-content li:last-child {
	margin-right: 0px;
}
.tab3 .full-content p, .tab4 .full-content li p {
	margin-bottom: 21px;
}
.tab3 .full-content li:before {
	content: "";
	font-family: FontAwesome;
	margin-right: 10px;
}
.tab5 .full-content li img {
	border-radius: 5px;
	position: relative;
}
.tab5 .full-content li strong {
	position: absolute;
	z-index: 999;
	background: rgba(0,0,0,.75);
	width: 100%;
	left: 0px;
	bottom: 0px;
	text-align: center;
	color: #FFF;
	height: 53px;
	line-height: 53px;
	border-radius: 0 0 5px 5px;
}
.resp-vtabs li.resp-tab-active:after {
	width: 0;
	height: 0;
	border-left: 26px solid #439dd9;
	border-top: 27px solid transparent;
	border-bottom: 27px solid transparent;
	content: "";
	position: absolute;
	top: 0px;
	right: -26px;
}
.resp-arrow {
	width: 0;
	height: 0;
	float: right;
	margin-top: 3px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 12px solid #c1c1c1;
}
h2.resp-tab-active span.resp-arrow {
	border: none;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 12px solid #9B9797;
}
/*-----------Accordion styles-----------*/
h2.resp-tab-active {
	background: #DBDBDB !important;
}
.resp-easy-accordion h2.resp-accordion {
	display: block;
}
.resp-easy-accordion .resp-tab-content {
	border: 1px solid #c1c1c1;
}
.resp-easy-accordion .resp-tab-content:last-child {
	border-bottom: 1px solid #c1c1c1 !important;
}
.resp-jfit {
	margin: 0px;
}
.resp-tab-content-active {
	display: block;
}
h2.resp-accordion:first-child {
	border-top: 1px solid #c1c1c1 !important;
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
ul.resp-tabs-list {
	display: none;
}
h2.resp-accordion {
	display: block;
}
.resp-vtabs .resp-tab-content {
	border: 1px solid #C1C1C1;
}
.resp-vtabs .resp-tabs-container {
	border: none;
	float: none;
	width: 100%;
	min-height: initial;
	clear: none;
}
.resp-accordion-closed {
	display: none !important;
}
.resp-vtabs .resp-tab-content:last-child {
	border-bottom: 1px solid #c1c1c1 !important;
}
}
.skills {
	background: url(../images/skills-bg.png) top center #e25337;
	padding: 38px 0 31px;
}
.skills h2 {
	color: #FFF;
}
.skills .in-title h2 span {
	color: #fff;
}
.percentage, .label {
	text-align: center;
	color: #fff;
	font-size: 18px;
}
.percentage {
	background: rgba(255,255,255,.15);
	border-radius: 100%;
}
.dborder {
	border-radius: 100%;
	position: relative;
	padding: 13px;
}
.dborder:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/border-img.png) no-repeat left top;
	width: 165px;
	height: 165px;
}
.percentage span {
	font-size: 55px;
	font-family: 'Roboto';
}
.percentage.easyPieChart > strong {
	display: inline-block;
	margin-top: -15px;
	vertical-align: top;
}
.label {
	margin-top: 25px;
	color: #fff;
	text-align: center;
	font-family: 'Roboto';
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.easyPieChart {
	position: relative;
	text-align: center;
	font-size: 24px;
}
.easyPieChart canvas {
	position: absolute;
	top: 0;
	left: 0;
}
.team {
	text-align: center;
}
.team-box img {
	border-radius: 5px;
	transition: all 0.5s ease;
}
.team-box h3 {
	margin: 19px 0 8px;
}
.team-box strong {
	font-size: 14px;
	color: #999999;
}
.team-box p {
	color: #666666;
	margin: 9px 0 15px;
	line-height: 20px;
}
.team-box .team-social {
	border-top: #cccccc dashed 1px;
	border-bottom: #cccccc dashed 1px;
	width: 100%;
	float: left;
	padding: 10px 0
}
.team-box .team-social li {
	display: inline-block;
	margin-right: 5px;
}
.team-box .team-social li a {
	background: #cccccc;
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #FFF
}
.team-box .team-social li a:hover {
	color: #fff;
	background: #3498db;
}
.partners {
	padding: 0 0 40px;
}
.partners h3 {
	margin-bottom: 16px;
}
.partners li {
	float: left;
	border: #cccccc solid 1px;
	margin-right: 30px;
}
.partners li:last-child {
	margin: 0px;
}
/* ==========================================
Contact Us Page Start
========================================== */
.contact { padding-bottom:0px;}


.contact h3 {
	margin-bottom: 10px;
}
.contact p {
	line-height: 20px;
}
.contact-form {
	margin-top: 40px;
}
.contact-form .form-group {
	margin-bottom: 20px;
}
.contact-form .form-control {
	padding: 0;
	height: 38px;
	line-height: 38px;
	box-shadow: none;
	border: 0px;
}
.contact-form .input-group-addon {
	background: none;
	border: 0;
	border-right:1px solid #CCC;
}
.contact-form .input-group {
	border: 1px solid #CCC;
	padding: 2px;
	transition: all 0.5s ease;
}
.contact-form .input-group .fa {
	color: #999;
}
.contact-form .input-group textarea, .contact-form .input-group input {
	resize: none;
	color: #666666;
	font-size: 12px;
	padding-left:10px;
}
.contact-form .textarea {
	border: #cccccc solid 1px;
	height: 190px;
	vertical-align: top;
}
.contact-form .textarea .input-group-addon {
	vertical-align: top;
}
.contact-form .btn-info {
	font-family: 'Roboto' !important;
	text-transform: uppercase;
	padding: 9px 29px;
	border: 0px;
}
#siteNotice > h2 {
	background: #3498db;
	color: #FFF;
	padding: 0px 10px;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	margin-bottom: 10px;
}
#bodyContent > p {
	line-height: 30px;
}


::-webkit-input-placeholder {
color:#666666;
font-size:12px;
}
:-moz-placeholder { /* Firefox 18- */
color:#666666;
font-size:12px;
}
::-moz-placeholder {  /* Firefox 19+ */
color:#666666;
font-size:12px;
}
:-ms-input-placeholder {
color:#666666;
font-size:12px;
}
.contact-sidebar ul {
	margin-bottom: 30px;
	width: 100%;
	display: block;
	float: left;
}
.contact-sidebar .icon {
	float: left;
	width: 25%;
}
.contact-sidebar .scontent {
	float: left;
	width: 75%;
}
.contact-sidebar .icon .fa {
	height: 68px;
	width: 68px;
	text-align: center;
	line-height: 68px;
	border-radius: 5px;
	color: #FFF;
	font-size: 40px;
}
#map_canvas {
	width: 100%;
	height: 400px;
	margin-top: 40px;
}
/* ==========================================
404 Page Start
========================================== */

.p404 {
	text-align: center;
	padding: 75px 0 100px;
}
.p404 strong.t404 {
	font-size: 150px;
	font-family: 'Roboto';
	color: #333333;
	display: block;
}
.p404 strong.tnf {
	font-size: 43px;
	font-family: 'Roboto';
	color: #999999;
	display: inline-block;
	text-transform: uppercase;
	border-top: 3px double #cccccc;
	border-bottom: 3px double #cccccc;
	height: 62px;
	line-height: 62px;
	margin-bottom: 50px;
	padding: 0 30px;
}
.p404 p {
	font-size: 20px;
	font-family: 'Roboto';
	color: #666;
	display: block;
	text-transform: uppercase;
}
.p404 .btn-info {
	font-family: 'Roboto';
	text-transform: uppercase;
	letter-spacing: 1px;
	border: 0px;
	margin-top: 47px;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
}
.p404 .btn-info:hover {
	background: #333333;
}
/* ==========================================
Domain Search Start
========================================== */

.domain-prices {
	margin-bottom: 40px;
}
.domain-prices .tld, .domain-prices .year, .domain-prices .registration, .domain-prices .renew, .domain-prices .reactivate, .domain-prices .order {
	width: 100%;
	height: 100%;
	box-shadow: 0px 0px 4px rgba(0,0,0,.25);
	text-align: center;
	border-radius: 0 0 5px 5px
}
.domain-prices li {
	line-height: 40px;
	color: #666;
	background: #ebebeb;
	height: 40px;
}
.domain-prices li:first-child {
	background: #fff
}
.domain-prices li:nth-child(2n+3) {
	background: #fff
}
.domain-prices .tld h3, .domain-prices .year h3, .domain-prices .registration h3, .domain-prices .renew h3, .domain-prices .reactivate h3, .domain-prices .order h3 {
	background: #439dd9;
	line-height: 43px;
	font-size: 18px;
	color: #FFF;
	font-weight: 500;
}
.domain-prices .year h3 {
	background-color: #ec6f33
}
.domain-prices .registration h3 {
	background-color: #3c4f6b
}
.domain-prices .renew h3 {
	background-color: #1a92c2
}
.domain-prices .reactivate h3 {
	background-color: #7d9096
}
.domain-prices .order h3 {
	background-color: #666666
}
.domain-prices a {
	font-size: 20px;
	color: #666666
}
/* ==========================================
Hosting  Start
========================================== */
.mtop {
	margin: 40px 0;
}
.mtop-40 {
	margin-top: 40px;
}
.hosting-services ul {
	display: block;
	clear: both;
	margin-bottom: 30px;
}
.hosting-services .icon {
	width: 100%;
	display: block;
	text-align: center;
	width: 68px;
	height: 68px;
	line-height: 68px;
	border-radius: 5px;
	font-size: 36px;
	color: #FFF;
	transition: all 0.5s ease;
}
.hosting-services .icon:hover {
	background: #333;
}
.hosting-services h3 {
	font-size: 12px;
	margin-bottom: 8px;
	color:#333;
	
}

.hosting-services h3 a { color:#333; text-decoration:none;}

.hosting-services p {
	font-size: 12px;
	line-height: 20px;
}
.hosting .hosting-wrap {
	background: none;
}
.hosting .tab-content, .ser-tab-acc .tab-content {
	border: #cccccc solid 1px;
	border-top: 0px;
	background: #FFF;
}
.hosting .nav-tabs, .ser-tab-acc .nav-tabs {
	border-color: #cccccc;
}
.hosting .nav-tabs > li.active > a, .hosting .nav-tabs > li.active > a:hover, .hosting .nav-tabs > li.active > a:focus, .ser-tab-acc .nav-tabs > li.active > a, .ser-tab-acc .nav-tabs > li.active > a:hover, .ser-tab-acc .nav-tabs > li.active > a:focus {
	background: #fff;
	border-radius: 0px;
	border-top: 3px solid #3498db;
	padding: 12px 29px;
	border-bottom: #FFF solid 1px;
	font-family: 'Roboto';
	font-weight: 500;
}
.hosting .nav-tabs > li > a, .ser-tab-acc .nav-tabs > li > a {
	border-radius: 0px;
	background: #f5f5f5;
	border: #cccccc solid 1px;
	margin-right: -1px;
	padding: 13px 29px;
	color:#333;
}
.hosting .nav-tabs > li > a:hover, .ser-tab-acc .nav-tabs > li > a:hover {
	background: #fff
}
.hosting .tab-pane, .ser-tab-acc .tab-pane {
	padding: 20px;
}
.hosting .tab-pane p, .ser-tab-acc .tab-pane p {
	margin-bottom: 30px;
}
.hosting .tab-pane li:before, .hosting .tab-pane li:before, .ser-tab-acc .tab-pane li:before, .ser-tab-acc .tab-pane li:before {
	content: "";
	font-family: FontAwesome;
	margin-right: 15px;
}
.purchase-banner {
	background: url(../images/pbanner-bg.png) no-repeat top center #159f85;
	border-radius: 5px;
	padding: 30px
}
.shared .purchase-banner {
	margin-top: 40px;
}
.purchase-banner p {
	font-size: 26px;
	color: #FFF;
	font-family: 'Roboto';
	line-height: 30px;
	text-transform: uppercase;
	letter-spacing: .8px;
	font-weight: 300;
}
.purchase-banner strong {
	font-weight: 500;
}
.purchase-banner a {
	background: #FFF;
	border: 0px;
	border-radius: 5px;
	padding: 20px 20px 17px;
	box-shadow: 0px 3px 0px #cccccc;
	float: right;
	text-decoration: none;
	color:#333;
}
.purchase-banner a:hover {
	color: #fff;
}
.hosting-welcome {
	margin-bottom: 40px;
}
.hosting-welcome img {
	border-radius: 5px;
}
.hosting-welcome h3 {
	color: #333;
	font-weight: 500;
}
.hosting-welcome p {
	margin: 12px 0;
}
.reseller .including, .shared .including {
	width: 60%;
}
.reseller .panel-body, .shared .panel-body {
	padding: 30px 0 50px;
}
.shared .hosting-wrap {
	padding: 0px;
}
.shosting-services {
	text-align: center;
	padding: 40px 0 0 0;
}
.shosting-services h3 {
	margin: 15px 0 6px;
	color: #333;
	font-weight: 500;
}
/* ==========================================
Portfolio  Start
========================================== */
.paging {
	text-align: center;
}
.portfolio-wrap li {
	margin-bottom: 30px;
	overflow: hidden;
}
.portfolio-wrap li img {
	width: 100%;
	height: auto;
}
.paging .pagination > li:last-child > a, paging .pagination > li:last-child > span, .paging .pagination > li:first-child > a, .paging .pagination > li:first-child > span {
	border-radius: 0px;
}
.paging .pagination li {
	margin-right: 7px;
	display: inline-block;
	box-shadow: 0 3px 0 #CCC;
}
.paging .pagination > li > a, .paging .pagination > li > span {
	font-family: "Roboto";
	color: #999999;
	margin: 0px;
	transition: all 0.5s ease;
	height: 37px;
	width: 40px;
	line-height: 40px;
	padding: 0px;
}
.paging .pagination li:hover {
	box-shadow: 0 3px 0 #297fb8;
}
.paging .pagination > li > a:hover, .paging .pagination > li > span:hover, .paging .pagination > li > a.active {
	box-shadow: 0 3px 0 #297fb8;
	color: #FFF;
}
.portfolio-wrap li {
	position: relative;
	overflow: hidden;
}
.portfolio-wrap li h3, .portfolio-wrap li p {
	color: #FFF;
	margin-bottom: 10px;
}
/* ==========================================
Srevices  Start
========================================== */

.services-page .main-article p {
	text-align: center;
}
.services-page .services-wrap {
	background: none;
}
.services-page .services-wrap .title h2, .services-page .services-wrap .sbox {
	color: #333333;
	margin-bottom: 24px;
}
.services-page .services-wrap .sbox {
	text-align: center;
	border-bottom: #cccccc solid 1px;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.services-page .services-wrap .serrow2 .sbox

{border:0px;}


.services-page .services-wrap .row2 .sbox {
	padding: 0px;
	margin: 0px;
	border: 0;
}
.services-page .services-wrap .sbox .icon {
	border: #cccccc solid 1px;
	color: #999999;
}
.services-page .services-wrap .sbox .icon:hover {
	color: #fff;
}
.ser-tab-acc {
	background: url(../images/ser-patt.jpg);
	height: 100%;
	padding: 40px 0;
	margin-bottom: 40px;
}

.ser-tab-acc .panel-group {margin:0px;}

.services-page .panel-group .panel, .services-page .panel, .services-page .panel-default > .panel-heading + .panel-collapse .panel-body {
	border-radius: 0px;
	box-shadow: none;
	background: none;
	border: 0px;
}
.panel-default > .panel-heading {
	border: 0px !important;
}
.services-page .panel-default > .panel-heading {
	background: #fff;
	border-radius: 0px;
	border: #cccccc solid 1px !important;
	height: 45px;
	line-height: 40px;
	position: relative;
	padding: 0 0 0 20px;
}
.services-page .panel-default > .panel-heading h3 a {
	font-family: 'Roboto';
	text-decoration: none;
}
.services-page .panel-default {
	border-color: #CCC;
}
.services-page h3.panel-title a {
	font-family: "Roboto" !important;
	font-weight: 500;
}
.services-page h3.panel-title a.collapsed {
	font-family: "Roboto" !important;
	font-weight: 400;
}
.services-page h3.panel-title a.collapsed:before, .services-page h3.panel-title a:before {
	background: none repeat scroll 0 0 #cccccc;
	color: #FFFFFF;
	content: "";
	float: right;
	font-family: FontAwesome;
	font-size: 14px;
	position: relative;
	z-index: 111;
	height: 43px;
	width: 43px;
	line-height: 43px;
	text-align: center;
	color: #666;
}
.services-page h3.panel-title a:before {
	background: #3498db;
	color: #FFFFFF;
	content: "";
}
.hosting-services ul.row-2nd {
	margin-bottom: 0px;
}
/* ==========================================
Testimonials  Start
========================================== */

.testimonial-slider, .testimonial-slider .content {
	position: relative;
}
.testimonial-slider .content p {
	margin-top: 120px;
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 20px;
	font-weight: 300;
}
.testimonial-slider .content:before {
	content: "";
	font-family: FontAwesome;
	font-size: 72px;
	top: 60px;
	position: absolute;
	color: rgba(255,255,255,.30)
}
.testimonial-slider .content p, .testimonial-slider .content h3, .testimonial-slider .content strong {
	color: #FFF;
}
.testimonial-slider .content h3 {
	font-weight: 500;
}
.testimonial-slider .bx-pager {
	position: absolute;
	left: -155px;
	bottom: 15px !important;
}
.testimonial-slider .bx-wrapper .bx-pager.bx-default-pager a {
	background: rgba(0,0,0,0);
	border: #fff solid 2px;
	width: 10px;
	height: 10px;
	box-shadow: rgba(0,0,0,.30) 1px 0 3px;
}
.testimonial-slider .bx-wrapper .bx-pager.bx-default-pager a:hover, .testimonial-slider .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: rgba(0,0,0,1);
	border: #fff solid 2px;
	width: 10px;
	height: 10px;
}
/* ==========================================
Blog  Start
========================================== */

.blog-details .blog-post {
	background: #FFF;
	width: 100%;
	box-shadow: none;
	border-radius: 5px 5px 0 0;
	overflow: visible;
	position: relative;
	margin-bottom: 30px;
}
.blog-details .post-image {
	border-radius: 5px 5px 0 0;
	box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.25);
	overflow: hidden;
	margin-bottom: 20px;
}
.blog-details .post-content {
	padding: 0px;
}
.blog-details .post-content p {
	margin-bottom: 25px;
}
.blog-post {
	background: #FFF;
	width: 100%;
	box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.25);
	border-radius: 5px 5px 0 0;
	overflow: hidden;
	position: relative;
	margin-bottom: 30px;
}
.blog-last-post {
	background: #FFF;
	width: 100%;
	box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.25);
	border-radius: 5px 5px 0 0;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}
.post-image {
	position: relative;
	overflow: hidden;
}
.post-image img {
	width: 100%;
	height: auto;
	transition: all 0.5s ease;
}
.post-image img:hover {
	opacity: .85;
}
.post-top {
	position: absolute;
	top: 0px;
	width: 100%;
	background: rgba(0,0,0,.70);
	z-index: 9;
}
.post-icon {
	background: #FFF;
	width: 68px;
	height: 70px;
	text-align: center;
	font-size: 30px;
	color: #999999;
	line-height: 70px;
	margin-right: 20px;
}
.post-top h3 {
	color: #FFF;
	line-height: 70px;
	font-weight: 500;
}

.post-top h3 a {color:#fff;}

.post-date {
	background: #FFF;
	width: 68px;
	height: 70px;
	text-align: center;
	font-size: 28px;
	color: #999999;
	font-family: "Roboto";
	padding-top: 15px;
}
.post-bottom {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 70px 20px 0;
	background: url(../images/black-shade.png) bottom repeat-x;
	height: 100px;
	vertical-align: bottom;
	z-index: 9;
}
.post-bottom li {
	display: inline-block;
	margin-right: 18px;
	color: #FFF;
	font-family: "Roboto";
	text-transform: uppercase;
}
.post-bottom li:last-child {
	margin: 0px;
}
.post-user:before {
	content: "";
	font-family: FontAwesome;
	margin-right: 5px;
}
.post-comment:before {
	content: "";
	font-family: FontAwesome;
	margin-right: 5px;
}
.post-tags:before {
	content: "";
	font-family: FontAwesome;
	margin-right: 5px;
}
.post-bottom li a {
	color: #FFF;
}
.post-content {
	padding: 20px;
}
.readmore-button a {
	background: #999;
	padding: 0px 20px;
	height: 40px;
	line-height: 40px;
	float: left;
	letter-spacing: .8px;
	text-decoration: none;
	border-radius: 5px 5px 0 0;
	margin-left: 20px;
	color: #FFF;
	font-family: "Roboto";
	text-transform: uppercase;
	transition: all 0.5s ease;
	font-weight: 500;
}
.video-post iframe {
	width: 100%;
	height: 450px;
}
.text-post {
	height: 70px;
}
.text-post .post-date {
	border-bottom: #cccccc solid 1px;
	border-left: #cccccc solid 1px;
}
.text-post .post-icon {
	border-bottom: #cccccc solid 1px;
	border-right: #cccccc solid 1px;
}
.text-post h3 {
	color: #333333
}
.text-post .post-bottom li a, .text-post .post-bottom li {
	color: #999999;
}
.text-post .post-bottom {
	margin-left: 68px;
	padding-top: 80px;
}
.text-post .post-bottom, .text-post .post-top {
	background: none;
}
.music-content {
	padding: 0px;
	margin-top: 5px;
}
.blog-post .bx-wrapper .bx-prev, .blog-post .bx-wrapper .bx-next {
	background: none;
}
.blog-post .bx-wrapper .bx-prev {
	left: 0px
}
.blog-post .bx-wrapper .bx-next {
	right: 8px
}
.blog-post .bx-wrapper .bx-controls-direction a {
	text-indent: inherit;
	font-size: 0px;
}
.blog-post .bx-wrapper a.bx-prev:after, .blog-post .bx-wrapper a.bx-next:after {
	content: "";
	font-family: FontAwesome;
	background: #FFF;
	border-radius: 0 5px 5px 0;
	width: 40px;
	height: 40px;
	font-size: 24px;
	float: left;
	text-align: center;
	color: #999999;
	line-height: 40px;
	box-shadow: 0 0 4px rgba(0,0,0,.25);
	transition: all 0.5s ease;
}
.blog-post .bx-wrapper a.bx-next:after {
	content: "" !important;
	border-radius: 5px 0px 0px 5px !important;
}
.blog-post .bx-wrapper a.bx-prev:hover:after, .blog-post .bx-wrapper a.bx-next:hover:after {
	color: #fff
}
/* ==========================================
Sidebar  Start
========================================== */

.sidebar .search {
	border: #ebebeb solid 1px;
	box-shadow: 3px 3px 0px #cccccc;
	height: 38px;
	overflow: hidden;
}
.sidebar .search .form-control, .sricon {
	border: 0px;
	box-shadow: none;
	background: #fff
}
.sidebar .search .input-group span {
	border-radius: 0px;
}
.sricon {
	font-size: 16px;
	color: #cccccc
}
.sbutton {
	width: 40px;
	height: 38px;
	border: 0px;
}
.sbutton button {
	border: 0px;
}
.widget {
	margin-bottom: 30px;
}
.widget h3 {
	color: #333;
}
.last-widget {
	margin-bottom: 0px !important;
}
.lastest-posts {
	border-bottom: #cccccc dotted 1px
}
.lastest-posts h3 {
	margin-bottom: 20px;
	color: #333;
}
.lastest-posts li {
	margin-bottom: 20px;
}
.lastest-posts img {
	border-radius: 5px;
	margin-right: 15px;
}
.lastest-posts h4 a, .categories li a, .products li a   {
	color: #666666;
	font-size: 14px;
	text-decoration:none;
	font-weight:500;
}
.lastest-posts span.date {
	font-family: "Roboto";
	font-size: 12px;
	color: #999999
}
.lastest-posts span.date:before {
	content: "";
	font-family: FontAwesome;
	margin-right: 10px;
}
.categories li, .products li {
	line-height: 41px;
	border-bottom: #cccccc solid 1px;
	font-family: "Roboto";
	text-transform: uppercase;
	font-weight:500;
}
.blog-tags h3 {
	margin-bottom: 16px;
}
.blog-tags a {
	float: left;
	background: #ebebeb;
	border-radius: 15px;
	padding: 10px 14px;
	margin: 0 10px 10px 0;
	font-family: "Roboto";
	color: #666666;
	text-transform: uppercase;
	text-decoration:none;
}
.blog-tags a:hover {
	color: #FFF
}
.live-support {
	color: #FFF;
	font-family: "Roboto";
	text-transform: uppercase;
	padding: 18px 15px;
}
.live-support .fa {
	margin-right: 10px;
}
.social-media {
	border-top: #cccccc dotted 2px;
	border-bottom: #cccccc dotted 2px;
	padding: 10px 0;
	margin-bottom: 20px;
}
.social-media li {
	float: left;
	margin-right: 10px;
}
.social-media li a {
	display: block;
	width: 30px;
	height: 30px;
	text-align: center;
	border-radius: 100%;
	line-height: 30px;
	background: #666;
	color: #FFF;
	font-size: 15px;
	transition: background-color 0.5s ease;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	transition-duration: 0.3s;
	transition-property: transform;
}
.social-media .facebook a {
	background-color: #3b5997
}
.social-media .twitter a {
	background-color: #29c5f6
}
.social-media .linkedin a {
	background-color: #006dc0
}
.social-media .gplus a {
	background-color: #d13d2f
}
.social-media .tumblr a {
	background-color: #2f4962
}
.social-media .skype a {
	background-color: #00aff0
}
.social-media .youtube a {
	background-color: #de332c
}
.social-media li a:hover {
	background: #2e2e2e;
	transform: rotate(360deg);
}
.blog-comments {
	border-bottom: #CCC dotted 2px;
	padding-bottom: 20px;
	margin-bottom: 37px;
}
.social-media strong {
	font-family: "Roboto";
	text-transform: uppercase;
	line-height: 30px;
}
.cimage {
	width: 85px;
	float: left;
	margin-right: 15px;
}
.cimage img {
	border-radius: 5px
}
.blog-comments .date, .blog-comments .name {
	color: #666666;
	font-family: "Roboto";
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 7px;
	display: inline-block;
}
.blog-comments .date:before {
	content: "";
	font-family: FontAwesome;
	margin-right: 10px;
}
.form-left {
	width: 55%;
	float: left;
	margin-right: 30px;
}
.comments-form h3 {
	color: #333;
}
.comments-form .input-group {
	border: #cccccc solid 1px;
}
/* ==========================================
FAQs  Start
========================================== */

.faq-container {
	box-shadow: 0 0 7px rgba(0,0,0,.25);
	height: 100%;
	width: 100%;
}
.faq-container .panel-default {
	border-bottom: #cccccc solid 1px !important;
	padding: 10px 10px 8px 10px;
}
.faq-container .panel-group .panel + .panel {
	margin: 0px;
}
.faq-container .panel-group .panel, .faq-container .panel, .faq-container .panel-default > .panel-heading + .panel-collapse .panel-body {
	border-radius: 0px;
	box-shadow: none;
	background: none;
	border: 0px;
}
.faq-container .panel-default > .panel-heading {
	background: #fff;
	border-radius: 0px;
	border: #cccccc solid 0px;
	height: 45px;
	line-height: 45px;
	position: relative;
	padding: 0 0 0 10px;
}
.faq-container .panel-default > .panel-heading h3 a {
	font-family: 'Roboto';
	text-decoration: none;
	color: #333;
	font-weight: 500;
}
.faq-container .panel-default > .panel-heading h3 a.collapsed {
	font-weight: 400;
	color: #666;
}
.faq-container .panel-default > .panel-heading h3 a:hover {
	color: #3498db;
}
.faq-container .panel-default {
	border-color: #CCC;
}
.faq-container h3.panel-title a.collapsed:before, .faq-container h3.panel-title a:before {
	background: #cccccc;
	color: #555555;
	content: "";
	float: right;
	font-family: FontAwesome;
	font-size: 14px;
	position: relative;
	z-index: 70;
	height: 45px;
	width: 45px;
	line-height: 45px;
	text-align: center;
}
.faq-container h3.panel-title a:before {
	background: #3498db;
	color: #FFFFFF;
	content: "";
}
/* ==========================================
Register and Login  Start
========================================== */

.register-account li {
	margin-bottom: 14px;
}
.register-account input[type="text"], .register-account .form-control {
	width: 100%;
	border: #cccccc solid 1px;
	height: 40px;
	line-height: 40px;
	padding-left: 10px;
	border-radius: 0px;
	box-shadow: none;
}
.register-account label {
	font-family: "Roboto";
	text-transform: uppercase;
	margin-bottom: 5px;
	letter-spacing: 1px;
	font-size: 12px;
}
.login-box {
	width: 100%;
	box-shadow: 0 0 7px rgba(0,0,0,.25);
	border-radius: 5px 5px 0 0;
	border-bottom: #cccccc solid 4px;
	overflow: hidden;
}
.login-box h3 {
	display: block;
	text-align: center;
	height: 53px;
	line-height: 53px;
	color: #FFF;
}
.login-form {
	padding: 40px 30px;
}
.login-form .input-group-addon {
	background: none;
	font-size: 20px;
	color: #666666;
	border: 0px;
	border-right: solid 1px #CCCCCC
}
.login-form .form-control {
	border: 0px;
	box-shadow: none;
}
.login-form .input-group {
	border: #cccccc 1px solid;
	border-radius: 5px;
	padding: 8px;
}
.register .btn-info {
	font-family: "Roboto";
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 0 17px;
	border: 0px;
	height: 40px;
	line-height: 40px;
}
.login-box .btn-info {
	margin-bottom: 40px;
	margin-top: 15px;
}
.login-box span {
	font-size: 12px;
	letter-spacing: 1px;
	font-family: "Roboto";
	text-transform: uppercase;
	margin-top: 30px;
}
.login-box input.css-checkbox[type="checkbox"] {
	border: 0 none;
	clip: rect(0px, 0px, 0px, 0px);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.login-box input.css-checkbox[type="checkbox"]:checked + label.css-label {
	background-position: 0 -15px;
}
.login-box input.css-checkbox[type="checkbox"] + label.css-label {
	background-repeat: no-repeat;
	cursor: pointer;
	display: inline-block;
	font-size: 15px;
	height: 15px;
	line-height: 15px;
	padding-left: 25px;
	vertical-align: middle;
	font-size: 12px;
}
.login-box .lite-gray-check {
	background-image: url("../images/lite-gray-check.png");
}
.login-page {
	width: 33%;
	margin: 0 auto;
}
/* ==========================================
Pricing Table
========================================== */

.price-plan {
	padding: 66px 0 0;
}
.price-plan-container li {
	float: left;
}
.pfeatures {
	width: 23%;
}
.pfeatures .ptitle h3 {
	background: #f0f0f0;
	color: #333333;
	text-align: center;
	border-radius: 5px 5px 0 0;
	height: 136px;
	line-height: 136px;
	font-weight: 500;
	font-size: 18px;
}
.hplan {
	width: 15.4%;
}
.plan-header {
	color: #fff;
	text-align: center;
	border-radius: 5px 5px 0 0;
	height: 136px;
	padding: 15px;
	border-left: 1px solid #FFF;
}
.plan-header h3 {
	border-bottom: solid 1px rgba(0,0,0,.20);
	box-shadow: rgba(255,255,255,.30) 0 1px 0px;
	padding-bottom: 10px;
	margin-bottom: 26px;
	color:#fff;
}
.plan-header strong {
	font-family: "Roboto";
	font-size: 40px;
}
.plan-header strong span {
	font-family: "Roboto";
}
.plan-header p {
	font-family: "Roboto";
	text-transform: uppercase;
	margin-top: 5px;
}
.flists {
	border-left: #cccccc solid 1px;
	border-right: #cccccc solid 1px;
}
.flists li {
	text-align: left !important;
	border-bottom: #cccccc solid 1px;
	padding-left: 20px;
	line-height: 40px !important;
}
.flists li, .plists li, .plists2 li {
	display: block;
	width: 100%;
	line-height: 41px;
	text-align: center;
}
.flists li:hover, .plists li:hover, .plists2 li:hover, .domain-prices li:hover {
	box-shadow: 0 0 3px rgba(0,0,0,.2);
	position: relative;
	z-index: 99;
}
.plists, .plists2 {
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	display: block;
	float: left;
}
.plists li {
	background: #ebebeb;
}
.plists li:first-child {
	background: #fff;
}
.plists li:nth-child(2n+3) {
	background: #fff;
}
.plists2 li {
	background: #fff;
}
.plists2 li:first-child {
	background: #ebebeb;
}
.plists2 li:nth-child(2n+3) {
	background: #ebebeb;
}
.hplan {
	text-align: center;
}
.hplan a {
	background: #FFF;
	border-radius: 5px;
	font-family: "Roboto";
	text-transform: uppercase;
	letter-spacing: 1px;
	box-shadow: 0 0 7px rgba(0,0,0,.30);
	border: 0px;
	margin-top: 20px;
	padding: 10px 27px;
	display: inline-block;
	text-decoration: none;
}
.hosting-plans-page {
	margin: 40px auto 0;
}
.hosting-plans-page h3 {
	margin-bottom: 10px;
}

/*Updates*/

::-webkit-input-placeholder {
 font-size:14px;
}

:-moz-placeholder { /* Firefox 18- */
font-size:14px;
}

::-moz-placeholder {  /* Firefox 19+ */
font-size:14px;
}

:-ms-input-placeholder {
font-size:14px;
}
/*******************  Home Page 3  **********************/
.stitle3 {
	text-align: center;
	margin-bottom: 30px;
}
.stitle3 h2 {
	font-size: 30px;
	color: #000;
	font-weight: 500;
	margin: 0px 0 10px;
}
.stitle3 strong {
	font-size: 16px;
	color: #999999;
	font-weight: 400;
}
/*******************  Hexa Shapes Start  **********************/

.hexa-shapes {
	padding: 66px 0 60px;
}
.hexagon {
	position: relative;
	width: 263px;
	height: 166px;
	background-color: #ffffff;
	margin: 76px auto;
	border-left: solid 2px #cccccc;
	border-right: solid 2px #cccccc;
	text-align: center;
	transition: All 1s ease;
}
.hexagon:before, .hexagon:after {
	content: "";
	position: absolute;
	z-index: -1;
	width: 185.97px;
	height: 185.97px;
	-webkit-transform: scaleY(0.5774) rotate(-45deg);
	-ms-transform: scaleY(0.5774) rotate(-45deg);
	transform: scaleY(0.5774) rotate(-45deg);
	background-color: inherit;
	left: 36.5155px;
}
.hexagon:before {
	top: -92.9845px;
	border-top: solid 3.8284px #cccccc;
	border-right: solid 3.8284px #cccccc;
}
.hexagon:after {
	bottom: -92.9845px;
	border-bottom: solid 3.8284px #cccccc;
	border-left: solid 3.8284px #cccccc;
}
.hexagon p {
	margin: 13px auto 20px;
	color: #666666;
	width: 90%;
	line-height: 20px
}
.hexagon a {
	background: #439dd9;
	color: #fff;
	padding: 10px 20px;
	font-weight: 500;
	font-size: 12px;
	text-decoration: none;
	display: inline-block;
}
.hexagon-small {
	position: relative;
	width: 67px;
	height: 38.68px;
	background-color: #439dd9;
	margin: 1px auto;
	color: #fff;
	font-size: 30px;
	line-height: 38px;
	top: -35px;
	text-align: center;
}
.hexagon-small:before, .hexagon-small:after {
	content: "";
	position: absolute;
	width: 0;
	border-left: 33.5px solid transparent;
	border-right: 33.5px solid transparent;
	left: 0;
}
.hexagon-small:before {
	bottom: 100%;
	border-bottom: 19.34px solid #439dd9;
}
.hexagon-small:after {
	top: 100%;
	width: 0;
	border-top: 19.34px solid #439dd9;
}
.hexagon:hover {
	background: #439dd9;
	border-color: #439dd9;
}
.hexagon:hover a, .hexagon:hover .hexagon-small {
	background: #fff;
	color: #439dd9;
}
.hexagon:hover .hexagon-small:before {
	border-bottom: 19.34px solid #fff;
}
.hexagon:hover .hexagon-small:after {
	border-top: 19.34px solid #fff;
}
.hexagon:hover h4, .hexagon:hover p {
	color: #fff;
}
.hexagon:hover:before, .hexagon:hover:after {
	border-color: #439dd9;
}
#hexa-slider .owl-prev, #hexa-slider .owl-next {
	background: none;
	font-size: 0px;
}
#hexa-slider .owl-prev:after, #hexa-slider .owl-next:after {
	content: "\f0a8";
	font-size: 36px;
	font-family: FontAwesome;
	color: #cccccc;
}
#hexa-slider .owl-next:after {
	content: "\f0a9";
}
/**********************  Hexa Shapes End  ****************************/



/*******  Support Banner  *********/

.support-banner {
	background: url(../images/support-bg.jpg) no-repeat center fixed;
	position: relative;
	z-index: 9;
}
.support-banner .bbg {
	padding: 66px 0 65px;
	text-align: center;
}
.support-banner:after {
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	right: 0px;
	content: "";
	background: rgba(0,0,0,.70);
	width: 100%;
	height: 100%;
}
.support-banner .content {
	position: relative;
	z-index: 99;
}
.support-banner .content h2 {
	color: #fff;
	font-size: 30px;
	font-weight: 500;
	margin: 0px;
}
.support-banner .content p {
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	margin: 25px 0;
}
.support-banner .content a {
	padding: 15px 20px;
	text-decoration: none;
	border-radius: 5px;
	display: inline-block;
	margin: 0 5px 5px;
}
.support-banner .content a.chatbutton {
	background: #fff;
	color: #439dd9;
}
.support-banner .content a.purchase {
	background: #439dd9;
	color: #fff;
}
/********************  Home Blog 3  ***********************/
.home-blog-3 {
	padding: 0 0 66px;
	margin-top: 70px;
}
.home-blog-3 a {
	text-decoration: none;
	color:#333;
}
.home-blog-3 .h3b-date {
	width: 85px;
	float: left;
	background: #439dd9;
	font-size: 18px;
	color: #fff;
	text-align: center;
	padding: 15px 0;
}
.home-blog-3 .h3b-date strong {
	font-size: 28px;
	font-weight: 700;
	display: block;
}
.home-blog-3 .hb3-content {
	float: right;
	width: 82%;
}
.home-blog-3 .hb3-content h3 {
	margin: 16px 0 14px;
}
.home-blog-3 .hb3-content p {
	color: #666666;
	font-size: 14px;
	line-height: 20px;
}
.home-blog-3 .hb3-content a.breadmore {
	font-weight: 700;
}
.home-blog-3 .post-footer {
	margin: 20px 0 0;
	padding: 0px;
}
.post-footer li {
	display: inline-block;
	list-style: none;
	margin-right: 15px;
}
.post-footer li .fa {
	background: #f0f0f0;
	width: 30px;
	height: 30px;
	color: #999999;
	line-height: 30px;
	text-align: center;
	margin-right: 10px;
}
.post-footer li a {
	color: #999;
}
/**********************  End  ***********************/



/**********************  Testimonials  ***********************/

.home3-testimonials {
	background: #f5f5f5;
	padding: 66px 0 97px;
	text-align: center;
}
.home3-testimonials .bx-wrapper {
	float: left;
}
.home3-testimonials h2 {
	font-size: 30px;
	color: #000;
	font-weight: 500;
	margin-bottom:20px;
}
.home3-testimonials h3 {
	font-size: 18px;
	color: #666666;
	font-weight: 500;
}
.home3-testimonials em {
	font-style: italic;
}
.home3-testimonials p {
	font-size: 16px;
	font-weight: 300;
	color: #666;
	line-height: 26px;
	width: 80%;
	margin:0px auto 24px;
}
.home3-testimonials .bx-wrapper .bx-pager, .home3-testimonials .bx-wrapper .bx-controls-auto {
	bottom: -30px;
}
.home3-testimonials .bx-wrapper .bx-pager.bx-default-pager a {
	border: #cccccc solid 3px;
	background: #fff;
	width: 12px;
	height: 12px;
	border-radius: 100%;
}
.home3-testimonials .bx-wrapper .bx-pager.bx-default-pager a:hover, .home3-testimonials .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #439dd9;
	border-color: #439dd9
}
/*******************************   Supper Slider Styles   ****************************************/

#slides {
	position: relative;
}
#slides .slides-container {
	display: none;
}
#slides .scrollable {
	position: relative;
	top: 0;
	left: 0;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	height: 100%;
}
#slides .scrollable:after {
	content: "";
	display: table;
	clear: both;
}
.slides-navigation {
	margin: 0 auto;
	position: absolute;
	z-index: 3;
	top: 46%;
	width: 100%;
}
.slides-navigation a {
	position: absolute;
	display: block;
}
.slides-navigation a.prev {
	left: 50px;
	font-size: 50px;
	color: rgba(255,255,255,.5);
}
.slides-navigation a.next {
	right: 50px;
	font-size: 50px;
	color: rgba(255,255,255,.5);
}
.slides-navigation a.next:hover, .slides-navigation a.prev:hover {
	color: #fff;
}
.slides-pagination {
	position: absolute;
	z-index: 3;
	bottom: 0;
	text-align: center;
	width: 100%;
}
.slides-pagination a {
	border: 2px solid #222;
	border-radius: 15px;
	width: 10px;
	height: 10px;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
 	display: inline;
	margin: 2px;
	overflow: hidden;
	text-indent: -100%;
}
.slides-pagination a.current {
	background: #222;
}
.video-slider {
	position: relative;
}
.video-slider:before {
	position: absolute;
	left: 0px;
	top: 0px;
	content: "";
	background: rgba(0,0,0,.75);
	z-index: 99;
	width: 100%;
	height: 100%;
}
.video-slider:after {
	background: url(../images/cloud-bg.png) repeat-x center bottom;
	height: 45px;
	width: 100%;
	content: "";
	left: 0;
	bottom: 0;
	position: absolute;
	z-index: 99;
}
.video-slider .slider-data {
	position: absolute;
	top: 25%;
	z-index: 99;
	width: 100%;
}
/************************************  Supper Slider End  ************************************/



/*******************  Home Page 2 Start  ******************/

/*** Round Pricing start ***/

.round-pricing {
	padding: 70px 0;
}
.pround {
	border-radius: 100%;
	background: #f0f0f0;
	border: 5px solid #fff;
	text-align: center;
	width: 263px;
	height: 263px;
	box-shadow: 0 0 10px rgba(0,0,0,.25);
	padding: 50px;
	box-sizing: border-box;
	margin: 0 auto 20px;
}
.pround h4 {
	margin: 0px;
	font-size: 18px;
	font-weight: 500;
}
.pround sup {
	font-size: 40px;
	vertical-align: super
}
.pround sub {
	font-size: 20px;
}
.pround strong {
	font-size: 100px;
	font-weight: 700;
}
.pround p {
	color: #666666
}
/*** Round Pricing End ***/

/*** Awsome Services ***/

.awesome-services {
	margin-bottom: 70px;
}
.awesome-services .as-box {
	text-align: center;
	border-radius: 6px;
	border: 2px solid #ccc;
	padding: 90px 35px 35px;
	position: relative;
}
.awesome-services .as-box .as-icon {
	width: 120px;
	height: 120px;
	background: #f0f0f0;
	color: #999999;
	display: inline-block;
	font-size: 48px;
	line-height: 104px;
	border-radius: 6px;
	box-shadow: 0px 0px 0 2px #cccccc;
	border: 8px solid #fff;
	margin: auto;
	position: absolute;
	left: 0px;
	right: 0px;
	top: -60px;
}
.awesome-services .owl-carousel .owl-wrapper-outer {
	padding: 63px 0 0 0;
}
.awesome-services .as-box h4 {
	font-size: 18px;
	color: #000;
	font-weight: 500;
}
.awesome-services .as-box p {
	line-height: 20px;
	font-size: 14px;
	color: #666;
	margin: 20px 0;
}
.awesome-services .as-box a {
	background: #fff;
	border: #cccccc solid 1px;
	padding: 11px 30px;
	display: inline-block;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
.awesome-services .as-box:hover .as-icon, .awesome-services .as-box:hover a, .as-icon, .awesome-services .as-box:hover a:hover {
	color: #fff;
}
.awesome-services .owl-theme .owl-controls {
	margin-top: 10px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 100%;
}
.awesome-services .owl-theme .owl-controls .owl-prev {
	float: left;
}
.awesome-services .owl-theme .owl-controls .owl-next {
	float: right;
}
.awesome-services .owl-theme .owl-controls .owl-buttons div {
	background: none;
	font-size: 0;
}
.awesome-services .owl-theme .owl-controls .owl-prev:before, .awesome-services .owl-theme .owl-controls .owl-next:before {
	content: "\f053";
	font-family: FontAwesome;
	font-size: 48px;
}
.awesome-services .owl-theme .owl-controls .owl-prev:before {
	margin-left: -100px;
}
.awesome-services .owl-theme .owl-controls .owl-next:before {
	content: "\f054";
	margin-right: -100px;
}
/*** Awsome Services end ***/



/*** Cutting Edge Technology ***/

.cutting-edge {
	position: relative;
}
.cutting-edge .container-fluid, .cutting-edge .col-lg-6 {
	padding: 0px;
}
.cutting-edge .cedge-gray {
	background: #f0f0f0;
	border-top: 30px solid #fff;
	border-bottom: 30px solid #fff;
	position: relative;
	min-height: 435px;
}
.cutting-edge .cedge-green {
	border-top: 30px solid;
	border-bottom: 30px solid;
	position: relative;
	min-height: 435px;
}
.cutting-edge .cedge-green:after {
	content: "";
	position: absolute;
	top: -30px;
	left: -30px;
	border-right: 30px solid;
	border-top: 31px solid transparent;
}
.cutting-edge .cedge-green:before {
	content: "";
	position: absolute;
	bottom: -30px;
	left: -30px;
	border-right: 30px solid;
	border-bottom: 31px solid transparent;
}
.cutting-edge .cet-slider {
	width: 60%;
	padding: 50px 0 105px;
}
.cutting-edge h2 {
	color: #fff;
	font-size: 30px;
	font-weight: 500;
}
.cutting-edge p {
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	margin: 20px 0;
}
ul.list-tick {
	margin: 0px;
	padding: 0px;
}
ul.list-tick li {
	color: #fff;
	line-height: 24px;
	list-style: none;
	font-size: 16px;
}
ul.list-tick li:before {
	content: "\f046";
	font-family: FontAwesome;
	font-size: 16px;
	padding-right: 18px;
}
.cet-content {
	width: 65%;
	padding: 37px 40px;
}
.cutting-edge .singup {
	background: #fff;
	font-weight: 500;
	font-size: 18px;
	padding: 13px 30px;
	display: inline-block;
	margin-top: 22px;
	text-decoration: none;
}
.cutting-edge .singup .fa {
	padding-left: 15px;
}
.cutting-edge .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	bottom: -50px;
}
.cutting-edge .bx-wrapper .bx-pager.bx-default-pager a {
	background: #f0f0f0;
	border: 4px solid #cccccc;
	width: 12px;
	height: 12px;
	border-radius: 12px;
}
.cutting-edge .bx-wrapper .bx-pager.bx-default-pager a:hover, .cutting-edge .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #09c0a4;
	border: 4px solid #09c0a4;
}
/*** Cutting Edge Technology End ***/


.home2-price {
	padding-top: 50px;
}
.home2-pricing-table {
	padding: 70px 0;
}
.home2-pricing-table .pricing-table, .home2-pricing-table .pricing-table .table-body {
	text-align: center;
	-webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}



.home2-pricing-table .pricing-table .cp_header_title {
	background: #00c800;
	padding: 55px 20px 20px;
	position: relative;
}
.home2-pricing-table .pricing-table .cp_header_title h3 {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
}
.home2-pricing-table .pricing-table .cp_price_header {
	background: #1a92c2;
	padding: 20px;
	position: relative
}
.home2-pricing-table .pricing-table .cp_price_header h2 {
	font-size: 80px;
	margin: 0px;
	color: #fff;
	font-weight: 700;
}
.home2-pricing-table .pricing-table .cp_price_header h2 sup {
	font-size: 24px;
	color: #fff;
	vertical-align: super;
}
.home2-pricing-table .pricing-table .cp_price_header span {
	color: #fff;
	font-size: 14px;
}
.home2-pricing-table .pricing-table .table-body ul {
	width: 85%;
	margin: 0 auto;
	border: #e1e1e1 solid 1px;
	padding: 0 0 30px 0;
}
.home2-pricing-table .pricing-table .table-body ul li {
	line-height: 53px;
	background: #fff;
	color: #666666
}
.home2-pricing-table .pricing-table .table-body ul li:nth-child(odd) {
	background: #fff;
}
.home2-pricing-table .pricing-table .table-body ul li:nth-child(even) {
	background: #f0f0f0;
}
.home2-pricing-table .pricing-table .cp_header_title:before {
	content: "";
	position: absolute;
	top: 0%;
	left: 0%;
	width: 0px;
	height: 0px;
	border-top: 21px solid #fff;
	border-right: 20px solid rgba(0,0,0,.1);
}
.home2-pricing-table .pricing-table .cp_header_title:after {
	content: "";
	position: absolute;
	top: 0%;
	right: 0%;
	width: 0px;
	height: 0px;
	border-bottom: 21px solid rgba(0,0,0,.1);
	border-right: 20px solid #fff;
}
.home2-pricing-table .pricing-table .cp_price_header:after {
	position: absolute;
	right: 0px;
	bottom: -20px;
	content: "";
	border-top: 21px solid #008c00;
	border-right: 20px solid transparent;
}
.home2-pricing-table .pricing-table .cp_price_header:before {
	position: absolute;
	left: 0px;
	bottom: -20px;
	content: "";
	border-top: 21px solid #008c00;
	border-left: 20px solid transparent;
}
.picon {
	width: 88px;
	height: 88px;
	border-radius: 100%;
	border: 5px solid #fff;
	background: #00c800;
	font-size: 48px;
	color: #fff;
	text-align: center;
	line-height: 74px;
	position: absolute;
	left: 0;
	margin: auto;
	right: 0;
	top: -50px;
}
.home2-pricing-table .pricing-footer, .hp1-pricing-table .pricing-footer {
	position: relative;
}
.home2-pricing-table .pricing-footer a, .hp1-pricing-table .pricing-footer a {
	color: #fff;
	padding: 10px 20px;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
	position: relative;
	top: -17px;
	background: #00c800; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(top, #00c800 0%, #00c800 50%, #00b000 50%, #00b000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00c800), color-stop(50%, #00c800), color-stop(50%, #00b000), color-stop(100%, #00b000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #00c800 0%, #00c800 50%, #00b000 50%, #00b000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #00c800 0%, #00c800 50%, #00b000 50%, #00b000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #00c800 0%, #00c800 50%, #00b000 50%, #00b000 100%); /* IE10+ */
	background: linear-gradient(to bottom, #00c800 0%, #00c800 50%, #00b000 50%, #00b000 100%); /* W3C */

}
.home2-pricing-table .pricing-footer a:after {
	content: "";
	position: absolute;
	left: -10px;
	bottom: 0px;
	border-top: 10px solid #008c00;
	border-left: 11px solid transparent;
}
.home2-pricing-table .pricing-footer a:before {
	content: "";
	position: absolute;
	right: -10px;
	bottom: 0px;
	border-top: 10px solid #008c00;
	border-right: 11px solid transparent;
}
/** Blue Color **/


.home2-pricing-table .blue .picon, .home2-pricing-table .blue .pricing-table .cp_header_title, .hp1-pt-curve .lblue .cp_header_title, .hp1-pricing-table .hp1-pt-curve .lblue .cp_header_title {
	background-color: #4cb2f6;
}
.home2-pricing-table .blue .pricing-table .cp_price_header, .hp1-pt-curve .lblue .cp_price_header, .hp1-pricing-table .hp1-pt-curve .lblue .cp_price_header {
	background-color: #439dd9;
}
.home2-pricing-table .blue .pricing-table .cp_price_header:after, .home2-pricing-table .blue .pricing-table .cp_price_header:before, .home2-pricing-table .blue .pricing-footer a:before, .home2-pricing-table .blue .pricing-footer a:after, .hp1-pt-curve .lblue .cp_price_header:after, .hp1-pricing-table .hp1-pt-curve .lblue .cp_price_header:after {
	border-top-color: #439dd9
}
.home2-pricing-table .blue .pricing-footer a, .hp1-pt-curve .lblue a {
	background: rgb(76,178,246); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(76,178,246,1) 0%, rgba(76,178,246,1) 50%, rgba(67,156,216,1) 50%, rgba(67,156,216,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(76,178,246,1)), color-stop(50%, rgba(76,178,246,1)), color-stop(50%, rgba(67,156,216,1)), color-stop(100%, rgba(67,156,216,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(76,178,246,1) 0%, rgba(76,178,246,1) 50%, rgba(67,156,216,1) 50%, rgba(67,156,216,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(76,178,246,1) 0%, rgba(76,178,246,1) 50%, rgba(67,156,216,1) 50%, rgba(67,156,216,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(76,178,246,1) 0%, rgba(76,178,246,1) 50%, rgba(67,156,216,1) 50%, rgba(67,156,216,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(76,178,246,1) 0%, rgba(76,178,246,1) 50%, rgba(67,156,216,1) 50%, rgba(67,156,216,1) 100%); /* W3C */
}
/** Blue Color End **/

/** Dark Blue Color **/

.home2-pricing-table .dblue .picon, .home2-pricing-table .dblue .pricing-table .cp_header_title, .hp1-pricing-table .hp1-pt-curve .dblue .cp_header_title {
	background-color: #475e80;
}
.home2-pricing-table .dblue .pricing-table .cp_price_header, .hp1-pricing-table .hp1-pt-curve .dblue .cp_price_header {
	background-color: #3c4f6b;
}
.home2-pricing-table .dblue .pricing-table .cp_price_header:after, .home2-pricing-table .dblue .pricing-table .cp_price_header:before, .home2-pricing-table .dblue .pricing-footer a:before, .home2-pricing-table .dblue .pricing-footer a:after {
	border-top-color: #283b57
}
.home2-pricing-table .dblue .pricing-footer a, .hp1-pricing-table .hp1-pt-curve .dblue .pricing-footer a {
	background: rgb(71,94,128); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(top, rgba(71,94,128,1) 0%, rgba(71,94,128,1) 50%, rgba(62,83,112,1) 50%, rgba(62,83,112,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(71,94,128,1)), color-stop(50%, rgba(71,94,128,1)), color-stop(50%, rgba(62,83,112,1)), color-stop(100%, rgba(62,83,112,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(71,94,128,1) 0%, rgba(71,94,128,1) 50%, rgba(62,83,112,1) 50%, rgba(62,83,112,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(71,94,128,1) 0%, rgba(71,94,128,1) 50%, rgba(62,83,112,1) 50%, rgba(62,83,112,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(71,94,128,1) 0%, rgba(71,94,128,1) 50%, rgba(62,83,112,1) 50%, rgba(62,83,112,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(71,94,128,1) 0%, rgba(71,94,128,1) 50%, rgba(62,83,112,1) 50%, rgba(62,83,112,1) 100%); /* W3C */
}
/** Dark Blue Color End **/



/** Dark Blue Color **/

.home2-pricing-table .orrange .picon, .home2-pricing-table .orrange .pricing-table .cp_header_title, .hp1-pricing-table .hp1-pt-curve .orrange .cp_header_title {
	background-color: #ff7837;
}
.home2-pricing-table .orrange .pricing-table .cp_price_header, .hp1-pricing-table .hp1-pt-curve .orrange .cp_price_header {
	background-color: #eb6423;
}
.home2-pricing-table .orrange .pricing-table .cp_price_header:after, .home2-pricing-table .orrange .pricing-table .cp_price_header:before, .home2-pricing-table .orrange .pricing-footer a:before, .home2-pricing-table .orrange .pricing-footer a:after {
	border-top-color: #d7500f
}
.home2-pricing-table .orrange .pricing-footer a, .hp1-pricing-table .hp1-pt-curve .orrange .pricing-footer a {
	background: rgb(255,120,55); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(top, rgba(255,120,55,1) 0%, rgba(255,120,55,1) 50%, rgba(224,105,48,1) 50%, rgba(224,105,48,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,120,55,1)), color-stop(50%, rgba(255,120,55,1)), color-stop(50%, rgba(224,105,48,1)), color-stop(100%, rgba(224,105,48,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,120,55,1) 0%, rgba(255,120,55,1) 50%, rgba(224,105,48,1) 50%, rgba(224,105,48,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,120,55,1) 0%, rgba(255,120,55,1) 50%, rgba(224,105,48,1) 50%, rgba(224,105,48,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,120,55,1) 0%, rgba(255,120,55,1) 50%, rgba(224,105,48,1) 50%, rgba(224,105,48,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,120,55,1) 0%, rgba(255,120,55,1) 50%, rgba(224,105,48,1) 50%, rgba(224,105,48,1) 100%); /* W3C */
}
/** Dark Blue Color End **/

/*******************  Home Page 2 End  ******************/




/*******************  Home Page 1 Start  ******************/

.mtitle2, .in-title {
	margin-bottom: 56px;
	position: relative;
	z-index: 77;
	text-align: center;
}
.mtitle2 h2, .in-title h2 {
	font-size: 30px;
	font-weight: 500;
	color: #000;
	margin: 0px;
	position: relative;
}
.mtitle2 h2:after, .in-title h2:after {
	border-bottom: #cccccc solid 1px;
	position: absolute;
	left: 0px;
	bottom: -22px;
	content: "";
	width: 165px;
	height: 1px;
	margin: auto;
	right: 0;
}
.mtitle2 h2:before, .in-title h2:before {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -26px;
	width: 40px;
	height: 9px;
	margin: 0px;
	border-top: #cccccc solid 2px;
	border-bottom: #cccccc solid 2px;
	content: "";
	margin: auto;
}
.why-crunch-host {
	padding: 70px 0;
	text-align: center;
}
.why-us-p {
	width: 90%;
	margin: auto;
	font-size: 16px;
	line-height: 24px;
	color: #666666;
}
.whyus-services ul {
	margin: 0px;
	padding: 0px;
}
.whyus-services .icon {
	width: 68px;
	height: 68px;
	border-radius: 100%;
	border: solid 2px;
	display: inline-block;
	font-size: 28px;
	line-height: 64px;
}
.whyus-services li:hover .icon {
	color: #fff;
}
.whyus-services h3 {
	margin: 16px 0 13px;
}
.whyus-services p {
	font-size: 14px;
	color: #666666;
	width: 90%;
	margin: auto;
}
.whyus-services li {
	margin: 30px 0 0 0;
	min-height: 200px;
}
/** Home 1 Domain Area **/

.home1-dbg {
	background: url(../images/h1-dbg.jpg) no-repeat center top fixed;
	background-size: cover;
	padding: 70px 0;
	position: relative;
}
.home1-dbg:after {
	position: absolute;
	left: 0px;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: rgba(0,0,0,.70);
	z-index: 11;
}
.home1-dbg .domain-wrap-bg {
	background: none;
	z-index: 99;
	position: relative;
	padding: 0px;
}
.home1-dbg .domain-price li {
	background: #f0f0f0;
	border-radius: 0px;
}
.home1-dbg .domain-price li em, .home1-dbg .domain-price li strong, .home1-dbg .domain-price li i {
	color: #666;
}
.home1-dbg .domain-price li strong.name {
	color: #000;
}
.home1-dbg .domain-price li i {
	font-size: 18px;
	font-weight: 400;
}
.home1-dbg .domain-wrap {
	border-radius: 0px;
	box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.2);
}
.home1-dbg h2, .why-choose-cloud h2 {
	color: #fff;
}
.home1-dbg .mtitle2 h2:after, .home1-dbg .mtitle2 h2:before, .why-choose-cloud .mtitle2 h2:before, .why-choose-cloud .mtitle2 h2:after {
	border-color: #fff;
}
/** Home 1 Domain Area End **/


/** Home 1 Pricing table Start **/

.hp1-pricing-table {
	padding: 70px 0;
}
.hp1-pricing-table .hp1-pt-curve {
	margin: 15px 0 0 0;
	padding: 0px;
}
.hp1-pricing-table .hp1-pt-curve li {
	width: 188px;
	float: left;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.hp1-pricing-table .hp1-pt-curve .cp_header_title h3 {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	line-height: 54px;
}
.hp1-pricing-table .hp1-pt-curve .cp_price_header h2 {
	font-size: 80px;
	font-weight: 400;
	margin: 0px;
	padding: 0px;
	color: #fff;
	line-height: 80px;
}
.hp1-pricing-table .hp1-pt-curve .cp_price_header h2 sup {
	font-size: 24px;
	vertical-align: super;
}
.hp1-pricing-table .hp1-pt-curve .table-body li {
	line-height: 54px;
	border-bottom: #cccccc solid 1px;
}
.hp1-pricing-table .hp1-pt-curve .table-body li:last-child {
	border: 0px;
}
.hp1-pricing-table .table-body {
	border: #e1e1e1 solid 1px;
	overflow:hidden;
}
.hp1-pricing-table .table-body > ul {
	margin: 0px;
	padding: 31px 0;
}
.hp1-pricing-table .hp1-pt-curve .cp_header_title {
	background: #00c800;
}
.hp1-pricing-table .hp1-pt-curve .cp_header_title span {
	color: #fff;
}
.hp1-pricing-table .hp1-pt-curve .cp_price_header {
	padding: 5px 0 5px 0;
	position: relative;
	background: #1a92c2;
	color: #fff;
}
.hp1-pricing-table .hp1-pt-curve .cp_price_header:after {
	position: absolute;
	bottom: -31px;
	left: 0;
	border-right: 188px solid transparent;
	border-top: 31px solid #1a92c2;
	height: 0;
	width: 0;
	content: "";
}
.hp1-pricing-table .hp1-pt-curve .dblue .cp_price_header:after {
	border-top-color: #3c4f6b;
}
.hp1-pricing-table .hp1-pt-curve .orrange .cp_price_header:after {
	border-top-color: #eb6423;
}
.hp1-pricing-table .hp1-pt-curve .lblue2 .cp_header_title {
	background: #539dc5;
}
.hp1-pricing-table .hp1-pt-curve .lblue2 .cp_price_header {
	background: #498aad;
}
.hp1-pricing-table .hp1-pt-curve .lblue2 .cp_price_header:after {
	border-top-color: #498aad;
}
.hp1-pricing-table .hp1-pt-curve .lblue2 .pricing-footer a {
	background: rgb(73,138,173); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(top, rgba(73,138,173,1) 0%, rgba(73,138,173,1) 50%, rgba(64,121,152,1) 50%, rgba(64,121,152,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(73,138,173,1)), color-stop(50%, rgba(73,138,173,1)), color-stop(50%, rgba(64,121,152,1)), color-stop(100%, rgba(64,121,152,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(73,138,173,1) 0%, rgba(73,138,173,1) 50%, rgba(64,121,152,1) 50%, rgba(64,121,152,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(73,138,173,1) 0%, rgba(73,138,173,1) 50%, rgba(64,121,152,1) 50%, rgba(64,121,152,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(73,138,173,1) 0%, rgba(73,138,173,1) 50%, rgba(64,121,152,1) 50%, rgba(64,121,152,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(73,138,173,1) 0%, rgba(73,138,173,1) 50%, rgba(64,121,152,1) 50%, rgba(64,121,152,1) 100%); /* W3C */
}
.active-table {
	box-shadow: 0px 0px 8px 0 rgba(0,0,0,.4);
	position: relative;
	z-index: 99;
	transform: scale(1.03);
	background: #fff;
}
/** Home 1 Pricing table End **/

/** Why Choose Crunch Hosting with Cloud **/
.why-choose-cloud {
	position: relative;
	background: url(../images/whychoosebg.jpg) no-repeat top center fixed;
	background-size: cover;
	padding: 110px 0 0 0;
}
.why-choose-cloud:after {
	background: url(../images/clouds2.png) repeat-x top center;
	width: 100%;
	height: 47px;
	position: absolute;
	left: 0;
	top: 0px;
	content: "";
	z-index: 9;
}
.why-choose-cloud:before {
	background: rgba(0,180,0,.80);
	width: 100%;
	height: 100%;
	z-index: 8;
	position: absolute;
	top: 0px;
	left: 0;
	content: "";
}
.why-choose-content {
	position: relative;
	z-index: 99;
}
.why-choose-content .thumb {
	text-align: center;
}
.wcc-right {
	text-align: left;
}
.wcc-left {
	text-align: right;
}
.wcc-right, .wcc-left {
	margin-bottom: 30px;
	color: #fff;
}
.wcc-right span, .wcc-left span {
	font-size: 78px;
}
.wcc-right h4, .wcc-left h4 {
	margin: 10px 0;
}
/** Why Choose Crunch Hosting with Cloud End **/



/** Home Blog Grid Start **/
.h1-blog-grid {
	padding: 70px 0;
	text-align: center;
}
.h1b-box .thumb-frame {
	border: #FFF 4px solid;
	box-shadow: 0 0 5px rgba(0,0,0,.35);
	overflow:hidden;
}

 .home3-blog-wrap .thumb-frame {overflow:hidden;}

.h1b-box .thumb-frame img, .home3-blog-wrap .thumb-frame img {
	width: 100%;
	transition:all 0.3px ease-in-out;
	
}



.h1b-box .thumb-frame img:hover, .home3-blog-wrap .thumb-frame img:hover {  transform: rotate(1deg) scale(1.1, 1.1);}

.h1b-box .h1b-option {
	width: 100%;
	margin: -35px 0 20px 0;
	float: left;
	text-align: center;
	position: relative;
	z-index: 88;
}
.h1b-box .h1b-option li {
	text-align: center;
	list-style: none;
	display: inline-block;
	width: 70px;
	height: 70px;
	border: 4px solid #fff;
	box-shadow: 0 0 5px rgba(0,0,0,.35);
	background: #f0f0f0;
	margin: 0 5px;
	vertical-align: top;
	color: #666666;
	padding: 0;
}
.h1b-box .h1b-option li span {
	font-size: 18px;
}
.h1b-box .h1b-option .post-icon {
	line-height: 62px;
	color: #666666;
	font-size: 30px;
}
.h1b-box .h1b-option .post-date {
	padding-top: 10px;
}
.h1b-box .h1b-option .post-date strong {
	font-size: 30px;
}
.h1b-box .h1b-option .post-coments {
	padding-top: 7px;
}
.h1b-box .h1b-option .post-coments .fa {
	font-size: 30px;
}
.h1b-box h4 {
	margin: 0px;
}

.h1b-box h4 a {color:#333;}

.h1b-box p {
	width: 80%;
	margin: 13px auto 28px;
}
.h1b-box a.readmore {
	color: #333333;
	font-weight: 500;
	text-transform: uppercase;
	padding: 7px 0;
	text-decoration: none;
	position:relative;
	 -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.h1b-box a.readmore:after, .h1b-box a.readmore:before { content:""; position:absolute; width:40px; height:2px; top:0px; background:#cccccc; left:0px; right:0px; margin: auto;

 -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;

}
.h1b-box a.readmore:before {bottom:-32px;}

.h1b-box a.readmore:hover:after , .h1b-box a.readmore:hover:before {width:100%;}

/** Home Blog Grid End **/



/*******************  Home Page 1 End  ******************/



/*******************  Updates  ******************/

#happy-customers .owl-item .item, .h1b-box {margin:0 15px 15px;}

#happy-customers2, #happy-customers, #happy-customers .owl-pagination, #aws-slider {position:relative; width:100%; float:left;}

#happy-customers2 .owl-pagination {
    bottom: 25px;
    float: left;
    left: 0;
    position: absolute;
    width: 100%;
	text-align:right;
	
}

#happy-customers2 .owl-controls .owl-page span {color:#fff; background:#fff;}

#happy-customers .owl-pagination {margin-top:10px;}





.support-banner .content a.chatbutton:hover, .support-banner .content a.purchase:hover, .hplan a:hover, .hexagon a:hover, .pround:hover, .cutting-edge .singup:hover, .live-support:hover {
	box-shadow: 0 0 5px rgba(0,0,0,.5);
}
.home-blog-3 .hb3-content h3, .aboutus .intro h3, .resp-tab-content h3, .team-box h3, .partners h3, .services-wrap .sbox h3, .hosting-services h3, .hosting-plans-page h3, .lastest-posts h3, .widget h3, .h1b-box h4, .main-slider .slider-data a, #supper-slider .slider-data a, .video-slider .slider-data a, .hosting-wrap .including, .hosting-wrap .panel-default > .panel-heading, .services h3, .services-3 h3, .domain-wrap-bg .domain-wrap .www, .domain .domain-price li strong, .home1-dbg .domain-price li strong, .home-blog li.blog-post strong a, .home-blog li.blog-post .date strong, .footer-one h3, .footer-two h3, .resp-vtabs .resp-tabs-list li, .resp-vtabs li.resp-tab-active, .tab5 .full-content li strong, .contact h3, .hosting .nav-tabs > li > a, .ser-tab-acc .nav-tabs > li > a, .purchase-banner a, .post-date strong, .hexagon h4, .support-banner .content a, .home-blog-3 .hb3-content h3, .whyus-services h3, .home1-dbg .domain-price li strong.name, .wcc-right h4, .wcc-left h4, .comments-form h3 {
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
}
.p404, .aboutus, .skills, .domain, .hosting, .portfolio, .services-page, .testimonials, .blog-full, .blog-details, .faqs, .register, .domain-search, .services-wrap, .hosting-wrap, .home-blog, .happy-clients, .team, .contact, .price-plan-inner, .topbar, .inner-head, .slider-wrapper, .home-blog li.blog-post, .home-blog li.blog-post:hover, .row2, .footer, .footer-one, .footer-two, .copyright, .domain-prices, .hosting-services ul, .purchase-banner, .services-page .services-wrap, .ser-tab-acc, .testimonial-slider, .sidebar .search, .blog-tags, .social-media, .price-plan, .flists, .stitle3, .hexa-shapes, .support-banner, .home-blog-3, .home-blog-3 .post-footer, .home3-testimonials, .round-pricing, .awesome-services, .awesome-services .as-box, .cutting-edge, .cutting-edge .cedge-gray, .cutting-edge .cedge-green, .home2-price, .home2-pricing-table, .home2-pricing-table .pricing-table, .home2-pricing-table .pricing-table .table-body, .home2-pricing-table .pricing-footer, .hp1-pricing-table .pricing-footer, .mtitle2, .in-title, .why-crunch-host, .whyus-services ul, .home1-dbg, .hp1-pricing-table, .hp1-pricing-table .hp1-pt-curve, .hp1-pricing-table .table-header, .hp1-pricing-table .cp_header_title, .hp1-pricing-table .cp_price_header, .hp1-pricing-table .table-body, .hp1-pricing-table .table-body > ul, .why-choose-cloud, .wcc-right, .wcc-left, .h1-blog-grid, .newsletter-box, .about-services, 
.label, .blog-comments, .comments-form, .stabs, .partners, .team-members

 {
	width: 100%;
	float: left;
}
.sticky, .domain-home2, header, .topbar .dropdown li, .slider-wrapper img, .main-slider span.img:after, #supper-slider span.img:after, .main-slider .owl-buttons, .main-slider img, .main-slider .owl-pagination, .main-slider .slider-data, #supper-slider .slider-data, .main-slider .slider-data a:after, #supper-slider .slider-data a:after, .video-slider .slider-data a:after, #supper-slider .img img, .services-wrap, .domain, .home-blog, .happy-clients, .main-slider .slider-data, #supper-slider .slider-data, .aboutus .intro iframe, .tab3 .full-content, .tab4 .full-content, .tab5 .full-content, .tab5 .full-content li img, .resp-jfit, .why-choose-content img {
	width: 100%;
}




.logo-text {
	color: #fff;
	font-size: 48px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 100%;
		padding-top: 10px;

}
.logo-textd {
	color: #fff;
	font-size: 36px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 100%;
		padding-top: 10px;

}
.cp-logo > img {
	float: left;
}
.cp-logo > strong {
    font-size: 18px;
	line-height: 55px;
	padding-left: 10px;

}
.cp-logo > strong .tcblue{
	color: #25d366;
	padding-left: 5px;
}
