* {
    margin: 0px;
    font-family: 'roboto';
}

body {
    margin: 0;
}

img {
    max-width: 100%;
}

#property-header .dropdown-menu {
    position: absolute;
    padding: 0.5rem 0 0.5rem 0;
    left: 0rem;
    white-space: nowrap;
    text-align: left;
    padding: 0px 0 0px 0;
    background-color: #0b1f44;
    z-index: 556;
    transition: all .3s linear;
    top: 130%;
    visibility: hidden;
    opacity: 0;
    display: block;
    margin-top: 0;
}

#property-header .nav-link.active {
    color: #f25831 !important;
}

#property-header .navbar-nav .nav-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

#property-header .navbar-nav li {
    position: relative;
}

.header-area .sticky-logo-img {
    display: none;
}

.sticky_header .sticky-logo-img {
    display: block;
}

.sticky_header .header-logo-img {
    display: none;
}

#property-header .navbar-nav .nav-item .nav-link::after {
    content: unset;
}

#property-header .navbar-nav .nav-item .nav-link i {
    padding-left: 14px;
}

#property-header .navbar-nav .nav-item .nav-link {
    letter-spacing: 1px;
    display: flex;
    position: relative;
    z-index: 1;
    height: 100%;
    align-items: center;
    transition: 0.4s;
    font-family: inter;
    text-transform: capitalize;
    color: #161616;
}

#property-header .navbar-dark .navbar-nav .nav-link:hover {
    color: #0071E3 !important;
    transition: all .3s linear;
}

#property-header .navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #0071E3 !important;
    transition: all .3s linear;
}

#property-header .dropdown-item.active,
.dropdown-item:active {
    color: #DEE1E3;
    text-decoration: none;
    background-color: #0071E3;
}

#property-header .navbar-dark .navbar-nav .nav-link:hover.nav-link::before {
    opacity: 1;
    transition: all .3s linear;
}

#property-header .navbar-dark .navbar-nav .nav-link:hover:after {
    opacity: 1;
    transition: all .3s linear;
}

#property-header .dropdown-item:hover {
    color: #0071E3;
    background-color: transparent;
}

#property-header .dropdown-item {
    color: #DEE1E3;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    font-family: 'Source Sans Pro', sans-serif;
    letter-spacing: 1px;
    transition: 0.3s ease-out;
    padding: 0.6rem 1rem 0.6rem 1rem;
}

#property-header .nav-link.active {
    color: #0071E3 !important;
}

#property-header .nav-link.active.nav-link::before {
    opacity: 1;
    transition: all .3s linear;
}

#property-header .navbar-collapse {
    flex-grow: 0 !important;
}

.bg_load {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: url(../images/loading-icon.gif) 50% 50% no-repeat #fff;
}

.bg-contact .navbar {
    background-color: #f6cabf !important;
    border-bottom: 0.063rem solid #f6beb1 !important;
}

.header {
    position: absolute;
    z-index: 1;
    width: 100%;
}

/* .navbar-light .navbar-nav .nav-link.active-menu { */
/* color: #fff; */
/* } */

.sticky_header {
    position: fixed !important;
    z-index: 9;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-animation-name: fadeInDown;
    animation-duration: 1s;

}

.header-area.sticky_header {
    background: #fff;
}

.scrollToTop {
    background-image: url(../images/scroll-to-top.png);
    width: 46px;
    height: 40px;
    position: fixed;
    right: 82px;
    bottom: 63px;
    background-repeat: no-repeat;
    z-index: 99;
}

.navbar-collapse.collapse.show li.nav-item {
    color: #000;
}

/*----onscroll animation start-----*/
.animation-element.slide-top {
    opacity: 0;
    -moz-transition: all 600ms linear;
    -webkit-transition: all 600ms linear;
    -o-transition: all 600ms linear;
    transition: all 600ms linear;
    -moz-transform: translate3d(0px, -60px, 0px);
    -webkit-transform: translate3d(0px, -60px, 0px);
    -o-transform: translate(0px, -60px);
    -ms-transform: translate(0px, -60px);
    transform: translate3d(0px, -60px, 0px);
}

.animation-element.slide-left {
    opacity: 0;
    transition: all 0.6s linear;
    -moz-transform: translate3d(-50px, 0, 0);
    -webkit-transform: translate3d(-50px, 0, 0);
    -o-transform: translate(-50px, 0);
    -ms-transform: translate(-50px, 0);
    transform: translate3d(-50px, 0, 0);
}

.animation-element.slide-left.in-view,
.animation-element.slide-top.in-view,
.animation-element.slide-right.in-view,
.animation-element.slide-bottom.in-view {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

/*----onscroll animation end-----*/

.header-area {
    padding-top: 0px;
}

.navbar-dark .navbar-nav .nav-link {
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: .9px;
    line-height: 26px;
    text-transform: uppercase;
    color: #DEE1E3;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color:#0071E3 ;
}

.navbar-dark .navbar-nav .nav-link:hover {
    /* color: #62CEC5 !important; */
    transition: all .3s linear;
}

.navbar-dark .navbar-nav .nav-link:hover:after {
    opacity: 1;
    transition: all .3s linear;
}

a.nav-link {
    position: relative;
}

.header-button {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 600;
    margin-left: 12rem;
    padding: 0.375rem 1.55rem;
    border-radius: 50px;
    background-color: #62CEC5;
}



.container {
    padding-right: 8vw !important;
    padding-left: 8vw !important;
    margin: unset !important;
    max-width: unset;
}

.navbar-dark .navbar-nav .nav-link {
    padding: 1rem 1rem;
}

.navbar {
    padding-top: .8rem;
    padding-bottom: .8rem;
}

.navbar-expand-lg .navbar-collapse {
    justify-content: end;
}

.navbar-dark .navbar-nav .nav-link {
    position: relative;
}

.btn:focus {
    box-shadow: unset;
}

.header-area {
    position: absolute;
    width: 100%;
    z-index: 10;
    left: 0;
    top: 0;
    background: #fff;
}


.scrollToTop {
    background-image: url(../images/scroll-to-top.png);
    width: 46px;
    height: 40px;
    position: fixed;
    right: 82px;
    bottom: 56px;
    background-repeat: no-repeat;
    z-index: 99;
}

.btn.btn-primary.border-0:active:focus,
.btn-primary:focus {
    background: #f36a3a !important;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: unset !important;
}

.sticky_header .top-header {
    display: none;
}






@media (max-width: 767px) {

    .top-header {
        padding: 0;
        background-color: transparent !important;
    }

    .header-btn .zoop-btn {
        padding: 0rem 0rem !important;
        font-weight: 400 !important;
        color: #000 !important;
    }

    .sticky-social {
        display: none;
    }

    .h-height {
        height: 156px;
    }

    .navbar-dark .navbar-toggler {
        color: unset !important;
        border-color: unset !important;
        box-shadow: unset !important;
    }

    .scrollToTop {
        right: 20px;
    }

    .container {
        padding: 0px 15px !important;
    }

    .navbar-dark .navbar-nav .nav-link::before {
        content: unset;
    }

    .navbar-dark .navbar-nav .nav-link {
        color: #fff !important;
    }

    .navbar-nav {
        margin-top: 10px !important;
    }

    .scrollToTop {
        background-image: url(../images/scroll-to-top.png);
        width: 46px;
        height: 40px;
        position: fixed;
        right: 27px;
        bottom: 20px;
        background-repeat: no-repeat;
        z-index: 99;
    }

    .header-area {
        background-color: #fff;
    }

    .header-button {
        margin-left: unset !important;
        padding: 8px 20px !important;
    }

    .navbar-dark .navbar-nav .nav-link:after {
        position: unset !important;
    }

    /* .navbar-brand img {
        width: 160px;
    } */
}

@media(min-width:768px) and (max-width:991px) {
    .navbar-dark .navbar-nav .nav-link::before {
        content: unset;
    }

    .navbar-dark .navbar-nav .nav-link {
        padding: .5rem 0rem;
    }

    .navbar-nav {
        margin-top: 10px !important;
    }

    .header-btn .zoop-btn {
        padding: 0rem 0rem;
    }

    .header-btn .zoop-btn {
        font-weight: 400;
        background: transparent !important;
        color: rgba(0, 0, 0, .7) !important;
        font-weight: 400 !important;
    }

    .header-btn .zoop-btn.btn-primary:hover {
        background: transparent !important;
    }

    .scrollToTop {
        background-image: url(../images/scroll-to-top.png);
        width: 46px;
        height: 40px;
        position: fixed;
        right: 40px;
        bottom: 20px;
        background-repeat: no-repeat;
        z-index: 99;
    }

    .header-button {
        margin-left: unset !important;
    }
}

@media (max-width: 575px) {
    .scrollToTop {
        background-image: url(../images/scroll-to-top.png);
        width: 46px;
        height: 40px;
        position: fixed;
        right: 20px;
        bottom: 20px;
        background-repeat: no-repeat;
        z-index: 99;
    }
}


/* css start */


.banner-content h1 {
    font-size: 72px;
    color: #fff;
    width: 50%;
    font-family: 'Inter';
    font-weight: 700;
    line-height: 87px;
    text-transform: capitalize;
}
.banner-content p {
    font-size: 18px;
    font-family: 'Inter';
    color: #fff;
    width: 40%;
    max-width: 100%;
    line-height: 30px;
}
.banner-content {
    padding: 100px 0;
}
.banner-content li{
    color: #fff;
}
h6.sub-title {
    font-size: 22px;
    font-family: 'Inter';
    font-weight: 500;
    line-height: normal;
    color: #fff;
}
.about-content-wrap h2 {
    color: #fff;
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.about-content-wrap p {
    color: #fff;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}
.about-content-wrap li {
    color: #fff;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
}
.about-content-wrap ul {
    padding-left: 20px;
}

.abt-bg-img-sec2 h6,.abt-bg-img-sec2 h2, .abt-bg-img-sec2 p,.abt-bg-img-sec2 li {
    color: #fff;
}

.abt-bg-img-sec3 h6,.abt-bg-img-sec3 h2, .abt-bg-img-sec3 p,.abt-bg-img-sec3 li {
    color: #fff;
}

.abt-bg-img-sec4 h6,.abt-bg-img-sec4 h2, .abt-bg-img-sec4 p,.abt-bg-img-sec4 li {
    color: #fff;
}

.why-us-top-content h2{
     color: #002F4A;
     font-family: Inter;
     font-size: 48px;
     font-style: normal;
     font-weight: 700;
     line-height: normal;
}
.why-us-top-content {
    width: 60%;
    text-align: center;
    margin: 0 auto;
}

.single-why-us-sec {
    text-align: center;
}

.single-why-us-sec img {
    padding-bottom: 20px;
}
.single-why-us-sec p {
    width: 80%;
    margin: 0 auto;
}
.br-1 {
    border: 1px solid #000;
}

.br-2 {
    border-width: 1px 1px 1px 0px;
    border-style: solid;
}

.br-3 {
    border-width: 0px 1px 1px 1px;
    border-style: solid;
}

.br-4 {
    border-width: 0px 1px 1px 0px;
    border-style: solid;
}
.single-why-us-sec h3 {
    color: #086AD8;
    text-align: center;
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

/* Defines the width of the carousel and centers it on the page */
.slick-carousel {
    margin: 0 auto;
    width: 1000px;
  }
  
  /* The width of each slide */
  .slick-slide {
    width: 350px;
  }
  
  /* Color of the arrows */
  .slick-next::before, .slick-prev::before {
    color: blue;
  }

section.our-team h3 {
    color: #086AD8;
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 20px 0 0;
}
.our-team-content h2 {
    color: #002F4A;
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.our-team-content p {
    width: 60%;
    margin: 0 auto;
    max-width: 100%;
}

.our-team-content {
    padding: 40px 0;
}
.s-media img {
    padding: 20px 20px 20px 0;
}
section.Product-sec h6 {
    color: #002F4A;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

section.Product-sec h2 {
    color: #002F4A;
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.single-product-content {
    width: 100%;
    max-width: 100%;
}
.single-product-content h3 {
    color: #086AD8;
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 10px 0;
}
.single-product-content p {
    color: #002F4A;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}
.single-product-content a {
    color: #086AD8;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration-line: underline;
}
.testimonial-content {
    width: 90%;
    margin: 0 auto;
}

.testimonial-content h6 {
    color: #002F4A;
    text-align: center;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.testimonial-content h2 {
    color: #002F4A;
    text-align: center;
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.testimonial-content p {
    color: #002F4A;
    text-align: center;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 42px;
}

.testimonial-content h5 {
    color: #086AD8;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}



.home-demo h2 {
    color: #FFF;
    text-align: center;
    padding: 5rem 0;
    margin: 0;
    font-style: italic;
    font-weight: 300;
}
.gallery-sec h6 {
    color: #002F4A;
    text-align: center;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.gallery-sec h2 {
    color: #002F4A;
    text-align: center;
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.single-gallery {
    padding-bottom: 35px;
}


.loan-tab-values{
    display: none;
}
.loan-tab-values.active{
    display: block;
}
.loan-tab-names-wrap li {
    list-style: none;
    cursor: pointer;
}
.loan-tab-names-wrap li.active {
    border-bottom: 2px solid;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 10px 20px;
    background: #357EC7;
    border-radius: 10px;
    color: #fff;
    border: none;
}

section.testimonial-sec .carousel-indicators [data-bs-target] {
    background-color: #000!important;
}
section.testimonial-sec .carousel-indicators {
    bottom: -20%;
}
.form-sec h6 {
    color: #002F4A;
    text-align: center;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.form-sec h2 {
    color: #002F4A;
    text-align: center;
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.loan-tab-wrap li {
    color: #002F4A;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 10px 20px;
    border: 1px solid #000;
    border-radius: 5px;
}
section.form-sec input,section.form-sec textarea {
    padding: 15px 10px;
}
.blue-btn-wrap {
    background: #06577b;
    text-align: center;
    border-radius: 7px;
}

.blue-btn-wrap a {
    color: #fff;
    text-decoration: none;
    text-align: center;
}
.mission-content {
    width: 75%;
    max-width: 100%;
}

.vision-content {
    width: 75%;
    max-width: 100%;
}

.values-content {
    width: 75%;
    max-width: 100%;
}
section.mission-vission-sec img {
    width: 100%;
}
section.mission-vission-sec h3{
    color: #002F4A;
font-family: Inter;
font-size: 48px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
section.mission-vission-sec p {
    color: #002F4A;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}
.single-contact {
    background-color: #f0f0f0;
    height: 300px;
    text-align: center;
    vertical-align: middle;
    max-height: 100%;
    padding: 50px 0;
}

.single-contact a {
    text-decoration: none;
    color: #000;
}
.loan-tab-names-wrap ul {
    padding-left: 0;
}

.loan-tab-names-wrap li {
    margin-right: 10px;
}

.bottom-footer{
    background: #06577b;
    padding: 20px 10px 10px;
    color: #fff;
    font-size: 16px;
}

.bottom-footer-left a {
    color: #fff;
}
.footer-media {
    display: flex;
    justify-content: space-between;
}
.item img {
    width: 200px !important;
}
.products-top-content {
    text-align: center;
}
.contact-sec h2{
    color: #002F4A;
    text-align: center;
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal; 
}

/*Header New*/
.header-mail-sec {
    text-align: end;
    padding-top: 12px;
}

.contact-header {
    background-color: #06577b;
}

.contact-header a {
    text-decoration: none;
    color: #fff;
}


.header-contact-number {
    padding-top: 12px;
}

.owl-carousel.owl-drag .owl-item {
    display: flex;
    justify-content: center;
}

.single-gallery img {
    width: 100%;
    max-width: 100%;
    height: 313px;
    max-height: 100%;
}

/*06/10/23  12:58AM*/
img.single-team-member {
    width: 417px;
    max-width: 100%;
    height: 417px;
    max-height: 100%;
}
.s-media img {
    width: 50px;
    max-width: 100%;
    /*height:50px;*/
    max-height: 100%;
}
.single-contact img {
    padding-bottom: 20px;
}
.our-team-wrap span {
    font-weight: 600;
    font-size: 16px;
    color: #4c4d56;
    line-height: 30px;
}
@media screen and (max-width:767px) {
    section#banner-sec h1 {
        font-size: 50px;
        line-height: normal;
        width: 100%;
    }
    
    .banner-content {
        padding: 40px 0;
    }
    
    .banner-content p {
        width: 100%;
    }
    
    .banner-content h1 {
        font-size: 50px;
        line-height: normal;
        width: 100%;
        max-width: 100%;
    }
    
    section.about-sec {
        padding: 40px 0;
    }
    
    .about-content-wrap {
        padding: 20px 0;
    }
    
    .our-team-content p {
        width: 100%;
    }
    
    .s-media {
        padding-bottom: 20px;
    }
    
   
    
    .single-product-wrap {
        padding-bottom: 40px;
    }
    
    .single-product-content {
        width: 100%;
        padding-top:20px;
    }
    
    section.testimonial-sec {
        padding: 40px 0;
    }
    
    section.gallery-sec {
        padding: 40px 0;
    }
    
    .loan-tab-names-wrap ul {
        flex-wrap: wrap;
    }
    .loan-tab-names-wrap li {
        width: 100%;
        text-align: center;
        margin: 0 auto;
        padding: 10px 0;
        margin-bottom:20px;
    }
    
    section.form-sec {
        padding: 40px 0;
    }
    
    .mission-content {
        width: 100%;
    }
    
    .vision-content {
        width: 100%;
        padding: 20px 0;
    }
    
    section.contact-sec {
        padding: 40px 0;
    }
    
    .single-contact {
        margin-bottom: 20px;
    }
    .about-content-wrap h2,.our-team-content h2,section.Product-sec h2,.testimonial-content h2,.gallery-sec h2,.form-sec h2 {
        font-size: 42px;
    }
    section.mission-vission-sec h3 {
    font-size: 40px;
    }
    .banner-sec-wrap {
    padding-top: 80px;
}
.products-top-content {
    padding-bottom: 30px;
}
.gallery-top-content {
    padding-bottom: 20px;
}
section.testimonial-sec .carousel-indicators{
    bottom:-5%;
}
.contact-sec h2 {
    padding-bottom: 20px;
}
.ph-num-wrap {
    justify-content: space-between;
    flex-wrap:wrp;
}

.header-location-sec p {
    text-align: start !important;
}
section.mission-vission-sec {
    text-align: center;
}

.values-content {
    width: 100%;
}
section#Home {
    margin-top: 40px;
}
}

.blue-btn-wrap a {
    width: 100%;
    display: inline-block;
}
.single-product-wrap .blue-btn-wrap {
    border-radius: 10px;
    width: 140px;
}

.single-gallery{
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
.loan-tab-values .single-gallery{
    animation: fadeinimg 1.2s forwards;
}

@keyframes fadeinimg {
    0% {
        opacity: 0;
        }

    1% 
        {
        opacity: 0;
        }

    100% 
        {
        opacity: 1;
        }
}

section#form-sec .container {
    padding-right: 15vw !important;
    padding-left: 15vw !important;
}

/*18-10-2023*/
.about-img-wrap img {
    width: 550px;
    max-width: 100%;
    height: 650px;
    max-height: 100%;
}

.banner-content .cli-btn {
    width: 200px;
    max-width: 100%;
}

header#property-header.sticky_header .contact-header {
    display: none;
}

#counters-1 .single-box-wrap {
    box-shadow: -1px 2px 13px -6px #ccc;
    border-radius: 15px;
}

#counters-1 .single-box-wrap:hover {
    border: 1px solid #086AD8;
    transition: 0.5s;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 7%);
    border-radius: 15px;
}