.tab-pane.fade {
  transition: all 0.3s;
  transform: translateY(1rem);
}

.tab-pane.fade.show {
  transform: translateY(0rem);
}

.shortcode-team-slider-other{width: 100%}
.shortcode-team-slider-other .flexslider-controls-other {
    left: 17%;
    top: 48%;
}
.shortcode-team-slider-other .flexslider-controls-other {
    left: 10%;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: auto;
    z-index: 4;
}
.shortcode-team-slider-other .menu_item_other.flex-other-active, .shortcode-team-slider-other .menu_item_other :hover, .shortcode-team-slider-other .menu_item_other :focus {
    opacity: 1;
}
.shortcode-team-slider-other .menu_item_other {
    color: #1f2732;
    cursor: pointer;
    display: block;
    font-size: 54px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 15px;
    opacity: 0.3;
    outline: none;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.flexslider-controls-other ul{float: left; display: grid;}
.page_slider_other{padding: 100px 0 0 0;}

.shortcode-team-slider-other .tab-content{padding:0 !important;}
.top35px{top:-35px;}

.modal-content {
padding: 55px;
    height: 500px;
}
.modal-header .close {
    margin: -7rem -3rem -1rem auto;
}


.modal-header {
    padding: 55px 0 0 0;
}
textarea, textarea.form-control {
    height: 150px;

}
@media (min-width: 576px){
.modal-dialog {
    max-width: 875px;
	}
}