/*************************************

Template Name: SunliteMortgage
Author: Jonayed Islam
Author Url: http://jonayed.com
Version: 1.0
Design and Developed by: Bongosoft Ltd.

****************************************/

/*========================================= GOOGLE FONT IMPORT ===========================================*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap');

/* font-family: 'Inter', sans-serif; */

/* @import url('https://fonts.googleapis.com/css2?family=Mulish:wght@400;600;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@1,300&display=swap'); */

/* font-family: 'Merriweather', serif; */

/* @import url('https://fonts.googleapis.com/css2?family=Mulish:wght@400;600;700;900&display=swap'); */

/*========================================= CUSTOM STYLE ===========================================*/

@media (min-width: 1200px) {
    .container {
        max-width: 1212px !important;
    }
}

body,
p,
textarea {
  font-family: 'Inter', 'Arial', 'Helvetica', Sans-Serif;
  font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Inter', 'Arial', 'Helvetica', Sans-Serif;
  font-weight: 700;
}
a {
  font-family: 'Inter', 'Arial', 'Helvetica', Sans-Serif;
  font-weight: 400;
}
.btn:focus, a:focus {
  outline: 0 solid !important;
  box-shadow: none !important;
}
a:hover {
  text-decoration: none !important;
}
*a:hover {
  text-decoration: none !important;
}
/* Remove Chrome Input Field's Unwanted Yellow Background Color */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
.other-page .top-nav-main .navbar-nav .nav-link {
  color: #000;
}
.other-page .top-nav-main .navbar-nav .custom-link {
  color: #fff;
}
/*================================================
    4. BACK TO TOP
==================================================*/
@-webkit-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-moz-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.m-backtotop {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: fixed;
  bottom: -50px;
  right: 20px;
  width: 50px;
  height: 50px;
  background: #222;
  border-radius: 25px;
  text-align: center;
  border: 2px solid #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  opacity: 0;
  overflow: hidden;
  color: #fff;
}
.m-backtotop.active {
  bottom: 15px;
  opacity: 1;
  z-index: 9999;
}
.m-backtotop > div {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.m-backtotop > div.arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  opacity: 1;
}
.m-backtotop > div.text {
  font-size: 5px;
  font-size: 0.5rem;
  line-height: 10px;
  text-transform: uppercase;
  font-weight: 700;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(50%) translateX(-50%);
  opacity: 0;
  margin-top: 1px;
}
.m-backtotop:hover {
  transform: scale(1.1);
  bottom: 20px;
  cursor: pointer;
  background: black;
  box-shadow: 0 10px 5px rgba(0, 0, 0, 0.1);
}
.m-backtotop:hover > div.arrow {
  transform: translateY(-150%) translateX(-50%);
  opacity: 0;
}
.m-backtotop:hover > div.text {
  transform: translateY(-50%) translateX(-50%);
  opacity: 1;
}

/*========================================= HEADER TOP STYLE STYLE ===========================================*/
.top-header {
  background: #fff;
  padding: 10px 0;
  position: relative;
}
.top-header-logo a {
  display: inline-block;
  padding-bottom: 10px;
}
.top-header-logo img {
  display: block;
}
.social-top-icon {
  padding: 0;
  margin: 0;
  display: flex;
  text-align: left;
  padding-top: 3px;
}
.social-top-icon li {
    list-style: none;
    margin: 0;
}
.social-top-icon li a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    text-decoration: none;
    font-size: 22px;
    color: #858585;
    transition: 0.5s;
}
.social-top-icon li a:hover {
  color: #252525;
}
.top-header-middle {
  padding: 0;
  margin: auto;
  text-align: center;
}
.top-header-middle li {
  list-style: none;
  padding: 10px 10px;
  display: inline-block;
  font-weight: 700;
  font-size: 17px;
}
.top-header-middle li a {
  text-decoration: none;
  display: inline-block;
  font-weight: 700;
  font-size: 17px;
}
.top-nav-main .navbar-nav {
  margin-left: auto;
  margin-right: auto;
}
.top-nav-main {
  background: transparent;
  z-index: 999999;
  padding: 15px 0;
  width: 100%;
}
.top-nav-main .navbar-nav .nav-link {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  padding-left: 13px;
  padding-right: 13px;
}
.top-nav-main .navbar-nav .custom-link {
  background: #000;
  color: #fff;
  border-radius: 25px;
  transition: 0.1s linear;
  -webkit-transition: 0.1s linear;
  -moz-transition: 0.1s linear;
  padding: 6px 15px;
  position: relative;
  margin-right: 7px;
  margin-left: 9px;
  border: 0;
}
.top-nav-main .navbar-nav .custom-link:hover {
  transform: translate3d(0,-2px,0);
  -webkit-transform: translate3d(0,-2px,0);
}
.top-nav-main .navbar-nav .nav-item:last-child .nav-link {
  margin-right: 0;
}
/*========================================= HEADER TOP STYLE STYLE ===========================================*/
#header nav.navbar.bootsnav ul.nav>li>a.menu-btn {
  background: #15549a;
  color: #fff;
  border-radius: 0;
  transition: 0.1s linear;
  -webkit-transition: 0.1s linear;
  -moz-transition: 0.1s linear;
  padding: 10px 25px 10px 25px;
  position: relative;
  margin-right: 4px;
  margin-left: 48px;
  border: 0;
}
#header nav.navbar.bootsnav ul.nav>li>a.menu-btn:hover {
  background: #00aced;
  /* transition: 0.5s; */
}
.header-main {
  overflow: hidden;
  position: relative;
  height: 100vh;
  display: block;
  z-index: 0;
}
.header-main-bg {
  background: url(../images/header/happy-couple-computer.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  animation: kenBurns 12s ease alternate infinite;
  -webkit-animation: kenBurns 12s ease alternate infinite;
  background-position: 50% 0%!important;
  position: absolute;
  top: 0;
  left: 0;
}
.header-main-overflew {
  background-color: rgba(0,0,0,0.2);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.title {
    text-align: center;
    color: #fff;
}
.header-main-overflew .title h1 {
  font-size: 70px;
  text-shadow: 0 1px 2px rgb(0 0 0 / 60%);
  margin-bottom: 10px;
  font-weight: 600;
  text-transform: capitalize;
}
.header-main-overflew .title h2 {
  font-size: 35px;
  text-transform: capitalize;
  text-shadow: 0 1px 2px rgb(0 0 0 / 60%);
}
.header-main-overflew .title .btn-title-home {
  padding-top: 30px;
}
.header-main-overflew .title .btn-title-home .btn-title {
  background: #15549a;
  color: #fff;
  border-radius: 0;
  transition: 0.1s linear;
  -webkit-transition: 0.1s linear;
  -moz-transition: 0.1s linear;
  padding: 10px 40px;
  position: relative;
  letter-spacing: 0.2px;
  font-weight: 600;
  font-size: 28px;
  text-transform: capitalize;
  border: 0;
}
.header-main-overflew .title .btn-title-home .btn-title:hover {
  transform: translate3d(0,-2px,0);
  -webkit-transform: translate3d(0,-2px,0);
  background: #00aced;
}
.header-main-overflew .title .btn-title-home .btn-title.btn-cv {
  margin-right: 20px;
}

@keyframes kenBurns {
    0% {
        transform: scale(1)
    }
    100% {
        transform: scale(1.2)
    }
}

@-webkit-keyframes kenBurns {
    0% {
        transform: scale(1)
    }
    100% {
        transform: scale(1.2)
    }
}
.header-main-new {
  margin-top: 0;
}
/*================================================
     Small Top Nav
==================================================*/
.wrapper_top {
  color: #000;
}
.top-text-left {
  padding-top: 1px;
}
.top-text-left a:hover {
  text-decoration: none;
}
.top-text-left a {
  padding-right: 10px;
  font-weight: 600;
  font-size: 16px;
  color: #00aced;
  text-decoration: none;
}
.small-padding {
  padding-right: 5px;
}
.top-text-left a:last-child {
  /* padding-left: 20px;
  border-left: 1px solid #ffffff;
  font-size: 15px; */
}
.wrapper_top_right {
  float: right;
  color: #fff;
}
.top_list_style {
  margin: 0;
  padding: 0;
  float: right;
  padding-top: 2px;
  padding-right: 30px;
}
.top_list_style li {
  display: inline-block;
  padding: 0;
}
.top_list_style li a {
  padding: 0 10px;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
}
.top_list_style li:first-child a {
  border-right: 1px solid #fff;
}
.social-icon {
  margin: 0;
  display: block;
  padding: 0;
  float: right;
}
.social-icon li a {
  font-size: 15px;
  color: #ffffff;
  width: 28px;
  height: 28px;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 12px;
  line-height: 27px;
  text-align: center;
  transition: all 0.7s ease-in;
  background: transparent;
  display: inline-block;
  margin-left: 5px;
}
.social-icon  li {
  list-style: none;
  transform: rotate(0deg);
  display: inline-block;
}
.social-icon li a:last-child {
  margin-right: 0;
}
.social-icon li a:hover {
    transform: rotate(360deg);
}
.social-icon li .facebook {
    border: 1px solid #fff;
}
.social-icon li:hover .facebook {
    background: #3b5999 !important;
    border: 1px dotted transparent;
}
.social-icon li .twitter {
    border: 1px solid #fff;
}
.social-icon li:hover .twitter {
    background: #55acee !important;
    border: 1px solid transparent;
}
.social-icon li .you-tube {
    border: 1px solid #fff;
}
.social-icon li:hover .you-tube {
    background: #b31217 !important;
    border: 1px solid transparent;
}
.social-icon li .pinstar {
    border: 1px solid #fff;
}
.social-icon li:hover .pinstar {
    background: #bd081c !important;
    border: 1px solid transparent;
}
.social-icon li .linkedin {
    border: 1px solid #fff;
}
.social-icon li:hover .linkedin {
    background: #0077B5 !important;
    border: 1px solid transparent;
}
/*========================================= Youtube Video Section Wrapper ===========================================*/
.youtube-video-section-wrapper {
  padding: 50px 0;
}
.sunlite-video-embed {
  width: 100%;
  height: 665px;
}
.youtube-video-other-wrapper {
  padding: 50px 0;
}
.sunlite-video-other {
  width: 100%;
  height: 350px;
}
/*================================================
   TESTIMONIALS SECTION
==================================================*/
.testimonial-section {
  background: #ffab36;
  padding: 80px 0;
}
.section-title {
  text-align: center;
  margin-bottom: 30px;
}
.section-title h2 {
  color: #fff;
  font-size: 36px;
}
.testimonial-slider .item h3 {
  color: #fff;
  font-size: 24px;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 20px;
}
.testimonial-slider .item p {
  padding: 5px 20px;
  color: #fff;
  text-align: center;
  font-size: 40px;
  font-style: italic;
  font-weight: 400;
  line-height: 45px;
}
.all-testimonial-btn-wrapper {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.all-testimonial-btn {
  padding: 10px 40px;
  color: #000;
  border: 1px solid #3f3f3f;
  border-radius: 0;
  font-size: 21px;
  background: #f8f9fa;
  font-weight: 700;
  transition: 0.1s linear;
  -webkit-transition: 0.1s linear;
  -moz-transition: 0.1s linear;
}
.all-testimonial-btn:hover {
  color: #000;
  transform: translate3d(0,-2px,0);
  -webkit-transform: translate3d(0,-2px,0);
  background: #e2e6ea;
}
.testimonial-slider .owl-dots .owl-dot span {
 background: #fff;
}
.testimonial-slider .owl-dots .owl-dot.active span,
.testimonial-slider .owl-dots .owl-dot:hover span {
 background: #bfbfbf;
}
/*=================================================================================
          MORTGAEE SOLUTIONS WRAPPER STYLE
====================================================================================*/
.mortgage-solutions-wrapper {
  background: #252525;
  padding: 80px 0;
  padding-top: 20px;
}
.mortgage-solution-title {
 text-align: center;
}
.mortgage-solution-title h2 {
  font-size: 60px;
  padding: 0 70px;
  text-transform: capitalize;
  line-height: 75px;
  margin-bottom: 30px;
}
.mortgage-solution-title h2 a {
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
}
.mortgage-solution-title p.lead {
  color: #fff;
  opacity: .9;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  padding-bottom: 50px;
}
.mortgage-solution-title p.lead a {
  color: #fff;
  text-decoration: underline;
}
.mortgage-solution-title p.lead a:hover {
  text-decoration: underline;
}
.mortgage-solution-discription {
  box-shadow: 0 0.46875rem 2.1875rem rgb(90 97 105 / 10%), 0 0.9375rem 1.40625rem rgb(90 97 105 / 10%), 0 0.25rem 0.53125rem rgb(90 97 105 / 12%), 0 0.125rem 0.1875rem rgb(90 97 105 / 10%);
  min-height: 585px;
  overflow: hidden;
  max-height: 585px;
  border-radius: 8px;
  margin-bottom: 35px;
  background: #fff;
}
.mortgage-solution-discription-text {
  border-radius: 0 0 12px 12px;
  background: #fff;
  position: relative;
  overflow: hidden;
  padding: 25px 30px;
  text-align: center;
}
.mortgage-solution-discription-text h3 {
 font-size: 22px;
}
.mortgage-solution-discription-text .other-text-h3 {
  margin-top: 20px;
}
.mortgage-solution-discription-text p {
  color: #666;
  opacity: 0.9;
  font-size: 18px;
  line-height: 26px;
}
.mortgage-solution-discription-text  a {
  background: #00aced;
  color: #fff;
  display: inline-block;
  padding: 7px 30px;
  font-size: 18px;
  border-radius: 25px;
  font-weight: 700;
  transition: 0.1s linear;
  -webkit-transition: 0.1s linear;
  -moz-transition: 0.1s linear;
  margin-top: 10px;
}
.mortgage-solution-discription-text  a:hover {
  transform: translate3d(0,-2px,0);
  -webkit-transform: translate3d(0,-2px,0);
  border-color: #b3b3b3;
}
.mortgage-solution-discription a img {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
}
.mortgage-solution-discription a:hover img {
  opacity: .90;
}
.mortgage-solution-discription-btn-wrapper {
  text-align: center;
}
.mortgage-solution-discription-btn-wrapper a {
  background: #fff;
  color: #3498db;
  font-size: 19px;
  border-radius: 25px;
  display: inline-block;
  padding: 10px 40px;
  margin-top: 20px;
  font-weight: 700;
  transition: 0.1s linear;
  -webkit-transition: 0.1s linear;
  -moz-transition: 0.1s linear;
}
.mortgage-solution-discription-btn-wrapper a:hover {
  transform: translate3d(0,-2px,0);
  -webkit-transform: translate3d(0,-2px,0);
}
/*=================================================================================
          REASON SOLUTIONS WRAPPER STYLE
====================================================================================*/
.reason-section-wrapper {
  background-color: #696969;
  padding: 90px 0;
}
.reason-section-wrapper h2 {
  color: #fff;
  font-size: 30px;
}
.reason-ul {
  padding: 0;
  margin: 0;
  margin-top: 30px;
}
.reason-ul li {
  color: #fff;
  border-bottom: 1px solid #eaeaea!important;
  font-size: 20px;
  list-style-type: disc!important;
  padding: 3px 5px 3px 0;
  margin-bottom: 5px;
  margin-right: 30px;
}
.review-section-wrapper {
  background-color: #fff;
  padding: 90px 0;
}
.review-section-text {
  padding-left: 140px;
}
.review-section-text  {
  text-align: center;
}
.review-section-text blockquote {
  font-family: 'Merriweather', serif;
  font-size: 21px;
  font-weight: 300;
  font-style: italic;
  margin-bottom: 30px;
  line-height: 40px;
}
.experience-section {
  background: #000;
  padding: 90px 0;
}
.experience-section h2 {
  color: #f4c157;
  font-size: 40px;
  margin-bottom: 25px;
  font-weight: 400;
}
.experience-section h5 {
  color: #fff;
  font-weight: 400;
  font-size: 24px;
}
.experience-small-text {
  margin-top: 35px;
  padding: 0 10px;
}
.experience-small-text h3 {
  color: #f4c157;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 20px;
}
.experience-small-text p {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: italic;
  opacity: 0.9;
  line-height: 30px;
}
.middle-style {
  margin-top: 100px;
}
/*=================================================================================
          COMMUNITY SOLUTIONS WRAPPER STYLE
====================================================================================*/
.community-section-wrapper {
  overflow: hidden;
  position: relative;
  height: 470px;
  display: block;
}
.community-section-wrapper-bg {
  background: url(../images/header/calgary-alberta-skyline.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  animation: kenBurns 12s ease alternate infinite;
  -webkit-animation: kenBurns 12s ease alternate infinite;
  background-position: 50% 0%!important;
  position: absolute;
  top: 0;
  left: 0;
}
.community-section-wrapper-overflew {
  background-color: rgba(0,0,0,0.2);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 70px 0;
}
.community-section-wrapper-overflew h2 {
  font-weight: 400;
  font-size: 36px;
  color: #fff;
  margin-bottom: 25px;
}
.community-section-wrapper-overflew p {
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  opacity: 0.8;
  margin-bottom: 35px;
}
.community-btn {
  background: #000;
  display: inline-block;
  color: #fff;
  border-radius: 25px;
  transition: 0.1s linear;
  -webkit-transition: 0.1s linear;
  -moz-transition: 0.1s linear;
  padding: 10px 40px;
  position: relative;
  font-weight: 600;
  font-size: 20px;
  text-transform: capitalize;
  border: 0;
}
.community-btn:hover {
  transform: translate3d(0,-3px,0);
  -webkit-transform: translate3d(0,-3px,0);
  color: #fff;
}
/*=================================================================================
     BLOG SECTION WRAPPER STYLE
====================================================================================*/
.blog-section-wrapper {
  border-top: 1px solid #ebebeb;
  width: 100%;
  background: #fafafa;
  padding: 70px 0;
}
.blog-section-wrapper h2 {
  text-align: center;
  font-size: 36px;
  margin-bottom: 30px;
}
.single-blog {
  background: #fff;
  box-shadow: 0 0.46875rem 2.1875rem rgb(90 97 105 / 10%), 0 0.9375rem 1.40625rem rgb(90 97 105 / 10%), 0 0.25rem 0.53125rem rgb(90 97 105 / 12%), 0 0.125rem 0.1875rem rgb(90 97 105 / 10%);
  border-radius: 8px;
  border: 1px solid #ececec;
}
.single-blog-text {
  min-height: 290px;
  max-height: 290px;
  overflow: hidden;
  padding: 25px;
}
.single-blog-text h3 {
  font-size: 22px;
  line-height: 30px;
}
.date {
 font-size: 15px;
 font-weight: 400;
 margin-bottom: 5px;
}
.blog-read-more {
  background: #000;
  display: inline-block;
  color: #fff;
  border-radius: 25px;
  transition: 0.1s linear;
  -webkit-transition: 0.1s linear;
  -moz-transition: 0.1s linear;
  padding: 7px 30px;
  position: relative;
  font-weight: 600;
  font-size: 17px;
  text-transform: capitalize;
  border: 0;
  margin-top: 20px;
}
.blog-read-more:hover {
  transform: translate3d(0,-3px,0);
  -webkit-transform: translate3d(0,-3px,0);
  color: #fff;
}
.all-blog-post {
  text-align: center;
  margin-top: 55px;
}
.all-blog-post a {
  background: #000;
  display: inline-block;
  color: #fff;
  border-radius: 25px;
  transition: 0.1s linear;
  -webkit-transition: 0.1s linear;
  -moz-transition: 0.1s linear;
  padding: 7px 40px;
  position: relative;
  font-weight: 600;
  font-size: 20px;
  text-transform: capitalize;
  border: 0;
}
.all-blog-post a:hover {
  transform: translate3d(0,-3px,0);
  -webkit-transform: translate3d(0,-3px,0);
  color: #fff;
}
.go-ahead-wrapper-section {
  background: #5D5D5D;
  padding: 80px 0;
  text-align: center;
  color: #fff;
}
.go-ahead-wrapper-section h3 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 35px;
}
.go-ahead-wrapper-section h2 {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 35px;
}
.go-ahead-btn-wrapper {
  text-align: center;
}
.go-ahead-btn-wrapper {

}
.btn-go-ahead {
  background: #000;
  color: #fff;
  border-radius: 25px;
  transition: 0.1s linear;
  -webkit-transition: 0.1s linear;
  -moz-transition: 0.1s linear;
  padding: 10px 40px;
  position: relative;
  font-weight: 600;
  font-size: 20px;
  text-transform: capitalize;
  border: 0;
  margin-right: 20px;
}
.btn-go-ahead:hover {
  transform: translate3d(0,-2px,0);
  -webkit-transform: translate3d(0,-2px,0);
  color: #fff;
}
.top-name {
  font-size: 24px;
  color: #000;
  font-weight: 600;
  margin-right: 20px;
}
.top-row {
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 10px;
  padding-top: 5px;
}
/*=================================================================================
     FOOTER STYLE
====================================================================================*/
.footer-wrapper {
  background: #252525;
  padding: 60px 0;
  color: #fff;
  padding-bottom: 25px;
}
.footer-top {
  padding-bottom: 15px;
  border-bottom: 1px solid #656060;
}
.footer-top p {
  opacity: 0.9;
  line-height: 28px;
}
.footer-top h3 {
  font-size: 30px;
  opacity: 0.9;
}
.footer-top h4 {
  font-size: 18px;
  opacity: 0.9;
}
.footer-top a {
  color: #fff;
  opacity: 0.9;
}
.footer-list {
  margin: 0;
  padding: 0;
}
.footer-list li {
  list-style: none;
  display: inline-block;
  padding: 5px 10px;
}
.footer-list li:first-child {
  padding-left: 0;
}
.footer-list li a {
  display: inline-block;
  opacity: 0.9;
}
.footer-social a:hover {
  color: #fff !important;
}
.footer-social {
  margin-top: 5px;
  margin-left: -10px;
}
.address-footer-ul {
  margin: 0;
  padding: 0;
}
.address-footer-ul li {
  list-style: none;
}
.address-footer-ul li a {
  font-size: 16px;
  line-height: 30px;
  opacity: 0.9;
}
.footer-logo {
  margin-bottom: 15px;
}
.footer-banner {
  text-align: center;
}
.footer-banner img {
  margin: auto;
}
.footer-small-image-ul {
  text-align: center;
  padding: 10px 60px;
  margin: 0;
}
.footer-small-image-ul li {
  list-style: none;
  display: inline-block;
}
.footer-small-image-ul li img {
  height: 110px;
}
.footer-copy-right-text {
  margin: 0;
  padding: 0;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 15px;
}
.footer-copy-right-text li {
  display: inline-block;
  list-style: none;
  color: #fff;
  opacity: 0.9;
  font-size: 14px;
  padding: 5px 15px;
}
.footer-copy-right-text li a {
  font-style: 14px;
  color: #fff;
  opacity: 0.9;
}
.footer-copy-right-text li a:hover {
  text-decoration: underline !important;
}
.footer-other-link {
  text-align: center;
}
.footer-other-link a {
  color: #fff;
  font-size: 16px;
  line-height: 30px;
}
.footer-other-link a:hover {
  text-decoration: underline !important;
}
/*=================================================================================
     CONTACT PAGE STYLE
====================================================================================*/
.page-header {
  background: #000;
  padding: 35px 0 35px 0;
  color: #fff;
}
.page-header h1 {
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 2px;
  text-shadow: 0 1px 2px rgb(0 0 0 / 60%);
}
.page-header h4 {
  font-weight: 400;
  margin-bottom: 0;
  font-size: 22px;
}
.page-header-right {
  text-align: center;
  padding-top: 8px;
}
.page-header-right a {

}
.page-header-right h5 {
  color: #fff;
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 16px !important;
}
.section-contact-page {
  padding: 50px 0 60px;
}
.contact-details h3{
  font-size: 40px;
  font-weight: 700;
}
.contact-details h4{
  margin-bottom: 30px;
}
.contact-details p{
  font-size: 22px;
  margin-bottom: 24px;
}
.contact-details .served-area{
  font-size: 22px;
  font-weight: 600;
}
.contact-details ul{
  padding-left: 0;
  list-style-type: none;
}
.contact-details ul li{
  font-size: 22px;
}
.devon-jones-img{
  text-align: right;
}
.contact-page-form-wrapper{
  background: #fafafa;
  border-top: 1px solid #ebebeb;
}
.social-media-contact {
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  background: rgba(255, 255, 255, 0.9);
  padding: 40px;
  text-align: center;
}
.social-media-contact-text {

}
.social-media-contact-text i {
  /* color: #4c7d35!important; */
  color: #13842c;
  font-size: 80px;
  margin-bottom: 15px;
}
.social-media-contact-text h3 {
 font-size: 22px;
 line-height: 30px;
 margin-bottom: 25px;
}
.contact-social-btn {
  background: #000;
  color: #fff;
  border-radius: 25px;
  transition: 0.1s linear;
  -webkit-transition: 0.1s linear;
  -moz-transition: 0.1s linear;
  padding: 6px 25px;
  position: relative;
  font-weight: 600;
  font-size: 15px;
  text-transform: capitalize;
  border: 0;
}
.contact-social-btn:hover {
  transform: translate3d(0,-2px,0);
  -webkit-transform: translate3d(0,-2px,0);
  color: #fff;
}
.contact-other-text {
  color: #fff;
  padding-bottom: 50px;
}
.contact-other-text h2 {
  font-size: 35px;
  line-height: 45px;
  margin-bottom: 25px;
}
.contact-other-text p {
  font-size: 20px;
  line-height: 30px;
}
.g-map {
  margin-bottom: -5px;
}
.contact-page-form {
  padding-top: 60px;
  padding-bottom: 60px;
}
.contact-page-form h2 {
 font-size: 32px;
 margin-bottom: 20px;
}
.contact-page-form h3 {
  font-weight: 400;
  font-size: 22px;
  margin-bottom: 15px;
}
.contact-page-form h4 {
 font-weight: 600;
 font-size: 20px;
 margin-bottom: 25px;
}
.btn-contact-page {
  background: #15549a;
  color: #fff;
  transition: 0.1s linear;
  -webkit-transition: 0.1s linear;
  -moz-transition: 0.1s linear;
  padding: 10px 100px;
  text-align: center;
  position: relative;
  font-weight: 600;
  font-size: 20px;
  text-transform: capitalize;
  border: 0;
  margin-top: 5px;
}
.btn-contact-page:hover {
  transform: translate3d(0,-2px,0);
  -webkit-transform: translate3d(0,-2px,0);
  color: #fff;
  background: #029bd5;
}
.apply-wrapper{
  padding: 60px 0;
}
.apply-text{
  font-size: 22px;
  margin-bottom: 30px;
}
.apply-text a {
  color: #00aced;
}
.two-way {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 6px;
  margin-bottom: 30px;
  padding: 23px;
  padding-bottom: 30px;
  text-align: center;
}
.two-way i {
  color: #15549a!important;
  font-size: 80px;
  margin-bottom: 15px;
}
.two-way h3 {
  font-size: 28px;
}
.two-way p {
  font-size: 20px;
  margin-bottom: 0;
  font-weight: 400;
  padding-bottom: 20px;
}
.two-way-btn {
  background: #15549a;
  color: #fff;
  transition: 0.1s linear;
  -webkit-transition: 0.1s linear;
  -moz-transition: 0.1s linear;
  padding: 7px 25px;
  position: relative;
  font-weight: 700;
  font-size: 18px;
  text-transform: capitalize;
  border: 0;
  border-radius: 0;
}
.two-way-btn:hover {
  transform: translate3d(0,-2px,0);
  -webkit-transform: translate3d(0,-2px,0);
  color: #fff;
  background: #029bd5;
}
/*=================================================================================
     MORTGAGE CALCULATOR PAGE STYLE
====================================================================================*/
.mortgage-calculators-wrapper {
  padding-top: 70px;
  padding-bottom: 50px;
}
.mortgage-calculators-top {
  padding-bottom: 50px
}
.mortgage-calculators-top h3 {
  font-size: 28px;
  margin-bottom: 25px;
}
.mortgage-calculators-top p {
  font-size: 18px;
  margin-bottom: 10px;
}
.mortgage-calculators-top a {
  font-size: 18px;
  color: #4a90e2;
  text-decoration: underline;
}
.mortgage-calculators-top a:hover {
  text-decoration: underline!important;
}
.mortgage-calculators-single {
  width: 100%;
  position: relative;
  border: 1px solid #ececec;
  margin-bottom: 30px;
  padding: 40px;
  display: inline-block;
}
.mortgage-calculators-single:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: #4a90e2;
  left: 0;
}
.mortgage-calculators-single-left {
  float: left;
  width: 25%;
}
.mortgage-calculators-single-left i {
  font-size: 80px;
}
.mortgage-calculators-single-right {
  float: left;
  width: 75%;
}
.mortgage-calculators-single-right h2 {
  font-size: 28px;
  padding-bottom: 22px;
}
.mortgage-calculators-single-right p {
  margin-bottom: 18px;
  font-size: 18px;
}
.click-to-view-btn {
  background: #15549a;
  color: #fff;
  border-radius: 0;
  transition: 0.1s linear;
  -webkit-transition: 0.1s linear;
  -moz-transition: 0.1s linear;
  padding: 6px 25px;
  position: relative;
  font-weight: 700;
  font-size: 18px;
  text-transform: capitalize;
  border: 0;
}
.click-to-view-btn:hover {
  transform: translate3d(0,-2px,0);
  -webkit-transform: translate3d(0,-2px,0);
  color: #fff;
  background: #00aced;
}
/*=================================================================================
     SERVICES PAGE STYLE
====================================================================================*/
.services-page {
  padding-top: 100px;
  padding-bottom: 100px;
}
.service-image {
  text-align: center;
}
.service-image img {
  box-shadow: 0 17px 30px rgb(0 0 0 / 20%);
  border-radius: 6px;
}
.services-page-text {
  padding-top: 40px;
}
.services-page-text h2 {
  font-size: 35px;
  line-height: 35px;
  margin-bottom: 25px;
}
.services-page-text p {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 25px;
}
.services-page-text p a {
  color: #4a90e2;
  text-decoration: underline;
}
.services-page-text p a:hover {
  text-decoration: underline !important;
}
.new-to-canada-text {
  padding-top: 0;
}
.new-to-canada-text p {
  margin-bottom: 15px;
}
.new-to-canada-text h2 {
  margin-bottom: 15px;
}
.new-to-canada-image {
  margin-top: 70px;
}
.mortgage-refinancing-ul li {
  font-size: 20px;
  font-weight: 700;
}
.second-column {
  margin-top: 70px;
}
.second-column-text {
  padding-top: 50px;
}
.mortgage-renewal-text {
  margin-top: 40px;
}
/*=================================================================================
   BLOG DETAILS PAGE STYLE
====================================================================================*/
.blog-title {
  font-weight: 400;
  font-size: 36px;
  margin-bottom: 5px;
}
.blog-details-page {
  padding-top: 60px;
  padding-bottom: 60px;
}
.blog-details-right {
  padding-left: 10px;
}
.blog-details-right .title-categorie {
 width: 100%;
 border-bottom: 1px solid #ccc;
 margin-bottom: 20px;
}
.blog-details-right .title-categorie h2 {
  font-size: 24px;
  margin-bottom: 15px;
}
.blog-page-back-btn {
  background: #15549a;
  color: #fff;
  border-radius: 0;
  transition: 0.1s linear;
  -webkit-transition: 0.1s linear;
  -moz-transition: 0.1s linear;
  padding: 10px 25px;
  position: relative;
  font-weight: 700;
  font-size: 22px;
  text-transform: capitalize;
  border: 0;
}
.blog-page-back-btn:hover {
  transform: translate3d(0,-2px,0);
  -webkit-transform: translate3d(0,-2px,0);
  color: #fff;
  background: #00aced;
}
.blog-right-ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.blog-right-ul li {
  list-style: none;
}
.blog-right-ul li a {
  font-size: 18px;
  color: #4a90e2;
  transition: 0.5s;
  line-height: 30px;
}
.blog-right-ul li a:hover {
  color: #13842c;
}
.blog-details-left {

}
.blog-details-left h1 {
  font-size: 40px;
  font-weight: 400;
}
.blog-details-left h3 {

}
.blog-details-left img {
  margin-top: 20px;
  margin-bottom: 20px;
}
.blog-details-left h2 {
  font-size: 35px;
  font-weight: 400;
}
.blog-other-text {
  padding-top: 20px;
  padding-bottom: 5px;
}
.blog-details-left p {
  font-size: 18px;
}
.blog-date {
  padding-top: 20px;
  padding-bottom: 25px;
}
.blog-date p {
  margin: 0;
  font-size: 18px;
}
.more-information p {
  font-size: 20px;
}
.more-information{
  margin-bottom: 20px;
}
.more-information p a {
  color: #4a90e2;
  text-decoration: underline;
}
.more-information p a:hover {
  text-decoration: underline !important;
}
/*=================================================================================
                               ABOUT PAGE STYLE
====================================================================================*/
.body-part-1{
  padding-bottom: 110px;
}
.body-part-1 h2{
  font-size: 30px;
  padding: 60px 0 70px;
}
.broker-img{
  /* text-align: center; */
}
.broker-img-left {
  padding-left: 30px;
}
.broker-img-right {
  padding-right: 30px;
}
.broker-img-other {
  margin-top: 160px;
}
.broker-img img{
  box-shadow: 0 17px 30px rgb(0 0 0 / 20%);
  border-radius: 6px;
}
.details-text{
  margin-top: 10px;
}
.details-text h3{
  margin-bottom: 30px;
  text-transform: capitalize;
}

.details-text .details-text-bold{
  font-weight: 700;
}
.details-text p{
  font-size: 21px;
  line-height: 30px;
  color: #3b3b3b;
  margin-bottom: 30px;
}
.details-text ol{
  padding-left: 24px
}
.details-text ol li{
  font-size: 21px;
  line-height: 30px;
}
.body-part-2{
  border-top: 1px solid #ebebeb;
  background: #fafafa;
  padding: 110px 0;
}
.body-part-3{
  border-top: 1px solid #ebebeb;
  padding: 110px 0;
}
.body-part-4{
  border-top: 1px solid #ebebeb;
  background: #fafafa;
  padding: 110px 0;
}
.details-text img{
  margin-bottom: 30px;
}
.body-part-5{
  padding: 110px 0;
  border-top: 1px solid #ebebeb;
}
.contact-bar-item-link {
    margin-top: 7px;
    display: inline-block;
}
/*=================================================================================
                               MORTGAGE RATE PAGE STYLE
====================================================================================*/
.mortgage-rate{
  margin-top: 0;
}
.mortgage-rate h3{
  font-size: 30px;
}
.mortgage-rate h3 a{
  font-weight: 700;
  color: #00aced;
}
.mortgage-rate h3 a:hover {
  text-decoration: underline !important;
}
.rate-box{
  margin: 60px 0;
  border: 1px solid #e5e5e5;
  padding: 28px;
  border-radius: 6px;
}
.rate-box h4, .rate-box h5{
  font-size: 28px;
}
.ratestable{
  width: 100%;
  text-align: center;
  margin-bottom: 40px
}
table tr:not(:last-of-type) {
  border-bottom: 1px solid #ececec;
}
.rate_header {
  padding: 12px 0 0 0;
  border: 1px solid #e3e3e3;
  background: #353535;
}
.rate_header h2 {
  text-align: center;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 12px;
}
.line_even {
  background-color: #f1f3f6;
  border: 1px solid #e3e3e3;
  border-top: none;
  padding: 15px;
  font-size: 12pt;
}
.line_even td, .line_odd td {
  border: 1px solid #e3e3e3;
  border-top: none;
  padding: 15px;
}
/*============================================================================
                               ABOUT PAGE STYLE
=============================================================================*/
.main-body{
  background-image: url('../images/cochrane-background.jpg');
  background-size: cover!important;
  background-position: 50% 50%!important;
}
.body-details{
  background: #25252563;
  padding: 100px 0;
}
.top-text-area{
  text-align: center;
}
.top-text-area h2{
  color: #fff;
}
.body-text{
  text-align: center;
  color: #fff;
  opacity: 1;
  margin: 40px 0;
}
.body-text h3{
  font-weight: normal;
  margin: 0;
}
.body-text span{
  font-size: 14px;
}
.body-text a{
  color: #fff;
}
/*============================================================================
                               FOR YOU PAGE STYLE
=============================================================================*/
.for-u-part-1{
  padding: 80px 0;
}
.body-part-reason{
  background: #15549a;
  padding: 110px 0;
}
.body-part-reason h3{
  color: #fff;
  margin-bottom: 38px;
}
.reason-list-area{
  color: #fff;
}
.reason-list-area ul{
  padding-left: 25px;
}
.reason-list-area ul li{
  /* border-bottom: 1px solid #eaeaea!important; */
  line-height: 30px;
  font-size: 21px;
  margin-bottom: 8px;
}
.for-u-part-2{
  padding: 110px 0;
  border-top: 1px solid #ebebeb;
}
.qualify-section{
  padding: 100px 0;
  background: #000;
}
.qualify-body{
  text-align: center;
  color: #fff;
}
.qualify-body h2{
  font-size: 34px;
}
.qualify-body p{
  font-size: 21px;
  padding: 24px 0;
}
.qualify-body a{
  font-size: 18px;
  font-weight: 700;
  padding: 12px 36px;
  border-radius: 28px;
  background: #fff;
  color: #3498db;
  text-transform: uppercase;
  position: relative;
}
.qualify-body a:hover{
  color: #3498db;
  transform: translate3d(0,-2px,0);
    -webkit-transform: translate3d(0,-2px,0);
}
.what-next{
  background: #15549a;
  padding: 110px 0;
}
.what-next-title{
  margin-bottom: 30px;
}
.what-next-title h3{
  text-align: center;
  color: #fff;
  font-size: 30px;
}
.what-next-item{
  background: #fff;
  text-align: center;
  padding: 40px 40px 60px;
  border-radius: 6px;
}
.what-next-item i{
  font-size: 70px;
  margin-bottom: 40px
}
.what-next-item h4{
  margin-bottom: 8px;
  font-size: 23px;
}
.what-next-item p{
  color: #666;
  margin-bottom: 34px;
}
.what-next-item a {
  padding: 10px 30px;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  background: #15549a;
  transition: 0.1s linear;
  -webkit-transition: 0.1s linear;
  -moz-transition: 0.1s linear;
  border-radius: 0;
}
.what-next-item a:hover{
  transform: translate3d(0,-2px,0);
  -webkit-transform: translate3d(0,-2px,0);
  background: #00aced;
  color: #fff;
}
/* =============================== EDUCATIONAL VIDEOS =============================== */
.video-section{
  padding: 110px 0;
}
.video-area-text p{
  margin-top: 30px;
  margin-bottom: 0;
}
.video-box{
  border-radius: 8px;
  box-shadow: 0 0.46875rem 2.1875rem rgb(90 97 105 / 10%), 0 0.9375rem 1.40625rem rgb(90 97 105 / 10%), 0 0.25rem 0.53125rem rgb(90 97 105 / 12%), 0 0.125rem 0.1875rem rgb(90 97 105 / 10%);
  margin-top: 32px;
}
.video-box img{
  border-radius: 6px 6px 0 0;
}
.video-box a:hover img{
  opacity: .85;
  transition: .4s;
}
.video-text{
  border-radius: 0 0 12px 12px;
  border: 1px solid #ececec;
  text-align: center;
  padding: 24px 24px 36px;
  max-height: 200px;
  min-height: 200px;
}
.video-text-heading{
  max-height: 58px;
  min-height: 58px;
  overflow: hidden;
}
.video-btn{
  margin-top: 50px;
}
.video-btn a{
  color: #fff;
  font-weight: 700;
  font-size: 1.2em;
  background: #15549a;
  padding: 5px 32px 7px;
  position: relative;
  font-size: 16px;
  border-radius: 0;
}
.video-btn a i {
  margin-right: 5px;
  color: #fff;
}
.video-btn a:hover{
  transform: translate3d(0,-2px,0);
  -webkit-transform: translate3d(0,-2px,0);
  color: #fff;
  background: #00aced;
}
/* ============================ TESTIMONIALS PAGE STYLE ===================================== */
.testimonial-area{
  padding: 60px 0 110px;
}
.testimonial-heading h2{
  font-weight: normal;
  font-size: 26px;
  margin: 0;
}
.quote{
  border-bottom: 1px solid #ddd;
  padding: 32px 0 20px;
}
.quote q{
  font-family: none;
  font-style: italic;
  font-size: 21px;
}
.quote h5{
  font-size: 16px;
  margin-top: 24px;
}
/* ============================ BLOG PAGE STYLE ===================================== */
.blog-section{
  padding: 80px 0 20px;
}
.blog-cat h4{
  font-size: 22px;
  margin-bottom: 24px;
}
.blog-cat ul{
  list-style-type: none;
  padding-left: 0;
  margin-top: 20px;
  font-size: 17px;
}
.blog-cat ul li a{
  color: #00aced;
}
.blog-cat ul li a:hover{
  color: #068ec1;
}
.blog-img img{
  border-radius: 6px;
  box-shadow: 0 0.46875rem 2.1875rem rgb(90 97 105 / 10%), 0 0.9375rem 1.40625rem rgb(90 97 105 / 10%), 0 0.25rem 0.53125rem rgb(90 97 105 / 12%), 0 0.125rem 0.1875rem rgb(90 97 105 / 10%)
}
.blog-body{
  margin-bottom: 80px;
}
.blog-body a{
  color: #00aced;
}
.blog-body a h3{
  padding-bottom: 16px;
}
.blog-body a:hover {
    color: #2275d7;
    text-decoration: underline !important;
}
.blog-body .blog-more-btn {
    color: #fff;
    padding: 6px 20px;
    background: #15549a;
    font-weight: 700;
    font-size: 17px;
    margin-top: 30px;
}
.blog-body .blog-more-btn:hover{
  background: #029bd5;
  color: #fff;
  text-decoration: none !important;

}
.lead{
  padding-top: 6px;
  line-height: 24px;
  font-size: 1.0em;
  font-weight: 400;
}
/* <!-- ======================== FAQ SECTION ========================= --> */
.faq-section{
  padding: 60px 0 100px;
}
.qtn-heading h2{
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 36px;
}

 #accordion li {
  border-radius: 6px;
  /* #accordion .para-title */
}
 #accordion li + li {
  margin-top: 20px;
}
 #accordion  {
  margin-top: 25px;
}
#accordion .para-title {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  cursor: pointer;
  margin-bottom: 0;
  padding: 10px;
  background-color: #fff;
  border-radius: 6px;
  color: #666;
  border: 1px solid #ECECEC;
}
#accordion .para-title.active {
  background: #4a90e2;
  color: #fff;
}
@media (max-width: 480px) {
#accordion .para-title {
    padding-left: 25px;
    padding-right: 25px;
  }
}
#accordion .para-title span {
  display: block;
  transition: all 500ms ease;
  font-size: 15px;
  font-weight: 700;
}
@media (max-width: 440px) {
#accordion .para-title span {
    max-width: 95%;
  }
}

 #accordion .para-title.active i {
  color: #fff;
}
#accordion .para-title i {
  font-size: 14px;
  color: #333;
  font-weight: 700;
}
@media (max-width: 480px) {
    #accordion .para-title i {
    right: 10px;
  }
}
  /* #accordion .collapse {
  transition: all 500ms ease;
  margin-top: 8px;
    border: 1px solid #ECECEC;
    border-radius: 6px;
} */
  #accordion p {
  transition: all 500ms ease;
  background-color: #fff;
  margin: 0;
  padding: 16px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  font-size: 17px;
  margin-top: 8px;
  border: 1px solid #ECECEC;
  border-radius: 6px;
}
@media (max-width: 480px) {
    #accordion p {
    padding-left: 25px;
    padding-right: 25px;
  }
}
 __faq-page {
  background-color: #fff;
  padding-top: 70px;
}
@media (max-width: 991px) {
   __faq-page {
    padding-top:60px;
    padding-bottom: 80px;
  }
}
@media (max-width: 425px) {
   __faq-page {
    padding-top:40px;
    padding-bottom: 60px;
  }
}
 __faq-page #accordion li {
  background-color: #eff2f6;
  border-radius: 4px;
  transition: all 500ms ease;
}
 __faq-page #accordion li.active {
  background-color: #fff;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
}
 __faq-page #accordion li .para-title {
  background-color: #eff2f6;
}
 __faq-page #accordion li .para-title.active {
  background-color: #fff;
}
 __faq-page #accordion li .collapse {
  background-color: #eff2f6;
}

/* =========================== GLOSSARY  PAGE ============================*/
.glossary-section{
  padding: 32px 0 100px;
}
.glossary-btns ul{
  list-style-type: none;
}
.glossary-btns ul li{
  display: inline-block;
  margin-right: 4px;
  margin-top: 26px;
}
.glossary-btns ul li a{
  border: 1px solid #d3d3d3;
  padding: 8px 28px;
  position: relative;
  color: #000;
  font-weight: 700;
}
.glossary-btns ul li a:hover{
  border-color: #333;
  transform: translate3d(0,-2px,0);
    -webkit-transform: translate3d(0,-2px,0);
}
#glossary-nav{
  padding: 0;
  padding-bottom: 24px;
}
.glossary-body h4{
  padding-bottom: 20px;
}
/* ======================== LATEST NEWS PAGE ========================= */
.latest-news-section{
  padding: 60px 0 10px;
}
.latest-news-section h3{
  font-weight: normal;
  font-size: 28px;
  margin-bottom: 24px;
}
.latest-news-ul{
  list-style-type: none;
  padding-left: 0;
}
.latest-news-ul li::before{
  font-family: 'FontAwesome';
  content: "\f15c";
  padding-right: 5px;
  color: #aaa;
}
.latest-news-ul li{
  font-size: 18px;
  margin-bottom: 16px;
}
.latest-news-ul a{
  color: #4a90e2;
  padding-left: 8px;
}
.latest-news-ul a:hover{
  color: #2275d7;
}
 .latest-news-section p .btn{
  background: #000;
  color: #fff;
  border-radius: 28px;
  padding: 8px 28px;
  font-size: 21px;
  font-weight: 700;
  margin: 20px 0;
}
 .latest-news-section p .btn:hover{
   transform: translate3d(0,-2px,0);
-webkit-transform: translate3d(0,-2px,0);
}
/* ======================== ARTICLES NEWS PAGE ========================= */
table {
    width: 100%;
    border-collapse: separate;
}
table.border--round {
    border-radius: 6px;
    border: 1px solid #ececec;
}
pre, table td, table th {
    padding: 0.92857143em;
}
table th {
    background: #fafafa;
    color: #252525;
}
table tr:not(:last-of-type) {
    border-bottom: 1px solid #ececec;
}
.table--alternate-column td:nth-child(even), .table--alternate-row tbody tr:nth-child(even) {
    background: #fafafa;
}
table tr td a{
  font-weight: 700;
  color: #00aced;
}
table tr td a:hover {
  text-decoration: underline !important;
}
.article-btn{
  color: #fff;
  font-weight: 700;
  background: #15549a;
  padding: 10px 24px;
  margin-top: 30px;
  margin-bottom: 40px;
  display: inline-block;
  border-radius: 0;
  transition: 0.1s linear;
    -webkit-transition: 0.1s linear;
    -moz-transition: 0.1s linear;
}
.article-btn:hover{
  color: #fff;
  transform: translate3d(0,-2px,0);
  -webkit-transform: translate3d(0,-2px,0);
  background: #00aced;
}
/* ========================== LINKS OF INTEREST SECTION ========================== */
.links-of-interest-section{
  padding: 60px 0 80px;
}
.links-area h2{
  font-size: 20px;
  line-height: 32px;
  margin: 0;
}
.links-area h2 a{
  color: #4a90e2;
  text-decoration: underline;
  font-weight: normal;
}
.links-area h2 a:hover{
  color: #2275d7;
  text-decoration: underline !important;
}
.links-area p a{
  color: #4a90e2;
  text-decoration: underline;
  font-size: 26px;
  margin-bottom: 10px;
  display: inline-block;
}
.links-area p{
  font-size: 18px;
  margin-bottom: 0;
  margin-top: 24px;
  padding-bottom: 26px;
  border-bottom: 1px solid #ECECEC;
  line-height: 28px;
}
.links-area p strong a{
  color: #4a90e2;
  text-decoration: underline;
}
.links-area p strong a:hover{
  color: #2275d7;
  text-decoration: underline !important;
}
/* ============================ FREE REPORTS PAGE =========================== */
.freereports-section{
  padding: 60px 0;
}
.freereports-heading h3{
  font-weight: normal;
}
.freereports-heading h4{
  font-size: 18px;
  margin-top: 26px;
  margin-bottom: 32px;
}
.input-checkbox input, .input-radio input, .input-select input {
    opacity: 0!important;
    height: 0!important;
    width: 0!important;
    position: absolute!important;
}
.input-checkbox, .input-radio, .input-select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
}
.input-checkbox label {
    background: none;
    border: 1px solid #d3d3d3;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 1.85714286em;
    height: 1.85714286em;
    border-radius: 6px;
}
.input-checkbox label:hover{
  border-color: #4a90e2;
  cursor: pointer;
}
.input-checkbox label, .input-radio label {
    font-size: 1em;
}
.input-checkbox input:checked + label {
    border-color: #4a90e2;
    background: #4a90e2;
}
.input-checkbox label:before {
    content: '';
    left: 0;
    border-radius: 6px;
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid #4a90e2;
    opacity: 0;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
}
.input-checkbox input:checked + label:after {
    content: 'L';
    transform: rotateY(
180deg) rotateZ(
-45deg);
    color: #fff;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0px;
    font-weight: 700;
}
.checkbox-area span{
  padding-left: 24px;
}
.btn-contact-page{
  text-transform: none;
}
/*==================================
    FOR AGENT DEMO PAGE STYLE
===================================*/
.agent-page-wrapper {
  width: 100%;
  padding: 80px 0;
  background-color: #f4f6f8;
}
.agent-page-heading-title {
  text-align: center;
  padding: 50px 0 30px 0;
}
.agent-page-heading-title h2 {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  padding-bottom: 18px;
  font-size: 36px;
  line-height: 44px;
  font-weight: 500;
}
.agent-page-heading-title h2::before {
  bottom: 0;
  width: 100px;
  padding: 4px 0 5px;
  border-style: solid;
  border-width: 1px 0;
  border-color: #03a1da;
}
.agent-page-heading-title h2::after, .agent-page-heading-title h2::before {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.agent-page-heading-title h2::after {
  bottom: 5px;
  width: 100%;
  height: 1px;
  background-color: #03a1da;
}
.agent-page-heading-title p {
  margin-top: 15px;
  font-size: 18px;
  line-height: 30px;
}
.agent-team-member-single {
  background: #fff;
  transition: 0.3s ease;
  text-align: center;
  margin-bottom: 50px;
  overflow: hidden;
}
.agent-team-member-single:hover {
  -webkit-box-shadow: 0px 0px 13px -1px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 0px 13px -1px rgba(0,0,0,0.25);
  box-shadow: 0px 0px 13px -1px rgba(0,0,0,0.25);
}
.agent-team-member-single img {
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
  width: 100%;
}
.agent-team-member-single-image {
  overflow: hidden;
  display: block;
  position: relative;
}
.agent-team-member-single-image:after {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all .25s ease-in;
  transition: all .25s ease-in;
  top: 0;
  left: 0;
}
.agent-team-member-single-image:hover:after {
  opacity: 1;
}
.agent-team-member-single:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.agent-team-member-single-text {
  padding: 15px 10px 20px 10px;
  border: 1px solid #e4e4e4;
  max-height: 158px;
  overflow: hidden;
  min-height: 158px;
}
.agent-team-member-single-sub-text {
  min-height: 70px;
}
.agent-location {
  margin-top: 5px;
}
.agent-team-member-single-sub-text h3 {
  font-size: 21px;
  color: #2cadb6;
  line-height: 26px;
}
.agent-team-member-single-sub-text h4 {
  font-size: 18px;
  font-weight: 600;
  color: #3c4d6b;
}
.agent-details-link {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  z-index: 10;
}
.agent-details-link a {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  font-size: 18px;
  border: 2px solid #fff;
  background: transparent;
  padding: 5px 15px;
  color: #fff;
}
.agent-team-member-single-image:hover .agent-details-link a {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.agent-details-link a:hover {
  color: #fff;
  background: #03a1da;
  border-color: #03a1da;
}

.agent-apply-news {
  border: none;
  padding: 7px 40px;
  color: #fff;
  text-transform: capitalize;
  position: relative;
  display: inline-block;
  z-index: 99;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.5px;
  transition: all 0.5s ease-in-out;
  margin-top: 5px;
  background: transparent;
  margin-bottom: 5px;
}
.agent-apply-news::before, .agent-apply-news::after {
  content: "";
  position: absolute;
  transform: skew(-30deg);
  transition: all 0.5s ease-in-out;
  bottom: 0;
  left: 0;
  background: #212529;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.agent-apply-news:hover::before, .agent-apply-news:hover::after {
  transform: skew(0deg);
}
.agent-apply-news:hover {
  color: #fff;
}
.agent-apply-news:focus ,.agent-apply-news:hover {
  box-shadow: 0;
  outline: none;
}
.agent-location i {
  font-size: 20px;
  color: #cd201f;
}

.btn-bounce {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  animation-name: swing-new;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
  animation-iteration-count: infinite;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  transform-origin: top center;
}

@keyframes swing-new {
    0% {
        transform: rotate3d(0, 0, 1, 3deg);
    }
    1% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    2% {
        transform: rotate3d(0, 0, 1, -3deg);
    }
    3% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    4% {
        transform: rotate3d(0, 0, 1, 3deg);
    }
    5% {
        transform: rotate3d(0, 0, 1, -3deg);
    }
    6% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    7% {
        transform: rotate3d(0, 0, 1, 3deg);
    }
    8% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    9% {
        transform: rotate3d(0, 0, 1, -3deg);
    }
    10% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    11% {
        transform: rotate3d(0, 0, 1, 3deg);
    }
    12% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    13% {
        transform: rotate3d(0, 0, 1, -3deg);
    }
    14% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    15%,
    90% {}
    to {
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.get-mortgage-borker-text {
  padding: 30px 40px 40px;
  /* background: #eff3f4; */
  background: #fff;
  margin-top: 30px;
}
.get-mortgage-borker-text h2 {
  font-size: 32px;
  line-height: 40px;
}
.get-mortgage-borker-text p {
  margin-top: 5px;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 10px;
}
.get-mortgage-borker-ul {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
.get-mortgage-borker-ul li {
  font-size: 18px;
  line-height: 32px;
  list-style: none;
}
.get-mortgage-borker-ul li i {
  color: #212529;
  margin-right: 5px;
  padding-top: 4px;
  display: inline-block;
}
.get-mortgage-borker-btn {
  position: relative;
  z-index: 10;
  overflow: hidden;
  transition-duration: 0.50s;
  background: #212529;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin-top: 20px;
  padding: 7px 25px;
  letter-spacing: 1px;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.get-mortgage-borker-btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.get-mortgage-borker-btn:hover {
  color: #212529;
  border-radius: 0;
}
.get-mortgage-borker-btn:focus::before, .get-mortgage-borker-btn:hover::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.modal-header .close {
  float: right;
  position: absolute;
  right: 10px;
  top: 10px;
}
.modal-dialog {
  max-width: 900px;
  margin: 30px auto;
}
.get-mortgage-borker-text {
  padding: 30px 40px 40px;
  background: #fff;
  margin-top: 30px;
}
/*=========================================
  AGENT DETAILS PAGE STYLE
===========================================*/
.agent-details-page-wrapper {
  background: #f4f6f8;
  padding-bottom: 50px;
}
.bg-white {
  background: #fff;
}
.agent-details-main {
    padding: 45px 30px 45px 30px;
}
.agent-nav {
  border: 1px solid #dee7f2;
  width: 102.6%;
  margin: 0;
  padding: 0;
  display: inline-block;
  margin-left: -15px;
  border-top: 0;
}
.agent-nav li {
  list-style: none;
}
.agent-nav li:first-child a {
  border-right: 1px solid #97a2af;
}
.agent-nav li a {
  width: 50%;
  float: left;
  text-align: center;
  display: inline-block;
  padding: 15px 20px;
  font-size: 16px;
  text-transform: uppercase;
  color: #7e93ae;
  font-weight: 700;
  transition: 0.5s;
  letter-spacing: 0.5px;
  background-color: #eff3f8;
}
.agent-nav li a:hover {
  background-color: #000;
  color: #fff;
}
.agent-details-left {

}
.agent-details-left h3 {
  font-size: 26px;
  margin: 0;
  line-height: 28px;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 5px;
  margin-top: 10px;
}
.agent-details-left ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.agent-details-left ul li {
  display: inline-block;
  font-size: 15px;
  padding: 5px 10px;
  border-radius: 15px;
  transition: 0.5s;
  color: #7b7777;
  margin-bottom: 8px;
  margin-right: 5px;
  border: 1px solid #7b7777;
  font-weight: 600;
  text-transform: capitalize;
  cursor: pointer;
}
.agent-details-left ul li:hover {
  background: #03a1da;
  border-color: #03a1da;
  color: #fff;
}
.agent-details-right h2 {
  font-size: 38px;
  color: #03a1da;
  line-height: 32px;
  margin-bottom: 0;
}
.agent-details-right h2 .designation {
  font-size: 15px;
  margin-bottom: 0;
  color: #28a732;
  font-weight: 700;
}
.agent-details-right p {
  font-size: 17px;
  color: #3e3e3e;
  line-height: 30px;
}
.agent-details-right p a {
  color: #03a1da;
}
.agent-details-right p a:hover {
  color: #000;
}
.agent-contact {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 30px;
}
.agent-contact li {
  margin-bottom: 10px;
  border-bottom: 1px solid #dcdfe3;
  padding-bottom: 10px;
  font-size: 19px;
  display: block;
}
.agent-details-contact-form .form-row {
  margin-right: -15px;
  margin-left: -15px;
}
.agent-details-contact-form .form-row>.col,
.agent-details-contact-form .form-row>[class*=col-] {
    padding-right: 15px;
    padding-left: 15px;
}
.agent-details-contact-form {
  padding-top: 30px;
  padding-bottom: 30px;
}
.agent-details-contact-form h2 {
  text-align: center;
  color: #3c4d6b;
  font-size: 40px;
  line-height: 44px;
  margin-bottom: 15px;
}
.agent-details-contact-form .form-group {
  margin-bottom: 8px;
}
.agent-details-contact-form .agent-contact-btn {
  background: #000;
  color: #fff;
  border-radius: 25px;
  transition: 0.1s linear;
  -webkit-transition: 0.1s linear;
  -moz-transition: 0.1s linear;
  padding: 10px 50px;
  text-align: center;
  position: relative;
  font-weight: 600;
  font-size: 20px;
  text-transform: capitalize;
  border: 0;
  margin-top: 10px;
}
.agent-details-contact-form .agent-contact-btn:hover {
  transform: translate3d(0,-2px,0);
  -webkit-transform: translate3d(0,-2px,0);
  color: #fff;
}
.agent-top-breadcrumb {
  text-align: right;
}
.btn-breadcrum-apply {
  position: relative;
  z-index: 10;
  overflow: hidden;
  background: #28a745;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  padding: 7px 25px;
  letter-spacing: 1px;
  border-radius: .25rem;
  margin-left: 20px;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-breadcrum-apply:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn-breadcrum-apply:hover {
  color: #000;
  border-radius: 0;
  border-color: #fff;
  transition: 0.5s;
}
.btn-breadcrum-apply:hover::before {
   -webkit-transform: scaleX(1);
   transform: scaleX(1);
}
.agent-details-top-left {
  padding-top: 17px;
  vertical-align: middle;
}
/* ============================ NEW TESTIMONIAL ========================== */
.testimonial-area-page {
  width: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
}
.testimonial-container {
  background: #fff;
}
.testimonial-area-body h2 {
  color: #000;
  font-size: 30px;
  font-weight: 600;
}
.testimonial-text{
  margin-bottom: 35px;
    position: relative;
    border-bottom: 1px solid #ECECEC;
    padding-bottom: 30px;
}
.testimonial-rating-icon {
    margin-bottom: 25px;
}
.testimonial-text h2 {
  font-size: 24px;
}
.testimonial-quata {
  position: absolute;
  right: -1px;
  top: -1px;
  background: #012958;
  border-radius: 5px;
  display: inline-block;
  width: 58px;
  height: 52px;
  vertical-align: middle;
  line-height: 58px;
  text-align: center;
}
.testimonial-quata i {
  color: #fff;
  text-align: center;
  font-size: 28px;
}
.testimonial-text p{
  color: #000000;
    line-height: 26px;
    font-size: 16px;
    font-family: 'Inter', serif;
    margin-bottom: 20px;
    font-weight: 400;
    font-style: italic;
}
.testimonial-rating {
  text-align: left;
}
.testimonial-rating h3 {
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: 600;
}
.testimonial-rating i {
 color: #fdc900;
}
.testimonial-top-text {
  padding-bottom: 20px;
}
.testimonial-top-text p {
  font-size: 22px;
}
/* ============================ CONTACT BAR SECTION ========================== */
.contact-bar{
  background: #15549a;
  padding: 35px 0 35px;
  color: #fff;
}
.contact-bar-item i{
  float: left;
  font-size: 42px;
  margin-right: 25px;
  padding: 6px 0 8px;
  color: #ffab36;
}
.contact-bar-item h4{
  text-transform: uppercase;
  font-size: 20px;
}
.contact-bar-item a{
  font-weight: 700;
  color: #fff;
  letter-spacing: 1px;
}
.contact-bar-item a:hover{
  text-decoration: underline !important;
}
/* ============================ APPLY SECTION ========================= */
.financing-section{
  padding: 120px 0 50px;
  position: relative;
  color: #fff;
}
.background-image-holder{
  position: absolute;
  height: 100%;
  min-height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  /* background-size: cover!important; */
  /* background-position: 50% 50%!important; */
  z-index: 0;
  /* background: #252525; */
  transition: opacity .3s ease!important;
  -webkit-transition: opacity .3s ease!important;
  -webkit-transform-style: preserve-3d;
  filter: blur(2px) grayscale(100%);
  /* background-image: url("../../asset/images/woodland-road.jpg"); */
  background: url(../../asset/images/woodland-road.jpg) center center repeat fixed;
  background-size: cover !important;
  opacity: 1;
}
.financing-section-heading{
  text-align: center;
}
.financing-section-heading h2{
  font-size: 44px;
}
.financing-section-heading h4{
  font-size: 21px;
}
.financing-item{
  margin-top: 40px;
}
.financing-item-img img{
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.financing-item-text{
  background: rgba(20,20,20,.8);
  text-align: center;
  padding: 30px 20px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  min-height: 240px;
  max-height: 240px;
}
.financing-item-text h3{
  font-size: 26px;
  margin-bottom: 20px;
}
.financing-item-text p{
  font-size: 15px;
  line-height: 23px;
}
.btn-area{
  text-align: center;
  margin: 80px 0 60px;
}
.btn-area a{
  padding: 12px 50px;
  font-size: 28px;
  font-weight: 700;
  border-radius: 0;
  color: #fff;
  letter-spacing: 0.5px;
  background: #15549a;
  transition: 0.1s linear;
  -webkit-transition: 0.1s linear;
  -moz-transition: 0.1s linear;
}
.btn-area a:first-child {
  margin-right: 30px;
}
.btn-area a:hover{
  transform: translate3d(0,-2px,0);
  -webkit-transform: translate3d(0,-2px,0);
  background: #00aced;
  color: #fff;
}
/* ================================== ADVANTAGES SECTION =========================== */
.advantage-sction{
  background: #000;
  padding: 30px 0 20px;
  color: #fff;
}
.advantage-heading {
  text-align: center;
}
.advantage-heading h3{
  font-size: 34px;
  margin-bottom: 20px;
}
.advantage-item{
  text-align: center;
}
.advantage-item i{
  font-size: 42px;
  padding: 6px 0 8px;
  color: #ffab36;
}
.advantage-item h5{
  font-size: 24px;
  margin: 0;
}
/* ======================== FIND LOAN ======================= */
.find-loan{
  position: relative;
  padding: 120px 0;
}
.background-image-holder2 {
    position: absolute;
    height: 100%;
    /* min-height: 100vh; */
    width: 100%;
    top: 0;
    left: 0;
    /* background-position: 50% 50%!important; */
    z-index: 0;
    /* background: #252525; */
    transition: opacity .3s ease!important;
    -webkit-transition: opacity .3s ease!important;
    -webkit-transform-style: preserve-3d;
    filter: grayscale(100%);
    /* background-image: url(../../asset/images/computer-desk.jpg); */
    background: url(../../asset/images/computer-desk.jpg) center center repeat fixed;
    background-size: cover !important;
    opacity: .7;
}
.find-loan-area{
  background: #fff;
  padding: 40px;
  color: #000;
}
.find-loan-area h2{
  text-align: center;
  font-size: 28px;
  color: #252525;
  margin-bottom: 18px;
}
.find-loan-area p{
  color: #666666;
  font-size: 20px;
}
.find-loan-area p a{
  color: #6e6e6e;
  font-weight: 700;
  text-decoration: underline;
}
/* ==================lenders-section============= */
.lenders-section{
  background: #fff;
  padding: 50px 0;
  position: relative;
}
.lenders-heading h2{
  text-align: center;
  font-size: 34px;
  color: #252525;
  margin-bottom: 24px;
}
#lenders-section .item{
  text-align: center;
}
.owl-carousel .owl-item img{
  width: auto;
}
#lenders-section .owl-nav .owl-next{
  position: absolute;
  right: -40px;
  top: 24px;
}
 #lenders-section .owl-nav .owl-next i, #lenders-section .owl-nav .owl-prev i{
  color: #777 !important;
}
 #lenders-section:hover .owl-nav .owl-next i, #lenders-section:hover .owl-nav .owl-prev i{
  color: #777 !important;
}
 #lenders-section .owl-nav .owl-next i, #lenders-section .owl-nav .owl-prev i{
  font-size: 30px;
  font-weight: 600;
  line-height: 28px;
  color: #777;
}
#lenders-section .owl-nav .owl-prev{
  left: -40px;
  top: 24px;
  position: absolute;
}
/*=================================================================================
    Trending Industry Update wrapper style
====================================================================================*/
.trending-industry-update-wrapper {
  padding: 80px 0;
}
.trending-industry-update-right {
  margin-top: -10px;
}
.trending-industry-update-right h2 {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #000;
}
.trending-industry-update-right h5 {
  font-weight: 400;
  font-size: 16px;
  margin: 10px;
}
.trending-industry-update-right-ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 15px;
  position: relative;
  width: 100%;
}
.trending-industry-update-right-ul li {
 list-style: none;
 margin-top: 10px;
 display: inline-block;
}
.trending-industry-update-right-ul li .trending-industry-update-right-ul-left {
  float: left;
  width: 18%;
}
.trending-industry-update-right-ul li .trending-industry-update-right-ul-right {
 float: left;
 width: 82%;
 padding-left: 20px;
}
.trending-industry-update-right-ul li .trending-industry-update-right-ul-right a {
  text-decoration: underline;
  font-weight: 400;
  font-size: 19px;
  line-height: 27px;
  color: #00aced;
}
.trending-industry-update-right-ul li .trending-industry-update-right-ul-right a:hover {
  text-decoration: underline !important;
  color: #0384b5;
}
.trending-industry-update-right-ul-second {
  /* padding-left: 8px;
  display: inline-block; */
}
.trending-industry-btn {
  background: #15549a;
    color: #fff;
    border-radius: 0;
    transition: 0.1s linear;
    -webkit-transition: 0.1s linear;
    -moz-transition: 0.1s linear;
    padding: 7px 20px;
    position: relative;
    letter-spacing: 0.2px;
    font-weight: 600;
    font-size: 20px;
    text-transform: capitalize;
    border: 0;
}
.trending-industry-btn:hover {
  transform: translate3d(0,-2px,0);
    -webkit-transform: translate3d(0,-2px,0);
    background: #00aced;
    color: #fff;
}
/*=================================================================================
    About Area Page style
====================================================================================*/
.about-area-page {
  padding: 70px 0;
}
.about-area-page-left {

}
.about-area-page-left h3 {
  margin-bottom: 30px;
  font-size: 34px;
}
.about-area-page-left h4 {
  font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #444;
    margin-bottom: 25px;
}
.about-area-page-left p {
  font-weight: 400;
  color: #3b3b3b;
  font-size: 20px;
  line-height: 1.4em;
}
.about-area-page-right {
  margin-left: 30px;
  text-align: center;
}
.about-area-page-right h3 {
  margin-bottom: 4px;
  margin-top: 10px;
}
.about-area-page-right h4 {
  font-size: 22px;
}
.about-area-page-right-link {
  margin-left: 30px;
  text-align: center;
  margin-top: 25px;
}
.about-area-page-right-link-btn {
  background: #15549a;
    color: #fff;
    border-radius: 0;
    transition: 0.1s linear;
    -webkit-transition: 0.1s linear;
    -moz-transition: 0.1s linear;
    padding: 7px 20px;
    position: relative;
    letter-spacing: 0.2px;
    font-weight: 600;
    font-size: 20px;
    text-transform: capitalize;
    border: 0;
}
.about-area-page-right-link-btn:hover {
  transform: translate3d(0,-2px,0);
    -webkit-transform: translate3d(0,-2px,0);
    background: #00aced;
    color: #fff;
}
.about-area-page-right-link a:first-child {
  margin-right: 15px;
}
/*=================================================================================
     MORTGAGE PROCESS SECTION STYLE
====================================================================================*/
.mortgage-process-section {
  padding: 70px 0;
}
.mortgage-process-section h2 {
  color: #000;
  font-size: 30px;
  font-weight: 600;
}
.mortgage-process-section h3 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 30px;
}
.mortgage-process-section p {
  font-size: 22px;
  margin-bottom: 30px;
}
.mortgage-process-section-ul {
  margin-bottom: 30px;
}
.mortgage-process-section-ul li {
  font-size: 22px;
}
/*=================================================================================
     MORTGAGE PRIVACY SECTION STYLE
====================================================================================*/
.mortgage-privacy-section {
  padding: 70px 0;
}
.mortgage-privacy-section h2 {
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 30px;
}
.mortgage-privacy-section p {
  font-size: 18px;
  margin-bottom: 30px;
}
/*=================================================================================
  CUSTOM HEADER HEADER
====================================================================================*/
.top-name {
  font-size: 18px;
  color: #000;
  font-weight: 600;
  margin-right: 0px;
}
.top-text-left {
  padding-top: 10px;
}
.header-mortgage-text {
  position: relative;
  margin-left: 300px;
}
.header-mortgage-text-left {
  float: left;
  width: 34%;
  text-align: right;
}
.header-mortgage-text-left img {
  height: 110px;
  margin-top: 0;
}
.header-mortgage-text-right {
  float: left;
  text-align: right;
  width: 66%;
  padding-top: 9px;
}
.header-mortgage-text-right a {
  color: #000;
}
.header-mortgage-text-right h2 {
  font-size: 24px;
  color: #03a1da;
  margin-bottom: 0;
  line-height: 24px;
}
.header-mortgage-text-right h3 {
  font-size: 18px;
  margin-bottom: 3px;
}
.header-mortgage-text-right h4 {
  font-size: 16px;
  margin-bottom: 0;
}
.header-mortgage-text-right h2 span {
  font-size: 16px;
  color: #f00;
  display: inline-block;
}
.main-logo {
  padding-top: 23px;
}
.header-wrapper {
  padding: 5px 0;
}

.parallax-window {
  background: transparent;
  position: absolute;
  height: 100%;
  min-height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background-size: cover;
  opacity: 1;
}
.parallax-window:before {
  position: absolute;
  content: '';
  background: #252525;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.4;
}

.parallax-window-two {
  background: transparent;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background-size: cover;
  opacity: 1;
}
.parallax-window-two:before {
  position: absolute;
  content: '';
  background: #252525;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.4;
}
