/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.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;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.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.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform: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;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}



<style type="text/css">
* { box-sizing:border-box}
		  .heading_content { display: none; color:#062B51; text-align: justify;}
		  .heading { color: #062B51 !important}
	.back_cls {display: none;position: absolute;width: 250px; padding: 25px; background: white; height: 250px;top: 0;}
	.div_box { position: relative; border: 1px solid black; width: 300px;}
	.front_cls { position: absolute;padding: 25px; background: white;
		margin: 50px 30px 30px;
        padding: 30px 20px 20px;}
	.div_box:hover .back_cls { display: block;animation-name:fadeIn;animation-duration:0.5s;animation-fill-mode:both;}
	li {list-style: none;}
	@-webkit-keyframes fadeIn {
0% {
opacity:0
}
to {
	opacity:1
}
}
@keyframes fadeIn {
0% {
opacity:0
}
to {
	opacity:1
}
}
.animate__fadeIn {
	-webkit-animation-name:fadeIn;
	animation-name:fadeIn
}
		  .heading { font-size:20px;color: #062B51; font-weight: bold;}
.div_box {  position: relative;  border: 1px solid black;  width: 100%;  display: flex;  flex-direction: row;  justify-content: center;  align-content: center;  align-items: center; }
.front_cls {  position: absolute;  margin:0;  padding:0;  width: 100%;  height: 60%; text-align: center; display:table; padding:50px; background:transparent;}
.front_cls1 { padding:20px;   background: rgba(255,255,255,0.7); display:table-cell;    border-top: 7px solid #069421;}
.div_box:hover .front_cls { background:rgba(255,255,255,0.7); padding:0; height: 100%;}
		  .div_box:hover .heading_content { display: block;}
.div_box:hover .front_cls1 { background:none; border-top: 0;   
      font-size: 17px;
    font-weight: 600;
    padding: 0px 20px 20px 20px;}
		  .div_box:hover .heading { opacity: 0; height: 30px;}
.slide1{position:relative;overflow:hidden;margin-top:0px;margin-left:0px;margin-right:0px;padding-left:8px;padding-right:8px;margin-bottom:0px;}
.slide1 img{max-width:100%;height:auto;-webkit-transition:all 0.4s ease-in-out;-moz-transition:all 0.4s ease-in-out;-o-transition:all 0.4s ease-in-out;-ms-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out; margin:auto}
.slide1 .item{margin-left:25px;margin-right:25px;-webkit-transition:all 0.4s ease-in-out;-moz-transition:all 0.4s ease-in-out;-o-transition:all 0.4s ease-in-out;-ms-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out;}
.slide1 .item:hover .btn1 a{background:#edb038;color:#fff;border-color:#edb038}
.slide1 .owl-prev{position:absolute;left:-7px;top:45%;cursor:pointer; background:none!important}
.slide1 .owl-prev span{display:none}
.slide1 .owl-prev:before{content:"\f104";color:#0152a6 !important;font-size:45px;font-family:"Font Awesome 5 Free",Arial, Helvetica, sans-serif;font-weight:bold}
.slide1 .owl-next{position:absolute;right:-7px;top:45%;cursor:pointer;background:none!important;margin:0!important}
.slide1 .owl-next span{display:none}
.slide1 .owl-next:before{content:"\f105";color:#0152a6 !important;font-size:45px;font-family:"Font Awesome 5 Free",Arial, Helvetica, sans-serif;font-weight:bold; margin:0 !important}
		  
	  
</style>