.carousel_wrap, .carousel_wrap1 { 
	height: 480px;
	width: 100%;
	position:relative;
	margin-bottom:30px;
}

/*--water_whjeel_carousel--*/
.carousel-1 img{ 
	opacity:0;
	width: 500px;
	/*width: 100%;*/
	height: 400px;
}
.carousel-1 {
	width: 100%;
	margin:0px auto;
	height: 500px;
	position:relative;
	clear:both;
	overflow:hidden;
}
.carousel-1 > div {
	visibility:hidden;
	cursor:pointer;
	border: 4px solid #f2f2f2;
}
.carousel-center, .prices-box {
	-webkit-box-shadow: 0px 0px 9px 2px rgba(100,100,100,.2);
	-moz-box-shadow: 0px 0px 9px 2px rgba(100,100,100,.2);
	box-shadow: 0px 0px 9px 2px rgba(100,100,100,.2);
	border: none !important;
}
.carousel-1 .caption {
	position: absolute;
	background-color:#FFF;
	top: 0px;
	left: 0px;
	height:100%;
	width: 100%;
}
.tab-button {
	background: #152f60;
    padding: 10px 75px 10px;
    border-left: 5px solid #23b43f;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    margin-bottom: 10px; 
    line-height: 1.5;
}
.tab-button a {
	font-size: 2.2rem;
	color: #ffffff;
	margin-bottom: .9rem;
} 
.carous_item { 
	position:absolute;
	height:100%;
	width:100%;
	box-sizing:border-box;
	display:block;
}
.light_grey {
	color: #595959;
}
.light_grey-text {
	font-size: 3rem;
	font-weight: 400;
	margin-bottom: 1.2rem;
}
.faint-grey {
	color: #c5c5c5;
}
.grey-1-text {
	padding: 2.5rem 4.5rem;
    font-size: 2.4rem;
    font-family: "Muli", 'Open Sans', sans-serif;
}
#team-package .carousel-control.left, #team-package .carousel-control.right {
 background-color: #f9f9f9 !important;
 background-image: none;
}
#team-package .carousel-inner {
	background-color: #f9f9f9;
}
#team-package .carousel-control .glyphicon-chevron-left {
	left: 60%;
	margin-left: 0;
}
 #team-package .carousel-control .glyphicon-chevron-right {
 	right: 60%;
 	margin-right: 0;
}
#team-package
.prices-slider .grey-1-text, .prices-slider-1 .grey-2 {
	padding: 0;
}
.grey-1 {
	color: #c3c3c3;
}
.faint-grey-text {
	margin-bottom: 0px;
	font-size: 1.7rem;
	text-transform: capitalize;
}
.gradient-color-text {
	font-size: 5rem;
	margin: 10px;
	background: linear-gradient(to right, #152f60 45%, #25b442 60%);
    color: transparent;
    -webkit-background-clip: text;
}
.gradient-color-text i {
	color: #143660;
	font-size:  3.4rem;
}
.gradient-color {
	background: linear-gradient(90deg, #152f60, #25b442); ;
	color: transparent;
  	-webkit-background-clip: text;
}
.carous_desc { 
	position:absolute;
	display:block;
	text-align:center;
	width: 100%;
	font-weight:400;
	padding-left:0px;
	margin-bottom:5%;
	top: 9%;
}
.carousel_wrap .nav_button { 
	position:absolute;
	left:0px;
	top:50%;
	margin-top:-30px;
	height:60px;
	width:30px;
	right:0px;
	cursor:pointer;
	display:inline-block;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	transition:all 0.3s ease;
}
.carousel_wrap .nav_button.prev_button { 
	left: 6%;
	padding: 15px;
}
.carousel_wrap .nav_button.next_button { 	
	left:auto;
	z-index: 10;
	right: 6%;
	padding: 15px;
}
.prices-box {
	text-align: center;
    width: 50%;
    height: 260px;
    margin: 10px auto;
    padding: 20px 0 20px;
    border: 1px solid #ccc;
}
.developer-team .bootsrap-caro {
		display: none;
	} 
@media screen and (min-width: 992px) {
	.gradient-color-text i {
		font-size: 4.5rem;
	}
}
@media screen and (min-width: 1200px) {
	.carousel_wrap .nav_button {
		top: 53%;
	}
}
@media screen and (max-width: 1200px) {
	.carousel_wrap .nav_button.next_button {
		right: -2%;
	}
	.carousel_wrap .nav_button.prev_button {
		left: 0;
	}
}
@media screen and (max-width: 1024px) {
 	.carousel_wrap .nav_button.prev_button {
		left: -1%;
	}
	.carousel_wrap .nav_button.next_button {
		right: -1%;
		width: 25px;
	}
	.carousel_wrap, .carousel_wrap1 {
		height: 525px;
	}
 }
@media screen and (max-width: 991px) {
	.light_grey-text {
		font-size: 2.5rem !important;
	}
	 .grey-1-text, .faint-grey-text  {
		font-size: 1.3rem !important;
	}
	.faint-grey-text {
		margin-bottom: 0 !important;
	}
	.grey-1-text {
		padding: .9rem 4.5rem;
	}
	.tab-button {
		font-size: 1.2rem;
		margin-bottom: 10px;
		padding: 6px 30px 8px;
		border-left: 4px solid #23b43f;
	}
	.gradient-color-text {
		font-size: 3.5rem !important;
		margin-bottom: 5px;
	}
	.carousel_wrap .nav_button.prev_button {
		left: -8%;
	}
	.carousel_wrap .nav_button.next_button {
		right: -8%;
	}
	.carousel-1 img {
		width: 435px;
		height: 350px;
	}
	.carousel-1 {
		margin-top: 0;
		height: 460px;
	}
	.carousel_wrap, .carousel_wrap1 {
		margin-bottom: 0;
		height: 465px;
	}
}
@media screen and (max-width: 875px) {
	.carousel_wrap .nav_button.next_button {
		right: 2%;
		z-index: 10;
	}
	.carousel_wrap .nav_button.prev_button {
		left: 3%;
		z-index: 10;
	}
}
@media screen and (max-width: 767px) {
	.gradient-color-text i {
		font-size: 2rem;
	}
	.light_grey-text h2 {
		font-size: 1.5rem !important;
		margin-bottom: .5rem;
	}
	.gradient-color-text h2 {
		font-size: 2.5rem !important;
		margin-bottom: 3px;
	}
	.faint-grey-text {
		font-size: .9rem;
	}
	.grey-1-text {
		font-size: 1rem;
		margin-top: .9rem;
		margin-bottom: 1rem;
		margin-left: 1.5rem;
		margin-right: 1.5rem;
		padding: .9rem 2rem;
	}
	.developer-team .tab-content {
		display: none;
	}
	.developer-team .bootsrap-caro {
		display: block;
	}
	.tab-button a {
		font-size: 1.8rem;
	}
	.domains-section h2 {
		padding: 0 0 2rem;
	}
}
@media screen and (max-width: 600px) {
	.tab-button {
		font-size: 1.2rem;
    	padding: 6px 25px 8px;
   	 	border-left: 3px solid #23b43f;
   	 	margin-bottom: 14px;
	}
	.prices-box {
		padding: 26px;
		width: 60%;
    	height: 270px;
	}
	.bg-1 p {
		font-size: 1.3rem;
		letter-spacing: 0;
	}
	.bg-1 h2 {
		padding-bottom: 0;
		margin-top: 1rem;
	}
	.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
		font-size: 3rem;
	}
}
@media screen and (max-width: 556px) {	
	.light_grey-text {
		font-size: 1.2rem;
	}
	.gradient-color-text {
		font-size: 1.8rem;
	}
	.grey-1-text {
		font-size: .9rem;
		margin: 0;
	}
	.tab-button {
		font-size: 1rem;
		margin-bottom: 14px;
		padding: 4px 20px 6px;
		border-left: 3px solid #23b43f;
	}
	.prices-box {
		width: 70%;
	} 
	#team-package .carousel-control .glyphicon-chevron-left {
		left: 30%;
	}
	#team-package .carousel-control .glyphicon-chevron-right {
		right: 30%;
	}
	.prices-box {
		padding: 35px;
	}
}
@media screen and (max-width: 400px) {
	.faint-grey-text, .grey-1-text {
		font-size: .8rem; 
	}
	.grey-1-text {
	 	margin: .9rem 0; 
	}
	.prices-box {
	 	width: 85%;
	 }
	 #team-package .carousel-control .glyphicon-chevron-left {
		left: 0;
	}
	#team-package .carousel-control .glyphicon-chevron-right {
		right: 0%;
	}
	.contact-team h4 {
		font-size: 1.1rem;
	}
	.tab-button a {
		font-size: 1.6rem;
	}
	#team-package .carousel-control {
		width: 0;	
	} 
}