.banner-container{
	height: 800px;
	position: relative;
	overflow: hidden;
}

.banner-bgcon{
	position: relative;
}

.overlay-ban{
	/* background: linear-gradient(45deg, #184fc2, rgba(67, 203, 131, .7)); */
    background: linear-gradient(45deg, #2d2923, rgb(132 110 82));
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
}

.banner-info p{
	letter-spacing: 2px;
}
.banner-info .btn{
    margin: 30px auto;
    padding: 10px 20px;
    background: #4aa6e5;
    color: white;
}
.banner-info .btn:hover{
	background: #212121;
}
.banner-info .video-box{
	position: relative;
}
.banner-info .video-box img{
	max-width: 470px;
	max-height: 300px;
	border-radius: 10px;
}
.banner-info .video-box a{
	height: 70px;
	width: 70px;
	display: block;
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background: url('../media/images/play-2.png');
	background-size: cover;
    cursor: pointer;
}
.app-section{
	padding: 100px 0;
	position: relative;
}
.w-container{
	position: relative;
	width: 97%;
	max-width: 940px;
	margin: 0 auto;
}
.top-title {
    margin-bottom: 20px;
}
.top-title h2 {
    position: static;
    margin-top: 0px;
    margin-bottom: 10px;
    line-height: 40px;
    font-weight: 700;
}
.sub-title.top-sub {
    margin-bottom: 10px;
    color: #919191;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.line-top-title {
    display: block;
    width: 70px;
    height: 1px;
    margin-right: auto;
    margin-left: auto;
    background-color: #616161;
}
.top-margin {
    margin-top: 40px;
}
.features-wrapper {
    margin-bottom: 30px;
}
.w-clearfix:before, .w-clearfix:after {
    content: " ";
    display: table;
}
.features-icon {
    width: 80px;
    height: 80px;
    margin-right: 15px;
    float: left;
    border-radius: 100%;
    background-color: #f1f1f1;
    background-image: url(../media/images/font-awesome_none.png);
    background-position: 50% 50%;
    background-size: 28px;
    background-repeat: no-repeat;
}
.features-content {
    position: relative;
    overflow: hidden;
}
.features-content p {
    margin-bottom: 10px;
    font-family: 'Playfair Display', sans-serif;
    color: #616161;
    font-size: 16px;
    /*line-height: 30px;*/
}
.left-team-wrapper.image-3 {
    /* background-image: url(../media/images/groupcheer.jpg); */
    background-position: center;
    background-size: cover;
}
.left-team-wrapper {
    position: relative;
    width: 50%;
    height: 600px;
    max-height: 600px;
    padding-top: 60px;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #fff;
}

.about-us-section-3{
    display: flex;
}
@media screen and (max-width: 900px){
    .left-team-wrapper {
        padding-right: 15px;
        padding-left: 15px;
        width: 100%;
    }
}
.left-team-wrapper.gray.gradient {
    background-image: -webkit-linear-gradient(45deg, #184fc2, #43cb83);
    background-image: linear-gradient(45deg, #184fc2, #43cb83);
}
.left-team-wrapper.gray {
    background-color: #f5f5f5;
}
.center-div {
    max-width: 415px;
    margin: 0 auto;
}
.sub-title.white-color {
    color: hsla(0, 0%, 100%, .75);
}
.sub-title {
    font-family: 'Playfair Display', sans-serif;
    color: #414141;
    font-size: 16px;
    line-height: 26px;
}
.heading-white {
    color: #fff;
}
.top-margin.less {
    margin-top: 25px;
}
.paragraph-white {
    color: #fff;
}

.top-margin.less p {
    margin-bottom: 10px;
    font-family: 'Playfair Display', sans-serif;
    font-size: 16px;
    line-height: 30px;
}
.button.white {
    border-color: hsla(0, 0%, 100%, .35);
    color: #fff;
}
.button {
    display: inline-block;
    padding: 15px 30px 13px;
    border: 1px solid #184fc2;
    border-radius: 4px;
    background-color: transparent;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
}
.w-container:before, .w-container:after {
    content: " ";
    display: table;
}
.w-container:after {
    clear: both;
}
.dynamic-project {
    padding-right: 0px;
    padding-left: 0px;
}
.projects-wrapper._6-style {
    margin-bottom: 0px;
    border-radius: 0px;
}

.projects-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    float: left;
}
.w-inline-block {
    max-width: 100%;
    display: inline-block;
}
.project-overlay.another-style {
    border-radius: 0px;
    background-color: transparent;
    background-image: -webkit-linear-gradient(90deg, #000, hsla(0, 0%, 100%, 0));
    background-image: linear-gradient(0deg, #000, hsla(0, 0%, 100%, 0));
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
}
.center-project.bottom {
    position: absolute;
    top: 80%;
    width: 100%;
    padding-right: 36px;
    padding-left: 36px;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
}
.project-title {
    margin-top: 0px;
    margin-bottom: 5px;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
}
.paragraph-white.transparent {
    margin-bottom: 0px;
    color: hsla(0, 0%, 100%, .66);
    font-size: 15px;
}
.dynamic-project:hover .project-overlay{
    opacity: 1 !important;
    transition: opacity 200ms !important;
}
.dynamic-project:hover .project-title{
    transform: translateX(0px) translateY(0px) translateZ(0px) !important;
    transform-style: preserve-3d !important;
    transition: transform 200ms !important;
}
.dynamic-project:hover .paragraph-white{
    transform: translateX(0px) translateY(0px) translateZ(0px) !important;
    transform-style: preserve-3d !important;
    transition: transform 200ms !important;
}
.app-section.with-testi.other-photo {
    background-image: -webkit-linear-gradient(45deg, #184fc2, rgba(67, 203, 131, .79)), url(../media/images/friend-connection1.jpg);
    background-image: linear-gradient(45deg, #184fc2, rgba(67, 203, 131, .79)), url(../media/images/friend-connection1.jpg);
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
    padding-bottom: 120px;
}
.top-title.no-line {
    margin-bottom: 20px;
    padding-bottom: 0px;
    border-bottom-style: none;
}
.w-tabs {
    position: relative;
}

.tab-testimonials {
    margin-top: 30px;
    text-align: center;
}

.w-tab-menu {
    position: relative;
}
.w-tabs .nav-pills > li.active > a, .w-tabs .nav-pills > li.active > a:hover, .w-tabs .nav-pills > li.active > a:focus {
    opacity: 1;
}
.w-tabs .nav-pills > li > a {
    width: 85px;
    height: 85px;
    margin-right: 10px;
    margin-left: 10px;
    border: 1px solid transparent !important;
    border-radius: 100% !important;
    background-image: url(../media/images/doctor-4.jpg);
    background-position: 0px 0px;
    background-size: cover;
    opacity: 0.7;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    cursor: pointer;
}
.w-tabs .nav-pills > li > a.photo-2 {
    background-image: url(../media/images/testi-2.jpg), url(../media/images/doctor-4.jpg);
    background-position: 0px 0px, 0px 0px;
    background-size: cover, cover;
}
.w-tabs .nav-pills > li > a.photo-3 {
    background-image: url(../media/images/doctor-6.jpg);
}
.w-tabs .nav-pills > li > a.photo-4 {
    background-image: url(../media/images/testi-1.jpg);
}
.w-tabs .nav-pills > li > a.photo-5 {
    background-image: url(../media/images/doctor-4.jpg);
}
.w-tabs .nav-pills > li > a.photo-6 {
    background-image: url(../media/images/doctor-4.jpg), url(../media/images/doctor-4.jpg);
    background-position: 0px 0px, 0px 0px;
    background-size: cover, cover;
}
.testimonials-tab {
    text-align: center;
    max-width: 560px;
    display: block;
    margin: 0 auto;
    min-height: 200px;
}
    
.quote-icon.white {
    background-image: url(../media/images/quote-icon.svg);
    background-size: 50px;
    display: block;
    width: 50px;
    height: 50px;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
@media (max-width: 500px){
    .w-tabs .nav-pills > li > a {
        width: 65px;
        height: 65px;
        margin-right: 5px;
        margin-left: 5px;
    }
}
.w-tap-cont{
	text-align: center;
	margin-top: 50px;
}
.w-tap-cont li{
	display: inline-block;
	float: none !important;
}
#exTab1 .tab-content>.tab-pane {
    padding-top: 0;
}

.typed {
  font-weight: 100;
  font-size: 28px;
  color: #fafafa;
  font-family: 'Roboto Mono', monospace;
}
.dud {
  /*color: #757575;*/
  color: #d1d1d1;
}



.bottomMenu {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 60px;
  border-top: 1px solid #000;
  background: red;
  z-index: 1;
  transition: all 1s;
}
.hide {
  opacity: 0;
  left: -100%;
}
.show {
  opacity: 1;
  left: 0;
}

