font-face {
  font-family: 'Arial';
  src: url('../fonts/ARIAL.TTF');
  font-weight: 400;
  font-style: normal;
}
font-face {
  font-family: 'Arial';
  src: url('../fonts/ARIALBD.TTF');
  font-weight: 800;
  font-style: normal;
}
font-face {
  font-family: 'Arial Black';
  src: url('../fonts/ARIABLK.TTF');
  font-style: normal;
}
font-face {
  font-family: 'MinionPro';
  src: url('../fonts/minion/MinionPro-Regular.otf');
  font-weight: 400;
  font-style: normal;
}
.calculator {
    margin: 0 !important;
    border: 0 !important;
}
.calc-wrap {
    margin:unset !important;
}
.calc-footer {
    display: none !important;
}
div#zoomer-ln {
    display: none !important;
}
.home-calc-section .row {
    position:relative;
}
div#loan-wrap {
    max-width: 100%;
    width: 100%;
    border: 0px !important;
}
form#loan-plugin input, form#loan-plugin select {
    height: 40px;
}
.row-reverse {
    flex-direction: row-reverse;
}
.full-size {
    height: 100%;
    width: 100%;
}
.full-size img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
form#loan-plugin {
    border: 0 !important;
    box-shadow: none !important;
}
h3.frm_form_title {
    margin-bottom: 30px !important;
    margin-top:0px !important;
    font-family: 'Arial Black', sans-serif !important;
    color: #073169 !important;
    text-align: left !important;
}
.loan-main-calc {
    background: #333;
    position: absolute;
    bottom: -30px;
    width: calc(50% + 20px);
    padding-bottom: 170px;
    margin-left: 0;
}
.calc-wrap {
    max-width: 100%;
    width: 100%;
    background: none;
}
form.financial-calculators {
    max-width: 100%;
    background: transparent;
    color: white !important;
}
.calc-name {
    color: white !important;
    font-size: 32px !important;
    text-align: center;
    margin-bottom: 40px !important;
    font-family: 'Arial Black', sans-serif !important;
}
.huge-margin-top {
	margin-top:250px;
}
/*.fc-modals>.modal .btn-primary, form.financial-calculators .btn-primary {*/
/*    color: #ffffff;*/
/*    background-color: #093f89 !important;*/
/*    border-color: #093f89 !important;*/
/*}*/
form.financial-calculators .calc-control {
    font-family: 'Arial', sans-serif !important;
}
.calc-name a {
    font-family: 'Arial Black', sans-serif;
}
body { font-family: 'Arial', sans-serif; font-style: normal; font-weight:400; color:#073169; font-size:18px; line-height: 1.7; }
b, strong {
  font-weight: bold;
}
i {
  font-weight: italic;
}
p {
  line-height: 1.9;
  margin-bottom: 1.7rem;
}
b, strong {font-weight: bold;}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
  /*font-family: 'MinionPro';*/
  margin-bottom: 30px;
  font-family: 'Arial Black', sans-serif;
}
h1 {
  
}
h2 {
  
}
h3 {
  
}
h4 {
  
}
h5 {
   
}
body.privacy-policy .pages a {
    text-decoration: underline;
}
img.alignleft {
    display: inline-block;
    margin: 0px 10px 0px 0px;
}
img {
    max-width: 100%;
    height: auto;
}
a {
    transition: 0.3s;
    color: inherit;
    text-decoration: none;
}
a:hover {
    color: inherit;
    text-decoration: none;
}
section#header {
    overflow: visible;
    position: relative;
    z-index: 9;
    color: white;
    width: 100%;
    background-color: white;
    padding: 8px 0px;
}
.header-menu-mobile.icons {
    display: none;
}
.mobile-menu {
    display: none;
}

.huge-padding-bottom {
  padding-bottom: 180px;
}
.image-full.half-image {
    width: 50%;
    margin: 0 auto;
}
.huge-margin-bottom {
  margin-bottom: 190px;
}
.semi-padding-top {
  padding-top: 30px;
}
.semi-margin-top {
  margin-top: 50px;
}
.huge-padding-top {
  padding-top: 250px;
}
.semi-padding-bottom {
  padding-bottom: 30px;
}
.semi-margin-bottom {
    margin-bottom: 50px;
}
.large-margin-top {
  margin-top: 70px;
}
.large-margin-bottom {
    margin-bottom: 70px;
}
.large-padding {
  padding:70px 0px 70px 0px;
}
.large-padding-top {
  padding-top:70px;
}
.large-padding-bottom {
  padding-bottom:70px;
}
ul#menu-main-menu {
    padding: 0px;
    margin: 0px;
}
ul.sub-menu {
    position: absolute;
    background: white;
    z-index: 999;
    text-align: left;
    padding: 20px 0px;
    min-width: 250px;
    left: -14px;
    display:none;
}
ul#menu-main-menu li:hover > ul.sub-menu {
    display:block;
}
ul.sub-menu li {
    display: inline-block;
    clear: both;
}
span.click-li-child {
    position: absolute;
}
.hasScrolled {
    opacity: 1 !important;
    position: fixed !important;
    top: 0;
    z-index: 999 !important;
    width: 100% !important;
    left: 0;
    right: 0;
    border: 0px !important;
    transition: 0.4s;
    padding: 10px 0px !important;
    border-bottom: 1px solid #f2f2f2 !important;
    box-shadow: 0px 0px 3px 1px #222222a1;
}
.image-full {
    width: 100%;
    height: 100%;
}
.image-full img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.desktop-menu li {
    color: #000;
    list-style: none;
    display: inline-block;
    font-size: 16px;
    position: relative;
    margin-left: 35px;
}
section {
    overflow-x: hidden;
    overflow-y: hidden;
}


footer {
  background-color: black;
  color: white;
  font-size: 16px;
}

.footer-menu ul {
    padding: 0;
    list-style: none;
}
.footer-menu ul li {
    display: inline-block;
    margin-right: 10px;
    padding-right: 20px;
    position: relative;
}
.footer-menu ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.footer-menu ul li:after {
    content: '-';
    position: absolute;
    right: 0;
}
.footer-menu ul li:last-child:after {
	display: none;
}
.footer-menu ul li a:hover {
    text-decoration: underline;
    text-underline-offset: 5px;
}
.footer-disclamer {
    color: #6b6b6b;
    font-size: 14px;
}
.text-image-video {
    position: relative;
    min-height: 20vh;
    display: flex;
}
.hold-img-slider {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.hold-img-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.top-content-holder {
    height: 100%;
    position: relative;
    z-index: 9;
    color: white;
    max-width: 44%;
    padding: 150px 0px;
    display: flex;
    align-items: center;
}
.blue-overlay {
    position: absolute;
    width: 50%;
    height: 100%;
    z-index: 9;
    background-color: rgb(25 63 132 / 85%);
    top: 0;
    left: 0;
}
h1.top-title {
    max-width: 76%;
}
a.regular-link {
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    padding: 0px 30px;
    min-width: 220px;
    text-align: center;
    height: 60px;
    font-size: 12px;
    line-height: 60px;
    vertical-align: middle;
}
a.white-link {
    background: white;
    color: #093f89;
}
a.white-link:hover {
    background: black;
    color: white;
}
a.border-link.white-transparent {
    border: 1px solid white;
    height: 58px;
    line-height: 58px;
}
.blue-link {
    background: #093f89;
}
.blue-link:hover {
    background: black;
}
a.border-link.white-transparent:hover {
    background: black;
    border-color: black;
}
/*.top-button-holder a:last-child {*/
/*    margin-left: 20px;*/
/*}*/

.desktop-menu a:hover {
    text-decoration: underline;
    text-underline-offset: 5px;
}
.bg-values {
    position: relative;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: top center !important;
}
.blue-holder {
    background: #093f89;
    color: white;
    padding: 80px 120px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
    margin-top: -140px;
}
.blue-bg-image {
    position: relative;
    height: 0;
    padding-bottom: 37%;
}

.blue-bg-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}
section.blue-image-holder {
    position: relative;
    overflow: visible;
}
.top-content-holder > div {
    width: 100%;
}
.selecting-enquire {
    font-size: 16px;
}
input:not([type="checkbox"]), select {
    background: #e5e5e5;
    border: none;
    height: 70px;
    width: 100%;
    line-height: 70px;
    font-size: 18px;
    color: black;
    padding: 10px 20px;
    margin-bottom: 15px;
    outline: none;
}
textarea {
    background: #e5e5e5;
    border: none;
    max-height: 220px;
    width: 100%;
    line-height: 70px;
    font-size: 18px;
    color: black;
    padding: 10px 20px;
    outline: none;
}
input.wpcf7-form-control.wpcf7-submit {
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    padding: 0px 30px;
    width: 220px;
    text-align: center;
    height: 60px;
    font-size: 12px;
    line-height: 60px;
    vertical-align: middle;
    background: #093f89;
    color: white;
    margin-left: auto;
    display: block;
    outline: none;
}
input.wpcf7-form-control.wpcf7-submit:hover {
  background: black;
}
form.wpcf7-form.init {
    max-width: 600px;
}
form.wpcf7-form.init p {
    margin-bottom: 0;
}
ul.sub-menu li {
    display: block;
    margin-bottom: 10px;
}
span.lnr.lnr-chevron-down.click-li-child {
    display: none;
}









@media screen and ( min-width:1400px ) and ( max-width:1799px ) {
  
    .blue-holder {
        padding: 80px 100px;
        left: calc((100% - 1290px)/2);
    }
    .loan-main-calc {
      margin-left: calc((85% - 1290px)/2);
  }
}

@media screen and ( min-width:1200px ) and ( max-width:1399px ) {
    .blue-holder {
        padding: 60px 80px;
        left: calc((100% - 1110px)/2);
    }
    .loan-main-calc {
        width: calc(44% + 0px);
        padding-bottom: 170px;
    }
   
}
@media screen and ( min-width:1024px ) and ( max-width:1081px ) {
    .top-button-holder a {
        width: 200px !important;
        min-width: unset;
    }
}

@media screen and (min-width: 1900px) {

  h1 {
    font-size: 50px;
    line-height: 1.2 !important;
  }
  h1.top-title {
      max-width: 94%;
  }
  h2 {
      font-size: 58px;
      line-height: 1.2 !important;
  }
  h3 {
    font-size: 36px;
    line-height: 1.4 !important;
  }
  h3.frm_form_title {
    font-size: 36px !important;
    }
}



@media screen and (min-width:992px) and ( max-width:1200px ) {
    .loan-main-calc {
        width: 46%;
    }
}
@media screen and (max-width:991px) {
    .loan-main-calc {
        width: 100%;
        position:relative;
        padding-bottom: 30px;
    }
}
@media screen and (min-width: 1800px) {
  
  .container {
    max-width: 1530px;
  }
  .loan-main-calc {
      margin-left: calc((80% - 1500px)/2);
  }
  .blue-holder {
      padding: 100px 150px;
      left: calc((100% - 1500px)/2);
  }

}



@media screen and ( max-width:1023px ) {
    .blue-overlay {
        background-color: rgb(25 63 132 / 35%);
        width: 100%;
    }
    .top-content-holder {
        max-width: 100%;
    }
}
@media screen and ( max-width:1199px ) {
     h3.frm_form_title {
        font-size: calc(1.3rem + .6vw) !important;
    }
    span.lnr.lnr-chevron-down.click-li-child {
        display: inline-block;
    }
    .blue-holder {
        padding: 60px 15px;
        position: relative;
        margin-top: -130px;
    }
    .top-content-holder {
        padding: 50px 0px;
    }

    .container {
        max-width: 100%;
    }
 /*MOBILE OPENER*/
    .desktop-menu {
        display: none !important;
    }
    .icons .menu-icon {
        -webkit-animation-name: none;
        animation-name: none;
        outline: 0;
        border: 0;
        box-shadow: 0;
        background: none;
        height: 50px;
        width: 37px;
    }
    .menu-icon span:first-child {
      top: 20px;
    }
    .menu-icon span:nth-child(2) {
      top: 30px;
    } 
    .menu-icon span:last-child {
      top: 40px;
    }
    .header-menu-mobile.icons {
        display: block;
    }
    .header-menu-mobile {
        text-align: right;
        position: fixed;
        right: 15px;
        z-index: 99999;
        top: 9px;
    }
    .slider-description-holder {
        bottom: 80px !important;
    }
    .mobile-menu li {
      margin-bottom: 15px;
      font-weight: 500;
      text-transform: uppercase;
    }
    .overflow-y-stopped {
        overflow-y: hidden;
    }
    .personal-info-mobile .social {
        display: block;
        margin-top: 40px;
        font-size: 24px;
    }
    .personal-info-mobile .social i {
        margin: 10px;
    }
    .menu-icon span {
        display: block;
        height: 3px;
        width: 35px;
        background-color: #fff;
        box-shadow: 0px 2px 0px #093f89;
        position: absolute;
        right: 0;
        -webkit-transition: all .4s ease-out;
        -moz-transition: all .4s ease-out;
        -ms-transition: all .4s ease-out;
        -o-transition: all .4s ease-out;
        transition: all .4s ease-out;
    }
    .m-holder {
        max-width: 90%;
        margin: 40px auto;
    }
  .mobile-menu {
      padding: 150px 0px 0px 0px;
      opacity: 0;
      visibility: hidden;
      position: fixed;
      top: 0px;
      right: -40%;
      height: 100%;
      color: #333333;
      background-color: white;
      z-index: 9999;
      overflow: scroll;
      display: block;
      justify-content: center;
      -webkit-transition: all .5s ease-out;
      -moz-transition: all .5s ease-out;
      -ms-transition: all .5s ease-out;
      -o-transition: all .5s ease-out;
      transition: all .5s ease-out;
      overflow-y: auto;
      overflow-x: hidden;
      width: 100%;
      font-size: 20px;
      letter-spacing: 2px;
  }
  .mobile-menu .website-logo {
    text-align: center;
    margin: 0 auto;
    position: absolute;
    top: 65px;
    left: 0;
    right: 0;
  }
  .m-holder {
      max-width: 90%;
      margin: 40px auto;
      text-transform: uppercase;
      font-weight: 500;
      position: relative;
      font-size: 16px;
      text-align: center;
  }
  .m-holder ul {
      padding: 0px;
      margin: 0px;
  }
    .m-holder ul.sub-menu {
        padding: 0;
        margin-top: 10px;
        border-top: 0px;
    }
    .m-holder li {
      list-style: none;
      position: relative;
    }
    .mobile-menu.show-menu {
        opacity: 1;
        visibility: visible;
        right: 0px;
    }
    .menu-icon--active span:first-child {
        box-shadow: none;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 30px;
        background-color: #093f89;
    }
    .menu-icon--active span:nth-child(2) {
        box-shadow: none;
        opacity: 0;
    }
    .menu-icon--active span:last-child {
        box-shadow: none;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        position: absolute;
        top: 30px;
        background-color: #093f89;
    }
    .mobile-menu ul.sub-menu {
    text-align: center;
      position: relative;
      display: none;      
      text-transform: capitalize;
      border-bottom: none;
      margin-left: 20px;
    }
    span.click-li-child.flipImage img {
        transform: rotate(180deg);
        position: relative;
        top: -2px;
    }
    span.click-li-child img {
        max-width: 25px;    
    }
    span.click-li-child {
        display: inline-block;
        position: relative;
        left: 10px;
    }
  /*END*/
}
@media screen and ( max-width:767px ) {
	.huge-margin-top {
		margin-top:100px;
	}
     h3.frm_form_title {
        margin-bottom: 20px !important;
    }
    h1.top-title {
        max-width:100%;
    }
    .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
        margin-bottom: 20px;
    }
    input, select {
        height: 40px;
        font-size: 16px;
    }
    textarea {
        font-size: 16px;
        line-height: 1.5;
    }
   body {
    font-size: 16px;
   }
    .blue-holder {
        padding: 30px 15px;
        position: relative;
        text-align: center;
        margin-top: -30px;
    }
    .blue-holder h2.large_title {
        margin-bottom: 30px;
    }
    .large-margin-top {
        margin-top: 30px;
    }
    .large-margin-bottom {
        margin-bottom: 30px;
    }
    .huge-margin-bottom {
        margin-bottom: 90px;
    }
    .huge-padding-top {
      padding-top: 30px;
    }
    .semi-padding-bottom {
      padding-bottom: 30px;
    }
    .semi-margin-bottom {
        margin-bottom: 30px;
    }
    .large-padding {
      padding:30px 0px 30px 0px;
    }
    .large-padding-bottom {
      padding-bottom:30px;
    }
    .large-padding-top {
      padding-top: 30px;
    }
    .huge-padding-bottom {
      padding-bottom: 30px;
    }
    .semi-padding-top {
      padding-top: 30px;
    }
    .semi-margin-top {
      margin-top: 30px;
    }

}
@media screen and ( max-width:500px ) {
    .top-button-holder a {
        width: 100%;
        margin: 0 !important;
        margin-bottom: 10px !important;
    }
    h2.large_title {
        text-align: center;
        margin-bottom: 10px;
        font-weight: bold;
        font-size: 30px;
    }
}
@media screen and (min-width: 1200px) and ( max-width: 1899px ){
    h3.frm_form_title {
        font-size: 1.75rem !important;
    }
}