#header {
	height: 160px;
	background-size:cover;
	background-position:center center;
	margin:auto;
}
.top-logo {
    position: absolute;
    top: 50px;
    left: 50%;
    z-index: 15;
		margin-left:-50px;
}

.btn-primary {
    color: #fff;
    background-color: #0559a1;
    border-color: #0559a1;
}
.btn-outline-primary {
    color: #0559a1;
    border-color: #0559a1;
}


.hzoom {
 -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; 
}
.hzoom:hover {
 -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}	
	
#carousel1	.carousel-item {
			height: 100vh;
			background-size:cover;
			backgrouns-position:center center;
	}
#carousel1 .carousel-caption {
    bottom: 25%;
}

.carousel-logo {
    position: absolute;
    right: 0;
    top: 15px;
    left: 15px;
    z-index: 15;

}

.carousel-credits {
    position: absolute;
    right: 0;
    bottom: 5px;
    z-index: 15;
    -webkit-box-pack: right;
    -webkit-justify-content: right;
    -ms-flex-pack: right;
    justify-content: right;
    padding-left: 0;
    margin-right: 5px;
		color:#cccccc;
		font-size:0.75rem;
}

.icon-circle {
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border: 2px solid #FFC600;
    border-radius: 100px;
    position: relative;
}
.icon-circle > span {
    border-style: solid;
    border-width: 2px;
    border-color: #FFC600;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    width: 24px;
    height: 24px;
    line-height: 20px;
    top: -12px;
    color: #64686d;
}

.section-title {
    position: relative;
    padding-bottom: 20px;
    margin: 0 0 20px;
}


.section-title::before {
    content: "";
    position: absolute;
    width: 140px;
    bottom: 0;
    left: 50%;
    margin-left: -70px;
    height: 1px;
    background: #ebebeb;
}
.section-title::after {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    bottom: -11px;
    left: 50%;
    margin-left: -12px;
    border: 5px solid #fff;
    border-radius: 20px;
    background: #FFC600;
}




.service-box  i {
    font-size: 24px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    width: 64px;
    border-radius: 100%;
    color: #FFC600;
    box-shadow: inset 0 0 0 1px #d7d7d7;
    -webkit-box-shadow: inset 0 0 0 1px #d7d7d7;
    transition: background-color 400ms, background-color 400ms;
    position: relative;
		margin-right: 20px;
}
.service-box {
    margin: 25px 0;
}



.service-box:hover  i {
    background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    color: #fff;
    box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
}

#intinfo {
	height: 320px;
	background-size:cover;
	background-position:center center;
	margin:auto;
}
#inttitle {
	font-size: 1.5rem;
}
.inticon {
cursor: pointer;

}
.inticon i {
  margin-right: 0;
}




#hosting ul.hosting {
    list-style: none;
    padding: 0;
    margin: 70px 0 30px;
    border: 1px solid #eee;
    border-radius: 5px 5px 4px 4px;
    padding: 15px;
    text-align: center;
		background-color:#fff;
}

#hosting ul.hosting li {
    display: block;
    padding: 10px;
		
}
#hosting ul.hosting li.plan-header {
    background: #eee;
    border-radius: 4px 4px 0 0;
    margin: -15px -15px 10px;
    padding: 15px 15px 30px;
    border: 0;
}
#hosting ul.hosting li.plan-header .hosting-duration {
    position: relative;
    margin-top: -63px;
    top: -10px;
    display: inline-block;
    width: 116px;
    height: 116px;
    background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    color: #fff;
    border-radius: 100px;
    border: 5px solid #f6f6f6;
}
#hosting ul.hosting li.plan-header .hosting-duration > span {
    display: block;
    line-height: 1;
}

#hosting ul.hosting li.plan-header .hosting-duration > span.price {
    font-size: 24px;
    font-weight: 700;
    margin-top: 35px;
}

#hosting ul.hosting li.plan-header .hosting-duration > span {
    display: block;
    line-height: 1;
}

#hosting ul.hosting li.plan-header .hosting-duration > span.duration {
    margin-top: 5px;
}
#hosting ul.hosting li.plan-header .plan-name {
    margin-top: 10px;
    font-size: 24px;
    color: #272727;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
}

#hosting ul.hosting.featured {
    background: #222534;
    color: #fff;
    border: 0;
}
#hosting ul.hosting.featured li.plan-header {
    background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
}
#hosting ul.hosting.featured li.plan-header .plan-name {
    color: #fff;
}



#carouselportf .carousel-caption {
	background-color:rgba(0,0,0,0.5);
}




/* Extra small devices (portrait phones, less than 576px)
// No media query since this is the default in Bootstrap */

.carousel-caption .display-2 { font-size: 1.75rem; }

/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 
		.carousel-caption .display-2 { font-size: 3rem; }
		#intinfo { width:80%; }
 }

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
		#intinfo { width:75%; }
		#inttitle { font-size: 3.5rem; }
 }

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
		.carousel-caption .display-2 { font-size: 5.5rem; }
 }

/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 

 }


