
section[data-cattype="263"]{

}



[data-cattype="263"] .container{
	z-index: 12;
	position: relative;
}

[data-cattype="263"] h2 {
	font-size: 3em;
	font-weight: 800;
    color: #000;
}

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



[data-cattype="263"] .item {
	margin: 20px;
	height: 400px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 15px;
}

[data-cattype="263"] .owl-theme .owl-controls .owl-buttons div:hover {
	background: transparent;
}

[data-cattype="263"] .owl-theme .owl-controls .owl-buttons div {
	color: #FFF;
	padding: 0px 20px;
	font-size: 55px;
	border-radius: 50px;
	background: transparent;
	opacity: 1;
	margin-top: -15px;
}


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

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 980px) {
    
    section[data-cattype="263"]{
    z-index: 10;
	position: relative;
    }
    
    [data-cattype="263"] .owl-carousel .owl-wrapper-outer {
	margin-left: 0;
    }


	
}

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

/* Mobile screen size */
@media (max-width: 480px) {
    
       [data-cattype="263"] .owl-carousel .owl-wrapper-outer {
	margin-left: 0;
    }
    
    [data-cattype="263"] h2{
    font-size: 34px;
     }
      
}

