@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
body {
  background: #F3F4F4;
  font-family: "Gotham Book";
  color: #7C878E;
  font-size: 16px;
}

img {
  max-width: 100%;
  height: 100%;
}

.Light--Slate--Grey {
  background: #F3F4F4;
}

.help--slate--grey {
  background: #7C878E;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #7C878E;
}

.container {
  max-width: 1160px;
}

h2 {
  color: #7C878E;
  font-size: 36px;
  font-family: "Gotham Bold";
}
@media (max-width: 767px) {
  h2 {
    font-size: 32px;
  }
}

h3 {
  font-family: "Gotham Bold";
  font-size: 20px;
}

.btn {
  border-radius: 2px;
  white-space: normal;
  position: relative;
}
.btn:focus {
  outline: none;
  box-shadow: none;
}

.btn--red--dust {
  background: #DE6B48;
  color: #ffffff !important;
}
.btn--red--dust:after {
  background: #A2A569;
  content: "";
}

.btn--outline--red--dust {
  color: #DE6B48 !important;
  font-family: "Gotham Bold";
  border: 1px solid #DE6B48;
}

.gray--bg {
  background: #C4C8CB;
}

.btn--big {
  max-width: 320px;
  width: 100%;
  font-size: 18px;
  font-family: "Gotham Bold";
  padding: 18px 10px;
}

.btn--red--outline {
  background: transparent;
  border: 1px solid #DE6B48;
  color: #DE6B48 !important;
}

.btn--gray--outline {
  background: transparent;
  border: 1px solid #7C878E;
  color: #7C878E !important;
}

.white--bg {
  background: #ffffff;
}

.testimonial--gray {
  background: #DBDEE0;
}

.btn--radius--30 {
  border-radius: 30px;
}

.section-padding {
  padding-top: 180px;
}
@media (max-width: 767px) {
  .section-padding {
    padding-top: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .section-padding {
    padding-top: 70px;
  }
}

.header-wrapper.scroll-to-fixed-fixed {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.header {
  background: #ffffff;
}
.header .container {
  max-width: 1160px;
}

.inner-header-wrapper {
  border-bottom: 1px solid #DBDEE0;
  padding: 15px 0;
}
.inner-header-wrapper .header-logo {
  text-align: center;
}
.inner-header-wrapper [class*=col-] {
  max-width: 33.33%;
  flex: 0 0 33.33%;
}
.inner-header-wrapper ul {
  padding: 0;
  margin: 0;
}
.inner-header-wrapper ul li {
  list-style: none;
  display: inline-block;
}
.inner-header-wrapper ul li a {
  color: #7C878E;
  font-size: 18px;
  text-decoration: none;
}
.inner-header-wrapper ul li a:hover {
  font-family: "Gotham Bold";
  color: #7C878E;
}
.inner-header-wrapper ul li a.btn--outline--red--dust {
  min-width: 145px;
}
@media (max-width: 360px) {
  .inner-header-wrapper ul li a.btn--outline--red--dust {
    min-width: 1px;
    font-size: 12px;
    white-space: nowrap;
  }
}
@media (min-width: 361px) and (max-width: 767px) {
  .inner-header-wrapper ul li a.btn--outline--red--dust {
    min-width: 1px;
    font-size: 14px;
    white-space: nowrap;
  }
}
.inner-header-wrapper ul li.current-menu-item a {
  font-family: "Gotham Bold";
  color: #7C878E;
}
.inner-header-wrapper .header-right-menu {
  text-align: right;
}
.inner-header-wrapper .header-right-menu li {
  margin-top: 8px;
  margin-right: 25px;
}
@media (max-width: 991px) {
  .inner-header-wrapper .header-right-menu li {
    margin-top: 0;
  }
  .inner-header-wrapper .header-right-menu li:first-child {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .inner-header-wrapper .header-right-menu li {
    margin-right: 5px;
  }
}
.inner-header-wrapper .header-right-menu li:last-child {
  margin-right: 0;
}
.inner-header-wrapper .header-right-menu li a img {
  margin-right: 8px;
}

.header-menu ul {
  padding: 0;
  margin: 0;
}
.header-menu ul li {
  list-style: none;
  margin-right: 40px;
  margin-top: 8px;
}
.header-menu ul li:last-child {
  margin-right: 0;
}
@media (max-width: 991px) {
  .header-menu ul li {
    margin: 0;
  }
}
.header-menu ul li a {
  color: #7C878E;
  font-size: 18px;
  text-decoration: none;
}
@media (max-width: 991px) {
  .header-menu ul li a {
    display: block;
    padding: 8px 1rem;
  }
}
.header-menu ul li a:hover {
  font-family: "Gotham Bold";
  color: #7C878E;
}
.header-menu ul li a.btn--outline--red--dust {
  min-width: 145px;
}
.header-menu ul li.current-menu-item a {
  font-family: "Gotham Bold";
  color: #7C878E;
}

.navbar {
  background: #ffffff;
}
@media (max-width: 991px) {
  .navbar {
    padding: 0;
  }
}
.navbar .container {
  max-width: 1310px;
}
@media (max-width: 991px) {
  .navbar .navbar-brand {
    display: none;
  }
}
@media (min-width: 992px) {
  .navbar .navbar-nav li {
    margin-right: 22px;
  }
}
.navbar .navbar-nav li a {
  font-size: 18px;
  padding-left: 0 !important;
  outline: none;
}
@media (max-width: 991px) {
  .navbar .navbar-nav li a {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
.navbar .navbar-nav li a:hover {
  font-family: "Gotham Bold" !important;
  color: #7C878E !important;
}
.navbar .navbar-nav li a.dropdown-toggle {
  position: relative;
}
@media (max-width: 991px) {
  .navbar .navbar-nav li a.dropdown-toggle:after {
    position: absolute;
    right: 20px;
    height: 10px;
    width: 10px;
    border-bottom: 2px solid #7C878E;
    border-right: 2px solid #7C878E;
    border-top: none;
    border-radius: 0;
    border-left: none;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 13px;
    transition: all 0.5s;
  }
}
@media (max-width: 991px) {
  .navbar .navbar-nav li a.dropdown-toggle.open {
    background: #f3f4f4;
  }
}
@media (max-width: 991px) {
  .navbar .navbar-nav li a.dropdown-toggle.open:after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    top: 18px;
  }
}
.navbar .navbar-nav li.current-menu-item a {
  font-family: "Gotham Bold" !important;
  color: #7C878E !important;
}
.navbar .navbar-nav li.current-menu-ancestor > a {
  font-family: "Gotham Bold" !important;
  color: #7C878E !important;
}

.menu-secondary-menu-container {
  width: 100%;
}
@media (max-width: 991px) {
  .menu-secondary-menu-container {
    height: calc(100vh - 70px);
    align-items: flex-start;
    overflow-y: auto;
  }
}

.mega-dropdown {
  position: static;
}
.mega-dropdown .mega-dropdown-menu {
  width: 100%;
  padding: 50px 0;
  min-height: 380px;
}
@media (max-width: 991px) {
  .mega-dropdown .mega-dropdown-menu {
    padding: 1px 0;
    min-height: 1px;
    background: #f3f4f4;
    border: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 0;
  }
}
.mega-dropdown .mega-dropdown-menu ul {
  max-width: 1125px;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  position: relative;
}
.mega-dropdown .mega-dropdown-menu ul:after {
  content: "";
  display: table;
  clear: both;
}
.mega-dropdown .mega-dropdown-menu ul .mega-dropdown-items {
  float: left;
  width: 25%;
  list-style: none;
  margin-top: 26px;
  position: static;
}
.mega-dropdown .mega-dropdown-menu ul .mega-dropdown-items.dropdown-submenu {
  min-height: 1px;
}
@media (min-width: 992px) {
  .mega-dropdown .mega-dropdown-menu ul .mega-dropdown-items:last-child {
    margin-top: -100px;
  }
}
@media (max-width: 991px) {
  .mega-dropdown .mega-dropdown-menu ul .mega-dropdown-items {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}
.mega-dropdown .mega-dropdown-menu ul .mega-dropdown-items h3 {
  font-size: 18px;
  color: #ACB2B7;
  font-family: "Gotham Bold";
  margin-bottom: 25px;
}
.mega-dropdown .mega-dropdown-menu ul .mega-dropdown-items .mega-dropdown-lists {
  margin: 20px 0;
  position: static;
}
.mega-dropdown .mega-dropdown-menu ul .mega-dropdown-items .mega-dropdown-lists li {
  margin-bottom: 20px;
  list-style: none;
  width: 100%;
  margin: 0;
}
.mega-dropdown .mega-dropdown-menu ul .mega-dropdown-items .mega-dropdown-lists li.current-menu-item a {
  font-family: "Gotham Bold" !important;
}
.mega-dropdown .mega-dropdown-menu ul .mega-dropdown-items .mega-dropdown-lists li .product-detail {
  position: absolute;
  right: 0;
  max-width: 260px;
  top: 0;
  display: none;
}
@media (max-width: 991px) {
  .mega-dropdown .mega-dropdown-menu ul .mega-dropdown-items .mega-dropdown-lists li .product-detail {
    display: none !important;
  }
}
.mega-dropdown .mega-dropdown-menu ul .mega-dropdown-items .mega-dropdown-lists li .product-detail .product-image {
  margin-bottom: 20px;
}
.mega-dropdown .mega-dropdown-menu ul .mega-dropdown-items .mega-dropdown-lists li .product-detail .product-content {
  font-size: 18px;
  color: #7C878E;
}
.mega-dropdown .mega-dropdown-menu ul .mega-dropdown-items .mega-dropdown-lists li .product-detail .product-content p {
  margin: 0;
  font-size: 18px;
  color: #7C878E;
}
.mega-dropdown .mega-dropdown-menu ul .mega-dropdown-items .mega-dropdown-lists li:last-child {
  margin-bottom: 0;
}
.mega-dropdown .mega-dropdown-menu ul .mega-dropdown-items .mega-dropdown-lists li a {
  color: #7C878E;
  font-size: 18px;
}
.mega-dropdown .mega-dropdown-menu ul .mega-dropdown-items .mega-dropdown-lists li a:hover {
  color: #DE6B48;
  text-decoration: none;
}
.mega-dropdown .mega-dropdown-menu ul .mega-dropdown-items.active h3 {
  color: #DE6B48;
}
.mega-dropdown .mega-dropdown-menu ul .mega-dropdown-items.active h3 a {
  color: #DE6B48;
}

.dropdown-submenu {
  position: relative;
}
.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}

.navbar-toggler {
  padding: 0;
  margin-top: 5px;
}
/*
@media (min-width: 992px) {
  .navbar-toggler {
    display: none;
  }
}
*/
.navbar-toggler .toggle-icon {
  height: 2px;
  width: 25px;
  display: block;
  background: #7C878E;
  margin: 5px 0;
}
.navbar-toggler:focus {
  outline: none;
}

.banner {
  position: relative;
  background: #ffffff;
}
@media (max-width: 767px) {
  .banner {
    padding-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .banner {
    padding: 100px 0;
  }
}
@media (min-width: 768px) {
  .banner .container {
    position: absolute;
    bottom: 50%;
    width: 100%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    display: flex;
    justify-content: flex-end;
  }
}
.banner .container .banner-caption {
  max-width: 450px;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .banner .container .banner-caption {
    max-width: 350px;
  }
}
.banner .container .banner-caption h1 {
  font-size: 64px;
  font-family: "Gotham Bold";
  margin-block-end: 15px;
}
@media (max-width: 767px) {
  .banner .container .banner-caption h1 {
    font-size: 44px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .banner .container .banner-caption h1 {
    font-size: 54px;
  }
}
.banner .container .banner-caption > div:not(.banner-dropdown) {
  font-size: 24px;
  color: #7C878E;
  margin-bottom: 10px;
}
.banner .container .banner-caption .banner-dropdown {
  max-width: 270px;
  width: 100%;
}
@media (max-width: 767px) {
  .banner .container .banner-caption .banner-dropdown {
    max-width: 100%;
  }
}
.banner .container .banner-caption .banner-dropdown .dropdown-menu {
  width: 100%;
  border: none;
  border-radius: 0;
}
@media (max-width: 767px) {
  .banner .container .banner-caption .banner-dropdown .dropdown-menu {
    padding-left: 0;
  }
}
.banner .container .banner-caption .banner-dropdown .dropdown-menu a {
  color: #7C878E;
  background: none;
}
.banner .container .banner-caption .banner-dropdown .dropdown-menu a:hover {
  color: #A2A569;
}
.banner .container .banner-caption .banner-dropdown .dropdown-menu a.test {
  padding: 0.25rem 1.5rem;
  font-size: 14px;
  border: none;
  display: block;
  color: #7C878E;
  font-family: "Gotham Book";
  text-decoration: none;
}
.banner .container .banner-caption .banner-dropdown .btn-secondary {
  background: none;
  color: #A2A569;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid currentColor;
  font-size: 24px;
  font-family: "Gotham Bold";
  padding: 0;
  width: 100%;
  text-align: left;
}
.banner .container .banner-caption .banner-dropdown .btn-secondary:focus {
  outline: none;
  box-shadow: none;
}
.banner .container .banner-caption .banner-dropdown .btn-secondary:after {
  border-top: none;
  border-bottom: 0;
  border-left: none;
  height: 13px;
  width: 13px;
  border-bottom: 2px solid #A2A569;
  border-right: 2px solid #A2A569;
  transform: rotate(45deg);
}
.banner .container .banner-caption .banner-dropdown .btn-secondary.main-toggler:after {
  top: 27%;
}
.banner .container .banner-caption .get-started {
  margin-top: 40px;
}
.banner .container .banner-caption .get-started .btn {
  max-width: 320px;
  width: 100%;
  font-size: 18px;
  font-family: "Gotham Bold";
  padding: 18px 10px;
}
.banner img {
  width: 100%;
}

.menu-banner-menu-container ul {
  padding: 0;
  margin: 0;
}
.menu-banner-menu-container ul li {
  list-style: none;
}
.menu-banner-menu-container ul li.menu-item-has-children {
  position: static;
}
.menu-banner-menu-container ul li.menu-item-has-children:hover .sub-menu {
  display: block;
}
.menu-banner-menu-container ul li.menu-item-has-children:after {
  border-top: none;
  border-bottom: 0;
  border-left: none;
  height: 10px;
  width: 10px;
  content: "";
  position: absolute;
  right: 4px;
  top: 40%;
}
.menu-banner-menu-container ul li.menu-item-has-children > a {
  color: #A2A569;
  border: none;
  border-bottom: 1px solid currentColor;
  font-size: 24px;
  font-family: "Gotham Bold";
  padding: 0;
  display: block;
  text-decoration: none;
  outline: none;
}
.menu-banner-menu-container ul li.menu-item-has-children .sub-menu {
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  display: none;
  position: absolute;
  width: 100%;
  background: #ffffff;
}
.menu-banner-menu-container ul li.menu-item-has-children .sub-menu li.menu-item-has-children:after {
  border-top: none;
  border-bottom: 0;
  border-left: none;
  height: 10px;
  width: 10px;
  border-bottom: 2px solid #A2A569;
  border-right: 2px solid #A2A569;
  transform: rotate(-45deg);
  content: "";
}
.menu-banner-menu-container ul li.menu-item-has-children .sub-menu a {
  color: #7C878E;
  font-size: 24px;
  text-decoration: none;
  border: none;
  font-family: "Gotham Book";
  padding: 0.5rem 1.5rem;
}
.menu-banner-menu-container ul li.menu-item-has-children .sub-menu .sub-menu {
  display: none;
  left: 100%;
  top: 0;
}
.menu-banner-menu-container ul li.menu-item-has-children .sub-menu .sub-menu a {
  color: #7C878E;
  font-size: 24px;
  text-decoration: none;
  border: none;
  font-family: "Gotham Book";
  padding: 0.5rem 1.5rem;
  display: block;
}
.menu-banner-menu-container ul li .sub-menu li:hover .sub-menu {
  display: block;
}

.banner-dropdown .btn-secondary {
  position: relative;
}
.banner-dropdown .btn-secondary:after {
  content: "";
  height: 10px;
  width: 10px;
  border-bottom: 2px solid #A2A569;
  border-right: 2px solid #A2A569;
  transform: rotate(45deg);
  position: absolute;
  right: 4px;
  top: 40%;
}
.banner-dropdown .parent-toggler {
  width: 100%;
  text-align: left;
  color: #7C878E !important;
  font-family: "Gotham Book" !important;
  padding: 7px 0 !important;
  border-bottom: 1px solid #dbdee0 !important;
  cursor: pointer;
}
.banner-dropdown .parent-toggler:after {
  content: "";
  height: 10px;
  width: 10px;
  border-bottom: 2px solid #dbdee0 !important;
  border-right: 2px solid #dbdee0 !important;
  transform: rotate(-45deg) !important;
  position: absolute;
  right: 4px;
  top: 40%;
}
@media (max-width: 767px) {
  .banner-dropdown .parent-toggler:after {
    right: 30px;
  }
}
.banner-dropdown .parent-toggler:hover {
  color: #A2A569 !important;
  font-family: "Gotham Bold" !important;
}
.banner-dropdown .parent-toggler:hover:after {
  border-bottom: 2px solid #A2A569 !important;
  border-right: 2px solid #A2A569 !important;
}
.banner-dropdown ul {
  margin: 0;
  padding: 0;
}
.banner-dropdown ul li {
  list-style: none;
}
.banner-dropdown ul.main-dropdown {
  display: none;
  min-width: 430px;
  min-height: 344px;
  border-radius: 4px;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  padding: 40px;
  position: absolute;
  z-index: 1;
}
@media (max-width: 767px) {
  .banner-dropdown ul.main-dropdown {
    min-width: 1px;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
    border-radius: 0;
    padding: 0;
  }
}
.banner-dropdown ul.main-dropdown li.inner-dropdown-submenu a {
  display: block;
  font-size: 24px;
  color: #7C878E;
  font-family: "Gotham Book";
}
.banner-dropdown ul.main-dropdown li.inner-dropdown-submenu:last-child .parent-toggler {
  border: none;
}
.banner-dropdown ul.main-dropdown ul.multi-dropdown-menu {
  display: none;
  min-width: 430px;
  min-height: 344px;
  border-radius: 4px;
  background-color: #ffffff;
  padding: 40px;
  position: absolute;
  z-index: 100;
  left: 0;
  top: 0;
}
.banner-dropdown ul.main-dropdown ul.multi-dropdown-menu .back-btn {
  font-size: 24px;
  font-family: "Gotham Bold";
  padding: 0;
  background: none;
  color: #A2A569;
  cursor: pointer;
  margin-bottom: 10px;
  display: block;
  position: relative;
}
.banner-dropdown ul.main-dropdown ul.multi-dropdown-menu .back-btn:before {
  content: "";
  height: 14px;
  width: 14px;
  border-top: 2px solid #A2A569;
  border-left: 2px solid #A2A569;
  transform: rotate(-45deg);
  right: 4px;
  top: 40%;
  display: inline-block;
  margin-right: 5px;
}
.banner-dropdown ul.main-dropdown ul.multi-dropdown-menu li {
  border-bottom: 1px solid #dbdee0;
}
.banner-dropdown ul.main-dropdown ul.multi-dropdown-menu li:last-child {
  border-bottom: none;
}
.banner-dropdown ul.main-dropdown ul.multi-dropdown-menu li a {
  padding: 10px 0;
  font-size: 18px;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: transparent;
}

@media (max-width: 767px) {
  .inner-dropdown-submenu .parent-toggler {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

.banner-dropdown ul.main-dropdown ul.multi-dropdown-menu li {
  padding-left: 30px;
}

.numerical-section {
  background: #7C878E;
  min-height: 336px;
  padding: 55px 0;
  display: flex;
  align-items: center;
  position: relative;
  z-index: -1;
}
.numerical-section [class*=col-]:not(:last-child) {
  border-right: 1px solid #ffffff;
}
.numerical-section .numerical-container {
  color: #ffffff;
  text-align: center;
  margin: 25px 0;
}
.numerical-section .numerical-container .number-value {
  font-size: 48px;
  font-family: "Gotham Bold";
  display: flex;
  justify-content: center;
}

.readystart {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .readystart {
    padding: 60px 0;
  }
}
.readystart .readystart__wrapper {
  max-width: 570px;
  margin: 0 auto;
}
.readystart .readystart__wrapper h2 {
  color: #2E3234;
  margin-bottom: 20px;
}
.readystart .readystart__wrapper p {
  color: #222427;
  margin-bottom: 20px;
}

.page-template-template-services .readystart .readystart__wrapper {
  max-width: 675px;
}
.page-template-template-services .readystart .readystart__wrapper h2 {
  margin-bottom: 30px;
  color: #7C878E;
}

.fullwidth-block {
  padding: 80px 0;
}
.fullwidth-block .fullwidth--wrapper {
  max-width: 1125px;
  margin: 0 auto;
}
.fullwidth-block .fullwidth--wrapper p {
  font-size: 20px;
  margin-bottom: 30px;
}
.fullwidth-block .fullwidth--wrapper p:last-child {
  margin-bottom: 0;
}
.fullwidth-block.fullwidth--two--col .fullwidth--wrapper {
  text-align: left !important;
}
.fullwidth-block.fullwidth--two--col .fullwidth--wrapper .title-block {
  text-align: left;
}
.fullwidth-block.fullwidth--two--col .fullwidth--wrapper .title-block h2 {
  font-family: "Gotham Black";
}
@media (max-width: 767px) {
  .fullwidth-block.fullwidth--two--col .fullwidth--wrapper .title-block h2 {
    font-family: "Gotham Bold";
    font-size: 24px;
  }
}
.fullwidth-block.full--width--big {
  padding: 0;
}
.fullwidth-block.full--width--big .fullwidth--wrapper {
  max-width: 930px;
}
.fullwidth-block.full--width--big .fullwidth--wrapper p {
  font-size: 36px;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .fullwidth-block.full--width--big .fullwidth--wrapper p {
    font-size: 24px;
  }
}

.title-block {
  margin-bottom: 20px;
  text-align: center;
}
.title-block span {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: inline-block;
}

.fullwidth--two--col .fullwidth--wrapper p:last-child {
  margin-bottom: 30px;
}

.help {
  margin: 0;
}
.help .title-block {
  margin-bottom: 30px;
}
.help .row {
  margin: 0;
}
.help .row [class*=col-] {
  padding: 0;
}
.help .row:nth-child(even) {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .help .row:nth-child(even) .figure__block {
    padding-left: 15px;
  }
}
.help .help__content__block {
  max-width: 360px;
  margin: 30px 0 55px 120px;
}
@media (max-width: 767px) {
  .help .help__content__block {
    max-width: 100%;
    margin: 0 0 40px 0;
  }
}
@media (max-width: 767px) {
  .help .help__content__block {
    max-width: 100%;
    margin: 0 0 40px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .help .help__content__block {
    max-width: 100%;
    margin: 0 0 50px 0;
  }
}
.help .help__content__block h3 {
  font-size: 20px;
  font-family: "Gotham Bold";
  margin-bottom: 18px;
}
.help .help__content__block p {
  margin-bottom: 40px;
  font-size: 16px;
}
.help .help__content__block p:last-child {
  margin-bottom: 0;
}
.help .figure__block {
  margin-bottom: 55px;
}

.touch-experts {
  padding: 110px 0;
}
@media (max-width: 767px) {
  .touch-experts {
    padding: 50px 0;
  }
}
.touch-experts .row {
  flex-direction: row-reverse;
}
.touch-experts .touch__content__block {
  max-width: 360px;
  margin-top: 30px;
  margin-left: 90px;
}
@media (max-width: 767px) {
  .touch-experts .touch__content__block {
    max-width: 100%;
    margin: 0 0 40px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .touch-experts .touch__content__block {
    max-width: 100%;
    margin: 0 0 50px 0;
  }
}
.touch-experts .touch__content__block h3 {
  font-size: 24px;
  margin-bottom: 18px;
}
.touch-experts .touch__content__block p {
  margin-bottom: 40px;
  font-size: 16px;
}

.testimonial {
  padding: 80px 0;
  padding: 70px 0;
}
.testimonial .review__content {
  text-align: center;
  margin-top: 20px;
  padding: 0 40px;
  font-size: 36px;
}
@media (max-width: 767px) {
  .testimonial .review__content {
    font-size: 24px;
  }
}
.testimonial .review__content .profession__rating {
  margin-top: 40px;
}
.testimonial .review__content .profession__rating h4 {
  font-size: 16px;
  font-family: "Gotham Bold";
}

#testimonials .owl-nav {
  margin: 0;
  position: absolute;
  width: 100%;
  bottom: 60%;
}
#testimonials .owl-nav [class*=owl-] {
  background: none;
  outline: none;
  position: absolute;
  bottom: 60%;
}
#testimonials .owl-nav .owl-prev {
  left: 0;
}
#testimonials .owl-nav .owl-next {
  right: 0;
}

.latest-news-carousel .owl-dots .owl-dot span {
  background: #7C878E;
  opacity: 0.2;
}
.latest-news-carousel .owl-dots .owl-dot:hover span {
  opacity: 1;
}
.latest-news-carousel .owl-dots .owl-dot.active span {
  opacity: 1;
}

.owl-theme .owl-dots .owl-dot span {
  width: 13px;
  height: 13px;
}

.stars {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
.stars img {
  max-width: 30px;
  height: 28px;
  display: inline-block !important;
  margin: 0 5px;
}

.latestnews {
  background: #DBDEE0;
  padding: 65px 0;
}
@media (max-width: 767px) {
  .latestnews {
    padding: 45px 0;
  }
}
.latestnews .title-block {
  margin-bottom: 40px;
}
.latestnews .latestnews__block {
  margin-bottom: 72px;
}
@media (max-width: 767px) {
  .latestnews .latestnews__block {
    margin-bottom: 0;
  }
}
.latestnews .latestnews__block .content__block {
  background: #ffffff;
  padding: 24px;
  min-height: 264px;
}
.latestnews .latestnews__block .content__block .date {
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 7px;
}
.latestnews .latestnews__block .content__block h3 {
  font-size: 16px;
  margin-bottom: 20px;
}
.latestnews .latestnews__block .content__block h3 a {
  color: #7C878E;
  text-decoration: none;
  display: block;
  line-height: 1.5;
}
.latestnews .latestnews__block .content__block p:last-child {
  margin-bottom: 0;
}
.latestnews.blog-section .content__block {
  min-height: 265px;
}
.latestnews.blog-section .loading {
  margin: 0 auto;
}

.story {
  padding-top: 55px;
}
.story .container {
  padding: 0 24px;
}
.story .container .title-block {
  margin-bottom: 20px;
}
.story .container .row {
  margin: 0 -24px;
}
.story .container .row [class*=col-] {
  padding: 0 24px;
}
.story .help__content__block {
  max-width: 100%;
  margin: 55px 0 0 0;
}
.story .figure__block {
  margin-bottom: 0;
  margin-top: 55px;
}

.inner-banner {
  padding: 40px 0;
}
.inner-banner .inner__banner__caption {
  height: 100%;
  display: flex;
  justify-content: center;
  padding-left: 90px;
  flex-direction: column;
}
@media (max-width: 991px) {
  .inner-banner .inner__banner__caption {
    padding-left: 0;
    margin-top: 20px;
  }
}
.inner-banner .inner__banner__caption h1 {
  font-size: 48px;
  margin-bottom: 20px;
}
.inner-banner .inner__banner__caption p {
  margin-bottom: 25px;
}

.partner-login {
  padding: 95px 0;
  background: #ffffff;
}
.partner-login .parnter__login__wrapper {
  text-align: center;
}
.partner-login .parnter__login__wrapper h2 {
  color: #2E3234;
  margin-bottom: 20px;
}

.innerpagemenu {
  position: relative;
  background: #7C878E;
}
.innerpagemenu .nav {
  justify-content: center;
}
.innerpagemenu .nav ul {
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .innerpagemenu .nav ul {
    display: flex;
    justify-content: center;
  }
}
.innerpagemenu .nav ul li {
  display: inline-block;
  margin: 0 17px;
}
.innerpagemenu .nav ul li a {
  color: #ffffff;
  padding: 23.5px 0;
  display: block;
  font-size: 18px;
  position: relative;
  transition: all 0.5s;
}
.innerpagemenu .nav ul li a:after {
  content: "";
  width: 0;
  background: #ACB2B7;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.5s;
}
.innerpagemenu .nav ul li a:hover {
  text-decoration: none;
  font-family: "Gotham Bold";
}
.innerpagemenu .nav ul li a:hover:after {
  width: 100%;
}
.innerpagemenu .nav ul li a.active {
  font-family: "Gotham Bold";
}
.innerpagemenu .nav ul li a.active:after {
  width: 100%;
}
.innerpagemenu .nav ul li.active a {
  font-family: "Gotham Bold";
}
.innerpagemenu .nav ul li.active a:after {
  width: 100%;
}
.innerpagemenu .sliding-menu .owl-item {
  text-align: center;
}
.innerpagemenu .sliding-menu .owl-nav {
  margin: 0;
}
.innerpagemenu .sliding-menu .owl-nav button {
  background: none !important;
  outline: none;
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  margin: 0;
}
.innerpagemenu .sliding-menu .owl-nav button span {
  display: none;
}
.innerpagemenu .sliding-menu .owl-nav button:after {
  content: "";
  height: 12px;
  width: 12px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  display: block;
}
.innerpagemenu .sliding-menu .owl-nav button.owl-prev {
  left: 10px;
}
.innerpagemenu .sliding-menu .owl-nav button.owl-prev:after {
  transform: rotate(45deg);
}
.innerpagemenu .sliding-menu .owl-nav button.owl-next {
  right: 10px;
}
.innerpagemenu .sliding-menu .owl-nav button.owl-next:after {
  transform: rotate(-135deg);
}
@media (min-width: 768px) {
  .innerpagemenu .nav-arrows {
    display: none;
  }
}
.innerpagemenu .nav-arrows .btn {
  background: none;
  outline: none;
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
}
.innerpagemenu .nav-arrows .btn:after {
  content: "";
  height: 12px;
  width: 12px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  display: block;
}
.innerpagemenu .nav-arrows .btn.prev {
  left: 20px;
}
.innerpagemenu .nav-arrows .btn.prev:after {
  transform: rotate(45deg);
}
.innerpagemenu .nav-arrows .btn.next {
  right: 20px;
}
.innerpagemenu .nav-arrows .btn.next:after {
  transform: rotate(-135deg);
}

.readystart--white--bg {
  background: #ffffff;
}

.financingblock {
  padding: 80px 0;
}
.financingblock .title-block {
  margin-bottom: 30px;
}
.financingblock h3 {
  margin-bottom: 20px;
}

.ContentImageBlock {
  padding: 70px 0;
}
@media (max-width: 767px) {
  .ContentImageBlock {
    padding: 40px 0;
  }
}
.ContentImageBlock .row [class*=col-]:first-child {
  order: 2;
}
.ContentImageBlock .row [class*=col-]:first-child .content__block {
  min-height: 1px;
}
.ContentImageBlock .title-block {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .ContentImageBlock .content__block {
    margin-bottom: 35px;
  }
}
.ContentImageBlock .content__block p {
  line-height: 1.55;
}
.ContentImageBlock .content__block p:not(:last-child) {
  margin-bottom: 25px;
}
.ContentImageBlock .content__block ul {
  padding-left: 30px;
}
@media (max-width: 767px) {
  .ContentImageBlock.content--right--block {
    padding-bottom: 40px;
  }
}
.ContentImageBlock.content--right--block .row {
  flex-direction: row-reverse;
}
@media (min-width: 768px) {
  .ContentImageBlock.content--right--block .row .content__block {
    padding-left: 20px;
  }
}
@media (max-width: 991px) {
  .ContentImageBlock.content--right--block .row .content__block {
    margin-bottom: 35px;
  }
}
@media (min-width: 768px) {
  .ContentImageBlock.content--left--block .content__block {
    padding-right: 20px;
  }
}
.ContentImageBlock h3 {
  margin-bottom: 20px;
}
.ContentImageBlock .content__button__blcok {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .ContentImageBlock .content__button__blcok {
    margin-top: 0;
  }
}

.contactform-block {
  padding: 40px 0 80px 0;
}
.contactform-block .contactform__left {
  margin-bottom: 30px;
}
.contactform-block .contactform__left h2 {
  text-transform: capitalize;
  margin-bottom: 30px;
  font-family: "Gotham Black";
}
.contactform-block .contactform__left p {
  margin-bottom: 25px;
}
.contactform-block .contactform__left img {
  margin-top: 30px;
}

.contactform__form .form-group {
  margin-bottom: 25px;
}
.contactform__form label {
  margin-bottom: 15px;
  display: block;
}
.contactform__form .form-control {
  height: 64px;
  border-radius: 0;
  background: #ffffff;
  border: 1px solid rgba(142, 155, 163, 0.2);
  padding: 15px 25px;
}
.contactform__form .form-control.wpcf7-not-valid {
  border: 1px solid #DE6B48;
}
.contactform__form .form-control:focus {
  box-shadow: none;
  outline: none;
}
.contactform__form .form-control::-moz-placeholder {
  opacity: 1;
  color: #C4C8CB;
}
.contactform__form .form-control:-ms-input-placeholder {
  opacity: 1;
  color: #C4C8CB;
}
.contactform__form .form-control::-ms-input-placeholder {
  opacity: 1;
  color: #C4C8CB;
}
.contactform__form .form-control::placeholder {
  opacity: 1;
  color: #C4C8CB;
}
.contactform__form select.form-control:not([size]):not([multiple]) {
  height: 64px;
  color: #C4C8CB;
}
.contactform__form select.form-control:not([size]):not([multiple]).active {
  color: #495057;
}
.contactform__form textarea.form-control {
  height: 120px;
  margin-bottom: 45px;
}
.contactform__form .btn--big {
  max-width: 100%;
}

.wpcf7 .form-group br {
  display: none;
}

.wpcf7 p {
  margin-bottom: 0;
  position: relative;
}
.wpcf7 .ajax-loader {
  position: absolute;
  bottom: -20px;
  left: 0;
}

.finlease-tab {
  position: relative;
}
@media (max-width: 991px) {
  .finlease-tab.finlease--calculator--tab:before {
    content: "";
    background: #F3F4F4;
    height: 216px;
    width: 100%;
    bottom: 0;
    position: absolute;
  }
}
.finlease-tab .tabwrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .finlease-tab .tabwrapper .container {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .brocker--tab .nav-tabs .nav-item .nav-link {
    text-align: center;
  }
}

.commercialequipment {
  padding: 70px 0 80px 0;
  background: #DBDEE0;
}
.commercialequipment .row {
  margin: 0 -12px;
}
.commercialequipment .row [class*=col-] {
  padding: 0 12px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .commercialequipment .row [class*=col-] {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.commercialequipment .block__types {
  margin: 20px 0;
}
.commercialequipment .block__types img {
  width: 100%;
}
.commercialequipment .block__types .block__type__caption {
  background: #ffffff;
  text-align: center;
  min-height: 88px;
}
.commercialequipment .block__types .block__type__caption h4 {
  font-size: 20px;
  margin: 0;
  text-transform: capitalize;
}
.commercialequipment .block__types .block__type__caption h4 a {
  font-family: "Gotham Bold";
  color: #7C878E;
  padding: 32px 20px;
  width: 100%;
  display: block;
}

.get-quote {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .get-quote {
    padding: 52px 0;
  }
}
.get-quote .container {
  max-width: 775px;
}
.get-quote .quote__desc {
  margin-bottom: 40px;
}
.get-quote .quote__desc p {
  font-size: 20px;
}
.get-quote h2 {
  text-align: center;
  margin-bottom: 20px;
}
.get-quote p {
  font-size: 20px;
  text-align: center;
}
.get-quote .contactform__form {
  margin-top: 40px;
}
.get-quote .quote__form .form-group {
  margin-bottom: 25px;
}
.get-quote .quote__form label {
  margin-bottom: 15px;
  display: block;
}
.get-quote .quote__form .form-control {
  height: 64px;
  border-radius: 0;
  background: #ffffff;
  border: 1px solid rgba(142, 155, 163, 0.2);
  padding: 15px 25px;
}
.get-quote .quote__form .form-control:focus {
  box-shadow: none;
  outline: none;
}
.get-quote .quote__form .form-control::-moz-placeholder {
  opacity: 1;
  color: #C4C8CB;
}
.get-quote .quote__form .form-control:-ms-input-placeholder {
  opacity: 1;
  color: #C4C8CB;
}
.get-quote .quote__form .form-control::-ms-input-placeholder {
  opacity: 1;
  color: #C4C8CB;
}
.get-quote .quote__form .form-control::placeholder {
  opacity: 1;
  color: #C4C8CB;
}
.get-quote .quote__form select.form-control:not([size]):not([multiple]) {
  height: 60px;
}
.get-quote .quote__form textarea.form-control {
  height: 120px;
  margin-bottom: 45px;
}
.get-quote .quote__form .btn--big {
  max-width: 100%;
}

.service-touch-experts {
  background: #ffffff;
  padding: 65px 0;
}
.service-touch-experts .container {
  max-width: 100%;
  position: relative;
  padding: 0;
}
@media (max-width: 991px) {
  .service-touch-experts .container {
    padding: 0 15px !important;
  }
}
@media (max-width: 767px) {
  .service-touch-experts .container {
    padding: 0 !important;
  }
}
.service-touch-experts .container .row {
  margin: 0;
  align-items: center;
}
.service-touch-experts .container .row [class*=col-] {
  padding: 0;
}
@media (max-width: 767px) {
  .service-touch-experts .container .row .col-lg-3 {
    padding: 0 15px;
  }
}
@media (min-width: 992px) {
  .service-touch-experts .container .row .col-lg-3 {
    -ms-flex: 0 0 29%;
    flex: 0 0 29%;
    max-width: 29%;
  }
  .service-touch-experts .container .row .col-lg-8 {
    -ms-flex: 0 0 62.666667%;
    flex: 0 0 62.667%;
    max-width: 62.667%;
  }
}
@media (max-width: 991px) {
  .service-touch-experts .expert__left {
    margin-bottom: 40px;
  }
}
.service-touch-experts h3 {
  font-size: 24px;
  margin-bottom: 20px;
}
.service-touch-experts select.form-control:not([size]):not([multiple]) {
  height: 64px;
  border-radius: 0;
  border-color: #7C878E;
  font-size: 20px;
  margin-top: 40px;
  color: #C4C8CB;
}
.service-touch-experts select.form-control:not([size]):not([multiple]).active {
  color: #495057;
}

@media (max-width: 767px) {
  .expert__wrapper {
    padding-left: 5px;
  }
}
.expert__wrapper:after {
  content: "";
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), white);
  height: 100%;
  width: 200px;
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  .expert__wrapper:after {
    pointer-events: none;
    opacity: 0;
  }
}

.expert__wrapper .owl-stage {
  padding-left: 0 !important;
}

.expert__team__block {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}

.expert__wrapper .item {
  padding: 10px;
}

.expert__caption {
  padding: 15px;
}
.expert__caption .name {
  font-size: 24px;
}
@media (min-width: 1200px) {
  .expert__caption .name {
    white-space: nowrap;
  }
}
.expert__caption .destination {
  font-size: 16px;
}
.expert__caption .expert-contacts {
  margin-top: 30px;
}
.expert__caption .expert-contacts ul {
  padding: 0;
  margin: 0;
}
.expert__caption .expert-contacts ul li {
  list-style: none;
  display: inline-block;
  width: 20px;
  margin-right: 20px;
}
.expert__caption .expert-contacts ul li a img {
  max-width: 20px;
  max-height: 20px;
}

select.form-control {
  background: #fff url(../images/arrow-down.png) no-repeat 100% 50% !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

[data-class=wpcf7cf_group] {
  margin-top: 2px;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing,
div.wpcf7-mail-sent-ng,
div.wpcf7-aborted,
span.wpcf7-not-valid-tip {
  border: none;
  padding: 0;
  color: #DE6B48;
}

.loading {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background-color: transparent;
  border: 3px solid #DE6B48;
  border-top-color: #F3F4F4;
  border-bottom-color: #F3F4F4;
  -webkit-animation: 1s spin linear infinite;
  animation: 1s spin linear infinite;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.page-template-template-contact .get-quote {
  padding-top: 40px;
}

.page-template-template-contact .contactform__form textarea.form-control {
  height: 290px;
  margin-bottom: 45px;
}

@media (max-width: 767px) {
  .fl-mb-read-more p:not(:first-child) {
    display: none;
  }
}
@media (min-width: 768px) {
  .fl-mb-read-more .btn {
    display: none;
  }
}
.fl-mb-read-more.open-readmore .btn {
  color: transparent !important;
}
.fl-mb-read-more.open-readmore .btn:before {
  content: "read less";
  text-transform: capitalize;
  position: absolute;
  color: #7C878E !important;
}

.error-404 {
  min-height: 400px;
  text-align: center;
  padding: 10% 0;
}
.error-404 .page-title {
  font-family: "Gotham Bold";
  margin: 20px 0;
}

.search .content-area {
  padding: 50px 0;
}
.search .content-area .page-title {
  font-family: "Gotham Bold";
  margin-bottom: 30px;
}
.search .content-area .status-publish {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
}
.search .content-area .status-publish .entry-header {
  padding: 20px;
}
.search .content-area .status-publish .entry-header .entry-title a {
  font-size: 18px;
  line-height: 1.2;
  display: block;
  color: #7C878E;
}
.search .content-area .status-publish .entry-header h4 {
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 10px;
}
.search .content-area .status-publish .entry-summary {
  padding: 20px;
  padding-bottom: 0;
}
.search .content-area .status-publish .entry-footer {
  padding: 20px;
  padding-top: 0;
  min-height: 116px;
}
.search .content-area .status-publish .entry-footer a {
  color: #7C878E;
}

.posts-navigation {
  padding: 0 15px;
  width: 100%;
}
.posts-navigation .nav-links {
  display: flex;
  justify-content: space-between;
}
.posts-navigation .nav-links a {
  color: #7C878E;
  font-family: "Gotham Bold";
}

.archive .content-area {
  padding: 50px 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .archive .content-area [class*=col-] {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.archive .content-area .page-title {
  font-family: "Gotham Bold";
  margin-bottom: 30px;
}
.archive .content-area .latestnews__block {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
}
.archive .content-area .latestnews__block .image__block img {
  width: 100%;
}
.archive .content-area .latestnews__block .content__block {
  padding: 20px;
}
.archive .content-area .latestnews__block .content__block a {
  color: #7C878E;
  font-family: "Gotham Bold";
  font-size: 18px;
}

select::-ms-expand {
  display: none;
}

@media (max-width: 767px) {
  .fl-mb-read-more .btn--big {
    margin: 0 auto;
    display: block;
  }
}

.form-group [data-class=wpcf7cf_group] {
  padding-top: 16px;
}

@media (max-width: 991px) {
  .page-template-default .fullwidth-block {
    padding: 40px 0;
  }
}
@media (max-width: 991px) {
  .page-template-default .fullwidth-block .fl-mb-read-more {
    margin-bottom: 20px;
  }
}
.page-template-default .defaul-ttitle-block {
  padding: 50px 15px 0 15px;
}
.page-template-default .defaul-ttitle-block .title-block {
  margin-bottom: 0;
}
.page-template-default .defaul-ttitle-block .title-block h2 {
  margin-bottom: 20px;
}
.page-template-default .defaul-ttitle-block p {
  font-size: 20px;
  max-width: 745px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .page-template-default .ContentImageBlock {
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .page-template-default .ContentImageBlock {
    padding-top: 64px !important;
    padding-bottom: 0;
  }
}
.page-template-default .inner-banner {
  padding-bottom: 90px;
  padding-top: 75px;
}
@media (max-width: 991px) {
  .page-template-default .inner-banner {
    padding: 40px 0;
  }
}
.page-template-default .inner-banner .inner__banner__caption h1 {
  font-size: 24px;
}
@media (max-width: 767px) {
  .page-template-default .image__block {
    margin-bottom: 25px;
  }
}

.broker-single-media {
  max-height: 590px;
  overflow: hidden;
}
.broker-single-media img {
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .broker-single-media img {
    height: 512px;
    object-fit: cover;
  }
}

.broker-single-post-content {
  padding-bottom: 80px;
  margin-top: -250px;
}
@media (max-width: 767px) {
  .broker-single-post-content {
    margin-top: -20%;
  }
}
.broker-single-post-content .card {
  border: none;
  padding: 55px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
@media (max-width: 767px) {
  .broker-single-post-content .card {
    padding: 30px 20px;
  }
}
.broker-single-post-content .card .author {
  text-align: center;
}
.broker-single-post-content .card .author-image {
  margin-bottom: 25px;
}
.broker-single-post-content .card .author-image img {
  height: 80px;
  width: 80px;
  object-fit: cover;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.broker-single-post-content .card .title-section h1 {
  color: #ACB2B7;
  font-size: 48px;
  margin-bottom: 20px;
}
.broker-single-post-content .card .title-section h4 {
  font-size: 14px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.broker-single-post-content .card .title-section .contact-info {
  margin-bottom: 15px;
}
.broker-single-post-content .card .title-section .contact-info ul {
  margin: 0;
  padding: 0;
}
.broker-single-post-content .card .title-section .contact-info ul li {
  list-style: none;
  display: inline-block;
  line-height: 1;
}
.broker-single-post-content .card .title-section .contact-info ul li:not(:last-child) {
  border-right: 1px solid #7C878E;
  padding-right: 5px;
}
.broker-single-post-content .card .title-section .contact-info ul li a {
  font-size: 14px;
  color: #7C878E;
}
.broker-single-post-content .card .title-section .contact-location {
  font-size: 14px;
  color: #7C878E;
  margin-bottom: 22px;
}
.broker-single-post-content .card .title-section .contact-location p {
  font-size: 14px;
  color: #7C878E;
}
.broker-single-post-content .card .title-section .borker-social-media {
  margin-bottom: 33px;
  padding-top: 40px;
  position: relative;
}
.broker-single-post-content .card .title-section .borker-social-media:before {
  content: "";
  background: #7C878E;
  height: 1px;
  width: 140px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.broker-single-post-content .card .title-section .borker-social-media ul {
  padding: 0;
  margin: 0;
}
.broker-single-post-content .card .title-section .borker-social-media ul li {
  list-style: none;
  display: inline-block;
}
.broker-single-post-content .card .title-section .borker-social-media ul li a {
  background: #7C878E;
  color: #ffffff;
  height: 41px;
  width: 41px;
  display: block;
  line-height: 41px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
.broker-single-post-content .card .title-section .borker-social-media ul li a img {
  max-height: 20px;
  max-width: 20px;
}
.broker-single-post-content .card .blog-content p {
  font-size: 20px;
  margin-bottom: 30px;
}

.footer {
  background: #222427;
}
.footer .top-footer {
  padding: 40px 0;
}
.footer .top-footer .footer-media {
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(216, 216, 216, 0.2);
}
.footer .top-footer .footer-media ul {
  padding: 0;
  margin: 0;
  margin-top: 12px;
}
@media (max-width: 767px) {
  .footer .top-footer .footer-media ul {
    margin-top: 22px;
  }
}
@media (min-width: 768px) {
  .footer .top-footer .footer-media ul {
    text-align: right;
  }
}
.footer .top-footer .footer-media ul li {
  list-style: none;
  display: inline-block;
}
.footer .top-footer .footer-media ul li:not(:last-child) {
  margin-right: 40px;
}
.footer .top-footer .footer-media ul li a {
  color: #ffffff;
  font-size: 24px;
}
.footer .top-footer .footer-menu-item {
  padding: 45px 15px;
  margin: 0;
}
@media (max-width: 767px) {
  .footer .top-footer .footer-menu-item {
    padding-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer .top-footer .footer-menu-item {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.footer .top-footer .footer-menu-item ul {
  margin: 0;
  padding: 0;
}
.footer .top-footer .footer-menu-item ul li {
  list-style: none;
  margin-bottom: 10px;
}
.footer .top-footer .footer-menu-item ul li a {
  color: #ffffff;
  font-size: 17px;
}
.footer .top-footer .footer-menu-item ul li > a {
  font-family: "Gotham Bold";
}
.footer .top-footer .footer-menu-item ul .sub-menu {
  margin-top: 15px;
}
.footer .top-footer .footer-menu-item ul .sub-menu li {
  margin-bottom: 5px;
}
.footer .top-footer .footer-menu-item ul .sub-menu li a {
  font-family: "Gotham Book";
}
.footer .copy-right {
  background: #2E3234;
  min-height: 40px;
  display: flex;
  align-items: center;
  padding: 6px 0;
}
.footer .copy-right .privacy-policy ul {
  padding: 0;
  margin: 0;
}
.footer .copy-right .privacy-policy ul li {
  list-style: none;
  display: inline-block;
  margin-right: 15px;
}
.footer .copy-right .privacy-policy ul li a {
  color: #ffffff;
  font-size: 14px;
}
.footer .copy-right .privacy-policy ul li:last-child {
  margin-right: 0;
}
.footer .copy-right .copy-right-right {
  text-align: right;
  color: #ffffff;
  font-size: 14px;
}
@media (max-width: 767px) {
  .footer .copy-right .copy-right-right {
    text-align: left;
    margin-top: 12px;
  }
}

.scrollToTop {
  background: #DE6B48;
  position: fixed;
  bottom: 0;
  right: 5%;
  bottom: 8%;
  height: 30px;
  width: 30px;
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  border-radius: 2px;
}

.service-icon-block {
  background: #ffffff;
  padding: 70px 0;
  display: flex;
  align-items: center;
  min-height: 322px;
}
.service-icon-block .row {
  justify-content: center;
}
@media (min-width: 1024px) {
  .service-icon-block .row {
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
  }
}
@media (min-width: 1024px) {
  .service-icon-block .row [class*=col-] {
    -ms-flex: auto;
    flex: auto;
    max-width: 100%;
  }
}
.service-icon-block .service__wrapper {
  text-align: center;
}
@media (max-width: 991px) {
  .service-icon-block .service__wrapper {
    margin: 40px 0;
  }
}
.service-icon-block .service__wrapper .service__icon {
  margin-bottom: 20px;
  min-height: 84px;
}
.service-icon-block .service__wrapper .service__info p {
  margin: 0;
  font-size: 20px;
}

.nav-tabs {
  border-bottom: none;
}
.nav-tabs .nav-item {
  margin-bottom: 0;
}
.nav-tabs .nav-item .nav-link {
  border: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 14px;
  font-size: 18px;
  color: #7C878E;
  text-transform: uppercase;
}
.nav-tabs .nav-item .nav-link.active {
  color: #DE6B48;
  background-color: #DBDEE0;
  border: none;
  font-family: "Gotham Bold";
}
@media (max-width: 767px) {
  .nav-tabs .nav-item .nav-link.active {
    background-color: #ffffff;
  }
}
.nav-tabs .nav-item .nav-link:hover {
  color: #DE6B48;
  background-color: #DBDEE0;
  border: none;
  font-family: "Gotham Bold";
}
@media (max-width: 767px) {
  .nav-tabs .nav-item .nav-link:hover {
    background-color: #ffffff;
  }
}

.finlease__tab__wrapper {
  background: #DBDEE0;
  padding: 38px 0;
}
.finlease__tab__wrapper .finlease__tab__items {
  margin: 20px 0;
  position: relative;
}
.finlease__tab__wrapper .finlease__tab__items .tab-overlay {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 100%;
  background: rgba(124, 135, 142, 0.8);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.5s;
}
.finlease__tab__wrapper .finlease__tab__items .tab-overlay a {
  visibility: hidden;
}
.finlease__tab__wrapper .finlease__tab__items .finlease__tab__image {
  min-height: 1px;
}
.finlease__tab__wrapper .finlease__tab__items .finlease__tab__image img {
  width: 100%;
}
.finlease__tab__wrapper .finlease__tab__items .finlease__tab__grid__info {
  background: #ffffff;
  padding: 24px;
}
.finlease__tab__wrapper .finlease__tab__items .finlease__tab__grid__info h4 {
  font-size: 16px;
  font-family: "Gotham Bold";
  text-transform: capitalize;
  margin-block-end: 13px;
}
.finlease__tab__wrapper .finlease__tab__items .finlease__tab__grid__info p {
  position: relative;
}
.finlease__tab__wrapper .finlease__tab__items .finlease__tab__grid__info p:last-child {
  margin-bottom: 0;
}
.finlease__tab__wrapper .finlease__tab__items .finlease--tab--icon p {
  padding-left: 40px;
}
.finlease__tab__wrapper .finlease__tab__items .finlease--tab--icon p img {
  position: absolute;
  left: 0;
}
.finlease__tab__wrapper .finlease__tab__items .finlease--tab--icon p a {
  color: #7C878E;
  text-decoration: none;
}
.finlease__tab__wrapper .finlease__tab__items:hover .tab-overlay {
  opacity: 1;
}
.finlease__tab__wrapper .finlease__tab__items:hover .tab-overlay a {
  visibility: visible;
}

.tab-content .row {
  margin: 0 -12px;
}
.tab-content .row [class*=col-] {
  padding: 0 12px;
}
@media (max-width: 991px) {
  .tab-content .row [class*=col-] {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.brocker-section-detail h3 {
  font-size: 24px;
  margin-bottom: 15px;
}
.brocker-section-detail p {
  font-size: 20px;
  line-height: 1.5;
}

.broker-category-section {
  padding-bottom: 80px;
  margin-bottom: 55px;
}
@media (max-width: 767px) {
  .broker-category-section {
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
}
.broker-category-section:not(:last-child) {
  border-bottom: 1px solid #7C878E;
}

.brocker--tab .finlease__tab__wrapper {
  padding-top: 55px;
}
@media (max-width: 767px) {
  .brocker--tab .finlease__tab__wrapper {
    padding-bottom: 1px;
  }
}

.applicationform {
  padding: 80px 0 65px 0;
}
@media (max-width: 767px) {
  .applicationform {
    padding: 50px 0;
  }
}
.applicationform .application__desc {
  max-width: 745px;
  width: 100%;
  margin: 0 auto;
}
.applicationform .application__desc p {
  font-size: 20px;
}
.applicationform .form__block {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .applicationform .form__block {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .applicationform .form__block {
    text-align: center;
  }
}
.applicationform .form__block h3 {
  font-size: 24px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .applicationform .form__block h3 {
    margin-bottom: 20px;
  }
}
.applicationform .form__block .btn--big {
  max-width: 393px;
  padding: 14px 20px;
  margin-bottom: 15px;
}

.loan-calculator-text {
  padding: 56px 0;
}
.loan-calculator-text .loan__calculator__wrapper {
  max-width: 650px;
}
.loan-calculator-text .loan__calculator__wrapper h2 {
  font-family: "Gotham Black";
  margin-bottom: 20px;
}
.loan-calculator-text .loan__calculator__wrapper p {
  font-size: 20px;
}

.service-icon-block--light--slate--grey {
  background: #F3F4F4;
}
.service-icon-block--light--slate--grey .title-block {
  margin-bottom: 50px;
}

.help--slate--grey {
  padding-top: 64px;
}
@media (min-width: 992px) {
  .help--slate--grey .row .help__content__block {
    padding-right: 48px;
  }
}
@media (min-width: 992px) {
  .help--slate--grey .row:nth-child(odd) .help__content__block {
    padding-left: 48px;
    padding-right: 0;
  }
}
.help--slate--grey .help__content__block {
  max-width: 100%;
  margin-left: 0;
}
.help--slate--grey .help__content__block h3 {
  color: #ffffff;
}
.help--slate--grey .help__content__block p {
  color: #ffffff;
}

.finlease--calculator--tab .nav-tabs .nav-item .nav-link {
  text-transform: capitalize;
  padding: 14px 20px;
}
@media (max-width: 767px) {
  .finlease--calculator--tab .nav-tabs .nav-item .nav-link {
    text-align: center;
  }
}

.calculator-values h3 {
  font-size: 24px;
  line-height: 2rem;
  margin-bottom: 20px;
}

.calculator__output {
  background: #ffffff;
  padding: 24px 40px;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .calculator__output {
    padding: 24px;
  }
}
@media (max-width: 991px) {
  .calculator__output {
    max-width: 580px;
    margin: 0 auto;
    width: 90%;
  }
}
.calculator__output .calc__value {
  border-bottom: 1px solid #DBDEE0;
  margin-bottom: 25px;
  padding-bottom: 20px;
}
.calculator__output h3 {
  font-size: 24px;
  border-bottom: 1px solid #DBDEE0;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.calculator__output .form-control {
  text-align: right;
  border: none;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  font-family: "Gotham Bold";
  pointer-events: none;
  background: none !important;
}
@media (max-width: 767px) {
  .calculator__output .form-control {
    text-align: left;
    padding-left: 0;
  }
}
.calculator__output .calculated-value {
  margin-bottom: 30px;
  margin-top: 1rem;
}
.calculator__output .calculated-value h2 {
  font-family: "Gotham Black";
}
.calculator__output .calculated-value .wpcf7-form-control {
  width: 100%;
  border: none;
  padding: 0;
  color: #7C878E;
  pointer-events: none;
}
.calculator__output .btn--big {
  max-width: 100%;
}

.fl-quote-email {
  margin-block-end: 1rem;
}
.fl-quote-email .wpcf7-form-control {
  height: 64px;
  border-radius: 0;
  background: #ffffff;
  border: 1px solid rgba(142, 155, 163, 0.2);
  padding: 15px 25px;
  width: 100%;
}
.fl-quote-email .wpcf7-form-control.wpcf7-not-valid {
  border: 1px solid #DE6B48;
}

.range-output {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .range-output {
    max-width: 580px;
    margin: 0 auto 30px;
    width: 90%;
  }
}
.range-output .form-control {
  height: 48px !important;
  border: none;
  border-radius: 0;
  max-width: 148px;
  margin-left: auto;
  margin-bottom: 22px;
  box-shadow: none;
}

.finlease--calculator--tab .finlease__tab__wrapper {
  padding: 50px 0 60px 0;
}
@media (max-width: 991px) {
  .finlease--calculator--tab .finlease__tab__wrapper {
    padding-bottom: 0;
  }
}

.custom-control .custom-control-label {
  position: relative;
  cursor: pointer;
  padding-left: 6px;
}
.custom-control .custom-control-label:before {
  position: absolute;
  top: 0;
  left: -1.5rem;
  display: block;
  width: 21px;
  height: 21px;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #ffffff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #DE6B48;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background: none;
  height: 6px;
  width: 11px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  content: "";
  position: absolute;
  transform: rotate(-45deg);
  top: 6px;
  left: -19px;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
}

.ui-widget.ui-widget-content {
  background: #ffffff;
}
@media (max-width: 767px) {
  .ui-widget.ui-widget-content {
    margin-right: 10px;
  }
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.5em;
}

.ui-slider .ui-slider-handle {
  cursor: move;
  -ms-touch-action: auto;
  touch-action: auto;
}

.ui-slider-horizontal {
  height: 5px;
  border: none !important;
}

.ui-widget-header {
  background: #DE6B48;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
.ui-button.ui-state-disabled:hover,
.ui-button.ui-state-disabled:active,
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #DE6B48;
  background: #DE6B48;
  font-weight: normal;
  color: #DE6B48;
  border-radius: 50% !important;
}

.dynamictext-msg textarea {
  border-radius: 0;
  background: #ffffff;
  border: 1px solid rgba(142, 155, 163, 0.2);
  padding: 15px 25px;
  width: 100%;
  height: 120px;
}

@media (min-width: 768px) {
  .tabwrapper-carousel {
    display: flex;
  }
}
.tabwrapper-carousel .owl-nav {
  margin: 0;
}
.tabwrapper-carousel .owl-nav button {
  background: none !important;
  outline: none;
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  margin: 0 !important;
}
.tabwrapper-carousel .owl-nav button:after {
  content: "";
  height: 12px;
  width: 12px;
  border-left: 2px solid #2E3234;
  border-bottom: 2px solid #2E3234;
  display: block;
}
.tabwrapper-carousel .owl-nav button.owl-next {
  right: 10px;
}
.tabwrapper-carousel .owl-nav button.owl-next:after {
  transform: rotate(-135deg);
}
.tabwrapper-carousel .owl-nav button.owl-prev {
  left: 10px;
}
.tabwrapper-carousel .owl-nav button.owl-prev:after {
  transform: rotate(45deg);
}

.tabwrapper-carousel .owl-nav button span {
  display: none;
}

.featured-block {
  margin-bottom: 30px;
}
.featured-block .image__block {
  max-height: 535px;
  overflow: hidden;
  position: relative;
}
.featured-block .image__block:after {
  background: rgba(124, 135, 142, 0.5);
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 0;
  z-index: 1;
}
.featured-block .image__block img {
  width: 100%;
}
@media (max-width: 767px) {
  .featured-block .image__block img {
    height: 350px;
    object-fit: cover;
  }
}
.featured-block .image__block .feature-blog-caption {
  position: absolute;
  padding: 30px 96px;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  z-index: 10;
}
@media (max-width: 767px) {
  .featured-block .image__block .feature-blog-caption {
    padding: 30px;
  }
}
.featured-block .image__block .feature-blog-caption .featured {
  text-transform: uppercase;
  color: #ffffff;
  line-height: 1.5;
  font-size: 14px;
  margin-bottom: 30px;
}
.featured-block .image__block .feature-blog-caption h3 {
  max-width: 570px;
  font-size: 48px;
  line-height: 1.2;
  color: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .featured-block .image__block .feature-blog-caption h3 {
    font-size: 6vw;
  }
}
.featured-block .image__block .feature-blog-caption a {
  color: #ffffff;
  border: 1px solid #ffffff;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .featured-block .image__block .feature-blog-caption a {
    padding: 10px 25px;
    width: auto;
  }
}

.blog-section {
  background: #F3F4F4;
  padding: 40px 0 80px 0;
}
.blog-section .latestnews__block {
  margin-bottom: 40px;
}
.blog-section .explore__blog {
  margin-top: 15px;
  width: 100%;
}

.blog-lists .row {
  margin: 0 -12px;
}
.blog-lists .row [class*=col-] {
  padding: 0 12px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-lists .row [class*=col-] {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.filter-buttons ul {
  padding: 0;
  margin: 0;
}
.filter-buttons ul li {
  list-style: none;
  display: inline-block;
  margin-bottom: 30px;
}
.filter-buttons ul li:not(:last-child) {
  margin-right: 5px;
}
.filter-buttons ul li a {
  font-size: 18px;
  font-family: "Gotham Bold";
  padding: 17px 24px;
}
.filter-buttons ul li a:hover {
  background: #7C878E;
  color: #ffffff !important;
  border: 1px solid #7C878E;
}
.filter-buttons ul li a.selected-term {
  background: #7C878E;
  color: #ffffff !important;
  border: 1px solid #7C878E;
}
@media (max-width: 767px) {
  .filter-buttons ul li a {
    font-size: 14px;
    font-family: "Gotham Bold";
    padding: 10px 15px;
  }
}

.sort-by {
  margin-bottom: 30px;
}
.sort-by select.form-control {
  background-color: transparent !important;
  border: 1px solid #7C878E;
  color: #7C878E;
  height: 64px !important;
  max-width: 270px;
  font-size: 18px;
  font-family: "Gotham Bold";
  padding: 17px 24px;
  margin-right: 0;
  margin-left: auto;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .sort-by select.form-control {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .sort-by select.form-control {
    font-size: 14px;
    padding: 10px 24px;
    margin-left: 0;
    height: 43px !important;
  }
}

.blog-single-media {
  max-height: 590px;
  overflow: hidden;
}
.blog-single-media img {
  width: 100%;
}

.blog-single-post-content {
  margin-top: -250px;
}
@media (max-width: 767px) {
  .blog-single-post-content {
    margin-top: -20%;
  }
}
.blog-single-post-content .card {
  padding: 64px 96px 96px 96px;
  border: none;
  margin-bottom: 48px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
@media (max-width: 767px) {
  .blog-single-post-content .card {
    padding: 30px;
  }
}
.blog-single-post-content .card .title-section {
  text-align: center;
  margin-bottom: 25px;
}
.blog-single-post-content .card .title-section .date {
  color: #7C878E;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 14px;
}
.blog-single-post-content .card .title-section h1 {
  color: #ACB2B7;
  font-size: 48px;
  max-width: 900px;
  margin: 0 auto;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .blog-single-post-content .card .title-section h1 {
    font-size: 30px;
    line-height: 1.2;
  }
}
.blog-single-post-content .card .author {
  text-align: center;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .blog-single-post-content .card .author {
    margin-bottom: 35px;
  }
}
.blog-single-post-content .card .author h4 {
  color: #7C878E;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 27px;
}
.blog-single-post-content .card .author .author-image {
  max-width: 140px;
  margin: 0 auto;
  border-bottom: 1px solid #7C878E;
  padding-bottom: 48px;
}
@media (max-width: 767px) {
  .blog-single-post-content .card .author .author-image {
    padding-bottom: 28px;
  }
}
.blog-single-post-content .card .author .author-image img {
  width: 80px;
  height: 80px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.blog-single-post-content .card .blog-content p {
  font-size: 20px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .blog-single-post-content .card .blog-content p {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.you-may-like {
  padding-bottom: 80px;
}
.you-may-like h4 {
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
}
.you-may-like .like__block {
  margin-top: 30px;
  position: relative;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  overflow: hidden;
}
.you-may-like .like__block img {
  -webkit-transition: all 2s;
  transition: all 2s;
  width: 100%;
}
.you-may-like .like__block:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.you-may-like .like__block .like-caption {
  position: absolute;
  bottom: 0;
  background-color: rgba(124, 135, 142, 0.6);
  width: 100%;
  height: 100%;
  text-align: center;
}
.you-may-like .like__block .like-caption a {
  color: #ffffff;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
  text-decoration: none;
  justify-content: center;
  padding: 40px;
  font-family: "Gotham Medium";
}

/* =========== FIX MEGA MENU ======== */
.dropdown-menu.mega-dropdown-menu.show{
    margin: -1px 0 0;
}
.dropdown-menu.mega-dropdown-menu.show ul li{
	margin-right: 0px !important;
}
.mega-dropdown .mega-dropdown-menu ul .mega-dropdown-items:last-child{
	margin-top: 26px !important;
}
.mega-dropdown .mega-dropdown-menu ul .mega-dropdown-items .mega-dropdown-lists .mega-dropdown-items:last-child{
	margin-top: 0px !important;	
}
.mega-dropdown .mega-dropdown-menu {
    min-height: unset;
}
/* =========== ADD HOVER EFFECTS ON BUTTONS ======== */
.btn--outline--red--dust{
	
}
.btn--outline--red--dust:hover{
    color: #fff !important;
    background-color: #DE6B48;	
}
.banner .container .banner-caption .get-started .btn{
    border: 1px solid #DE6B48;		
}
.banner .container .banner-caption .get-started .btn:hover{
    color: #DE6B48 !important;
    background-color: transparent;	
}
.btn--red--outline:hover{
    color: #fff !important;
    background-color: #DE6B48;
}
.image__block a img{
	transition: all .15s ease-in-out 0s;
}
.image__block a:hover img{
	opacity:.8;
}
.btn--gray--outline:hover{
    color: #fff !important;
    background-color: #7C878E;	
}
.btn--red--dust{
    border: 1px solid #DE6B48;		
}
.btn--red--dust:hover{
    color: #DE6B48 !important;
    background-color: transparent;	
}
.featured-block .image__block .feature-blog-caption a {
    color: #ffffff;
    border: 1px solid #ffffff;
    margin-top: 30px;
}
.featured-block .image__block .feature-blog-caption a:hover{
	color:#7C878E;
	background-color: #ffffff;
}
.tab-overlay .btn--red--dust:hover{
    color: #DE6B48 !important;
    background-color: rgba(222,222,222,.9);		
	border: 1px solid #fff;
}

/* ======== CHANGE MENU TO A HOVER MENU ============== */
.navbar{
	padding: 0px;
}
#navbarSupportedContent #menu-secondary-menu{
	display: none;
}
@media screen and (max-width:990px) {
	#navbarSupportedContent #menu-secondary-menu{
		display: flex;
	}
	.new-menu{
		display: none !important;
	}
}
.inner-header-wrapper{
	border-bottom: none !important;
}
.new-menu{
	background-color: #fff;
	height: auto;
	border-top: 1px solid #DBDEE0;
}
.new-menu .container{
	display: -webkit-flex;
	-webkit-align-items: center;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: none;
	padding: 0px 15px;
}


.new-menu .clear{
	clear: both;
}
div.nav-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
div.nav-menu li {
    line-height: 1.7;
}
div.nav-menu a {
    color: rgba(0,0,0,.5);
    /* font-size: 18px; */
    font-size: 16px;
    padding: 0px 0px;
    text-decoration: none;
    display: block;
}
div.nav-menu > ul > li {
    float: left;
}
div.nav-menu > ul > li > a{
    padding: 20px 0px;
}


#menu-secondary-menu li{
	margin-right: 30px;
}
@media only screen and (min-width: 1076px) and (max-width: 1366px)  {
	#menu-secondary-menu > li{
		margin-right: 15px;
	}
	#menu-secondary-menu > li:last-child{
		margin-right: 0;
	}
	#menu-secondary-menu > li > a {
		font-size: 14px;
	}
	#menu-secondary-menu .menu-item-has-children > a {
		padding-right: 15px !important;
	}
}


#menu-secondary-menu .menu-item-has-children a{
	content: "";
	display: inline-block;
	position: relative;
	background-image:url("../images/drop-down-icon.png");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 10px 10px;
	padding-right: 25px;

}

div.nav-menu > ul > li:hover > a{
    text-shadow: 1px 0 0 rgba(0,0,0,.5);
}

#menu-secondary-menu .menu-item-has-children .sub-menu li a{
	background-image:none !important;
}
#menu-secondary-menu .menu-item-has-children .sub-menu{
	background-color: #fff !important;
	position: absolute;
	left: 0;
	width: 100%;
}
#menu-secondary-menu .menu-item-has-children .sub-menu li{
	display: inline-block;
	position: relative;
	width: 25%;
	float: left;
	margin-right: 0px;
}
/* == FOR VIHICLE AND BUSINESS BIG MENU STYLE == */
#menu-secondary-menu #menu-item-1171.menu-item-has-children .sub-menu,
#menu-secondary-menu #menu-item-1172.menu-item-has-children .sub-menu,
#menu-secondary-menu #menu-item-1184.menu-item-has-children .sub-menu{
	padding-left: 0px !important;
}
#menu-secondary-menu #menu-item-1171.menu-item-has-children .sub-menu li,
#menu-secondary-menu #menu-item-1172.menu-item-has-children .sub-menu li,
#menu-secondary-menu #menu-item-1184.menu-item-has-children .sub-menu li{
	width: 20% !important;
}
#menu-secondary-menu #menu-item-1171.menu-item-has-children .sub-menu li .sub-menu li,
#menu-secondary-menu #menu-item-1172.menu-item-has-children .sub-menu li .sub-menu li,
#menu-secondary-menu #menu-item-1184.menu-item-has-children .sub-menu li .sub-menu li{
	width: 100% !important;
}

#menu-secondary-menu .menu-item-has-children .sub-menu li .sub-menu li{
	display: block;
	position: relative;
	width: 100%;
	float: none;
}
#menu-secondary-menu .menu-item-has-children .sub-menu li a{
	padding:  10px 30px;
}

#menu-secondary-menu .menu-item-has-children .sub-menu{
	padding: 40px 0px;
	border-top: 1px solid #DBDEE0;
	border-bottom: 1px solid #DBDEE0;
	transition: all 0.5s !important;
}
#menu-secondary-menu .menu-item-has-children .sub-menu .sub-menu{
	padding: 10px 0px 0px 0px;
	position: relative !important;
	display: block !important;
	left: auto !important;
	border-top: 0px solid #DBDEE0;
	border-bottom: 0px solid #DBDEE0;
}
#menu-secondary-menu .menu-item-has-children .sub-menu li a{
    text-shadow: 1px 0 0 rgba(0,0,0,.5);	
}
#menu-secondary-menu .menu-item-has-children .sub-menu li a:hover{
	color: #DE6B48;
	text-shadow: 1px 0 0 #DE6B48;
}
#menu-secondary-menu .menu-item-has-children .sub-menu .sub-menu li a{
    text-shadow: none;	
    padding: 5px 30px;
}

/* Sub/Children Menu */
div.nav-menu .sub-menu,
div.nav-menu .children {
    position: absolute;
    left: 0;
    top: 98%;
    z-index: 1;
    background: #333;
    min-width: 200px;
    display: none;
}
div.nav-menu li:hover > .sub-menu,
div.nav-menu li:hover > .children {
    display: block;
}
div.nav-menu .sub-menu a,
div.nav-menu .children a {
    padding: 5px 10px;
}

/* Grandchildren Menu */
div.nav-menu .sub-menu .sub-menu,
div.nav-menu .children .children {
    position: absolute;
    left: 100%;
    top: 0;
    background: #444;
}

@media only screen and (max-width: 1075px)  {
	#menu-secondary-menu li {
	    margin-right: 20px;
	}	
	#menu-secondary-menu li:first-child{
		margin-left: 15px;
	}
	#menu-secondary-menu .sub-menu li:first-child{
		margin-left: 0px;
	}	
}
/*# sourceMappingURL=custom.css.map */


/* ======== EMBED VIDEO TO THE OUR STORY PAGE ============== */

body.page.page-id-311 .fullwidth-block.Light--Slate--Grey{
	padding-bottom: 0px;
}

body.page.page-id-311 .fullwidth-block.Light--Slate--Grey.full--width--big{
	padding-bottom: 80px;
}

.embed-container{
	text-align: center;
}
.embed-text{
	font-size: 20px;
	text-align: center;
	margin-bottom: 80px;	
}
.embed-container iframe{
	margin: 30px 0px;
}
@media screen and (max-width:767px) {
	.embed-container { 
		position: relative; 
		padding-bottom: 56.25%;
		overflow: hidden;
		max-width: 100%;
		height: auto;
	} 
	.embed-container iframe,
	.embed-container object,
	.embed-container embed { 
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}	
	.embed-text{
		margin-top: 60px;
		padding: 0px 30px;
	}
}


body.page.page-id-302 .tab-content .tab-pane#Boat,
body.page.page-id-1221 .tab-content .tab-pane#Mortgage,
body.page.page-id-1219 .tab-content .tab-pane#Truck,
body.page.page-id-1217 .tab-content .tab-pane#Car,
body.page.page-id-1215 .tab-content .tab-pane#Equipment,
body.page.page-id-1211 .tab-content .tab-pane#Boat{
	display: block !important;
	opacity: 1;	
} 
/*
body.page.page-id-302 .tab-content .tab-pane#Boat,
body.page.page-id-1223 .tab-content .tab-pane#Mortgage,
body.page.page-id-1225 .tab-content .tab-pane#Truck,
body.page.page-id-1227 .tab-content .tab-pane#Car,
body.page.page-id-1229 .tab-content .tab-pane#Equipment,
body.page.page-id-1231 .tab-content .tab-pane#Boat{
	display: block !important;
	opacity: 1;	
}
*/

#menu-secondary-menu .mega-dropdown .sub-menu {
	/* padding-left: 19%; */
	width: 100%;
}

#menu-secondary-menu .mega-dropdown .sub-menu .sub-menu{
	padding-left: 0px !important;
	width: 100% !important;
}

@media only screen and (max-width: 1800px)  {
	#menu-secondary-menu .mega-dropdown .sub-menu {
		/* padding-left: 12.5%; */
	}	
	
}
@media only screen and (max-width: 1400px)  {
	#menu-secondary-menu .mega-dropdown .sub-menu {
		padding-left: 0px;
	}	
	
}
/* =============== PRODUCT REVIEW CSS ================== */
.scrollToTop{
	bottom: 12% !important;
	z-index: 9999;
}
#reviews{
	display: none;
	background-color:#A2A569;
	position:fixed;
	z-index: 9999;
	right:0;
	bottom:0;
	color: #fff;
	padding: 0px;
	font-size: 15px;
	text-transform: uppercase;
	border-radius:2px 0px 0px;
	line-height: 1em;
	text-align: center;
}

body.home.page-template-template-home #reviews{
	display: block;
	display: inline-block;
}
#reviews p{
	margin-bottom: 10px;
}
#reviews a{
    color: #fff;
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 15px 30px;
}
#reviews a:hover{
	color: #fff;
	text-decoration: none;
}
#reviews .stars{
	margin: 0px;
}
#reviews .stars span {
  position: relative;
  
  display: inline-block;
  width: 0;
  height: 0;
  
  margin-left: .9em;
  margin-right: .9em;
  margin-bottom: 1.2em;
  
  border-right:  .3em solid transparent;
  border-bottom: .7em  solid #fff;
  border-left:   .3em solid transparent;

  /* Controlls the size of the stars. */
  font-size: 10px;
}
  
#reviews .stars span:before, #reviews .stars span:after {
    content: '';    
    display: block;
    width: 0;
    height: 0;   
    position: absolute;
    top: .6em;
    left: -1em;  
    border-right:  1em solid transparent;
    border-bottom: .7em  solid #fff;
    border-left:   1em solid transparent;  
    transform: rotate(-35deg);
}
  
#reviews .stars span:after {  
    transform: rotate(35deg);
}
.latestnews__block .content__block a{
	color: inherit;
	display: block;
	position: relative;
}
.latestnews__block a:hover{
	text-decoration: none;
}
#menu-mobile-nav{
	display: none;
}
@media screen and (max-width:1075px){
	#menu-primary-menu{
		display: none;
	}
	#menu-mobile-nav{
		display: block;
	}
}
@media screen and (max-width:950px){
	.navbar .container .menu-mobile-nav-container #menu-mobile-nav{

	}
	.navbar .container .menu-mobile-nav-container #menu-mobile-nav ul{
		padding: 0px;
		margin: 0px;		
	}
	.navbar .container .menu-mobile-nav-container #menu-mobile-nav li{	
		list-style-type: none !important;
	}
	.navbar .container .menu-mobile-nav-container #menu-mobile-nav li a{
		
	}	
	.navbar .container .menu-mobile-nav-container #menu-mobile-nav li h3{
		font-weight: 400;
		font-family: "Gotham Book";
	}	

		
	.navbar .container .menu-mobile-nav-container #menu-mobile-nav li .dropdown-toggle.nav-link{
		color: #7C878E !important;
	}
	
	
		
}
@media screen and (max-width:767px) {

	#reviews{
		width: 100% !important;
		font-size: 12px;
	}
	#reviews a{
	    padding: 12px 30px;
	}	
	#reviews .stars span {
		font-size: 8px;
	}

	body.home .latestnews .explore__blog .btn{
		margin-top: 40px;
	}
	body.home .help .container .row:nth-child(2){
		margin-bottom: 40px;
	}
	body.page-template-template-services .ContentImageBlock .row .col-lg-6 .img-fluid{
		margin-bottom: 40px;
	}
	
	body.page-template-template-services .ContentImageBlock .row .col-lg-6 .fl-mb-read-more .btn{
		margin-top: 40px;
	}
	
	body.page-template-template-services .service-touch-experts{
			
	}
	body.page-template-template-services .fullwidth-block{
			
	}
	body.page-template-template-services .readystart{
			
	}
	body.page-template-template-services .testimonial{
			
	}
	body.page-template-template-services .get-quote{
			
	}
	body.page-template-template-services .footer{
			
	}
}	

.calculator-values .form-group{
	position:relative;
}
.calculator-values .form-group label{
	position:absolute;
	margin:12px 0px;
}
img.attachment-finlease-image-blog-listing.size-finlease-image-blog-listing.wp-post-image.img-fluid {
    width: 100%;
}
@media screen and (max-width:767px) {
	.calculator-values .form-group label{
		position:relative;
	}
}
@media (min-width: 1075px) {
  .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1075px) {
	#menu-primary-menu {
	    display: block !important;
	}
}
@media (max-width: 1075px) {
	.new-menu{
		display: none !important;
	}
}
@media (max-width: 767px) {
	#menu-mobile-nav{
		overflow:scroll;
		height: 430px;
	}
	.help .help__content__block {
		margin: 0px 0px 30px 0px !important;
	}
	body.home .help .container .row {
	    margin-bottom: 40px !important;
	}
	.touch-experts .container .row .col-lg-6{
		margin-bottom: 40px !important;		
	}
}	
/* =========== Get in touch with our experts drop down Style ========== */

.expert__left{

}
.expert__left .form-group{
	position: relative;
}
.expert__left .form-group select{	
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;	
}
.expert__left .form-group select:active,
.expert__left .form-group select:focus{
	border: none !important;
	outline: none !important;
}
.expert__left .form-group select option{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;	
	background-color: #fff !important;
	font-family: "Gotham Book" !important;
	border-radius: 0px !important;
	
}
.expert__left .form-group select optgroup{

}
.expert__left .form-group select optgroup option{
	font-family: "Gotham Book" !important;
}
#__lpform_Boat-loan_icon,
#__lpform_Equipment-loan_icon,
#__lpform_Car-loan_icon,
#__lpform_Truck-loan_icon,
#__lpform_Mortgage-loan_icon{
	display: none !important;
}

/* Technology - Aircraft - Crane */

body.page.page-id-1061 #location-select,
body.page.page-id-1069 #location-select,
body.page.page-id-1066 #location-select,
body.page.page-id-1080 #location-select,
body.page.page-id-1084 #location-select,
body.page.page-id-1008 #location-select,
body.page.page-id-934 #location-select{ 
	display: none !important;	
}
@media screen and (max-width:767px) {
	.service-touch-experts{
		overflow-x: hidden;	
	}
}
/* All Pages */
.select2-dropdown{
	z-index: 999999;
}
.select2{
	width: 100% !important;
}
.select2:focus{
	outline:none !important;
}
.select2 .select2-selection{
	border: none;
	border-bottom: 1px solid #A2A569 !important;
	border-radius: 0;
}

.select2 .selection{

}
.select2 .selection .select2-selection{
	height: 47px;
}
.select2 .selection .select2-selection:focus{
	outline: none;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder{
	font-size: 24px !important;
	font-family: "Gotham Book" !important;
    color: #7C878E !important;
	font-weight: 400 !important;
}
.select2 .selection .select2-selection .select2-selection__rendered{							
	width: 380px !important;
	height: 50px;
	line-height: 1em;
	font-family: "Gotham Bold";
	border: none;
	margin: 0px;
	color:#A2A569;
	font-size: 24px;
	font-weight: 500 !important;
	padding: 13px 0px 13px 13px !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	display: inline-block;
}	
.select2-container--default .select2-selection--single .select2-selection__arrow{
	height: 47px;	
}						
.select2 .selection .select2-selection .select2-selection__rendered:focus{
	outline: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	color: #A2A56B;	
}
.fin-btn{
		color: #fff;
    background-color: #DE6B48;
    font-family: "Gotham Bold";
    border: 1px solid #DE6B48;
    border-radius: 2px;
    white-space: normal;
    position: relative;
    padding: 10px 30px;
    display: inline-block;
    font-size: 18px;
    line-height: 1.5em;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.fin-btn:hover{
	color:#DE6B48;
	background-color:transparent;
	text-decoration:none;
}
.title-block {
    margin-top: 20px;
}
.productreviewwidget{
	padding: 100px 0px;
}
@media screen and (max-width:767px) {
	html, body {
		overflow-x: hidden;
		-webkit-text-size-adjust: 100%; 
	}	
	.title-block h2{
		font-size: 25px !important;
	}
	.service-icon-block {
		overflow-x: auto;
	}
	.service-icon-block .container .row{
		width: 1200px !important;
		display: inline-flex !important;
		justify-content: left;
	}
	.service-icon-block .container .col-lg-3.col-md-6{
		width: 25% !important;
	}
	.service__info p{
		font-size: 18px;
	}
}
/* Sitemap Page */
.sitemap-page{
	padding: 100px 0px;
}
.sitemap-page h2{
	font-weight: 400;
	font-size:25px;
}
.sitemap-page ul{
	padding-left: 15px;
}
.sitemap-page li{

}
.sitemap-page ul li a{
	color: #7C878E;
}
@media screen and (max-width:767px) {
	.sitemap-page{
		padding: 60px 0px;
	}
}
/* Quote Page */
body.page-template-template-quote{
	background-color: #fff;
	height: 100vh;
	display: -webkit-flex; /* Safari */
	-webkit-align-items: center; /* Safari 7.0+ */
	display: flex;
	align-items: center;
	padding: 0 !important;
	justify-content: center;
}
body.page-template-template-quote .header-wrapper,
body.page-template-template-quote .footer{
		display: none !important;	
}
.quote-page{
	max-width: 600px;
}
.quote-header{
	background-color: #A2A569;
	padding: 15px 0px;
	text-align: center;
}
.quote-header a{
	display: inline-block;
	position: relative;
}
.quote-header img{
	width: 101px;
	height: auto;
	margin-bottom: 20px;
}
.quote-header h1{
	color: #fff;
	font-size: 30px;
	line-height: 1.5em;
	font-family: 'Gotham Bold';
}
.quote-body{
	padding: 50px 75px;
}
.quote-body table{
	width: 100%;

}
.quote-body table tr:nth-child(odd){
	background-color: rgba(243,244,244,.5);
}
.quote-body table tr td{
	font-size: 13px;
	color: #7C878E;
	line-height: 1.5em;
	border: 1px solid rgba(124,135,142,.2);
	padding: 10px 20px;
}
.quote-body table tr td:last-child{
	font-family: 'Gotham Bold';
}
.quote-footer{
	background-color: #F3F4F4;
	padding: 20px 75px;
}
.quote-footer p{
	font-size: 14px;
	line-height: 1.5em;
	color: #000000;
	margin: 25px 0px;
}
.quote-footer p a{
	color: #A2A569;
	font-family: 'Gotham Bold';
}
.quote-footer p a:hover{
	text-decoration: none;
}

@media screen and (max-width:950px) {
	/* FIX NEW MONKEY BANNER ON THE HOMEPAGE */
	/*body.home .banner{
	    padding: 0px !important;
	}*/
}
@media screen and (max-width:767px) {
	.quote-body{
		padding: 50px 30px;
	}
	.quote-footer{
		padding: 20px 30px;
	}
	/* FIX NEW MONKEY BANNER ON THE HOMEPAGE */

	body.home .banner img {
	    height: 380px;
	    object-fit: cover;
	    object-position: 0px !important;
	    margin-bottom: 30px;		
	}	
	/* == Finlease mobile scroll 30 Jan 2020 == */
	.innerpagemenu .container {
		padding: 0px;
	}
	.innerpagemenu .container .nav .owl-carousel{
		position: relative;
	}
	.innerpagemenu .container .nav .owl-carousel .owl-nav button.owl-prev{
		height: 100%;
		left: 0;
		padding: 10px !important;
		position: absolute;
		touch-action: manipulation;
		z-index: 99;
	}
	.innerpagemenu .container .nav .owl-carousel .owl-nav button.owl-next{
		height: 100%;
		right: 0;
		padding: 10px !important;
		position: absolute;
		touch-action: manipulation;
		z-index: 99;
	}
	.innerpagemenu .container .nav .owl-carousel .owl-nav button.owl-prev span,
	.innerpagemenu .container .nav .owl-carousel .owl-nav button.owl-next span{
		touch-action: manipulation;
	}
}
.innerpagemenu .container{
	max-width: none;
}