/* sliders container */
/* #owlCarousel, .owl-stage-outer, .owl-stage,.owl-item-bg,.owl-item { height: 755px;min-height: 200px;} */
#owlCarousel{width: 100%;overflow: hidden;position: relative;}
#owlCarousel:hover .owl-nav{ opacity: 1;}
/* slider container */
.owl-item {display: inline-block;width: 100%;overflow: hidden;}
.owl-item .owl-item-bg {width: 100%;display: inline-block;position: absolute;background-size: 100% 100%;background-position: center center;}
/* previus/next slider control container */
.owl-nav {position: absolute;top: 50%;transform: translateY(-80px);left: 0;right: 0;opacity: 0;transition: all .3s;}
/* previus/next slider control*/
.owl-prev, .owl-next {width: 200px;height: 100px;line-height: 70px;position: absolute;top:50%;transform: translateY(50%);overflow: hidden;transition: all 1s ease}
/* previus slider control*/
.owl-prev {left: 10px;}
/* next slider control*/
.owl-next {right: 10px; }
/* slider controls thump image and icon */
.owl-prev-thump, .owl-prev-icon, .owl-next-thump, .owl-next-icon {height: 100%;}
/* slider controls thump image */
.owl-prev-thump, .owl-next-thump {width: 100%;background-size: cover;transition: all 1s ease-in-out;image-rendering: -webkit-optimize-contrast;}
/* slider previous/next controls icon */
.owl-prev-icon, .owl-next-icon {width: 40%;height: 100%;background-color: rgba(0,0,0,.4);position: absolute;top: 0;text-align: center;transition: all 1s ease;background: linear-gradient(315deg,#26a9e0 0%, #1b75bb 74%);opacity: .6;}
/* slider previous/next fontawsome icon */
.owl-prev-icon:before, .owl-next-icon:before {color: rgba(255,255,255);font-size: 30px;transition: all 1s ease;display: flex;justify-content: center;align-items: center;position: absolute;top: 0;left: 0;right: 0;bottom: 0;margin: auto;padding: 0;}
/* left arrow */
.owl-prev-icon:before {content: '\221F';transform: rotate(45deg);}
/* right arrow */
.owl-next-icon:before {content: '\221F';transform: rotate(225deg);}
.owl-prev-icon {left: 0;}
.owl-next-icon {right: 0}

/*-----------
  nav hover
------------*/
.owl-prev:hover, .owl-next:hover {animation: navShadow 4s ease-in-out infinite;}
.owl-prev:hover .owl-prev-icon, .owl-next:hover .owl-next-icon {width: 25%;}  
@keyframes navShadow {0%, 100% {box-shadow: 0px 0px 1px 0 #f1f1f1;}50% {box-shadow: 0px 0px 5px 0 #f1f1f1}}
.owl-prev.disabled:hover , .owl-next.disabled:hover {animation: none;}
.owl-prev.disabled:hover .owl-prev-icon, .owl-next.disabled:hover .owl-next-icon {width: 50%;}
/*-----------------------------------
         Owl content styling
-----------------------------------*/
.slide-content {position: absolute;right: 0;top: 0;left: 0;bottom: 0;margin: auto;width: 45%;height: 450px;min-height: 400px;padding: 30px;text-align: center;transform-origin: top;color: #fff;display: flex;justify-content: center;align-items: center;flex-direction: column;transform: translate(-1000%, 0%) rotate3d(1, 0, 0, 0);border-radius: 25px;}
.slide-content::before{content: '';position: absolute; background: linear-gradient(315deg,#26a9e0 0%, #1b75bb 74%); opacity: 0.9;left: 0;right: 0;top: 0;bottom: 0;width: 100%;height: 120%;margin: auto;border-radius: 25px;}
/* .slide-content, .slide-content h3,.slide-content h2,.slide-content p,.slide-content h3:before,.slide-content h3:after {transition: all 2s ease;}.slide-content h3 {position: relative;display: flex;text-transform: uppercase;color: rgba(255,255,255,.95);justify-content: center;align-items: center;text-align: center;font-family: body_content;}
.slide-content h3:before,
.slide-content h3:after {content: '';display: block;width: 70px;height: 2px;position: absolute;top: 49%;background-color: #f1f1f1;}
.slide-content h3:before {left: -90px;}
.slide-content h3:after {right: -90px;}
.slide-content h3 {font-family: body_content;}
.slide-content h2 {color: #f9f9f9;margin-top: 15px;margin-bottom: 20px;text-transform: uppercase;text-align: center;font-family: body_content;}
.slide-content p {line-height: 1.4em;letter-spacing: 1px;text-transform: capitalize;color: rgba(255,255,255,.8);text-align: center;font-family: body_content;} */
.slide-content h2{font-size: 45px;text-align: left;width: 100%;margin: 10px auto;}
.slide-content h3{text-align: left;width: 100%;margin: 10px auto;font-size: 26px;}
.slide-content p{color: #fff;line-height: 1.4;margin: 10px auto;text-align: justify;font-size: 18px;}
/* animate content */
.owl-item.active .slide-content {transform: translate(0%, 0%) rotate3d(1, 0, 0, 0);transition-delay: .1s}
.owl-item.active h3, .owl-item.active h2, .owl-item.active p, .owl-item.active h3:before, .owl-item.active h3:after {transform: translate3d(0, 0,1px);transition-delay: 0.5s}

@media screen and (max-width:776px){
/* #owlCarousel, .owl-stage-outer, .owl-stage, .owl-item-bg, .owl-item {height: 450px;min-height: 200px;} */
.owl-item .owl-item-bg { width: 100%; display: inline-block; position: absolute; background-size: contain; background-position: center;}}