/*Top heaser link code*/
.topbar{
	border-bottom:1px solid #e1e8ed;
	background:#f3f7f9;
	width:100%;
	float:left;
	height:auto;
	padding:0px 0;
}
.topbar ul {
	margin:0;
	padding:0;
}
.topbar ul.pull-left li{
	float:left;
	font-size:14px;
	color:#35414d;
	margin:0 15px 0 0;
	line-height:36px;
	padding:0;
	list-style:none;
}
.topbar ul.pull-left li i {
	margin-right: 12px;
	color: #1e69ac;
	font-size: 16px;
}
.topbar ul.pull-left li a{
	color:#35414d;
	display:inline-block;
}
.topbar ul.pull-left li a:hover{
	color:#ffcb0f;
}
.topbar ul.pull-left li:last-child{
	margin:0;
}
.topbar ul.pull-right li{
	font-size:14px;
	color:#fff;
	line-height:36px;
	display:inline-block;
	vertical-align:middle;
	text-align:center;
	margin-left:12px;
}
.topbar ul.pull-right li a{
	color:#35414d;
	display:block;
}
.topbar ul.pull-right li a:hover{
	color:#1e69ac;
}


/*====================================== Banner ==============================================*/
#banner{
	width:100%;
	float:left;
	height:auto;
	padding-bottom: 45px;
}
#banner .item{
	height:600px;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
}
#banner .item::before{
	width:100%;
	float:left;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	content:'';
	/*background:rgba(0,0,0,0.6);*/
}
#banner h1{
	color:#fff;
	margin:0 0 20px;
	font-weight:700;
	text-align: left;
}
#banner p{
	color:#fff;
	max-width:500px;
	font-size:18px;
	line-height:28px;
	display:block;
	margin:0 0 30px;
	font-weight:300;
}
.carousel-fade .carousel-inner .item {
	-webkit-transition-property: opacity;
	transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
	z-index: 2;
}
.caption-info{
	position:absolute;
	top:50%;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
	width:100%;
}
.caption-info-inner h1{
	animation-delay: 0.5s;
}
.caption-info-inner p{
	animation-delay: 1.1s;
}
.caption-info-inner a{
	animation-delay: 1.6s;
}
.control{
	opacity:0;
	visibility:hidden;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
#banner:hover .control{
	visibility:visible;
	opacity:1;
}
.control,
.control:focus{
    border: 1px solid #1e69ac;
    border-radius: 50%;
    color: #1e69ac;
    line-height: 34px;
    position: absolute;
    right: 15px;
    text-align: center;
    top: 50%;
    width: 36px;
	margin:-15px 0 0;
}
.control:hover{
	background:#1e69ac;
	color:#fff;
}
.left.control{
	left:0px;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
.right.control {
	right:0px;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
#banner:hover .left.control{
	left:10px;
}
#banner:hover .right.control {
	right:10px;
}
#multipin{
	width:100%;
	height:550px;
	float:left;
}

/*
====================================================================
	Clients Section
====================================================================

***/

.clients-section {
	position:relative;
	padding:60px 0px 60px;
}
.clients-section h2 {
	color: #1490d7;
	font-size: 42px;
	padding-bottom: 15px;
}
.clients-section h4 {
    color: #1e1e27;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    padding-bottom: 55px;
}
.client-item {
    width: calc(100% / 4);
    float: left;
}
.client-item a {
    padding:40px 50px;
    text-align: center;
    border-right: 1px solid #c6c4c4;
    border-bottom: 1px solid #c6c4c4;
    display: block;
    overflow: hidden;
}
.client-item:nth-child(5) a, .client-item:nth-child(6) a, .client-item:nth-child(7) a, .client-item:nth-child(8) a {
    border-bottom: none;
}
.client-item:nth-child(4) a,  .client-item:nth-child(8) a{
    border-right: none;
}

.features-area-top {
	overflow: hidden;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	position: relative;
}
.features-area-top:before {
    background: #aaabad none repeat scroll 0 0;
	border-radius: 50%;
	bottom: 0;
	content: "";
	height: 1px;
	left: 5px;
	position: absolute;
	right: 95px;
}
.features-area-bottom {
   overflow: hidden;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	position: relative;
}

 .features-area-bottom .col-md-6:last-child .features-text:before {
	display:none;
}
 .features-area-top .col-md-6:last-child .features-text:before {
	display:none;
}
.features-text {
	padding:0 15px 15px 15px;
    position: relative;
}
.features-text img {
	margin:auto;
}
 .features-text:before {
    background: #aaabad none repeat scroll 0 0;
    border-radius: 50%;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    width: 1px;
	bottom: 3px;
}




.license-section {
	border-top: 1px solid #e3e3e3;
	position:relative;
	padding:60px 0px 60px;
	background:#1490D7;
}
.license-section h2 {
	color: #fff;
	font-size: 42px;
	padding-bottom: 15px;
}
.license-section h4 {
    color: #1e1e27;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    padding-bottom: 55px;
}
.free-services {
	width: 100%;
	max-width: 815px;
	margin: 0 auto;
	overflow: hidden;
	padding: 21px 6px
}
.free-services li {
	padding: 0 15px;
	width: 33.33%;
	display: block;
	float: left;
	margin-bottom: 5px
}
.free-services li span {
	font-size: 14px;
	position: relative;
	color: #fff;
	display: inline-block;
	padding: 8px 0;
	line-height: 1.2;
	border-bottom: 1px solid #a61c1c;
	padding-right: 8px;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.free-services li span:after {
	right: -6px;
	bottom: -3px;
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 6px;
	display: block;
	content: "";
	background: #a61c1c;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.full-graphice-bg-01 {
	background-color: #fff;
	background-image: url('../images/full-graphice-bg-01.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right top;
}
.dedicated-servers h3 {
	font-weight: normal;
	margin-bottom: 5px;
	font-size: 26px
}
.starting-price-text h5 {
	color: #262626
}
.starting-price-text {
	padding: 5px 20px 0;
	text-align: right
}
.starting-price-text span {
	color: #a61c1c;
	font-size: 26px;
	font-weight: 500;
}
.fifty-fifty-container {
	background: linear-gradient( to right, #a61c1c 0%, #a61c1c 50%, #262626 50%, #262626 100% );
}
.col-offset {
	padding: 0 8%
}
.fifty-fifty-container p {
	color: #fff;
	padding: 3px 30px
}
.padding-top-20 {
	padding-top: 20px;
}
.margin-bottom-50 {
	margin-bottom: 50px;
}
.margin-top65-bottom82 {
	margin: 0
}
.custome-h1 {
	font-size: 48px;
	color: #a61c1c;
	line-height: 1.1;
	font-weight: 500;
	text-align: left;
	padding: 17px 0;
}
.tree-points {
	width: 100%;
	height: 399px;
	position: relative;
	min-width: 372px;
	max-width: 570px;
}
.margin-top21-bottom21 {
	margin: 21px 0
}
.width84 {
	width: 84%
}
.tree-points > div {
	font-size: 14px;
	color: #262626;
	white-space: nowrap;
	text-align: right;
	position: absolute;
	font-weight: 500
}
.live-support-text {
	right: 78px;
	top: 50px;
}
.live-monitoring-text {
	bottom: 60px;
	left: 114px;
}
.cloud-technology-text {
	top: 50%;
	right: 78px;
	margin-top: -24px;
}
.hi-tech-database-text {
	right: 20px;
	bottom: 50px;
}
.live-support-icon {
	left: 246px;
	top: 13px;
}
.live-monitoring-icon {
	bottom: 92px;
	left: 13px;
}
.cloud-technology-icon {
	top: 157px;
	left: 174px;
}
.hi-tech-database-icon {
	left: 310px;
	bottom: 13px;
}
.tree-points span.icons {
	width: 49px;
	height: 50px;
	position: absolute;
}
.tree-points .cloud-technology-icon.icons {
	width: 101px;
	height: 101px;
}
span.icons small {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	line-height: 100%
}
.tree-points span.icons small:after {
	left: 100%;
	top: 50%;
	position: absolute;
	width: 132px;
	height: 6px;
	display: block;
	content: "";
	margin-top: -3px;
	z-index: -1;
	background: url(../images/tree-arrow.png) left center no-repeat;
}
.tree-points span.icons small:before {
	right: -134px;
	top: 50%;
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 6px;
	display: block;
	content: "";
	background: #a61c1c;
	margin-top: -3px;
	display: none;
}
.live-support-icon {
	background: url(../images/live-support.png) center center no-repeat;
}
.cloud-technology-icon {
	background: url(../images/cloud.png) center center no-repeat;
}
.live-monitoring-icon {
	background: url(../images/monitoring.png) center center no-repeat;
}
.hi-tech-database-icon {
	background: url(../images/database.png) center center no-repeat;
}
.tree-points span.icons.live-monitoring-icon small:after {
	top: 100%
}
.tree-points span.icons.live-monitoring-icon small:before {
	top: 100%
}
.brand-logo {
	display: table;
	width: 100%;
	margin: 0
}
.brand-logo li {
	display: table-cell;
	padding: 0 15px;
	text-align: center;
	vertical-align: middle
}
.brand-logo li:first-child {
	padding-left: 0;
}
.brand-logo li:last-child {
	padding-right: 0;
}
.webhosting-section {
	background: #262626;
}
.webhosting-section h3 {
	font-size: 48px;
	color: #fff;
	text-align: center
}
.webhosting-section h4 {
	font-weight: normal;
	text-align: center;
	padding: 18px 0px;
	font-size: 24px;
}

.plans-header {
	padding: 33px 0 28px
}
.plans-details {
	width: 25%;
	border: 1px solid #404040;
}
.cols-mid-1 {
	margin-top: -4px;
	border: 5px solid #a61c1c;
	margin-bottom: -4px;
}
.animated.cols-mid-2 {
	border-left: 0;
	border-right: 0
}
.hosting-plans {
	vertical-align: middle;
	text-align: center;
	width: 100%;
	margin: 51px 0
}
.hosting-plans .plans-details.animated:first-child {
	border-right: 0;
}
.plans-title {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 10px 5px 0;
}
.plans-prices {
	display: table;
	margin: 0 auto
}
.plans-prices span {
	font-size: 48px;
	vertical-align: middle;
	font-weight: 700;
	display: table-cell;
	color: #f2f2f2;
	padding: 10px 5px;
	line-height: 1;
}
.plans-prices small {
	color: #adadad;
	font-size: 16px;
	font-weight: 500;
	display: table-cell;
	vertical-align: middle;
	padding: 0px 5px;
}
.plans-offers {
	color: #f2f2f2;
	font-size: 16px;
	font-weight: 500;
	padding: 17px 5px
}
.plans-footer {
	padding: 36px 5px 51px
}
.color-row {
	background: #404040
}
.plans-footer .mediam-button {
	padding: 13px 0
}
.fifty-fifty-image-bg {
	background-image: url('../images/halft-graphics-bg-01.jpg'), url('../images/halft-graphics-bg-02.jpg');
	background-repeat: no-repeat, no-repeat;
	background-size: 50% 100%;
	background-position: left top, right top;
}
.info {
	display: block;
	font-size: 14px;
	color: #fff;
	padding-top: 14px;
}
.right-content {
	color: #222d3a
}
.right-content .info {
	color: #222d3a
}
.right-content .just {
	color: #222d3a
}
.right-content h2 {
	color: #222d3a
}
.right-content h2 span {
	color: #222d3a
}
.right-content .plans-prices span, .right-content .plans-prices small {
	color: #222d3a
}
.right-content .discount {
	color: #a61c1c;
}
.discount {
	font-weight: 500;
}
.discount del {
	font-weight: 400;
}
.just {
	display: block;
	font-size: 22px;
	color: #fff;
	padding: 16px 25px 8px 0;
	font-weight: 500;
}
.discount {
	display: block;
	font-size: 28px;
	color: #ffedad;
}
h2 span {
	font-size: 14px;
	color: #fff;
	font-weight: normal;
	display: block;
	padding: 14px 0;
}
.fifty-fifty-image-bg .plans-prices span {
	padding-top: 0
}
.fifty-fifty-image-bg .mediam-button {
	margin-top: 31px
}
.fifty-fifty-image-bg .plans-prices span {
	padding-left: 0;
	padding-right: 0
}
.fifty-fifty-image-bg .plans-prices small {
	padding: 0 3px;
	color: #f2f2f2
}
.right-content .plans-prices small {
	padding: 0 3px;
	color: #222d3a
}
/*custome animation css*/
.tree-points span.icons small:after {
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	width: 0;
}
.animated.tree-points span.icons small:after {
	width: 132px
}
/*custome animation css end*/

/*
 2.) Buy now
 +++++++++++++++++++++++++++++++++++ */

.buy-now-hero-section {
	background: #262626;
}
.hero-text {
	width: 100%;
	max-width: 816px;
	margin: 0 auto;
	color: #fff;
	text-align: center
}
.hero-text p {
	font-size: 16px;
}
.hosting-availability-board h3 {
	color: #ffedad;
	clear: both;
	font-size: 30px;
	font-weight: normal
}
.note-text {
	color: #fff;
	padding: 25px 12%;
	display: block;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	clear: both
}
.note-text small {
	font-size: 100%;
	color: #ffedad
}
.buy-now-threeCols {
	background: #fff;
	text-align: center
}
.buy-now-threeCols h4 {
	font-weight: 700;
	color: #222d3a;
	padding: 15px 0
}
.sec-reliable {
	width: 26px;
	height: 42px;
	margin: 10px auto;
	display: block;
	background: url(../images/icon-02.png) center center no-repeat
}
.super-fast {
	width: 34px;
	height: 39px;
	margin: 10px auto;
	display: block;
	background: url(../images/icon-03.png) center center no-repeat
}
.cus-support {
	width: 41px;
	height: 42px;
	margin: 10px auto;
	display: block;
	background: url(../images/icon-04.png) center center no-repeat
}
.toll-free-support {
	padding: 35px 0;
	background: #f8f8f8
}
.toll-free-support p {
	margin: 0
}
.toll-free-support span {
	font-size: 30px;
	line-height: 1;
}
.toll-free-support .larg-button {
	width: auto;
	min-width: 100px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: 15px
}
.dark-bg {
	background: #262626
}
.light-bg {
	background: #f8f8f9
}
.dark-bg h1 {
	color: #fff
}
.light-bg h1 {
	color: #222d3a
}
.dark-bg p {
	color: #fff
}
.light-bg p {
	color: #262626
}
/*
 3.) About
 +++++++++++++++++++++++++++++++++++ */

.about-hosting {
	background-color: #a61c1c;
	background-image: url('../images/halft-graphics-bg-03.jpg');
	background-repeat: no-repeat;
	background-size: 50% 100%;
	background-position: right top;
}
.about-hosting p {
	color: #fff
}
.about-hosting-left {
	padding-right: 5%;
}
.about-hosting-left p {
	width: 94%
}
.about-hosting-left h2 {
	text-align: left;
	font-size: 48px;
	padding-bottom: 10px
}
.about-hosting-left p {
	padding: 10px 0 0;
	font-size: 16px;
}
.definition {
	padding: 16px 0;
	overflow: hidden;
	width: 100%;
}
.definition h4 {
	color: #ffedad;
	margin-bottom: 13px
}
.def-icon {
	float: left;
	width: 15%;
	padding-top: 5px;
}
.def-text {
	float: left;
	width: 85%
}

.hosting-support {
	background-color: #a61c1c;
	background-image: url('../images/graphics-01.jpg');
	background-repeat: no-repeat;
	background-size: 50% 100%;
	background-position: right top;
}
.tetimonials h2 {
	font-size: 48px;
	color: #222d3a
}
blockquote {
	font-family: 'Bitter', serif;
	color: #222d3a;
	font-size: 22px;
	line-height: 32px;
	border-left: 0;
	text-align: left;
}
.author {
	position: relative;
	font-size: 14px;
	line-height: 18px;
	background-color: #f8f8f9;
	z-index: 3
}
.testimonial-thumbnail {
	display: table-cell;
	vertical-align: middle;
	padding-right: 10px;
}
.testimonial-thumbnail img {
	height: 53px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 53px
}
.company-name {
	display: table-cell;
	vertical-align: middle;
	color: #222d3a;
	text-align: left
}
.company-name strong {
	color: #a61c1c;
}
.client-view .owl-controls {
	text-align: left;
	position: absolute;
	bottom: 0;
	margin: 0;
	width: 78%;
	padding: 16px 0;
	background: #f8f8f9;
}
.client-view .owl-controls .owl-page span {
	border: 1px solid #a61c1c;
	background: #ffffff;
	margin: 5px;
	opacity: 1;
}
.client-view .owl-controls .owl-page.active span {
	background: #a61c1c
}
.client-view .owl-pagination {
	height: 22px;
	position: relative;
	padding-left: 5px;
	z-index: 1
}
.client-view .owl-pagination:after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 2px;
	background-color: #cdcdcd;
	left: 0;
	top: 16px;
	z-index: 1;
}
.client-view .owl-controls .owl-page {
	position: relative;
	z-index: 2;
	padding-top: 6px
}
/*
 4.) Business email
 +++++++++++++++++++++++++++++++++++ */

.email-hosting {
	background-color: #a61c1c;
	background-image: url('../images/graphics-02.jpg');
	background-repeat: no-repeat;
	background-size: 50% 100%;
	background-position: right top;
}
.email-hosting h2 small {
	font-size: 24px;
	color: #fff;
	display: block
}
.list-items {
	color: #fff
}
.list-items li {
	color: #fff;
	padding: 8px 0;
}
.list-items a {
	color: #fff
}
.price-btn {
	background: #262626;
	border: 0;
	border-radius: 0;
	padding: 12px 38px 12px 26px;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	line-height: 29px;
	position: relative
}
.price-btn:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 29px 14px 29px 0;
	border-color: transparent #a61c1c transparent transparent;
	position: absolute;
	content: "";
	display: block;
	left: 100%;
	margin-left: -14px;
	top: 0;
}
.price-btn:hover {
	color: #fff
}
.price-btn span {
	font-size: 30px;
}
.white-bg {
	background: #fff;
}
.white-bg h2 {
	font-weight: 700;
}
.white-bg h4 {
	font-weight: 700;
	color: #262626;
	font-weight: 700;
	padding: 20px 0
}
.border-0 {
	border: 0 !important
}
.flex-container {
	align-items: center;
}
.full-width-text .flex-container {
	align-items: flex-start;
}
mark {
	padding: 0;
	font-size: 100%;
	color: #ffedad;
	background: none
}
/*
 5.) Create Website
 +++++++++++++++++++++++++++++++++++ */

.graphics-03 {
	background-color: #a61c1c;
	background-image: url('../images/graphics-03.jpg');
	background-repeat: no-repeat;
	background-size: 50% 100%;
	background-position: right top;
}
.graphics-03 h2 small {
	font-size: 24px;
	color: #fff;
	display: block;
}
.plans-table {
	width: 100%;
	border: 0;
}
.plans-table td {
	width: 25%
}
.plans-table .plans-offers {
	padding-left: 25px;
	padding-right: 25px;
}
.plans-table .plans-footer {
	padding-top: 22px;
	padding-bottom: 22px
}
/*
 6.) Domain
 +++++++++++++++++++++++++++++++++++ */

.popular-domains {
	background: #ffffff
}
.popular-domains h3 {
	font-size: 48px;
	color: #222d3a;
	text-align: center;
	font-weight: 700;
}
.popular-domains .plans-details {
	background: #f8f8f8;
	width: 100% !important;
	text-align: center;
	padding: 0 20px;
}
.popular-domains .plans-prices {
	color: #222d3a;
	font-size: 24px;
	font-weight: 500;
}
.popular-domains .plans-title {
	color: #222d3a;
	font-size: 48px;
	font-weight: 900;
	text-transform: none;
	padding: 0;
	padding-bottom: 15px
}
.popular-domains .plans-header {
	padding: 20px 0
}
.popular-domains .plans-offers {
	padding: 0
}
.popular-domains .plans-footer {
	padding-top: 18px
}
.headingBr {
	position: relative;
	display: inline-block;
	border-bottom: 1px solid #d6d8db;
	padding-right: 8px;
	line-height: 1.3;
}
.headingBr:after {
	right: -6px;
	bottom: -3px;
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 6px;
	display: block;
	content: "";
	background: #d6d8db
}
.other-domains h3 {
	font-size: 48px;
	color: #222d3a;
	text-align: center;
	font-weight: 700;
}
.other-domains-details {
	width: 100%;
	text-align: center
}
.other-domains-details .plans-header {
	font-size: 18px;
	text-transform: uppercase;
	width: 33.333%;
	padding: 0
}
.other-domains-details .plans-header span {
	padding: 19px 0;
	background: #262626;
	color: #fff;
	display: block;
	font-size: 100%;
	margin: 0 15px;
}
.other-domains-details .plans-offers {
	font-size: 24px;
	color: #222d3a;
	width: 33.333%;
	padding: 12px 0
}
.other-domains-details .color-row {
	background: #f8f8f9;
}
.other-domains-details del {
	font-size: 16px;
}
.other-domains-details .discount {
	color: #222d3a;
	font-size: 24px
}
.border-domain {
	border: 1px solid #efefef
}
.heading-icons {
	line-height: 42px;
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 51px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-weight: 700
}
.best-support-icon {
	background-image: url('../images/icon-05.png');
}
.trust-icon {
	background-image: url('../images/icon-06.png');
}
.exp-icon {
	background-image: url('../images/icon-07.png');
}
.graphice-bg2 {
	background: url(../images/full-graphice-bg-02.jpg) center top no-repeat #262626;
	background-size: cover
}
.white-color h1, .white-color h2, .white-color h3, .white-color h4, .white-color p {
	color: #fff;
	text-align: left
}
.left-content {
	display: block;
	margin-right: 20px;
}
.right-content {
	margin-left: 20px;
}
.price-btn:hover, .price-btn:focus, .price-btn.focus {
	color: #fff;
}
/*
 7.) Hosting
 +++++++++++++++++++++++++++++++++++ */

.hosting-page {
	background: linear-gradient( to right, #a61c1c 0%, #a61c1c 50%, #262626 50%, #262626 100% );
}
.fastest h2 small {
	color: #fff;
	font-size: 40%;
	display: block;
	padding-top: 8px
}
.from-world h3 {
	color: #fff;
	padding: 0 0 10px;
	margin: 10px 0;
	line-height: 1.3;
}
.from-world .price-btn {
	background: #333e4d
}
.from-world .price-btn:after {
	border-color: transparent #262626 transparent transparent;
}
.disscount-off {
	position: relative;
	text-align: center;
	padding: 10px 0
}
.hexagon-container {
	position: absolute;
	right: 40px;
	top: -16px;
	width: 96px;
	height: 110px;
}
.hexagon {
	position: relative;
	width: 96px;
	height: 55.43px;
	background-color: #ffedad;
	margin: 27.71px 0;
}
.hexagon:before, .hexagon:after {
	content: "";
	position: absolute;
	width: 0;
	border-left: 48px solid transparent;
	border-right: 48px solid transparent;
}
.hexagon:before {
	bottom: 100%;
	border-bottom: 27.71px solid #ffedad;
	left: 0
}
.hexagon:after {
	top: 100%;
	width: 0;
	border-top: 27.71px solid #ffedad;
	left: 0
}
.disscount-off span {
	font-size: 48px;
	color: #222d3a;
	line-height: 1;
	position: relative;
	top: -6px;
	display: block;
	left: -3px;
	font-weight: 700;
}
.disscount-off span small {
	font-size: 16px;
	color: #222d3a;
	margin: 0 -8px;
	font-weight: 400;
}
.disscount-off .off-text {
	font-size: 16px;
	color: #222d3a;
	line-height: 1;
	position: relative;
	z-index: 9;
}
.hosting-page-plans {
	width: 50%;
	text-align: center;
}
.border-right {
	border-right: 1px solid #262626
}
.hosting-page-plans .plans-offers {
	overflow: hidden
}
.plans-off-dis {
	width: 100%
}
.plans-off-dis .discount {
	font-size: 26px;
	color: #ffedad;
	padding: 15px 0 0;
	font-weight: 500;
}
.cols-width {
	width: 50%;
	padding: 0 25px;
	text-align: left;
	display: block;
	float: left
}
.icon-holder {
	padding: 0 40px
}
.inline-blk {
	display: inline-block
}
/*
 8.) Services
 +++++++++++++++++++++++++++++++++++ */

.full-bg-03 {
	background-image: url('../images/full-graphice-bg-03.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}
.white-color .text-center p {
	text-align: center;
}
.white-color h2.text-center {
	font-size: 48px;
	color: #fff;
	font-weight: 700;
	text-align: center;
}
.graphics-05 {
	background-color: #8c8979;
	background-image: url('../images/graphics-05.jpg');
	background-repeat: no-repeat;
	background-size: 50% 100%;
	background-position: right top;
}
.graphics-05 .price-btn:after {
	border-color: transparent #8c8979 transparent transparent;
}
.white-bg .custome-h1 {
	color: #262626
}
.best-service h3 {
	color: #262626;
	text-align: center;
	font-weight: 700;
	font-size: 36px
}
.best-service p {
	text-align: left
}
.ssd-01 {
	width: 36px;
	height: 40px;
	margin: 10px auto;
	display: block;
	background: url(../images/icon-08.png) center center no-repeat;
}
.ssd-02 {
	width: 48px;
	height: 46px;
	margin: 10px auto;
	display: block;
	background: url(../images/icon-09.png) center center no-repeat;
}
.ssd-03 {
	width: 35px;
	height: 46px;
	margin: 10px auto;
	display: block;
	background: url(../images/icon-10.png) center center no-repeat;
}
.fastest h2 {
	padding-right: 15px;
}
.skill-info {
	margin: 0 auto;
	width: auto;
	text-align: center
}
.skill-info li {
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	padding: 0 15px;
}
.skill-info img {
	margin: 25px 0
}
.skill-info span {
	font-size: 30px;
	font-weight: 500;
	color: #fff;
	display: block;
	line-height: 1.2
}
.skill-info small {
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	display: block;
	line-height: 1.2
}
.skill-heading {
	font-size: 16px;
	margin: 50px 0 20px
}
.service-light-bg {
	background: linear-gradient( to right, #a61c1c 0%, #a61c1c 50%, #f9f9f9 50%, #f9f9f9 100% )
}
.tabsection {
	color: #222d3a
}
.tab-content-list {
	display: table;
	width: 100%
}
.tab-content-list li {
	display: table-cell;
	list-style: none;
	text-align: center;
	border-right: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	border-top: 1px solid #dadada
}
.tab-content-list li:last-child {
	border-right: none;
}
.tab-content-list li a {
	line-height: 48px;
	display: block;
	padding: 0 10px;
}
.tab-content-list li.active a, .tab-content-list li:hover a {
	color: #a61c1c
}
.service-light-bg .tab-content {
	max-height: 235px;
	overflow-y: auto;
	min-height: 235px
}
/*
 1.) Contact Us
 +++++++++++++++++++++++++++++++++++ */

.have-question {
	background-color: #a61c1c;
	background-image: none;
}
.email-info span {
	display: block
}
.email-info span a {
	color: #ffedad
}
.form-control {
	background-color: #fff;
	color: #262626;
	border-radius: 0;
	border: 0;
	height: 58px;
	font-size: 16px;
	padding: 18px;
	font-weight: 400
}
.textarea {
	min-height: 180px;
	resize: none;
	background: #f7f7f7;
}
.map_wrapper {
	height: 590px;
}
#map_canvas {
	width: 100%;
	height: 100%;
}
.info_content a {
	color: #ffedad
}
.info_content p {
	line-height: 1.2
}
.info_content h3 {
	font-size: 22px;
	color: #262626;
	font-weight: 500;
	text-align:left;
}

.padding-bottom-zero {
	padding-bottom: 0
}
.padding-120t-100b .hosting-plans {
	margin-bottom: 0
}

.padding-120t-100b {
	padding-bottom: 100px;
	padding-top: 100px
}

.font-26 {
	font-size: 26px;
	color: #262626;
	font-weight: normal;
	display: block;
	line-height: 1.2
}
.font-32 {
	font-size: 32px;
	color: #fff;
	font-weight: normal;
	display: block;
	line-height: 1.2
}

.darktext {
	color: #262626 !important
}
.whitetext {
	color: #fff; !important
}
.redtext {
	color: #a61c1c; !important
}

.sub-title-h3 {
	font-size: 16px;
	color: #fff
}
h2.redtext {
	text-align: left
}

.navbar-nav > li > a.xs-arrow {
	padding-right: 22px;
}

.navbar-nav > li > a.xs-arrow {
	background: url(../images/dr-arrow.png) right center no-repeat !important;
}

/*Welcome code start here*/
.welcome-set {
	padding-bottom:45px;
}
.welcome-set h2 {
    color: #1490d7;
	font-size:42px;
	padding-bottom:45px;
}
.welcome-set h4 {
    color: #1e1e27;
	text-align:center;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	padding-bottom:55px;
}
.munavvara-profile-box {
    background: #fff;
    text-align: center;
    padding: 60px 35px 55px 35px;
    position: relative;
    margin-bottom: 30px;
	font-size:14px;
	border: 1px solid #dbdbdb;
}

.munavvara-profile-box .btn {
	background:#1490d7;
	color:#fff;
}
.munavvara-profile-box .btn:hover{
	background:#053e8e;
}
.munavvara-profile-box p {
	padding-bottom:20px;
	font-size:14px;
}
.munavvara-profile-box h4 {
	color: #1490da;
	font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    position: relative;
    padding-bottom: 33px;
    margin-bottom:35px;
	font-size:24px;
}
.munavvara-profile-box h4:before {
    position: absolute;
    content: '';
    background: #999999;
    transition: .3s;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 90px;
    height: 1px;
    bottom: 0;
}
.munavvara-profile-box ul {
	margin:0;
	padding:0;
	padding-bottom:20px;
}
.munavvara-profile-box ul li {
	list-style:none;
	text-align:left;
	padding:4px 0;
}
/*Welcome code end here*/

.staf-solutions-set {
	background: #1e69ac;
	background: -moz-linear-gradient(left, #1e69ac 0%, #1e69ac 50%, #edf1f4 50%, #edf1f4 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #1e69ac 0%, #1e69ac 50%, #edf1f4 50%, #edf1f4 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #1e69ac 0%, #1e69ac 50%, #edf1f4 50%, #edf1f4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e69ac', endColorstr='#edf1f4', GradientType=1 ); /* IE6-9 */
	position:relative;
	/*padding:50px 0;*/
}
.staf-solutions-set h2 {
	font-size:27px;
	text-transform:uppercase;
	letter-spacing: 2px;
	padding-bottom:20px;
	text-align: left;
	color:#FFF;
	padding:25px 120px 18px;
	font-weight:600;
}
.staf-solutions-set ul {
	margin:0;
	padding:0px 118px;
}
.staf-solutions-set ul li {
	margin:0;
	padding:7px 0;
	list-style:none;
	color:#FFF;
}
.staf-solutions-set ul li:after {
    content: "\f046";
	font-family: 'FontAwesome';
  	float: left;
  	margin:0 12px 0 0px;
 	color: #FFF;
	font-size:16px;
}
.staf-solutions-set .btn {
	margin:25px 0 25px 120px;
	background:#1490d7;
	color:#fff;
}
.staf-solutions-set .btn:hover{
	background:#053e8e;
}
.staf-solutions-set img {
	margin:25px 0 0 25px;
}
.breadcrumb-banner-area {
	padding: 154px 0 113px;
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	text-align:center;
	position: relative;
	z-index: 0;
}
.breadcrumb-banner-area:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(8, 9, 9, 0.18);
    z-index: -1;
}
.breadcrumb-text {
	position: relative;
    z-index: 1;
}
.breadcrumb-text h1 {
	text-transform: uppercase;
	color: #1e69ac;
	margin-bottom: 10px;
	text-shadow: 0px 1px 0px #fff;	
}
.breadcrumb-text ul{
	padding:0;
	margin:0;
}
.breadcrumb-text ul li {
    list-style: none;
    display: inline-block;
    font-size: 14px;
    color:#fff;
    text-transform: uppercase;
	text-shadow: 1px 2px 0px #000;
}

#pageHeader {
    padding: 154px 0 113px;
    text-align: center;
}
.bg--overlay {
    position: relative;
    z-index: 0;
}
.bg--img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.get-in-touch {
	position:relative;
}
.get-in-touch h2 {
	padding-bottom:60px;
	font-size:36px;
}
.get-in-touch .form {
	padding:20px 20px;
	background: #fff;
	box-shadow: 0px 5px 50px #eee;
}
.form input,textarea{
	width: 100%;
	padding: 10px;
	border:none;
	background: #f7f7f7;
	margin-bottom: 15px;
}
.contact-info {
	padding:20px 20px;
	box-shadow: 0px 5px 50px #eee;
}


.contact-info .contact-item {
    margin-bottom:21px;
}
.contact-info h5 {
	font-size:24px;
	padding-bottom:0px;
}
.contact-info .company-desa {
	font-size:14px;
}
.contact-info .company-desb {
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
}

.contact-info .contact-item h6 {
    margin-left: 40px;
    letter-spacing: 1px;
    font-weight: 700;
	line-height:23.4px;
}
.contact-info .contact-item .fa {
    padding-top: 5px;
    font-size: 25px;
    color: #07AAA5;
    float: left;
}
.contact-info .contact-item h6 span {
    padding-top: 10px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #515050;
}

.contact--form-status .alert {
    padding: 15px 30px;
    border-radius: 50px;
}
.contact--form {
    text-align: center;
}
.middle-content {
	background: #d2d2d2;
	position:relative;
}
.middle-content h2 {
	text-align:left;
	padding:15px 0;
	margin:0;
	color:#216099;
	font-size:36px;
}
.middle-content .runing-list {
	margin:0;
	padding:0;
}
.middle-content .runing-list li {
	margin:0;
	padding:5px 7px;
	list-style:none;
}
.middle-content .runing-list li:before {
    color: #216099;
    content: '\f046';
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    margin: 0px 10px 0px 0px;
    text-decoration: none;
}
.middle-content p {
	text-align:justify;
	font-size:14px;
}

/*Side bar code comes here*/
.sidebar .widget {
	margin-bottom:50px;
}
.sidebar .widget:last-child {
	margin-bottom:0;
}
.widget-title {
    padding-bottom: 15px;
    margin-bottom: 25px;
    position: relative;
}
.widget-title:after {
    width: 40px;
	height: 2px;
	background-color: #216099;
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
}
.sidebar h3 {
	margin:0 0 30px 0;
	padding:0;
	color:#216099;
	text-align:left;
	font-weight:600;
	line-height: 65px;
}
.sidebar ul {
	margin:0;
	padding:0;
}
.sidebar ul li {
	list-style:none;
}
.menu-widget ul > li > a{
	background: #ebedef;
	color:#333;
	display:block;
    font-size: 14px;
    font-weight: 500;
    line-height: 50px;
    margin-bottom: 1px;
    padding: 0 20px;
    text-transform: uppercase;
	position:relative;
}
.menu-widget ul > li > a i{
	margin-right: 10px;
	line-height: 45px;
}
.menu-widget ul > li > a:hover,.menu-widget ul > li > a:focus,.menu-widget ul > li > a.active,
.brochures-widget ul > li > a:hover,.brochures-widget ul > li > a:focus,
.brochures-widget ul > li > a:hover .span,.brochures-widget ul > li > a:focus span{
	color:#fff !important;
		background:#216099;
}
.menu-widget ul > li > a:hover:before,.menu-widget ul > li > a:focus:before,.menu-widget ul > li > a.active:before {
	opacity:1;
	visibility:visible;
	color:#000;
}
.widget-subscribe p {
	margin-bottom:25px;
}

/*Side bar code end here*/