/*************************************
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-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-family: 'Inter', 'Arial', 'Helvetica', Sans-Serif; */
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
}
a {
  /* font-family: 'Inter', 'Arial', 'Helvetica', Sans-Serif; */
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  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: 999999;
}
.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-nav{
  background: #175599;
  color: #fff;
  padding: 6px 0 8px 0;
}
.top-nav-left p{
  font-size: 15px;
  margin: 0;
}
.top-nav-right{
  float: right;
}
.top-nav-right a{
  color: #fff;
  font-size: 15px;
  margin-left: 20px;
}
.top-nav-right a:hover{
  text-decoration: underline !important;
}
.nav-container .navbar-brand .logo {
  display: none;
}
.nav-container .navbar-brand .logo-white {
  display: block;
}
.fixed-nav .navbar-brand .logo {
  display: block;
}
.fixed-nav .navbar-brand .logo-white {
  display: none;
}
#header.fixed-nav {
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0px 5px 9px 1px rgba(144, 161, 180, 0.2);
  box-shadow: 0px 5px 9px 1px rgba(144, 161, 180, 0.2);
  -moz-box-shadow: 0px 5px 9px 1px rgba(144, 161, 180, 0.2);
}
.header-main {
  overflow: hidden;
  position: relative;
  height: 85vh;
  display: block;
  z-index: 0;
  width: 100%;
}
.header-main-bg {
  background: url(../images/slider-3.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; */
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
@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-overflew {
  background-color: rgba(255,255,255,0.36);
  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: left;
    color: #fff;
}
.title-btn{
  width: 100%;
  display: flex;
}
.header-main-overflew .title h1 {
  font-size: 55px;
  margin-bottom: 10px;
  line-height: 60px;
  font-weight: 700;
  text-transform: capitalize;
  color: #000;
}
.banner-lis {
    text-align: left;
    margin-top: 3vh;
    padding: 0;
    margin-bottom: 34px;
}
.title .banner-lis li {
    font-size: 24px;
    color: #000;
    list-style: none;
}
.banner-lis li i {
    color: #f61d8a;
}
.btn-consult {
  background: #f61d8a;
  font-weight: 700;
  font-size: 22px;
  padding: 10px 20px;
  border-color: #f61d8a;
  color: #fff;
  margin-right: 20px;
  display: inline-block;
  text-align: center;
  min-width: 300px;
  max-width: 300px;
  overflow: hidden;
}
.btn-consult:hover {
  background: #FF389C;
}
.consult-btn {
  background: #f61d8a;
  border-color: #f61d8a;
  font-weight: 700;
  font-size: 22px;
  border: none;
  color: #fff;
  display: inline-block;
  text-align: center;
  min-width: 300px;
  max-width: 300px;
  overflow: hidden;
  padding: 10px 20px;
}
.consult-btn:hover {
  background: #FF389C;
}
.btn-google-review {
  text-align: center;
  min-width: 280px;
  max-width: 280px;
  overflow: hidden;
}
.top-form  {
  margin-top: 40px;
}
.modal-dialog{
  max-width: 520px;
}
.modal-body{
  padding: 20px 50px;
}
.modal-body h3{
  font-size: 22px;
  text-align: center;
}
.btn-title {
  background: #cc2020;
  color: #fff;
  border-radius: 6px;
  transition: 0.1s linear;
  -webkit-transition: 0.1s linear;
  -moz-transition: 0.1s linear;
  padding: 6px 24px;
  letter-spacing: 0.2px;
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
  border: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.btn-title:hover {
  transform: translate3d(0,-2px,0);
  -webkit-transform: translate3d(0,-2px,0);
  background: #e54c4c;
  /* background: #f96565; */
  color: #fff;
}
.btn-title.btn-cv {
  margin-right: 20px;
}
.top-form .form-control {
  height: 42px;
  background: #fcfcfc;
  border: 1px solid #ececec;
  font-size: 18px;
}
.top-form textarea{
  height: 60px !important;
}
/*================================================
   REVIEWS SLIDER SECTION STYLE
==================================================*/
.review{
  padding: 80px 0;
}
.review-top img{
  width: 50px !important;
  margin: 4px 10px 0 0;
  float: left;
}
.review-top h5{
  margin-bottom: 3px;
  padding-top: 5px;
}
.review-top h6{
  font-size: 14px;
  font-weight: normal;
  color: #818181;
}
.review p i{
  color: #ffc107;
  font-size: 12px;
}
.review p{
  margin-bottom: 4px;
  font-size: 15px;
}
.review p span{
  font-size: 13px;
  color: #818181;
}
.review p {
    margin-bottom: 4px;
    font-size: 15px;
}
.review-txt {
  min-height: 114px;
  max-height: 114px;
  overflow: auto;
}
/*================================================
   ABOUT SECTION STYLE
==================================================*/
.about-section{
  background-image: url(../images/bg_about1.jpeg);
  padding: 80px 0;
  background-size: cover;
}
.about-left{
  padding-right: 68px;
}
.about-left h3{
  font-size: 42px;
  font-weight: 700;
  color: rgb(23, 85, 153);
  margin-bottom: 20px;
}
.about-left h4{
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
}
.about-left img{
  width: 235px;
}
.about-left-btn{
  width: 100%;
  display: flex;
  justify-content: center;
}
.about-right img{
  margin-top: 30%;
  padding: 0.25rem;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(222, 226, 230);
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
/*==================================================================
  MORTGAGE PROCESS SECTION STYLE
============================================================  */
.mortgage-process-section{
  background-image: url(../images/pexels-philipp-birmes-830891.jpeg);
  background-size: cover;
}
.mortgage-process-wrapper{
  background: #00000073;
  padding: 80px 0 76px;
}
.mortgage-process-wrapper h3{
  text-align: center;
  color: #fff;
  font-size: 45px;
  margin-bottom: 20px;
}
.mortgage-process-wrapper h4{
  font-size: 22px;
  text-align: center;
  color: #fff;
  margin-bottom: 34px;
}
.process-item img{
  border-top-left-radius: 11px;
  border-top-right-radius: 11px;
}
.process-txt{
  background: rgba(10, 10, 10, 0.76);
  color: #fff;
  text-align: center;
  height: 200px;
  padding: 30px 14px 0px 13px;
  border-bottom-left-radius: 8px;;
  border-bottom-right-radius: 8px;;
}
.process-txt h3{
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 8px;
}
.process-bottom{
  margin: 42px 0 10px;
  width: 100%;
  display: flex;
  justify-content: center;
}
/*================================================
   SERVICE SECTION STYLE
==================================================*/
.brokerage-service-section{
  padding: 80px 0;
  background: #f3f3f3a1;
}
.brokerage-service-section h3{
  font-size: 45px;
  font-weight: 700;
  text-align: center;
  color: #04b5ad;
  margin-bottom: 20px;
}
.brokerage-service-section p{
  font-size: 18px;
text-align: center;
color: #333;
font-weight: 500;
}
.service-item{
  text-align: center;
  margin-top: 24px;
}
.service-item img{
  width: 100%;
    height: 220px;
    border-radius: 0.7rem;
    object-fit: cover;
}
.service-item h5{
  margin-top: 10px;
  color: #04b5ad;
}
.service-item p{
  font-size: 16px;
  color: #333;
}
/*================================================
   BRANDS SECTION STYLE
==================================================*/
.partner-slider{
  padding: 80px 0 66px;
}
.brand-item img{
  width: 126px !important;
  margin-left: auto;
  margin-right: auto;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
  background: #f51f8a;
  color: #fff;
  border-radius: 24px;
  padding: 12px 13px 20px !important;
  font-size: 30px;
  line-height: 3px;
  position: absolute;
  top: 0;
}
.owl-carousel .owl-nav button.owl-next{
  right: -18px;
}
.owl-carousel .owl-nav button.owl-prev{
  left: -18px;
}
/*================================================
   VISIT SECTION WRAPPER STYLE
==================================================*/
.visit-sunlite-section{
  background: linear-gradient(rgba(22, 22, 22, 0.651), rgba(22, 22, 22, 0.24)), url(../images/city-night-buildings-reflections.jpeg);
  background-size: cover;
  background-position: center;
  padding: 80px 0;
}
.visit-right{
  color: #fff;
  text-align: center;
  padding: 0 30px;
}
.visit-right h3 {
  font-size: 40px;
  margin-bottom: 15px;
}
.visit-right h4{
  font-size: 22px;
  margin-bottom: 20px;
}
/*================================================
   Why Choose US SECTION STYLE
==================================================*/
#why-us {
    background: linear-gradient(rgba(15, 15, 15, 0.651), rgba(0, 0, 0, 0.24)), url(../images/pexels.jpeg);
    padding: 80px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}
.why-us-top{
  text-align: center;
}
.why-us-top h2{
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}
.why-us-top p{
  margin-bottom:0;
}
.why-us-list {
  list-style: none;
  font-size: 18px;
}
.why-us-list li {
  color: #fff !important;
  margin-top: 20px;
  font-weight: bold;
}
.why-us-list p {
  margin-left: 28px;
}
.why-us-right img{
  padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 80%;
}
.review-section{
  padding: 80px 0px 50px;
}
.review-section .review{
  padding: 0px 0 40px;
}
.qa-section{
  max-height: 300px;
  min-height: 300px;
  overflow: hidden;
  width: 100%;
  position: relative;
}
.qa-section-left {
  float: left;
  width: 50%;
  position: relative;
}
.qa-section-left img {
  width: 100%;
}
.qa-section-right {
  float: left;
  width: 50%;
  position: relative;
}
.qa-section-right-wrapper {
  text-align: center;
  padding: 77px 0;
}
.qa-body-right{
  text-align: center;
}
.qa-body-right-bg{
  background: #edeeee;
}
.qa-body-right h2{
  color: #0f7874;
}
.qa-body-right h3{
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  color: #0f7874;
  margin-bottom: 20px;
}
.still-sure-btn-wrapper {
  text-align: center;
}
/*=================================================================================
                            TESTIMONIAL SECTION
====================================================================================*/
.testimonial-section{
  padding: 70px 0 80px;
}
.testimonial-section h2{
  text-align: center;
  font-size: 45px;
  font-weight: 700;
  text-align: center;
  color: #0f7874;
  margin-bottom: 20px;
}
.testimonial-item{
  text-align: center;
  height: 320px;
  border-radius: 24px;
  border: 1px solid rgba(0,0,0,.125);
  padding: 12px 30px;
  overflow: hidden;
  margin: 24px 24px 0;
}
.testimonial-item img{
  object-fit: cover;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.testimonial-item h5{
  font-weight: bold;
  color: #343a40;
  margin-top: 6px;
}
.testimonial-item i {
    color: rgba(235, 199, 41, 0.925);
}
.testimonial-txt {
  height: 142px;
  overflow-y: scroll;
  margin-bottom: 10px;
}
/*=================================================================================
                             CONTACT FORM STYLE
====================================================================================*/
.contact-form-section{
  background: linear-gradient(rgba(15, 15, 15, 0.651), rgba(0, 0, 0, 0.24)), url(../images/pexels-essow-936722.jpeg);
  padding: 120px 0;
  color: #fff;
  background-size: cover;
}
.form-left img{
  height: 70%;
  width: 80%;
  border: 3px solid white;
}
.form-right{
  background-color: white;
  color: black;
  border-radius: 16px;
  align-items: center;
  padding: 50px;
}
.form-right h3{
  color: #333;
  text-align: center;
  font-size: 22px;
}
.form-right form{

}
/* ========================= BRANDS ====================== */
.brand-section{
  padding: 70px 0;
  padding-bottom: 50px;
}
.brand-area h5{
  text-align: center;
  color: #175599 !important;
  margin-bottom: 24px;
  font-size: 26px;
}
.brand-logo {
  display: flex;
  justify-content: space-around;
}
.brand-logo span {
  width: 24%;
}
.brand-logo  span img {
  width: 100%;
  object-fit: contain;
}
/*=================================================================================
     FOOTER STYLE
====================================================================================*/
.footer-wrapper {
  background: #1f2228;
  color: #fff;
  padding-top: 40px;
  padding-bottom: 35px;
}
.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;
}
.footer-left img{
  margin-bottom: 24px;
}
.footer-left p{
  margin-bottom: 34px;
}
.foot-links{
  display: flex;
  justify-content: end;
  padding-top: ;
}
.footer-left {
  padding-top: 55px;
}
.foot-links iframe {
  border-radius: 8px;
}
.social-icons a {
  color: #fff;
}
.social-icons {
  margin-bottom: 24px;
}
.social-icons .fab {
  font-size: 26px;
  margin-right: 15px;
}
.social-icons a:last-child .fab {
  margin-right: 0;
}
.footer-top-left {
  text-align: left;
}
.footer-top-right {
  text-align: right;
}
.footer-left a {
  color: #fff;
}
.footer-left p {
  margin-bottom: 15px;
}
.footer-left address p{
  margin-bottom: 10px;
}
.buttom-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  padding: 0;
  margin: 0;
  background: #f51f8a;
  color: #fff;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  z-index: 9999;
}
.buttom-bar li {
  display: inline-block;
  width: 33%;
  border-right: 1px solid #fff;
  text-align: center;
}
.buttom-bar li a {
  text-align: center;
  font-size: 16px;
  color: #fff;
  padding: 10px 0;
  display: inline-block;
}
.buttom-bar li:last-child {
  border-right: 0;
}
