
section[data-cattype="261"].wrapper_middle {
	margin-top: -12vh;
	padding-top: 21vh;
	z-index: 5;
	position: relative;
}

[data-cattype="261"] h2 {
	font-size: 3em;
	font-weight: 800;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.33);
    color: #fff;
}

[data-cattype="261"] h3 {
	font-size: 18px;
}

[data-cattype="261"] .content .content-overview{
    color: #fff;
    width: 60%;
	margin: 0 auto;
}

[data-cattype="261"] #owl-demo .item{
      margin: 10px;
}

[data-cattype="261"] #owl-demo .item img{
      display: block;
      width: 100%;
      height: auto;
}

[data-cattype="261"] .owl-carousel {
	margin-top: 5vh;
}

[data-cattype="261"] .item {
	text-align: left;
	background-color: #fff;
	padding: 40px 30px;
	box-shadow: 6px 6px 10px #00000070;
	border-radius: 10px;
}

[data-cattype="261"] img.icon {
	width: 50px !important;
	margin-bottom: 20px;
}

[data-cattype="261"] .item p {
	color: #666666;
	width: 100%;
	margin: 15px auto;
}


[data-cattype="261"] .owl-theme .owl-controls {
	text-align: center;
}

[data-cattype="261"] .owl-theme .owl-controls .owl-page span {
	display: block;
	width: 15px;
	height: 5px;
	margin: 5px 3px;
	border-radius: 0;
	background: #23769B;
	opacity: 0.5;
}

[data-cattype="261"] .owl-theme .owl-controls .owl-page.active span {
	opacity: 1;
    width: 30px;
}

[data-cattype="261"] .owl-theme .owl-controls .owl-buttons div, [data-cattype="261"] .owl-theme .owl-controls .owl-buttons div:hover {
	color: #fff;
	display: inline-block;
	zoom: 1;
	margin: 5px;
	padding: 0px 10px 3px 10px;
	font-size: 60px;
	background: transparent;
	opacity: 1;
}

[data-cattype="261"] .owl-prev {
	left: 0;
	position: absolute;
	margin-left: -7vh !important;
    margin-top: -22vh !important;
}

[data-cattype="261"] .owl-next {
	right: 0;
	position: absolute;
	margin-right: -7vh !important;
    margin-top: -22vh !important;
}




/* Typical laptop screen size*/
@media (max-width: 1400px) {
	
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 980px) {
	
}

/* Mobile screen size - landscape view */
@media (max-width: 767px) {
   
}

/* Mobile screen size */
@media (max-width: 480px) {
    
    [data-cattype="261"] .content .content-overview{
		width: 90%;
		margin: 15px auto;
	}
	
      
}

