@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700;800;900&display=swap');

body {
    padding: 0px;
    margin: 0px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}

* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    outline: none;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

a:focus,
 :focus-visible {
    outline: none;
    box-shadow: none;
}

a {
    text-decoration: none !important;
}

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

button:focus {
    outline: 0;
}

 :link:focus,
 :visited:focus {
    outline: none;
}

ol,
ul,
dl {
    list-style: none;
    padding: 0;
}

.clear {
    clear: both;
}
.main-bx {
    background: url(../images/slider-bg.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
    position: fixed;
    overflow-y: scroll;
}
.main-bx-overlay{
    background: #fff;
    height: 101%;
    width: 100%;
    position: absolute;
    background-color: rgb(255 255 255 / 35%);
}
a.navbar-brand img {
    width: 136px;
}
ul.navbar-nav.mr-auto {
    display: flex;
    justify-content: end;
    align-items: flex-end;
    width: 100%;
}
.let-talk{
    height: 45px;
    background-color: #004d80;
    border-radius: 25px;
    width: 140px;
    color: #fff;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 0 35px;
    border: 1px solid #fff;
    transition: all 0.5s ;
}
.let-talk:hover{
    background-color: #008fd5;
    border-radius: 25px;
    width: 140px;
    color: #fff;
    border: 1px solid #fff;
}
li.nav-item a.nav-link {
    font-weight: 600;
    font-size: 16px;
    margin: 0 8px;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgb(255 255 255);
}
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    /* padding: 24px 0; */
    background: #004d80;
}

/*-----------------------------------
        Slider Section 
-----------------------------------*/

.slider-bx{
  padding: 0px;
  margin: 0;
}



.slider-cover {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 660px;
    text-align: center;
    padding-top: 166px;
    z-index: 1;
    position: relative
}
.logo-sl {
    width: 34%;
    text-align: center;
    margin: auto;
    padding-bottom: 33px;
}
h1.cover-heading {
    color: #004d80;
    font-size: 68px;
    font-weight: 700;
    padding: 0px 0 24px 0 ;
    margin: 0px;
}
p.lead {
    width: 73%;
    margin: auto;
    text-align: center;
    padding: 0px;
    color: #000;
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 28px;
}
.let-talk-slider {
    background-color: #004d80;
    border-radius: 25px;
    color: #fff;
    font-weight: 600;
    padding: 14px 62px;
    border: 1px solid #fff;
    transition: all 0.5s;
    margin: auto;
    display: inline-block;
}
.let-talk-slider:hover{
    background-color: transparent;
    color: #004d80;
    border: 1px solid #fff;
}


/*------------------------------------------------------
                  About Section 
--------------------------------------------------------*/

.about-bg{
    background: #fff;
    padding: 50px 0;
    height: auto;
}
.about-text {
    position: relative;
    padding: 0px;
    margin: 104px 0 0 0;
}
.about-text::before {
    content: '';
    position: absolute;
    top: -16px;
    height: 2px;
    width: 48px;
    background: #004d80;
}
.about-text p {
    font-size: 15px;
    line-height: 28px;
}
.about-name{
    padding:10px 0 0 0 ; 
 } 
.about-name h2 {
    color: #333333;
    font-size: 24px;
    font-weight: 700;
    padding: 6px 0 0 0;
    margin: 0px;
}
.about-name h3 {
    color: #004d80;
    font-size: 16px;
    font-weight: 600;
    padding: 6px 0;
    margin: 0px;
}
.about-name a{
    color: #004d80;
}


/*------------------------------------------------------
                  Calculate Section 
--------------------------------------------------------*/

.calculate{
    padding: 22px 0  60px 0;
}

ul.calculate-bx{
    height: auto;
    display: flex;
    justify-content: space-between;
}
ul.calculate-bx li {
    background: #333333;
    padding: 0px;
    margin: 0px;
    height: 310px;
    width: 33.33%;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
ul.calculate-bx li:first-child{
    background: #333333;   
    color: #fff; 
}
ul.calculate-bx li:nth-child(2){
    background: #f1f1f1;    
}
ul.calculate-bx li:nth-child(3){
    background: #004d80;   
    color: #fff;  
}
.calculate-txt h2 {
    font-size: 24px;
    font-weight: 600;
    padding: 16px 0;
    margin: 0;
}
.calculate-txt p {
    width: 90%;
    margin: auto;
    line-height: 24px;
    font-weight: 500;
}
.calculate-txt a {
    background-color: #004d80;
    border-radius: 25px;
    color: #fff;
    font-weight: 600;
    padding: 14px 84px;
    border: 2px solid #fff;
    transition: all 0.5s;
    margin: auto;
    display: inline-block;
    margin-top: 20px;
}
.calculate-txt a:hover{
    background-color: transparent;
    color: #d3d3d3;
    border: 2px solid #fff;
}

ul.calculate-bx li:nth-child(2) .calculate-txt a:hover{
    color: #004d80;
}


/*------------------------------------------------------
                  Collective Section 
--------------------------------------------------------*/

.collective-bx {
    background-image: url(../images/collective-bg.jpg);
    background-position: center;
    width: 100%;
    background-size: 100%;
    position: relative;
    margin: 0px 0;
}
.collective-overlay {
    position: absolute;
    background-color: rgb(0 0 0 / 68%);
    height: 100%;
    width: 100%;
}
.collective-txt{
    display: flex;
    align-items: center;
    height: 480px;
    flex-wrap: wrap;
    z-index: 2;
    position: relative;
}
.collective-txt h3{
    color: #fff;
    font-weight: 700;
    width: 90%;
    line-height: 40px;
}

.collective-txt a {
    background-color: #004d80;
    border-radius: 25px;
    color: #fff;
    font-weight: 600;
    padding: 14px 84px;
    border: 2px solid #fff;
    transition: all 0.5s;
    display: inline-block;
    margin-top: 20px;
}
.collective-txt a:hover{
    background-color: transparent;
    color: #d3d3d3;
    border: 2px solid #fff;
}


/*------------------------------------------------------
                  Mortgage Section 
--------------------------------------------------------*/

.mortgage-bx{
    padding: 30px 0;
}
.left-mortgage h3 {
    font-weight: 700;
    font-size: 30px;
    position: relative;
    padding: 0 0 16px 0;
}
.left-mortgage h3:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    width: 40px;
    background-color: #004d80;
}
.left-mortgage p {
    padding: 16px 0 0 0;
    width: 88%;
    text-align: justify;
    line-height: 24px
}
.right-mortgage {
    padding: 0 0 14px 0;
}
.right-mortgage h4 {
    font-weight: 600;
    font-size: 18px;
    color: #004d80;
}
.right-mortgage p{
    line-height: 24px;
    text-align: justify;
}


/*------------------------------------------------------
           Power Working Section  Section 
--------------------------------------------------------*/

.power-working-bx {
    background-image: url(../images/power-of-working.jpg);
    background-position: center;
    width: 100%;
    background-size: 100%;
    position: relative;
    margin: 0px 0;
}
.power-working-overlay {
    position: absolute;
    background-color:rgb(255 255 255 / 77%);
    height: 100%;
    width: 100%;
}
.power-working-txt{
    display: flex;
    align-items: center;
    height: 480px;
    flex-wrap: wrap;
    z-index: 2;
    position: relative;
}
.power-working-txt h3{
    color: #333333;
    font-weight: 700;
    width: 78%;
    line-height: 40px;
}

.power-working-txt a {
    background-color: #004d80;
    border-radius: 30px;
    color: #fff;
    font-weight: 600;
    padding: 18px 66px;
    border: 1px solid #004d80;
    transition: all 0.5s;
    display: inline-block;
    margin-top: 20px;
}
.power-working-txt a:hover{
    background-color: transparent;
    color: #004d80;
    border: 1px solid #004d80;
}

/*------------------------------------------------------
           Power Working Section  Section 
--------------------------------------------------------*/

.testimonial-bx {
    background-image: url(../images/testimonial-bg.jpg);
    background-position: center;
    width: 100%;
    background-size: 100%;
    position: relative;
    margin: 0px 0;
}
.testimonial-overlay {
    position: absolute;
    background-color:rgb(0 0 0 / 77%);
    height: 100%;
    width: 100%;
}
.testimonial-txt{
    display: flex;
    align-items: center;
    height: 570px;
    flex-wrap: wrap;
    z-index: 2;
    position: relative;
    text-align: center;
}

.testimonial-txt p {
    color: #fff;
    font-size: 15px;
    line-height: 28px;
    font-weight: 500;
}

.testimonial-txt p span {
    font-weight: 600;
    font-size: 24px;
    font-style: italic;
}

/*------------------------------------------------------
           Mortgage Articles Section 
--------------------------------------------------------*/

.mortgage-articles{
    padding: 64px 0 45px 0;
}
.mortgage-bx{
    display: flex;
    align-items: center;
    height: auto;
    padding: 60px 0 30px 0px;
    margin: 0px;
}
.mortgage-left{
    width: 35%;
    position: relative;
}
.mortgage-left:before {
    content: '';
    position: absolute;
    height: 3px;
    width: 46px;
    background: #004d80;
    top: -17px;
}
.mortgage-left h3{
    font-weight: 800;
}
.mortgage-right{
    width: 65%;
    padding: 0px;
    margin: 0px;
}
.mortgage-right p {
    line-height: 30px;
    text-align: justify;
    color: #666;
    font-size: 15px;
}

/*------------------------------------------------------
           Mortgage Services Section 
--------------------------------------------------------*/

.mortgage-services-bg-bx {
    padding: 40px 0 50px 0;
}

.services-item {
    margin: 0px 4px 0px 4px;
    padding:0px;
    background-color: #fbfbfb;
    border-radius: 8px;
    transition: all 0.6s;
    cursor: pointer;
    box-shadow: rgba(0,0,0,.25) 0 3px 11px 0;
    -webkit-box-shadow: rgba(0,0,0,.25) 0 3px 11px 0;
    width: 95%;
    overflow: hidden;
    min-height: 422px;
    
}

.services-icon {
    width: 100%;
    height: 185px;
    overflow: hidden;
}

.image-part {
    width: 100%;
    transition: all 2s;
}

.services-item:hover .image-part {
    transform: scale(1.2);
}

.image-part img {
    width: 100%;
    height: 185px;
}
.services-content {
    padding: 0 20px 20px 20px;
}
.services-text h3 {
    color: #333;
    font-weight: 600;
    font-size: 18px;
    position: relative;
    padding: 18px 0 0px 0;
    font-family: 'Roboto', sans-serif;
    line-height: 24px;
    margin: 0px;
}
.services-text span {
    color: #979393;
    font-size: 11px;
    display: inline-block;
    padding: 12px 0;
}
.services-desc p {
    line-height: 21px;
    font-size: 14px;
    font-weight: 400;
    color: #585454;
    font-family: 'Roboto';
    margin: 0px;
    text-align: justify;
    padding: 4px 0 0 0;
}

.services-desc a {
    color: #0a3c79;
    font-weight: 500;
    font-size: 15px;
    position: relative;
    margin-top: 2px;
    display: block;
    padding: 11px 0;
    border-radius: 5px;
    width: 90%;
    margin: auto;
    text-decoration: none;
    font-family: 'Roboto';
    transition: all 0.5s;
}

.services-desc a:hover {
    color: #0b1b3b;
    padding-left: 20px;
}

.services-desc a i {
    padding: 0 0 0 1px;
    font-size: 17px;
    position: relative;
    top: 2px;
}

.all-articles {
    text-align: center;
    padding: 26px 0;
    border-bottom: 1px solid #cbcbcb;
}

.all-articles a {   
    font-weight: 600;
    font-size: 18px;
    color: #004d80;
}

/*------------------------------------------------------
           From Box Section 
--------------------------------------------------------*/
.from-bx {
    height: auto;
    padding: 158px 0;
}
.leave-message {
    background-color: #fff;
    width: 90%;
    height: auto;
    padding: 30px 44px;
    box-shadow: rgba(0,0,0,.25) 0 3px 11px 0;
}
.leave-message h2 {
    font-weight: 700;
    padding: 16px 0;
}
.input-bx {
    border: none;
    border-bottom: 1px solid #333333;
    border-radius: 0;
    margin-bottom: 20px;
    resize: none;
}
.submit-bx {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 24px;
}
.btn-submit {
    border: 2px solid #383434;
    border-radius: 30px;
    padding: 11px 72px;
    font-weight: 600;
    font-family: 'Poppins';
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    transition: all 0.6s;
}
.btn-submit:hover{
    border: 2px solid #383434;
    background-color:#383434;
    color: #fff;
}

.ads-title h2 {
    font-weight: 700;
    padding: 16px 0 40px 0;
}
.ads-description h3 {
    font-size: 18px;
    font-weight: 600;
    padding: 0 0 0 0;
}
.ads-description p {
    color: #056db3;
    font-size: 15px;
    width: 54%;
}
.ads-description a{
    color: #056db3;
}

ul.social-icon {
    display: flex;
    align-items: center;
    padding: 0px;
    margin: 0px;
}

ul.social-icon li {
    padding: 0px;
    margin: 8px 7px 0 0;
    background: #1da1f2;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    cursor: pointer;
}

ul.social-icon li a {      
    color: #fff;
}
ul.social-icon li:last-child{
    background-color: #2867b2;
}


/*------------------------------------------------------
           Footer Section 
--------------------------------------------------------*/

.footer-bg{
    background-color:#004d80;
    height: auto;
}
.footer-logo {
    text-align: center;
    padding: 30px 0 0 0;
    border-bottom: 1px solid #484747;
}
.footer-txt {
    padding: 40px 0 30px 0;
}
.footer-txt p {
    color: #ffff;
    text-align: justify;
    width: 88%;
    line-height: 25px;
    font-size: 16px;
}
.footer-txt h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
.footer-txt a {
    display: block;
    color: rgba(255,255,255,.54)!important;
    padding: 12px 0 6px 0;
    font-size: 16px;
    line-height: 22px;
    width: 52%;
}
.copyright-bx p {
    padding: 0px;
    margin: 0px;
    color: rgba(255,255,255,.54)!important;
    font-size: 13px;
    padding: 0 0 12px 0;
    text-align:center;
}
.copyright-bx a{
    color: rgba(255,255,255,.54)!important;
}

section.about-bg.inner-bx {
    margin-top: 100px;
}
#form-messages
{
    margin-bottom:20px;
    color:#d62222;
}