.ft-why-choose-form.pera-content {
  background-color: #2b3c4b;
}

.ft-header-section.header-style-one .ft-header-top {
  color: #fff;
  background-color: #2B3C4B;
  padding: 18px 0px 18px 80px;
}

.ft-header-section.header-style-one .ft-header-main-menu {
  padding: 12px 10px;
  background-color: #2B3C4B;
}

.ft-header-section.sticky-on.header-style-three {
  padding: 12px 0px;
  background-color: #2B3C4B;
}

.ft-footer-section-3 .ft-newslatter-section-3 {
  padding: 40px 0px;
  background-color: #2B3C4B;
}

.ft-footer-widget-wrapper-3 {
  background-color: #2B3C4B;
}

.ft-footer-content-wrap-3 .ft-footer-widget .ft-footer-logo-widget p {
    color: #ffffff;
    padding-bottom: 35px;
}

.ft-footer-content-wrap-3 .ft-footer-widget .ft-footer-newslatter-widget p {
    color: #ffffff;
}

.ft-footer-content-wrap-3 .ft-footer-widget .ft-footer-info-widget a {
    color: #ffffff;
    display: block;
    font-size: 14px;
    overflow: hidden;
    max-width: 170px;
}

.ft-footer-content-wrap-3 .ft-footer-widget .ft-footer-info-widget .office-open-hour p {
    font-size: 14px;
    color: #ffffff;
    max-width: 180px;
}

.ft-service-innerbox-3 .ft-service-icon {
border: 10px solid #FF6700;
		
}


element.style {
}
.ft-funfact-inner-items .ft-funfact-inner-icon {
    width: 65px;
    height: 65px;
    margin: 0 auto;
    margin-bottom: 40px;
    border-radius: 100%;
    background-color: #FF6700;
}

.ft-service-sidebar-widget .service-form-widget {
    padding: 30px 20px;
    background-color: #FF6700;
}

.ft-funfact-inner-items .ft-funfact-inner-icon:after {
    left: 25px;
    bottom: -8px;
    content: "";
    position: absolute;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #ff6700;
}

.ft-header-section.header-style-three .ft-header-cta-btn a {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding: 18px 40px;
    position: relative;
    font-family: "Poppins";
    background-color: #ff6700;
}

.ft-header-section.header-style-three .ft-header-cta-btn a:before {
    top: 0;
    width: 0;
    height: 0;
    content: "";
    left: -40px;
    position: absolute;
    border-top: 58px solid #ff6700;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
    border-left: 40px solid transparent;
}