body {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  color: #51565F;
  overflow-x: hidden;
}

a:focus {
  outline: none;
  text-decoration: none;
}
a:active {
  outline: none;
  text-decoration: none;
}
a:hover {
  outline: none;
  text-decoration: none;
}

h1 {
  font-size: 45px;
  color: #000000;
  font-weight: 900;
}

h2 {
  font-size: 32px;
  color: #000000;
  font-weight: 700;
}

h3 {
  font-size: 20px;
  color: #000000;
  font-weight: 500;
}

h4 {
  font-size: 18px;
  color: #000000;
  font-weight: 500;
}

h5 {
  font-size: 15px;
  color: #000000;
  font-weight: 700;
}

p {
  margin: 0 0 20px;
  line-height: 1.6;
}

hr {
  border-top: 1px solid #d5d8dc;
  margin-top: 30px;
  margin-bottom: 30px;
}

.clearfix {
  clear: both;
}

.custom-button {
  display: inline-block;
  outline: none;
  border: none;
  border-radius: 5px;
  padding: 13px 20px;
  text-align: center;
  position: relative;
  text-transform: uppercase;
  vertical-align: top;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  transition: all ease 0.2s;
}
.custom-button .bee-icon {
  display: block;
  position: absolute;
  right: -60px;
  pointer-events: none;
  top: -25px;
  background-image: url("assets/images/btn-bee-line.png");
  height: 94px;
  width: 299px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.custom-button.custom-button-main {
  background: #F0A81C;
  color: #fff;
}
.custom-button.custom-button-main-light {
  border: 1px solid #F0A81C;
  color: #F0A81C;
  background: #fff;
}
.custom-button.custom-button-main-light:hover {
  color: #fff;
  background: #F0A81C;
}
.custom-button.custom-button-sec {
  background: #000000;
  color: #fff;
}
.custom-button.custom-button-sm {
  font-size: 13px;
  padding: 11px 20px;
}
.custom-button.custom-button-lg {
  padding: 21px 30px 22px;
}
.custom-button.custom-button-xl {
  min-width: 200px;
  padding: 16px 30px 17px;
}
.custom-button:focus {
  outline: none;
}
.custom-button:hover {
  opacity: 0.9;
}

.custom-button-light {
  display: inline-block;
  outline: none;
  border: none;
  padding: 7px 0px;
  border-bottom: 2px solid #F0A81C;
  text-align: center;
  vertical-align: top;
  font-size: 16px;
  font-weight: 600;
  color: #F0A81C;
  line-height: 1.2;
}
.custom-button-light:hover {
  text-decoration: none;
  color: #000000;
  border-color: #000000;
}

.list-style ul {
  padding: 0;
  margin: 0 0 20px;
}
.list-style ul li {
  display: block;
  position: relative;
  padding-left: 15px;
  margin-bottom: 5px;
}
.list-style ul li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #F0A81C;
}
.list-style ul.small {
  font-size: 100%;
}
.list-style ul.small:after {
  content: "";
  clear: both;
  display: block;
}
.list-style ul.small li {
  width: 50%;
  float: left;
  padding-right: 10px;
}

.theme-color {
  color: #F0A81C;
}

.btn-show-more {
  min-width: 120px;
}

.button-more {
  display: inline-block;
  position: relative;
  font-size: 16px;
  line-height: 75px;
  height: 80px;
  width: 80px;
  padding: 0;
  border-radius: 50%;
  text-align: center;
  min-width: 80px;
}
.button-more .hover span {
  padding: 8px 0;
}

.button-phone {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  text-transform: uppercase;
  color: #000000;
  font-weight: 600;
  line-height: 1.2;
  padding: 0px 20px;
}
.button-phone .icon-phone {
  display: inline-block;
  vertical-align: middle;
  background-image: url("assets/images/icons/icon-phone.svg");
  height: 20px;
  width: 20px;
  background-size: cover;
  background-position: center;
  margin-right: 5px;
}
.button-phone:hover {
  color: #F0A81C;
}

.button-holder .custom-button {
  margin-right: 15px;
}
.button-holder .custom-button:last-of-type {
  margin-right: 0;
}

.button-pre-approved {
  min-width: 100%;
  vertical-align: bottom;
  padding: 16px 5px;
}
.button-pre-approved .price-val {
  vertical-align: middle;
  font-size: 24px;
}
.button-pre-approved .price {
  vertical-align: middle;
  font-size: 24px;
  color: #F0A81C;
}
.button-pre-approved .or {
  vertical-align: middle;
  padding: 0 7px;
  font-weight: 300;
}
.button-pre-approved .approved {
  vertical-align: middle;
  font-size: 14px;
}

.field-icon {
  padding-left: 85px;
  padding-top: 20px;
  position: relative;
}
.field-icon .title {
  margin-top: 15px;
}
.field-icon .icon-holder {
  position: absolute;
  left: 0;
  max-width: 70px;
}

.description {
  margin-bottom: 30px;
}

.module-info {
  padding: 15px 20px;
  border-radius: 2px;
  background: #FFFAE7;
  border: 1px solid #F0A81C;
  font-style: italic;
  font-size: 12px;
}
.module-info .title {
  font-weight: 600;
  margin-bottom: 5px !important;
}

header.main-header {
  width: 100%;
  position: fixed;
  z-index: 99;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
header.main-header .logo {
  display: inline-block;
  position: relative;
  max-width: 240px;
  margin-top: -10px;
}
header.main-header .top {
  background: #F7F7F7;
  padding: 10px 0 9px;
}
header.main-header .top .text {
  color: #3C4D6B;
  font-weight: 500;
  font-size: 12px;
}
header.main-header .middle {
  border-bottom: 1px solid #fff;
  position: relative;
  z-index: 21;
  padding: 20px 0 19px;
  background: #fff;
}
header.main-header .middle .button-holder {
  margin-bottom: -5px;
}
header.main-header .bottom {
  background: #fff;
  transition: all ease 0.5s;
  border-top: 1px solid #DEE7F2;
  border-bottom: 1px solid #DEE7F2;
  position: relative;
  z-index: 20;
}
header.main-header .bottom .button-phone {
  color: #51565F;
  padding-left: 0;
}
header.main-header .header-menu {
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header.main-header .header-menu ul {
  text-align: left;
  position: relative;
  margin: 0;
  padding: 0;
}
header.main-header .header-menu ul li {
  display: inline-block;
  vertical-align: top;
  margin-right: -4px;
}
header.main-header .header-menu ul li a {
  line-height: 1.2;
  border-left: 1px solid #DEE7F2;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  color: #51565F;
  display: block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
  padding: 14px 24px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
}
header.main-header .header-menu ul li a:hover {
  text-decoration: none;
  outline: none;
  color: #F0A81C;
}
header.main-header .header-menu ul li a:active {
  text-decoration: none;
  outline: none;
}
header.main-header .header-menu ul li.featured {
  position: relative;
}
header.main-header .header-menu ul li.featured a {
  background: #FFFAE7;
  color: #F0A81C;
  border-color: #FFECAB;
  border-right: 1px solid #FFECAB;
}
header.main-header .header-menu ul li.current-menu-item.featured a {
  background: #FFFAE7;
  color: #F0A81C;
  border-color: #FFECAB;
  border-right: 1px solid #FFECAB;
}
header.main-header .header-menu ul li.current-menu-item a {
  background: #F7F7F7;
  color: #F0A81C;
}
header.main-header.sticky {
  height: 126px;
}
header.main-header.sticky:hover .bottom {
  transform: translateY(0px);
  border-top-color: #fff;
}
header.main-header.sticky .bottom {
  transform: translateY(-70px);
}
header.main-header.sticky .middle {
  border-color: #DEE7F2;
}

button.popupCollapse {
  border-top: none;
  border-bottom: none;
  border-left: 1px solid #DEE7F2;
  border-right: 1px solid #DEE7F2;
  width: 50px;
  height: 100%;
  display: block;
  padding: 10px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  background: transparent;
  z-index: 9;
  right: 15px;
  top: 0;
  position: absolute;
  pointer-events: all;
}
button.popupCollapse .hamburger {
  pointer-events: none;
  margin: 0 auto;
  display: block;
  position: relative;
  height: 26px;
  width: 26px;
}
button.popupCollapse .hamburger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 50%;
  background: #F0A81C;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
button.popupCollapse .hamburger span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}
button.popupCollapse .hamburger span:nth-child(odd) {
  left: 0px;
  border-radius: 9px 0 0 9px;
}
button.popupCollapse .hamburger span:nth-child(1) {
  top: 4px;
}
button.popupCollapse .hamburger span:nth-child(2) {
  top: 4px;
}
button.popupCollapse .hamburger span:nth-child(3) {
  top: 12px;
}
button.popupCollapse .hamburger span:nth-child(4) {
  top: 12px;
}
button.popupCollapse .hamburger span:nth-child(5) {
  top: 20px;
}
button.popupCollapse .hamburger span:nth-child(6) {
  top: 20px;
}
button.popupCollapse:hover {
  outline: none;
}
button.popupCollapse:focus {
  outline: none;
}
button.popupCollapse:active {
  outline: none;
}

body.menu-open button.popupCollapse .hamburger span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 3px;
  top: 9px;
}
body.menu-open button.popupCollapse .hamburger span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: calc(50% - 3px);
  top: 9px;
}
body.menu-open button.popupCollapse .hamburger span:nth-child(3) {
  left: -100%;
  opacity: 0;
  width: 100%;
}
body.menu-open button.popupCollapse .hamburger span:nth-child(4) {
  left: 100%;
  opacity: 0;
  width: 100%;
}
body.menu-open button.popupCollapse .hamburger span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 3px;
  top: 16px;
}
body.menu-open button.popupCollapse .hamburger span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: calc(50% - 3px);
  top: 16px;
}
body.menu-open header.main-header .bottom {
  transform: translateY(0px);
}

body.menu-open aside.popup-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: rotateX(0deg);
}

aside.popup-menu {
  pointer-events: none;
  visibility: hidden;
  z-index: 15;
  background: #fff;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  opacity: 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  transition: all 0.4s cubic-bezier(0.05, 0.02, 0.27, 0.25);
  transform: rotateX(100deg);
  transform-origin: top left;
}
aside.popup-menu .popup-nav {
  padding: 50px 0;
  overflow: hidden;
}
aside.popup-menu .popup-nav ul {
  margin: 0;
  padding: 0;
}
aside.popup-menu .popup-nav ul li {
  display: block;
  margin-bottom: 15px;
}
aside.popup-menu .popup-nav ul li a {
  color: #51565F;
  font-size: 13px;
  font-weight: 600;
  position: relative;
  text-transform: uppercase;
  display: block;
  line-height: 1.3;
  transition: color 0.2s;
}
aside.popup-menu .popup-nav ul li a:hover {
  color: #000000;
}
aside.popup-menu .popup-nav .menu-list-col li {
  width: 50%;
  float: left;
}
aside.popup-menu .popup-nav h4 {
  color: #F0A81C;
  margin-bottom: 30px;
  font-weight: 600;
}

aside.sidebar {
  position: relative;
}

main.main-content {
  background: #F7F7F7;
  padding-top: 175px;
}

main.page-single .entry-header {
  margin-bottom: 15px;
}
main.page-single .entry-header h3 {
  margin-top: 15px;
}
main.page-single .entry-header .quota {
  max-width: 600px;
}
main.page-single .entry-content {
  margin-bottom: 15px;
}
main.page-single .entry-content p {
  color: #2C3E50;
  font-size: 16px;
}
main.page-single .entry-content .line-field p {
  font-size: 18px;
}
main.page-single .entry-footer {
  margin-bottom: 45px;
  padding-bottom: 25px;
  border-bottom: 2px solid #D5D8DC;
}
main.page-single .entry-footer .button-holder {
  margin: 20px 0;
}
main.page-single .entry-image {
  display: block;
  margin: 30px 0 20px;
  height: 400px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
main.page-single .wrapper .left-column {
  padding-right: 60px;
}
main.page-single .wrapper .right-column {
  padding-left: 0;
}
main.page-single h3 a {
  color: #10087d;
  border-bottom: 2px solid #8783BE;
}

main.main-rates section.page-banner .right-column {
  position: absolute;
  margin-top: -20px;
  width: 45%;
  right: -10%;
}

section.tools {
  background-color: #F8F8F8;
  padding: 100px 0 0px;
}
section.tools .boxes {
  min-height: 350px;
  margin-top: 40px;
}
section.tools .boxes .box {
  height: 250px;
  width: 250px;
  margin: 0 auto;
  display: block;
  text-align: center;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}
section.tools .boxes .box .box-content {
  display: block;
  height: 100%;
  width: 100%;
  background: white;
  text-align: center;
  border-radius: 4px;
  padding: 40px;
  position: relative;
  z-index: 2;
}
section.tools .boxes .box:hover {
  transform: scale(1.1);
  overflow: visible;
}
section.tools .boxes .box:hover .box-hover {
  opacity: 1;
}
section.tools .boxes .box:hover span.icon-holder {
  animation: pulse 1.5s infinite;
}
section.tools .boxes .box .box-hover {
  transform: scale(0.9);
  opacity: 0;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  position: absolute;
  display: block;
  content: "";
  top: -15px;
  left: -25px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("../bensonmortgages/assets/images/tool-hover-bg.png");
  height: 336px;
  width: 336px;
  z-index: 1;
}
section.tools .boxes .box span.icon-holder {
  display: block;
  margin-bottom: 40px;
  position: relative;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
section.tools .boxes .box span.title {
  display: block;
  font-size: 18px;
  color: #2c3e50;
  line-height: 1.2;
  font-weight: 400;
  max-width: 170px;
  margin: 0 auto;
}
section.tools .boxes .box span {
  display: block;
}
section.tools .boxes .col-lg-3:first-child .box span.icon-holder:after {
  position: absolute;
  content: "%";
  font-size: 30px;
  color: #ffd020;
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  top: 25px;
  margin-left: 5px;
}
section.tools .columns {
  margin-top: 15px;
  margin-bottom: 100px;
}
section.tools .columns h4 {
  margin-top: 0;
}
section.tools .columns p {
  font-size: 18px;
}

section.solutions {
  background-color: #fff;
  padding: 100px 0;
}
section.solutions .quota {
  max-width: 400px;
}

.featured-boxes .box {
  position: relative;
  margin-bottom: 100px;
}
.featured-boxes .box h4 {
  font-weight: 600;
}
.featured-boxes .box .content {
  margin-top: 30px;
  margin-bottom: 40px;
  min-height: 240px;
}
.featured-boxes .box .content .line-field {
  margin-bottom: 30px;
}
.featured-boxes .box .image-holder {
  position: relative;
}
.featured-boxes .box .image-holder .image {
  position: relative;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
}
.featured-boxes .col-lg-6:nth-child(4n+1) .box {
  margin-top: 100px;
}
.featured-boxes .col-lg-6:nth-child(4n+1) .box .content {
  max-width: 470px;
}
.featured-boxes .col-lg-6:nth-child(4n+1) .image-holder {
  position: relative;
  height: 680px;
  width: 470px;
}
.featured-boxes .col-lg-6:nth-child(4n+1) .image-holder .bg {
  position: absolute;
  display: block;
  height: 100%;
  width: 50%;
  background-color: #10087C;
  z-index: 1;
  right: -25px;
  top: -25px;
}
.featured-boxes .col-lg-6:nth-child(4n+2) .box {
  margin-left: 90px;
  margin-top: -100px;
}
.featured-boxes .col-lg-6:nth-child(4n+2) .box .content {
  max-width: 400px;
}
.featured-boxes .col-lg-6:nth-child(4n+2) .image-holder {
  height: 470px;
  width: 300px;
}
.featured-boxes .col-lg-6:nth-child(4n+2) .image-holder .bg {
  position: absolute;
  display: block;
  height: 100%;
  width: 50%;
  background-color: #F8AF00;
  z-index: 1;
  left: -25px;
  top: -25px;
}
.featured-boxes .col-lg-6:nth-child(4n+3) .box {
  margin-top: 50px;
  margin-bottom: -350px;
}
.featured-boxes .col-lg-6:nth-child(4n+3) .box .content {
  max-width: 570px;
}
.featured-boxes .col-lg-6:nth-child(4n+3) .image-holder {
  height: 370px;
  width: 570px;
}
.featured-boxes .col-lg-6:nth-child(4n+3) .image-holder .bg {
  position: absolute;
  display: block;
  height: 100%;
  width: 90%;
  background-color: #F8AF00;
  z-index: 1;
  right: -25px;
  top: -25px;
}
.featured-boxes .col-lg-6:nth-child(4n+4) {
  clear: both;
  float: none;
}
.featured-boxes .col-lg-6:nth-child(4n+4) .box {
  margin-top: -250px;
  margin-bottom: -50px;
}
.featured-boxes .col-lg-6:nth-child(4n+4) .box .content {
  max-width: 570px;
  max-width: 400px;
}
.featured-boxes .col-lg-6:nth-child(4n+4) .image-holder {
  height: 270px;
  width: 420px;
}
.featured-boxes .col-lg-6:nth-child(4n+4) .image-holder .bg {
  position: absolute;
  display: block;
  height: 100%;
  width: 60%;
  background-color: #F8AF00;
  z-index: 1;
  left: -25px;
  top: -25px;
}
.featured-boxes .col-lg-6:last-child .box {
  margin-bottom: 50px !important;
}
.featured-boxes .button-holder .button {
  margin-right: 20px;
}

.rate-boxes .box {
  display: block;
  float: left;
  width: 210px;
  margin: 0 22px 30px 0;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}
.rate-boxes .box:last-child {
  margin-right: 0;
}
.rate-boxes .box .box-title {
  margin-bottom: 15px;
}
.rate-boxes .box .box-title .box-pre {
  font-size: 14px;
}
.rate-boxes .box .box-title h4 {
  margin-top: 0;
  margin-bottom: 0;
}
.rate-boxes .box .box-content {
  display: block;
  text-align: center;
  height: 270px;
  width: 100%;
  background: white;
  border-radius: 2px;
  border: 1px solid #DEE7F2;
  padding: 20px;
  position: relative;
  z-index: 2;
}
.rate-boxes .box .box-content .rate-icon {
  height: 40px;
  max-width: 40px;
  margin: 20px auto 30px;
}
.rate-boxes .box .box-content .rate-icon img {
  display: inline-block;
}
.rate-boxes .box .box-content .rate-title {
  font-size: 14px;
  margin: 0 -15px 25px;
}
.rate-boxes .box .box-content .rate-holder {
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 10px;
}
.rate-boxes .box.yellow .box-content {
  background: #FFFAE7;
  border-color: #F0A81C;
}
.rate-boxes .box.blue .box-content {
  background: #10087D;
  padding-top: 40px;
}
.rate-boxes .box.blue .box-content .rate-title {
  color: #fff;
}

section.latest-news {
  padding: 80px 0 60px;
}
section.latest-news.bg-white {
  background: #fff;
}
section.latest-news.bg-white .post-block .content {
  background: #f7f7f7;
}
section.latest-news .title {
  margin-top: 0;
}

.post-block {
  display: block;
  border: 1px solid #DEE7F2;
  border-radius: 2px;
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
}
.post-block.post-block-lg {
  margin-bottom: 0;
}
.post-block.post-block-lg .image-holder {
  height: 290px;
}
.post-block.post-block-lg .content {
  padding-top: 30px;
}
.post-block.post-block-sm {
  border: none;
  margin-bottom: 20px;
}
.post-block.post-block-sm .image-holder {
  height: 100px;
  width: 100px;
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
}
.post-block.post-block-sm .content {
  background: transparent;
  height: inherit;
  padding: 10px 0 0;
  width: calc(100% - 120px);
  display: inline-block;
  vertical-align: top;
}
.post-block .image-holder {
  display: block;
  height: 195px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.post-block .image-holder:hover .image {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
}
.post-block .image {
  height: 100%;
  width: 100%;
  position: absolute;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.post-block .content {
  height: 170px;
  padding: 38px 20px 20px 40px;
  width: 100%;
  background: #fff;
}
.post-block .content .post-title {
  font-weight: 500;
  margin-top: 0;
  line-height: 1.4;
  color: #000000;
}
.post-block .content .post-title a {
  color: #000000;
}
.post-block .content .post-date {
  margin-top: 15px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  color: #F0A81C;
}
.post-block .content .post-date .by {
  color: #B0B0B0;
  padding: 0 5px;
}
.post-block .content .post-date .admin a {
  color: #F0A81C;
}

section.testimonials {
  padding: 80px 0;
  max-height: 460px;
  overflow: hidden;
  background-color: #fff;
  position: relative;
}
section.testimonials .content-holder {
  position: relative;
  z-index: 2;
}
section.testimonials .content-holder .title {
  color: #fff;
}
section.testimonials .content-holder .description {
  color: #fff;
  max-width: 350px;
}
section.testimonials .content-holder s .stars {
  color: #F0A81C;
}
section.testimonials .content-holder .rate {
  margin: 0;
  line-height: 1;
  color: #fff;
  font-weight: 300;
  font-size: 150px;
}
section.testimonials .content-holder .google-col {
  color: #fff;
  margin-top: 20px;
  padding: 5px 0 0;
  font-size: 13px;
  border-left: 1px solid #F7BE5A;
  max-width: 140px;
}
section.testimonials .content-holder .google-col .icon-star {
  margin-right: -3px;
  display: inline-block;
  vertical-align: top;
  height: 15px;
  width: 15px;
  background-image: url("assets/images/icons/icon-star.svg");
}
section.testimonials .content-holder .google-col .reviews {
  font-weight: 600;
  text-transform: uppercase;
  padding-left: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #F7BE5A;
}
section.testimonials .content-holder .google-col .google {
  font-weight: 600;
  padding-top: 15px;
  padding-left: 30px;
  font-size: 16px;
}
section.testimonials:after {
  content: "";
  left: 0;
  top: 0;
  display: block;
  position: absolute;
  background: #000000;
  height: 100%;
  width: 50%;
}
section.testimonials .testimonial-slider {
  position: relative;
  overflow: hidden;
  z-index: 2;
}
section.testimonials .testimonial-slider .testimonial-block {
  position: relative;
  z-index: 2;
}
section.testimonials .testimonial-slider .testimonial-block .author {
  margin-top: 20px;
  color: #F0A81C;
  font-size: 14px;
  font-weight: 500;
}
section.testimonials .testimonial-slider .testimonial-block .content {
  display: block;
  position: relative;
  min-height: 150px;
  max-width: 480px;
  margin: 70px auto 40px;
  width: 100%;
  color: #000000;
  padding: 0 0 0 40px;
}
section.testimonials .testimonial-slider .testimonial-block .content .text {
  line-height: 2;
  font-style: italic;
  font-family: "Merriweather", serif;
  font-weight: 300;
}
section.testimonials .testimonial-slider .slide-holder {
  position: relative;
}
section.testimonials .testimonial-slider .slide-holder:focus {
  outline: none;
}
section.testimonials .testimonial-slider .slick-dots li {
  width: 6px;
  height: 6px;
  margin: 0 7px;
  transition: all ease 0.5s;
}
section.testimonials .testimonial-slider .slick-dots li button {
  width: 100%;
}
section.testimonials .testimonial-slider .slick-dots li button:before {
  content: none;
}
section.testimonials .testimonial-slider .slick-dots li.slick-active button {
  border-color: #150F61;
}

section.feedback {
  background: #000000;
  padding: 100px 0 80px;
  position: relative;
}
section.feedback .image {
  position: absolute;
  left: 10%;
  pointer-events: none;
  top: 0px;
  background-image: url("assets/images/bee-icon.png");
  height: 100%;
  width: 320px;
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
}
section.feedback .icon-line {
  position: absolute;
  right: -30px;
  pointer-events: none;
  top: -60px;
  background-image: url("assets/images/start-bee-line.png");
  height: 131px;
  width: 307px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
section.feedback .title {
  margin-top: 0;
  color: #fff;
  font-size: 22px;
}
section.feedback .description {
  color: #fff;
  font-size: 13px;
  margin-bottom: 0;
}
section.feedback .form {
  padding: 0;
}
section.feedback .form .form-control {
  font-size: 15px;
  padding: 20px;
  height: 62px;
}
section.feedback .form .row {
  margin-bottom: 0;
}
section.feedback .form .custom-button {
  width: 100%;
}

article img {
  height: auto;
  max-width: 100%;
}
article * {
  line-height: 1.6;
}
article p strong {
  color: #000000;
  font-weight: 600;
}
article p a {
  color: #F0A81C;
}
article h1 {
  font-size: 40px;
  line-height: 1;
  margin-bottom: 30px;
  margin-top: 0;
}
article h2 {
  line-height: 1.2;
}
article figure {
  max-width: 100%;
  margin-bottom: 30px;
}
article blockquote {
  margin-top: 30px;
  padding: 15px 20px;
  border-radius: 2px;
  background: #FFFAE7;
  border: 1px solid #F0A81C;
  font-style: italic;
  font-size: 12px;
}

article.new-block {
  opacity: 0;
  position: relative;
  top: -20px;
}

section.custom-section {
  padding: 80px 0;
}
section.custom-section.theme-bg {
  background: #FFFAE7;
}
section.custom-section.blog-section {
  padding-top: 0;
}
section.custom-section .custom-section {
  padding: 0 0 80px;
}
section.custom-section .custom-section.faq {
  margin-top: 50px;
}
section.custom-section .custom-section.why-section .col-md-6 {
  width: 100%;
}
section.custom-section .left-column .form .form-title {
  margin-left: -5px;
}
section.custom-section .left-column .form div[class^=col-] {
  padding: 0 10px;
}
section.custom-section .left-column .form .col-sm-4 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
section.custom-section .left-column .form .agent-col {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
section.custom-section .left-column .form .checkbox-col {
  margin-top: 17px;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
section.custom-section .form {
  background: #F3F3F3;
  border: 1px solid #DEE7F2;
  border-radius: 2px;
  padding: 30px 40px;
}
section.custom-section .form .wpcf7-form p {
  margin: 0;
  padding: 0;
}
section.custom-section .title {
  margin-top: 0;
}

section.footer-menu {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}
section.footer-menu .menu-holder {
  position: relative;
  z-index: 2;
}
section.footer-menu .menu-box .menu-title {
  margin-bottom: 20px;
  position: relative;
  color: #F0A81C;
}
section.footer-menu .menu-box .menu-list {
  margin: 0;
  padding: 0;
}
section.footer-menu .menu-box .menu-list.menu-list-col li {
  width: 50%;
  float: left;
}
section.footer-menu .menu-box .menu-list li {
  margin-bottom: 5px;
  display: block;
}
section.footer-menu .menu-box .menu-list li a {
  color: #51565F;
  position: relative;
  padding-bottom: 2px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
}
section.footer-menu .menu-box .menu-list li a:hover {
  color: #ffb500;
}
section.footer-menu .address {
  margin: 20px 0;
  font-size: 13px;
  max-width: 220px;
}
section.footer-menu .footer-text {
  margin-left: 30px;
}
section.footer-menu .logo {
  max-width: 200px;
  display: inline-block;
}

footer.main-footer {
  border-top: 1px solid #DEE7F2;
  background: #fff;
  color: #51565F;
  padding: 20px 0 10px;
}
footer.main-footer .company {
  font-size: 13px;
  display: block;
  margin-top: 10px;
}
footer.main-footer .footer-text {
  margin: 20px 0;
  font-size: 13px;
}
footer.main-footer .footer-text a {
  color: #51565F;
}
footer.main-footer .or {
  padding: 0 10px;
}

section.blog-top {
  padding: 100px 0 25px;
}
section.blog-top .image-holder {
  height: 550px;
  width: 100%;
  margin: 40px 0 30px;
  position: relative;
}
section.blog-top .image-holder .image-bg {
  position: absolute;
  display: block;
  height: calc(100% + 50px);
  width: 80%;
  background-color: #f8af00;
  z-index: 1;
  right: -25px;
  top: -25px;
}
section.blog-top .image-holder .image-bg:before {
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 600px 440px 0 0;
  border-color: #ffffff transparent transparent transparent;
}
section.blog-top .image-holder .image-label {
  position: absolute;
  display: block;
  text-align: right;
  height: 40px;
  line-height: 40px;
  width: 75px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #f8af00;
  z-index: 3;
  right: 0;
  top: 50%;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
section.blog-top .image-holder .image {
  display: table;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #10087d;
  width: 100%;
  height: 100%;
  z-index: 2;
}
section.blog-top .image-holder .image:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0.9;
  background-image: url("../bensonmortgages/assets/images/post-banner-bg.png");
}
section.blog-top .image-holder .image .image-content {
  display: table-cell;
  padding: 0 100px;
  height: 100%;
  vertical-align: middle;
  z-index: 2;
  position: relative;
}
section.blog-top .image-holder .image .image-content .date {
  font-size: 18px;
  font-weight: 600;
  color: #FFB500;
}
section.blog-top .image-holder .image .image-content h2 {
  max-width: 750px;
  margin-top: 0;
}
section.blog-top .image-holder .image .image-content h2 a {
  color: #fff;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  transition: all ease 0.5s;
}
section.blog-top .image-holder .image .image-content h2 a:hover {
  border-color: #fff;
}
section.blog-top .content-holder {
  margin: 60px 0 0px;
  padding-bottom: 15px;
  border-bottom: 2px solid #D5D8DC;
}
section.blog-top .content-holder .description {
  margin-bottom: 10px;
}

section.case-study {
  position: relative;
}
section.case-study .row-head {
  margin: 0;
  color: #000000;
}
section.case-study .row-head div {
  background: #fff;
  padding: 15px 20px;
  border-right: 1px solid #DEE7F2;
  border-top: 1px solid #DEE7F2;
}
section.case-study .row-head div:first-child {
  border-left: 1px solid #DEE7F2;
}
section.case-study .row-head strong {
  font-weight: 500;
  color: #F0A81C;
}
section.case-study .row-body {
  margin: 0;
}
section.case-study .row-body div {
  background: #fff;
  padding: 15px 20px;
  border: 1px solid #DEE7F2;
}
section.case-study .row-body div:last-child {
  border-left: none;
}
section.case-study .row-body strong {
  font-weight: 500;
  color: #3C4D6B;
}

section.faq .faq-boxes strong {
  font-weight: 600;
  color: #000000;
}
section.faq .faq-boxes h3 small {
  font-size: 14px;
  font-style: italic;
  color: #000000;
  font-weight: 500;
}
section.faq .faq-boxes blockquote {
  margin-top: 0px;
  padding: 15px 15px;
  border-radius: 2px;
  background: #FFFAE7;
  border: 1px solid #F0A81C;
  font-size: 14px;
}
section.faq .faq-boxes blockquote p:last-of-type {
  margin-bottom: 0;
}
section.faq .faq-boxes .panel-default {
  background: #fff;
  margin-bottom: 10px;
  border-radius: 2px;
  border: 1px solid #DEE7F2;
}
section.faq .faq-boxes .panel-default > .panel-heading {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
section.faq .faq-boxes .panel-default > .panel-heading .panel-title {
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 500;
}
section.faq .faq-boxes .panel-default > .panel-heading .panel-title a {
  color: #000000;
  padding: 22px 40px 21px 20px;
  display: block;
  position: relative;
}
section.faq .faq-boxes .panel-default > .panel-heading .panel-title a i {
  color: #FFB400;
  padding-right: 5px;
  position: absolute;
  left: 0;
}
section.faq .faq-boxes .panel-default .content {
  padding: 0 20px 10px;
  max-width: 1000px;
}
section.faq .faq-boxes .panel-group {
  margin-bottom: 0;
}
section.faq .faq-boxes .panel-heading a .glyphicon {
  display: block;
  width: 10px;
  position: absolute;
  right: 20px;
  top: 30px;
  transition: all ease 0.5s;
}
section.faq .faq-boxes .panel-heading a[aria-expanded=true] {
  color: #F0A81C !important;
}
section.faq .faq-boxes .panel-heading a[aria-expanded=true] .glyphicon:before {
  position: absolute;
  content: "";
  display: block;
  height: 2px;
  width: 14px;
  background: #F0A81C;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
section.faq .faq-boxes .panel-heading a[aria-expanded=true] .glyphicon:after {
  position: absolute;
  content: "";
  display: block;
  height: 2px;
  width: 14px;
  background: #F0A81C;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
section.faq .faq-boxes .panel-heading a[aria-expanded=false] .glyphicon:before {
  position: absolute;
  content: "";
  display: block;
  height: 2px;
  width: 14px;
  background: #AAB1BA;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  transform: rotate(180deg);
}
section.faq .faq-boxes .panel-heading a[aria-expanded=false] .glyphicon:after {
  position: absolute;
  content: "";
  display: block;
  height: 2px;
  width: 14px;
  background: #AAB1BA;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  transform: rotate(90deg);
}

section.contact .top {
  padding: 60px 0;
}
section.contact .top .holder {
  background: #fff;
  padding: 30px 40px;
  border: 1px solid #DEE7F2;
}
section.contact .top .text a {
  font-weight: 700;
  color: #000000;
}
section.contact .bottom {
  padding: 0 0 80px;
}
section.contact .bottom .form {
  max-width: 570px;
  padding: 20px 40px;
  background: #F3F3F3;
  border: 1px solid #DEE7F2;
  border-radius: 2px;
}
section.contact .bottom .form h3 {
  font-size: 24px;
  margin-bottom: 30px;
}
section.contact .bottom .image-holder {
  margin-top: 80px;
}

section.map iframe,
section.map .map-holder {
  height: 460px;
  width: 100%;
  position: relative;
  z-index: 3;
  margin: 0 0 -10px 0;
}

section.rates-top-content h3 {
  margin-bottom: 20px;
}

section.rates-type {
  padding: 0 0 80px;
}
section.rates-type .space {
  margin: 15px 0;
  overflow: hidden;
}
section.rates-type .title {
  margin-top: 0;
  margin-bottom: 25px;
}
section.rates-type .col-first {
  width: 233px;
}

section.rates-form {
  background: #fff;
}
section.rates-form.custom-section .form {
  background: transparent;
  border: none;
  padding: 0;
}
section.rates-form .form-slider-cont {
  position: relative;
}
section.rates-form .form-slider {
  position: relative;
}
section.rates-form .form-slide {
  float: left;
}
section.rates-form .slider-wrapper {
  position: relative;
  margin-bottom: 80px;
}

section.teams .team-box {
  margin-bottom: 80px;
}
section.teams .team-box .image-holder {
  position: relative;
  max-width: 180px;
  max-height: 180px;
  margin: 0 auto 15px;
  border-radius: 50%;
  overflow: hidden;
}
section.teams .team-box .image-holder img {
  border-radius: 50%;
  transform: scale(1.15);
}
section.teams .team-box .team-name {
  position: relative;
  z-index: 2;
}

section.hbs-holder.ie-animation .front {
  transform: rotateY(0deg);
  opacity: 1;
}
section.hbs-holder.ie-animation .back {
  transform: rotateY(0deg);
  opacity: 0;
}
section.hbs-holder.ie-animation .flip-container:hover .flipper {
  transform: rotateY(0deg);
}
section.hbs-holder.ie-animation .flip-container:hover .front {
  transform: rotateY(0deg);
  opacity: 0;
}
section.hbs-holder.ie-animation .flip-container:hover .back {
  transform: rotateY(0deg);
  opacity: 1;
}
section.hbs-holder.ie-animation .flip-container.hover .flipper {
  transform: rotateY(0deg);
}

section.hbs-holder {
  position: relative;
}
section.hbs-holder .hbs-wrapper {
  padding: 40px 0;
  position: relative;
  z-index: 2;
  min-height: 540px;
}
section.hbs-holder .hbs-wrapper .info {
  font-size: 40px;
  color: #10087d;
}
section.hbs-holder .hbs-boxes {
  margin-top: 20px;
}
section.hbs-holder .hbs-boxes .hbs-box {
  display: block;
  float: left;
  padding: 12px;
  border-radius: 50%;
  text-align: center;
  margin-right: 15px;
  margin-bottom: 15px;
  color: #140D5F;
  font-size: 17px;
  line-height: 1.1;
  font-weight: 500;
  transition: none;
  position: relative;
}
section.hbs-holder .hbs-boxes .hbs-box:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("../bensonmortgages/assets/images/service-icon-bg.png");
}
section.hbs-holder .hbs-boxes .hbs-box .hbs-box-content {
  height: 150px;
  width: 150px;
  background: #fff;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
  padding: 20px 20px;
  z-index: 2;
}
section.hbs-holder .hbs-boxes .hbs-box .hbs-box-icon {
  height: 50px;
  width: 50px;
  margin: 0 auto 10px;
  position: relative;
}
section.hbs-holder .hbs-boxes .hbs-box .hbs-box-icon .hbs-icon {
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
section.hbs-holder .hbs-boxes .hbs-box .hbs-box-title {
  padding-top: 5px;
  letter-spacing: -0.5px;
}
section.hbs-holder .hbs-boxes .back .hbs-box {
  color: #FFC324;
}
section.hbs-holder .hbs-boxes .back .hbs-box .hbs-box-content {
  background: #10087D;
}

section.options .rates-boxes {
  margin: 25px 0 40px -5px;
  padding-right: 45px;
}
section.options .rates-boxes .box {
  height: 230px;
  width: 230px;
  margin: 0 auto 50px;
  display: block;
  text-align: center;
  border-radius: 4px;
  position: relative;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}
section.options .rates-boxes .box:hover {
  transform: scale(1.08);
}
section.options .rates-boxes .box:hover .box-content {
  background: #FFD01F;
}
section.options .rates-boxes .box:hover .box-content .rate {
  color: #10087D;
  border-color: #10087D;
}
section.options .rates-boxes .box:hover .box-hover {
  opacity: 0.3;
}
section.options .rates-boxes .box .box-content {
  display: block;
  height: 100%;
  width: 100%;
  text-align: center;
  border-radius: 4px;
  padding: 30px 0px;
  position: relative;
  z-index: 10;
  background: white;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.15);
}
section.options .rates-boxes .box .box-hover {
  transform: scale(0.9);
  opacity: 0;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  position: absolute;
  display: block;
  content: "";
  top: -15px;
  left: -25px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("../bensonmortgages/assets/images/tool-hover-bg.png");
  height: 336px;
  width: 336px;
}
section.options .rates-boxes .box .title {
  color: #10077D;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.5px;
  line-height: 1.2;
}
section.options .rates-boxes .box .rate {
  height: 105px;
  width: 105px;
  border: 3px solid #FFD01F;
  border-radius: 50%;
  position: relative;
  font-size: 35px;
  color: #FFD01F;
  font-weight: 900;
  line-height: 100px;
  margin: 15px auto;
}
section.options .rates-boxes .box .rate .percent {
  position: absolute;
  right: -35px;
  top: 0;
  font-size: 25px;
}

section.calculator:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: -1px auto 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 15px 0 15px;
  border-color: #F8F8F8 transparent transparent transparent;
}
section.calculator .calculator-body {
  padding: 25px 30px;
  height: 370px;
  position: relative;
}
section.calculator .calculator-footer {
  padding: 15px 30px;
  background: #FEB400;
  height: 145px;
  position: relative;
}
section.calculator .calculator-footer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: -1px auto 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 15px 0 15px;
  border-color: #10087D transparent transparent transparent;
  content: none;
}
section.calculator label.label-field.invert {
  color: #FFD01F;
  border-color: #FFD01F;
  margin-bottom: 0px;
  font-weight: 200;
  font-size: 14px;
  position: relative;
  bottom: -8px;
}
section.calculator .form-field {
  position: relative;
  margin-bottom: 15px;
  clear: both;
}
section.calculator input[type=number].invert {
  color: #fff;
  border-color: #FFD01F;
  font-size: 20px;
}
section.calculator input[type=number].invert:focus {
  border-color: #FFD01F;
}
section.calculator input[type=text].invert {
  color: #fff;
  border-color: #FFD01F;
  font-size: 20px;
}
section.calculator input[type=text].invert:focus {
  border-color: #FFD01F;
}
section.calculator .bootstrap-select.invert .btn {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 30px;
  font-size: 20px;
}
section.calculator .button-pre-approved {
  color: #FFD01F;
  font-weight: 600;
  width: 100%;
  font-size: 20px;
  padding: 18px 14px;
  white-space: nowrap;
}
section.calculator .button-pre-approved .price-val {
  font-size: 26px;
  font-weight: 400;
}
section.calculator .button-pre-approved .price {
  padding-right: 5px;
  font-size: 26px;
}
section.calculator .button-pre-approved .approved {
  padding-left: 5px;
  font-size: 20px;
  font-weight: 400;
  border-left: 1px solid rgba(255, 206, 31, 0.45);
}
section.calculator .bootstrap-select .dropdown-menu {
  border: 1px solid #ddd;
}
section.calculator .bootstrap-select .dropdown-menu > li > a {
  padding: 10px;
  font-weight: 500;
}
section.calculator .frequency-label {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #10087D;
  font-weight: 500;
}

section.solutions-new {
  margin-bottom: -100px;
  padding-bottom: 0;
}
section.solutions-new .button-more.button {
  color: #FEB400;
  background: #fff;
  border: 2px solid #FEB400;
}
section.solutions-new .button-more.button:hover {
  color: #fff;
}
section.solutions-new .featured-boxes-new {
  margin: 50px 0;
}
section.solutions-new .featured-boxes-new .box .image-holder {
  height: 320px;
  width: 220px;
  position: relative;
}
section.solutions-new .featured-boxes-new .box h4 {
  font-size: 22px;
}
section.solutions-new .featured-boxes-new .image-holder .bg {
  position: absolute;
  display: block;
  height: 100%;
  width: 50%;
  background-color: #10087C;
  z-index: 1;
  right: -15px;
  top: -15px;
}
section.solutions-new .featured-boxes-new .field {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 15px;
}
section.solutions-new .featured-boxes-new .box-holder:nth-child(even) {
  margin-top: -50px;
  margin-bottom: 0px;
}
section.solutions-new .featured-boxes-new .box-holder:nth-child(even) .col-lg-3 {
  float: right;
}
section.solutions-new .featured-boxes-new .box-holder:nth-child(even) .col-lg-9 {
  float: right;
}
section.solutions-new .featured-boxes-new .box-holder:nth-child(even) .image-holder .bg {
  left: -15px;
  right: inherit;
  background: #FEB400;
}
section.solutions-new .featured-boxes-new .box-holder:nth-child(even) .box .image-holder {
  float: right;
}
section.solutions-new .featured-boxes-new .box-holder:nth-child(2) .col-lg-9 {
  max-width: 500px;
  margin-top: 50px;
}
section.solutions-new .featured-boxes-new .box-holder:nth-child(3) .col-lg-9 {
  max-width: 700px;
}
section.solutions-new .featured-boxes-new .box-holder:nth-child(3) .box .content {
  margin-left: 10%;
}
section.solutions-new .featured-boxes-new .box-holder:nth-child(3) .box .image-holder {
  height: 190px;
  width: 290px;
  position: relative;
}
section.solutions-new .featured-boxes-new .box-holder:nth-child(odd) .box .image-holder {
  float: left;
}
section.solutions-new .featured-boxes-new .box-holder .button {
  min-width: 170px;
}
section.solutions-new .featured-boxes-new .box-holder .button:last-child {
  margin-left: 15px;
}
section.solutions-new .featured-boxes-new.featured-boxes .box .content {
  max-width: 650px;
}

section.banner-tools h1.bt-title {
  font-size: 70px;
  text-shadow: 2px 2px 0 #fff;
  position: relative;
  z-index: 2;
}
section.banner-tools .slick-list {
  padding: 0 10px;
}
section.banner-tools .bt-boxes.initialized {
  opacity: 1;
}
section.banner-tools .bt-boxes {
  height: 430px;
  overflow: hidden;
  position: relative;
  top: -90px;
  left: -100px;
  opacity: 0;
  -webkit-transition: ease-in-out 1s;
  -moz-transition: ease-in-out 1s;
  -o-transition: ease-in-out 1s;
  transition: ease-in-out 1s;
  transition-delay: 0.6s;
}
section.banner-tools .bt-boxes .bt-slide {
  height: 440px;
}
section.banner-tools .bt-boxes .bt-slide:focus {
  outline: none;
  outline: none;
}
section.banner-tools .bt-boxes .bt-box {
  top: 100px;
  position: relative;
  height: 240px;
  width: 240px;
  border: 4px solid rgba(255, 255, 255, 0.5);
  text-align: left;
  border-radius: 50%;
  margin: 0 0 0 60px;
  opacity: 1;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  transition-delay: 0.4s;
}
section.banner-tools .bt-boxes .bt-box .bt-content {
  padding: 40px 0px 0;
  max-width: 140px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.75);
}
section.banner-tools .bt-boxes .bt-box .bt-content .title {
  font-size: 17px;
  line-height: 1.2;
}
section.banner-tools .bt-boxes .bt-box .bt-content .title small {
  font-size: 14px;
}
section.banner-tools .bt-boxes .bt-box .bt-content .rate {
  font-size: 80px;
  font-weight: 900;
  line-height: 80px;
}
section.banner-tools .bt-boxes .bt-box .bt-content .percent {
  font-size: 80px;
  font-weight: 400;
  position: absolute;
  right: -75px;
  top: calc(50% - 40px);
  line-height: 80px;
}
section.banner-tools .bt-boxes .slick-active .bt-box {
  opacity: 1;
}
section.banner-tools .bt-boxes .slick-current .bt-slide {
  padding-top: 0;
}
section.banner-tools .bt-boxes .bt-box-active {
  padding-top: 0;
  top: 10px;
  opacity: 0;
  position: absolute;
  height: 390px;
  width: 390px;
  background: #fff;
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.5);
  text-align: left;
  border-radius: 50%;
  margin: 0 auto;
  -webkit-transition: ease-in-out 1s;
  -moz-transition: ease-in-out 1s;
  -o-transition: ease-in-out 1s;
  transition: ease-in-out 1s;
  transition-delay: 0.6s;
  transform: scale(1);
}
section.banner-tools .bt-boxes .bt-box-active .bt-content {
  padding: 90px 0px 0;
  max-width: 220px;
  margin: 0 auto;
  color: #10077D;
}
section.banner-tools .bt-boxes .bt-box-active .bt-content .title {
  font-size: 24px;
  line-height: 1;
}
section.banner-tools .bt-boxes .bt-box-active .bt-content .button {
  opacity: 1;
}
section.banner-tools .bt-boxes .bt-box-active .rate {
  font-size: 120px;
  line-height: 120px;
  font-weight: 900;
}
section.banner-tools .bt-boxes .bt-box-active .button {
  margin-top: 15px;
}
section.banner-tools .bt-boxes .bt-box-active .percent {
  font-size: 80px;
  top: calc(50% - 50px);
  right: 0;
  font-weight: 900;
  position: absolute;
  line-height: 100px;
}
section.banner-tools .bt-boxes .bt-box-active .title small {
  font-size: 18px;
}
section.banner-tools .bt-boxes:after {
  content: "";
  position: absolute;
  height: 170px;
  width: 25px;
  background: #FDBA15;
  right: 0;
  top: 29%;
}
section.banner-tools .slick-slide:focus {
  outline: none;
}
section.banner-tools .slick-slide.slick-current.slick-active .bt-box {
  opacity: 0;
  transform: scale(1.5);
}
section.banner-tools .slick-slide.slick-current .bt-box-active {
  opacity: 1;
  transform: scale(1, 1) rotate(0deg);
}
section.banner-tools .bt-boxes.ie-animation .bt-box-active {
  visibility: hidden;
  -webkit-transition: ease-in-out 0.1s;
  -moz-transition: ease-in-out 0.1s;
  -o-transition: ease-in-out 0.1s;
  transition: ease-in-out 0.1s;
  transition-delay: 0s;
}
section.banner-tools .bt-boxes.ie-animation .slick-slide.slick-current.slick-active .bt-box {
  visibility: hidden;
}
section.banner-tools .bt-boxes.ie-animation .slick-slide.slick-current.slick-active .bt-box-active {
  visibility: visible;
}
section.banner-tools .bt-boxes.ie-animation .bt-box {
  transition-delay: 0s;
  -webkit-transition: ease-in-out 0.1s;
  -moz-transition: ease-in-out 0.1s;
  -o-transition: ease-in-out 0.1s;
  transition: ease-in-out 0.1s;
}
section.banner-tools .bt-boxes.ie-animation.slick-slide.slick-current.slick-active .bt-box {
  opacity: 0;
}

section.emergency-image {
  display: block;
  z-index: 999;
  position: fixed;
  bottom: 0;
  right: 0;
}
section.emergency-image:hover .emergency-close {
  right: 0;
}
section.emergency-image .emergency-close {
  position: absolute;
  top: 0;
  right: -40px;
  cursor: pointer;
  opacity: 0.4;
  transition: all ease 0.5s;
}
section.emergency-image .emergency-close:hover {
  opacity: 1;
  transform: scale(1.1);
}
section.emergency-image .emergency-close .icon-close {
  height: 31px;
  width: 31px;
}
section.emergency-image .emergency-close .icon-close span {
  display: block;
  position: absolute;
  width: 25px;
  height: 2px;
  background-color: #000;
}
section.emergency-image .emergency-close .icon-close span:nth-child(1) {
  transform: rotate(45deg);
}
section.emergency-image .emergency-close .icon-close span:nth-child(2) {
  transform: rotate(-45deg);
}

section.emergency {
  display: none;
  z-index: 9999999999;
  position: fixed;
  bottom: -60px;
  right: -50px;
  color: #fff;
  background: #BA1919;
  height: 380px;
  width: 380px;
  border-radius: 50%;
  padding: 70px 40px;
  text-align: center;
}
section.emergency .es-title {
  color: #fff;
  font-weight: 600;
  margin: 20px 0 0;
}
section.emergency .es-text {
  font-size: 16px;
  font-weight: 300;
  margin: 10px auto;
}
section.emergency .button-light {
  font-size: 20px;
  min-width: 200px;
  padding: 18px;
  margin-top: 8px;
  font-weight: 400;
  height: 60px;
  margin-bottom: -5px;
  border: 2px solid #fff;
}
section.emergency .es-arrow {
  position: absolute;
  left: 0;
  top: 27px;
}
section.emergency .es-close {
  position: absolute;
  cursor: pointer;
  right: 0;
  top: 20px;
  height: 52px;
  width: 52px;
  text-align: center;
  line-height: 65px;
  border-radius: 50%;
  border: 1px solid transparent;
  transition: all ease 0.5s;
  left: 0;
  margin: 0 auto;
}
section.emergency .es-close .icon-close {
  display: inline-block;
  margin: 0 auto;
}

section.tiles {
  background: #F9F9F9;
  padding: 100px 0 80px;
}
section.tiles .box-col:nth-child(odd) .image-holder {
  float: left;
}
section.tiles .box-col:nth-child(odd) .image-holder .bg {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  background-color: #10087C;
  z-index: 1;
  right: -15px;
  top: -15px;
}
section.tiles .box-col:nth-child(odd) .content {
  float: right;
}
section.tiles .box-col:nth-child(even) .image-holder {
  float: right;
}
section.tiles .box-col:nth-child(even) .image-holder .bg {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  background-color: #F8AF00;
  z-index: 1;
  left: -15px;
  top: -15px;
}
section.tiles .box-col:nth-child(even) .content {
  float: left;
}
section.tiles .box-col .content {
  max-width: 700px;
  min-height: 200px;
  margin-bottom: 0;
  margin-top: 40px;
}
section.tiles .box-col .content h4 {
  font-size: 22px;
}
section.tiles .box {
  margin-bottom: 20px;
  clear: both;
}
section.tiles .box .image-holder {
  height: 220px;
  width: 330px;
}

section.banner {
  position: relative;
  z-index: 2;
  padding: 80px 0;
  background: -moz-linear-gradient(top, #fff 0%, #fff 21%, rgba(255, 255, 255, 0) 31%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(top, #fff 0%, #fff 21%, rgba(255, 255, 255, 0) 31%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, #fff 0%, #fff 21%, rgba(255, 255, 255, 0) 31%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#00ffffff",GradientType=0);
}
section.banner.banner-simple {
  padding: 80px 0;
}
section.banner.banner-simple .content-holder {
  max-width: 100%;
}
section.banner .container {
  position: relative;
  z-index: 4;
}
section.banner .boxes-holder {
  margin-top: 0px;
  margin-bottom: 80px;
  position: relative;
  max-width: 615px;
  float: right;
}
section.banner .boxes-holder:hover .boxes .box:nth-child(1):before {
  transform: scale(1.05);
}
section.banner .boxes-holder:hover .boxes .box:nth-child(4):before {
  transform: scale(1.05);
}
section.banner .boxes-holder .image {
  position: absolute;
  height: 100%;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  top: -30px;
  left: 0;
  z-index: 2;
  pointer-events: none;
}
section.banner .boxes {
  position: relative;
}
section.banner .boxes .box {
  text-align: center;
  display: block;
  float: left;
  width: 208px;
  height: 240px;
  vertical-align: top;
  position: relative;
  padding: 50px 15px 0;
  color: #000000;
  transition: all ease 0.5s;
}
section.banner .boxes .box:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  height: 100%;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  transition: all ease 0.3s;
}
section.banner .boxes .box:hover:after {
  opacity: 1;
  transform: scale(1.05);
}
section.banner .boxes .box:hover .box-text {
  color: #000000;
}
section.banner .boxes .box .icon-holder {
  max-width: 50px;
  margin: 0 auto 20px;
  position: relative;
  z-index: 1;
}
section.banner .boxes .box .box-title {
  margin-top: 0;
  margin-bottom: 5px;
  line-height: 1;
  color: #000000;
  transition: all ease 0.3s;
  position: relative;
  z-index: 1;
}
section.banner .boxes .box .box-text {
  color: #51565F;
  position: relative;
  z-index: 1;
}
section.banner .boxes .box:nth-child(1) {
  margin-bottom: -40px;
  margin-left: 110px;
  margin-right: 20px;
}
section.banner .boxes .box:nth-child(1):after {
  background-image: url("assets/images/cell-01.png");
}
section.banner .boxes .box:nth-child(1):before {
  pointer-events: none;
  transition: all ease 0.3s;
  content: "";
  height: 113px;
  width: 99px;
  position: absolute;
  left: -116px;
  bottom: 30px;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  background-image: url("assets/images/cell-first.png");
}
section.banner .boxes .box:nth-child(2) {
  margin-bottom: -40px;
}
section.banner .boxes .box:nth-child(2):after {
  background-image: url("assets/images/cell-02.png");
}
section.banner .boxes .box:nth-child(3) {
  margin-right: 20px;
}
section.banner .boxes .box:nth-child(3):after {
  background-image: url("assets/images/cell-03.png");
}
section.banner .boxes .box:nth-child(4):after {
  background-image: url("assets/images/cell-04.png");
}
section.banner .boxes .box:nth-child(4):before {
  pointer-events: none;
  transition: all ease 0.3s;
  content: "";
  height: 113px;
  width: 99px;
  position: absolute;
  right: -116px;
  top: 30px;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  background-image: url("assets/images/cell-last.png");
}
section.banner .wave {
  width: 100%;
  height: 100%;
  background-image: url("assets/images/banner-wave.svg?v=4");
  background-size: auto;
  background-position: bottom center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
section.banner .wave.wave-home {
  background-image: url("assets/images/banner-home-wave.svg");
}
section.banner .wave.wave-bottom {
  bottom: -50px;
  z-index: 1;
  background-image: url("assets/images/banner-home-bottom-wave.svg");
}
section.banner .content-holder {
  margin-top: 50px;
}
section.banner .title {
  margin-top: 0;
}
section.banner .info {
  margin-bottom: 10px;
}
section.banner .post-date {
  margin-top: 15px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  color: #F0A81C;
}
section.banner .post-date .by {
  color: #B0B0B0;
  padding: 0 5px;
}
section.banner .post-date .admin a {
  color: #F0A81C;
}

section.calculator-section {
  position: relative;
  background: #F0A81C;
  padding: 50px 0 60px;
}
section.calculator-section .title {
  color: #000000;
  margin-bottom: 0;
}
section.calculator-section .description {
  color: #000000;
  font-weight: 500;
}
section.calculator-section .form {
  padding: 0;
}
section.calculator-section .form label.label-field {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
}
section.calculator-section .form .button-pre-approved {
  margin-top: 18px;
}

body.single-service section.loan {
  padding-top: 0;
}
body.single-service section.loan .boxes .box-text {
  text-align: left;
  min-height: 220px;
}

section.loan {
  background: #F7F7F7;
  padding: 80px 0;
}
section.loan .boxes {
  margin: 30px 0 0;
}
section.loan .boxes .box {
  border: 1px solid #DEE7F2;
  background: #fff;
  border-radius: 2px;
  text-align: center;
  max-width: 370px;
  margin: 0 auto 30px;
}
section.loan .boxes .icon-holder {
  height: 165px;
  width: 165px;
  border-radius: 50%;
  margin: 40px auto 40px;
  background: #F7F7F7;
  text-align: center;
}
section.loan .boxes .icon-holder img {
  display: inline-block;
  margin-top: 40px;
}
section.loan .boxes .box-title {
  line-height: 1.4;
  padding: 0 35px;
  color: #3C4D6B;
  text-transform: uppercase;
}
section.loan .boxes .box-text {
  padding: 0 35px 50px;
}
section.loan .boxes .button-holder {
  padding: 5px 0 17px;
  border-top: 1px solid #DEE7F2;
}
section.loan .info {
  margin-top: 30px;
  font-weight: 500;
  font-size: 20px;
  display: inline-block;
  padding: 12px 25px;
  border: #F0A81C;
  background: #FFFAE7;
  color: #000000;
}

.list-yes ul {
  list-style: none;
  position: relative;
  padding: 0;
  margin-top: 15px;
}
.list-yes ul li {
  list-style: none;
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}
.list-yes ul li:before {
  content: "";
  height: 20px;
  width: 20px;
  background-image: url("assets/images/icons/icon-yes.svg");
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 2px;
  left: 0;
}

.list-no ul {
  list-style: none;
  position: relative;
  padding: 0;
  margin-top: 15px;
}
.list-no ul li {
  list-style: none;
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}
.list-no ul li:before {
  content: "";
  height: 20px;
  width: 20px;
  background-image: url("assets/images/icons/icon-no.svg");
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 2px;
  left: 0;
}

section.compare {
  position: relative;
  padding: 60px 0;
  background: #FFFAE7;
  overflow: hidden;
}
section.compare:before {
  top: -50%;
  left: 0;
  content: "";
  position: absolute;
  height: 200%;
  width: 50%;
  background: #FFE079;
  border-radius: 0 400px 400px 0;
}
section.compare .vs {
  font-size: 90px;
  font-weight: 700;
  position: absolute;
  top: 33%;
  color: #F0A81C;
  opacity: 0.7;
  left: calc(50% - 65px);
}
section.compare .columns {
  position: relative;
  z-index: 2;
}
section.compare .columns .list-no .column {
  margin-left: 25%;
}

body.page-template-template-services section.how {
  background: transparent;
}

section.how {
  position: relative;
  padding: 80px 0;
  background: #FFFFFF;
}
section.how.advantages {
  background: transparent;
}
section.how.advantages .boxes .box-col {
  min-height: 330px;
}
section.how.advantages .holder .icons-line {
  width: 67px;
  left: calc(50% - 33px);
  background-image: url("assets/images/bee-line-long.png");
}
section.how.advantages .box-content {
  padding-top: 15px;
  padding-bottom: 15px;
}
section.how .holder {
  position: relative;
  margin-top: 30px;
}
section.how .holder .icons-line {
  position: absolute;
  left: calc(50% - 47px);
  top: 0;
  height: 100%;
  background-image: url("assets/images/bee-line.png?v=1");
  width: 94px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
section.how .holder .icons-line .icon-extra {
  position: absolute;
  top: calc(50% - 0px);
  left: 0px;
}
section.how .boxes .box {
  position: relative;
  margin-bottom: 20px;
}
section.how .boxes .box:nth-child(odd) .box-col:nth-child(even) .box-content {
  float: right;
}
section.how .boxes .box:nth-child(even) .box-col:nth-child(odd) {
  order: 2;
}
section.how .boxes .box:nth-child(even) .box-col:nth-child(odd) .box-image {
  float: right;
}
section.how .boxes .box-icon {
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  position: absolute;
  width: 60px;
  height: 60px;
}
section.how .boxes .box-icon img {
  width: 100%;
}
section.how .boxes .box-col {
  min-height: 250px;
}
section.how .boxes .box-content {
  max-width: 470px;
  padding-top: 60px;
}
section.how .button-holder {
  margin-top: 50px;
}

section.provides {
  padding: 80px 0;
}
section.provides .title {
  margin-left: -15px;
  margin-right: -15px;
}
section.provides .boxes .box-icon {
  position: relative;
  overflow: hidden;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  border: 1px solid #DEE7F2;
  padding: 20px 0;
  background: #fff;
  margin: 0 auto 30px;
}
section.provides .boxes .box-icon img {
  display: inline-block;
}
section.provides .boxes .box-col:last-child .box-icon:before {
  content: "";
  height: 100%;
  width: 1px;
  top: 0;
  background: #F0A81C;
  position: absolute;
  transform: rotate(-45deg);
  left: 50%;
}
section.provides .boxes .box-col:last-child .box-icon:after {
  content: "";
  height: 100%;
  width: 1px;
  top: 0;
  background: #F0A81C;
  position: absolute;
  transform: rotate(45deg);
  left: 50%;
}

section.key {
  background: #fff;
  padding: 80px 0;
  position: relative;
}
section.key .boxes {
  margin-top: 30px;
}
section.key .boxes .box-col:nth-child(5n) .box {
  background: #FFFAE7;
  border-color: #FFE78B;
}
section.key .boxes .box-col:nth-child(5n) .box .box-title {
  color: #F0A81C;
}
section.key .boxes .box {
  transition: all ease 0.5s;
  background: #F7F7F7;
  border: 1px solid #DEE7F2;
  border-radius: 2px;
  padding: 30px 40px;
  margin-bottom: 30px;
}
section.key .boxes .box .box-title {
  transition: all ease 0.5s;
  margin-top: 0;
  color: #51565F;
}

nav.nav-category {
  position: relative;
  padding: 40px 0 25px;
  clear: both;
}
nav.nav-category ul {
  margin: 0;
  padding: 0;
}
nav.nav-category ul li {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  margin-bottom: 15px;
}
nav.nav-category ul li.active a {
  background: #F0A81C;
  border-color: #F0A81C;
  color: #fff;
}
nav.nav-category ul li a {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  background: #fff;
  color: #51565F;
  display: block;
  padding: 11px 15px;
  border-radius: 2px;
  border: 1px solid #DEE7F2;
}

/*# sourceMappingURL=style.css.map */
