/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
 .owl-carousel-2,.owl-carousel-2 .owl-item {
	-webkit-tap-highlight-color: transparent;
	position: relative;
}

.owl-carousel-2 {
	display: none;
	width: 100%;
	z-index: 1;
}

.owl-carousel-2 .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	-moz-backface-visibility: hidden;
}

.owl-carousel-2 .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel-2 .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0,0,0);
	height: 60vh;
}

.owl-carousel-2 .owl-item,.owl-carousel-2 .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-2 .owl-item {
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none;
}

.owl-carousel-2 .owl-item img {
	display: block;
	width: 100%;
}

.owl-carousel-2 .owl-dots.disabled,.owl-carousel-2 .owl-nav.disabled {
	display: none;
}

.no-js .owl-carousel-2,.owl-carousel-2.owl-loaded {
	display: block;
}

.owl-carousel-2 .owl-dot,.owl-carousel-2 .owl-nav .owl-next,.owl-carousel-2 .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-2.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel-2.owl-hidden {
	opacity: 0;
}

.owl-carousel-2.owl-refresh .owl-item {
	visibility: hidden;
}

.owl-carousel-2.owl-drag .owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel-2.owl-grab {
	cursor: move;
	cursor: grab;
}

.owl-carousel-2.owl-rtl {
	direction: rtl;
}

.owl-carousel-2.owl-rtl .owl-item {
	float: right;
}

.owl-carousel-2 .animated {
	animation-duration: 1s;
	animation-fill-mode: both;
}

.owl-carousel-2 .owl-animated-in {
	z-index: 0;
}

.owl-carousel-2 .owl-animated-out {
	z-index: 1;
}

.owl-carousel-2 .fadeOut {
	animation-name: fadeOut;
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

.owl-height {
	transition: height .5s ease-in-out;
}

.owl-carousel-2 .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity .4s ease;
}

.owl-carousel-2 .owl-item img.owl-lazy {
	transform-style: preserve-3d;
}

.owl-carousel-2 .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.owl-carousel-2 .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-2 .owl-video-play-icon:hover {
	-ms-transform: scale(1.3,1.3);
	transform: scale(1.3,1.3);
}

.owl-carousel-2 .owl-video-playing .owl-video-play-icon,.owl-carousel-2 .owl-video-playing .owl-video-tn {
	display: none;
}

.owl-carousel-2 .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity .4s ease;
}

.owl-carousel-2 .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}


.parent {
display: grid;
grid-template-columns: 1fr 1.5fr;
grid-template-rows: 1fr;
grid-column-gap: 0px;
grid-row-gap: 0px;
}

.div1 { grid-area: 1 / 1 / 2 / 2; }
.div2 { grid-area: 1 / 2 / 2 / 3; }
.owl-item.active > div > div > div > .div1 {
grid-area: 1 / 1 / 2 / 2; 
}

/* ACTIVE */
/* ACTIVE */
/* ACTIVE */

.owl-item.active > div > div > div > .div2 {
    padding: 0 10%;
    grid-area: 2 / 1 / 3 / 2;
}
.owl-item.active > div > div > div > .div2 > .para_hide {
visibility: hidden;
height: 0;
}
.owl-item.active > div > div > div > .div2 > img {
display:none;
    }
.owl-item.active > div > div > div > .div2 > p {
    text-align: right;
    font-weight: 300;
    font-size: 13px;
    }
    .owl-item.active > div > div > div > .div2 > h4 {
        font-size:13px;
        font-weight:900;
        text-align:right;
        
    }
.owl-item.active > div > div > div {
display: grid;
grid-template-columns: 0.5fr 1.5fr;
grid-template-rows: 1.1fr 0.5fr;
grid-column-gap: 0px;
grid-row-gap: 0px;
}


/* owl-item */
/* owl-item */


.owl-item > div > div > div > .div1 {
 grid-area: 1 / 2 / 2 / 3;
}

.owl-item > div > div > div > .div2 {
grid-area: 2 / 2 / 3 / 3;
padding: 0 10%;
}
.owl-item > div > div > div > .div2 > .para_hide {
visibility: hidden;
height: 0;
}
.owl-item > div > div > div > .div2 > img {display:none;
}
.owl-item > div > div > div > .div2 > p {
    text-align: left;
    font-weight: 300;
    font-size: 13px;
    }
    .owl-item > div > div > div > .div2 > h4 {
        font-size:13px;
        font-weight:900;
        text-align:left;
        
    }
.owl-item > div > div > div {
display: grid;
grid-template-columns: 1.5fr 0.5fr;
grid-template-rows: 1.1fr 0.5fr;
grid-column-gap: 0px;
grid-row-gap: 0px;
}



/* owl-item active.center */
/* owl-item active.center*/

.owl-item.center > div > div > div > .div1 {
       grid-area: 1 / 1 / 2 / 2;

}

.owl-item.center > div > div > div > .div2 {
       grid-area: 1 / 2 / 2 / 3;
        padding: 0;

}
.owl-item.center > div > div > div {
display: grid;
grid-template-columns: 1fr 1.5fr;
grid-template-rows: 1fr;
grid-column-gap: 0px;
grid-row-gap: 0px;
}

.owl-item.center > div > div > div > .div2 > .para_hide {visibility: visible;height: auto;margin: auto;margin-top: 3%;text-align: start;width: 97%;}

.owl-item.center > div > div > div > .div2 > img {
    display:block;
    height: auto;
    visibility: inherit;
    width: 63px;
    margin: 10% 0% 0 0;
    }
    .owl-item.center > div > div > div > .div2 > p {
 
text-align: start;
 
line-height: 190%;
 
margin: auto;
 
font-size:16px;
}

    .owl-item.center > div > div > div > .div2 > .sir_na {
    margin:6% 0 0
    }
.owl-item.center > div > div > div > .div2 > h4 {
    width: fit-content;
    text-align: left;
    font-weight: 900;
    font-size:21px
        
    }

	
	.icon {
		/* background: rgb(158 100 100 / 60%); */
		color: rgba(0, 0, 0, .3);
		font-family: 'FontAwesome';
		font-size: 40px;
		line-height: 60px;
		margin-top: -60px;
		position: absolute;
		top: 45%;
		text-align: center;
		width: 60px;
		height: 60px;
		right: 0;
		}
	  .owl-next, 
	  .owl-prev {
		height: 100%;
		position: absolute;
		top: 0;
		width: 3.333333%;
		}
	  .owl-next {
		right: 21.1%;
		}
	  .owl-prev {
		left: 21.5%;
		}
	.owl-prev > .icon {
    left: 0;
}
.owl-dots .owl-dot {
	margin: 0px 5px;
  }
  .owl-dots .owl-dot button {
	background: none;
	border: none;
	padding: 0;
	color: #555555;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
  }
  .owl-dots .owl-dot button:focus {
	outline: none;
  }
  .owl-dots .owl-dot.active button {
	color: #000000;
  }
  

  .board-owl .owl-item:not(.center) > div {
	margin: 10% 2%;
  }
  

  /*Mobile */
  
.item__img_board {
	width: 100%;
	height: 100%;
	text-align: center;
	overflow: hidden;
  }
  .item__img_board img {
	display: block;
	margin: 0 auto;
	padding: 20%;
	}
  
  .Icon-Car_board {
	width: 10% !important;
	transform: scale(1, 1) scale(-1, 1);
	padding: 14px 37px 0 0;
  }
  
  .posstion-Card_board {
	text-align: center;
	  color: black;
	  margin: 3% auto;
  }
  
  .name-Card_board {
	margin: 3% auto;
	  font-size: 17px;
	  text-align: center;
	  color: black;
  }
  
  .appolo-Card_board {
	padding: 0px 33px;
  }
  
  .Description-Card_board {
	width: 90%;
	  text-align: justify;
	  margin: 3% auto;
	  color: black;
	  direction: ltr;
	  line-height: 171%;
  }
  .parent_board {
	display: grid;
	grid-template-columns: 0.5fr;
	grid-template-rows: 0.5fr 0.8fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	}
	
	.div1_board { grid-area: 1 / 1 / 2 / 2; }
	.div2_board { grid-area: 2 / 1 / 3 / 2; }