.ft-logo, .footer-logo {
	max-width: 280px;
}

#ft-main-banner .banner-title h2 {
    color: #ee7202;
	font-size: 60px;
}

@media(max-width: 992px) {
#ft-main-banner .banner-title h2 {
	font-size: 50px;
}
}

@media(max-width: 780px) {
#ft-main-banner .banner-title h2 {
	font-size: 40px;
}
}

.banner-img-wrapper img {
	max-height: 420px;
}

@media(max-width: 992px) {
.banner-img-wrapper img {
	max-height: 350px;
}
}

@media(min-width: 1200px) {
.section-title{
	max-width: 950px;
}
}


.white-bg {
	background-color: #ffffff;
}

.ft-location-section .ft-location-item .figure h5 {
  font-size: 26px;
}

.ft-our-blog .ft-our-blog-item {
  padding: 20px 20px;
}

.ft-footer-bottom .ft-copyright-item ul li {
  list-style: none;
  display: inline-block;
  margin-right: 30px;
}

.ft-footer-top {
  padding-bottom: 40px;
}

.ft-testimonial-section .ft-testimonial-item img {
  max-width: 150px;
}

.ft-location-item .figure img {
  min-height: 511px;
}

.link-image-wrap {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 126px;
}


/*
#ft-main-banner .banner-inner {
	max-width: 100%;
}

#ft-main-banner .banner-inner .banner-video{
	width: 100%;
}

#ft-main-banner .banner-img-wrapper {
	width: fit-content;
}

#ft-main-banner .banner-title {
  width: fit-content;
  position: absolute;
  top: 0%;
  left: 50%;
}

#ft-main-banner .banner-title .banner-title-inner {
  margin-left: 180px;
  margin-right: 30px;
}
*/