
section[data-cattype="264"].wrapper_middle {
	padding: 20px 0px 80px 0px;
	overflow: visible;
}

[data-cattype="264"] svg.animated-lines {
	height: 100%;
	width: 100vw;
	position: absolute;
	z-index: 9;
}
[data-cattype="264"] svg.animated-lines.left {
	top: -12vh;
	left: -30vh;
}
[data-cattype="264"] svg.animated-lines.right {
	top: -12vh;
	transform: translateY(6vh) translateX(-10vw) rotate(105deg);
}
  
[data-cattype="264"] .animated-lines path {
	fill: none;
	stroke: #fff;
	stroke-width: 0.5px;
	vector-effect: non-scaling-stroke;
}


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

[data-cattype="264"] h2 span {
    color: #FEC21C;
}


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

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

[data-cattype="264"] .content p{
    color: #fff;
    width: 50%;
    margin: auto;
    
}

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

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


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

[data-cattype="264"] img.icon {
	max-width: 65px !important;
	border-radius: 100px;
	height: 62px;
}

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


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

[data-cattype="264"] .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="264"] .owl-theme .owl-controls .owl-page.active span {
	opacity: 1;
    width: 30px;
}

[data-cattype="264"] .owl-theme .owl-controls .owl-buttons div, [data-cattype="264"] .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="264"] .owl-prev {
	left: 0;
	position: absolute;
	margin-left: -7vh !important;
    margin-top: -29vh !important;
}

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

[data-cattype="264"] .item {
	margin: 20px;
}

[data-cattype="264"] .bottom{
    display: flex;
    justify-content: center;
    align-items: center;
}

[data-cattype="264"] .detail{text-align: left;}

[data-cattype="264"] .line1 {
	position: absolute;
	z-index: 1;
	width: 700px;
	top: 0;
	margin-top: -13vh;
    margin-left: -12vw;
}

[data-cattype="264"] .line2 {
	position: absolute;
	z-index: 1;
	width: 1200px;
	bottom: 0;
	right: 0;
	margin-bottom: -32vh;
	margin-right: -20vw;
}

/* Typical laptop screen size*/
@media (min-width: 1200px) and (max-width: 1400px) {
    
    [data-cattype="264"] .line2 {
	margin-bottom: -45vh;
    }
	
}

/* 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) {
    
    section[data-cattype="264"].wrapper_middle {
	overflow: hidden;
    padding-top: 0px;
    }
    
    [data-cattype="264"] h2{
    font-size: 34px;
     }
    
    [data-cattype="264"] .line2 {
	margin-bottom: -50vh;
    }
    
    [data-cattype="264"] .item, .detail {
	text-align: center;
    }
    
      
}

