.team{
    padding:75px 0;
}
h3.description{
	font-weight: bold;
	letter-spacing: 2px;
	color: #999;
	border-bottom: 1px solid rgba(0, 0, 0,0.1);
	padding-bottom: 5px;
}
.profile{
	margin-top: 25px;
}
.profile h1{
	font-weight: normal;
	font-size: 20px;
    margin:10px 0 0 0;
   
}
.profile h2{
	font-size: 14px;
	font-weight: lighter;
    margin-top: 5px;
   
}
.profile .img-box{
	opacity: 1;
	display: block;
    position: relative;
    border: 1px solid #ccc;
    padding: 4px;

}
.profile .img-box:after{
	content:"";
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.75);
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
}
.img-box ul{
	position: absolute;
	z-index: 2;
	bottom: 50px;
	text-align: center;
	width: 100%;
	padding-left: 0px;
	height: 0px;
	margin:0px;
	opacity: 0;
}
.profile .img-box:after, .img-box ul, .img-box ul li{
	-webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.img-box ul i{
	font-size: 20px;
	letter-spacing: 10px;
}
.img-box ul li{
	width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid rgb(158, 159, 161);
    margin: 2px;
    padding: 5px;
	display: inline-block;
}
.img-box a{
	color:#fff;
}
.img-box:hover:after{
	opacity: 1;
}
.img-box:hover ul{
	opacity: 1;
}
.img-box ul a{
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.img-box a:hover li{
	border-color: #ccc;
	color: #ccc;
}
.img-box a{
    color:#ccc;
}
.img-box a:hover{
    text-decoration:none;
    color:#fff;
}

.img-box img{
    width: 100%;
}
/* -----------gallery------- */
.btn:focus, .btn:active, button:focus, button:active {
    outline: none !important;
    box-shadow: none !important;
  }
  
  #image-gallery .modal-footer{
    display: block;
  }
  
  .thumb{
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .modal-body {
  padding: 0 !important; 
}
.page-link {
    color: #707071!important; 

}

/* carrer----- */

.cv-form-wrapper {
    background-color: #f5f5f5;
    padding: 60px 6% 140px;
}

.input-field .form-control {
    border: 1px solid #e7e7e7;
    border-radius: 0;
    box-shadow: none;
    color: #585858;
    display: inline-block;
    font-size: 0.75rem;
    font-style: italic;
    height: 55px;
    line-height: 1;
    margin-bottom: 15px;
    padding-left: 10px;
}

/* accordion*/
.accordion{
	margin-top: 20px;
}
/******************* Accordion Demo - 2 *****************/
.card-header .accordion-toggle:after{
    /* symbol for "opening" panels */
    font-family: 'FontAwesome';  /* essential for enabling glyphicon */
	content: "\f063";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: grey;         /* adjust as needed */
}
.card-header .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f062";    /* adjust as needed, taken from bootstrap.css */
}

.card-header .btn:not(:disabled):not(.disabled) {
    cursor: pointer;
	width: 100%;
    width: 100%;
	text-align: left;
	text-decoration: none;
	color: #181919;
}
/*  video */

.pb-video-container {
	padding-top: 20px;
	font-family: Lato;
}

.pb-video {
	border: 1px solid #e6e6e6;
	padding: 5px;
}

	.pb-video:hover {
		background: #b6b6b6;
	}

.pb-video-frame {
	transition: width 2s, height 2s;
}

	.pb-video-frame:hover {
		height: 300px;
	}

.pb-row {
	margin-bottom: 10px;
}

/*    ------    ------ */
.news-event{
	margin-top: 20px;
	margin-bottom: 43px;
}
.news-event .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	color: #2d0202;
    background-color: #15223005;
    border: 1px solid #b3b3b3;
}
.news-event .nav-link {
    padding: 15px 61px!important;
    text-align: center;
}

.news-event a {
    color: #a79a9a;
}

/* ------------ */
.detail-news .blog-image img {
	width: 100%;
	margin-top: 30px;
}


/* scrollbar */

.scrollbar {
    margin-left: 0px;
    float: left;
    height:600px;
    width: 65px;
    background: #fff;
    overflow-y: scroll;
    margin-bottom: 25px;
}
.force-overflow {
    min-height: 450px;
}

.scrollbar-sunny-morning::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
	background-color: #F5F5F5;
	border-radius: 10px; }
  
  .scrollbar-sunny-morning::-webkit-scrollbar {
	width: 8px;
	background-color: #F5F5F5; }
  
  .scrollbar-sunny-morning::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
	background-image: -webkit-linear-gradient(330deg, #f6d365 0%, #fda085 100%);
	background-image: linear-gradient(120deg, #f6d365 0%, #fda085 100%); 
}

.tab-content>.active {
	min-width: 100%;
}
  