.owl-carousel .animated { -moz-animation-duration: 1000ms; -webkit-animation-duration: 1000ms; animation-duration: 1000ms; -moz-animation-fill-mode: both; -webkit-animation-fill-mode: both; animation-fill-mode: both }
.owl-carousel .owl-animated-in { z-index: 0 }
.owl-carousel .owl-animated-out { z-index: 1 }
.owl-carousel .fadeOut { -webkit-animation-name: fadeOut; animation-name: fadeOut }
@-webkit-keyframes fadeOut { 0% {
opacity:1
}
100% {
opacity:0
}
}
@keyframes fadeOut { 0% {
opacity:1
}
100% {
opacity:0
}
}
.owl-height { -webkit-transition: height 500ms ease-in-out; -moz-transition: height 500ms ease-in-out; -ms-transition: height 500ms ease-in-out; -o-transition: height 500ms ease-in-out; transition: height 500ms ease-in-out }
.owl-carousel { width: 100%; position: relative; z-index: 1; margin: 25px 0px 0px 0px; padding: 0px 0 0; }
.owl-carousel .item { text-align: center; position: relative; padding: 40px 0px 0px 0px; overflow: hidden; min-height: 385px; background: #fff; transition: all ease 1s; -moz-transition: all ease 1s; -ms-transition: all ease 1s; -webkit-transition: all ease 1s; }
.owl-carousel .item.pro-img { position: relative; overflow: hidden; transition: all .5s ease;  }
.owl-carousel .item.pro-img::before { left: 0; bottom: 0; border-left: 2px solid #2F97E7; transform: translate(50px, -50px); }
.owl-carousel .item.pro-img::after { right: 0; bottom: 0; border-right: 2px solid #2F97E7; transform: translate(-50px, -50px); }
.owl-carousel .item.pro-img::after, .owl-carousel .item.pro-img::before { position: absolute; content: ""; width: 20px; height: 20px; background-color: transparent; border-bottom: 2px solid #2F97E7; opacity: 0; -webkit-transition: all .6s ease; -ms-transition: all .6s ease; -o-transition: all .6s ease; -moz-transition: all .6s ease; transition: all .6s ease; }
.owl-carousel .item.pro-img:hover::after, .owl-carousel .item.pro-img:hover::before { opacity: 1; transform: translate(0); }
.pro-box img {max-height:250px;}
.pro-img .pro-icon { bottom: -35px; left: 0px; right: 0; position: absolute; -webkit-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; display:none; }
.pro-icon ul { list-style: none; margin: 0; }
.pro-icon ul li { display: inline-block; background: #0065B8; width: 32px; height: 32px; line-height: 32px; margin-right: 10px; }
.pro-icon ul li span { font-size: 22px; color: #fff; transition: all .5s ease; -webkit-transition: scale(0); -ms-transition: scale(0); -o-transition: scale(0); -moz-transition: scale(0); transform: scale(0); transition-delay: .2s; }
.owl-carousel .item.pro-img:hover .pro-icon { bottom: 0; display: block; }
#product-scsn .owl-carousel .item.pro-img .pro-text h4 { font-size: 16px; margin: 0px 0px; font-family: 'Montserrat', sans-serif; color: #2C2C2C; font-weight: 400; line-height: 40px; transition:all 0.5s ease-in; }
#product-scsn .owl-carousel .item:hover.pro-img .pro-text h4  {color:#1075dd;}
#product-scsn .owl-carousel .item.pro-img .pro-text h6 { font-size: 13px; margin: 0px 0px; font-family: 'Montserrat', sans-serif; color: #666666; font-weight: 500; transition:all 0.5s ease-in;}
#product-scsn .owl-carousel .item:hover.pro-img .pro-text h6 {color:#1075dd; }
.owl-carousel .item:hover{ -webkit-box-shadow: 0 0 25px 1px rgba(0,0,0,.15);}

.owl-carousel .owl-stage { position: relative; -ms-touch-action: pan-Y }
.owl-carousel .owl-stage:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0 }
.owl-carousel .owl-stage-outer { position: relative; overflow: hidden; padding: 15px 0px; -webkit-transform: translate3d(0px, 0, 0) }
/*.owl-carousel .owl-stage-outer:after {
	content: '';
	display: block;
	width: 3px;
	height: 100%;
	background: #fff;
	position: absolute;
	top: 0;
	right: 0
}
*/

.owl-carousel .item img { margin: auto; position: relative; transition: all ease 1s; -moz-transition: all ease 1s; -ms-transition: all ease 1s; -webkit-transition: all ease 1s; }
/*.owl-carousel .item:hover img {
	transform: scale(1.3);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1)
}
*/
.owl-carousel .owl-controls .owl-dot, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-nav .owl-prev { cursor: pointer; cursor: hand; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none }
.owl-carousel.owl-loaded { display: block }
.owl-carousel.owl-loading { opacity: 0; display: block }
.owl-carousel.owl-hidden { opacity: 0 }
.owl-carousel .owl-refresh .owl-item { display: none }
.owl-carousel .owl-item { position: relative; min-height: 1px; float: left; -webkit-backface-visibility: hidden; -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none }
.owl-carousel.owl-text-select-on .owl-item { -webkit-user-select: auto; -moz-user-select: auto; -ms-user-select: auto; user-select: auto }
.owl-carousel .owl-grab { cursor: move; cursor: -webkit-grab; cursor: -o-grab; cursor: -ms-grab; cursor: grab }
.owl-carousel.owl-rtl { direction: rtl }
.owl-carousel.owl-rtl .owl-item { float: right }
.no-js .owl-carousel { display: block }
.owl-carousel .owl-item .owl-lazy { opacity: 0; -webkit-transition: opacity 400ms ease; -moz-transition: opacity 400ms ease; -ms-transition: opacity 400ms ease; -o-transition: opacity 400ms ease; transition: opacity 400ms ease }
.owl-carousel .owl-video-wrapper { position: relative; height: 100%; background: #000 }
.owl-carousel .owl-video-play-icon { position: absolute; height: 80px; width: 80px; left: 50%; top: 50%; margin-left: -40px; margin-top: -40px; background: url(owl.video.play.html) no-repeat; cursor: pointer; z-index: 1; -webkit-backface-visibility: hidden; -webkit-transition: scale 100ms ease; -moz-transition: scale 100ms ease; -ms-transition: scale 100ms ease; -o-transition: scale 100ms ease; transition: scale 100ms ease }
.owl-carousel .owl-video-play-icon:hover { -webkit-transition: scale(1.3, 1.3); -moz-transition: scale(1.3, 1.3); -ms-transition: scale(1.3, 1.3); -o-transition: scale(1.3, 1.3); transition: scale(1.3, 1.3) }
.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn { display: none }
.owl-carousel .owl-video-tn { opacity: 0; height: 100%; background-position: center center; background-repeat: no-repeat; -webkit-background-size: contain; -moz-background-size: contain; -o-background-size: contain; background-size: contain; -webkit-transition: opacity 400ms ease; -moz-transition: opacity 400ms ease; -ms-transition: opacity 400ms ease; -o-transition: opacity 400ms ease; transition: opacity 400ms ease }
.owl-carousel .owl-video-frame { position: relative; z-index: 1 }
.owl-theme .owl-controls { position: absolute; bottom: -35px; right: 0; left: 0; text-align: center; -webkit-tap-highlight-color: transparent }
.owl-theme .owl-controls .owl-nav [class*=owl-] { color: #fff; font-size: 17px; width: 35px; height: 26px; background: #0065B8; line-height: 26px; margin: 1px; padding: 0; display: inline-block; transition: all ease .3s; -moz-transition: all ease .3s; -ms-transition: all ease .3s; -webkit-transition: all ease .3s; }
.owl-prev { border-radius: 10px 0px 0px 10px; }
.owl-next { border-radius: 0px 10px 10px 0px; }
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover { color: #F90; text-decoration: none }
.owl-theme .owl-controls .owl-nav .disabled { opacity: .5; cursor: default }
.owl-theme .owl-controlss { position: absolute; top: -66px; right: 0; left: 0; text-align: center; -webkit-tap-highlight-color: transparent }
.owl-theme .owl-controlss .owl-nav01 [class*=owl-] { color: #999; font-size: 20px; width: 17px; height: 20px; line-height: 30px; margin: 0 auto; margin: 20px 5px 0 0; padding: 0; cursor: pointer; background: transperent; display: inline-block; transition: all ease .3s; -moz-transition: all ease .3s; -ms-transition: all ease .3s; -webkit-transition: all ease .3s }
.owl-theme .owl-controlss .owl-nav01 [class*=owl-]:hover { color: #F90; text-decoration: none }
.owl-theme .owl-controlss .owl-nav01 .disabled { opacity: .5; cursor: default }
